:root {
  --deep: #092f2d;
  --deep-2: #0e403c;
  --teal: #0d756c;
  --teal-soft: #dbece8;
  --gold: #dfb563;
  --gold-light: #f4d895;
  --paper: #f3f5f2;
  --cream: #eee8dc;
  --white: #fff;
  --ink: #132826;
  --muted: #647572;
  --line: #d8dfdc;
  --radius: 24px;
  --shadow: 0 24px 65px rgba(7, 43, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.nav-wrap { width: min(1180px, calc(100% - 48px)); height: 106px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 43px; height: 43px; border: 1px solid rgba(223,181,99,.7); border-radius: 50%; display: grid; place-items: center; }
.brand-mark i { width: 24px; height: 13px; border: 1.5px solid var(--gold); border-radius: 50%; display: block; position: relative; transform: rotate(-12deg); }
.brand-mark i::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); left: 7.5px; top: 2px; box-shadow: 0 0 12px rgba(223,181,99,.8); }
.brand-copy { display: grid; }
.brand-copy strong { font-size: 15px; letter-spacing: .09em; }
.brand-copy strong span { color: var(--gold); }
.brand-copy small { color: #a8c0bd; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a { color: #bfd0cd; font-size: 12px; font-weight: 600; transition: color .2s; }
.main-nav > a:hover { color: white; }
.main-nav .nav-cta { color: #102f2c; background: var(--gold); padding: 11px 16px; border-radius: 999px; }
.main-nav .nav-cta:hover { color: #102f2c; background: var(--gold-light); }
.main-nav .nav-cta span { margin-left: 8px; }
.menu-button { display: none; }

.hero { min-height: 790px; background: var(--deep); color: white; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); gap: 7vw; align-items: center; padding: 155px max(24px, calc((100vw - 1180px) / 2)) 90px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: rgba(17,82,77,.32); right: -360px; top: -250px; }
.hero-text { position: relative; z-index: 2; }
.overline { display: inline-flex; align-items: center; gap: 9px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.overline i { width: 23px; height: 1px; background: currentColor; }
.overline.dark { color: var(--teal); }
.hero h1 { font-size: clamp(48px, 5.2vw, 75px); line-height: .98; letter-spacing: -.055em; margin: 22px 0 27px; font-weight: 650; }
h1 em, h2 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { color: #b7cac7; font-size: 16px; line-height: 1.65; max-width: 580px; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 14px 18px; font-weight: 700; font-size: 12px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #11302d; box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 18px 34px rgba(0,0,0,.24); }
.button svg { width: 18px; margin-left: 10px; fill: currentColor; }
.text-link { color: #dce7e5; font-size: 11px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.26); padding-bottom: 4px; }
.text-link span { margin-left: 7px; color: var(--gold); }
.hero-trust { display: flex; align-items: center; gap: 11px; padding-top: 29px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); max-width: 505px; }
.avatar { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--deep); font-size: 10px; font-weight: 800; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 11px; margin-bottom: 3px; }
.hero-trust span { color: #91aca8; font-size: 9px; letter-spacing: .04em; }

.hero-visual { position: relative; width: 100%; max-width: 535px; justify-self: end; }
.visual-card { min-height: 530px; border: 1px solid rgba(255,255,255,.14); border-radius: 190px 190px 28px 28px; background: linear-gradient(160deg, rgba(255,255,255,.065), rgba(255,255,255,.012)); padding: 31px 38px 28px; position: relative; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.visual-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(3,20,28,.58) 0%, transparent 27%, transparent 65%, rgba(3,20,28,.78) 100%); pointer-events: none; }
.hero-clinical-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 47%; filter: saturate(.92) contrast(1.04); }
.visual-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: #d0e1de; text-shadow: 0 1px 8px rgba(0,0,0,.55); font-size: 8px; letter-spacing: .15em; }
.visual-caption { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 27px; display: flex; align-items: center; gap: 12px; color: #d0e1de; text-shadow: 0 1px 8px rgba(0,0,0,.55); font-size: 8px; text-transform: uppercase; letter-spacing: .11em; }
.visual-caption i { height: 1px; background: rgba(255,255,255,.12); flex: 1; }
.experience-card { position: absolute; z-index: 3; right: -28px; bottom: 56px; background: var(--gold); color: var(--deep); border-radius: 16px; padding: 16px 19px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 12px; }
.experience-card strong { font-size: 27px; letter-spacing: -.05em; }
.experience-card sup { font-size: 12px; }
.experience-card span { font-size: 8px; text-transform: uppercase; line-height: 1.4; letter-spacing: .08em; font-weight: 700; }

.path-section { padding: 110px max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.08fr .72fr; gap: 11vw; align-items: end; margin-bottom: 52px; }
.section-heading h2, .method-copy h2, .final-cta h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.05em; margin: 16px 0 0; }
.section-heading h2 em, .final-cta h2 em { color: var(--teal); }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 4px; }
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path-card { min-height: 475px; padding: 34px 38px 36px; border-radius: var(--radius); position: relative; overflow: hidden; }
.path-card.theory { background: white; border: 1px solid var(--line); }
.path-card.practice { background: var(--cream); border: 1px solid #ded6c8; }
.path-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -120px; bottom: -130px; border-radius: 50%; border: 1px solid rgba(13,117,108,.13); box-shadow: 0 0 0 25px rgba(13,117,108,.03), 0 0 0 52px rgba(13,117,108,.025); }
.card-number { position: absolute; right: 30px; top: 24px; font-size: 51px; font-weight: 700; color: rgba(9,47,45,.06); }
.card-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-soft); margin-bottom: 28px; }
.practice .card-icon { background: #e4d6b9; }
.card-icon svg { width: 24px; fill: var(--teal); }
.practice .card-icon svg { fill: #82642e; }
.card-label { color: var(--teal); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.practice .card-label { color: #80632f; }
.label-row { display: flex; align-items: center; gap: 9px; }
.optional-badge { padding: 4px 7px; border-radius: 999px; border: 1px solid #c7b17e; color: #80632f; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.path-card h3 { font-size: 29px; line-height: 1.16; letter-spacing: -.035em; margin: 12px 0 17px; }
.path-card > p { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 470px; }
.path-card ul { list-style: none; padding: 18px 0 0; margin: 22px 0 0; border-top: 1px solid rgba(9,47,45,.1); display: grid; gap: 10px; }
.path-card li { color: #465d59; font-size: 11px; font-weight: 600; }
.path-card li span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 8px; border-radius: 50%; color: white; background: var(--teal); font-size: 8px; }
.practice li span { background: #9f7a39; }
.focus-panel { margin-top: 20px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: white; display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: start; }
.focus-heading h3 { font-size: 29px; line-height: 1.15; letter-spacing: -.035em; margin: 12px 0 0; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.focus-grid article { position: relative; padding-top: 25px; border-top: 1px solid var(--line); }
.focus-grid article > span { position: absolute; top: 7px; right: 0; color: #a8b5b2; font-size: 8px; font-weight: 800; }
.focus-grid h4 { margin: 0 0 9px; font-size: 13px; }
.focus-grid p { color: var(--muted); font-size: 10px; line-height: 1.55; margin: 0; }

.experience-section { padding: 105px max(24px, calc((100vw - 1180px) / 2)); background: #e7eeeb; }
.experience-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 11vw; align-items: end; margin-bottom: 42px; }
.experience-heading h2 { font-size: clamp(36px, 4.2vw, 56px); line-height: 1.05; letter-spacing: -.05em; margin: 16px 0 0; }
.experience-heading h2 em { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.experience-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 4px; }
.course-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 190px; gap: 12px; }
.gallery-item { appearance: none; border: 0; padding: 0; overflow: hidden; border-radius: 15px; background: #bfd0cc; cursor: zoom-in; position: relative; box-shadow: 0 9px 26px rgba(9,47,45,.08); }
.gallery-item::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(9,47,45,.8); border: 1px solid rgba(255,255,255,.42); opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: none; }
.gallery-item:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.05); }
.gallery-feature { grid-column: span 2; grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.photo-dialog { width: min(92vw, 900px); max-height: 92vh; padding: 0; border: 0; border-radius: 18px; overflow: visible; background: transparent; }
.photo-dialog::backdrop { background: rgba(3,20,19,.88); backdrop-filter: blur(5px); }
.photo-dialog img { display: block; width: 100%; max-height: 88vh; object-fit: contain; border-radius: 18px; background: #061f1d; box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.dialog-close { position: absolute; z-index: 2; top: -15px; right: -15px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: var(--deep); cursor: pointer; font-size: 24px; line-height: 1; }

.method-section { background: var(--deep); color: white; padding: 110px max(24px, calc((100vw - 1180px) / 2)) 0; }
.method-inner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; align-items: start; }
.method-copy h2 { margin-bottom: 24px; }
.method-copy p { color: #a8bfbb; font-size: 14px; line-height: 1.7; max-width: 500px; }
.mode-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.mode-pills span { display: inline-flex; gap: 7px; align-items: center; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); border-radius: 999px; padding: 8px 11px; color: #c7d6d3; font-size: 9px; }
.mode-pills svg { width: 14px; fill: var(--gold); }
.steps { border-top: 1px solid rgba(255,255,255,.14); }
.steps article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps article > span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; padding-top: 4px; }
.steps h3 { font-size: 16px; margin: 0 0 6px; }
.steps p { color: #91aaa6; font-size: 11px; line-height: 1.5; margin: 0; }
.included-panel { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; overflow: hidden; }
.included-panel > div { min-height: 104px; padding: 22px 24px; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.035); }
.included-panel > div + div { border-left: 1px solid rgba(255,255,255,.13); }
.included-icon { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; border-radius: 50%; background: rgba(223,181,99,.13); border: 1px solid rgba(223,181,99,.35); color: var(--gold); font-size: 11px; font-weight: 800; }
.included-panel p, .included-panel strong, .included-panel small { display: block; }
.included-panel p { margin: 0; }
.included-panel strong { font-size: 11px; margin-bottom: 4px; }
.included-panel small { color: #86a29e; font-size: 8px; line-height: 1.4; }
.final-cta { margin-top: 100px; background: var(--gold); color: var(--deep); border-radius: 26px 26px 0 0; min-height: 310px; padding: 48px 52px; display: grid; grid-template-columns: 1.15fr .65fr; gap: 9vw; align-items: center; position: relative; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; border: 1px solid rgba(9,47,45,.11); right: -115px; top: -155px; box-shadow: 0 0 0 30px rgba(9,47,45,.035), 0 0 0 65px rgba(9,47,45,.025); }
.final-cta .overline { color: #4f5b3a; }
.final-cta h2 { font-size: clamp(31px, 3.6vw, 48px); position: relative; z-index: 1; }
.final-cta h2 em { color: var(--deep); }
.cta-side { position: relative; z-index: 1; }
.cta-side p { font-size: 12px; line-height: 1.6; margin: 0 0 20px; }
.button-dark { background: var(--deep); color: white; }

footer { background: #062422; color: white; padding: 34px max(24px, calc((100vw - 1080px) / 2)); display: flex; align-items: center; justify-content: space-between; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand .brand-mark { width: 36px; height: 36px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 11px; letter-spacing: .07em; }
.footer-brand span { color: #77948f; font-size: 8px; margin-top: 3px; }
.footer-meta { display: flex; gap: 28px; color: #77948f; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; }
.floating-whatsapp { display: none; position: fixed; z-index: 30; right: 17px; bottom: 17px; width: 50px; height: 50px; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.25); place-items: center; }
.floating-whatsapp svg { width: 26px; fill: currentColor; }

.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 65px; padding-top: 165px; }
  .hero-text { max-width: 720px; min-width: 0; }
  .hero-visual { justify-self: center; min-width: 0; }
  .section-heading, .experience-heading, .method-inner { grid-template-columns: 1fr; gap: 32px; }
  .section-heading > p { max-width: 650px; }
  .focus-panel { grid-template-columns: 1fr; gap: 28px; }
  .course-gallery { grid-template-columns: repeat(3, 1fr); }
  .final-cta { grid-template-columns: 1fr; gap: 25px; }
  .cta-side { max-width: 430px; }
}

@media (max-width: 720px) {
  .nav-wrap { width: calc(100% - 32px); height: 84px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-button { display: grid; gap: 5px; place-content: center; width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.22); background: transparent; border-radius: 50%; }
  .menu-button span { width: 16px; height: 1px; background: white; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 76px; padding: 18px; border-radius: 15px; background: #0c3a37; box-shadow: var(--shadow); display: none; align-items: stretch; gap: 6px; flex-direction: column; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 11px 8px; }
  .main-nav .nav-cta { text-align: center; margin-top: 4px; }
  .hero { min-height: 0; padding: 130px 20px 70px; gap: 55px; }
  .hero h1 { font-size: clamp(36px, 10.3vw, 44px); letter-spacing: -.06em; }
  .hero-lead { width: 100%; max-width: 100%; font-size: 14px; overflow-wrap: break-word; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-trust { margin-top: 30px; }
  .hero-visual { width: calc(100% - 6px); }
  .visual-card { min-height: 0; aspect-ratio: 1.68 / 1; padding: 22px 25px; border-radius: 96px 96px 24px 24px; background: #000; }
  .hero-clinical-image { object-fit: contain; object-position: center; }
  .visual-topline { gap: 10px; font-size: 7px; letter-spacing: .1em; }
  .visual-topline span:last-child { text-align: right; }
  .visual-caption { gap: 6px; font-size: 7px; letter-spacing: .06em; }
  .experience-card { right: 7px; bottom: 12px; max-width: calc(100% - 14px); padding: 11px 13px; }
  .experience-card strong { font-size: 23px; }
  .experience-card span { font-size: 7px; }
  .visual-caption { left: 25px; right: 25px; }
  .path-section, .experience-section, .method-section { padding-left: 20px; padding-right: 20px; }
  .path-section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .method-copy h2 { font-size: 39px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { padding: 29px 25px; min-height: 0; }
  .path-card h3 { font-size: 25px; }
  .focus-panel { padding: 29px 25px; }
  .focus-grid { grid-template-columns: 1fr; gap: 20px; }
  .focus-grid article { padding-top: 21px; }
  .experience-section { padding-top: 76px; padding-bottom: 76px; }
  .experience-heading h2 { font-size: 39px; }
  .course-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 155px; gap: 9px; }
  .gallery-feature { grid-column: span 2; }
  .gallery-wide { grid-column: span 1; }
  .gallery-tall { grid-row: span 2; }
  .dialog-close { right: 0; top: -50px; }
  .method-section { padding-top: 78px; }
  .included-panel { grid-template-columns: 1fr; }
  .included-panel > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .final-cta { margin-top: 75px; padding: 38px 28px; min-height: 370px; border-radius: 22px 22px 0 0; }
  footer { padding: 30px 20px 90px; display: block; }
  .footer-meta { margin-top: 24px; display: grid; gap: 6px; }
  .floating-whatsapp { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}
