/* WindDown landing: white minimalist, glassmorphism */

:root {
  --ink: #1c1c22;
  --muted: #62626e;
  --faint: #9a9aa6;
  --bg: #fafaf9;
  --amber: #b45309;
  --amber-soft: #f59e0b;
  --glass: rgba(255, 255, 255, 0.55);
  --glass-border: rgba(255, 255, 255, 0.75);
  --shadow: 0 12px 40px rgba(40, 35, 80, 0.08);
  --radius: 24px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Soft dawn-colored blobs behind the glass */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(560px 420px at 12% 8%, rgba(253, 230, 138, 0.55), transparent 65%),
    radial-gradient(640px 480px at 88% 18%, rgba(199, 181, 253, 0.45), transparent 65%),
    radial-gradient(700px 520px at 50% 105%, rgba(251, 207, 232, 0.35), transparent 70%),
    var(--bg);
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 16px auto 0;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow);
}

@media (max-width: 1128px) { .nav { margin-left: 24px; margin-right: 24px; } }

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-decoration: none;
}

.brand .moon { font-size: 1.15rem; }

.nav-links { display: flex; gap: 24px; align-items: center; }

.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.nav-links a:hover { color: var(--ink); }

@media (max-width: 640px) { .nav-links a:not(.pill) { display: none; } }

.pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
  padding: 96px 0 72px;
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; padding: 64px 0 48px; text-align: center; }
  .hero .phone-col { justify-content: center; }
}

.eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: var(--amber);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 20px;
}

h1 .quiet { color: var(--faint); }

.sub {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 34em;
  margin-bottom: 32px;
}

.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

@media (max-width: 820px) { .cta-row { justify-content: center; } }

.cta {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}

.cta-note { color: var(--faint); font-size: 0.9rem; }

/* Phone mockup: the one dark element on the page */
.phone-col { display: flex; }

.phone {
  width: 290px;
  border-radius: 44px;
  background: #0d0d12;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(30, 25, 70, 0.25);
  padding: 14px;
  margin: 0 auto;
}

.screen {
  border-radius: 32px;
  background: linear-gradient(180deg, #101018 0%, #16121c 100%);
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 28px;
  color: #e9e2d6;
}

.screen .moon-big { font-size: 3rem; margin-bottom: 20px; }

.screen h3 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: #f3ead9;
}

.screen p { font-size: 0.92rem; color: #a89f90; margin-bottom: 30px; }

.screen .shield-btn {
  padding: 12px 26px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fbbf24;
  font-size: 0.9rem;
  font-weight: 600;
}

.screen .clock { font-size: 0.8rem; color: #6e6558; margin-top: 26px; }

.phone-caption {
  text-align: center;
  color: var(--faint);
  font-size: 0.85rem;
  margin-top: 16px;
}

/* Sections */
section { padding: 56px 0; }

.section-head { text-align: center; max-width: 40em; margin: 0 auto 48px; }

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  letter-spacing: -0.02em;
  font-weight: 750;
  margin-bottom: 12px;
}

.section-head p { color: var(--muted); font-size: 1.08rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

@media (max-width: 820px) { .cards { grid-template-columns: 1fr; } }

.card {
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px 28px;
}

.card .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.14);
  color: var(--amber);
  font-weight: 700;
  margin-bottom: 16px;
}

.card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }

.card p { color: var(--muted); font-size: 0.96rem; }

/* Gate section */
.gate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 820px) { .gate { grid-template-columns: 1fr; } }

.gate h2 { margin-bottom: 16px; }

.gate .lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 16px; }

.questions { display: flex; flex-direction: column; gap: 14px; }

.q {
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 22px;
}

.q .q-text { font-weight: 650; font-size: 1rem; margin-bottom: 6px; }

.q .q-a { color: var(--faint); font-size: 0.88rem; }

.q .q-a b { color: var(--amber); font-weight: 600; }

/* Pricing */
.pricing-cards { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }

.pricing-cards .card.featured { border: 1.5px solid var(--amber-soft); }

.price {
  font-size: 2.2rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  margin: 10px 0 2px;
}

.price .per { font-size: 1rem; font-weight: 500; color: var(--faint); letter-spacing: 0; }

.price-alt { color: var(--muted); font-size: 0.92rem; margin-bottom: 6px; }

.plan-list { list-style: none; margin: 14px 0; }

.plan-list li {
  color: var(--muted);
  font-size: 0.95rem;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.plan-list li::before { content: "\2713"; position: absolute; left: 0; color: var(--amber); font-weight: 700; }

.plan-note { color: var(--faint); font-size: 0.88rem; }

/* Footer */
footer {
  margin-top: 40px;
  padding: 40px 0 56px;
  border-top: 1px solid rgba(28, 28, 34, 0.08);
}

.foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.foot-links { display: flex; gap: 22px; flex-wrap: wrap; }

.foot a { color: var(--muted); text-decoration: none; font-size: 0.9rem; }

.foot a:hover { color: var(--ink); }

.foot .copyright { color: var(--faint); font-size: 0.88rem; }

/* Legal / prose pages */
.prose-card {
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 780px;
  margin: 56px auto;
  padding: 56px;
}

@media (max-width: 640px) { .prose-card { padding: 32px 24px; margin: 32px auto; } }

.prose-card h1 { font-size: 2.1rem; margin-bottom: 6px; }

.prose-card .updated { color: var(--faint); font-size: 0.9rem; margin-bottom: 32px; }

.prose-card h2 { font-size: 1.25rem; margin: 32px 0 10px; }

.prose-card h3 { font-size: 1.05rem; font-weight: 700; margin: 22px 0 8px; }

.prose-card p, .prose-card li { color: #3c3c46; font-size: 0.98rem; }

.prose-card ul { padding-left: 22px; margin: 10px 0; }

.prose-card li { margin-bottom: 6px; }

.prose-card a { color: var(--amber); }

.prose-card .callout {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 14px;
  padding: 16px 20px;
  margin: 18px 0;
}

@media (prefers-reduced-motion: no-preference) {
  .card, .q, details { transition: transform 0.25s ease; }
  .card:hover { transform: translateY(-3px); }
}
