@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #101216;
  --ink-2: #1a2028;
  --ink-3: #252d37;
  --gold: #d9ad6c;
  --gold-2: #edc88f;
  --amber: #e58a38;
  --ivory: #fff9f1;
  --sand: #f4eadc;
  --white: #fff;
  --graphite: #2b3038;
  --slate: #68707d;
  --line: #e7ded2;
  --teal: #176b63;
  --wa: #25d366;
  --wa-dark: #128c4b;
  --shadow: 0 18px 55px rgba(16,18,22,.10);
  --shadow-lg: 0 30px 80px rgba(16,18,22,.18);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--graphite); background: var(--white); font-family: 'Plus Jakarta Sans', Arial, sans-serif; font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--gold); color: var(--ink); border-radius: 10px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }

.topbar { background: #090b0e; color: rgba(255,255,255,.65); font-size: 12px; letter-spacing: .01em; }
.topbar-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar-group { display: flex; gap: 24px; align-items: center; }
.topbar i { color: var(--gold-2); margin-right: 4px; }
.topbar a:hover { color: var(--gold-2); }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(16,18,22,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(0,0,0,.18); background: rgba(16,18,22,.99); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 55px; height: 55px; object-fit: contain; border-radius: 50%; background: #fff; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 15px; letter-spacing: .025em; }
.brand small { color: var(--gold-2); font-size: 10px; letter-spacing: .28em; margin-top: 5px; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.nav-link { border: 0; background: transparent; color: rgba(255,255,255,.78); padding: 10px 11px; border-radius: 9px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--gold-2); background: rgba(255,255,255,.05); }
.nav-link span { margin-left: 3px; font-size: .78em; }
.nav-dropdown { position: relative; }
.dropdown-menu { position: absolute; top: calc(100% + 18px); left: 0; min-width: 210px; background: var(--white); color: var(--graphite); padding: 10px; border-radius: 15px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: .2s ease; border: 1px solid rgba(16,18,22,.06); }
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu::before { content: ''; position: absolute; inset: -18px 0 auto; height: 18px; }
.dropdown-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; color: var(--graphite); font-size: 13px; font-weight: 700; }
.dropdown-menu a:hover { background: var(--ivory); color: #9a6023; }
.dropdown-wide { min-width: 255px; }
.dropdown-wide a b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--ink); color: var(--gold-2); }
.dropdown-wide a span { display: flex; flex-direction: column; }
.dropdown-wide a small { font-size: 10px; color: var(--slate); font-weight: 500; }
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 11px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); padding: 11px; }
.menu-toggle i { display: block; height: 2px; background: var(--white); margin: 4px 0; transition: .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 21px; border: 0; border-radius: 12px; font-size: 13px; font-weight: 800; letter-spacing: .01em; transition: transform .2s, box-shadow .2s, background .2s; }
.whatsapp-logo { width: 19px; height: 19px; flex: 0 0 auto; object-fit: contain; }
.whatsapp-logo-inline { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; margin-right: 3px; }
.whatsapp-logo-dark { filter: none; }
.button:hover { transform: translateY(-2px); }
.button > i { font-size: .9em; }
.button-gold { color: #21170b; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 10px 28px rgba(217,173,108,.22); }
.button-gold:hover { box-shadow: 0 15px 35px rgba(217,173,108,.32); }
.button-login { color: var(--white); background: linear-gradient(135deg, #278f84, var(--teal)); box-shadow: 0 10px 28px rgba(23,107,99,.25); }
.button-login:hover { background: #115e57; box-shadow: 0 15px 35px rgba(23,107,99,.38); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.04); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-whatsapp { color: var(--white); background: linear-gradient(135deg, var(--wa), var(--wa-dark)); box-shadow: 0 12px 30px rgba(37,211,102,.2); }
.button-lg { min-height: 54px; padding-inline: 27px; border-radius: 14px; }
.button-small { min-height: 38px; padding-inline: 16px; }
.button-block { width: 100%; }
.nav-cta { margin-left: 8px; min-height: 43px; }
.nav-login { margin-left: 6px; min-height: 43px; }
.text-link, .card-link { font-weight: 800; color: #8c5924; font-size: 13px; }
.text-link:hover, .card-link:hover { color: var(--amber); }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }

.hero { min-height: calc(100vh - 118px); position: relative; overflow: hidden; color: var(--white); background: var(--ink); display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 15% 25%, rgba(217,173,108,.12), transparent 28%), radial-gradient(circle at 85% 70%, rgba(23,107,99,.18), transparent 30%), linear-gradient(125deg, #101216 0%, #161a20 62%, #0f181a 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 78px 95px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-2); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; }
.hero-kicker span { width: 30px; height: 1px; background: var(--gold); }
.hero h1 { margin: 22px 0; max-width: 700px; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(56px, 6.5vw, 92px); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.hero h1 em { color: var(--gold-2); font-weight: 400; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.69); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 13px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 35px; }
.hero-trust p { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.5; margin: 0; }
.hero-trust strong { color: var(--white); }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 36px; height: 36px; margin-left: -8px; border-radius: 50%; border: 2px solid var(--ink); background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:nth-child(2) { background: var(--teal); color: white; }
.avatar-stack span:nth-child(3) { background: white; }
.hero-visual { position: relative; min-height: 590px; }
.hero-photo { position: absolute; inset: 30px 10px 20px 60px; border-radius: 260px 260px 32px 32px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.16); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,18,22,.65), transparent 58%); }
.floating-card { position: absolute; z-index: 3; display: flex; gap: 12px; align-items: center; min-width: 215px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.93); color: var(--ink); border-radius: 15px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card-top { left: 0; top: 150px; }
.floating-card-bottom { right: -15px; bottom: 80px; }
.floating-card small, .floating-card strong { display: block; line-height: 1.35; }
.floating-card small { color: var(--slate); font-size: 10px; }
.floating-card strong { font-size: 13px; }
.mini-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--gold); font-style: normal; }
.mini-icon.dark { background: var(--ink); color: var(--gold-2); }
.sun-mark { position: absolute; right: -5px; top: 25px; width: 100px; height: 100px; border: 1px solid rgba(217,173,108,.35); border-radius: 50%; }
.sun-mark::before, .sun-mark::after { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(217,173,108,.5); border-radius: 50%; }
.sun-mark span { position: absolute; inset: 36px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 35px rgba(217,173,108,.5); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { display: grid; place-items: center; width: 28px; height: 28px; margin-top: 5px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-style: normal; }

.stats-strip { position: relative; z-index: 4; background: var(--white); box-shadow: 0 18px 45px rgba(16,18,22,.08); }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stats-grid div { min-height: 112px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; border-right: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { font-family: 'DM Serif Display', Georgia, serif; font-size: 30px; line-height: 1; color: var(--ink); }
.stats-grid span { margin-top: 9px; color: var(--slate); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; font-weight: 800; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #9a6023; font-size: 10px; line-height: 1; letter-spacing: .19em; text-transform: uppercase; font-weight: 900; }
.eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--gold); }
.eyebrow-dark { color: var(--gold-2); }
.section-heading { max-width: 690px; margin: 0 auto 52px; text-align: center; }
.section-heading-left { margin-left: 0; text-align: left; }
.section-heading h2 { margin: 15px 0 12px; color: var(--ink); font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(36px, 4.2vw, 55px); line-height: 1.07; font-weight: 400; letter-spacing: -.025em; }
.section-heading p { color: var(--slate); margin: 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-section { background: var(--ivory); }
.about-visual { position: relative; min-height: 610px; }
.about-image { position: absolute; inset: 0 38px 40px 0; overflow: hidden; border-radius: 18px 160px 18px 18px; box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; left: 22px; bottom: 22px; padding: 13px 20px; border-radius: 12px; background: rgba(16,18,22,.9); color: var(--white); }
.image-label span, .image-label strong { display: block; line-height: 1.1; }
.image-label span { color: var(--gold-2); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.image-label strong { font: 30px 'DM Serif Display', serif; }
.about-logo { position: absolute; right: 0; bottom: 0; width: 155px; height: 155px; display: grid; place-items: center; border-radius: 50%; background: var(--white); box-shadow: var(--shadow); padding: 12px; }
.about-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.about-copy .lead, .program-detail .lead { color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.75; }
.about-copy > p:not(.lead) { color: var(--slate); }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 30px 0 34px; }
.check-grid span { padding: 12px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.62); border-radius: 11px; font-size: 12px; font-weight: 700; }
.check-grid i { margin-right: 5px; color: var(--teal); }
.data-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 30px; padding: 17px; border: 1px dashed #cfb992; background: #fff8e9; border-radius: 13px; }
.data-note > span { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; }
.data-note p { margin: 0; color: #6e5c43; font-size: 12px; line-height: 1.6; }
.data-note p a { color: #7f4d19; font-weight: 800; }
.data-verified { border-style: solid; border-color: #a8d8c8; background: #eefaf5; }
.data-verified > span { background: var(--teal); color: var(--white); }
.data-verified p { color: #3f665c; }

.cta-band { position: relative; overflow: hidden; background: linear-gradient(110deg, #b2702d, var(--amber) 52%, #b46c26); color: var(--white); padding: 55px 0; }
.cta-band::before { content: ''; position: absolute; width: 400px; height: 400px; right: 10%; top: -200px; border: 80px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-band-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-band h2 { margin: 9px 0 2px; font: 43px 'DM Serif Display', serif; font-weight: 400; }
.cta-band p { margin: 0; color: rgba(255,255,255,.8); }

.programs-section { background: var(--white); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(16,18,22,.06); transition: transform .25s, box-shadow .25s; }
.program-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.program-image { position: relative; height: 230px; overflow: hidden; }
.program-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,18,22,.65), transparent 65%); }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.program-card:hover .program-image img { transform: scale(1.05); }
.program-letter { position: absolute; z-index: 2; left: 20px; bottom: 17px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--ink); background: var(--gold-2); font: 26px 'DM Serif Display', serif; }
.program-label { position: absolute; z-index: 2; right: 17px; bottom: 23px; color: var(--white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.program-body { padding: 26px; }
.program-body h3 { margin: 0 0 10px; color: var(--ink); font: 28px 'DM Serif Display', serif; }
.program-body p { min-height: 80px; color: var(--slate); font-size: 13px; }
.program-body ul { padding: 0; margin: 22px 0; list-style: none; border-top: 1px solid var(--line); }
.program-body li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; color: #4f5661; }
.program-body li i { margin-right: 6px; color: var(--teal); }
.program-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.program-actions > a:first-child { color: #8c5924; font-size: 12px; font-weight: 800; }

.team-section { overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fff9f1 100%); }
.team-slider { overflow: hidden; margin: -10px; padding: 10px; }
.team-track { display: flex; gap: 24px; transition: transform .65s cubic-bezier(.22,.75,.2,1); will-change: transform; }
.team-card { min-width: calc((100% - 48px) / 3); padding: 29px 22px 24px; overflow: visible; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 38px rgba(16,18,22,.07); text-align: center; }
.team-photo { position: relative; width: 220px; height: 220px; margin: 0 auto; overflow: hidden; border: 6px solid var(--ivory); border-radius: 50%; background: var(--sand); box-shadow: 0 10px 25px rgba(16,18,22,.12); }
.team-photo::after { content: ''; position: absolute; inset: 0; border-radius: 50%; box-shadow: inset 0 -35px 35px rgba(16,18,22,.14); pointer-events: none; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .45s ease; }
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-body { padding: 20px 0 0; }
.team-body h3 { margin: 0 0 4px; color: var(--ink); font: 24px/1.2 'DM Serif Display', serif; }
.team-body p { margin: 0; color: #956027; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.team-slider-controls { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 30px; }
.team-slider-button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); transition: .2s; }
.team-slider-button:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.team-slider-dots { display: flex; align-items: center; gap: 7px; }
.team-slider-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #d7c5aa; transition: width .2s, background .2s; }
.team-slider-dots button.active { width: 22px; border-radius: 8px; background: var(--teal); }

.advantages-section { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.advantages-section::after { content: ''; position: absolute; width: 560px; height: 560px; left: -300px; bottom: -280px; border: 1px solid rgba(217,173,108,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(217,173,108,.03), 0 0 0 160px rgba(217,173,108,.02); }
.advantages-section .section-heading h2 { color: var(--white); }
.advantages-section .section-heading p { color: rgba(255,255,255,.55); }
.advantage-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.advantage-card { min-height: 270px; position: relative; padding: 32px 27px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); transition: background .2s; }
.advantage-card:hover { background: rgba(217,173,108,.07); }
.advantage-number { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.16); font: 25px 'DM Serif Display', serif; }
.advantage-card > i { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 38px; border-radius: 14px; color: var(--ink); background: var(--gold); font-style: normal; font-size: 20px; }
.advantage-card h3 { margin: 0 0 10px; font: 21px 'DM Serif Display', serif; }
.advantage-card p { margin: 0; color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.75; }

.process-section { background: var(--ivory); }
.process-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.process-intro { position: sticky; top: 140px; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 30px 10px; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--gold); font: 28px 'DM Serif Display', serif; }
.process-item h3 { margin: 0 0 6px; color: var(--ink); font-size: 18px; }
.process-item p { margin: 0; color: var(--slate); font-size: 13px; }

.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.section-title-row .section-heading { margin-bottom: 0; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-image { display: block; height: 220px; overflow: hidden; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.article-card:hover .article-image img { transform: scale(1.05); }
.article-body { padding: 24px; }
.article-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--slate); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.article-meta span { color: #965d20; }
.article-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.article-tags span { padding: 4px 8px; border-radius: 999px; color: #73501f; background: #fff1d9; font-size: 9px; font-weight: 800; }
.article-tags-detail { margin-bottom: 22px; }
.article-body h3 { margin: 12px 0 9px; color: var(--ink); font: 23px/1.25 'DM Serif Display', serif; }
.article-body p { color: var(--slate); font-size: 12px; }

.gallery-section { background: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 15px; }
.gallery-item { grid-column: span 4; position: relative; overflow: hidden; border: 0; padding: 0; text-align: left; border-radius: 16px; background: var(--ink); color: var(--white); }
.gallery-item-1 { grid-column: span 5; }
.gallery-item-2 { grid-column: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s, opacity .3s; }
.gallery-item:hover img { transform: scale(1.06); opacity: .68; }
.gallery-item > span { position: absolute; inset: auto 17px 15px; display: flex; justify-content: space-between; align-items: center; gap: 10px; opacity: 0; transform: translateY(8px); transition: .25s; }
.gallery-item:hover > span { opacity: 1; transform: translateY(0); }
.gallery-item b { font-size: 12px; }
.gallery-item i { display: grid; place-items: center; width: 33px; height: 33px; background: var(--gold); color: var(--ink); border-radius: 50%; font-style: normal; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.faq-help { display: flex; gap: 17px; margin-top: 36px; padding: 22px; border-radius: 15px; background: var(--ivory); border: 1px solid var(--line); }
.faq-help > span { display: grid; place-items: center; flex: 0 0 auto; width: 45px; height: 45px; border-radius: 50%; background: var(--ink); color: var(--gold-2); font: 23px 'DM Serif Display', serif; }
.faq-help p { margin: 2px 0; color: var(--slate); font-size: 12px; }
.faq-help a { color: #915b20; font-size: 12px; font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 40px 1fr 26px; gap: 15px; align-items: center; padding: 23px 0; list-style: none; color: var(--ink); font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--gold); font: 19px 'DM Serif Display', serif; }
.faq-list summary i { font-style: normal; font-size: 22px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 23px 55px; color: var(--slate); font-size: 13px; }

.final-cta { background: linear-gradient(110deg, #9d5b23, var(--amber)); color: var(--white); padding: 68px 0; overflow: hidden; }
.final-cta-inner { display: grid; grid-template-columns: 105px 1fr auto; gap: 32px; align-items: center; }
.final-cta-inner > img { width: 105px; height: 105px; border-radius: 50%; background: white; padding: 5px; }
.final-cta h2 { margin: 10px 0 5px; font: 42px/1.08 'DM Serif Display', serif; }
.final-cta p { margin: 0; color: rgba(255,255,255,.78); }
.final-cta-actions { display: flex; gap: 12px; align-items: center; }
.final-cta-actions .button { white-space: nowrap; }
.final-wa-button { min-width: 194px; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 12px 28px rgba(13, 111, 57, .3); }
.final-wa-button:hover { box-shadow: 0 16px 32px rgba(13, 111, 57, .42); }

.wa-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: flex; align-items: center; min-height: 54px; padding: 0 18px 0 8px; border-radius: 30px; color: var(--white); background: var(--wa-dark); box-shadow: 0 14px 35px rgba(18,140,75,.32); }
.wa-float span { display: grid; place-items: center; width: 40px; height: 40px; margin-right: 5px; border-radius: 50%; background: var(--wa); font-size: 19px; }
.wa-float .whatsapp-logo { width: 23px; height: 23px; }
.wa-float em { font-style: normal; font-size: 11px; font-weight: 800; }

.site-footer { position: relative; overflow: hidden; padding: 82px 0 22px; color: rgba(255,255,255,.64); background: #0b0d10; }
.footer-glow { position: absolute; width: 450px; height: 450px; right: -200px; top: -230px; border-radius: 50%; background: rgba(217,173,108,.08); filter: blur(4px); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1.2fr .8fr .8fr; gap: 50px; }
.brand-footer { color: var(--white); }
.footer-about p { max-width: 360px; font-size: 12px; }
.footer-badge { display: inline-flex; align-items: center; gap: 12px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.footer-badge span { color: var(--gold-2); font-size: 9px; letter-spacing: .1em; }
.footer-badge strong { color: var(--white); font-size: 11px; }
.site-footer h3 { margin: 0 0 18px; color: var(--white); font-size: 14px; }
.footer-list { padding: 0; margin: 0; list-style: none; }
.footer-list li { margin: 10px 0; font-size: 11px; line-height: 1.7; }
.footer-list > li > .fa-location-dot,
.footer-list > li > .fa-clock,
.footer-list > li > a > .fa-envelope { margin-right: 7px; vertical-align: .05em; }
.footer-list a:hover { color: var(--gold-2); }
.footer-wa { margin-top: 15px; min-height: 40px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }

/* Internal pages */
.page-hero { position: relative; overflow: hidden; padding: 94px 0 72px; color: var(--white); background: linear-gradient(125deg, var(--ink), #24282f); }
.page-hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 65px 65px; opacity: .05; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin: 15px 0 12px; font: clamp(43px, 6vw, 68px)/1.04 'DM Serif Display', serif; font-weight: 400; }
.page-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.62); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a:hover { color: var(--gold-2); }
.breadcrumb strong { color: rgba(255,255,255,.8); }
.page-orb { position: absolute; z-index: 1; border-radius: 50%; border: 1px solid rgba(217,173,108,.22); }
.orb-one { width: 330px; height: 330px; right: 8%; top: -170px; box-shadow: 0 0 0 65px rgba(217,173,108,.035); }
.orb-two { width: 130px; height: 130px; right: 28%; bottom: -70px; background: rgba(23,107,99,.18); }
.inner-section { background: var(--ivory); }
.content-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; }
.prose-card { padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(16,18,22,.05); }
.prose-card section + section { margin-top: 42px; padding-top: 36px; border-top: 1px solid var(--line); }
.prose-card h2, .article-detail-body h2 { margin: 0 0 16px; color: var(--ink); font: 34px/1.2 'DM Serif Display', serif; }
.prose-card p, .article-detail-body p { color: var(--slate); }
.logo-showcase { display: grid; place-items: center; min-height: 390px; margin-bottom: 45px; background: radial-gradient(circle, white 0 38%, var(--sand) 39% 40%, var(--ink) 41% 100%); border-radius: 18px; overflow: hidden; }
.logo-showcase img { width: 280px; height: 280px; object-fit: contain; border-radius: 50%; background: white; }
.content-sidebar { display: grid; gap: 22px; position: sticky; top: 120px; }
.sidebar-card { padding: 20px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); }
.sidebar-card h3 { margin: 3px 10px 14px; color: var(--ink); font: 22px 'DM Serif Display', serif; }
.sidebar-card a { display: flex; justify-content: space-between; align-items: center; margin: 4px 0; padding: 12px; border-radius: 9px; color: var(--slate); font-size: 12px; font-weight: 700; }
.sidebar-card a:hover, .sidebar-card a.active { background: var(--ivory); color: #8a5520; }
.sidebar-cta { padding: 28px; border-radius: 18px; background: linear-gradient(145deg, #9a5b25, var(--amber)); color: var(--white); }
.sidebar-cta > span { color: rgba(255,255,255,.7); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.sidebar-cta h3 { font: 26px/1.2 'DM Serif Display', serif; }
.timeline { display: grid; gap: 0; margin-top: 45px; border-left: 1px solid var(--gold); }
.timeline > div { position: relative; padding: 2px 0 28px 35px; }
.timeline > div::before { content: ''; position: absolute; left: -7px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px var(--ivory); }
.timeline span { display: block; color: #9a6023; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.timeline strong { color: var(--ink); }
.timeline p { margin: 3px 0 0; font-size: 12px; }
.legal-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 42px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-facts > div { min-height: 92px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--ivory); }
.legal-facts small, .legal-facts strong { display: block; }
.legal-facts small { margin-bottom: 6px; color: #96602a; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-facts strong { color: var(--ink); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.legal-actions { display: flex; align-items: center; gap: 20px; margin-top: 22px; flex-wrap: wrap; }

.program-detail-grid { display: grid; grid-template-columns: 1fr 330px; gap: 45px; align-items: start; }
.program-detail { padding: 42px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.detail-cover { position: relative; height: 410px; overflow: hidden; margin: -42px -42px 38px; border-radius: var(--radius) var(--radius) 0 0; }
.detail-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,18,22,.6), transparent 60%); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.detail-cover span { position: absolute; z-index: 2; left: 25px; bottom: 22px; padding: 8px 13px; border-radius: 8px; background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.program-detail h2 { margin: 13px 0 12px; color: var(--ink); font: 42px/1.1 'DM Serif Display', serif; }
.detail-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 42px; padding-top: 36px; border-top: 1px solid var(--line); }
.detail-split h3 { color: var(--ink); font-size: 16px; }
.check-list, .number-list { padding: 0; margin: 0; list-style: none; }
.check-list li, .number-list li { display: flex; gap: 11px; align-items: flex-start; padding: 10px 0; color: var(--slate); font-size: 12px; border-bottom: 1px solid var(--line); }
.check-list span, .number-list span { display: grid; place-items: center; flex: 0 0 auto; width: 23px; height: 23px; border-radius: 50%; background: #e6f5ef; color: var(--teal); font-size: 10px; font-weight: 900; }
.number-list span { background: var(--ivory); color: #8a5520; }
.program-aside { position: sticky; top: 120px; padding: 36px; border-radius: var(--radius); background: var(--ink); color: var(--white); overflow: hidden; }
.program-aside::after { content: ''; position: absolute; width: 230px; height: 230px; right: -120px; bottom: -100px; border-radius: 50%; border: 35px solid rgba(217,173,108,.09); }
.aside-program-mark { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 32px; border-radius: 50%; background: var(--gold); color: var(--ink); font: 37px 'DM Serif Display', serif; }
.program-aside > span { color: var(--gold-2); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.program-aside h3 { font: 31px/1.15 'DM Serif Display', serif; }
.program-aside p { color: rgba(255,255,255,.57); font-size: 12px; }
.aside-phone { display: block; margin-top: 17px; color: var(--gold-2); text-align: center; font-size: 12px; font-weight: 700; }
.other-programs { padding: 70px 0; background: var(--white); }
.other-programs h2 { margin-top: 0; color: var(--ink); font: 36px 'DM Serif Display', serif; }
.mini-program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mini-program-grid a { display: grid; grid-template-columns: 50px 1fr 30px; gap: 14px; align-items: center; padding: 19px; border: 1px solid var(--line); border-radius: 14px; }
.mini-program-grid a > i { font-style: normal; color: #8a5520; }
.mini-program-grid a:hover { background: var(--ivory); }
.mini-program-grid b { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--ink); color: var(--gold-2); font: 25px 'DM Serif Display', serif; }
.mini-program-grid span { display: flex; flex-direction: column; }
.mini-program-grid small { color: var(--slate); }

.filter-pills { display: flex; gap: 9px; margin-bottom: 35px; flex-wrap: wrap; }
.filter-pills button { border: 1px solid var(--line); background: var(--white); color: var(--slate); border-radius: 25px; padding: 9px 18px; font-size: 11px; font-weight: 700; }
.filter-pills button.active, .filter-pills button:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.article-grid-full { grid-template-columns: repeat(3, 1fr); }
.article-detail { max-width: 900px; }
.article-detail-cover { width: 100%; height: 490px; object-fit: cover; border-radius: var(--radius) var(--radius) 0 0; }
.article-detail-body { padding: 50px 70px; background: var(--white); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); }
.article-managed-content { color: var(--slate); font-size: 16px; line-height: 1.9; }
.article-share { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink); }
.article-share a { width: 36px; height: 36px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); }
.article-share a:first-of-type { background: #1eaa5c; }
.article-share a:nth-of-type(2) { background: #1877f2; }
.article-share a:hover { color: #fff; transform: translateY(-2px); }
.article-share-more { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 13px; border: 0; border-radius: 20px; color: var(--white); background: var(--teal); font-size: 11px; font-weight: 800; transition: transform .2s, background .2s; }
.article-share-more:hover { transform: translateY(-2px); background: #115e57; }
.article-share-more.copied { background: #23834f; }
.article-detail-body .lead { color: var(--ink); font-size: 20px; font-weight: 600; }
.article-detail-body blockquote { margin: 35px 0; padding: 25px 30px; border-left: 4px solid var(--gold); background: var(--ivory); color: var(--ink); font: 25px/1.45 'DM Serif Display', serif; }

.agenda-list { display: grid; gap: 16px; }
.agenda-card { display: grid; grid-template-columns: 85px 1fr 50px; align-items: center; gap: 25px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.agenda-card:hover { box-shadow: var(--shadow); }
.agenda-date { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 82px; border-radius: 13px; background: var(--ink); color: var(--white); }
.agenda-date strong { font: 34px/1 'DM Serif Display', serif; color: var(--gold-2); }
.agenda-date span { margin-top: 4px; font-size: 10px; text-transform: uppercase; }
.tag { display: inline-flex; padding: 5px 9px; border-radius: 7px; color: #8f5920; background: #fff2df; font-size: 9px; text-transform: uppercase; font-weight: 800; }
.agenda-card h2 { margin: 8px 0 3px; color: var(--ink); font: 26px 'DM Serif Display', serif; }
.agenda-card p { margin: 0; color: var(--slate); font-size: 11px; }
.circle-link { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--ivory); color: #8a5520; font-weight: 900; }
.event-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.event-info { display: flex; gap: 15px; align-items: center; padding: 24px; background: var(--ink); color: var(--white); border-radius: 15px; }
.event-info > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); }
.event-info div { display: flex; flex-direction: column; }
.event-info small { color: rgba(255,255,255,.5); }
.event-detail .prose-card { grid-column: 1 / -1; }

.gallery-page { grid-auto-rows: 270px; }
.gallery-page .gallery-item { cursor: zoom-in; }
.lightbox { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(5,6,8,.92); opacity: 0; visibility: hidden; transition: .2s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 80vh; border-radius: 15px; box-shadow: var(--shadow-lg); }
.lightbox p { position: absolute; bottom: 20px; color: var(--white); font-weight: 700; }
.lightbox button { position: absolute; top: 20px; right: 25px; border: 0; background: transparent; color: var(--white); font-size: 38px; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.video-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.video-placeholder { position: relative; height: 290px; }
.video-placeholder::after { content: ''; position: absolute; inset: 0; background: rgba(16,18,22,.28); }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; }
.video-placeholder span { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--gold); color: var(--ink); padding-left: 4px; }
.video-card > div:last-child { padding: 26px; }
.video-card small { color: #9a6023; text-transform: uppercase; font-weight: 800; font-size: 9px; letter-spacing: .08em; }
.video-card h2 { margin: 7px 0; color: var(--ink); font: 28px 'DM Serif Display', serif; }
.video-card p { color: var(--slate); font-size: 12px; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; }
.contact-info { padding: 30px 10px; }
.contact-info h2 { margin: 15px 0; color: var(--ink); font: 45px/1.1 'DM Serif Display', serif; }
.contact-info > p { color: var(--slate); }
.contact-items { display: grid; gap: 12px; margin-top: 32px; }
.contact-items > * { display: flex; align-items: center; gap: 14px; padding: 14px; border-bottom: 1px solid var(--line); }
.contact-items > * > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; background: var(--ink); color: var(--gold-2); }
.contact-items > * > span i { font-size: 16px; }
.contact-items div div, .contact-items a div { display: flex; flex-direction: column; }
.contact-items small { color: var(--slate); font-size: 9px; text-transform: uppercase; }
.contact-items strong { color: var(--ink); font-size: 12px; }
.contact-form { padding: 40px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form h2 { margin: 12px 0 25px; color: var(--ink); font: 34px 'DM Serif Display', serif; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; color: var(--graphite); font-size: 11px; font-weight: 800; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #ded7cc; border-radius: 10px; outline: none; background: var(--white); color: var(--graphite); font-size: 13px; font-weight: 500; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,173,108,.17); }
.contact-form label { margin-bottom: 16px; }
.map-placeholder { min-height: 300px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin-top: 45px; border-radius: var(--radius); background: linear-gradient(135deg, #dad7d0, #ece9e2); color: var(--slate); text-align: center; }
.map-placeholder > span { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--ink); color: var(--gold-2); font-size: 25px; }
.map-placeholder h3 { margin-bottom: 0; color: var(--ink); }
.map-placeholder p { margin-top: 4px; font-size: 12px; }
.map-placeholder small { max-width: 560px; color: #8b8378; font-size: 10px; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; background: var(--ivory); }
.not-found span { color: var(--gold); font: 90px/1 'DM Serif Display', serif; }
.not-found h1 { margin: 10px 0; color: var(--ink); font: 48px 'DM Serif Display', serif; }
.not-found p { color: var(--slate); }

/* WhatsApp filter */
.wa-page { min-height: 100vh; background: var(--ink); }
.wa-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, .85fr) minmax(520px, 1.15fr); }
.wa-intro { position: sticky; top: 0; height: 100vh; overflow: hidden; padding: 45px clamp(35px, 5vw, 85px); display: flex; flex-direction: column; color: var(--white); background: radial-gradient(circle at 100% 20%, rgba(217,173,108,.16), transparent 30%), radial-gradient(circle at 20% 95%, rgba(23,107,99,.22), transparent 32%), linear-gradient(145deg, #101216, #171c22); }
.wa-intro::after { content: ''; position: absolute; width: 400px; height: 400px; right: -220px; bottom: -180px; border: 1px solid rgba(217,173,108,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,173,108,.025), 0 0 0 140px rgba(217,173,108,.015); }
.wa-back { position: relative; z-index: 2; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; }
.wa-back:hover { color: var(--gold-2); }
.wa-brand { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; margin-top: 34px; }
.wa-brand img { width: 62px; height: 62px; object-fit: contain; border-radius: 50%; background: white; }
.wa-brand span { display: flex; flex-direction: column; line-height: 1.2; }
.wa-brand strong { font-size: 15px; }
.wa-brand small { margin-top: 4px; color: var(--gold-2); font-size: 9px; letter-spacing: .25em; font-weight: 800; }
.wa-intro-copy { position: relative; z-index: 2; margin: auto 0; }
.wa-intro-copy h1 { margin: 16px 0; font: clamp(45px, 5vw, 67px)/1.04 'DM Serif Display', serif; font-weight: 400; }
.wa-intro-copy h1 em { color: var(--gold-2); }
.wa-intro-copy p { max-width: 560px; color: rgba(255,255,255,.6); }
.wa-benefits { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
.wa-benefits > div { padding: 14px 10px; border-top: 1px solid rgba(255,255,255,.14); }
.wa-benefits span { color: var(--gold-2); font: 18px 'DM Serif Display', serif; }
.wa-benefits p, .wa-benefits strong, .wa-benefits small { display: block; margin: 0; }
.wa-benefits strong { font-size: 10px; }
.wa-benefits small { color: rgba(255,255,255,.42); font-size: 8px; }
.wa-safety { position: relative; z-index: 2; display: flex; gap: 12px; padding: 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }
.wa-safety span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; background: rgba(37,211,102,.13); color: var(--wa); }
.wa-safety p { margin: 0; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.6; }
.wa-safety strong { color: rgba(255,255,255,.82); }
.wa-form-panel { min-height: 100vh; padding: 65px clamp(30px, 6vw, 90px); background: var(--ivory); }
.wa-form-heading { max-width: 690px; }
.step-badge { display: inline-flex; padding: 7px 11px; border-radius: 8px; color: #87531d; background: #f6e3c6; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wa-form-heading h2, .review-card h2 { margin: 13px 0 4px; color: var(--ink); font: 40px/1.1 'DM Serif Display', serif; }
.wa-form-heading p { margin: 0; color: var(--slate); font-size: 14px; }
.wa-notice { display: flex; gap: 12px; max-width: 760px; margin: 27px 0; padding: 15px; border-radius: 12px; color: #63543f; background: #fff4df; border: 1px solid #ead2a9; }
.wa-notice > span { display: grid; place-items: center; flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; }
.wa-notice p { margin: 0; font-size: 12px; line-height: 1.65; }
#wa-filter-form { max-width: 760px; }
.form-section { margin: 0 0 17px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.form-section legend { padding: 0 8px; color: var(--ink); font-size: 15px; font-weight: 800; }
.wa-form-panel label { font-size: 13px; }
.wa-form-panel input, .wa-form-panel select, .wa-form-panel textarea { font-size: 14px; }
.form-section label { margin-bottom: 16px; }
.form-section label:last-child { margin-bottom: 0; }
.first-section { padding-top: 17px; }
.role-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.role-options label { margin: 0; cursor: pointer; }
.role-options input { position: absolute; opacity: 0; pointer-events: none; }
.role-options label > span { display: grid; grid-template-columns: 43px 1fr; grid-template-rows: auto auto; column-gap: 11px; align-items: center; min-height: 75px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; transition: .2s; }
.role-options i { grid-row: 1 / 3; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 11px; background: var(--ivory); color: #8c5924; font-style: normal; font-size: 17px; }
.role-options b { align-self: end; color: var(--ink); font-size: 13px; }
.role-options small { align-self: start; color: var(--slate); font-size: 10px; font-weight: 500; }
.role-options input:checked + span { border-color: var(--gold); background: #fffaf2; box-shadow: 0 0 0 2px rgba(217,173,108,.15); }
.role-options input:checked + span i { background: var(--gold); color: var(--ink); }
.date-row { display: grid; grid-template-columns: .65fr 1.2fr .85fr; gap: 10px; margin-top: 2px; }
.country-field[hidden], .program-extra[hidden], .transfer-fields[hidden] { display: none !important; }
.guardian-only[hidden] { display: none !important; }
.registration-documents[hidden] { display: none !important; }
.registration-documents { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.document-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.document-heading > span { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 11px; background: #f6e3c6; color: #87531d; }
.document-heading strong { display: block; color: var(--ink); font-size: 14px; }
.document-heading strong em { color: var(--wa-dark); font-size: 11px; font-style: normal; }
.document-heading p { margin: 2px 0 0; color: var(--slate); font-size: 10px; line-height: 1.5; }
.document-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.document-grid label { min-width: 0; margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--ivory); }
.document-grid label:last-child { grid-column: 1 / -1; }
.document-grid input[type="file"] { margin-top: 9px; padding: 10px; background: var(--white); font-size: 11px; }
.document-grid input[type="file"]::file-selector-button { margin-right: 9px; padding: 7px 10px; border: 0; border-radius: 7px; color: var(--white); background: var(--ink); font-weight: 700; cursor: pointer; }
.file-status { display: block; margin-top: 6px; overflow: hidden; color: var(--slate); font-size: 9px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.file-status.selected { color: var(--wa-dark); font-weight: 700; }
.service-hours { display: flex; gap: 13px; margin: 20px 0 15px; padding: 16px; border-radius: 12px; color: var(--white); background: var(--ink); }
.service-hours > span { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%; background: var(--gold); color: var(--ink); }
.service-hours p { margin: 3px 0 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; }
.service-hours strong { font-size: 13px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; padding: 2px; color: var(--slate); font-size: 12px; font-weight: 600; line-height: 1.55; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--wa-dark); }
.button-submit { min-height: 56px; font-size: 12px; }
.form-error { min-height: 20px; margin: 8px 0 0; color: #b43d2f; font-size: 10px; font-weight: 700; }
.wa-form-footer { margin: 25px 0 0; color: #999084; font-size: 10px; text-align: center; }
.review-modal { position: fixed; z-index: 4000; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(5,6,8,.84); opacity: 0; visibility: hidden; transition: .2s; }
.review-modal.open { opacity: 1; visibility: visible; }
.review-card { position: relative; width: min(620px, 100%); max-height: 90vh; overflow: auto; padding: 35px; border-radius: 22px; background: var(--ivory); box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; right: 17px; top: 14px; border: 0; background: transparent; color: var(--slate); font-size: 28px; }
.review-card > p { color: var(--slate); font-size: 12px; }
.login-reminder[hidden] { display: none !important; }
.login-reminder { margin: 18px 0; padding: 17px; border: 1px solid #dfc28f; border-radius: 14px; background: linear-gradient(135deg, #fff8eb, #f7e5c6); }
.login-reminder-title { display: flex; align-items: center; gap: 11px; }
.login-reminder-title > span { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 10px; color: var(--gold-2); background: var(--ink); }
.login-reminder-title strong, .login-reminder-title small { display: block; line-height: 1.4; }
.login-reminder-title strong { color: var(--ink); font-size: 13px; }
.login-reminder-title small { color: var(--slate); font-size: 9px; }
.login-reminder dl { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 14px 0 11px; }
.login-reminder dl div { min-width: 0; padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.72); }
.login-reminder dt { color: var(--slate); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.login-reminder dd { overflow-wrap: anywhere; margin: 3px 0 0; color: var(--ink); font-size: 15px; font-weight: 900; letter-spacing: .04em; }
.login-reminder > p { margin: 0; padding-top: 10px; border-top: 1px dashed rgba(135,83,29,.28); color: #6f461d; font-size: 10px; line-height: 1.55; }
.login-reminder > p i { margin-right: 4px; }
.review-card pre { max-height: 340px; overflow: auto; padding: 20px; border-radius: 13px; color: rgba(255,255,255,.78); background: var(--ink); font: 11px/1.7 'Plus Jakarta Sans', sans-serif; white-space: pre-wrap; }
.review-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 17px; }
.review-card > small { display: block; margin-top: 12px; color: var(--slate); font-size: 9px; text-align: center; }

@media (max-width: 1100px) {
  .main-nav { gap: 1px; }
  .nav-link { padding-inline: 8px; font-size: 12px; }
  .brand span { display: none; }
  .hero-grid { gap: 35px; }
  .hero-photo { left: 30px; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .wa-shell { grid-template-columns: .7fr 1fr; }
  .wa-intro { padding-inline: 36px; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand span { display: flex; }
  .brand img { width: 48px; height: 48px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; max-height: calc(100vh - 70px); overflow-y: auto; display: none; align-items: stretch; flex-direction: column; padding: 18px 20px 30px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
  .main-nav.open { display: flex; }
  .nav-link { width: 100%; display: flex; justify-content: space-between; padding: 13px 10px; text-align: left; }
  .dropdown-menu { position: static; display: none; min-width: 0; margin: 0 8px 8px; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .nav-cta, .nav-login { margin: 10px 0 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 75px 90px; }
  .hero-copy { text-align: center; }
  .hero-kicker, .hero-actions, .hero-trust { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { min-height: 520px; max-width: 620px; width: 100%; margin-inline: auto; }
  .stats-grid { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; }
  .two-col, .process-wrap, .faq-grid, .content-layout, .program-detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 540px; }
  .process-intro, .content-sidebar, .program-aside { position: static; }
  .program-grid, .article-grid, .article-grid-full { grid-template-columns: 1fr 1fr; }
  .team-card { min-width: calc((100% - 24px) / 2); }
  .program-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); justify-self: center; }
  .final-cta-inner { grid-template-columns: 80px 1fr; }
  .final-cta-inner > img { width: 80px; height: 80px; }
  .final-cta-actions { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .wa-shell { display: block; }
  .wa-intro { position: relative; height: auto; min-height: 650px; }
  .wa-intro-copy { margin: 80px 0; }
}

@media (max-width: 650px) {
  body { font-size: 14px; }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 78px 0; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 8px; }
  .hero h1 { font-size: 49px; }
  .hero-grid { padding-top: 58px; }
  .hero-copy > p { font-size: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .hero-photo { inset: 15px 5px 15px 35px; border-radius: 190px 190px 25px 25px; }
  .floating-card { min-width: 175px; padding: 10px; }
  .floating-card-top { top: 115px; }
  .floating-card-bottom { right: 0; bottom: 45px; }
  .sun-mark { width: 70px; height: 70px; }
  .sun-mark::before { inset: 12px; }
  .sun-mark span { inset: 27px; }
  .stats-grid div { min-height: 95px; }
  .section-heading h2 { font-size: 38px; }
  .about-visual { min-height: 425px; }
  .about-image { right: 20px; bottom: 25px; border-radius: 15px 100px 15px 15px; }
  .about-logo { width: 110px; height: 110px; }
  .check-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .cta-band h2 { font-size: 36px; }
  .program-grid, .article-grid, .article-grid-full { grid-template-columns: 1fr; }
  .team-card { min-width: 100%; }
  .team-photo { width: 240px; height: 240px; }
  .program-card:last-child { grid-column: auto; max-width: none; }
  .advantage-grid { grid-template-columns: 1fr; }
  .advantage-card { min-height: auto; }
  .process-item { grid-template-columns: 55px 1fr; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item, .gallery-item-1, .gallery-item-2 { grid-column: auto; }
  .gallery-item > span { opacity: 1; transform: none; }
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .final-cta img { margin-inline: auto; }
  .final-cta-actions { grid-column: auto; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 8px; align-items: center; flex-direction: column; text-align: center; }
  .wa-float em { display: none; }
  .wa-float { width: 54px; padding: 7px; }
  .wa-float span { margin: 0; }
  .page-hero { padding: 75px 0 55px; }
  .page-hero h1 { font-size: 44px; }
  .prose-card, .program-detail { padding: 26px; }
  .logo-showcase { min-height: 290px; }
  .logo-showcase img { width: 220px; height: 220px; }
  .detail-cover { height: 280px; margin: -26px -26px 28px; }
  .program-detail h2 { font-size: 36px; }
  .detail-split { grid-template-columns: 1fr; }
  .legal-facts { grid-template-columns: 1fr; }
  .mini-program-grid, .video-grid, .event-detail { grid-template-columns: 1fr; }
  .agenda-card { grid-template-columns: 68px 1fr; gap: 15px; }
  .agenda-card .circle-link { display: none; }
  .article-detail-cover { height: 300px; }
  .article-detail-body { padding: 30px 24px; }
  .article-detail-body blockquote { font-size: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px; }
  .wa-intro { min-height: 620px; padding: 30px 22px; }
  .wa-intro-copy { margin: 70px 0 60px; }
  .wa-intro-copy h1 { font-size: 47px; }
  .wa-benefits { grid-template-columns: 1fr; }
  .wa-benefits > div { display: flex; gap: 15px; align-items: center; padding: 10px 0; }
  .wa-form-panel { padding: 45px 17px; }
  .wa-form-heading h2 { font-size: 35px; }
  .form-section { padding: 19px 16px; }
  .role-options { grid-template-columns: 1fr; }
  .document-grid { grid-template-columns: 1fr; }
  .document-grid label:last-child { grid-column: auto; }
  .date-row { grid-template-columns: 1fr 1.3fr .9fr; gap: 5px; }
  .date-row select { padding-inline: 8px; font-size: 11px; }
  .review-card { padding: 27px 20px; }
  .login-reminder dl { grid-template-columns: 1fr; }
  .review-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
