:root {
  --ink: #12373a;
  --plum: #063f45;
  --plum-2: #0a6f78;
  --violet: #d4148e;
  --gold: #ffca58;
  --gold-light: #ffe5a0;
  --ivory: #f7fbfa;
  --paper: #edf7f6;
  --white: #ffffff;
  --muted: #5d7072;
  --line: rgba(6, 63, 69, .14);
  --shadow: 0 24px 70px rgba(6, 63, 69, .16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 10px; top: -60px; z-index: 1000; background: var(--white); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 10px; }

.topbar { position: sticky; top: 0; z-index: 100; background: rgba(247, 251, 250, .94); border-bottom: 1px solid rgba(6, 63, 69, .09); backdrop-filter: blur(14px); }
.topbar__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo { position: relative; overflow: hidden; display: block; width: 235px; height: 62px; }
.brand__logo img { position: absolute; top: -39px; left: 0; width: 235px; max-width: none; height: auto; }
.topbar__actions { display: flex; align-items: center; gap: 18px; }
.call-link { color: var(--plum-2); font-size: 14px; font-weight: 800; text-decoration: none; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #25d366; outline-offset: 3px; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: 14px; }
.button--primary { color: var(--plum); background: var(--gold); box-shadow: 0 14px 34px rgba(243, 191, 88, .25); }
.button--gold { color: var(--plum); background: var(--gold); }
.button--whatsapp { color: #fff; background: #128c4b; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 15% 15%, #0e9ba7 0, transparent 29%), linear-gradient(135deg, #043238 0%, #08616a 52%, #043238 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(42px, 7vw, 90px); align-items: center; min-height: 760px; padding-block: 76px 84px; }
.hero__orb { position: absolute; border: 1px solid rgba(243,191,88,.28); border-radius: 50%; }
.hero__orb--one { width: 520px; height: 520px; right: -170px; top: 70px; }
.hero__orb--two { width: 320px; height: 320px; right: -70px; top: 170px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--plum-2); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 6.2vw, 78px); }
h1 em { color: var(--gold); font-weight: inherit; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.8vw, 58px); }
h3 { line-height: 1.2; }
.hero__lead { max-width: 650px; margin-bottom: 26px; color: rgba(255,255,255,.8); font-size: 18px; }
.event-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.event-pills span { display: inline-flex; align-items: center; gap: 6px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.82); font-size: 13px; }
.event-pills b { color: var(--white); }
.hero__actions { display: flex; align-items: center; gap: 22px; }
.text-link { color: var(--white); font-weight: 750; text-underline-offset: 5px; }
.microcopy { max-width: 600px; margin: 16px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.hero__visual { position: relative; padding: 0 18px 42px 0; }
.portrait-card { overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.25); border-radius: 160px 160px 24px 24px; box-shadow: 0 32px 80px rgba(0,0,0,.32); background: #042f34; }
.portrait-card img { width: 100%; height: 570px; object-fit: cover; object-position: 50% 22%; }
.portrait-card::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(transparent, rgba(4,47,52,.96)); pointer-events: none; }
.portrait-card__caption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.portrait-card__caption span, .portrait-card__caption small { display: block; color: rgba(255,255,255,.68); }
.portrait-card__caption strong { display: block; margin: 3px 0; font-family: Georgia, serif; font-size: 30px; }
.bonus-card { position: absolute; right: -18px; bottom: 0; width: 260px; padding: 18px 20px; border-radius: 18px; color: var(--plum); background: var(--gold); box-shadow: var(--shadow); transform: rotate(-2deg); }
.bonus-card span, .bonus-card strong { display: block; }
.bonus-card__number { font-family: Georgia, serif; font-size: 26px; font-weight: 700; line-height: 1; }
.bonus-card span:not(.bonus-card__number) { margin: 4px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.bonus-card strong { font-size: 15px; }

.proof-strip { color: var(--white); background: #032d32; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid div { min-height: 116px; padding: 26px 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.proof-strip__grid div:last-child { border-right: 0; }
.proof-strip strong { color: var(--gold); font-family: Georgia, serif; font-size: 24px; }
.proof-strip span { color: rgba(255,255,255,.6); font-size: 13px; }

.section { padding-block: 110px; }
.section--light { background: var(--paper); }
.section-heading { max-width: 850px; margin-bottom: 54px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.section-heading--split p:last-child { color: var(--muted); font-size: 17px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center p:last-child { max-width: 640px; margin-inline: auto; color: var(--muted); }

.learning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.learning-card { min-height: 245px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.72); transition: transform .25s ease, border-color .25s ease; }
.learning-card:hover { transform: translateY(-5px); border-color: rgba(127,63,179,.45); }
.learning-card > span { display: inline-grid; place-items: center; width: 38px; aspect-ratio: 1; margin-bottom: 40px; border-radius: 50%; color: var(--white); background: var(--plum); font-size: 12px; font-weight: 800; }
.learning-card h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 23px; }
.learning-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.section--ink { color: var(--white); background: linear-gradient(135deg, #064951, #03292e); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.muted { color: rgba(255,255,255,.62); }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-list li { position: relative; min-height: 130px; padding: 48px 22px 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.06); font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; top: 16px; left: 20px; color: var(--gold); font-size: 20px; font-weight: 900; }

.mentor-section { background: var(--white); }
.mentor-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: center; }
.video-frame { position: relative; overflow: hidden; width: min(100%, 390px); margin-inline: auto; border: 1px solid var(--line); border-radius: 26px; background: #032d32; box-shadow: var(--shadow); }
.video-frame iframe { display: block; width: 100%; aspect-ratio: 9 / 16; border: 0; }
.video-frame__caption { position: absolute; inset: auto 0 0; padding: 34px 22px 20px; pointer-events: none; color: var(--white); background: linear-gradient(transparent, rgba(3,45,50,.94)); }
.video-frame__caption span, .video-frame__caption strong { display: block; }
.video-frame__caption span { color: var(--gold-light); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.video-frame__caption strong { margin-top: 4px; font-family: Georgia, serif; font-size: 21px; }
.mentor-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 17px; }
.credential-points { margin: 30px 0; padding: 0; list-style: none; }
.credential-points li { display: grid; grid-template-columns: 155px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.credential-points li:last-child { border-bottom: 1px solid var(--line); }
.credential-points strong { color: var(--plum-2); }
.credential-points span { color: var(--muted); }
.button--outline { min-height: 50px; border: 1px solid var(--plum); color: var(--plum); background: transparent; }
.credentials-wrap { margin-top: 70px; }
.credentials { border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.credentials summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 26px; cursor: pointer; list-style: none; }
.credentials summary::-webkit-details-marker { display: none; }
.credentials summary span strong, .credentials summary span small { display: block; }
.credentials summary span strong { font-family: Georgia, serif; font-size: 22px; }
.credentials summary span small { margin-top: 2px; color: var(--muted); }
.credentials summary b { color: var(--plum-2); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.credentials[open] summary b { transform: rotate(45deg); }
.credentials > p { max-width: 790px; margin: 0; padding: 0 26px 22px; color: var(--muted); font-size: 13px; }
.credential-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0 26px 26px; }
.credential-grid a { overflow: hidden; position: relative; border-radius: 14px; background: var(--plum); box-shadow: 0 10px 30px rgba(6,63,69,.12); }
.credential-grid img { width: 100%; height: 360px; object-fit: cover; object-position: top center; }
.credential-grid a span { position: absolute; inset: auto 0 0; padding: 28px 14px 12px; color: var(--white); background: linear-gradient(transparent, rgba(3,45,50,.92)); font-weight: 750; }

.video-section { color: var(--white); background: linear-gradient(135deg, #063f45, #075c64); }
.video-section .section-heading p:last-child { color: rgba(255,255,255,.7); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.media-card { overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 390px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.media-card__embed { background: #032d32; }
.media-card__embed iframe { display: block; width: 100%; height: 100%; min-height: 390px; border: 0; }
.media-card__body { display: flex; flex-direction: column; justify-content: center; padding: 30px; }
.media-card__body > span { color: var(--gold-light); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.media-card__body h3 { margin: 8px 0 12px; font-family: Georgia, serif; font-size: 27px; }
.media-card__body p { color: rgba(255,255,255,.65); font-size: 14px; }
.media-link { color: var(--gold); font-weight: 800; text-underline-offset: 4px; }
.video-note { margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: 13px; text-align: center; }

.proof-section { background: var(--ivory); }
.proof-gallery { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 18px; align-items: stretch; }
.proof-photo { position: relative; overflow: hidden; margin: 0; min-height: 560px; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--plum); }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; }
.proof-photo:not(.proof-photo--wide) img { object-position: top center; }
.proof-photo::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(3,45,50,.94)); }
.proof-photo figcaption { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 23px; color: var(--white); }
.proof-photo figcaption strong, .proof-photo figcaption span { display: block; }
.proof-photo figcaption strong { font-family: Georgia, serif; font-size: 23px; }
.proof-photo figcaption span { color: rgba(255,255,255,.65); font-size: 13px; }
.proof-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.section--offer { color: var(--white); background: radial-gradient(circle at 10% 90%, #0d98a4 0, transparent 32%), var(--plum); }
.offer-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
.details-list { margin: 44px 0 22px; }
.details-list div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.14); }
.details-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.details-list dt { color: var(--gold); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.details-list dd { margin: 0; color: rgba(255,255,255,.75); }
.details-list dd strong { color: var(--white); }
.map-link { color: var(--gold); font-weight: 800; text-underline-offset: 5px; }
.price-card { padding: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: var(--white); color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.price-card__label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card__price { margin: 8px 0 0; color: var(--plum); font-family: Georgia, serif; font-size: 72px; font-weight: 700; line-height: 1; }
.price-card__price sup { font-size: 28px; vertical-align: top; position: relative; top: 9px; }
.price-card > p { color: var(--muted); }
.price-card__bonus { margin: 26px 0; padding: 18px; border-radius: 15px; background: var(--paper); }
.price-card__bonus span, .price-card__bonus strong, .price-card__bonus small { display: block; }
.price-card__bonus span { color: var(--plum-2); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card__bonus strong { margin: 4px 0; }
.price-card__bonus small, .price-card > small { color: var(--muted); }
.price-card > small { display: block; margin-top: 13px; text-align: center; }
.price-card__call { display: block; margin-top: 14px; color: var(--plum-2); font-weight: 800; text-align: center; text-underline-offset: 4px; }

.enquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.enquiry-copy { position: sticky; top: 120px; }
.enquiry-copy > p:not(.eyebrow) { color: var(--muted); }
.process { margin-top: 36px; }
.process > div { display: flex; gap: 14px; margin: 18px 0; }
.process > div > span { flex: 0 0 34px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--plum); color: var(--gold); font-weight: 800; }
.process p, .process strong, .process small { display: block; margin: 0; }
.process small { color: var(--muted); }
.enquiry-form { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 26px; }
.form-heading strong, .form-heading span { display: block; }
.form-heading strong { font-family: Georgia, serif; font-size: 28px; }
.form-heading span { color: var(--muted); font-size: 13px; }
.enquiry-form label:not(.consent) { display: block; margin-bottom: 17px; font-size: 13px; font-weight: 750; }
.optional { color: var(--muted); font-weight: 500; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #d9cfdd; border-radius: 12px; background: #fffcf7; color: var(--ink); }
.enquiry-form input { height: 52px; }
.enquiry-form textarea { resize: vertical; }
.enquiry-form input[aria-invalid="true"], .enquiry-form textarea[aria-invalid="true"] { border-color: #b42318; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 20px; color: var(--muted); font-size: 12px; }
.consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 1px 0 0; }
.form-status { min-height: 20px; margin: 10px 0 0; color: #b42318; font-size: 12px; font-weight: 700; text-align: center; }
.form-privacy { margin: 2px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-call { display: block; margin: 14px 0 4px; color: var(--plum-2); font-weight: 800; text-align: center; text-underline-offset: 4px; }

.faq-section { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 17px; color: var(--plum-2); font-family: Georgia, serif; font-size: 30px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 680px; padding: 0 34px 22px 0; color: var(--muted); }

.final-cta { padding-block: 80px; color: var(--white); background: linear-gradient(135deg, #0a6f78, #063f45); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { max-width: 700px; margin: 8px 0 0; }
.kicker { color: var(--gold-light); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer { padding: 42px 0 110px; color: rgba(255,255,255,.68); background: #03282d; }
.footer__inner { display: flex; justify-content: space-between; gap: 30px; }
.footer__inner strong, .footer__inner span { display: block; }
.footer__inner strong { color: var(--white); }
.footer__links { display: flex; gap: 24px; }
.footer__links a { color: var(--gold-light); }
.disclaimer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .hero__grid, .section-heading--split, .audience-grid, .mentor-grid, .offer-grid, .enquiry-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero__grid { padding-block: 62px 80px; }
  .hero__copy { max-width: 720px; }
  .hero__visual { width: min(520px, 100%); margin-inline: auto; }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .proof-strip__grid div:nth-child(2) { border-right: 0; }
  .proof-strip__grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .learning-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid, .mentor-grid, .offer-grid, .enquiry-grid, .faq-grid { gap: 48px; }
  .enquiry-copy { position: static; }
  .section-heading--split { gap: 6px; }
  .video-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1140px); }
  .topbar__inner { min-height: 68px; }
  .brand__logo { width: 184px; height: 54px; }
  .brand__logo img { top: -30px; width: 184px; }
  .topbar__actions { display: none; }
  .hero__grid { min-height: auto; padding-block: 48px 64px; }
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .text-link { text-align: center; }
  .portrait-card img { height: 500px; }
  .portrait-card__caption { left: 22px; bottom: 22px; }
  .bonus-card { right: -4px; width: 230px; }
  .proof-strip__grid div { min-height: 100px; padding: 20px 15px; }
  .section { padding-block: 78px; }
  .learning-grid, .check-list, .credential-grid, .proof-gallery { grid-template-columns: 1fr; }
  .learning-card { min-height: 220px; }
  .learning-card > span { margin-bottom: 30px; }
  .proof-photo { min-height: 390px; }
  .proof-photo--wide { min-height: 310px; }
  .credential-points li { grid-template-columns: 1fr; gap: 4px; }
  .credentials-wrap { margin-top: 48px; }
  .credentials summary { padding: 20px; }
  .credentials > p { padding-inline: 20px; }
  .credential-grid { padding: 0 20px 20px; }
  .credential-grid img { height: 320px; }
  .media-card { grid-template-columns: 1fr; }
  .media-card__embed iframe { min-height: 330px; }
  .details-list div { grid-template-columns: 82px 1fr; }
  .price-card, .enquiry-form { padding: 28px 22px; }
  .price-card__price { font-size: 64px; }
  .final-cta__inner, .footer__inner { align-items: stretch; flex-direction: column; }
  .final-cta__inner .button { width: 100%; }
  .footer__links { justify-content: space-between; }
  .footer { padding-bottom: 116px; }
  .mobile-actions { position: fixed; z-index: 200; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8px; padding: 7px; border-radius: 16px; background: rgba(247,251,250,.96); box-shadow: 0 15px 40px rgba(0,0,0,.28); }
  .mobile-actions a { display: grid; place-items: center; min-height: 50px; border-radius: 11px; font-weight: 850; text-decoration: none; }
  .mobile-actions__call { border: 1px solid var(--plum-2); color: var(--plum-2); }
  .mobile-actions__enquire { color: var(--white); background: #128c4b; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
