:root {
  --ink: #14201c;
  --muted: #617169;
  --green: #083f2d;
  --green-2: #0f7b52;
  --lime: #b6e343;
  --orange: #f47e14;
  --bg: #f5f8f4;
  --bg-2: #edf5ef;
  --card: #ffffff;
  --line: #dbe5de;
  --shadow: 0 22px 70px rgba(8, 63, 45, .13);
  --shadow-soft: 0 12px 34px rgba(8, 63, 45, .10);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(182, 227, 67, .16), transparent 28%),
    linear-gradient(180deg, #f9fbf7 0%, var(--bg) 42%, #eef5ef 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Skip link for keyboard / screen-reader users */
.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  padding: 10px 22px;
  border-radius: 0 0 14px 14px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  z-index: 999;
  transition: top .15s;
}
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px clamp(18px, 4vw, 58px);
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid rgba(219, 229, 222, .82);
  box-shadow: 0 10px 35px rgba(8, 63, 45, .06);
}

.brand img { width: 182px; }
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  font-weight: 700;
  color: #263833;
  font-size: 14px;
}
.desktop-nav a {
  padding: 10px 12px;
  border-radius: 999px;
}
.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--green-2);
  background: #edf6ef;
}
.desktop-nav a.active { font-weight: 900; }
.mobile-nav a.active {
  color: var(--green-2);
  font-weight: 900;
}
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-cta, .button.primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 12px 26px rgba(244, 126, 20, .25);
}
.header-cta:hover, .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(244, 126, 20, .28);
}
.button.ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
}
.button.ghost:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.8);
  transform: translateY(-2px);
}

.menu-button, .mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 40px;
  align-items: end;
  padding: 118px clamp(20px, 5vw, 76px) 68px;
  overflow: hidden;
  color: #fff;
}
.hero::after,
.downloads-hero::after,
.videos-hero::after,
.adi-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 20, 15, .58), transparent);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(90deg, rgba(5, 18, 14, .92), rgba(7, 40, 28, .72), rgba(7, 26, 20, .20)),
    url("assets/hero-driving-training.jpg") center/cover;
  z-index: -1;
}
.hero-content,
.hero-panel,
.downloads-hero > *,
.videos-hero > *,
.adi-hero > * {
  position: relative;
  z-index: 1;
}
.hero-content {
  max-width: 900px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}
.hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.hero-copy {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
  color: rgba(255,255,255,.9);
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.hero-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.30);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(6, 36, 25, .72), rgba(6, 36, 25, .42));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
}
.hero-panel div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.12);
}
.metric {
  display: block;
  color: var(--lime);
  font-size: 28px;
  font-weight: 900;
}
.hero-panel p { margin: 6px 0 0; color: rgba(255,255,255,.86); }

.trust-strip {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 16px clamp(18px, 4vw, 60px);
  background: linear-gradient(90deg, #062c20, var(--green), #0a5137);
  box-shadow: inset 0 1px rgba(255,255,255,.12);
}
.trust-strip span {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.section, .split-section, .booking-section {
  padding: 104px clamp(20px, 5vw, 76px);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}
.section > .section-heading {
  padding-left: 22px;
  border-left: 6px solid var(--orange);
}
h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.section-heading p:not(.eyebrow), .split-copy p, .booking-copy p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
}

/* ── Find your path ─────────────────────────────────────── */
.path-section { background: var(--bg-2); }
.path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.path-card {
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(8, 63, 45, .14);
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
}
.path-card.learner::before     { background: var(--orange); }
.path-card.experienced::before { background: var(--lime); }
.path-card.professional::before{ background: var(--green-2); }
.path-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  margin-bottom: 16px;
}
.path-card.learner .path-icon      { background: var(--orange); box-shadow: 0 8px 22px rgba(244,126,20,.28); }
.path-card.experienced .path-icon  { background: linear-gradient(135deg, #5a8a1a, var(--green-2)); box-shadow: 0 8px 22px rgba(15,123,82,.22); }
.path-card.professional .path-icon { background: linear-gradient(135deg, var(--green), var(--green-2)); box-shadow: 0 8px 22px rgba(8,63,45,.22); }
.path-card h3 { margin: 0 0 10px; font-size: 22px; }
.path-card > p { color: var(--muted); line-height: 1.6; margin: 0 0 18px; }
.path-links {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}
.path-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 10px;
  background: #f0f5f1;
  color: var(--green);
  font-weight: 700;
  font-size: 14px;
  transition: background .15s, color .15s;
}
.path-links a::before { content: "→"; flex-shrink: 0; opacity: .7; }
.path-links a:hover { background: var(--green); color: #fff; }

/* ── Quick tips ─────────────────────────────────────────── */
.tips-section {
  padding: 104px clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 88% 8%, rgba(182, 227, 67, .18), transparent 24%),
    linear-gradient(150deg, #052b20, var(--green));
  color: #fff;
  margin: 0 clamp(14px, 3vw, 42px);
  border-radius: 42px;
}
.tips-section .section-heading {
  border-left-color: var(--lime);
}
.tips-section .eyebrow { color: var(--lime); }
.tips-section h2 { color: #fff; }
.tips-section .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.tips-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tip-card {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.18);
}
.tip-num {
  display: block;
  color: var(--lime);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}
.tip-card h3 { color: #fff; margin: 0 0 10px; font-size: 22px; }
.tip-card p  { color: rgba(255,255,255,.8); line-height: 1.65; margin: 0; }
.tips-grid { transition: opacity 0.45s ease, transform 0.45s ease; }

/* ── Interactive signs reference (study-road-signs.html) ─ */
.sign-legend {
  display: flex; flex-wrap: wrap; gap: 10px 24px; margin-bottom: 26px;
}
.leg-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted); font-weight: 500;
}
.leg-swatch { width: 16px; height: 16px; display: inline-block; flex-shrink: 0; }
.sw-reg  { border-radius: 50%; border: 3px solid #cc0000; background: #fff; }
.sw-info { background: #1b3e8f; border-radius: 3px; }
.sw-work { background: #f5821e; border-radius: 2px; transform: rotate(45deg); }
.sw-mark { background: #7a8a84; border-radius: 3px; }
.sw-warn { background: #f5c800; border: 2px solid #555; border-radius: 2px; transform: rotate(45deg); }
.sw-mand { background: #1b3e8f; border-radius: 50%; }

.signs-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.s-tab {
  padding: 7px 16px; border-radius: 100px; border: 2px solid var(--green);
  background: transparent; color: var(--green); font-size: 13px; font-weight: 600;
  cursor: pointer; transition: background 0.18s, color 0.18s; font-family: inherit; line-height: 1;
}
.s-tab span { opacity: 0.6; font-weight: 400; }
.s-tab:hover, .s-tab.active { background: var(--green); color: #fff; }
.s-tab.active span { opacity: 0.85; }

.signs-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 8px;
}
.sign-item {
  position: relative; display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 8px 2px 6px; border-radius: 10px; cursor: default;
  transition: background 0.15s; outline: none;
}
.sign-item:hover, .sign-item:focus-visible { background: var(--bg-2); }
.sign-img {
  width: 64px; height: 64px; object-fit: contain;
  transition: transform 0.15s ease;
  image-rendering: -webkit-optimize-contrast;
}
.sign-item:hover .sign-img,
.sign-item:focus-visible .sign-img { transform: scale(1.18); }

.sign-num { font-size: 10px; color: #aaa; font-weight: 600; line-height: 1; }
.sign-tooltip {
  visibility: hidden; opacity: 0;
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  background: #181e1b; color: #fff; padding: 7px 12px; border-radius: 9px;
  font-size: 12px; line-height: 1.45; text-align: center; z-index: 400;
  pointer-events: none; width: max-content; max-width: 200px; white-space: normal;
  box-shadow: 0 6px 24px rgba(0,0,0,.28); transition: opacity 0.15s, visibility 0.15s;
}
.sign-item:hover .sign-tooltip,
.sign-item:focus-visible .sign-tooltip,
.sign-item.s-active .sign-tooltip { visibility: visible; opacity: 1; }
.signs-hint { text-align: center; color: var(--muted); font-size: 13px; margin-top: 20px; font-style: italic; }
.tips-grid.tips-fading {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}
.tips-counter {
  text-align: center;
  margin-top: 22px;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  letter-spacing: 0.04em;
}

/* ── FAQ ────────────────────────────────────────────────── */
.faq-section { background: #fff; }
.faq-list { max-width: 860px; display: grid; gap: 12px; }
.faq-item {
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 800;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f5f1;
  color: var(--green-2);
  font-size: 22px;
  font-weight: 900;
  transition: background .2s, color .2s;
}
.faq-item[open] > summary::after {
  content: "−";
  background: var(--green);
  color: #fff;
}
.faq-item[open] > summary { border-bottom: 1px solid var(--line); }
.faq-answer {
  padding: 18px 24px 22px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  font-size: 17px;
}

/* ── Service & price cards ──────────────────────────────── */
.service-grid, .price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card, .price-card, .contact-card {
  min-height: 250px;
  padding: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(251,253,250,1));
  border: 1px solid rgba(219, 229, 222, .92);
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before,
.price-card::before,
.download-card::before,
.video-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--lime), var(--green-2));
}
.service-card:hover, .price-card:hover, .download-card:hover, .video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(8, 63, 45, .14);
  border-color: rgba(15, 123, 82, .24);
}
.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: var(--lime);
  font-weight: 900;
  font-size: 24px;
}
h3 { margin: 22px 0 10px; font-size: 23px; letter-spacing: -0.03em; }
.service-card p, .price-card p { color: var(--muted); line-height: 1.6; }
.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--orange);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 540px);
  gap: 54px;
  align-items: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(182, 227, 67, .16), transparent 24%),
    #fff;
}
.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.check-list li {
  padding: 15px 17px;
  border-radius: 16px;
  background: linear-gradient(90deg, #eef7ef, #f8fbf6);
  border: 1px solid #deeadf;
  font-weight: 800;
}
.flow-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 227, 67, .22), transparent 28%),
    linear-gradient(145deg, #063424, var(--green));
  box-shadow: var(--shadow);
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.flow-step strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--green);
}

.dark-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(182, 227, 67, .18), transparent 22%),
    linear-gradient(135deg, #052b20, var(--green));
  color: #fff;
  border-radius: 42px;
  margin: 0 clamp(14px, 3vw, 42px);
}
.dark-section .eyebrow { color: var(--lime); }
.dark-section .section-heading p { color: rgba(255,255,255,.78); }
.dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.dashboard div {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
  border: 1px solid rgba(255,255,255,.18);
}
.dashboard span, .dashboard small { display: block; color: rgba(255,255,255,.72); }
.dashboard strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--lime);
  font-size: 27px;
}

.price-card { min-height: 220px; }
.price-card.featured {
  border-color: var(--orange);
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(244, 126, 20, .18);
}
.price {
  margin: 18px 0 10px;
  color: var(--green) !important;
  font-size: 38px;
  font-weight: 900;
}
.price-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--orange);
  font-weight: 900;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process div {
  padding: 26px;
  border-left: 5px solid var(--lime);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border-radius: 22px;
  border-top: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.process strong { color: var(--orange); font-size: 28px; }
.process p { color: var(--muted); line-height: 1.55; }

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
  gap: 44px;
  background:
    radial-gradient(circle at 10% 12%, rgba(182, 227, 67, .14), transparent 22%),
    #fff;
  margin: 0 clamp(14px, 3vw, 42px) 42px;
  border-radius: 42px;
  box-shadow: var(--shadow-soft);
}
.contact-card {
  display: grid;
  gap: 8px;
  min-height: auto;
  margin-top: 26px;
}
.contact-card span { color: var(--muted); font-size: 15px; }
.contact-card a { color: var(--green-2); text-decoration: underline; text-underline-offset: 3px; }
.contact-card a:hover { color: var(--green); }
.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 6%, rgba(182, 227, 67, .20), transparent 28%),
    linear-gradient(150deg, #062f22, var(--green));
  color: #fff;
  box-shadow: var(--shadow);
}
label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(182, 227, 67, .35);
  border-color: var(--lime);
}
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }
.availability-picker {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}
.availability-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.availability-head strong,
.availability-head span {
  display: block;
}
.availability-head span,
.slot-note {
  color: rgba(255,255,255,.76);
  font-size: 13px;
}
.availability-head button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-weight: 900;
  cursor: pointer;
}
.slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}
.slot-button {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: #fff;
  text-align: left;
  background: rgba(255,255,255,.10);
  cursor: pointer;
}
.slot-button:hover {
  background: rgba(255,255,255,.18);
}
.slot-button.selected {
  color: var(--green);
  background: var(--lime);
  border-color: var(--lime);
}
.slot-button strong,
.slot-button span {
  display: block;
}
.slot-button span {
  font-size: 13px;
  opacity: .85;
}
.slot-note {
  margin: 0;
}
.dark-note { color: var(--muted); }
.button.secondary {
  color: var(--green);
  background: #fff;
  border: 1px solid var(--line);
}

/* ── Downloads page ─────────────────────────────────────── */
.downloads-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(115deg, rgba(5, 18, 14, .94), rgba(8, 63, 45, .76), rgba(8, 63, 45, .38)),
    url("assets/hero-driving-training.jpg") center/cover;
  color: #fff;
}
.downloads-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -0.05em;
}
.downloads-hero > div:first-child,
.videos-hero > div:first-child,
.adi-hero > div:first-child {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.downloads-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.86);
  font-size: 21px;
  line-height: 1.55;
}
.member-status {
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.30);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.member-status span {
  display: block;
  color: var(--lime);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.member-status strong {
  display: block;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.15;
}

.account-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
  padding: 86px clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 90% 10%, rgba(182, 227, 67, .14), transparent 22%),
    #fff;
  margin: 42px clamp(14px, 3vw, 42px);
  border-radius: 42px;
  box-shadow: var(--shadow-soft);
}
.account-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.account-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, var(--bg));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}
.checkbox-line input {
  width: 18px;
  height: 18px;
}

.locked-library.locked .download-grid,
.locked-library.locked .logout-button {
  display: none;
}
.locked-library.unlocked .locked-message {
  display: none;
}
.locked-message {
  display: grid;
  gap: 6px;
  max-width: 720px;
  padding: 24px;
  border-radius: 24px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: var(--ink);
}
.locked-message strong { font-size: 22px; }
.locked-message span { color: var(--muted); }
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.download-card {
  min-height: 260px;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.file-type {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--green);
  color: var(--lime);
  font-weight: 900;
  font-size: 12px;
}
.download-card p {
  color: var(--muted);
  line-height: 1.6;
}
.download-card a,
.logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.logout-button { margin-top: 24px; }

/* ── Videos page ────────────────────────────────────────── */
.videos-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(115deg, rgba(5, 18, 14, .94), rgba(8, 63, 45, .72), rgba(8, 63, 45, .34)),
    url("assets/hero-driving-training.jpg") center/cover;
  color: #fff;
}
.videos-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -0.05em;
}
.videos-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255,255,255,.86);
  font-size: 21px;
  line-height: 1.55;
}
.video-note {
  display: grid;
  gap: 10px;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.30);
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}
.video-note strong {
  color: var(--lime);
  font-size: 22px;
}
.video-note span { color: rgba(255,255,255,.82); line-height: 1.5; }
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.video-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.youtube-placeholder,
.video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.youtube-placeholder {
  display: grid;
  place-items: center;
  padding: 26px;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 80% 16%, rgba(182, 227, 67, .20), transparent 26%),
    linear-gradient(135deg, rgba(5, 30, 22, .92), rgba(15, 123, 82, .84)),
    url("assets/hero-driving-training.jpg") center/cover;
}
.youtube-placeholder span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--orange);
  font-size: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
}
.youtube-placeholder strong {
  display: block;
  font-size: 20px;
}
.video-card h3,
.video-card p,
.video-card a {
  margin-left: 24px;
  margin-right: 24px;
}
.video-card p {
  color: var(--muted);
  line-height: 1.6;
}
.video-card a {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--orange);
  font-weight: 900;
}
.video-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 70px clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 84% 14%, rgba(182, 227, 67, .18), transparent 22%),
    linear-gradient(135deg, #052b20, var(--green));
  color: #fff;
}
.video-cta h2 { max-width: 800px; }
.video-cta p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 19px;
}

/* ── ADI page ───────────────────────────────────────────── */
.adi-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(115deg, rgba(5, 18, 14, .95), rgba(8, 63, 45, .76), rgba(8, 63, 45, .36)),
    url("assets/hero-driving-training.jpg") center/cover;
  color: #fff;
}
.adi-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -0.05em;
}
.adi-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.86);
  font-size: 21px;
  line-height: 1.55;
}
.adi-access-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 86px clamp(20px, 5vw, 76px);
  background:
    radial-gradient(circle at 10% 18%, rgba(182, 227, 67, .12), transparent 22%),
    #fff;
  margin: 42px clamp(14px, 3vw, 42px);
  border-radius: 42px;
  box-shadow: var(--shadow-soft);
}
.adi-form-card {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, var(--bg));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.adi-private.locked .adi-resource-grid,
.adi-private.locked #adiLogoutButton {
  display: none;
}
.adi-private.unlocked #adiLockedMessage {
  display: none;
}
.adi-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.adi-admin-section {
  background: #fff;
  border-top: 1px solid var(--line);
}
.admin-unlock {
  display: grid;
  grid-template-columns: minmax(260px, 420px) max-content;
  gap: 14px;
  align-items: end;
  max-width: 760px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, var(--bg));
  border: 1px solid var(--line);
}
.adi-admin-panel {
  display: none;
  margin-top: 24px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(182, 227, 67, .18), transparent 24%),
    linear-gradient(145deg, #052b20, var(--green));
  color: #fff;
}
.adi-admin-panel.open { display: block; }
.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.admin-panel-head h3 { margin: 0; }
.admin-request-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}
.admin-request {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.16);
}
.admin-request strong,
.admin-request span {
  display: block;
}
.admin-request span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.approve-button,
.reject-button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}
.approve-button {
  background: var(--lime);
  color: var(--green);
}
.reject-button {
  background: #fff;
  color: #991b1b;
}

/* ── Areas page ─────────────────────────────────────────── */
.areas-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(115deg, rgba(5, 18, 14, .95), rgba(8, 63, 45, .76), rgba(8, 63, 45, .36)),
    url("assets/hero-driving-training.jpg") center/cover;
  color: #fff;
}
.areas-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 20, 15, .58), transparent);
}
.areas-hero > * { position: relative; z-index: 1; }
.areas-hero > div:first-child {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.areas-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -0.05em;
}
.areas-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.86);
  font-size: 21px;
  line-height: 1.55;
}
.area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.area-card {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 30px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid rgba(219, 229, 222, .92);
  box-shadow: var(--shadow-soft);
}
.area-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--orange), var(--lime), var(--green-2));
}
.area-card.north::before { background: var(--orange); }
.area-card.south::before { background: var(--lime); }
.area-card.west::before  { background: var(--green-2); }
.area-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green);
  background: #edf6ef;
  font-weight: 900;
  font-size: 12px;
}
.area-card p {
  color: var(--muted);
  line-height: 1.6;
}
.area-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}
.area-card li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef7ef;
  font-weight: 800;
  color: var(--green);
}
.area-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-weight: 900;
}
.area-instructor {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f0f8f2;
  border: 1px solid var(--line);
}
.area-instructor strong {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}
.area-instructor span {
  font-size: 13px;
  color: var(--muted);
}
.area-instructor a {
  display: inline;
  min-height: unset;
  padding: 0;
  background: none;
  color: var(--green-2);
  font-weight: 600;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rsa-meetup-note {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 clamp(14px, 3vw, 42px) 32px;
  padding: 48px clamp(20px, 5vw, 64px);
  border-radius: 28px;
  background: #fffbee;
  border: 2px solid #f5d97a;
}
.rsa-meetup-icon {
  font-size: 48px;
  flex-shrink: 0;
  line-height: 1;
}
.rsa-meetup-note .eyebrow { color: var(--orange); }
.rsa-meetup-note h2 {
  font-size: clamp(22px, 2.8vw, 34px);
  margin: 6px 0 10px;
  color: var(--ink);
}
.rsa-meetup-note p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 620px;
  margin: 0;
}
.rsa-meetup-note .button {
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 700px) {
  .rsa-meetup-note {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .rsa-meetup-note .button { margin-left: 0; }
}
.area-note {
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fffbf0;
  border: 1px solid #f5d97a;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink) !important;
}
.coverage-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(14px, 3vw, 42px) 42px;
  padding: 70px clamp(20px, 5vw, 76px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 84% 14%, rgba(182, 227, 67, .18), transparent 22%),
    linear-gradient(135deg, #052b20, var(--green));
  color: #fff;
}
.coverage-note p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.6;
}

/* ── Topic pages (eco, safety, skills) ──────────────────── */
.topic-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: end;
  padding: 110px clamp(20px, 5vw, 76px) 70px;
  background:
    radial-gradient(circle at 78% 18%, rgba(182, 227, 67, .20), transparent 24%),
    linear-gradient(115deg, rgba(5, 18, 14, .95), rgba(8, 63, 45, .76), rgba(8, 63, 45, .36)),
    url("assets/hero-driving-training.jpg") center/cover;
  color: #fff;
}
.topic-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(5, 20, 15, .58), transparent);
}
.topic-hero > * { position: relative; z-index: 1; }
.topic-hero > div:first-child {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  backdrop-filter: blur(22px) saturate(140%);
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
}
.topic-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
  letter-spacing: -0.05em;
}
.topic-hero p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.86);
  font-size: 21px;
  line-height: 1.55;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.topic-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff, #fbfdfb);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.topic-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--lime), var(--green-2));
}
.topic-card p {
  color: var(--muted);
  line-height: 1.6;
}
.topic-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(14px, 3vw, 42px) 42px;
  padding: 70px clamp(20px, 5vw, 76px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 84% 14%, rgba(182, 227, 67, .18), transparent 22%),
    linear-gradient(135deg, #052b20, var(--green));
  color: #fff;
}
.topic-band p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.6;
}

/* ── Reviews ─────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}
.review-stars {
  color: #f5a623;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}
.review-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.68;
  color: var(--muted);
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}
.review-meta strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.review-meta span {
  font-size: 12px;
  color: var(--muted);
}
.reviews-cta {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

/* ── Footer ─────────────────────────────────────────────── */
.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  padding: 64px clamp(20px, 5vw, 76px) 36px;
  background:
    radial-gradient(circle at 86% 12%, rgba(182, 227, 67, .12), transparent 24%),
    #061d16;
  color: #fff;
}
.footer-brand img { width: 190px; margin-bottom: 14px; }
.footer-brand p {
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.footer-copy {
  margin-top: 18px !important;
  color: rgba(255,255,255,.4) !important;
  font-size: 13px !important;
}
.footer-nav,
.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}
.footer-nav strong,
.footer-contact strong {
  color: var(--lime);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-bottom: 4px;
}
.footer-nav a,
.footer-contact a {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 600;
  transition: color .15s;
}
.footer-nav a:hover,
.footer-contact a:hover { color: var(--lime); }

/* ── Back to top button ─────────────────────────────────── */
.back-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--lime);
  border: 0;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(8, 63, 45, .30);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .25s, transform .25s, background .18s;
  z-index: 50;
}
.back-top.visible {
  opacity: 1;
  transform: none;
}
.back-top:hover {
  background: var(--green-2);
  transform: translateY(-3px);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1180px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button {
    display: grid;
    gap: 5px;
    margin-left: auto;
    border: 0;
    background: transparent;
  }
  .menu-button span {
    width: 28px;
    height: 3px;
    background: var(--green);
    border-radius: 4px;
  }
  .mobile-nav {
    display: none;
    position: fixed;
    inset: 76px 14px auto;
    z-index: 20;
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .mobile-nav.open { display: grid; gap: 14px; }
  .hero, .split-section, .booking-section, .downloads-hero, .account-section,
  .videos-hero, .adi-hero, .areas-hero, .topic-hero, .adi-access-section {
    grid-template-columns: 1fr;
  }
  .hero { min-height: auto; padding-top: 92px; }
  .hero-panel { max-width: 560px; }
  .service-grid, .price-grid, .dashboard, .process, .download-grid,
  .video-grid, .adi-resource-grid, .area-grid, .topic-grid, .path-grid, .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .video-cta, .coverage-note, .topic-band { display: grid; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .brand img { width: 150px; }
  .site-header { padding: 13px 16px; }
  .hero { padding: 76px 18px 38px; }
  .section, .split-section, .booking-section, .account-section { padding: 62px 18px; }
  .downloads-hero, .videos-hero, .adi-hero, .areas-hero, .topic-hero { padding: 76px 18px 42px; }
  .tips-section { padding: 62px 18px; margin: 0 12px; border-radius: 28px; }
  .service-grid, .price-grid, .dashboard, .process, .form-row, .slot-grid,
  .download-grid, .video-grid, .adi-resource-grid, .area-grid, .topic-grid,
  .admin-unlock, .admin-request, .path-grid, .tips-grid {
    grid-template-columns: 1fr;
  }
  .price-card.featured { transform: none; }
  .site-footer { grid-template-columns: 1fr; padding: 48px 20px 32px; }
  .back-top { bottom: 16px; right: 16px; }
}
