:root {
  --bg-cream: #FDF8F3;
  --bg-sand: #F5EDE4;
  --bg-mist: #EBE3D8;
  --text-primary: #1A2E1F;
  --text-muted: #5C6B5E;
  --accent: #2D6A4F;
  --accent-light: #40916C;
  --accent-warm: #E76F51;
  --text-on-accent: #FFFFFF;
  --border: #D4C9BC;
  --font-head: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', system-ui, sans-serif;
  --header-h: 80px;
  --radius: 20px;
  --radius-pill: 999px;
  --shadow: 0 20px 50px rgba(26, 46, 31, 0.1);
  --shadow-warm: 0 16px 40px rgba(231, 111, 81, 0.18);
}

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

html { scroll-behavior: smooth; }

body.site-smartlearn {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-primary);
  background: var(--bg-cream);
  overflow-x: hidden;
}

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

a { color: inherit; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Surfaces */
.surface-white { background: var(--bg-cream); color: var(--text-primary); }
.surface-silk { background: var(--bg-sand); color: var(--text-primary); }
.surface-mist { background: var(--bg-mist); color: var(--text-primary); }
.surface-accent-smart {
  background: linear-gradient(135deg, var(--accent) 0%, #1B4332 100%);
  color: var(--text-on-accent);
}

.surface-white *, .surface-silk *, .surface-mist *, .surface-accent-smart * { color: inherit; }

.surface-white a:not(.btn):not(.spark-logo),
.surface-silk a:not(.btn):not(.spark-logo),
.surface-mist a:not(.btn):not(.spark-logo) {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.surface-accent-smart a { color: #FFFFFF; text-decoration: underline; }

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-warm);
  margin-bottom: 12px;
}

.lab-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(45, 106, 79, 0.1);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  margin-bottom: 12px;
}

h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.12; color: inherit; }
h1 { font-size: clamp(36px, 5.5vw, 64px); letter-spacing: -0.02em; }
h2 { font-size: clamp(28px, 3.5vw, 44px); margin-bottom: 20px; letter-spacing: -0.01em; }
h3 { font-size: clamp(20px, 2.5vw, 26px); margin-bottom: 12px; }

.lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 600px;
}

.section { padding: clamp(64px, 10vw, 100px) 0; }
.section-inner { max-width: 1200px; margin: 0 auto; padding: 0 48px; }

.hairline { border: none; border-top: 1px solid var(--border); margin: 56px 0; }

.pull-quote {
  font-family: var(--font-head);
  font-style: italic;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.45;
  border-left: 4px solid var(--accent-warm);
  padding-left: 24px;
  margin: 24px 0;
  color: var(--text-primary);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;
}

.btn-primary {
  background: var(--accent);
  color: #FFFFFF !important;
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(45, 106, 79, 0.25);
}

.btn-outline {
  background: transparent;
  color: var(--text-primary) !important;
  border-color: var(--accent);
}

.btn-light-outline {
  background: transparent;
  color: #FFFFFF !important;
  border-color: rgba(255,255,255,0.8);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-warm);
}

.btn-pill-fill, .btn-pill-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: var(--radius-pill);
  border: 2px solid var(--accent);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-pill-fill { background: var(--accent); color: #FFFFFF !important; }
.btn-pill-outline { background: transparent; color: var(--text-primary) !important; }
.surface-accent-smart .btn-pill-outline { color: #FFFFFF !important; border-color: #FFFFFF; }
.btn-pill-fill:hover, .btn-pill-outline:hover { transform: translateY(-3px); box-shadow: var(--shadow-warm); }

/* Logo */
.spark-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: inherit !important;
}

.spark-logo svg { width: 38px; height: 38px; flex-shrink: 0; }

.spark-logo span {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  color: var(--text-primary) !important;
}

.header-brand .spark-glyph, .spark-glyph { width: 38px; height: 38px; flex-shrink: 0; }
.header-brand span { font-family: var(--font-head); font-size: 20px; font-weight: 700; }

/* Header */
.smartlearn-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(253, 248, 243, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s;
}

.smartlearn-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 24px;
}

.smartlearn-nav, .desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.smartlearn-nav a, .desktop-nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  color: var(--text-muted);
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  transition: color 0.2s, background 0.2s;
}

.smartlearn-nav a:hover, .desktop-nav a:hover { color: var(--accent); background: rgba(45,106,79,0.06); }

.smartlearn-nav a.is-active, .desktop-nav a.is-active {
  color: var(--accent);
  background: rgba(45, 106, 79, 0.1);
  font-weight: 600;
}

.menu-trigger {
  display: none;
  background: var(--bg-sand);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 10px 20px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-primary);
}

/* Overlay */
.smartlearn-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: var(--bg-cream);
}

.smartlearn-overlay.is-open { display: flex; }

.overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--bg-sand);
  border: 1px solid var(--border);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-primary);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-nav { display: flex; flex-direction: column; align-items: center; gap: 16px; }

.overlay-nav a, .smartlearn-overlay a {
  font-family: var(--font-head);
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 700;
  text-decoration: none !important;
  color: var(--text-primary);
}

.js .smartlearn-overlay.is-open .overlay-nav a { animation: overlayLinkIn 0.4s ease forwards; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(1) { animation-delay: 0.05s; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(2) { animation-delay: 0.1s; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(3) { animation-delay: 0.15s; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(4) { animation-delay: 0.2s; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(5) { animation-delay: 0.25s; }
.js .smartlearn-overlay.is-open .overlay-nav a:nth-child(6) { animation-delay: 0.3s; }

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

@media (max-width: 1023px) {
  .smartlearn-nav, .desktop-nav { display: none; }
  .menu-trigger { display: inline-flex; }
  .smartlearn-header { padding: 0; }
}

@media (min-width: 1024px) {
  .smartlearn-overlay { display: none !important; }
  .menu-trigger { display: none !important; }
}

.no-js .smartlearn-overlay {
  position: static;
  display: block !important;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
}

.no-js .smartlearn-overlay .overlay-close { display: none; }
.no-js .overlay-nav { flex-direction: row; flex-wrap: wrap; gap: 12px 20px; }
.no-js .overlay-nav a { font-size: 14px; font-family: var(--font-body); font-weight: 500; }

main { padding-top: var(--header-h); }

/* Hero — bento editorial */
.hero-magazine {
  padding: clamp(48px, 8vw, 80px) 0 clamp(64px, 10vw, 100px);
  position: relative;
  overflow: hidden;
}

.hero-magazine::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(231, 111, 81, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.hero-magazine::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 40%;
  height: 50%;
  background: radial-gradient(ellipse, rgba(45, 106, 79, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.hero-bento-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-brand-label, .hero-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-warm);
  margin-bottom: 16px;
}

.hero-editorial {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-serial { font-size: 13px; color: var(--text-muted); letter-spacing: 0.06em; }
.hero-trust, .trust-line { font-size: 13px; color: var(--text-muted); margin-top: 8px; }
.subline { font-size: 17px; color: var(--text-muted); line-height: 1.7; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

.hero-visual-stack { display: flex; flex-direction: column; gap: 16px; }

.hero-main-photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.hero-main-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.hero-caption, .photo-caption {
  font-size: 12px;
  color: var(--text-muted);
  padding: 8px 0;
}

.hero-inset-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hero-inset, .hero-inset-collage {
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
  border: 3px solid var(--bg-cream);
  box-shadow: var(--shadow);
}

.hero-inset img, .hero-inset-collage img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.hero-stat-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--accent);
  color: #FFFFFF;
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
}

.hero-stat-pill .stat-num {
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}

.hero-stat-pill .stat-label { font-size: 12px; opacity: 0.85; margin-top: 6px; color: #FFFFFF; }

@media (max-width: 1023px) {
  .hero-bento-wrap { grid-template-columns: 1fr; }
  .hero-inset-row { grid-template-columns: 1fr 1fr; }
}

/* Stats */
.stat-strip, .stat-strip-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: clamp(48px, 6vw, 72px) 0;
}

.stat-strip > div, .stat-strip-light > div {
  text-align: center;
  padding: 32px 20px;
  background: var(--bg-cream);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s;
}

.stat-strip > div:hover, .stat-strip-light > div:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.stat-num {
  font-family: var(--font-head);
  font-size: clamp(42px, 5vw, 56px);
  font-weight: 700;
  color: var(--accent-warm);
  line-height: 1;
}

.stat-label { font-size: 14px; color: var(--text-muted); margin-top: 8px; }

@media (max-width: 767px) {
  .stat-strip, .stat-strip-light { grid-template-columns: 1fr; }
}

/* Track bento */
.track-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.track-card {
  padding: 32px;
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  position: relative;
  overflow: hidden;
}

.track-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.track-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: var(--accent-light);
}

.track-card:hover::after { transform: scaleX(1); }

.track-card:nth-child(2), .track-card:nth-child(5) { margin-top: 24px; }

@media (max-width: 1023px) {
  .track-mosaic { grid-template-columns: 1fr; }
  .track-card:nth-child(2), .track-card:nth-child(5) { margin-top: 0; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .track-mosaic { grid-template-columns: repeat(2, 1fr); }
  .track-card:nth-child(2), .track-card:nth-child(5) { margin-top: 0; }
}

/* Showcase */
.showcase-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.showcase-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-cream);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.showcase-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.showcase-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.showcase-card-body, .card-body { padding: 24px; }

@media (max-width: 767px) { .showcase-row { grid-template-columns: 1fr; } }

/* Programmes */
.programme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.programme-card {
  padding: 28px;
  background: var(--bg-cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  display: flex;
  flex-direction: column;
}

.programme-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--accent-light);
}

.programme-card .meta { font-size: 14px; color: var(--text-muted); margin: 8px 0 12px; }

@media (max-width: 1023px) { .programme-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .programme-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-split { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.faq-item, .faq-card {
  border: 1px solid var(--border);
  padding: 28px;
  background: var(--bg-cream);
  border-radius: var(--radius);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.faq-item:hover, .faq-card:hover {
  border-color: var(--accent-light);
  box-shadow: 0 8px 24px rgba(26, 46, 31, 0.06);
}

.faq-item h3, .faq-card h4 { font-size: 18px; margin-bottom: 12px; }

.faq-split > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) { .faq-split { grid-template-columns: 1fr; } }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }

.card {
  border: 1px solid var(--border);
  padding: 32px;
  background: var(--bg-cream);
  border-radius: var(--radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; margin-bottom: 20px; border-radius: calc(var(--radius) - 4px); }
.card-link { text-decoration: none !important; color: var(--accent-warm); font-weight: 600; font-size: 14px; }

/* Page hero */
.page-hero {
  padding: clamp(56px, 8vw, 80px) 0 clamp(40px, 6vw, 56px);
  border-bottom: 1px solid var(--border);
  position: relative;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(231,111,81,0.08) 0%, transparent 60%);
  pointer-events: none;
}

.page-hero .breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; position: relative; }
.page-hero .breadcrumb a { color: var(--accent); text-decoration: none; }

/* Layouts */
.split-grid, .editorial-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: start;
}

.mosaic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.mosaic-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: calc(var(--radius) - 4px); border: 1px solid var(--border); }

.letter-block { font-size: 17px; line-height: 1.75; }
.letter-block p { margin-bottom: 20px; }

.violet-rule { border: none; border-top: 1px solid var(--accent-warm); opacity: 0.4; margin: 48px 0; }

/* Legal */
.legal-content { max-width: 800px; padding: 64px 48px; margin: 0 auto; }
.legal-content h2 { font-size: 28px; margin: 40px 0 16px; }
.legal-content h3 { font-size: 22px; margin: 28px 0 12px; }
.legal-content p, .legal-content li { margin-bottom: 16px; color: var(--text-primary); }
.legal-content ul { padding-left: 24px; list-style: disc; }
.legal-meta { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; }
.legal-aside { margin-top: 32px; }
.legal-aside img { border: 1px solid var(--border); border-radius: var(--radius); }

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
}

.contact-form { display: flex; flex-direction: column; gap: 16px; }
.contact-form label { font-size: 14px; font-weight: 500; color: var(--text-primary); }

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--bg-cream);
  color: var(--text-primary);
  transition: border-color 0.2s, outline 0.2s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-color: var(--accent);
}

.contact-form textarea { min-height: 140px; resize: vertical; }

.hp-field, .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: 13px; color: var(--text-muted); }

.form-success {
  background: rgba(45, 106, 79, 0.1);
  border: 1px solid var(--accent);
  padding: 16px 20px;
  margin-bottom: 24px;
  color: var(--text-primary);
  border-radius: 12px;
}

.contact-form .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.contact-form .checkbox-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--accent);
}

.contact-form .checkbox-row span a { color: var(--accent); }

/* CTA */
.cta-band {
  text-align: center;
  padding: clamp(80px, 12vw, 120px) 24px;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 120%, rgba(255,255,255,0.1) 0%, transparent 60%);
  pointer-events: none;
}

.cta-band h2 { margin-bottom: 16px; }
.cta-band p { max-width: 560px; margin: 0 auto 32px; opacity: 0.92; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-sand); }

.footer-grid, .footer-magazine {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  padding: 64px 0 48px;
}

.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 16px 0; }
.footer-links a { font-size: 14px; text-decoration: none !important; color: var(--text-primary); }
.footer-links a:hover { color: var(--accent-warm); }

.footer-programmes { display: flex; flex-direction: column; gap: 8px; }
.footer-programmes a { font-size: 14px; text-decoration: none !important; color: var(--text-primary); }
.footer-programmes a:hover { color: var(--accent-warm); }

.footer-magazine h4 { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-warm); margin: 16px 0 8px; }
.footer-magazine a { display: inline-block; font-size: 14px; text-decoration: none !important; color: var(--text-primary); margin-right: 16px; margin-bottom: 6px; }
.footer-magazine a:hover { color: var(--accent-warm); }

.contact-ribbon {
  padding: 32px 0;
  border-top: 1px solid var(--border);
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-primary);
}

.disclaimer, .disclaimer-box, .footer-disclaimer {
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-muted);
  padding: 24px 0;
  border-top: 1px solid var(--border);
}

.disclaimer-box {
  padding: 20px 24px;
  border: 1px solid var(--border);
  background: var(--bg-sand);
  border-radius: var(--radius);
  margin-top: 24px;
}

.hosting-note, .footer-hosting { font-size: 12px; color: var(--text-muted); padding-bottom: 24px; }

@media (max-width: 767px) {
  .footer-grid, .footer-magazine { grid-template-columns: 1fr; }
  .section-inner { padding: 0 24px; }
}

/* Program items */
.program-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.program-item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--border); }

@media (max-width: 767px) { .program-item, .split-grid, .editorial-split, .contact-grid { grid-template-columns: 1fr; } }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .track-card, .showcase-card, .programme-card, .card { transition: none; }
}

/* Cookie */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: var(--bg-cream);
  border-top: 1px solid var(--border);
  padding: 20px 24px;
  box-shadow: 0 -8px 32px rgba(26, 46, 31, 0.1);
}

.cookie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cookie-inner p { font-size: 14px; color: var(--text-primary); flex: 1; min-width: 240px; }

.cookie-actions, .cookie-banner div { display: flex; flex-wrap: wrap; gap: 10px; }

.cookie-actions button,
.cookie-banner button,
.cookie-accept, .cookie-reject, .cookie-custom {
  padding: 10px 20px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  border-radius: var(--radius-pill);
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--bg-sand);
  color: var(--text-primary);
  transition: background 0.2s;
}

.cookie-actions button.primary,
.cookie-accept,
.cookie-banner button[data-cookie="accept"] {
  background: var(--accent);
  color: #FFFFFF;
  border-color: var(--accent);
}

.cookie-panel {
  display: none;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.cookie-panel.is-open { display: block; }
.cookie-panel label { display: flex; align-items: center; gap: 8px; font-size: 14px; margin-bottom: 8px; color: var(--text-primary); }

.js .cookie-banner.is-dismissed, .cookie-banner.hidden { display: none; }
.no-js .cookie-banner { position: static; }

body.nav-open { overflow: hidden; }
body.header-hidden .smartlearn-header { transform: translateY(-100%); }

.error-page { text-align: center; padding: 120px 24px; }
.error-page img { max-width: 480px; margin: 32px auto; border-radius: var(--radius); border: 1px solid var(--border); }

@media (max-width: 1023px) {
  .legal-content { padding: 48px 24px; }
}
