:root {
  --ink: #103b35;
  --deep: #063211;
  --green: #276b55;
  --mint: #c8eccd;
  --lime: #e5f5c9;
  --paper: #f8f5ec;
  --white: #fffdf8;
  --line: rgba(16, 59, 53, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 88px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line); background: rgba(248,245,236,.92); position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; font-weight: 600; letter-spacing: .08em; }
.header-logo { width: 150px; height: 62px; display: block; object-fit: cover; object-position: center; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a:not(.nav-cta) { padding: 10px 0; }
.nav-cta { color: var(--white); background: var(--deep); border-radius: 999px; padding: 12px 20px; }
.menu-button { display: none; border: 0; color: var(--ink); background: transparent; font: inherit; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.05fr .95fr; }
.hero-copy { padding: clamp(64px,8vw,124px) 6vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 25px; color: var(--green); letter-spacing: .16em; font-size: 12px; font-weight: 600; }
h1 { margin: 0; max-width: 760px; font: 600 clamp(54px,6.2vw,96px)/.94 "Playfair Display", serif; letter-spacing: -.045em; }
h1 em { color: var(--green); font-weight: 500; }
.hero-intro { max-width: 620px; margin: 32px 0 0; font-size: clamp(17px,1.5vw,21px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; gap: 24px; border-radius: 999px; padding: 16px 23px; font-weight: 600; }
.button-primary { color: var(--white); background: var(--deep); }
.button-primary span { font-size: 22px; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-weight: 500; }
.hero-proof { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 13px; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--green); }

.hero-visual { position: relative; min-height: 620px; overflow: hidden; background: var(--deep); isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 45% 0 0; z-index: 0; background: linear-gradient(transparent, rgba(6,50,17,.8)); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.word-card { position: absolute; padding: 11px 20px; border-radius: 999px; background: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.14); font-family: "Playfair Display", serif; font-style: italic; font-size: 20px; }
.card-one { left: 8%; top: 18%; transform: rotate(-8deg); }
.card-two { right: 6%; top: 39%; transform: rotate(7deg); }
.card-three { left: 10%; bottom: 20%; transform: rotate(4deg); }
.hero-visual-note { position: absolute; left: 50%; bottom: 7%; z-index: 2; width: 72%; margin: 0; transform: translateX(-50%); color: var(--white); text-align: center; font: 500 16px/1.45 "DM Sans", sans-serif; }

.section-pad { padding: 120px 6vw; position: relative; }
.section-number { position: absolute; top: 46px; left: 6vw; color: var(--green); font-size: 12px; font-weight: 600; }
h2 { margin: 0; font: 600 clamp(43px,5.2vw,76px)/1.02 "Playfair Display", serif; letter-spacing: -.035em; }
h2 em { color: var(--green); font-weight: 500; }
.section-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin-bottom: 70px; }
.section-head > p { margin: 0 0 8px; font-size: 17px; line-height: 1.6; }
.ticker { overflow: hidden; color: var(--lime); background: var(--green); padding: 16px 0; font: 500 16px/1 "DM Sans", sans-serif; letter-spacing: .14em; white-space: nowrap; }
.ticker div { width: max-content; animation: drift 25s linear infinite; }
.ticker span { margin: 0 22px; }
@keyframes drift { to { transform: translateX(-35%); } }

.pain { background: var(--white); }
.pain-heading { display: grid; grid-template-columns: .4fr 1.6fr; align-items: start; gap: 6vw; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 80px; border-top: 1px solid var(--line); }
.pain-grid article { padding: 32px 42px 10px 0; border-right: 1px solid var(--line); }
.pain-grid article + article { padding-left: 42px; }
.pain-grid article:last-child { border-right: 0; }
.pain-grid article > span { color: var(--green); font: italic 18px "Playfair Display", serif; }
.pain-grid h3 { max-width: 340px; font: 600 27px/1.15 "Playfair Display", serif; }
.pain-grid p { line-height: 1.65; }
.useful-promise { padding: 110px 8vw; text-align: center; color: var(--deep); background: var(--mint); }
.useful-promise h2 { max-width: 950px; margin: 0 auto; }
.useful-moments { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 45px; }
.useful-moments span { padding: 12px 18px; border: 1px solid rgba(6,50,17,.25); border-radius: 999px; background: rgba(255,255,255,.38); font-size: 14px; }

.programs { color: var(--white); background: var(--deep); }
.programs .section-number, .programs .eyebrow { color: var(--mint); }
.light-head h2 em { color: var(--mint); }
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.core-program-grid { grid-template-columns: repeat(3,1fr); }
.program-card { min-height: 520px; padding: 36px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border-radius: 4px; }
.program-card.featured { background: var(--mint); }
.card-top { min-height: 30px; display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.tag { padding: 7px 10px; border-radius: 99px; color: var(--white); background: var(--green); letter-spacing: 0; text-transform: none; }
.program-card h3 { margin: 50px 0 16px; font: 600 clamp(39px,4vw,60px)/1 "Playfair Display", serif; }
.program-card > p { max-width: 560px; min-height: 52px; margin: 0; line-height: 1.6; }
.program-card ul { margin: 28px 0; padding: 0; list-style: none; }
.program-card li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.program-card li::before { content: "✓"; color: var(--green); margin-right: 10px; }
.price { display: flex; align-items: baseline; gap: 7px; margin-top: auto; }
.price strong { font: 600 30px "Playfair Display", serif; }
.price span { font-size: 13px; }
.program-card > a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--ink); font-weight: 600; }
.route-combos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.route-combos article { padding: 25px 28px; display: flex; align-items: flex-start; gap: 18px; border: 1px solid rgba(255,255,255,.25); }
.route-combos article > span { color: var(--mint); }
.route-combos strong { color: var(--mint); font: 600 21px "Playfair Display", serif; }
.route-combos p { margin: 7px 0 0; line-height: 1.5; }
.intensives-block { margin-top: 90px; padding-top: 80px; border-top: 1px solid rgba(255,255,255,.24); }
.intensives-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 42px; }
.intensives-head h3 { max-width: 760px; margin: 16px 0 0; font: 600 clamp(40px,5vw,72px)/.98 "Playfair Display", serif; }
.intensives-head h3 em { color: var(--mint); }
.intensives-head > p { max-width: 520px; margin: 0; line-height: 1.7; }
.intensives-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.intensive-card { min-height: 890px; padding: 42px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border-radius: 4px; }
.intensive-card-accent { background: var(--mint); }
.intensive-level { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; font: 600 17px "Playfair Display", serif; letter-spacing: 0; }
.intensive-card h4 { margin: 54px 0 18px; font: 600 clamp(44px,5vw,70px)/.95 "Playfair Display", serif; }
.intensive-for { min-height: 125px; margin: 0; line-height: 1.65; }
.intensive-card h5 { margin: 36px 0 10px; color: var(--green); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.intensive-card ul { margin: 0; padding: 0; list-style: none; }
.intensive-card li { padding: 14px 0; border-bottom: 1px solid var(--line); line-height: 1.55; }
.intensive-card li b { font-weight: 700; }
.intensive-result { margin-top: 30px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.intensive-result > span { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.intensive-result p { margin: 10px 0 0; font: 500 20px/1.45 "Playfair Display", serif; }
.intensive-included { margin: 32px 0; padding: 24px; color: var(--white); background: var(--deep); }
.intensive-included > span { color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.intensive-included p { margin: 10px 0 0; line-height: 1.6; }
.intensive-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--ink); font-weight: 700; }
.intensive-fit-check { margin-top: 16px; padding: 42px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; color: var(--deep); background: var(--lime); }
.intensive-fit-check span { font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.intensive-fit-check h4 { margin: 14px 0 0; font: 600 clamp(34px,4vw,54px)/1 "Playfair Display", serif; }
.intensive-fit-check p { max-width: 640px; margin: 0 0 24px; line-height: 1.65; }

.method { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--line); }
.steps article { padding: 38px 30px 10px 0; }
.steps article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.step-circle { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font: italic 18px "Playfair Display", serif; }
.steps h3 { margin: 52px 0 16px; font: 600 25px "Playfair Display", serif; }
.steps p { line-height: 1.6; }
.online-human { display: grid; grid-template-columns: 1fr 1fr; min-height: 660px; background: var(--white); }
.online-photo-wrap { min-height: 620px; overflow: hidden; }
.online-photo-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.online-copy { padding: 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.online-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; }
.philosophy { min-height: 570px; padding: 110px 12vw; display: grid; place-items: center; align-content: center; text-align: center; color: var(--white); background: var(--green); }
.quote-mark { color: var(--mint); font: 90px/0.7 "Playfair Display", serif; }
blockquote { max-width: 1050px; margin: 30px auto; font: 600 clamp(41px,5vw,72px)/1.06 "Playfair Display", serif; letter-spacing: -.035em; }
blockquote em { color: var(--lime); }
.philosophy p { opacity: .82; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; background: var(--white); }
.about-visual { min-height: 650px; position: relative; display: grid; place-items: center; background: var(--mint); overflow: hidden; }
.about-visual::before, .about-visual::after { content: ""; position: absolute; border: 1px solid rgba(16,59,53,.3); border-radius: 50%; }
.about-visual::before { width: 75%; aspect-ratio: 1; }
.about-visual::after { width: 115%; aspect-ratio: 1; }
.about-photo { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.experience-badge { position: absolute; right: 5%; bottom: 7%; z-index: 2; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; color: var(--white); background: var(--green); border-radius: 50%; transform: rotate(7deg); }
.experience-badge strong { font: 600 43px/1 "Playfair Display", serif; }
.experience-badge span { max-width: 100px; font-size: 12px; }
.about-copy .lead { margin: 32px 0 20px; font-size: 20px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { line-height: 1.7; }
.about-copy .text-link { display: inline-block; margin-top: 22px; }
.learning-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; color: var(--white); background: var(--deep); }
.learning-copy { padding: 110px 8vw; display: flex; flex-direction: column; justify-content: center; }
.learning-copy .eyebrow { color: var(--mint); }
.learning-copy h2 em { color: var(--lime); }
.learning-copy > p:not(.eyebrow) { max-width: 600px; margin: 26px 0 0; font-size: 17px; line-height: 1.7; }
.learning-copy strong { max-width: 610px; margin-top: 36px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.25); font: 500 24px/1.35 "Playfair Display", serif; }
.learning-visual { position: relative; min-height: 760px; overflow: hidden; padding: 80px 7vw; display: flex; flex-direction: column; justify-content: center; color: var(--deep); background: var(--lime); }
.learning-visual::before { content: "C2"; position: absolute; right: -4%; bottom: -12%; color: rgba(16,59,53,.08); font: 700 clamp(240px, 30vw, 520px)/.72 "Playfair Display", serif; pointer-events: none; }
.learning-visual-kicker { position: relative; z-index: 1; max-width: 430px; padding-bottom: 22px; border-bottom: 1px solid rgba(16,59,53,.3); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.learning-visual-arrow { position: relative; z-index: 1; margin: 20px 0 4px; font-size: 42px; line-height: 1; }
.learning-visual > strong { position: relative; z-index: 1; font: 700 clamp(100px, 13vw, 200px)/.78 "Playfair Display", serif; letter-spacing: -.07em; }
.learning-visual > em { position: relative; z-index: 1; margin: 28px 0 58px; font: italic 500 clamp(38px, 4vw, 66px)/.92 "Playfair Display", serif; }
.learning-visual > p { position: relative; z-index: 1; max-width: 430px; margin: 0; padding-top: 24px; border-top: 1px solid rgba(16,59,53,.3); font-size: 18px; line-height: 1.5; }
.learning-visual > p b { font-weight: 700; }

.fit { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fit-grid article { min-height: 370px; display: flex; flex-direction: column; padding: 36px; border: 1px solid var(--line); background: var(--white); }
.fit-grid article > span { color: var(--green); font: italic 18px "Playfair Display", serif; }
.fit-grid h3 { margin: 58px 0 18px; font: 600 28px/1.12 "Playfair Display", serif; }
.fit-grid p { line-height: 1.6; }
.fit-grid a { margin-top: auto; font-weight: 600; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.faq-layout > div:first-child > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; line-height: 1.6; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 15px; cursor: pointer; font: 600 21px "Playfair Display", serif; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--green); font-family: "DM Sans", sans-serif; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 45px 24px 0; line-height: 1.65; }

.final-cta { min-height: 620px; padding: 100px 12vw; display: grid; justify-items: center; place-content: center; text-align: center; color: var(--white); background: var(--deep); }
.final-cta .eyebrow { color: var(--mint); }
.final-cta h2 { max-width: 950px; }
.final-cta h2 em { color: var(--lime); }
.final-cta > p:not(.eyebrow) { max-width: 580px; margin: 28px 0; font-size: 18px; line-height: 1.6; }
.light-button { color: var(--deep); background: var(--lime); }

footer { padding: 70px 6vw 30px; background: var(--paper); }
.footer-brand { width: max-content; }
.footer-logo { width: 235px; height: 120px; display: block; object-fit: cover; object-position: center; }
footer > p { max-width: 420px; margin: 25px 0 42px; font: 500 25px/1.3 "Playfair Display", serif; }
.footer-links { display: flex; gap: 28px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; color: rgba(16,59,53,.7); font-size: 12px; }
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; padding: 14px 18px; color: var(--white); background: #1f7a54; border-radius: 99px; box-shadow: 0 8px 30px rgba(0,0,0,.2); font-size: 13px; font-weight: 600; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  nav { display: none; }
  nav.open { display: flex; position: absolute; left: 0; right: 0; top: 72px; padding: 24px 5vw; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 6vw 60px; }
  .hero-visual { min-height: 560px; }
  .section-pad { padding: 100px 6vw; }
  .section-head, .pain-heading, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .pain-grid, .steps { grid-template-columns: repeat(2,1fr); }
  .pain-grid article:nth-child(2), .steps article:nth-child(2) { border-right: 0; }
  .pain-grid article:nth-child(3), .steps article:nth-child(3) { padding-left: 0; border-left: 0; }
  .program-grid { grid-template-columns: 1fr; }
  .route-combos { grid-template-columns: 1fr; }
  .intensives-head, .intensives-grid, .intensive-fit-check { grid-template-columns: 1fr; }
  .intensives-head { gap: 28px; }
  .intensive-card { min-height: auto; }
  .online-human, .learning-story { grid-template-columns: 1fr; }
  .online-photo-wrap, .learning-visual { min-height: 560px; }
  .about { grid-template-columns: 1fr; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 300px; }
}

@media (max-width: 560px) {
  .header-logo { width: 124px; height: 54px; }
  h1 { font-size: 51px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { flex-direction: column; gap: 10px; }
  .hero-visual { min-height: 470px; }
  .visual-message { width: 60%; }
  .section-pad { padding: 90px 5vw 80px; }
  .section-number { left: 5vw; top: 30px; }
  h2 { font-size: 42px; }
  .pain-grid, .steps { grid-template-columns: 1fr; }
  .pain-grid article, .pain-grid article + article, .steps article, .steps article + article { padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
  .program-card { min-height: 500px; padding: 28px 22px; }
  .program-card h3 { margin-top: 36px; }
  .route-combos article { padding: 20px; }
  .intensives-block { margin-top: 70px; padding-top: 64px; }
  .intensive-card { padding: 30px 22px; }
  .intensive-for { min-height: 0; }
  .intensive-fit-check { padding: 30px 22px; gap: 28px; }
  .about-visual { min-height: 500px; }
  .experience-badge { width: 125px; height: 125px; }
  .online-copy, .learning-copy { padding: 80px 6vw; }
  blockquote { font-size: 39px; }
  .philosophy { padding: 90px 7vw; }
  .footer-links, .footer-bottom { flex-direction: column; gap: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .ticker div { animation: none; } }
