@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Nunito+Sans:wght@300;400;600;700&display=swap');

:root {
  --g: #2db84b;
  --gd: #1e9a38;
  --gl: #e8f8ed;
  --dark: #0f1a13;
  --dark2: #1a2e1f;
  --mid: #3d3d3d;
  --soft: #5a6572;
  --border: #e5e7eb;
  --bg: #eff1ec;
  --white: #f5f5f2;
  --silver: #aeb2b5;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--mid);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  border-bottom: 3px solid var(--g);
  padding: 0 6%;
  display: flex; align-items: center; justify-content: space-between;
  height: 78px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.07);
}
.nav-logo { height: 64px; width: auto; max-width: 190px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px;
  color: var(--mid); transition: color 0.2s; letter-spacing: 0.01em;
}
.nav-links a:hover, .nav-links a.active { color: var(--g); }
.nav-cta {
  background: var(--g); color: var(--white) !important;
  padding: 13px 30px; border-radius: 50px;
  font-weight: 800 !important; font-size: 15px !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 14px rgba(45,184,75,0.3);
}
.nav-cta:hover { background: var(--gd); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(45,184,75,0.4); }
.nav-mobile-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-mobile-btn span { display: block; width: 22px; height: 2px; background: var(--mid); margin: 5px 0; transition: all 0.3s; border-radius: 2px; }
.nav-drawer {
  display: none; position: fixed; top: 78px; left: 0; right: 0;
  background: var(--white); border-bottom: 1px solid var(--border);
  padding: 20px 6%; box-shadow: 0 8px 24px rgba(0,0,0,0.1); z-index: 199;
  flex-direction: column; gap: 4px;
}
.nav-drawer a {
  font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 15px;
  color: var(--mid); padding: 12px 0; border-bottom: 1px solid var(--border);
  display: block; transition: color 0.2s;
}
.nav-drawer a:last-child { border-bottom: none; }
.nav-drawer a:hover { color: var(--g); }
.nav-drawer .nav-cta {
  margin-top: 8px; text-align: center; display: block;
  border-bottom: none !important; padding: 14px;
}

/* ── PAGES ── */
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ── BUTTONS ── */
.btn {
  display: inline-block; font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: 15px; padding: 15px 34px; border-radius: 50px; cursor: pointer;
  border: none; transition: all 0.2s; letter-spacing: 0.01em;
}
.btn-green { background: var(--g); color: var(--white); box-shadow: 0 4px 16px rgba(45,184,75,0.35); }
.btn-green:hover { background: var(--gd); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(45,184,75,0.45); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid rgba(174,178,181,0.5); }
.btn-outline-white:hover { border-color: var(--silver); background: rgba(255,255,255,0.08); }
.btn-outline-green { background: transparent; color: var(--g); border: 2px solid var(--g); }
.btn-outline-green:hover { background: var(--gl); }
.btn-white { background: var(--white); color: var(--g); box-shadow: 0 4px 16px rgba(0,0,0,0.15); }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }

/* ── SECTION BASICS ── */
.section-wrap { max-width: 1160px; margin: 0 auto; padding: 0 6%; }
.section { padding: 116px 0; }
.section-alt { padding: 116px 0; background: var(--bg); }
.fleet-bleed { position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; height: 520px; overflow: hidden; margin-top: 8px; }
.fleet-bleed img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; display: block; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%); }
.promo-bleed { position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; height: 560px; overflow: hidden; }
.promo-bleed img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; display: block; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%); }
.promo-bleed::before { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(7,18,9,0.78) 0%, rgba(7,18,9,0.45) 36%, rgba(7,18,9,0) 62%); pointer-events: none; z-index: 1; }
.promo-bleed-text { position: absolute; left: 8%; top: 50%; transform: translateY(-50%); max-width: 480px; z-index: 2; }
.promo-bleed-text h2 { color: #fff; margin-bottom: 12px; }
.promo-bleed-text h2 .accent { color: #5fd478; }
.promo-bleed-text p { color: rgba(255,255,255,0.82); font-size: 16.5px; font-weight: 300; line-height: 1.6; }
.section-dark { padding: 116px 0; background: var(--dark); }
.section-green { padding: 96px 0; background: linear-gradient(135deg,#2fbf4f,#1e9a38); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 800;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--g);
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--g); border-radius: 2px; }
.eyebrow-light { color: rgba(255,255,255,0.72); }
.eyebrow-light::before { background: var(--silver); }
h1 { font-family: 'Nunito', sans-serif; font-size: clamp(40px,5.5vw,70px); font-weight: 900; line-height: 1.04; letter-spacing: -0.015em; color: var(--dark); }
h2 { font-family: 'Nunito', sans-serif; font-size: clamp(30px,4vw,46px); font-weight: 900; line-height: 1.1; letter-spacing: -0.01em; color: var(--dark); margin-bottom: 18px; }
h3 { font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.lead { font-size: 18px; font-weight: 300; color: var(--soft); line-height: 1.8; max-width: 600px; margin-bottom: 52px; }
.lead-wide { max-width: 760px; }

/* ── CARDS ── */
.card {
  background: var(--white); border: 1px solid rgba(174,178,181,0.28); border-radius: 20px;
  padding: 30px; transition: all 0.22s; box-shadow: 0 2px 14px rgba(15,26,19,0.05);
}
.card:hover { box-shadow: 0 10px 36px rgba(0,0,0,0.09); transform: translateY(-3px); }
.card-green { border-color: var(--g); background: var(--gl); }
.card-dark { background: rgba(255,255,255,0.06); border-color: rgba(174,178,181,0.22); }
.card-dark:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.video-embed { position: relative; width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.18); background: #000; }
.video-embed.ratio-16-9 { aspect-ratio: 16/9; }
.video-embed.ratio-9-16 { aspect-ratio: 9/16; max-width: 320px; margin: 0 auto; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-caption { font-size: 13px; color: var(--soft); margin-top: 14px; text-align: center; }
.video-embed { position: relative; display: block; text-decoration: none; }
.video-embed img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-play-btn { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.video-play-btn span { width: 64px; height: 64px; border-radius: 50%; background: rgba(7,18,9,0.72); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.video-embed:hover .video-play-btn span { background: var(--g); transform: scale(1.08); }
.video-play-btn svg { width: 24px; height: 24px; color: #fff; margin-left: 3px; }

/* ── GRID HELPERS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.grid-5 { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }

/* ── STAT ── */
.stat-num { font-family: 'Nunito', sans-serif; font-size: 38px; font-weight: 900; color: var(--g); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 12px; font-weight: 600; color: var(--soft); letter-spacing: 0.05em; text-transform: uppercase; line-height: 1.4; }

/* ── PILL ── */
.pill {
  display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 50px;
}
.pill-green { background: var(--gl); color: var(--gd); border: 1px solid #b8e8c4; }
.pill-dark { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.8); }
.pill-white { background: var(--white); color: var(--g); }

/* ── CREDENTIAL STRIP ── */
.cred-strip {
  background: var(--dark2); border-radius: 16px; padding: 20px 28px;
  display: flex; align-items: center; gap: 16px; margin-top: 32px;
}
.cred-icon { font-size: 28px; flex-shrink: 0; }
.cred-text strong { display: block; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; color: var(--white); margin-bottom: 3px; }
.cred-text span { font-size: 13px; color: rgba(255,255,255,0.7); }

/* ── PHILOSOPHY BAR ── */
.philosophy {
  background: var(--gl); border-left: 4px solid var(--g);
  padding: 20px 26px; border-radius: 0 14px 14px 0; margin-bottom: 44px;
}
.philosophy strong { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; color: var(--dark); display: block; margin-bottom: 5px; }
.philosophy p { font-size: 13.5px; color: var(--mid); line-height: 1.65; }
.philosophy em { color: var(--gd); font-style: normal; font-weight: 700; }

/* ── JOURNEY ── */
.journey { display: flex; flex-direction: column; gap: 22px; }
.j-step { display: grid; grid-template-columns: 60px 1fr; gap: 20px; position: relative; padding-bottom: 0; }
.j-step:not(:last-child)::before { content: ''; position: absolute; left: 29px; top: 60px; bottom: -22px; width: 2px; background: var(--border); z-index: 0; }
.j-num { width: 50px; height: 50px; border-radius: 50%; background: var(--g); display: flex; align-items: center; justify-content: center; font-family: 'Nunito', sans-serif; font-size: 17px; font-weight: 900; color: var(--white); flex-shrink: 0; position: relative; z-index: 1; margin-top: 4px; box-shadow: 0 4px 12px rgba(45,184,75,0.3); }
.j-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 17px 22px; transition: all 0.2s; }
.j-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,0.08); border-color: #c8ecd1; }
.j-card-top { display: flex; align-items: center; gap: 18px; }
.j-info { flex: 1; }
.j-title { font-family: 'Nunito', sans-serif; font-size: 14.5px; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.j-desc { font-size: 12.5px; color: var(--soft); line-height: 1.5; }
.j-meta { text-align: right; flex-shrink: 0; }
.j-pill { background: var(--gl); border: 1px solid #b8e8c4; border-radius: 50px; padding: 4px 13px; font-size: 11.5px; font-weight: 700; color: var(--g); display: inline-block; margin-bottom: 3px; }
.j-price { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; color: var(--soft); }
.j-practice { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 12px; color: var(--soft); }
.j-practice svg { width: 15px; height: 15px; color: var(--g); flex-shrink: 0; }

/* ── QUIZ ── */
.quiz-wrap { background: linear-gradient(135deg,#0a1a0f,#162b1c); border-radius: 24px; padding: 52px; position: relative; overflow: hidden; }
.quiz-wrap::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 40%,rgba(45,184,75,0.13),transparent 60%); pointer-events: none; }
.quiz-inner { position: relative; z-index: 1; max-width: 660px; margin: 0 auto; }
.quiz-progress { height: 3px; background: rgba(255,255,255,0.1); border-radius: 3px; margin-bottom: 40px; overflow: hidden; }
.quiz-bar { height: 100%; background: var(--g); border-radius: 3px; transition: width 0.4s ease; }
.quiz-step { display: none; animation: fadeIn 0.3s ease; }
.quiz-step.active { display: block; }
.quiz-q { font-family: 'Nunito', sans-serif; font-size: 18px; font-weight: 800; color: var(--white); margin-bottom: 20px; }
.quiz-q span { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.6); letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 7px; }
.quiz-opts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.quiz-opt { background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 14px 18px; cursor: pointer; display: flex; align-items: center; gap: 13px; transition: all 0.18s; color: var(--white); font-size: 14px; font-weight: 600; }
.quiz-opt:hover { background: rgba(255,255,255,0.12); border-color: rgba(45,184,75,0.5); }
.quiz-opt.sel { border-color: var(--g); background: rgba(45,184,75,0.16); }
.quiz-opt-icon { font-size: 20px; width: 30px; text-align: center; flex-shrink: 0; }
.quiz-opt small { display: block; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.68); margin-top: 2px; }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; }
.quiz-back { background: none; border: none; color: rgba(255,255,255,0.65); font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; padding: 10px 0; transition: color 0.18s; }
.quiz-back:hover { color: var(--white); }
.quiz-next { background: var(--g); color: var(--white); border: none; border-radius: 50px; padding: 12px 28px; font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800; cursor: pointer; transition: all 0.18s; }
.quiz-next:disabled { background: rgba(255,255,255,0.14); color: rgba(255,255,255,0.6); cursor: not-allowed; }
.quiz-next:not(:disabled):hover { background: var(--gd); box-shadow: 0 6px 18px rgba(45,184,75,0.4); }
.quiz-result { display: none; }
.quiz-result.active { display: block; animation: fadeIn 0.3s ease; }
.result-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(45,184,75,0.2); border: 1px solid rgba(45,184,75,0.4); color: var(--g); padding: 6px 16px; border-radius: 50px; font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 16px; }
.result-title { font-family: 'Nunito', sans-serif; font-size: 22px; font-weight: 900; color: var(--white); margin-bottom: 8px; }
.result-intro { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.65; margin-bottom: 22px; }
.result-pack { background: rgba(255,255,255,0.07); border: 1.5px solid rgba(45,184,75,0.4); border-radius: 14px; padding: 20px; margin-bottom: 14px; }
.result-pack-name { font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 900; color: var(--g); margin-bottom: 4px; }
.result-pack-sub { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 8px; }
.result-pack-desc { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.55; margin-bottom: 14px; }
.result-price { font-family: 'Nunito', sans-serif; font-size: 30px; font-weight: 900; color: var(--g); }
.result-note { background: rgba(255,255,255,0.05); border-radius: 10px; padding: 14px 18px; font-size: 12.5px; color: rgba(255,255,255,0.68); line-height: 1.6; margin-bottom: 22px; }
.result-note strong { color: rgba(255,255,255,0.75); }
.result-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.quiz-restart { background: rgba(255,255,255,0.08); color: var(--white); border: 1.5px solid rgba(255,255,255,0.2); border-radius: 50px; padding: 11px 24px; font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 700; cursor: pointer; transition: all 0.18s; }
.quiz-restart:hover { background: rgba(255,255,255,0.14); }

/* ── SERVICE CARDS ── */
.svc-card { border-radius: 18px; padding: 26px; transition: all 0.22s; }
.svc-card:hover { transform: translateY(-3px); }
.svc-icon { font-size: 26px; margin-bottom: 14px; }
.svc-name { font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 900; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.svc-desc { font-size: 13px; color: var(--soft); line-height: 1.6; margin-bottom: 18px; }
.svc-price { font-family: 'Nunito', sans-serif; font-size: 28px; font-weight: 900; color: var(--g); line-height: 1; }
.svc-dur { font-size: 12px; color: var(--soft); font-weight: 400; margin-top: 3px; }

/* ── PACK CARDS ── */
.pack-card { border-radius: 20px; padding: 30px; position: relative; overflow: hidden; transition: all 0.22s; }
.pack-card:hover { transform: translateY(-3px); }
.pack-badge { position: absolute; top: 20px; right: 20px; background: var(--g); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; padding: 5px 12px; border-radius: 50px; }
.pack-name { font-family: 'Nunito', sans-serif; font-size: 21px; font-weight: 900; color: var(--dark); margin-bottom: 6px; padding-right: 80px; }
.pack-sub { font-size: 12px; font-weight: 700; color: var(--g); margin-bottom: 10px; }
.pack-desc { font-size: 13px; color: var(--soft); line-height: 1.6; margin-bottom: 22px; }
.pack-price { font-family: 'Nunito', sans-serif; font-size: 40px; font-weight: 900; color: var(--g); line-height: 1; }
.pack-saving { font-size: 11px; font-weight: 700; color: var(--soft); margin-top: 4px; }
.pack-note { margin-top: 12px; background: rgba(45,184,75,0.1); border-radius: 8px; padding: 9px 14px; font-size: 12px; font-weight: 600; color: var(--gd); }

/* ── REVIEW CARDS ── */
.review-card { background: var(--white); border: none; border-radius: 20px; padding: 28px; box-shadow: 0 2px 14px rgba(15,26,19,0.05); }
.review-stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.review-text { font-size: 13.5px; color: var(--mid); line-height: 1.65; margin-bottom: 14px; font-style: italic; }
.review-author { font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 800; color: var(--dark); }

/* ── INSTRUCTOR CARDS ── */
.instructor-card { background: var(--white); border: none; border-radius: 20px; overflow: hidden; transition: all 0.22s; box-shadow: 0 2px 14px rgba(15,26,19,0.05); }
.instructor-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.1); transform: translateY(-4px); }
.instructor-photo { width: 100%; height: 280px; background: linear-gradient(135deg, var(--dark2), #2a4a30); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.instructor-photo img { width: 100%; height: 100%; object-fit: cover; }
.instructor-photo-placeholder { font-size: 72px; opacity: 0.3; }
.instructor-body { padding: 24px; }
.instructor-name { font-family: 'Nunito', sans-serif; font-size: 20px; font-weight: 900; color: var(--dark); margin-bottom: 4px; }
.instructor-role { font-size: 12px; font-weight: 700; color: var(--g); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.instructor-bio { font-size: 13.5px; color: var(--soft); line-height: 1.7; }

/* ── CONTACT FORM ── */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 700; color: var(--dark); }
.form-group input, .form-group select, .form-group textarea {
  background: var(--bg); border: 1.5px solid var(--border); border-radius: 10px;
  padding: 13px 16px; font-family: 'Nunito Sans', sans-serif; font-size: 14px; color: var(--dark);
  transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--g); box-shadow: 0 0 0 3px rgba(45,184,75,0.12);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-success { display: none; background: var(--gl); border: 1.5px solid var(--g); border-radius: 14px; padding: 20px 24px; text-align: center; }
.form-success strong { font-family: 'Nunito', sans-serif; font-size: 16px; font-weight: 800; color: var(--gd); display: block; margin-bottom: 4px; }
.form-success span { font-size: 13.5px; color: var(--mid); }

/* ── FOOTER ── */
footer {
  background: var(--dark); padding: 56px 6% 32px;
  color: rgba(255,255,255,0.7); font-size: 13px;
}
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { height: 48px; width: auto; margin-bottom: 16px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.65; margin-bottom: 20px; }
.footer-contact-item { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; color: rgba(255,255,255,0.72); font-size: 13px; }
.footer-contact-item strong { color: rgba(255,255,255,0.85); font-weight: 600; }
.footer-heading { font-family: 'Nunito', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,0.7); transition: color 0.2s; font-size: 14px; }
.footer-links a:hover { color: var(--g); }
.footer-bottom { max-width: 1160px; margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(174,178,181,0.2); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.5); }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: rgba(255,255,255,0.6); font-size: 13px; transition: color 0.2s; font-weight: 600; }
.footer-social a:hover { color: var(--g); }

/* ── LEGAL CONTENT ── */
.legal-list { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.legal-list li { position: relative; padding-left: 22px; font-size: 14px; color: var(--mid); line-height: 1.7; }
.legal-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--g); }
.legal-p { font-size: 14px; color: var(--mid); line-height: 1.75; margin-bottom: 28px; }
.legal-meta { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 28px; }
.legal-meta-label { font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 4px; }
.legal-meta-value { font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 700; color: #fff; }
.legal-divider { border: none; border-top: 1px solid var(--border); margin: 48px 0; }

/* ── POLISH ── */
.card:hover, .svc-card:hover, .pack-card:hover, .instructor-card:hover {
  transform: translateY(-4px); box-shadow: 0 14px 34px rgba(15,26,19,0.10);
}
.nav-links a { position: relative; }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -8px;
  height: 3px; background: var(--g); border-radius: 2px;
}
a:focus-visible, button:focus-visible {
  outline: 3px solid rgba(45,184,75,0.55); outline-offset: 2px; border-radius: 4px;
}
::selection { background: rgba(45,184,75,0.22); }
.btn:active { transform: translateY(0) scale(0.985); }
[id] { scroll-margin-top: 90px; }
.promo-frame { border-radius: 18px; overflow: hidden; box-shadow: 0 18px 48px rgba(15,26,19,0.16); }
.promo-frame img { transition: transform 0.9s cubic-bezier(0.16,1,0.3,1); }
.promo-frame:hover img { transform: scale(1.03); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.16,1,0.3,1), transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-5 { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-mobile-btn { display: block; }
  .grid-2.grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .quiz-wrap { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 480px) {
  .grid-4.grid-5 { grid-template-columns: 1fr 1fr; }
}


@media(max-width:768px){
  /* Nav logo */
  .nav-logo{height:36px !important;max-width:140px !important;}
  nav{padding:10px 4% !important;}
  
  /* Journey practice bar */
  

  /* Parent programme grid */
  .parent-grid{grid-template-columns:1fr !important;gap:24px !important;}
  

  /* Force everything to fit */
  *{max-width:100% !important;box-sizing:border-box !important;}
  img{max-width:100% !important;height:auto !important;}
  
  /* Grid overrides */
  [style*="grid-template-columns:1fr 420px"],
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns:repeat(2"],
  [style*="grid-template-columns:repeat(3"],
  [style*="grid-template-columns:1fr 280px"],
  [style*="grid-template-columns:1fr 1fr 1fr"]{
    grid-template-columns:1fr !important;
  }
  
  /* Flex overrides for hero badges */
  [style*="display:flex;align-items:center;gap"]{
    flex-wrap:wrap !important;
  }
  
  /* Section padding */
  [style*="padding:100px 6%"]{padding:60px 5% !important;}
  [style*="padding:88px 6%"]{padding:56px 5% !important;}
  [style*="padding:80px 6%"]{padding:48px 5% !important;}
  
  /* Max widths that cause overflow */
  [style*="max-width:1160px"]{max-width:100% !important;padding:0 !important;}
  [style*="max-width:960px"]{max-width:100% !important;}
  [style*="max-width:760px"]{max-width:100% !important;}
  [style*="max-width:680px"]{max-width:100% !important;}
  [style*="max-width:640px"]{max-width:100% !important;}
  [style*="max-width:620px"]{max-width:100% !important;}
  [style*="max-width:600px"]{max-width:100% !important;}
  [style*="max-width:580px"]{max-width:100% !important;}
  [style*="max-width:560px"]{max-width:100% !important;}
  [style*="max-width:540px"]{max-width:100% !important;}
  [style*="max-width:500px"]{max-width:100% !important;}
  
  /* Nav */
  .nav-links{display:none !important;}
  
  /* Credential cards - force to single column */
  .grid-3,.grid-2,.grid-4{grid-template-columns:1fr !important;}
  
  /* Lesson detail grids */
  [class*="grid-"]{grid-template-columns:1fr !important;}
  
  /* Section wraps */
  .section-wrap{padding:0 5% !important;}
  .section{padding:48px 0 !important;}
  .section-alt{padding:48px 0 !important;}
  .section-dark{padding:48px 0 !important;}
  .section-green{padding:48px 0 !important;}
  
  /* Hero booking card - hide on mobile or stack */
  .hero-booking{display:none !important;}
  
  /* Fleet photo grid */
  [style*="grid-template-columns:1fr 1fr;gap:10px"],
  [style*="grid-template-columns:1fr 1fr;gap:12px"],
  [style*="grid-template-columns:1fr 1fr;gap:14px"]{
    grid-template-columns:1fr 1fr !important;
  }
  
  /* Typography scale down */
  h1{font-size:28px !important;}
  h2{font-size:22px !important;}
  h3{font-size:18px !important;}
  
  /* Fleet banner height */
  [style*="height:380px"]{height:260px !important;}
  [style*="grid-template-columns:1.5fr 1fr"]{grid-template-columns:1fr !important;}
  .video-embed.ratio-9-16{max-width:220px;}
  .fleet-bleed{height:280px !important;}
  .promo-bleed{height:420px !important;}
  .promo-bleed-text{left:6%;max-width:88%;}
  .promo-bleed-text h2{font-size:26px !important;}
  [style*="height:420px"]{height:260px !important;}
  [style*="height:360px"]{height:240px !important;}
  [style*="height:280px"]{height:200px !important;}
  
  /* Photo grids in EV section */
  [style*="grid-template-columns:1fr 1fr;gap:10px"] img,
  [style*="grid-template-columns:1fr 1fr;gap:12px"] img{
    height:140px !important;
  }

  /* Locations list - stack label above value so long area lists get full width */
  .loc-list{gap:12px !important;}
  .loc-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:5px !important;
    padding:14px 16px !important;
  }
  .loc-row span{text-align:left !important;line-height:1.5;}

  /* Fleet cutout car - give it a backdrop so it doesn't float in blank space */
  #fleet-cutout-wrap{
    background:var(--gl);
    border-radius:20px;
    padding:20px 12px !important;
    margin:4px 0 !important;
  }
  #fleet-cutout-wrap img{
    max-width:320px !important;
  }
}

@media(max-width:480px){
  h1{font-size:24px !important;}
  h2{font-size:20px !important;}
  [style*="font-size:17px"]{font-size:15px !important;}
  [style*="padding:100px 6%"]{padding:48px 4% !important;}
  [style*="padding:88px 6%"]{padding:44px 4% !important;}
}
