/* ============================================================
   SkillOport — Warm editorial design system
   ============================================================ */

:root {
  --cream: #faf7f2;
  --paper: #f0ebe0;
  --ink: #1a1208;
  --terra: #c8432b;
  --terra-light: #fdf3f0;
  --forest: #3d6b3a;
  --forest-light: #edf7ec;
  --gold: #d4900c;
  --muted: #7a6852;
  --border: #ddd5c8;
  --admin-dark: #1a2035;
  --radius: 14px;

  --shadow-sm: 0 2px 8px rgba(26, 18, 8, 0.06);
  --shadow-md: 0 10px 30px rgba(26, 18, 8, 0.10);
  --shadow-lg: 0 24px 60px rgba(26, 18, 8, 0.16);
  --maxw: 1140px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .logo {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.section { padding: 80px 0; }

.text-terra { color: var(--terra); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "DM Sans", sans-serif; font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-terra { background: var(--terra); color: #fff; box-shadow: var(--shadow-sm); }
.btn-terra:hover { background: #b13a25; box-shadow: var(--shadow-md); }

.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: #2c2010; }

.btn-ghost { background: transparent; color: var(--ink); border-color: var(--border); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(26,18,8,0.03); }

.btn-sm { padding: 9px 18px; font-size: .9rem; }
.btn-block { width: 100%; }

.eyebrow {
  display: inline-block; font-family: "DM Sans", sans-serif; font-weight: 600;
  font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--terra); background: var(--terra-light);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 18px;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 247, 242, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }

.logo { font-size: 1.5rem; font-weight: 700; color: var(--ink); letter-spacing: -0.02em; }
.logo-accent { color: var(--terra); }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  font-weight: 500; font-size: .98rem; color: var(--muted);
  transition: color .2s ease; position: relative;
}
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); }
.site-nav a.is-active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--terra); border-radius: 2px;
}
.nav-cta::after { display: none !important; }
.nav-cta { color: #fff !important; }
.nav-admin-link { color: var(--muted); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0;
  cursor: pointer; padding: 8px;
}
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, var(--terra-light), transparent 60%),
    radial-gradient(900px 400px at 0% 110%, var(--forest-light), transparent 55%),
    var(--cream);
  padding: 70px 0 90px;
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.hero-copy h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 900; margin-bottom: 20px; }
.hero-sub { font-size: 1.18rem; color: var(--muted); max-width: 30em; margin-bottom: 30px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.hero-note { font-size: .88rem; color: var(--muted); }

/* Video player mockup */
.hero-player { position: relative; }
.player-glow {
  position: absolute; inset: 8% 4% -6% 8%;
  background: radial-gradient(closest-side, rgba(200,67,43,0.22), transparent);
  filter: blur(30px); z-index: 0;
}
.player-frame {
  position: relative; z-index: 1;
  background: var(--ink); border-radius: 20px; padding: 12px;
  box-shadow: var(--shadow-lg); transform: rotate(-1.2deg);
  transition: transform .3s ease;
}
.player-frame:hover { transform: rotate(0deg) translateY(-4px); }
.player-thumb {
  position: relative; border-radius: 12px; aspect-ratio: 16/10;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, var(--terra), var(--gold));
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.player-emoji { font-size: clamp(3.5rem, 9vw, 6rem); filter: drop-shadow(0 8px 16px rgba(0,0,0,.25)); }
.play-btn {
  position: absolute; width: 74px; height: 74px; border-radius: 50%;
  background: rgba(255,255,255,0.92); border: 0; cursor: pointer;
  display: grid; place-items: center; box-shadow: var(--shadow-md);
  transition: transform .2s ease, background .2s ease;
}
.play-btn:hover { transform: scale(1.08); background: #fff; }
.play-tri {
  width: 0; height: 0; margin-left: 5px;
  border-left: 22px solid var(--terra);
  border-top: 13px solid transparent; border-bottom: 13px solid transparent;
}
.player-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(0,0,0,0.55); color: #fff; backdrop-filter: blur(4px);
  font-size: .76rem; font-weight: 600; padding: 5px 12px; border-radius: 999px;
}
.player-bar { padding: 14px 8px 6px; }
.player-progress { height: 5px; background: rgba(255,255,255,0.18); border-radius: 999px; overflow: hidden; }
.player-progress span { display: block; width: 38%; height: 100%; background: var(--terra); border-radius: 999px; }
.player-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.player-title { color: #fff; font-weight: 600; font-size: .95rem; }
.player-time { color: rgba(255,255,255,0.6); font-size: .85rem; font-variant-numeric: tabular-nums; }

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.section-head { text-align: center; max-width: 36em; margin: 0 auto 50px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 14px; }
.section-lead { color: var(--muted); font-size: 1.12rem; }

.page-head { max-width: 40em; margin-bottom: 44px; }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 900; margin-bottom: 14px; }

/* ---------- Feature cards ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px 28px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.feature-icon {
  display: inline-grid; place-items: center; width: 58px; height: 58px;
  border-radius: 16px; font-size: 1.7rem; margin-bottom: 18px;
}
.feature-icon-terra { background: var(--terra-light); }
.feature-icon-gold { background: #fdf4e0; }
.feature-icon-forest { background: var(--forest-light); }
.feature-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.feature-card p { color: var(--muted); }

/* ---------- How it works ---------- */
.how-section { background: var(--paper); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step { text-align: center; padding: 0 10px; }
.step-num {
  display: inline-grid; place-items: center; width: 52px; height: 52px;
  border-radius: 50%; background: var(--ink); color: var(--cream);
  font-family: "Fraunces", serif; font-weight: 700; font-size: 1.4rem; margin-bottom: 16px;
}
.step h3 { font-size: 1.35rem; margin-bottom: 8px; }
.step p { color: var(--muted); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--terra); color: #fff; }
.cta-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 64px 24px; flex-wrap: wrap;
}
.cta-text h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 8px; }
.cta-text p { opacity: .92; font-size: 1.1rem; max-width: 26em; }
.email-form { display: flex; gap: 10px; flex-wrap: wrap; }
.email-form input {
  font-family: "DM Sans", sans-serif; font-size: 1rem; padding: 14px 18px;
  border-radius: 999px; border: 2px solid transparent; min-width: 270px; flex: 1;
  background: #fff; color: var(--ink);
}
.email-form input:focus { outline: none; border-color: var(--gold); }

/* ============================================================
   GALLERY
   ============================================================ */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.filter-btn {
  font-family: "DM Sans", sans-serif; font-weight: 600; font-size: .92rem;
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  background: #fff; color: var(--muted); border: 1px solid var(--border);
  transition: all .18s ease;
}
.filter-btn:hover { border-color: var(--ink); color: var(--ink); }
.filter-btn.is-active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.video-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px;
}
.video-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm); cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.video-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.video-thumb {
  position: relative; aspect-ratio: 16/10; display: grid; place-items: center;
  overflow: hidden;
}
.video-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, rgba(255,255,255,0.06) 0 12px, transparent 12px 24px);
}
.video-emoji { font-size: 3.6rem; position: relative; z-index: 1; filter: drop-shadow(0 6px 12px rgba(0,0,0,.2)); transition: transform .25s ease; }
.video-card:hover .video-emoji { transform: scale(1.12) rotate(-4deg); }
.video-play {
  position: absolute; z-index: 2; width: 50px; height: 50px; border-radius: 50%;
  background: rgba(255,255,255,0.9); display: grid; place-items: center;
  opacity: 0; transition: opacity .2s ease; box-shadow: var(--shadow-md);
}
.video-card:hover .video-play { opacity: 1; }
.video-play .play-tri { border-left-width: 15px; border-top-width: 9px; border-bottom-width: 9px; margin-left: 3px; }
.video-duration {
  position: absolute; bottom: 10px; right: 10px; z-index: 2;
  background: rgba(0,0,0,0.6); color: #fff; backdrop-filter: blur(4px);
  font-size: .76rem; font-weight: 600; padding: 4px 10px; border-radius: 999px;
}
.video-lock {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  font-size: .9rem; background: rgba(0,0,0,0.55); color: #fff; backdrop-filter: blur(4px);
}
.video-free {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: var(--forest); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .05em; padding: 4px 10px; border-radius: 999px;
}
.video-info { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.video-cat {
  font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--terra);
}
.video-card.is-locked .video-cat { color: var(--gold); }
.video-title { font-size: 1.2rem; }
.video-empty { grid-column: 1/-1; text-align: center; color: var(--muted); padding: 40px 0; }

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px;
  max-width: 820px; margin: 0 auto;
}
.price-card {
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 36px 32px; box-shadow: var(--shadow-sm); position: relative;
  display: flex; flex-direction: column;
}
.price-card-pro { border: 2px solid var(--terra); box-shadow: var(--shadow-md); }
.price-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--terra); color: #fff; font-size: .76rem; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase; padding: 5px 16px; border-radius: 999px;
}
.price-head { margin-bottom: 22px; }
.price-head h3 { font-size: 1.5rem; margin-bottom: 6px; }
.price-tag { font-family: "Fraunces", serif; font-size: 2.6rem; font-weight: 700; color: var(--ink); }
.price-tag span { font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 500; color: var(--muted); }
.price-blurb { color: var(--muted); margin-top: 6px; }
.price-list { list-style: none; margin-bottom: 26px; flex: 1; }
.price-list li { padding: 9px 0 9px 30px; position: relative; border-bottom: 1px solid var(--border); }
.price-list li:last-child { border-bottom: 0; }
.price-list li::before {
  position: absolute; left: 0; top: 9px; font-weight: 700; font-size: 1rem;
}
.price-list li.yes::before { content: "✓"; color: var(--forest); }
.price-list li.no::before { content: "—"; color: var(--border); }
.price-list li.no { color: var(--muted); }
.pricing-foot { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 34px; }
.pricing-foot a { color: var(--terra); text-decoration: underline; }

/* ============================================================
   THANK YOU
   ============================================================ */
.thankyou { text-align: center; max-width: 32em; margin: 0 auto; padding-top: 70px; padding-bottom: 110px; }
.thankyou-emoji { font-size: 4.5rem; display: block; margin-bottom: 18px; }
.thankyou h1 { font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 900; margin-bottom: 16px; }
.thankyou-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 28px 0 18px; }

/* ============================================================
   LEGAL
   ============================================================ */
.legal-layout { display: grid; grid-template-columns: 230px 1fr; gap: 40px; align-items: start; }
.legal-tabs {
  display: flex; flex-direction: column; gap: 4px; position: sticky; top: 90px;
}
.legal-tab {
  text-align: left; font-family: "DM Sans", sans-serif; font-weight: 600; font-size: .98rem;
  padding: 12px 16px; border-radius: 10px; border: 0; cursor: pointer;
  background: transparent; color: var(--muted); transition: all .18s ease;
}
.legal-tab:hover { background: var(--paper); color: var(--ink); }
.legal-tab.is-active { background: var(--ink); color: var(--cream); }

.legal-content {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 40px 44px; box-shadow: var(--shadow-sm); min-height: 400px;
}
.legal-panel { display: none; }
.legal-panel.is-active { display: block; animation: fade .25s ease; }
.legal-panel h2 { font-size: 1.9rem; margin-bottom: 18px; }
.legal-panel h3 { font-size: 1.12rem; margin: 24px 0 6px; color: var(--ink); }
.legal-panel p { color: var(--muted); margin-bottom: 12px; max-width: 56em; }
.legal-panel strong { color: var(--ink); }

@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

/* ============================================================
   ADMIN DASHBOARD
   ============================================================ */
.admin { background: #eef0f6; min-height: 100vh; padding-bottom: 60px; }
.admin-header { background: var(--admin-dark); }
.admin-header-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.admin-logo { font-family: "Fraunces", serif; font-weight: 700; font-size: 1.3rem; color: #fff; }
.admin-logo span { color: var(--terra); }
.admin-logo em {
  font-family: "DM Sans", sans-serif; font-style: normal; font-weight: 700;
  font-size: .72rem; letter-spacing: .18em; background: rgba(255,255,255,0.12);
  padding: 4px 9px; border-radius: 6px; margin-left: 6px; vertical-align: middle;
}
.admin-header-right { display: flex; align-items: center; gap: 18px; }
.admin-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .9rem; font-weight: 600; color: #fff;
  background: rgba(255,255,255,0.12); padding: 8px 16px; border-radius: 999px;
  transition: background .2s ease;
}
.admin-back:hover { background: rgba(255,255,255,0.22); }
.admin-user { color: rgba(255,255,255,0.65); font-size: .9rem; }
@media (max-width: 560px) { .admin-user { display: none; } }
.admin-body { padding-top: 36px; }
.admin-title { font-size: 2rem; margin-bottom: 24px; }

.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.stat-card {
  background: #fff; border: 1px solid #e3e6ef; border-radius: 12px; padding: 22px;
  display: flex; flex-direction: column; gap: 4px; box-shadow: var(--shadow-sm);
}
.stat-label { font-size: .82rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; }
.stat-value { font-family: "Fraunces", serif; font-size: 2.1rem; font-weight: 700; color: var(--admin-dark); }
.stat-trend { font-size: .85rem; color: var(--muted); }
.stat-trend.up { color: var(--forest); font-weight: 600; }

.admin-cols { display: grid; grid-template-columns: 1fr 320px; gap: 20px; align-items: start; }
.admin-main { display: flex; flex-direction: column; gap: 20px; }
.admin-side { display: flex; flex-direction: column; gap: 20px; }
.admin-panel { background: #fff; border: 1px solid #e3e6ef; border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.admin-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid #eef0f6; }
.admin-panel-head h2 { font-size: 1.2rem; }
.admin-pill { font-size: .8rem; font-weight: 600; color: var(--muted); background: #eef0f6; padding: 4px 12px; border-radius: 999px; }

.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.admin-table th {
  text-align: left; font-weight: 600; font-size: .78rem; text-transform: uppercase;
  letter-spacing: .04em; color: var(--muted); padding: 12px 22px; background: #fafbfd;
}
.admin-table td { padding: 14px 22px; border-top: 1px solid #eef0f6; color: var(--ink); }
.admin-table tbody tr:hover { background: #fafbfd; }

.tag { font-size: .76rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; }
.tag-pro { background: var(--terra-light); color: var(--terra); }
.tag-free { background: #eef0f6; color: var(--muted); }

.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 7px; vertical-align: middle; }
.dot-green { background: var(--forest); }
.dot-amber { background: var(--gold); }
.dot-grey { background: #b6b0a4; }

.status { font-size: .78rem; font-weight: 700; padding: 4px 11px; border-radius: 999px; }
.status-sent { background: var(--forest-light); color: var(--forest); }
.status-ready { background: #e6f0fb; color: #2f6bb0; }
.status-scheduled { background: #fdf4e0; color: var(--gold); }
.status-draft { background: #eef0f6; color: var(--muted); }

.quick-stats { list-style: none; padding: 8px 22px 18px; }
.quick-stats li { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid #eef0f6; }
.quick-stats li:last-child { border-bottom: 0; }
.quick-stats span { color: var(--muted); font-size: .92rem; }
.quick-stats strong { color: var(--admin-dark); font-weight: 700; }

.admin-cta-panel { padding: 22px; }
.admin-cta-panel h2 { font-size: 1.15rem; margin-bottom: 8px; }
.admin-cta-panel p { color: var(--muted); margin-bottom: 16px; font-size: .95rem; }
.admin-cta-panel strong { color: var(--ink); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--ink); color: var(--cream); padding-top: 56px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 40px; }
.footer-brand { max-width: 22em; }
.footer-brand .logo { color: var(--cream); }
.footer-brand p { color: rgba(250,247,242,0.6); margin-top: 12px; font-size: .95rem; }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-family: "DM Sans", sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(250,247,242,0.5); margin-bottom: 4px; }
.footer-col a { color: rgba(250,247,242,0.78); font-size: .95rem; transition: color .2s ease; }
.footer-col a:hover { color: var(--cream); }
.footer-base {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  padding: 22px 24px; border-top: 1px solid rgba(250,247,242,0.12);
  font-size: .85rem; color: rgba(250,247,242,0.5);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-player { max-width: 460px; }
  .feature-grid, .steps-grid, .pricing-grid, .stat-grid { grid-template-columns: 1fr 1fr; }
  .admin-cols { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-tabs { flex-direction: row; flex-wrap: wrap; position: static; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute; top: 70px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--border);
    padding: 12px 24px 20px; box-shadow: var(--shadow-md);
    transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .22s ease;
  }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--border); }
  .site-nav a.is-active::after { display: none; }
  .nav-cta { margin-top: 12px; text-align: center; }

  .section { padding: 56px 0; }
  .feature-grid, .steps-grid, .pricing-grid, .stat-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .email-form { flex-direction: column; }
  .email-form input { min-width: 0; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .legal-content { padding: 28px 22px; }
}

@media (max-width: 460px) {
  .video-grid { grid-template-columns: 1fr; }
  .container { padding: 0 18px; }
}
