/* ================================================================
   GIGADRIVE — MAIN STYLESHEET
   All colours, fonts and sizes reference css/variables.css
   ================================================================ */

/* ── Reset & Base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 16px; }
body  {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--c-body);
  background: var(--c-white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img   { display: block; max-width: 100%; height: auto; }
a     { color: var(--c-primary-light); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--c-accent-dark); }
ul    { list-style: none; }
button { font-family: var(--font-body); cursor: pointer; }

/* ── Layout helpers ───────────────────────────────────────────── */
.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.section      { padding: 5.5rem 0; }
.section--alt { background: var(--c-surface); }
.section--dark {
  background: var(--c-primary);
  color: var(--c-white);
}

.section-label {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  background: var(--c-accent-pale);
  border: 1px solid rgba(255,208,0,0.4);
  padding: 0.3rem 0.9rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.85rem;
}
.section--dark .section-label {
  background: rgba(255,208,0,0.15);
  color: var(--c-accent);
  border-color: rgba(255,208,0,0.3);
}

.section-head { text-align: center; margin-bottom: 3.5rem; }

h1,h2,h3,h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--c-primary);
  margin-bottom: 0.65rem;
}
.section--dark .section-title { color: var(--c-white); }
.section-sub {
  font-size: 1.05rem;
  color: var(--c-muted);
  max-width: 560px;
  margin: 0 auto;
}
.section--dark .section-sub { color: rgba(255,255,255,0.65); }

/* underline accent */
.section-title span.ul {
  position: relative;
  white-space: nowrap;
}
.section-title span.ul::after {
  content: '';
  display: block;
  position: absolute;
  left: 0; bottom: -4px;
  width: 100%; height: 4px;
  background: var(--c-accent);
  border-radius: 2px;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  padding: 0.8rem 2rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  transition: all var(--ease);
  white-space: nowrap;
}
.btn-accent {
  background: var(--c-accent);
  color: var(--c-dark);
  border-color: var(--c-accent);
}
.btn-accent:hover {
  background: var(--c-accent-dark);
  border-color: var(--c-accent-dark);
  color: var(--c-white);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.btn-primary {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}
.btn-primary:hover {
  background: var(--c-primary-mid);
  border-color: var(--c-primary-mid);
  color: var(--c-white);
  transform: translateY(-2px);
  box-shadow: var(--sh-md);
}
.btn-outline-white {
  background: transparent;
  color: var(--c-white);
  border-color: rgba(255,255,255,0.6);
}
.btn-outline-white:hover {
  background: var(--c-white);
  border-color: var(--c-white);
  color: var(--c-primary);
  transform: translateY(-2px);
}
.btn-outline-dark {
  background: transparent;
  color: var(--c-primary);
  border-color: var(--c-primary);
}
.btn-outline-dark:hover {
  background: var(--c-primary);
  color: var(--c-white);
  transform: translateY(-2px);
}
.btn-lg { padding: 1rem 2.5rem; font-size: 1.15rem; }
.btn-full { width: 100%; justify-content: center; }

/* ── Site logo image ──────────────────────────────────────────── */
.site-logo        { max-height: var(--logo-h); width: auto; object-fit: contain; }
.site-logo--footer{ max-height: var(--logo-footer-h); }

/* ── UK Number Plate ──────────────────────────────────────────── */
.plate {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  background: #F5C518; /* UK rear plate yellow */
  color: #000;
  font-family: var(--plate-font);
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 2px solid #333;
  border-radius: 4px;
  box-shadow: 2px 2px 0 #aaa, inset 0 1px 0 rgba(255,255,255,0.5);
  position: relative;
  overflow: hidden;
  user-select: none;
  text-transform: uppercase;
}
/* Left UK badge strip — Union Jack SVG background + UK text */
.plate::before {
  content: 'UK';
  white-space: pre;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--font-body);
  font-size: 0.3em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  background-color: #003399;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'><rect width='60' height='40' fill='%23012169'/><path d='M0,0 60,40M60,0 0,40' stroke='%23fff' stroke-width='12'/><path d='M0,0 60,40M60,0 0,40' stroke='%23C8102E' stroke-width='8'/><path d='M30,0V40M0,20H60' stroke='%23fff' stroke-width='15'/><path d='M30,0V40M0,20H60' stroke='%23C8102E' stroke-width='9'/></svg>");
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center center;
  color: #fff;
  width: 2em;
  align-self: stretch;
  padding: 0.1em 0.1em 0.15em;
  flex-shrink: 0;
  text-align: center;
  text-shadow: none;
  border-right: 1px solid #222;
}
.plate-num {
  padding: 0.1em 0.65em;
  font-size: inherit;
  line-height: 1;
}
.plate--lg { font-size: 2.8rem; letter-spacing: 0.16em; }
.plate--md { font-size: 1.65rem; letter-spacing: 0.14em; }
.plate--sm { font-size: 1.05rem;  letter-spacing: 0.12em; }

/* ================================================================
   NAVIGATION
   ================================================================ */
.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 900;
  height: var(--nav-h);
  background: var(--c-primary);
  transition: background var(--ease), box-shadow var(--ease);
}
.navbar.is-scrolled {
  background: rgba(11,31,58,0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
/* Logo area */
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
/* Text logo (shown when no image is set) */
.nav-wordmark {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  color: var(--c-white);
  line-height: 1;
}
.nav-wordmark em {
  font-style: normal;
  color: var(--c-accent);
}
.nav-wordmark span {
  color: var(--c-accent-2);
}
.drive {
  color: var(--c-accent-2);
}
.nav-tagline {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 1px;
}
/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.nav-links a {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius);
  transition: all var(--ease);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--c-accent);
  background: rgba(255,208,0,0.1);
}
.nav-book {
  background: var(--c-accent) !important;
  color: var(--c-dark) !important;
  padding: 0.45rem 1.2rem !important;
}
.nav-book:hover {
  background: var(--c-accent-dark) !important;
  color: var(--c-white) !important;
}
/* Hamburger */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
}
.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--c-white);
  border-radius: 2px;
  transition: all var(--ease);
}
/* Mobile drawer */
.nav-drawer {
  display: none;
  flex-direction: column;
  position: fixed;
  top: var(--nav-h);
  left: 0; right: 0;
  background: var(--c-primary);
  padding: 1rem 1.25rem 1.5rem;
  z-index: 899;
  box-shadow: var(--sh-lg);
  gap: 0.25rem;
}
.nav-drawer.is-open { display: flex; }
.nav-drawer a {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
  transition: all var(--ease);
}
.nav-drawer a:hover { background: rgba(255,208,0,0.12); color: var(--c-accent); }
.nav-drawer .nav-book { background: var(--c-accent) !important; color: var(--c-dark) !important; margin-top: 0.5rem; text-align: center; }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  min-height: 100vh;
  padding-top: var(--nav-h);
  background: var(--c-primary);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
/* Diagonal accent slash */
.hero::after {
  content: '';
  position: absolute;
  right: -5%;
  top: 0; bottom: 0;
  width: 55%;
  background: var(--c-primary-mid);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
}
.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-copy {}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-accent);
  margin-bottom: 1rem;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: var(--c-accent);
  border-radius: 2px;
}
.hero-h1 {
  font-family: var(--font-head);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 900;
  color: var(--c-white);
  line-height: 0.96;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.accent { color: var(--c-accent); }
.hero-h1 .accent { color: var(--c-accent); }
.hero-slogan {
  font-family: var(--font-head);
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 480px;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat-num {
  display: block;
  font-family: var(--font-head);
  font-size: 2rem;
  font-weight: 900;
  color: var(--c-accent);
  line-height: 1;
}
.hero-stat-lbl {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}
/* Hero right panel */
.hero-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  backdrop-filter: blur(6px);
  box-shadow: var(--sh-lg);
}
.hero-panel-title {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
  text-align: center;
}
.hero-plate-wrap {
  text-align: center;
  margin-bottom: 1.75rem;
}
.plate-caption {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
}
.hero-benefits {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.hero-benefit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
}
.hero-benefit-icon {
  width: 28px;
  height: 28px;
  background: rgba(255,208,0,0.15);
  border: 1px solid rgba(255,208,0,0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.85rem;
}

/* ================================================================
   TRUST STRIP
   ================================================================ */
.trust-strip {
  background: var(--c-accent);
  padding: 0.9rem 0;
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--c-dark);
  text-transform: uppercase;
}
.trust-item svg {
  width: 18px;
  height: 18px;
  fill: var(--c-primary);
  flex-shrink: 0;
}

/* ================================================================
   WHY GIGADRIVE
   ================================================================ */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.why-copy h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: var(--c-primary);
  margin-bottom: 0.75rem;
}
.why-copy .lead {
  font-size: 1.1rem;
  color: var(--c-body);
  margin-bottom: 2rem;
  line-height: 1.75;
}
.why-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  transition: all var(--ease);
  box-shadow: var(--sh-xs);
}
.why-item:hover {
  border-color: var(--c-accent);
  box-shadow: var(--sh-sm), 0 0 0 2px rgba(255,208,0,0.15);
  transform: translateX(4px);
}
.why-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: var(--c-accent);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-icon svg { width: 20px; height: 20px; fill: var(--c-dark); }
.why-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 0.2rem;
}
.why-item p { font-size: 0.88rem; color: var(--c-muted); line-height: 1.55; }

/* Area coverage card */
.area-card {
  background: var(--c-primary);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: var(--c-white);
  box-shadow: var(--sh-lg);
}
.area-card h3 {
  font-size: 1.6rem;
  color: var(--c-white);
  margin-bottom: 0.4rem;
}
.area-card .sub {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}
.area-tag {
  background: rgba(255,208,0,0.15);
  color: var(--c-accent);
  border: 1px solid rgba(255,208,0,0.25);
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

/* ================================================================
   SERVICES / LESSON CARDS
   ================================================================ */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--ease);
  box-shadow: var(--sh-xs);
  display: flex;
  flex-direction: column;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-lg);
  border-color: var(--c-accent);
}
.card-top {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-mid) 100%);
  padding: 1.75rem 1.75rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.card-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: var(--c-accent);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-icon svg { width: 26px; height: 26px; fill: var(--c-dark); }
.card-top h3 {
  font-size: 1.3rem;
  color: var(--c-white);
  margin-top: 0.2rem;
}
.card-body {
  padding: 1.25rem 1.75rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.card-body p { color: var(--c-muted); font-size: 0.9rem; line-height: 1.65; flex: 1; margin-bottom: 1.25rem; }
.card-link {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-accent-dark);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap var(--ease);
}
.card:hover .card-link { gap: 0.7rem; }

/* ================================================================
   PRICING
   ================================================================ */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1.5rem;
  align-items: start;
}
.price-card {
  background: var(--c-white);
  border: 2px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--ease);
  position: relative;
}
.price-card:hover { box-shadow: var(--sh-md); border-color: var(--c-primary-light); transform: translateY(-4px); }
.price-card.is-featured {
  border-color: var(--c-accent);
  box-shadow: var(--sh-md), var(--sh-glow);
  transform: scale(1.03);
}
.price-badge {
  position: absolute;
  top: 0; left: 50%;
  transform: translate(-50%, -50%);
  background: var(--c-accent);
  color: var(--c-dark);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 1rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
}
.price-card h3 { font-size: 1.4rem; color: var(--c-primary); margin-bottom: 0.25rem; }
.price-amount {
  font-family: var(--font-head);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--c-primary);
  line-height: 1;
  margin: 0.75rem 0 0.2rem;
}
.price-amount sub { font-size: 1rem; font-weight: 500; color: var(--c-muted); vertical-align: baseline; }
.price-desc { font-size: 0.88rem; color: var(--c-muted); margin-bottom: 1.5rem; line-height: 1.5; }
.price-list { margin-bottom: 1.75rem; }
.price-list li {
  padding: 0.45rem 0;
  font-size: 0.88rem;
  color: var(--c-body);
  border-bottom: 1px solid var(--c-border);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.price-list li:last-child { border: none; }
.price-list li::before { content: '✓'; color: var(--c-success); font-weight: 700; flex-shrink: 0; }

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: all var(--ease);
}
.testi-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,208,0,0.4);
  transform: translateY(-4px);
}
.testi-stars { color: var(--c-accent); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testi-quote {
  font-style: italic;
  color: rgba(255,255,255,0.82);
  line-height: 1.75;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar {
  width: 42px; height: 42px;
  background: var(--c-accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--c-dark);
  flex-shrink: 0;
}
.testi-name { display: block; font-family: var(--font-head); font-weight: 700; color: var(--c-white); font-size: 0.95rem; }
.testi-loc  { font-size: 0.78rem; color: rgba(255,255,255,0.45); }

/* ================================================================
   SOCIAL MEDIA
   ================================================================ */
.social-cards {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 1.5rem 1.75rem;
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius-lg);
  min-width: 120px;
  transition: all var(--ease);
  text-decoration: none;
}
.social-card svg { width: 34px; height: 34px; }
.social-card span { font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--c-dark); letter-spacing: 0.03em; }
.social-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.social-card.sc-facebook:hover  { border-color: var(--c-facebook);  box-shadow: 0 8px 28px rgba(24,119,242,0.25); }
.social-card.sc-instagram:hover { border-color: var(--c-instagram); box-shadow: 0 8px 28px rgba(225,48,108,0.25); }
.social-card.sc-tiktok:hover    { border-color: #69C9D0;             box-shadow: 0 8px 28px rgba(105,201,208,0.25); }
.social-card.sc-youtube:hover   { border-color: var(--c-youtube);   box-shadow: 0 8px 28px rgba(255,0,0,0.25); }
.social-card.sc-twitter:hover   { border-color: #555;               box-shadow: 0 8px 28px rgba(0,0,0,0.15); }

.social-hashtag-block {
  text-align: center;
  background: var(--c-accent-pale);
  border: 1px solid rgba(255,208,0,0.35);
  border-radius: var(--radius-lg);
  padding: 2rem;
  max-width: 560px;
  margin: 0 auto;
}
.hashtag-pill {
  display: inline-block;
  background: var(--c-accent);
  color: var(--c-dark);
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 1.5rem;
  padding: 0.4rem 1.5rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}
.social-hashtag-block p { font-size: 0.9rem; color: var(--c-body); }

/* ================================================================
   CTA BAND
   ================================================================ */
.cta-band {
  background: var(--c-accent);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(0,0,0,0.04) 40px,
    rgba(0,0,0,0.04) 80px
  );
}
.cta-band-inner { position: relative; z-index: 1; }
.cta-band h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--c-dark);
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.cta-band p { font-size: 1.1rem; color: rgba(0,0,0,0.6); margin-bottom: 2rem; }
.cta-band-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.cta-band-plate { display: flex; justify-content: center; margin-bottom: 2rem; }

/* ================================================================
   PAGE HERO (inner pages)
   ================================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-mid) 100%);
  padding: calc(var(--nav-h) + 3.5rem) 0 4rem;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--c-white);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.page-hero .sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  max-width: 540px;
  margin: 0 auto 1rem;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}
.breadcrumb a { color: var(--c-accent); }

/* ================================================================
   FORMS
   ================================================================ */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label {
  display: block;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 0.4rem;
}
.form-ctrl {
  width: 100%;
  padding: 0.7rem 1rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--c-dark);
  background: var(--c-white);
  border: 1.5px solid var(--c-border);
  border-radius: var(--radius);
  transition: all var(--ease);
  outline: none;
}
.form-ctrl:focus { border-color: var(--c-primary-light); box-shadow: 0 0 0 3px rgba(30,77,140,0.12); }
.form-ctrl::placeholder { color: var(--c-muted); }
textarea.form-ctrl { resize: vertical; min-height: 120px; }
select.form-ctrl  { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236B7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

/* ================================================================
   ACCORDION / FAQ
   ================================================================ */
.faq-list { display: flex; flex-direction: column; gap: 0.6rem; max-width: 760px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--c-border); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.4rem;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--c-primary);
  background: var(--c-white);
  transition: background var(--ease);
  gap: 1rem;
}
.faq-q:hover, .faq-item.open .faq-q { background: var(--c-surface); color: var(--c-accent-dark); }
.faq-toggle {
  width: 26px; height: 26px; min-width: 26px;
  background: var(--c-accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 900;
  color: var(--c-dark);
  transition: transform var(--ease);
}
.faq-item.open .faq-toggle { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 1.4rem 1.1rem;
  font-size: 0.9rem;
  color: var(--c-muted);
  line-height: 1.75;
  border-top: 1px solid var(--c-border);
  padding-top: 1rem;
}
.faq-item.open .faq-a { display: block; }

/* ================================================================
   CONTACT PAGE
   ================================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
.contact-info {
  background: var(--c-primary);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  color: var(--c-white);
}
.contact-info h3 { font-size: 1.6rem; color: var(--c-white); margin-bottom: 0.3rem; }
.contact-info .sub { color: rgba(255,255,255,0.5); font-size: 0.88rem; margin-bottom: 2rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.contact-det-icon {
  width: 40px; height: 40px; min-width: 40px;
  background: rgba(255,208,0,0.15);
  border: 1px solid rgba(255,208,0,0.25);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
}
.contact-det-icon svg { width: 18px; height: 18px; fill: var(--c-accent); }
.contact-detail strong { display: block; font-family: var(--font-head); font-weight: 700; color: var(--c-white); margin-bottom: 0.15rem; font-size: 0.95rem; }
.contact-detail span { font-size: 0.88rem; color: rgba(255,255,255,0.6); line-height: 1.55; }
.contact-form-wrap {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--sh-md);
  min-width: 0;
}
.contact-form-wrap h3 { font-size: 1.6rem; color: var(--c-primary); margin-bottom: 0.25rem; }
.contact-form-wrap .sub { font-size: 0.88rem; color: var(--c-muted); margin-bottom: 1.75rem; }

/* ================================================================
   ABOUT PAGE
   ================================================================ */
.instructor-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
  margin-bottom: 2rem;
}
.instructor-photo {
  background: linear-gradient(160deg, var(--c-primary) 0%, var(--c-primary-mid) 100%);
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,0.25);
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  text-align: center;
}
.instructor-photo img { width: 100%; height: 100%; object-fit: cover; }
.instructor-photo .placeholder-text { font-size: 0.8rem; color: rgba(255,255,255,0.35); font-family: var(--font-body); }
.instructor-info { padding: 2.5rem; }
.instructor-info h3 { font-size: 2rem; color: var(--c-primary); margin-bottom: 0.2rem; }
.badge-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin: 0.75rem 0 1.25rem; }
.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.badge-primary   { background: var(--c-primary); color: var(--c-white); }
.badge-accent    { background: var(--c-accent); color: var(--c-dark); }
.badge-outline   { border: 1.5px solid var(--c-primary); color: var(--c-primary); }

/* ================================================================
   FOOTER
   ================================================================ */
.footer {
  background: var(--c-dark);
  color: rgba(255,255,255,0.65);
  padding: 4.5rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .wordmark {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 2rem;
  color: var(--c-white);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.footer-brand .wordmark em { font-style: normal; color: var(--c-accent); }
.footer-brand .wordmark span { color: var(--c-accent-2); }
.footer-brand .slogan {
  font-size: 0.72rem;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1rem;
}
.footer-brand p { font-size: 0.88rem; line-height: 1.7; margin-bottom: 1.5rem; }
.footer-plate-row { margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.footer-social-link {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--ease);
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}
.footer-social-link:hover { background: var(--c-accent); color: var(--c-dark); transform: translateY(-2px); }
.footer-social-link svg { width: 17px; height: 17px; fill: currentColor; }

.footer-col h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-white);
  margin-bottom: 1.1rem;
}
.footer-col ul li { margin-bottom: 0.55rem; }
.footer-col ul a { color: rgba(255,255,255,0.55); font-size: 0.88rem; transition: color var(--ease), padding var(--ease); }
.footer-col ul a:hover { color: var(--c-accent); padding-left: 4px; }
.footer-contact-row {
  display: flex; align-items: flex-start;
  gap: 0.6rem; margin-bottom: 0.75rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.55);
}
.footer-contact-row svg { width: 15px; height: 15px; fill: var(--c-accent); margin-top: 2px; flex-shrink: 0; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.4rem 0;
}
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p   { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.78rem; color: rgba(255,255,255,0.3); transition: color var(--ease); }
.footer-bottom-links a:hover { color: var(--c-accent); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-grid    { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 4rem 0; }
  .hero::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-eyebrow { justify-content: center; }
  .hero-desc { margin: 0 auto 2rem; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .nav-links  { display: none; }
  .nav-burger { display: flex; }
  .contact-grid { grid-template-columns: 1fr; }
  .instructor-card { grid-template-columns: 1fr; }
  .instructor-info { padding: 1.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .plate--lg { font-size: 1.7rem; }
  .trust-strip-inner { gap: 1rem; }
}
@media (max-width: 480px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.is-featured { transform: none; }
  .social-cards { gap: 0.75rem; }
  .social-card  { min-width: 90px; padding: 1.1rem 1rem; }
  .hero-h1      { font-size: 2.6rem; }
}

/* ================================================================
   UTILITY / MISC
   ================================================================ */
.text-center { text-align: center; }
.text-accent  { color: var(--c-accent); }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ================================================================
   PAGE HERO (inner pages)
   ================================================================ */
.page-hero {
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-mid) 100%);
  padding: 8rem 0 4rem;
  text-align: center;
}
.page-hero-inner { max-width: 780px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); color: var(--c-white); margin-bottom: 0.5rem; }
.page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto 1.5rem; }
.page-hero-jump { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 1.5rem; }

/* ================================================================
   LESSON PAGES
   ================================================================ */
.lesson-section { scroll-margin-top: 80px; }
.lesson-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3.5rem;
  align-items: start;
}
.lesson-grid--rev { direction: rtl; }
.lesson-grid--rev > * { direction: ltr; }
.lesson-copy h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--c-dark); margin-bottom: 0.8rem; }
.lesson-copy h3 { font-family: var(--font-head); font-size: 1.15rem; font-weight: 700; color: var(--c-primary); margin: 1.5rem 0 0.6rem; text-transform: uppercase; letter-spacing: 0.04em; }
.lesson-badge { display: inline-block; background: var(--c-accent); color: var(--c-dark); font-family: var(--font-head); font-weight: 800; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2rem 0.7rem; border-radius: 4px; margin-bottom: 0.7rem; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { padding: 0.45rem 0 0.45rem 1.5rem; position: relative; font-size: 0.95rem; color: var(--c-body); border-bottom: 1px solid rgba(0,0,0,0.06); }
.feature-list li::before { content: '✓'; position: absolute; left: 0; color: var(--c-accent); font-weight: 800; }
.lesson-info-card { background: var(--c-primary); color: var(--c-white); border-radius: var(--radius-lg); padding: 2rem; }
.lesson-info-card h4 { font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c-accent); margin-bottom: 1.2rem; }
.info-row { font-size: 0.88rem; color: rgba(255,255,255,0.7); padding: 0.55rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); line-height: 1.5; }
.info-row strong { color: var(--c-white); }

/* ================================================================
   ABOUT PAGE
   ================================================================ */
.instructor-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
  background: var(--c-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
}
.instructor-photo { position: relative; }
.instructor-photo img { width: 100%; border-radius: var(--radius); object-fit: cover; aspect-ratio: 3/4; display: block; }
.instructor-photo-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background: var(--c-primary);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
}
.instructor-photo-placeholder svg { width: 80px; height: 80px; fill: rgba(255,255,255,0.2); }
.instructor-copy h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.8rem; }
.quals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 1.5rem; }
.qual-badge { background: var(--c-white); border: 1px solid rgba(0,0,0,0.08); border-radius: var(--radius); padding: 0.8rem; text-align: center; font-size: 0.82rem; font-weight: 600; color: var(--c-dark); line-height: 1.4; }
.qual-badge .qual-icon { font-size: 1.4rem; display: block; margin-bottom: 0.3rem; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.story-copy h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.story-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.stat-item { background: var(--c-primary); border-radius: var(--radius-lg); padding: 1.8rem 1.4rem; text-align: center; }
.stat-num { display: block; font-family: var(--font-head); font-size: 2.8rem; font-weight: 900; color: var(--c-accent); line-height: 1; margin-bottom: 0.3rem; }
.stat-lbl { font-size: 0.82rem; color: rgba(255,255,255,0.6); font-weight: 500; }

.card-num { font-family: var(--font-head); font-size: 2.5rem; font-weight: 900; color: var(--c-accent); line-height: 1; margin-bottom: 0.5rem; }

/* ================================================================
   CONTACT PAGE
   ================================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
  min-width: 0;
}
.contact-info { background: var(--c-primary); border-radius: var(--radius-lg); padding: 2.5rem; min-width: 0; }
.contact-info h2 { color: var(--c-white); font-size: 1.8rem; margin-bottom: 1.5rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1.1rem; margin-bottom: 1.8rem; padding-bottom: 1.8rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.contact-detail:last-of-type { border-bottom: none; }
.contact-detail-icon { width: 44px; height: 44px; background: rgba(255,208,0,0.12); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail-icon svg { width: 22px; height: 22px; fill: var(--c-accent); }
.contact-detail h4 { font-family: var(--font-head); font-size: 0.9rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c-accent); margin-bottom: 0.3rem; }
.contact-detail a { color: var(--c-white); font-weight: 600; text-decoration: none; }
.contact-detail a:hover { color: var(--c-accent); }
.contact-detail p { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin: 0.15rem 0 0; }
.contact-plate-row { display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.contact-plate-row p { color: rgba(255,255,255,0.5); font-size: 0.82rem; }

.contact-form-wrap h2 { font-size: 1.8rem; margin-bottom: 0.4rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; margin-bottom: 1.1rem; }
.form-group label { font-size: 0.85rem; font-weight: 600; color: var(--c-dark); margin-bottom: 0.4rem; }
.form-group label span { color: var(--c-accent); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 2px solid var(--c-border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--c-dark);
  background: var(--c-white);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--c-primary); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group--checkbox { flex-direction: row; align-items: flex-start; gap: 0.7rem; }
.form-group--checkbox input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--c-primary); cursor: pointer; }
.form-group--checkbox label { font-size: 0.82rem; color: var(--c-muted); font-weight: 400; margin: 0; }
.form-group--checkbox label a { color: var(--c-primary); }
.btn-full { width: 100%; }
.form-success { background: #d1fae5; border: 1px solid #10b981; border-radius: var(--radius); padding: 1rem 1.2rem; font-size: 0.9rem; color: #065f46; margin-top: 1rem; }
.form-error   { background: #fee2e2; border: 1px solid #ef4444; border-radius: var(--radius); padding: 1rem 1.2rem; font-size: 0.9rem; color: #991b1b; margin-top: 1rem; }

.map-placeholder {
  width: 100%;
  height: 350px;
  border-radius: var(--radius-lg);
  border: 0;
  margin-top: 1.5rem;
  display: block;
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.map-placeholder-inner { text-align: center; color: var(--c-muted); }
.map-placeholder-inner svg { width: 48px; height: 48px; fill: var(--c-muted); margin-bottom: 0.8rem; }
.map-placeholder-inner h3 { margin-bottom: 0.4rem; color: var(--c-muted); }
.map-placeholder-inner p { font-size: 0.88rem; max-width: 300px; margin: 0 auto; }

/* ================================================================
   LEGAL / PRIVACY PAGE
   ================================================================ */
.legal-wrap { max-width: 860px; margin: 0 auto; }
.legal-nav { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 2px solid var(--c-border); }
.legal-nav a { font-family: var(--font-head); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--c-primary); text-decoration: none; padding: 0.4rem 1rem; background: var(--c-light); border-radius: 6px; transition: background 0.2s, color 0.2s; }
.legal-nav a:hover { background: var(--c-primary); color: var(--c-white); }
.legal-section { margin-bottom: 4rem; padding-bottom: 4rem; border-bottom: 1px solid var(--c-border); scroll-margin-top: 90px; }
.legal-section:last-child { border-bottom: none; }
.legal-section h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--c-dark); margin-bottom: 0.3rem; }
.legal-section h3 { font-family: var(--font-head); font-size: 1.05rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--c-primary); margin: 1.8rem 0 0.6rem; }
.legal-section p { color: var(--c-body); line-height: 1.8; margin-bottom: 1rem; }
.legal-section ul { padding-left: 1.4rem; margin-bottom: 1rem; }
.legal-section ul li { color: var(--c-body); line-height: 1.8; margin-bottom: 0.3rem; }
.legal-section a { color: var(--c-primary); }
.legal-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin: 1rem 0 2rem; }
.legal-table th, .legal-table td { padding: 0.75rem 1rem; text-align: left; border: 1px solid var(--c-border); }
.legal-table th { background: var(--c-primary); color: var(--c-white); font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.82rem; }
.legal-table tr:nth-child(even) { background: var(--c-light); }

/* ================================================================
   CONTACT INFO additional (overriding existing partial rules)
   ================================================================ */
.contact-info .area-tags { margin-top: 0; }

/* ================================================================
   RESPONSIVE — INNER PAGES
   ================================================================ */
@media (max-width: 900px) {
  .lesson-grid { grid-template-columns: 1fr; }
  .lesson-grid--rev { direction: ltr; }
  .instructor-card { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .quals-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .quals-grid { grid-template-columns: 1fr; }
  .story-stats { grid-template-columns: 1fr; }
  .page-hero { padding: 6rem 0 2.5rem; }
  .legal-nav { gap: 0.4rem; }
  .contact-grid { gap: 1.5rem; }
  .contact-info { padding: 1.5rem; border-radius: var(--radius); }
  .contact-info h2 { font-size: 1.4rem; }
  .contact-detail { gap: 0.75rem; margin-bottom: 1.2rem; padding-bottom: 1.2rem; }
  .contact-detail-icon { width: 36px; height: 36px; flex-shrink: 0; }
  .contact-detail-icon svg { width: 18px; height: 18px; }
  .contact-form-wrap { padding: 1.5rem; border-radius: var(--radius); }
  .contact-form-wrap h2 { font-size: 1.4rem; }
  .contact-plate-row { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .form-group input,
  .form-group select,
  .form-group textarea { font-size: 1rem; max-width: 100%; }
  .area-tags { gap: 0.35rem; }
  .area-tag { font-size: 0.72rem; padding: 0.25rem 0.6rem; }
}
