/* Income AI Mastery — Site B V15 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Source+Sans+3:wght@400;500;600&display=swap');

:root {
  --emerald: #0F3D2E;
  --coral: #E8735A;
  --cream: #FBF7F2;
  --moss: #2A5940;
  --bg-dark: #0F3D2E;
  --text-on-dark: #FBF7F2;
  --bg-light: #FBF7F2;
  --text-on-light: #0F3D2E;
  --bg-accent: #E8735A;
  --text-on-accent: #FBF7F2;
  --bg-soft: #2A5940;
  --text-on-soft: #E8735A;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Source Sans 3', system-ui, sans-serif;
  --shadow-card: 0 4px 24px rgba(15, 61, 46, 0.08);
  --shadow-hover: 0 8px 32px rgba(15, 61, 46, 0.14);
  --max-width: 1200px;
  --header-height: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  background: var(--bg-light);
  color: var(--text-on-light);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; margin-top: 0; }
h1 { font-size: clamp(2rem, 5vw, 3.625rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: 1rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.25rem; }
figure { margin: 0; }
figcaption { font-size: 0.8125rem; opacity: 0.75; margin-top: 0.5rem; }

.surface-dark { background: var(--bg-dark); color: var(--text-on-dark); }
.surface-light { background: var(--bg-light); color: var(--text-on-light); }
.surface-accent { background: var(--bg-accent); color: var(--text-on-accent); }
.surface-soft { background: var(--bg-soft); color: var(--text-on-soft); }
.surface-dark a:not(.btn):not(.logo), .surface-light a:not(.btn):not(.logo) { text-decoration: underline; text-decoration-color: var(--coral); }
.surface-accent a:not(.btn), .surface-soft a:not(.btn) { text-decoration: underline; }
.surface-dark a:not(.btn):not(.logo):hover, .surface-light a:not(.btn):not(.logo):hover { color: var(--coral); }

.container { width: min(100% - 2rem, var(--max-width)); margin-inline: auto; }
.container.narrow { max-width: 760px; }
.section-padding { padding: clamp(3rem, 8vw, 5.5rem) 0; }
.section-padding--tight { padding: clamp(1rem, 3vw, 1.75rem) 0; }
.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.75rem;
}
.lead { font-size: 1.1875rem; max-width: 62ch; }
.education-note {
  font-size: 0.9375rem;
  padding: 1.25rem;
  border-right: 4px solid var(--coral);
  background: rgba(15, 61, 46, 0.04);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, var(--emerald) 0%, rgba(15, 61, 46, 0.97) 100%);
  border-bottom: 2px solid rgba(232, 115, 90, 0.35);
}
.site-header.is-scrolled { box-shadow: 0 6px 28px rgba(0, 0, 0, 0.22); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  min-height: var(--header-height);
  gap: 1rem;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  text-decoration: none;
  color: inherit;
  z-index: 102;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 2px solid var(--coral);
  border-radius: 10px 10px 10px 2px;
  color: var(--coral);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
  box-shadow: inset 0 0 0 1px rgba(232, 115, 90, 0.2);
  transition: background 0.2s ease, color 0.2s ease;
}
.logo:hover .logo-mark {
  background: var(--coral);
  color: var(--cream);
}
.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.15;
  text-decoration: none;
}
.logo-text small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-top: 0.15rem;
}
.main-nav ul { display: flex; gap: 0.25rem; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.main-nav a {
  text-decoration: none;
  text-decoration-color: transparent;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}
.site-header.surface-dark .main-nav a,
.site-header.surface-dark .main-nav a:hover,
.site-header.surface-dark .main-nav a[aria-current="page"] {
  text-decoration: none;
  text-decoration-color: transparent;
}
.main-nav a:hover { background: rgba(232, 115, 90, 0.15); color: var(--coral); }
@media (min-width: 768px) {
  .site-header.surface-dark .main-nav a[aria-current="page"] {
    background: rgba(251, 247, 242, 0.12);
    color: var(--cream);
    text-decoration: none;
    text-decoration-color: transparent;
    box-shadow: inset 0 -2px 0 var(--cream);
  }
  .site-header.surface-dark .main-nav a[aria-current="page"]:hover {
    color: var(--cream);
    background: rgba(251, 247, 242, 0.18);
    text-decoration: none;
  }
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: rgba(251, 247, 242, 0.08);
  border: 1px solid rgba(251, 247, 242, 0.2);
  border-radius: 8px;
  cursor: pointer;
  padding: 0.625rem;
  color: inherit;
  z-index: 102;
  min-width: 44px;
  min-height: 44px;
}
.nav-toggle-bar { display: block; width: 22px; height: 2px; background: var(--cream); border-radius: 1px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 61, 46, 0.55);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-overlay.is-visible { display: block; opacity: 1; }

/* Buttons & links */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.5rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: box-shadow 0.2s ease, opacity 0.2s ease;
}
.btn-accent { background: var(--coral); color: var(--cream); border-color: var(--coral); text-decoration: none; }
.btn-accent:hover { box-shadow: var(--shadow-hover); background: #d4654e; color: var(--cream); border-color: #d4654e; }
.surface-light a.btn-accent,
.surface-dark a.btn-accent,
.surface-soft a.btn-accent,
.surface-accent a.btn-accent { color: var(--cream); text-decoration: none; }
.surface-light a.btn-accent:hover,
.surface-dark a.btn-accent:hover { color: var(--cream); }
.btn-text-link {
  background: none;
  border: none;
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0.5rem 0;
  min-height: 44px;
}
.btn-text-link:hover { opacity: 0.85; }
.surface-dark .btn-text-link { color: var(--coral); }

/* Hero Pattern A — Editorial Spotlight */
.hero-pattern-a {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(1.25rem, 3vw, 2rem);
}
.hero-pattern-a + .section-padding {
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
}
.hero-a-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-a-inner { grid-template-columns: 3fr 2fr; gap: 3rem; }
}
.hero-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.75rem;
}
.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emerald);
  opacity: 0.8;
  margin-bottom: 1rem;
}
.hero-sub { font-size: 1.1875rem; max-width: 52ch; opacity: 0.9; }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin: 1.5rem 0; }
.hero-trust { font-size: 0.75rem; opacity: 0.7; }
.hero-portrait {
  max-width: min(100%, 280px);
  margin-inline: auto;
}
@media (min-width: 900px) {
  .hero-portrait { max-width: 320px; margin-inline: 0; margin-left: auto; }
}
.hero-portrait img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 4px 4px 4px 24px;
  box-shadow: var(--shadow-hover);
}

/* Stat strip */
.stat-strip {
  padding: 2.5rem 0;
  background: var(--moss);
  color: var(--cream);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .stat-grid { grid-template-columns: repeat(4, 1fr); }
}
.stat-item { text-align: center; }
.stat-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--cream);
  line-height: 1;
}
.stat-label { font-size: 0.875rem; color: var(--cream); opacity: 0.92; }

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .card-grid--4 { grid-template-columns: repeat(4, 1fr); } }

.mastery-card {
  padding: 2rem;
  background: var(--cream);
  border-right: 4px solid var(--coral);
  box-shadow: var(--shadow-card);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.surface-dark .mastery-card { background: rgba(251, 247, 242, 0.06); }
.mastery-card:hover {
  box-shadow: var(--shadow-hover);
  border-right-color: var(--emerald);
  outline: 1px solid rgba(232, 115, 90, 0.35);
  outline-offset: -1px;
}
.mastery-badge, .track-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 0.75rem;
}
.surface-soft .mastery-card {
  color: var(--emerald);
  background: var(--cream);
}
.surface-soft .mastery-card h3,
.surface-soft .mastery-card p { color: var(--emerald); }
.surface-soft .mastery-card .btn-text-link { color: var(--coral); }
.card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 1rem;
  color: var(--coral);
}

/* Content layouts */
.split-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .split-grid { grid-template-columns: 1fr 1fr; }
  .split-grid--reverse .split-grid-visual { order: -1; }
}

.about-spotlight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .about-spotlight { grid-template-columns: 2fr 3fr; }
}
.pull-quote {
  border-left: 4px solid var(--coral);
  padding: 1.5rem;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-style: italic;
  margin: 2rem 0;
}

.accent-divider {
  width: 64px;
  height: 3px;
  background: var(--coral);
  margin: 1.5rem 0;
}

.trust-card {
  padding: 1.5rem;
  border: 1px solid rgba(15, 61, 46, 0.12);
  background: var(--cream);
}

/* FAQ tabs */
.faq-tabs { margin-top: 2rem; }
.faq-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 2px solid rgba(15, 61, 46, 0.12);
  margin-bottom: 1.5rem;
}
.faq-tab-btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0.875rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--emerald);
  cursor: pointer;
  margin-bottom: -2px;
  min-height: 44px;
}
.faq-tab-btn[aria-selected="true"] {
  border-bottom-color: var(--coral);
  color: var(--coral);
}
.faq-tab-btn:hover { opacity: 0.85; }
.faq-tab-panel { display: block; margin-bottom: 2rem; }
.js .faq-tab-panel { display: none; }
.js .faq-tab-panel.is-active { display: block; }
.faq-item { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(15, 61, 46, 0.1); }
.faq-item h3 { font-size: 1.125rem; margin-bottom: 0.5rem; }
.faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .faq-layout { grid-template-columns: 1fr 1.4fr; }
}

/* Forms */
.contact-form { max-width: 640px; }
.form-row { margin-bottom: 1.25rem; }
.form-row label { display: block; font-weight: 600; margin-bottom: 0.375rem; font-size: 0.9375rem; }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 1px solid rgba(15, 61, 46, 0.2);
  background: var(--cream);
  color: var(--emerald);
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid var(--coral);
  outline-offset: 1px;
}
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.checkbox-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 400;
  font-size: 0.9375rem;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  order: 0;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.2rem 0 0;
  accent-color: var(--coral);
}
.consent-row { margin-top: 0.5rem; }
.form-notice {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(42, 89, 64, 0.12);
  border-right: 4px solid var(--coral);
}
.contact-block { font-style: normal; line-height: 1.8; margin: 1.5rem 0; }
.contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .contact-hero-grid { grid-template-columns: 1fr 1fr; }
}
.map-note { font-size: 0.9375rem; opacity: 0.85; }

/* Footer — 2 cols + contact bar */
.site-footer { padding-top: 3rem; }
.footer-grid--two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-grid--two { grid-template-columns: 1.4fr 1fr; }
}
.footer-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.footer-tagline { opacity: 0.9; margin-bottom: 1rem; }
.footer-disclaimer { font-size: 0.8125rem; opacity: 0.8; line-height: 1.55; }
.footer-heading {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { text-decoration: none; opacity: 0.9; }
.footer-links a:hover { color: var(--coral); opacity: 1; }
.footer-contact-bar,
.footer-contact-bar.surface-soft {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(251, 247, 242, 0.12);
  border-bottom: 1px solid rgba(251, 247, 242, 0.12);
  background: var(--moss);
  color: var(--cream);
}
.footer-contact-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  font-size: 0.9375rem;
  color: var(--cream);
}
.footer-contact-bar a { text-decoration: none; color: var(--cream); }
.footer-contact-bar a:hover { text-decoration: underline; color: var(--coral); }
.footer-bottom {
  padding: 1.25rem 0 2rem;
  text-align: center;
  font-size: 0.8125rem;
  opacity: 0.75;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}
.footer-hosting { font-size: 0.75rem; opacity: 0.7; margin-top: 0.5rem; }

/* Legal */
.legal-meta { font-size: 0.875rem; opacity: 0.75; margin-bottom: 0.5rem; }
.legal-body h2 { margin-top: 2rem; font-size: 1.375rem; }
.legal-body h3 { margin-top: 1.5rem; font-size: 1.125rem; font-family: var(--font-body); font-weight: 600; }

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 1.25rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}
.cookie-banner-inner {
  width: min(100%, var(--max-width));
  margin-inline: auto;
}
.cookie-banner-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }
.cookie-customise-panel { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(251, 247, 242, 0.15); }
.cookie-option { display: block; margin-bottom: 0.5rem; font-size: 0.9375rem; }
.btn-outline {
  background: transparent;
  color: inherit;
  border: 2px solid currentColor;
}
.btn-outline:hover { opacity: 0.85; }

/* Scroll reveal */
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1 !important; transform: none !important; }
}
.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 404 */
.error-page { text-align: center; padding: 4rem 0; min-height: 50vh; }
.error-code { font-family: var(--font-display); font-size: 5rem; color: var(--coral); line-height: 1; }

/* Service format cards */
.format-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .format-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .format-grid { grid-template-columns: repeat(3, 1fr); } }
.format-card {
  padding: 1.75rem;
  border-right: 4px solid var(--coral);
  background: rgba(251, 247, 242, 0.04);
  transition: box-shadow 0.25s ease;
}
.surface-light .format-card { background: var(--cream); box-shadow: var(--shadow-card); }
.format-card:hover { box-shadow: var(--shadow-hover); }
.format-price { font-weight: 600; color: var(--coral); margin-top: 0.75rem; }

.section-cta { margin-top: 2rem; }

/* Compact page spacing */
.page-compact .section-padding { padding: clamp(2rem, 5vw, 3.25rem) 0; }
.page-compact .split-grid,
.page-compact .about-spotlight,
.page-compact .contact-hero-grid { gap: 1.5rem; }
.page-compact .pull-quote { margin: 1.25rem 0; padding: 1rem 1.25rem; font-size: 1.2rem; }
.page-compact p { margin-bottom: 0.75rem; }
.page-compact .form-row { margin-bottom: 1rem; }
.page-compact .contact-block { margin: 1rem 0; }

/* Programs catalogue */
.page-programs .page-hero {
  background: linear-gradient(135deg, var(--emerald) 0%, var(--moss) 100%);
  color: var(--cream);
}
.page-programs .page-hero figure img {
  border-radius: 4px 4px 4px 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.page-programs .page-hero .section-eyebrow { color: var(--coral); }
.page-programs .page-hero h1,
.page-programs .page-hero .lead { color: var(--cream); }
.programme-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 900px) {
  .programme-detail { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .programme-detail--reverse figure { order: -1; }
}
.programme-detail figure img {
  border-radius: 4px 4px 4px 20px;
  box-shadow: var(--shadow-card);
}
.programme-detail-text .track-tag { color: var(--coral); }
.surface-soft.programme-band {
  color: var(--cream);
}
.surface-soft.programme-band .programme-detail-text,
.surface-soft.programme-band .programme-detail-text h2,
.surface-soft.programme-band .programme-detail-text p,
.surface-soft.programme-band .programme-detail-text strong {
  color: var(--cream);
}
.surface-soft.programme-band .track-tag { color: var(--coral); }
.surface-soft .education-note--light {
  color: var(--cream);
  background: rgba(15, 61, 46, 0.25);
  border-right-color: var(--coral);
}
.programme-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(15, 61, 46, 0.1);
}
.programme-index a {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(15, 61, 46, 0.15);
  border-radius: 999px;
  text-decoration: none;
  color: var(--emerald);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.programme-index a:hover {
  background: rgba(232, 115, 90, 0.1);
  border-color: var(--coral);
  color: var(--coral);
}
.page-programs .programme-index a {
  color: var(--emerald);
}

/* FAQ enhancements */
.page-faq .faq-tab-list {
  gap: 0.25rem;
  border-bottom: none;
  margin-bottom: 1rem;
}
.page-faq .faq-tab-btn {
  border: 1px solid rgba(15, 61, 46, 0.12);
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
  background: rgba(15, 61, 46, 0.03);
}
.page-faq .faq-tab-btn[aria-selected="true"] {
  background: var(--cream);
  border-color: rgba(15, 61, 46, 0.12);
  border-bottom-color: var(--cream);
}
.page-faq .faq-tab-panel {
  padding: 1.25rem;
  background: var(--cream);
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-radius: 0 8px 8px 8px;
  margin-bottom: 1rem;
}
.page-faq .faq-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.page-faq .faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-faq .faq-visual img {
  border-radius: 4px 4px 4px 24px;
  box-shadow: var(--shadow-card);
}
.page-faq .faq-layout { gap: 1.5rem; }
.page-faq .section-padding--tight { padding: clamp(1.5rem, 4vw, 2.5rem) 0; }

/* Contact form polish */
.page-contact .contact-form {
  padding: 1.5rem;
  background: var(--cream);
  border: 1px solid rgba(15, 61, 46, 0.1);
  border-right: 4px solid var(--coral);
  box-shadow: var(--shadow-card);
}
.page-contact .contact-hero-grid figure img {
  border-radius: 4px 4px 4px 20px;
  box-shadow: var(--shadow-card);
}

/* Responsive nav */
@media (max-width: 767px) {
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(300px, 88vw);
    background: var(--cream);
    color: var(--emerald);
    padding: 5rem 1.5rem 2rem;
    display: block;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -12px 0 40px rgba(15, 61, 46, 0.18);
    border-left: 3px solid var(--coral);
    overflow-y: auto;
    z-index: 101;
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav ul { flex-direction: column; gap: 0.25rem; }
  .main-nav a {
    display: block;
    padding: 0.875rem 1rem;
    color: var(--emerald);
    border-radius: 8px;
    border-bottom: none;
  }
  .main-nav a:hover { background: rgba(15, 61, 46, 0.06); color: var(--moss); }
  .main-nav a[aria-current="page"] {
    background: rgba(232, 115, 90, 0.12);
    color: var(--coral);
    box-shadow: inset 3px 0 0 var(--coral);
  }
  .logo-text { font-size: 0.95rem; }
  .logo-text small { font-size: 0.6rem; }
}
