@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  /* ── Vibrant teal (anchored on the Continuum mark) ── */
  --teal-deep:    #0E5640;
  --teal-mid:     #169978;
  --teal-bright:  #1FC498;
  --teal-soft:    #B5EBDB;
  --teal-pale:    #E6F7F1;

  /* ── Warm amber / gold accents ── */
  --amber:        #E5B53D;
  --amber-deep:   #B88A1F;
  --amber-light:  #F5DE9A;
  --amber-pale:   #FBF1D3;

  /* ── Pop accents (badges / defence / problem stats) ── */
  --coral:        #E87A56;
  --coral-pale:   #FCE3D6;

  /* ── Light backgrounds (no dark surfaces) ── */
  --bg-base:      #FAF7F2;
  --cream:        #F4EFE6;
  --cream-dark:   #EDE6D8;
  --cream-warm:   #FDF8EE;
  --cream-soft:   #FBF6EC;
  --white:        #FFFFFF;

  /* ── Text ── */
  --ink:          #14302A;
  --ink-mid:      #4A5550;
  --ink-light:    #8A9590;

  /* ── Legacy aliases so existing class names keep working ── */
  --green-deep:   var(--teal-deep);
  --green-mid:    var(--teal-mid);
  --green-bright: var(--teal-bright);
  --green-light:  var(--teal-soft);
  --gold:         var(--amber);
  --gold-light:   var(--amber-light);

  --radius-sm:    6px;
  --radius-md:    12px;
  --radius-lg:    20px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg-base);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ─── TYPOGRAPHY ─── */
.display { font-family: 'Cormorant Garamond', serif; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.1; color: var(--ink); }
h1 { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.6rem); }
p  { line-height: 1.75; color: var(--ink-mid); }

/* ─── LAYOUT ─── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section   { padding: 100px 0; }
.section-sm{ padding: 60px 0; }

/* ─── NAV (light, soft shadow) ─── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(14px);
  border-bottom: 0.5px solid rgba(20,48,42,0.08);
  transition: background 0.3s, box-shadow 0.3s;
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-mark { width: 36px; height: 36px; }
.nav-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600;
  color: var(--ink); letter-spacing: -0.3px;
}
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  color: var(--ink-mid); text-decoration: none;
  font-size: 0.875rem; font-weight: 400; letter-spacing: 0.02em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--teal-mid); }
.nav-cta {
  background: var(--teal-mid); color: var(--white) !important;
  padding: 8px 20px; border-radius: 100px;
  font-weight: 500 !important; transition: all 0.2s !important;
}
.nav-cta:hover { background: var(--teal-deep); transform: translateY(-1px); }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px 0; transition: 0.3s; }

/* ─── HERO (warm cream + soft teal/amber glow) ─── */
.hero {
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 60% at 78% 28%, rgba(245,222,154,0.55) 0%, rgba(245,222,154,0) 60%),
    radial-gradient(ellipse 70% 55% at 18% 75%, rgba(31,196,152,0.18) 0%, rgba(31,196,152,0) 60%),
    radial-gradient(ellipse 60% 70% at 92% 88%, rgba(232,122,86,0.10) 0%, rgba(232,122,86,0) 60%),
    linear-gradient(180deg, var(--cream-warm) 0%, var(--bg-base) 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
  padding-top: 68px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b'%3E%3CfeGaussianBlur stdDeviation='38'/%3E%3C/filter%3E%3Cg filter='url(%23b)' opacity='0.32'%3E%3Cellipse cx='180' cy='200' rx='90' ry='240' fill='%231FC498' transform='rotate(30 180 200)'/%3E%3Cellipse cx='620' cy='280' rx='110' ry='220' fill='%23E5B53D' transform='rotate(-25 620 280)'/%3E%3Cellipse cx='400' cy='600' rx='160' ry='220' fill='%23169978' transform='rotate(60 400 600)'/%3E%3Cellipse cx='720' cy='680' rx='80' ry='180' fill='%23F5DE9A' transform='rotate(-40 720 680)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover; background-position: center;
  opacity: 0.55; pointer-events: none; mix-blend-mode: multiply;
}
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.035; pointer-events: none;
}
.hero > .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  padding: 80px 0;
}
.hero-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--teal-mid); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
}
.hero-eyebrow::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--teal-mid);
}
.hero h1 { color: var(--ink); margin-bottom: 28px; }
.hero h1 em { font-style: italic; font-weight: 600; color: var(--teal-mid); }
.hero-sub {
  color: var(--ink-mid);
  font-size: 1.1rem; line-height: 1.8;
  margin-bottom: 40px; max-width: 460px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero .btn-outline {
  color: var(--teal-deep);
  border: 0.5px solid rgba(20,48,42,0.32);
}
.hero .btn-outline:hover { border-color: var(--teal-deep); background: rgba(20,48,42,0.04); color: var(--teal-deep); }

/* ─── BUTTONS ─── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; font-weight: 500;
  padding: 14px 28px; border-radius: 100px;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s; letter-spacing: 0.01em;
}
.btn-gold  { background: var(--amber); color: var(--ink); }
.btn-gold:hover { background: var(--amber-light); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(229,181,61,0.28); }
.btn-outline {
  background: transparent; color: var(--ink);
  border: 0.5px solid rgba(20,48,42,0.32);
}
.btn-outline:hover { border-color: var(--teal-mid); color: var(--teal-mid); }
.btn-green { background: var(--teal-mid); color: var(--white); }
.btn-green:hover { background: var(--teal-deep); }
.btn-dark  { background: var(--teal-deep); color: var(--white); }
.btn-dark:hover { background: var(--teal-mid); }

/* ─── HERO MARK (The Continuum) ─── */
.hero-visual {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.hero-mark-wrap {
  position: relative;
  width: 360px; height: 360px;
  display: flex; align-items: center; justify-content: center;
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(22,153,120,0.28);
  animation: ring-pulse 4s ease-in-out infinite;
}
.hero-ring:nth-child(1){ width: 320px; height: 320px; animation-delay: 0s; }
.hero-ring:nth-child(2){ width: 390px; height: 390px; animation-delay: 0.8s; border-color: rgba(22,153,120,0.18); }
.hero-ring:nth-child(3){ width: 460px; height: 460px; animation-delay: 1.6s; border-color: rgba(22,153,120,0.10); }
@keyframes ring-pulse {
  0%,100%{ opacity: 0.5; transform: scale(1); }
  50%    { opacity: 1; transform: scale(1.02); }
}
.hero-mark-svg { position: relative; z-index: 1; width: 240px; height: 240px; filter: drop-shadow(0 4px 24px rgba(22,153,120,0.22)); }
/* Override the inline gold/dark colors on the original hero mark — now teal */
.hero-mark-svg path[stroke="#C9A84C"] { stroke: var(--teal-mid); }
.hero-mark-svg circle[fill="#0B3325"] { fill: var(--teal-deep); }

/* ─── STATS BAR (light, vibrant) ─── */
.stats-bar {
  background: var(--cream);
  border-top: 0.5px solid rgba(20,48,42,0.08);
  border-bottom: 0.5px solid rgba(20,48,42,0.08);
  padding: 40px 0;
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; text-align: center;
}
.stat-item {
  padding: 0 24px;
  border-right: 0.5px solid rgba(20,48,42,0.10);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem; font-weight: 600;
  color: var(--teal-mid); line-height: 1;
  display: block; margin-bottom: 6px;
}
.stat-label {
  font-size: 0.78rem; color: var(--ink-light);
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ─── SECTION LABELS ─── */
.section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal-mid); margin-bottom: 16px;
}
.section-label::before {
  content: ''; width: 20px; height: 0.5px; background: var(--teal-mid);
}

/* ─── PROBLEM SECTION ─── */
.problem { background: var(--bg-base); }
.problem-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.problem-stat {
  display: flex; align-items: flex-start; gap: 20px;
  margin-bottom: 32px; padding-bottom: 32px;
  border-bottom: 0.5px solid var(--cream-dark);
}
.problem-stat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.problem-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 600;
  color: var(--coral); line-height: 1;
  min-width: 110px;
}
.problem-stat-text { font-size: 0.95rem; }
.problem-stat-source {
  font-size: 0.72rem; color: var(--ink-light);
  letter-spacing: 0.05em; margin-top: 4px;
}

/* ─── HOW IT WORKS (pale teal panel — bright, not dark) ─── */
.how { background: var(--teal-pale); }
.how h2 { color: var(--ink); }
.how .section-label { color: var(--teal-deep); }
.how .section-label::before { background: var(--teal-deep); }
.how-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 16px; margin-top: 60px;
}
.how-step {
  background: var(--white);
  padding: 40px 28px;
  border-radius: var(--radius-md);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 0.5px solid rgba(22,153,120,0.12);
}
.how-step:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(22,153,120,0.12); }
.how-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 600;
  color: var(--teal-soft);
  line-height: 1; margin-bottom: 20px;
  display: block;
}
.how-step h3 { color: var(--ink); font-size: 1.2rem; margin-bottom: 12px; }
.how-step p  { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.7; }
.how-step-icon {
  width: 40px; height: 40px; margin-bottom: 20px;
  background: var(--teal-pale);
  border-radius: 10px; display: flex;
  align-items: center; justify-content: center;
}

/* ─── FEATURES ─── */
.features { background: var(--bg-base); }
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-top: 60px;
}
.feature-card {
  background: var(--white); padding: 36px 28px;
  border-radius: var(--radius-md);
  border: 0.5px solid var(--cream-dark);
  position: relative; transition: all 0.25s;
}
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(20,48,42,0.08); border-color: rgba(22,153,120,0.25); }
.feature-badge {
  display: inline-block; font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 100px;
  background: var(--teal-pale); color: var(--teal-deep);
  margin-bottom: 16px;
}
.feature-card h3 { font-size: 1.25rem; margin-bottom: 10px; color: var(--ink); }
.feature-card p  { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.7; }

/* ─── SMART ALERTS (warm cream — Phone mock on teal card) ─── */
.smart-alerts {
  background: var(--cream-warm);
  padding: 100px 0;
}
.smart-alerts-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.smart-alerts h2 { color: var(--ink); margin-bottom: 20px; }
.smart-alerts h2 em { font-style: italic; color: var(--teal-mid); }
.smart-alerts p  { color: var(--ink-mid); margin-bottom: 32px; }
.sa-steps { list-style: none; }
.sa-step {
  display: flex; gap: 16px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(20,48,42,0.08);
}
.sa-step:last-child { border-bottom: none; }
.sa-step-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal-bright); flex-shrink: 0; margin-top: 8px;
}
.sa-step-title { font-size: 0.95rem; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.sa-step-desc  { font-size: 0.875rem; color: var(--ink-mid); line-height: 1.6; }
.sa-visual {
  background: linear-gradient(155deg, var(--teal-pale) 0%, var(--white) 100%);
  border: 0.5px solid rgba(22,153,120,0.22);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 20px 50px rgba(22,153,120,0.10);
}
.sa-phone-mock {
  background: var(--white);
  border-radius: 20px; padding: 24px;
  border: 0.5px solid rgba(20,48,42,0.06);
}
.sa-notif {
  background: var(--cream-warm);
  border-radius: 12px; padding: 14px 16px;
  margin-bottom: 12px; display: flex; gap: 12px; align-items: flex-start;
  border: 0.5px solid rgba(20,48,42,0.05);
}
.sa-notif-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.sa-notif-title { font-size: 0.8rem; font-weight: 500; color: var(--ink); margin-bottom: 2px; }
.sa-notif-text  { font-size: 0.75rem; color: var(--ink-mid); line-height: 1.5; }
.sa-notif-time  { font-size: 0.7rem; color: var(--ink-light); margin-top: 4px; }

/* ─── PRICING ─── */
.pricing { background: var(--cream); }
.pricing h2 { text-align: center; margin-bottom: 12px; }
.pricing-sub { text-align: center; color: var(--ink-light); margin-bottom: 60px; }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; align-items: start;
}
.pricing-card {
  background: var(--white);
  border: 0.5px solid var(--cream-dark);
  border-radius: var(--radius-lg); padding: 36px 28px;
  position: relative; transition: transform 0.25s, box-shadow 0.25s;
}
.pricing-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(20,48,42,0.08); }
.pricing-card.featured {
  background: linear-gradient(155deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
  border-color: transparent;
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(22,153,120,0.32);
}
.pricing-card.featured:hover { transform: scale(1.02) translateY(-3px); }
.pricing-card.featured * { color: var(--white) !important; }
.pricing-card.featured .plan-desc { color: rgba(255,255,255,0.78) !important; }
.pricing-card.featured .feature-list li { color: rgba(255,255,255,0.88) !important; }
.pricing-card.featured .feature-list li::before { color: var(--amber-light) !important; }
.pricing-card.featured .plan-badge { background: rgba(255,255,255,0.18) !important; color: var(--white) !important; }
.plan-badge {
  display: inline-block; font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
  background: var(--teal-pale); color: var(--teal-deep);
  margin-bottom: 20px;
}
.plan-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 600; color: var(--ink);
  margin-bottom: 6px;
}
.plan-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem; font-weight: 600; color: var(--teal-deep);
  line-height: 1; margin-bottom: 4px;
}
.plan-price span { font-size: 1rem; font-weight: 400; color: var(--ink-light); }
.plan-desc { font-size: 0.875rem; color: var(--ink-light); margin-bottom: 28px; line-height: 1.6; }
.feature-list { list-style: none; margin-bottom: 32px; }
.feature-list li {
  font-size: 0.875rem; color: var(--ink-mid);
  padding: 6px 0; display: flex; gap: 10px; align-items: flex-start;
}
.feature-list li::before {
  content: '✓'; color: var(--teal-mid); font-weight: 600;
  flex-shrink: 0; margin-top: 1px;
}

/* ─── WAITLIST (warm amber-tinted cream) ─── */
.waitlist {
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(245,222,154,0.5) 0%, rgba(245,222,154,0) 60%),
    var(--cream-warm);
}
.waitlist-inner { max-width: 540px; margin: 0 auto; text-align: center; }
.waitlist h2 { color: var(--ink); margin-bottom: 16px; }
.waitlist h2 em { font-style: italic; color: var(--teal-mid); }
.waitlist p  { color: var(--ink-mid); margin-bottom: 40px; }
.waitlist .section-label { justify-content: center; color: var(--teal-deep); }
.waitlist .section-label::before { background: var(--teal-deep); }
.waitlist-form { text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 0.78rem; color: var(--ink-mid); letter-spacing: 0.05em; }
.form-group input,
.form-group select {
  background: var(--white);
  border: 0.5px solid rgba(20,48,42,0.18);
  border-radius: var(--radius-sm);
  padding: 12px 16px; color: var(--ink);
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
}
.form-group select { cursor: pointer; }
.form-group select option { background: var(--white); color: var(--ink); }
.form-group input:focus,
.form-group select:focus { border-color: var(--teal-mid); box-shadow: 0 0 0 3px rgba(31,196,152,0.15); }
.form-group input::placeholder { color: var(--ink-light); }
.waitlist-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.waitlist-note { font-size: 0.78rem; color: var(--ink-light); text-align: center; margin-top: 16px; }
.form-success {
  display: none; text-align: center;
  padding: 40px 20px;
}
.form-success .success-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--teal-pale);
  color: var(--teal-mid);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 1.5rem;
}
.form-success h3 { color: var(--ink); margin-bottom: 10px; }
.form-success p  { color: var(--ink-mid); font-size: 0.9rem; }

/* ─── DEFENCE CTA (amber-tinted, vibrant) ─── */
.defence-cta {
  background: linear-gradient(135deg, var(--amber-pale) 0%, var(--cream-warm) 100%);
  border-top: 0.5px solid rgba(184,138,31,0.22);
  border-bottom: 0.5px solid rgba(184,138,31,0.22);
  padding: 60px 0;
}
.defence-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap;
}
.defence-cta h3 { color: var(--ink); font-size: 1.8rem; margin-bottom: 8px; }
.defence-cta p  { color: var(--ink-mid); font-size: 0.95rem; }
.defence-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--amber-deep); margin-bottom: 12px;
}

/* ─── FOOTER (light, warm) ─── */
.footer {
  background: var(--cream);
  padding: 60px 0 32px;
  border-top: 0.5px solid var(--cream-dark);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-brand p { color: var(--ink-mid); font-size: 0.875rem; margin-top: 16px; line-height: 1.7; }
.footer-brand .nav-brand span { color: var(--ink) !important; }
.footer-col h4 {
  font-family: 'DM Sans', sans-serif; font-size: 0.72rem;
  font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink-mid); margin-bottom: 16px;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: var(--ink-mid); text-decoration: none;
  font-size: 0.875rem; transition: color 0.2s;
}
.footer-links a:hover { color: var(--teal-mid); }
.footer-bottom {
  border-top: 0.5px solid var(--cream-dark);
  padding-top: 24px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 0.8rem; color: var(--ink-light); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.8rem; color: var(--ink-light); text-decoration: none; }
.footer-legal a:hover { color: var(--teal-mid); }

/* ─── ANIMATIONS ─── */
.fade-up {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .hero-grid        { grid-template-columns: 1fr; text-align: center; }
  .hero-visual      { display: none; }
  .hero-sub         { max-width: 100%; }
  .hero-eyebrow     { justify-content: center; }
  .hero-actions     { justify-content: center; }
  .problem-grid     { grid-template-columns: 1fr; }
  .how-steps        { grid-template-columns: 1fr 1fr; }
  .features-grid    { grid-template-columns: 1fr 1fr; }
  .pricing-grid     { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  .pricing-card.featured:hover { transform: translateY(-3px); }
  .smart-alerts-grid{ grid-template-columns: 1fr; }
  .stats-grid       { grid-template-columns: 1fr 1fr; gap: 0; }
  .stat-item        { padding: 20px; border-right: none; border-bottom: 0.5px solid rgba(20,48,42,0.08); }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
  .nav-links        { display: none; }
  .nav-hamburger    { display: block; }
}
@media (max-width: 600px) {
  .how-steps        { grid-template-columns: 1fr; }
  .features-grid    { grid-template-columns: 1fr; }
  .form-row         { grid-template-columns: 1fr; }
  .stats-grid       { grid-template-columns: 1fr 1fr; }
  .footer-grid      { grid-template-columns: 1fr; }
}

/* ─── LEGAL PAGES ─── */
.legal-hero {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(245,222,154,0.4) 0%, rgba(245,222,154,0) 60%),
    var(--cream-warm);
  padding: 120px 0 60px;
  border-bottom: 0.5px solid var(--cream-dark);
}
.legal-hero h1 { color: var(--ink); margin-bottom: 12px; }
.legal-hero p  { color: var(--ink-mid); font-size: 0.95rem; }
.legal-body    { padding: 60px 0 100px; background: var(--bg-base); }
.legal-content { max-width: 760px; }
.legal-content h2 {
  font-size: 1.4rem; margin: 40px 0 14px; color: var(--ink);
}
.legal-content h3 {
  font-size: 1.1rem; margin: 24px 0 10px; color: var(--ink);
  font-family: 'DM Sans', sans-serif; font-weight: 500;
}
.legal-content p  { margin-bottom: 16px; font-size: 0.95rem; }
.legal-content ul { margin: 12px 0 20px 20px; }
.legal-content ul li { font-size: 0.95rem; color: var(--ink-mid); margin-bottom: 8px; line-height: 1.7; }
.legal-content a  { color: var(--teal-mid); }
.legal-content a:hover { color: var(--teal-deep); }
.legal-box {
  background: var(--teal-pale); border-radius: var(--radius-md);
  padding: 24px 28px; margin: 24px 0;
  border-left: 3px solid var(--teal-mid);
}
.legal-box p { margin: 0; font-size: 0.9rem; color: var(--ink); }
