﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --green: #0b5d39;
  --green-dark: #064128;
  --gold: #d4af37;
  --paper: #f7faf7;
  --ink: #131a17;
  --white: #ffffff;
  --line: #dce7de;
  --muted: #64756d;
  --shadow: 0 20px 45px rgba(6, 65, 40, 0.14);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 24%),
    var(--paper);
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(11, 93, 57, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 93, 57, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent 85%);
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(var(--max), 89vw);
  margin: auto;
}

.section {
  padding: 110px 0;
}

/* Skip layout and paint work for sections the visitor cannot see yet. */
main > .section {
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.section-alt {
  background: linear-gradient(180deg, rgba(11, 93, 57, 0.04), rgba(11, 93, 57, 0.02));
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 11px;
  letter-spacing: 1.6px;
  font-weight: 700;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--gold);
}

.section-title {
  max-width: 690px;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -2.2px;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
}

.section-title em,
.display em {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

.lead {
  font-size: 16px;
  color: var(--muted);
  max-width: 650px;
  margin: 18px 0 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 48px;
}

.display {
  font-size: clamp(44px, 6vw, 80px);
  line-height: 0.95;
  letter-spacing: -3px;
  margin: 0 0 16px;
  color: var(--white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 20px;
  min-height: 50px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(6, 65, 40, 0.16);
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
  box-shadow: none;
}

.button-primary {
  background: var(--gold);
  color: #241f0e;
}

.button-primary:hover {
  background: #e3c550;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.button-outline:hover {
  background: #fff;
  color: var(--green);
}

.button-green {
  background: var(--green);
  color: #fff;
}

.button-white {
  background: #fff;
  color: var(--green);
}

.skip-link {
  position: fixed;
  left: 15px;
  top: -70px;
  background: var(--ink);
  color: #fff;
  z-index: 99;
  padding: 12px 16px;
  border-radius: 8px;
}

.skip-link:focus {
  top: 15px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--gold));
  width: 0;
  z-index: 100;
  transition: width 0.2s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 82px;
  background: rgba(247, 250, 247, 0.84);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(11, 93, 57, 0.08);
}

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  font-style: italic;
  box-shadow: 0 10px 18px rgba(11, 93, 57, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links a {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--green);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--white);
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(110deg, rgba(7, 31, 22, 0.96) 0%, rgba(11, 93, 57, 0.92) 55%, rgba(24, 77, 49, 0.86) 100%),
    url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1400&q=85') center/cover;
  color: #fff;
  overflow: hidden;
}

/* A restrained, high-contrast sport-luxury treatment for the home page. */
.hero-luxe {
  min-height: min(760px, calc(100vh - 82px));
  background: linear-gradient(90deg, rgba(4,20,13,.98), rgba(5,39,24,.9) 48%, rgba(7,45,28,.3)), url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1600&q=82') center/cover;
}
.hero-luxe .hero-content { max-width:760px; padding:110px 0 100px; }
.hero-luxe .hero-meta { display:none; }
.hero-kicker { display:flex; align-items:center; gap:10px; margin:0 0 26px; font-size:11px; font-weight:700; letter-spacing:1.8px; text-transform:uppercase; color:rgba(255,255,255,.76); }
.hero-kicker span, .availability-dot { width:8px; height:8px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 5px rgba(212,175,55,.12); }
.hero-luxe .display { font-size:clamp(64px,9vw,116px); letter-spacing:-6px; max-width:700px; }
.hero-luxe .hero-text { max-width:510px; font-size:17px; line-height:1.7; }
.hero-reservation { position:absolute; z-index:2; right:max(5.5vw,28px); top:480px; width:235px; padding:22px; color:#fff; background:rgba(6,26,17,.68); border:1px solid rgba(255,255,255,.21); backdrop-filter:blur(15px); }
.availability-dot { display:inline-block; margin-bottom:16px; }.hero-reservation p { margin:0 0 7px; color:rgba(255,255,255,.63); font-size:10px; letter-spacing:1.5px; text-transform:uppercase; }.hero-reservation strong { display:block; font-size:20px; line-height:1.15; letter-spacing:-.6px; }.hero-reservation a { display:flex; justify-content:space-between; align-items:center; margin-top:20px; padding-top:13px; border-top:1px solid rgba(255,255,255,.18); color:var(--gold); font-size:11px; font-weight:700; }

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.hero::before {
  width: 360px;
  height: 360px;
  right: -120px;
  top: -120px;
}

.hero::after {
  width: 520px;
  height: 520px;
  left: -220px;
  bottom: -240px;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 90px 0 110px;
  max-width: 680px;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 16px;
}

.hero .eyebrow::before {
  background: var(--gold);
}

.hero .display {
  margin-bottom: 16px;
}

.hero-text {
  max-width: 620px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.hero-badge {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-sm);
  backdrop-filter: blur(12px);
}

.hero-badge strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-badge span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.quick-stats {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stat {
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--green), #0f6e44);
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}

.stat span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.84);
}

.trust-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(11, 93, 57, 0.95), rgba(16, 75, 47, 0.92));
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-bar .section-title {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
}

.split,
.bio-grid,
.contact-grid,
.faq-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
}

.image-frame {
  position: relative;
}

.image-frame img,
.image-frame video,
.map {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-frame img {
  min-height: 430px;
  object-fit: cover;
}

.image-frame video {
  width: 100%;
  min-height: 340px;
  object-fit: cover;
}

.experience-card {
  position: absolute;
  right: 24px;
  bottom: -26px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-radius: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.experience-card strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

.experience-card span {
  font-size: 11px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: var(--muted);
}

.feature-list,
.timeline {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.feature-showcase {
  margin-top: 10px;
}

.feature-featured {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,247,0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-featured-copy h3 {
  font-size: clamp(24px, 2.8vw, 32px);
  margin: 0 0 12px;
}

.feature-featured-copy p {
  color: var(--muted);
  margin: 0 0 20px;
}

.feature-pills {
  display: grid;
  gap: 14px;
}

.pill-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11, 93, 57, 0.05), rgba(212, 175, 55, 0.06));
}

.pill-card i {
  color: var(--green);
  font-size: 16px;
}

.pill-card strong {
  font-size: 15px;
  color: var(--ink);
}

.pill-card span {
  color: var(--muted);
  font-size: 13px;
}

.feature,
.timeline-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.7);
}

.feature i,
.timeline-item b,
.achievement i,
.proof-card i,
.benefit-card i,
.info-card i {
  color: var(--green);
}

.feature i {
  margin-top: 4px;
  font-size: 16px;
}

.feature b,
.timeline-item b {
  display: block;
  margin-bottom: 4px;
}

.feature p,
.timeline-item p,
.achievement span,
.proof-card p,
.benefit-card p,
.testimonial-card span,
.result-card p,
.info-card p {
  color: var(--muted);
  margin: 0;
}

.program-grid,
.proof-grid,
.benefit-grid,
.testimonial-grid,
.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.program-card,
.proof-card,
.benefit-card,
.testimonial-card,
.achievement,
.result-card,
.info-card,
.insight-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(6, 65, 40, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.program-card:hover,
.proof-card:hover,
.benefit-card:hover,
.testimonial-card:hover,
.achievement:hover,
.result-card:hover,
.info-card:hover,
.insight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6, 65, 40, 0.09);
}

.program-card i,
.proof-card i,
.benefit-card i,
.achievement i {
  font-size: 22px;
  margin-bottom: 12px;
}

.program-card h3,
.proof-card h3,
.benefit-card h3,
.achievement strong,
.result-card h3,
.info-card h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--green);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.quote-strip {
  padding: 78px 0;
  background: linear-gradient(135deg, var(--ink), #20362e);
  color: #fff;
}

.quote-strip blockquote {
  max-width: 850px;
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  letter-spacing: -1.1px;
  font-family: 'Playfair Display', serif;
}

.quote-author {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.cta {
  padding: 84px 0 110px;
}

.cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 36px;
  background: linear-gradient(135deg, rgba(11, 93, 57, 0.95), rgba(16, 75, 47, 0.92));
  color: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta .section-title {
  color: #fff;
  font-size: clamp(24px, 2.8vw, 34px);
}

.site-footer {
  padding: 70px 0 42px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1fr;
  gap: 28px;
}

.footer-brand p,
.footer-grid h2,
.footer-grid a,
.footer-grid p,
.footer-bottom {
  color: var(--muted);
}

.footer-grid h2 {
  font-size: 15px;
  margin: 0 0 12px;
  color: var(--ink);
}

.footer-grid a {
  display: block;
  margin-bottom: 8px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
}

.newsletter {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.newsletter input {
  flex: 1;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.newsletter button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.page-banner {
  padding: 76px 0 44px;
  background: linear-gradient(135deg, rgba(11, 93, 57, 0.06), rgba(212, 175, 55, 0.1));
}

.page-banner .display {
  color: var(--ink);
}

.page-banner p {
  color: var(--muted);
  max-width: 680px;
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
}

.field label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fbfdfb;
  color: var(--ink);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(11, 93, 57, 0.14);
  border-color: var(--green);
}

.form-status {
  min-height: 24px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--green);
  font-weight: 600;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button-whatsapp {
  background: #25d366;
  color: #fff;
}

.button-whatsapp:hover {
  background: #1caf56;
}

.booking-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.booking-note i { color: var(--green); margin-right: 5px; }

.package-fit {
  padding: 11px 12px;
  margin: 18px 0 !important;
  border-left: 3px solid var(--gold);
  background: rgba(212, 175, 55, 0.09);
  color: var(--ink) !important;
  font-size: 12px;
}

.pricing-note { display:flex; gap:15px; align-items:flex-start; max-width:850px; padding:22px 24px; border:1px solid var(--line); border-radius:var(--radius-sm); background:rgba(11,93,57,.05); }
.pricing-disclaimer-section { padding: 0 0 38px; }
.pricing-note > i { color:var(--green); font-size:19px; margin-top:4px; }.pricing-note strong { display:block; margin-bottom:4px; }.pricing-note p { margin:0; color:var(--muted); font-size:13px; }

.academy-media-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:52px; }
.academy-photo, .academy-video { min-height:310px; margin:0; overflow:hidden; border-radius:var(--radius-sm); background:var(--ink); box-shadow:0 12px 24px rgba(6,65,40,.08); }
.academy-photo { position:relative; }.academy-photo img, .academy-video { width:100%; height:100%; object-fit:cover; }.academy-photo img { min-height:310px; transition:transform .35s ease; }.academy-photo:hover img { transform:scale(1.04); }.academy-photo figcaption { position:absolute; left:14px; bottom:14px; padding:7px 10px; color:#fff; background:rgba(6,30,19,.72); border-radius:999px; font-size:11px; font-weight:700; }

.info-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.info-card i {
  margin-top: 3px;
}

.map {
  width: 100%;
  min-height: 220px;
  margin-top: 18px;
  border: 0;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 45;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 16px 32px rgba(18, 140, 126, 0.25);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 45;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.insight-card strong {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.results-spotlight {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
  margin: 42px 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff, rgba(247,250,247,.84));
  box-shadow: var(--shadow);
}

.results-visual { min-height: 360px; overflow: hidden; border-radius: calc(var(--radius) - 6px); }
.results-visual img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.results-copy { padding: 18px 18px 18px 0; }
.results-copy h2 { max-width: 500px; margin: 0 0 14px; color: var(--ink); font-size: clamp(29px,3.4vw,43px); letter-spacing: -1.8px; line-height: 1.12; }
.results-copy h2 em { font-family: 'Playfair Display', serif; font-weight: 600; }
.results-copy > p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.results-points { display: grid; gap: 10px; margin: 22px 0; }
.results-points span { font-size: 13px; font-weight: 700; color: var(--ink); }
.results-points i { width: 23px; color: var(--green); }

@media (max-width: 1000px) {
  .program-grid,
  .proof-grid,
  .benefit-grid,
  .testimonial-grid,
  .achievement-grid,
  .insight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 20px 5.5vw 24px;
    background: rgba(247, 250, 247, 0.98);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nav-links.open {
    display: flex;
  }

  .hero {
    min-height: 680px;
  }

  .hero-luxe { min-height:720px; background-position:62% center; }
  .hero-luxe .hero-content { padding:76px 0 220px; }
  .hero-luxe .display { font-size:clamp(58px,17vw,86px); letter-spacing:-4px; }
  .hero-reservation { top:575px; right:5.5vw; width:min(300px,89vw); }

  .hero-badges,
  .stats-grid,
  .program-grid,
  .proof-grid,
  .benefit-grid,
  .testimonial-grid,
  .achievement-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .academy-media-grid { grid-template-columns: 1fr; }

  .hero-content {
    padding: 70px 0 90px;
  }

  .split,
  .bio-grid,
  .contact-grid,
  .faq-layout,
  .feature-featured {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .results-spotlight { grid-template-columns: 1fr; gap: 20px; padding: 14px; }
  .results-copy { padding: 10px; }

  .section-head,
  .trust-bar,
  .cta .container {
    display: block;
  }

  .trust-bar,
  .cta .container {
    padding: 24px 24px;
  }

  .cta .button {
    margin-top: 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    display: block;
  }

  .footer-bottom span {
    display: block;
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
