/* Rootz Marketing Stylesheet — shared across all marketing pages */

.lucide { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; display:block; }
.lucide-lg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; display:block; }
.who-icon-wrap { display: flex; justify-content: center; margin-bottom: 14px; color: var(--g600); }
.plan-icon-wrap { display: flex; justify-content: center; margin-bottom: 10px; color: var(--g600); }
.billing-icon-wrap { color: var(--g600); flex-shrink: 0; margin-top: 2px; }
.feat-icon i[data-lucide] { color: var(--g700); }

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

:root {
  --g900: #1A2E25;
  --g800: #2D4A38;
  --g700: #2D7A5B;
  --g600: #3D9970;
  --g500: #4AB584;
  --g300: #8ED4B4;
  --g200: #C8E8D9;
  --g100: #E2F4EC;
  --g50:  #F1FAF5;
  --text: #1C2B24;
  --muted: #5A7A6A;
  --border: #D4E8DC;
  --white: #ffffff;
  --radius: 12px;
  --radius-lg: 20px;
}

html { scroll-behavior: smooth; }

/* Sticky nav (68px): keep in-page anchor scroll targets visible */
section[id] { scroll-margin-top: 88px; }

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ──── NAV ──── */
nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 68px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.logo {
  font-family: 'DM Serif Display', serif;
  font-size: 28px; color: var(--g700);
  letter-spacing: -0.5px; text-decoration: none;
  display: flex; align-items: center; gap: 8px;
}
.logo-img { height: 100px; width: auto; max-width: 200px; object-fit: contain; display: block; }
.logo-dot { width: 8px; height: 8px; background: var(--g600); border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.nav-links a {
  text-decoration: none; color: var(--muted);
  font-size: 15px; font-weight: 500;
  white-space: nowrap;
  padding: 6px 2px;
  transition: color .2s;
}
.nav-links a:hover { color: var(--g700); }
.nav-links a.is-active { color: var(--g700); }

/* Soft navigation: only page body swaps; nav/footer stay mounted */
#marketing-page {
  transition: opacity 0.22s ease, transform 0.22s ease;
}
#marketing-page.is-transitioning {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-right--auth { gap: 14px; }
.nav-user-meta {
  display: flex; align-items: center; gap: 10px;
  max-width: min(220px, 42vw);
  min-width: 0;
}
.nav-user-avatar-wrap {
  position: relative;
  width: 36px; height: 36px;
  flex-shrink: 0;
}
.nav-user-photo {
  width: 36px; height: 36px; border-radius: 50%;
  object-fit: cover;
  display: none;
  border: 1px solid var(--border);
  background: var(--g50);
}
.nav-user-photo.is-visible { display: block; }
.nav-user-initials {
  position: absolute; inset: 0;
  display: none;
  align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--g200);
  color: var(--g700);
  font-size: 13px; font-weight: 600;
  letter-spacing: -0.02em;
}
.nav-user-initials.is-visible { display: flex; }
.nav-user-name {
  font-size: 17px; font-weight: 500; color: var(--text);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.btn-ghost {
  background: none; border: none;
  color: var(--muted); font-size: 17px; font-weight: 500;
  cursor: pointer; font-family: inherit;
  padding: 10px 14px; border-radius: 8px;
  transition: color .2s, background .2s;
}
.btn-ghost:hover { color: var(--g700); background: var(--g50); }
.btn-nav {
  background: var(--g700); color: #fff;
  border: none; padding: 11px 24px;
  border-radius: 8px; font-size: 17px; font-weight: 500;
  cursor: pointer; font-family: inherit;
  transition: background .2s, transform .15s;
}
.btn-nav:hover { background: var(--g600); transform: translateY(-1px); }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }

/* ──── HERO ──── */
.hero {
  min-height: 92vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  padding: 80px 32px 60px;
  position: relative; overflow: hidden;
  background: linear-gradient(165deg, var(--g50) 0%, #fff 50%, var(--g100) 100%);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1600&q=80&auto=format&fit=crop');
  background-size: cover; background-position: center;
  opacity: 0.06;
}
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none;
}
.hero-blob-1 { width: 600px; height: 600px; background: var(--g200); opacity: .45; top: -150px; right: -150px; }
.hero-blob-2 { width: 400px; height: 400px; background: var(--g100); opacity: .6; bottom: -100px; left: -100px; }
.hero-inner { position: relative; z-index: 1; max-width: 860px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--white); border: 1px solid var(--g200);
  color: var(--g700); padding: 7px 18px;
  border-radius: 100px; font-size: 13px; font-weight: 500;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px rgba(45,122,91,.08);
}
.badge-dot { width: 6px; height: 6px; background: var(--g500); border-radius: 50%; }
.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 5.5vw, 64px);
  line-height: 1.1; color: var(--g900);
  letter-spacing: -2px; margin-bottom: 24px;
}
.hero h1 em { color: var(--g700); font-style: italic; }
.hero-tagline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(15px, 2vw, 18px);
  color: var(--g600);
  font-style: italic;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.hero p {
  font-size: clamp(16px, 2vw, 20px); color: var(--muted);
  max-width: 580px; margin: 0 auto 40px;
  font-weight: 300; line-height: 1.7;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; }
.btn-primary {
  background: var(--g700); color: #fff;
  padding: 15px 36px; border-radius: 10px;
  font-size: 15px; font-weight: 500; border: none;
  cursor: pointer; font-family: inherit;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(45,122,91,.28);
}
.btn-primary:hover { background: var(--g600); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(45,122,91,.32); }
.btn-outline {
  background: #fff; color: var(--g700);
  padding: 15px 36px; border-radius: 10px;
  font-size: 15px; font-weight: 500;
  border: 1.5px solid var(--g200); cursor: pointer; font-family: inherit;
  transition: border-color .2s, background .2s, transform .15s;
}
.btn-outline:hover { border-color: var(--g700); background: var(--g50); transform: translateY(-2px); }
a.btn-ghost, a.btn-nav, a.btn-primary, a.btn-outline, a.plan-btn {
  text-decoration: none; box-sizing: border-box;
}
a.plan-btn { display: block; text-align: center; }
.hero-note { font-size: 13px; color: var(--muted); }
.hero-note span { color: var(--g700); font-weight: 500; }

/* ──── PAGE HERO (subpages) ──── */
.page-hero {
  background: linear-gradient(165deg, var(--g50) 0%, #fff 60%, var(--g100) 100%);
  padding: 80px 60px 60px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4.5vw, 52px);
  color: var(--g900); line-height: 1.12;
  letter-spacing: -1.5px; margin-bottom: 20px;
}
.page-hero h1 em { color: var(--g700); font-style: italic; }
.page-hero p {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--muted); max-width: 560px;
  margin: 0 auto 36px; font-weight: 300; line-height: 1.7;
}
.page-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ──── TRUSTED BY ──── */
.trusted {
  padding: 32px 60px;
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.trusted-inner { max-width: 1080px; margin: 0 auto; }
.trusted p { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 28px; }
.trusted-logos { display: flex; justify-content: center; align-items: center; gap: 52px; flex-wrap: wrap; }
.trusted-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 18px; color: var(--border);
  letter-spacing: -0.5px; font-weight: 400;
  transition: color .2s;
}
.trusted-logo:hover { color: var(--g300); }

/* ──── STATS ──── */
.stats {
  background: var(--g700);
  padding: 56px 60px;
}
.stats-inner { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; }
.stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; color: #fff; line-height: 1;
  letter-spacing: -2px; margin-bottom: 8px;
}
.stat-num sup { font-size: 28px; vertical-align: super; letter-spacing: 0; }
.stat-label { font-size: 14px; color: rgba(255,255,255,.65); font-weight: 400; line-height: 1.4; }

/* ──── SECTION BASE ──── */
.section { padding: 100px 60px; }
.section-inner { max-width: 1080px; margin: 0 auto; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--g700); margin-bottom: 14px; }
.section-title, h2.section-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4vw, 48px);
  color: var(--g900); line-height: 1.12;
  letter-spacing: -1px; margin-bottom: 18px;
}
.section-sub { font-size: 17px; color: var(--muted); max-width: 520px; font-weight: 300; line-height: 1.7; }

/* ──── WHAT IS ROOTZ ──── */
.what-is-rootz { background: #fff; padding: 72px 60px; border-bottom: 1px solid var(--border); }
.what-is-rootz .section-inner { max-width: 780px; text-align: center; }
.rootz-pillars { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 28px; }
.rootz-pillar { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
.rootz-pillar-check { color: var(--g700); font-weight: 700; }

/* ──── FOR WHO ──── */
.for-who { background: var(--g50); }
.who-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr));
  gap: 16px; margin-top: 52px;
}
.who-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px 22px;
  text-align: center; transition: border-color .2s, transform .2s, box-shadow .2s;
  cursor: default;
}
.who-card:hover { border-color: var(--g300); transform: translateY(-4px); box-shadow: 0 12px 32px rgba(45,122,91,.1); }
.who-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.who-card h3 { font-size: 15px; font-weight: 500; color: var(--g900); margin-bottom: 8px; }
.who-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ──── FEATURES ──── */
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 28px; margin-top: 60px;
}
.feat-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: border-color .2s, box-shadow .2s;
}
.feat-card:hover { border-color: var(--g300); box-shadow: 0 12px 40px rgba(45,122,91,.08); }
.feat-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--g50); border: 1px solid var(--g200);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 18px;
}
.feat-card h3 { font-size: 17px; font-weight: 500; color: var(--g900); margin-bottom: 10px; }
.feat-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ──── PHOTO SPLIT SECTION ──── */
.split-section {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 600px;
}
.split-photo {
  position: relative; overflow: hidden; min-height: 480px;
}
.split-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.split-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(26,46,37,.7) 0%, rgba(45,122,91,.4) 100%);
}
.split-photo-stat {
  position: absolute; bottom: 40px; left: 40px;
  background: rgba(255,255,255,.12); backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px; padding: 20px 28px; color: #fff;
}
.split-photo-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 40px; line-height: 1; margin-bottom: 4px;
}
.split-photo-stat-label { font-size: 13px; opacity: .75; }
.split-content {
  background: var(--g900); display: flex; flex-direction: column; justify-content: center;
  padding: 64px 60px;
}
.split-content .eyebrow { color: var(--g300); }
.split-content .section-title { color: #fff; }
.split-content .section-title em { color: var(--g300); font-style: italic; }
.split-content .section-sub { color: rgba(255,255,255,.6); }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 16px; margin: 32px 0; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; color: rgba(255,255,255,.8); line-height: 1.5; }
.check-bullet {
  min-width: 22px; height: 22px; border-radius: 50%;
  background: var(--g700); border: 1px solid var(--g500);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: #fff; margin-top: 1px;
}

/* ──── HOW IT WORKS ──── */
.how { background: var(--g50); }
.how-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 40px; margin-top: 60px; }
.step { text-align: center; position: relative; }
.step-num {
  font-family: 'DM Serif Display', serif;
  font-size: 56px; color: var(--g200); line-height: 1;
  margin-bottom: 16px;
}
.step h3 { font-size: 17px; font-weight: 500; color: var(--g900); margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ──── PHOTO ROW ──── */
.photo-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 16px; padding: 0 60px 80px;
  max-width: 1200px; margin: 0 auto;
}
.photo-card {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative;
}
.photo-card img { width: 100%; height: 260px; object-fit: cover; display: block; transition: transform .4s; }
.photo-card:hover img { transform: scale(1.04); }
.photo-card-label {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border-radius: 8px; padding: 8px 14px;
  font-size: 12px; font-weight: 600; color: var(--g800);
  letter-spacing: 0.5px; text-transform: uppercase;
}

/* ──── PRICING ──── */
.pricing-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 24px; margin-top: 60px; max-width: 940px;
}
.plan {
  background: #fff; border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 36px 32px;
  position: relative; transition: transform .2s, box-shadow .2s;
}
.plan:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(45,122,91,.1); }
.plan.popular { border-color: var(--g600); }
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--g700); color: #fff; white-space: nowrap;
  font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 18px; border-radius: 100px;
}
.plan-tier { font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--g700); margin-bottom: 10px; }
.plan-price {
  font-family: 'DM Serif Display', serif;
  font-size: 56px; color: var(--g900); line-height: 1; letter-spacing: -2px;
}
.plan-price sup { font-size: 26px; vertical-align: super; letter-spacing: 0; }
.plan-cycle { font-size: 13px; color: var(--muted); margin: 4px 0 10px; }
.plan-desc { font-size: 14px; color: var(--muted); line-height: 1.6; padding-bottom: 24px; border-bottom: 1px solid var(--border); margin-bottom: 24px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 32px; }
.plan-features li { display: flex; gap: 12px; font-size: 14px; color: var(--text); align-items: flex-start; line-height: 1.4; }
.pf-check {
  min-width: 18px; height: 18px; border-radius: 50%;
  background: var(--g50); border: 1px solid var(--g200);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: var(--g700); margin-top: 1px; font-weight: 700;
}
.plan-btn {
  width: 100%; padding: 13px; border-radius: 9px;
  font-size: 14px; font-weight: 500; cursor: pointer;
  font-family: inherit; transition: all .2s;
  border: 1.5px solid var(--g200); background: var(--g50); color: var(--g800);
}
.plan-btn:hover { border-color: var(--g700); background: var(--g100); }
.plan-btn.primary { background: var(--g700); color: #fff; border-color: var(--g700); }
.plan-btn.primary:hover { background: var(--g600); }

/* ──── FAQ ──── */
.faq-list { display: flex; flex-direction: column; gap: 0; margin-top: 52px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-question {
  width: 100%; text-align: left; background: none; border: none;
  padding: 22px 28px; font-family: inherit; font-size: 16px; font-weight: 500;
  color: var(--g900); cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; transition: background .15s;
}
.faq-question:hover { background: var(--g50); }
.faq-answer { font-size: 15px; color: var(--muted); line-height: 1.7; padding: 0 28px 22px; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question { background: var(--g50); }
.faq-chevron { transition: transform .2s; flex-shrink: 0; color: var(--g700); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }

/* ──── TESTIMONIALS ──── */
.testimonials { background: var(--g900); padding: 100px 60px; }
.testimonials .eyebrow { color: var(--g300); }
.testimonials .section-title { color: #fff; }
.testimonials .section-sub { color: rgba(255,255,255,.55); }
.testi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
  gap: 24px; margin-top: 56px;
}
.testi-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: background .2s, border-color .2s;
}
.testi-card:hover { background: rgba(255,255,255,.08); border-color: var(--g500); }
.testi-stars { color: #F5A623; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; }
.testi-text { font-size: 16px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 24px; font-style: italic; font-weight: 300; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--g700); border: 2px solid var(--g500);
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif; font-size: 16px; color: #fff;
}
.testi-name { font-size: 14px; font-weight: 500; color: #fff; }
.testi-role { font-size: 12px; color: rgba(255,255,255,.45); }

/* ──── CTA BANNER ──── */
.cta-banner {
  position: relative; overflow: hidden;
  padding: 100px 60px; text-align: center;
  background: var(--g50);
}
.cta-banner-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=1600&q=70&auto=format&fit=crop');
  background-size: cover; background-position: center;
  opacity: 0.08;
}
.cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.cta-inner .eyebrow { text-align: center; }
.cta-inner h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 5vw, 54px);
  color: var(--g900); letter-spacing: -1.5px;
  margin-bottom: 18px; line-height: 1.1;
}
.cta-inner p { font-size: 17px; color: var(--muted); margin-bottom: 36px; font-weight: 300; line-height: 1.7; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ──── FOOTER ──── */
footer {
  background: var(--g900); padding: 56px 60px 40px;
}
.footer-top {
  display: flex; justify-content: flex-start; align-items: flex-start;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1);
  gap: 24px 48px; flex-wrap: wrap;
}
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 26px; color: var(--g300); margin-bottom: 12px; }
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-top img.footer-logo-img {
  height: 100px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.footer-desc { font-size: 14px; color: rgba(255,255,255,.4); max-width: 260px; line-height: 1.6; margin: 0; }
.footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-col h4 { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin: 0 0 16px; }
.footer-col a { display: block; color: rgba(255,255,255,.6); font-size: 14px; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--g300); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.3); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.3); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--g300); }

/* ──── RESPONSIVE ──── */
@media (max-width: 900px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .section { padding: 70px 24px; }
  .stats { padding: 48px 24px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); gap: 24px; }
  .split-section { grid-template-columns: 1fr; }
  .split-photo { min-height: 320px; }
  .split-content { padding: 48px 28px; }
  .photo-row { grid-template-columns: 1fr; padding: 0 24px 60px; }
  .photo-card img { height: 200px; }
  .testimonials { padding: 70px 24px; }
  .cta-banner { padding: 70px 24px; }
  footer { padding: 48px 24px 32px; }
  .footer-top { flex-direction: column; }
  .trusted { padding: 28px 24px; }
  .trusted-logos { gap: 28px; }
  .page-hero { padding: 60px 24px 48px; }
  .what-is-rootz { padding: 60px 24px; }
  .section-inner[style*="1200px"] > div[style*="repeat(5"] { grid-template-columns: repeat(3,1fr) !important; }
}
@media (max-width: 600px) {
  .hero h1 { letter-spacing: -1px; }
  .hero-cta { flex-direction: column; align-items: center; }
  .btn-primary, .btn-outline { width: 100%; max-width: 320px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-num { font-size: 38px; }
  .plan { padding: 28px 22px; }
  nav { height: 58px; }
  .section-inner[style*="1200px"] > div[style*="repeat(5"] { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 420px) {
  .section-inner[style*="1200px"] > div[style*="repeat(5"] { grid-template-columns: 1fr !important; }
}
