/* ============================================================
   WakeIQ marketing site — wakeiq.ai
   Palette is the brand palette and nothing else (AC-15):
   #0B0B0B black · #FFFFFF white · #28C7D9 wake aqua · #179FB2 dark aqua.
   Secondary text is white at reduced alpha (still the white of the
   palette). Mobile-first; measured content column ≤ 70rem (AC-17).
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  background: #0B0B0B;
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

main, .site-header, .site-footer, .handoff-inner {
  width: 100%;
  max-width: 44rem;            /* body-text measure, well under the 70rem cap */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap;
}

/* ---------- header ---------- */
.site-header {
  display: flex; align-items: center; gap: 0.75rem;
  padding-top: 1.1rem; padding-bottom: 0.4rem;
}
.site-header .mark { width: 34px; height: auto; }
.site-header .wordmark { height: 20px; width: auto; }

/* ---------- hero ---------- */
.hero { padding-top: 1.6rem; padding-bottom: 2.2rem; }
.kicker {
  color: #28C7D9;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.24em;
}
.hero h1 {
  font-size: 2.05rem; line-height: 1.14;
  font-weight: 800; letter-spacing: -0.015em;
  margin-top: 0.55rem;
}
.lede {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
}
.cta-block { margin-top: 1.3rem; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  padding: 0.85rem 1.6rem;
}
.btn-primary {
  background: #28C7D9;
  color: #0B0B0B;
}
.btn-primary:active { background: #179FB2; }
.btn-secondary {
  background: transparent;
  color: #28C7D9;
  border: 1px solid #179FB2;
  padding: 0.8rem 1.4rem;
}
.micro {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.wake-line {
  margin-top: 1.7rem;
  color: #28C7D9;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.tagline {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

/* ---------- sections ---------- */
section { padding-bottom: 2.4rem; }
h2 { font-size: 1.35rem; line-height: 1.25; margin-bottom: 0.7rem; }
h3 { font-size: 1rem; }
.thesis p { margin-bottom: 0.8rem; color: rgba(255, 255, 255, 0.82); }
.thesis strong { color: #FFFFFF; }
.thesis em { color: #28C7D9; font-style: normal; }

/* ---------- W.A.K.E. grid ---------- */
.wake-grid {
  display: grid; gap: 0.7rem;
  grid-template-columns: 1fr 1fr;
}
.wake-tile {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 0.85rem;
}
.wake-tile h3 { color: #28C7D9; margin-bottom: 0.25rem; }
.wake-tile p { font-size: 0.85rem; color: rgba(255, 255, 255, 0.7); }

/* ---------- steps ---------- */
.steps { list-style: none; display: grid; gap: 0.9rem; }
.steps li {
  border-left: 2px solid #179FB2;
  padding-left: 0.9rem;
}
.step-n {
  color: #28C7D9; font-weight: 800; font-size: 0.8rem;
  letter-spacing: 0.1em;
}
.steps p { color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }

/* ---------- features ---------- */
.feature-list { list-style: none; display: grid; gap: 0.9rem; }
.feature-list li {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 0.9rem;
}
.feature-list h3 { color: #FFFFFF; margin-bottom: 0.2rem; }
.feature-list p { color: rgba(255, 255, 255, 0.7); font-size: 0.9rem; }

/* ---------- pricing ---------- */
.pricing-note { color: rgba(255, 255, 255, 0.72); margin-bottom: 1rem; font-size: 0.95rem; }
.plans { display: grid; gap: 0.9rem; }
.plan {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 1rem;
}
.plan.plan-annual {
  border: 2px solid #28C7D9;          /* annual visually emphasized (AC-24) */
}
.plan-flag {
  display: inline-block;
  background: #28C7D9; color: #0B0B0B;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em;
  border-radius: 6px; padding: 0.15rem 0.5rem;
  margin-bottom: 0.4rem;
}
.plan-name { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; color: rgba(255,255,255,0.72); }
.plan-price { font-size: 1.6rem; font-weight: 800; }
.plan-price i { font-style: normal; font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.6); }
.plan-math { font-size: 0.82rem; color: rgba(255, 255, 255, 0.62); margin-top: 0.3rem; }
.plan-riders { font-size: 0.82rem; color: #28C7D9; margin-top: 0.3rem; }

/* ---------- closer / footer ---------- */
.closer p { color: rgba(255, 255, 255, 0.72); }
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 1.1rem; padding-bottom: 2.2rem;
  font-size: 0.85rem; color: rgba(255, 255, 255, 0.55);
}
.site-footer a { color: #28C7D9; text-decoration: none; }

/* ---------- handoff surface (AC-40) ---------- */
.handoff {
  background: #0B0B0B;
  border-bottom: 2px solid #28C7D9;
}
.handoff-inner { padding-top: 0.9rem; padding-bottom: 0.9rem; }
.handoff h2 { font-size: 1.05rem; margin-bottom: 0.3rem; color: #28C7D9; }
.handoff p { font-size: 0.86rem; color: rgba(255, 255, 255, 0.78); margin-bottom: 0.6rem; }
.handoff .btn { font-size: 0.9rem; padding: 0.6rem 1rem; margin-right: 0.5rem; margin-bottom: 0.4rem; }
.handoff .subtle-link {
  display: inline-block; font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.handoff .file-step { margin-top: 0.4rem; }

/* ---------- wider screens (AC-17: column stays measured) ---------- */
@media (min-width: 700px) {
  .hero h1 { font-size: 2.7rem; }
  .plans { grid-template-columns: 1fr 1fr; }
  .wake-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-list { grid-template-columns: 1fr 1fr; }
}
