/* =============================================
   Self-hosted fonts (latin subset only).
   Downloaded from Google Fonts — no external
   request at render time.
   ============================================= */

/* Inter — variable font, covers weights 400-900 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Poppins — normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/poppins-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/poppins-900.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Poppins — italic */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/poppins-600i.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/poppins-700i.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/poppins-800i.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =============================================
   YardIQ — Marketing site
   Design tokens follow the YardIQ app palette.
   ============================================= */

:root {
  /* Brand */
  --forest-950: #0A1F0F;
  --forest-900: #0F2A14;
  --forest-800: #16381C;
  --forest-700: #1F4D27;
  --forest-600: #256B30;
  --forest-500: #2E7D32;
  --forest-400: #43A047;
  --forest-300: #7CB789;
  --forest-200: #B7D9BD;
  --sage-100: #E6EFE3;
  --sage-50:  #F1F6EE;
  --sage-25:  #F7FAF5;
  --cream:    #FBFAF5;

  /* Ink (text) */
  --ink-900: #0E1612;
  --ink-800: #182019;
  --ink-700: #2A332D;
  --ink-500: #566159;
  --ink-400: #717c75;
  --ink-300: #A4ACA6;
  --line:    #E2E7DF;
  --line-2:  #EEF2EB;
  --white:   #FFFFFF;

  /* Accent */
  --clay-500: #C97B4A;
  --amber-500:#E8A23A;
  --amber-100:#FBEAC4;
  --sky-500:  #3F92C9;
  --sky-100:  #D5E8F3;
  --rose-500: #C25762;
  --rose-100: #F5D7D9;

  /* Radius */
  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --r-2xl: 36px;
  --r-pill: 999px;

  /* Shadow scale */
  --sh-1: 0 1px 2px rgba(15,42,20,.06), 0 1px 3px rgba(15,42,20,.05);
  --sh-2: 0 2px 6px rgba(15,42,20,.06), 0 6px 14px rgba(15,42,20,.07);
  --sh-3: 0 6px 14px rgba(15,42,20,.08), 0 14px 30px rgba(15,42,20,.10);
  --sh-4: 0 12px 24px rgba(15,42,20,.10), 0 30px 60px rgba(15,42,20,.18);
  --sh-glow: 0 24px 60px -10px rgba(46,125,50,.45);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast: 160ms;
  --t-base: 240ms;
  --t-slow: 420ms;

  /* Gradients */
  --g-forest: linear-gradient(135deg, #0F2A14 0%, #1F4D27 45%, #2E7D32 100%);
  --g-meadow: linear-gradient(135deg, #2E7D32 0%, #43A047 60%, #7CB789 100%);
  --g-dawn:   linear-gradient(135deg, #1F4D27 0%, #43A047 55%, #E8A23A 110%);
  --g-cream:  linear-gradient(180deg, #FBFAF5 0%, #F1F6EE 100%);
}

/* =============================================
   Reset & base
   ============================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-900);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv11', 'ss01';
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible {
  outline: 3px solid #7CB789;
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--forest-700); color: white;
  padding: 10px 16px; border-radius: 0 0 8px 0;
  font-weight: 600; z-index: 100;
}
.skip-link:focus { left: 0; }

a { color: var(--forest-600); text-decoration: none; transition: color var(--t-fast) var(--ease-out); }
a:hover { color: var(--forest-500); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 600ms var(--ease-out), transform 600ms var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* =============================================
   Nav
   ============================================= */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 245, 0.78);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid rgba(226, 231, 223, .7);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  max-width: 1180px; margin: 0 auto;
}
.brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: var(--forest-800);
  letter-spacing: -0.6px;
}
.brand img { width: 32px; height: 32px; border-radius: 9px; box-shadow: var(--sh-1); }

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: var(--ink-700); font-weight: 500; font-size: 14.5px;
  position: relative;
}
.nav-links a:not(.nav-cta):after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -6px;
  height: 2px; background: var(--forest-500); border-radius: 2px;
  transition: right var(--t-base) var(--ease-out);
}
.nav-links a:not(.nav-cta):hover { color: var(--forest-600); }
.nav-links a:not(.nav-cta):hover:after { right: 0; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--forest-700);
  color: white !important;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 14px;
  box-shadow: var(--sh-2);
  transition: transform var(--t-fast) var(--ease-spring), background var(--t-fast) var(--ease-out), box-shadow var(--t-fast) var(--ease-out);
}
.nav-cta svg { transition: transform var(--t-base) var(--ease-out); }
.nav-cta:hover { background: var(--forest-600); transform: translateY(-1px); box-shadow: var(--sh-3); color: white; }
.nav-cta:hover svg { transform: translateX(3px); }

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

/* =============================================
   Hero
   ============================================= */
.hero {
  position: relative;
  background: var(--g-forest);
  color: white;
  padding: 100px 0 140px;
  overflow: hidden;
  isolation: isolate;
}
.aurora { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.aurora .blob {
  position: absolute; border-radius: 50%;
  filter: blur(70px);
  opacity: .55;
  mix-blend-mode: screen;
  animation: floaty 14s ease-in-out infinite;
}
.aurora .b1 { width: 520px; height: 520px; background: #43A047; top: -120px; right: -60px; animation-delay: -2s; }
.aurora .b2 { width: 460px; height: 460px; background: #E8A23A; bottom: -160px; left: -80px; opacity: .35; animation-delay: -6s; }
.aurora .b3 { width: 380px; height: 380px; background: #7CB789; top: 40%; left: 38%; opacity: .35; animation-delay: -10s; }
.aurora .grain {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: .4;
}
@keyframes floaty {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%      { transform: translate(20px, -30px) scale(1.06); }
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 10px;
  border-radius: var(--r-pill);
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.7px; text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #B7D9BD;
  box-shadow: 0 0 0 4px rgba(124,183,137,.25);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(124,183,137,.25); }
  50%      { box-shadow: 0 0 0 8px rgba(124,183,137,.10); }
}

.hero h1 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -1.6px;
  margin: 20px 0 20px;
}
.hero h1 em {
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #B7D9BD 10%, #ffffff 50%, #E8A23A 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.sub {
  font-size: 18px;
  max-width: 540px;
  color: rgba(255,255,255,0.88);
  margin: 0 0 32px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px;
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--t-fast) var(--ease-spring),
              box-shadow var(--t-fast) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              color var(--t-fast) var(--ease-out);
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn-primary {
  background: white; color: var(--forest-800);
  box-shadow: var(--sh-2);
}
.btn-primary svg { transition: transform var(--t-base) var(--ease-out); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--sh-3); color: var(--forest-800); }
.btn-primary:hover svg { transform: translateX(3px); }

.btn-ghost {
  background: rgba(255,255,255,0.08);
  color: white;
  border-color: rgba(255,255,255,0.28);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255,255,255,0.16); color: white; }

.btn-outline {
  background: transparent;
  color: var(--forest-700);
  border-color: var(--forest-200);
}
.btn-outline:hover { background: var(--sage-50); color: var(--forest-700); }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* Store badges */
.stores { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 18px 10px 14px;
  background: rgba(0,0,0,0.32);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-md);
  color: white;
  font-size: 13px;
  transition: transform var(--t-fast) var(--ease-out), background var(--t-fast) var(--ease-out);
}
.store-badge:hover { transform: translateY(-2px); background: rgba(0,0,0,0.5); color: white; }
.store-badge svg { color: white; flex: none; }
.store-badge strong { display: block; font-size: 15px; line-height: 1.15; font-weight: 700; }
.store-badge small { color: rgba(255,255,255,0.78); font-size: 10.5px; letter-spacing: .5px; text-transform: uppercase; }
.store-badge.solid { background: var(--ink-900); border-color: var(--ink-900); }
.store-badge.solid:hover { background: #000; }

/* =============================================
   Phone stage (real screenshot)
   ============================================= */
.phone-stage {
  position: relative;
  display: flex; justify-content: center; align-items: center;
  perspective: 1400px;
  min-height: 580px;
}
.phone-glow {
  position: absolute;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(124,183,137,.55) 0%, transparent 65%);
  filter: blur(20px);
  border-radius: 50%;
  z-index: 0;
}
.phone {
  position: relative;
  width: 290px;
  margin: 0;
  border-radius: 46px;
  background: linear-gradient(180deg, #1A1F1A 0%, #0F1410 100%);
  box-shadow:
    0 0 0 1.5px rgba(255,255,255,.05) inset,
    0 0 0 8px #0a0e0b,
    var(--sh-4),
    var(--sh-glow);
  padding: 12px;
  transform: rotateY(-10deg) rotateX(5deg) rotate(-2deg);
  transition: transform var(--t-slow) var(--ease-spring);
  z-index: 1;
}
.phone:hover { transform: rotateY(-4deg) rotateX(2deg) rotate(0deg) translateY(-6px); }
.phone-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 22px; background: #000; border-radius: 0 0 16px 16px;
  z-index: 3;
}
.phone img {
  width: 100%; height: auto; display: block;
  border-radius: 36px;
  background: var(--forest-700);
}

/* Floating accent cards */
.float-card {
  position: absolute;
  background: rgba(255,255,255,0.96);
  color: var(--ink-900);
  border-radius: var(--r-lg);
  padding: 12px 16px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: var(--sh-3);
  border: 1px solid rgba(255,255,255,.6);
  z-index: 2;
  backdrop-filter: blur(8px);
}
.float-card small { color: var(--ink-500); font-size: 11px; display: block; }
.float-card b { font-size: 13.5px; color: var(--ink-900); font-weight: 600; }
.fc-score {
  left: -120px; top: 30px;
  animation: floatA 6s ease-in-out infinite;
}
.fc-score .ring { position: relative; display: grid; place-items: center; }
.fc-score .ring span { position: absolute; font-weight: 800; font-size: 14px; color: var(--forest-700); }
.fc-task {
  right: -120px; bottom: 40px;
  animation: floatB 7s ease-in-out infinite;
}
.fc-ico {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--sky-100); color: var(--sky-500);
  display: grid; place-items: center;
  flex: none;
}
@keyframes floatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

@media (max-width: 960px) {
  .hero { padding: 76px 0 96px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .phone-stage { min-height: 520px; }
  .phone { transform: rotate(-2deg); width: 250px; }
  .fc-score { left: 8px; top: 12px; }
  .fc-task { right: 8px; bottom: 12px; }
}

/* =============================================
   Trust strip
   ============================================= */
.trust {
  background: var(--cream);
  padding: 36px 0;
  border-bottom: 1px solid var(--line-2);
}
.trust-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.trust-item {
  text-align: center;
  padding: 8px 12px;
  border-right: 1px solid var(--line-2);
}
.trust-item:last-child { border-right: none; }
.trust-item b {
  display: block;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 4vw, 44px);
  line-height: 1;
  color: var(--forest-700);
  letter-spacing: -1.5px;
}
.trust-item b span {
  font-size: 0.55em; color: var(--forest-500); font-weight: 700; margin-left: 2px;
}
.trust-item small { color: var(--ink-500); font-size: 12.5px; font-weight: 500; letter-spacing: .2px; }

@media (max-width: 720px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
}

/* =============================================
   Section heads
   ============================================= */
section { padding: 110px 0; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.section-head .kicker {
  display: inline-block;
  padding: 6px 14px;
  background: var(--sage-100);
  color: var(--forest-700);
  border-radius: var(--r-pill);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 1.2px; text-transform: uppercase;
  margin-bottom: 18px;
}
.section-head h2 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin: 0 0 14px;
  color: var(--ink-900);
}
.section-head p {
  font-size: 17.5px; color: var(--ink-500); margin: 0;
}

/* =============================================
   Features (Bento grid)
   ============================================= */
.features { background: var(--sage-25); }

.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 20px;
}
.bento-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow: var(--sh-1);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out), border-color var(--t-base) var(--ease-out);
  overflow: hidden;
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-3);
  border-color: var(--forest-200);
}
.bento-card.span-2 { grid-column: span 2; }

.feat-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--sage-100); color: var(--forest-700);
  margin-bottom: 18px;
  transition: transform var(--t-base) var(--ease-spring);
}
.bento-card:hover .feat-icon { transform: scale(1.06) rotate(-3deg); }
.bento-card.warm  .feat-icon { background: var(--amber-100); color: #7A4D00; }
.bento-card.cool  .feat-icon { background: var(--sky-100);   color: #1E5A82; }
.bento-card.clay  .feat-icon { background: #F5DDC8;          color: #7A3F1B; }
.feat-icon.rose   { background: var(--rose-100);             color: #7E1F25; }

.bento-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--ink-900);
}
.bento-card p { margin: 0; color: var(--ink-500); font-size: 15px; line-height: 1.6; }

/* Hero feature card with chips */
.b-hero {
  background: linear-gradient(135deg, #1F4D27 0%, #2E7D32 100%);
  color: white;
  border-color: transparent;
}
.b-hero .feat-icon { background: rgba(255,255,255,.18); color: #fff; }
.b-hero h3 { color: white; font-size: 22px; }
.b-hero p { color: rgba(255,255,255,.82); }
.b-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(420px 240px at 110% 0%, rgba(232,162,58,.35), transparent 60%),
    radial-gradient(380px 220px at -10% 110%, rgba(124,183,137,.45), transparent 60%);
}
.b-hero-content { position: relative; z-index: 1; max-width: 460px; }
.b-hero-chips {
  position: absolute; right: 28px; bottom: 24px;
  display: flex; flex-wrap: wrap; gap: 8px;
  max-width: 280px; justify-content: flex-end;
  z-index: 1;
}
.b-hero-chips span {
  background: rgba(255,255,255,.92);
  color: var(--forest-800);
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600;
  box-shadow: var(--sh-2);
}
.b-hero-chips .warn { background: var(--amber-100); color: #7A4D00; }

/* Shield bento (span-2) */
.b-shield {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center;
  background: linear-gradient(135deg, #FBFAF5 0%, #F1F6EE 100%);
}
.guard-list {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 8px;
}
.guard-list li {
  display: flex; align-items: center; gap: 10px;
  background: white;
  padding: 10px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 500;
  color: var(--ink-800);
}
.guard-list li svg {
  color: var(--forest-500);
  background: var(--sage-100);
  border-radius: 50%;
  padding: 3px;
  width: 20px; height: 20px;
  flex: none;
}

@media (max-width: 960px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-card.span-2 { grid-column: span 2; }
  .b-hero-chips { position: static; justify-content: flex-start; max-width: none; margin-top: 18px; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento-card.span-2 { grid-column: auto; }
  .b-shield { grid-template-columns: 1fr; }
}

/* =============================================
   How it works
   ============================================= */
.how { background: var(--cream); position: relative; }
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  list-style: none; padding: 0; margin: 0;
  counter-reset: stepper;
  position: relative;
}
.steps:before {
  content: '';
  position: absolute;
  left: 12%; right: 12%; top: 36px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--forest-200) 0 8px, transparent 8px 16px);
  z-index: 0;
}
.step {
  position: relative;
  background: white;
  border-radius: var(--r-xl);
  padding: 32px 28px 28px;
  border: 1px solid var(--line);
  box-shadow: var(--sh-1);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
  z-index: 1;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.step .num {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--g-meadow);
  color: white;
  display: grid; place-items: center;
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900; font-size: 18px;
  box-shadow: var(--sh-2), 0 0 0 6px var(--cream);
  margin-bottom: 18px;
}
.step h3 { margin: 0 0 8px; font-size: 19px; font-weight: 700; letter-spacing: -0.2px; }
.step p { margin: 0; color: var(--ink-500); }

@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .steps:before { display: none; }
}

/* =============================================
   Pricing
   ============================================= */
.premium {
  background: var(--g-forest);
  color: white;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.premium-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(232,162,58,.25), transparent 60%),
    radial-gradient(600px 360px at 0% 100%, rgba(124,183,137,.30), transparent 60%);
}
.premium .section-head h2 { color: white; }
.premium .section-head p { color: rgba(255,255,255,.85); }
.premium .section-head .kicker { background: rgba(255,255,255,.14); color: white; }

.plans {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px; max-width: 820px; margin: 0 auto;
}
.plan {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-xl);
  padding: 32px;
  backdrop-filter: blur(10px);
  display: flex; flex-direction: column;
  transition: transform var(--t-base) var(--ease-out);
}
.plan:hover { transform: translateY(-3px); }
.plan header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 6px;
}
.plan h3 { margin: 0; font-size: 18px; font-weight: 700; letter-spacing: .2px; text-transform: uppercase; }
.plan .price {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 48px; font-weight: 900; letter-spacing: -1.5px;
  margin: 14px 0 4px;
  line-height: 1;
}
.plan .price small { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; opacity: .7; letter-spacing: 0; }
.plan-tag { font-size: 14px; opacity: .8; margin: 0 0 18px; }
.plan ul {
  list-style: none; padding: 0; margin: 8px 0 24px;
  display: grid; gap: 10px;
  flex: 1;
}
.plan ul li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14.5px;
}
.plan ul li svg {
  color: var(--forest-300);
  background: rgba(124,183,137,.18);
  border-radius: 50%;
  padding: 3px;
  width: 22px; height: 22px;
  flex: none;
}
.plan .btn { align-self: stretch; justify-content: center; }

.badge-soft, .badge-amber {
  font-size: 10.5px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--r-pill);
}
.badge-soft { background: rgba(255,255,255,.14); color: rgba(255,255,255,.85); }
.badge-amber { background: var(--amber-500); color: #3a2400; }

.plan.featured {
  background: white; color: var(--ink-900);
  border-color: transparent;
  box-shadow: var(--sh-4), 0 0 0 1px rgba(232,162,58,.5);
  transform: translateY(-10px);
  position: relative;
}
.plan.featured:hover { transform: translateY(-14px); }
.plan.featured .plan-tag { color: var(--ink-500); opacity: 1; }
.plan.featured ul li svg { color: var(--forest-500); background: var(--sage-100); }

.trial-note {
  text-align: center; margin-top: 28px;
  font-size: 13px; opacity: .8;
  max-width: 640px; margin-left: auto; margin-right: auto;
}

@media (max-width: 720px) {
  .plans { grid-template-columns: 1fr; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-3px); }
}

/* =============================================
   Final CTA
   ============================================= */
.cta { background: var(--cream); text-align: center; padding: 100px 0; }
.cta .card {
  position: relative;
  background: var(--g-dawn);
  color: white;
  border-radius: var(--r-2xl);
  padding: 72px 32px;
  box-shadow: var(--sh-4);
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}
.card-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(600px 320px at 100% 0%, rgba(255,255,255,.18), transparent 60%),
    radial-gradient(500px 280px at 0% 100%, rgba(15,42,20,.30), transparent 60%);
}
.cta .eyebrow { margin-bottom: 22px; }
.cta h2 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin: 0 0 14px; letter-spacing: -1px;
}
.cta p { margin: 0 0 28px; font-size: 17px; opacity: .92; }

/* =============================================
   Footer
   ============================================= */
.footer {
  background: var(--forest-950);
  color: rgba(255,255,255,0.78);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px; margin-bottom: 36px;
}
.footer h4 {
  color: white; font-size: 12px;
  letter-spacing: 1.4px; text-transform: uppercase;
  margin: 0 0 16px; font-weight: 700;
}
.footer a {
  color: rgba(255,255,255,0.72);
  display: block;
  margin: 8px 0;
  font-size: 14px;
  transition: color var(--t-fast) var(--ease-out);
}
.footer a:hover { color: white; }
.footer .brand-foot {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
  color: white; font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900; font-size: 22px; letter-spacing: -.6px;
}
.footer .brand-foot img { width: 36px; height: 36px; border-radius: 10px; }
.footer .tag { color: rgba(255,255,255,0.62); font-size: 14px; max-width: 340px; margin: 0; line-height: 1.6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 22px;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  font-size: 13px; color: rgba(255,255,255,0.50);
}

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

/* =============================================
   Legal pages
   ============================================= */
.legal-hero {
  background: var(--g-forest);
  color: white;
  padding: 80px 0 64px;
  position: relative; overflow: hidden;
}
.legal-hero h1 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4.4vw, 48px);
  margin: 0 0 8px;
  letter-spacing: -1px;
}
.legal-hero p { margin: 0; opacity: .85; }

.legal-body { background: white; padding: 64px 0 110px; }
.legal-body .container { max-width: 820px; }
.legal-body h2 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 24px; font-weight: 700;
  margin: 40px 0 14px;
  color: var(--forest-700);
  letter-spacing: -0.4px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.legal-body h2:first-child { border-top: none; padding-top: 0; margin-top: 0; }
.legal-body h3 { font-size: 17px; margin: 24px 0 8px; color: var(--ink-900); font-weight: 700; }
.legal-body p, .legal-body li { color: var(--ink-700); font-size: 15.5px; line-height: 1.7; }
.legal-body ul { padding-left: 22px; }
.legal-body strong { color: var(--ink-900); }
.legal-body hr { border: none; border-top: 1px solid var(--line); margin: 32px 0; }
.legal-body em { color: var(--ink-500); font-size: 13px; }

/* =============================================
   Section spacing on small screens
   ============================================= */
@media (max-width: 720px) {
  section { padding: 80px 0; }
  .section-head { margin-bottom: 40px; }
}
