/* Floorline — Shop Floor SOP Pack sales page (draft, not live) */
:root {
  --navy: #0B1F3A;
  --navy-deep: #071526;
  --amber: #E8A317;
  --amber-hover: #D4920F;
  --cream: #F7F4EE;
  --white: #FFFFFF;
  --text: #1A2433;
  --muted: #5A6575;
  --border: #D8DEE8;
  --max: 720px;
  --radius: 8px;
  --shadow: 0 8px 24px rgba(11, 31, 58, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--cream);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--navy);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0.85rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo {
  height: 40px;
  width: auto;
}

.wordmark {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.hero {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  padding: 3.5rem 0 3.25rem;
  text-align: center;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.5vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.hero .subhead {
  margin: 0 auto 1.75rem;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.cta-note {
  margin: 0.9rem 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  display: inline-block;
  background: var(--amber);
  color: var(--navy-deep);
  font-weight: 700;
  text-decoration: none;
  padding: 0.9rem 1.35rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  box-shadow: var(--shadow);
  transition: background 0.15s ease, transform 0.15s ease;
  line-height: 1.3;
  text-align: center;
}

.btn:hover {
  background: var(--amber-hover);
  color: var(--navy-deep);
}

.btn:active {
  transform: translateY(1px);
}

.btn-block {
  width: 100%;
  max-width: 28rem;
}

.section {
  padding: 2.75rem 0;
}

.section:nth-of-type(even) {
  background: var(--white);
}

.section h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.section p {
  margin: 0 0 1rem;
}

.section p:last-child {
  margin-bottom: 0;
}

.lede {
  color: var(--muted);
  margin-bottom: 1.25rem !important;
}

ul.check,
ul.plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.check li,
ul.plain li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.85rem;
  border-bottom: 1px solid var(--border);
}

ul.check li:last-child,
ul.plain li:last-child {
  border-bottom: none;
}

ul.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.85rem;
  height: 0.85rem;
  border: 2px solid var(--navy);
  border-radius: 3px;
  background: var(--amber);
}

ul.check li strong {
  color: var(--navy);
}

ul.plain li::before {
  content: "—";
  position: absolute;
  left: 0.15rem;
  color: var(--amber);
  font-weight: 700;
}

.formats {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  background: var(--cream);
  border-left: 4px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.98rem;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.price-card .amount {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 0.25rem 0 0.35rem;
}

.price-card .amount span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
}

.price-card .guarantee {
  margin: 1rem 0 1.35rem;
  color: var(--text);
}

.price-card .why {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  color: var(--muted);
  text-align: left;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  padding: 0.85rem 1rem;
}

.faq summary {
  cursor: pointer;
  font-weight: 650;
  color: var(--navy);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::before {
  content: "+";
  display: inline-block;
  width: 1.25rem;
  color: var(--amber);
  font-weight: 800;
}

.faq details[open] summary::before {
  content: "–";
}

.faq details p {
  margin: 0.65rem 0 0.15rem;
  color: var(--muted);
  padding-left: 1.25rem;
}

.final-cta {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 3rem 0;
}

.final-cta h2 {
  color: var(--white);
  margin: 0 0 1.25rem;
  font-size: clamp(1.4rem, 3.5vw, 1.75rem);
}

.refund-note {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.refund-note a {
  color: var(--amber);
  font-weight: 600;
}

.site-footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.75);
  padding: 1.75rem 0;
  font-size: 0.92rem;
  text-align: center;
}

.site-footer a {
  color: var(--amber);
}

.site-footer .brand {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 0.35rem;
}

@media (min-width: 640px) {
  .btn-block {
    width: auto;
  }
}
