:root {
  --brand-red: #d51120;
  --brand-red-dark: #970d18;
  --brand-red-pale: #fff0f1;
  --brand-green: #229514;
  --brand-green-dark: #16720b;
  --brand-green-pale: #eff9ed;
  --brand-black: #151718;
  --brand-white: #fff;
  --surface-light: #f7f6f3;
  --surface-warm: #f1efe9;
  --text-muted: #626769;
  --border: rgba(21, 23, 24, .11);
  --shadow: 0 24px 70px rgba(28, 29, 29, .09);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: hidden; color: var(--brand-black); background: var(--brand-white); font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(34, 149, 20, .48); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: .7rem 1rem; border-radius: 10px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container-xl { max-width: 1240px; }
.section-pad { padding: clamp(5rem, 10vw, 8.5rem) 0; }
.section-kicker { margin: 0 0 1rem; color: var(--brand-red); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display-title, .section-head h2, .why-us h2, .documents h2, .contact-section h2 { margin: 0; font-size: clamp(2rem, 4.6vw, 4.25rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 800; }
.section-copy { color: var(--text-muted); font-size: 1.04rem; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3.5rem; }
.section-head > div { max-width: 760px; }
.section-head > p { max-width: 330px; margin: 0; color: var(--text-muted); }

.btn { min-height: 48px; padding: .78rem 1.25rem; border-radius: var(--radius-sm); font-size: .9rem; font-weight: 800; transition: transform .25s ease, background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { border-color: var(--brand-red); color: #fff; background: var(--brand-red); box-shadow: 0 12px 28px rgba(213, 17, 32, .2); }
.btn-brand:hover, .btn-brand:focus { color: #fff; border-color: var(--brand-red-dark); background: var(--brand-red-dark); }
.btn-glass { border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); backdrop-filter: blur(14px); }
.btn-glass:hover, .btn-glass:focus { color: #111; background: #fff; }
.btn-lg { min-height: 54px; padding: .9rem 1.45rem; }
.text-link { display: inline-flex; gap: .5rem; color: var(--brand-red); font-weight: 800; }

.site-header { position: fixed; z-index: 1030; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background-color .35s ease, box-shadow .35s ease, border-color .35s ease; }
.site-header.scrolled, .site-header.menu-open { border-color: var(--border); background: rgba(255,255,255,.92); box-shadow: 0 8px 30px rgba(25,25,25,.06); backdrop-filter: blur(18px); }
.navbar { min-height: var(--header-height); padding: .7rem 0; }
.navbar-brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff; }
.site-header.scrolled .navbar-brand, .site-header.menu-open .navbar-brand { color: var(--brand-black); }
.navbar-brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: contain; background: #fff; }
.navbar-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.navbar-brand strong { font-size: .92rem; font-weight: 800; }
.navbar-brand small { margin-top: .3rem; font-size: .6rem; letter-spacing: .05em; text-transform: uppercase; opacity: .72; }
.nav-link { position: relative; margin: 0 .12rem; padding: .6rem .65rem !important; color: rgba(255,255,255,.84); font-size: .79rem; font-weight: 700; }
.nav-link:hover, .nav-link.active { color: #fff; }
.nav-link::after { position: absolute; content: ""; right: .65rem; bottom: .3rem; left: .65rem; height: 2px; background: var(--brand-red); transform: scaleX(0); transition: transform .2s; }
.nav-link.active::after { transform: scaleX(1); }
.site-header.scrolled .nav-link, .site-header.menu-open .nav-link { color: #4d5152; }
.site-header.scrolled .nav-link:hover, .site-header.scrolled .nav-link.active, .site-header.menu-open .nav-link:hover { color: var(--brand-black); }
.navbar-toggler { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.9); }

.hero { position: relative; min-height: 760px; color: #fff; background: #191b1b; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 40%; }
.hero-shade { background: linear-gradient(90deg, rgba(11,14,14,.92) 0%, rgba(11,14,14,.74) 44%, rgba(11,14,14,.18) 75%), linear-gradient(0deg, rgba(10,10,10,.62), transparent 52%); }
.hero-content { position: relative; z-index: 1; }
.hero-content .row { padding: calc(var(--header-height) + 4rem) 0 6rem; }
.glass-badge { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.5rem; padding: .56rem .85rem; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(255,255,255,.1); backdrop-filter: blur(12px); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.glass-badge span { width: 8px; height: 8px; border-radius: 50%; background: #4edc3c; box-shadow: 0 0 0 5px rgba(78,220,60,.14); }
.hero h1 { max-width: 1120px; margin: 0; font-size: clamp(3rem, 6.2vw, 5.8rem); line-height: .96; letter-spacing: -.065em; font-weight: 800; }
.hero h1 > span { display: block; white-space: nowrap; }
.hero h1 em { color: #fff; font-style: normal; text-decoration: underline; text-decoration-color: var(--brand-red); text-decoration-thickness: .08em; text-underline-offset: .1em; }
.hero-lead { max-width: 680px; margin: 1.7rem 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: .5rem 1.7rem; margin-top: 2rem; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 700; }
.hero-benefits span { position: relative; padding-left: 1.05rem; }
.hero-benefits span::before { position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--brand-green); content: ""; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 2.5rem; width: 46px; height: 68px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 14px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: #fff; transform: translateX(-50%); animation: scroll-dot 2s infinite; }
@keyframes scroll-dot { 0% { transform: translate(-50%,0); opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translate(-50%,28px); opacity: 0; } }

.intro-section { background: var(--surface-light); }
.lead-copy { margin: 0; color: #45494a; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.55; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.stat-row div { display: flex; flex-direction: column; }
.stat-row strong { font-size: clamp(1.6rem, 3vw, 2.35rem); letter-spacing: -.05em; }
.stat-row span { color: var(--text-muted); font-size: .76rem; }

.specialties { background: #fff; }
.program-card { position: relative; min-height: 430px; padding: clamp(1.6rem, 4vw, 3.2rem); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.program-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.program-red { background: linear-gradient(145deg, #fff 50%, var(--brand-red-pale)); }
.program-green { background: linear-gradient(145deg, #fff 50%, var(--brand-green-pale)); }
.program-icon { display: grid; width: 66px; height: 66px; place-items: center; border-radius: 20px; }
.program-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.program-red .program-icon { color: var(--brand-red); background: var(--brand-red-pale); }
.program-green .program-icon { color: var(--brand-green); background: var(--brand-green-pale); }
.program-number { position: absolute; top: 2rem; right: 2.2rem; color: rgba(21,23,24,.12); font-size: 2rem; font-weight: 800; }
.program-card h3 { max-width: 500px; margin: 4rem 0 1rem; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 800; }
.program-card p { max-width: 450px; color: var(--text-muted); }
.program-foot { position: absolute; right: clamp(1.6rem,4vw,3.2rem); bottom: 2.5rem; left: clamp(1.6rem,4vw,3.2rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: .86rem; }
.program-foot a { font-weight: 800; }
.program-red .program-foot a { color: var(--brand-red); }
.program-green .program-foot a { color: var(--brand-green-dark); }

.why-us { background: var(--brand-black); color: #fff; }
.why-us .section-kicker { color: #ff5965; }
.sticky-copy { position: sticky; top: calc(var(--header-height) + 2rem); }
.sticky-copy > p:last-child { margin-top: 1.5rem; color: rgba(255,255,255,.62); }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.benefit-card { min-height: 235px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.benefit-card > span { color: #66d459; font-size: .72rem; font-weight: 800; }
.benefit-card h3 { margin: 2.8rem 0 .6rem; font-size: 1.25rem; font-weight: 800; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.language-note { margin-top: 1.5rem; padding: 1.2rem 1.4rem; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); color: rgba(255,255,255,.58); background: rgba(255,255,255,.04); font-size: .78rem; }
.language-note strong { color: rgba(255,255,255,.82); }

.gallery-section { color: #fff; background: #222525; }
.section-head.light > p { color: rgba(255,255,255,.58); }
.gallery-viewport { overflow: hidden; }
.gallery-track { display: flex; margin: 0 -.55rem; transition: transform .55s cubic-bezier(.2,.75,.25,1); touch-action: pan-y; }
.gallery-slide { flex: 0 0 33.333%; height: 520px; padding: 0 .55rem; border: 0; border-radius: var(--radius-md); background: transparent; overflow: hidden; cursor: zoom-in; }
.gallery-slide img { width: 100%; height: 100%; border-radius: var(--radius-md); object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-slide:hover img { transform: scale(1.025); filter: brightness(.84); }
.gallery-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 2rem; }
.gallery-counter { display: flex; align-items: baseline; gap: .35rem; }
.gallery-counter strong { font-size: 1.6rem; }
.gallery-counter span { color: rgba(255,255,255,.45); font-size: .8rem; }
.round-control { width: 52px; height: 52px; margin-left: .5rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: transparent; transition: .25s; }
.round-control:hover:not(:disabled) { border-color: #fff; color: #111; background: #fff; }
.round-control:disabled { opacity: .28; }

.enrollment { background: var(--surface-light); }
.enrollment-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 600px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.enrollment-copy { align-self: center; padding: clamp(2rem, 6vw, 5rem); }
.enrollment-copy h2 { max-width: 650px; margin: 0; font-size: clamp(2.2rem, 4.8vw, 4.7rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 800; }
.enrollment-copy h2 span { color: var(--brand-red); }
.enrollment-copy > p:not(.section-kicker) { margin: 1.4rem 0 2rem; color: var(--text-muted); font-size: 1.1rem; }
.enrollment-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.documents { background: var(--brand-green-pale); }
.document-card { padding: clamp(1.25rem, 4vw, 2.6rem); border: 1px solid rgba(34,149,20,.16); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 20px 60px rgba(30,80,25,.07); }
.document-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); font-size: .92rem; }
.document-item:last-child { border: 0; }
.document-item ul { margin: .65rem 0 0; padding-left: 1.1rem; color: var(--text-muted); }
.check { display: grid; flex: 0 0 27px; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: var(--brand-green); font-size: .74rem; font-weight: 800; }

.calendar-section { background: #fff; }
.calendar-image { position: relative; display: block; width: 100%; padding: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); overflow: hidden; cursor: zoom-in; }
.calendar-image img { display: block; width: 100%; height: auto; }
.calendar-image > span { position: absolute; right: 1rem; bottom: 1rem; padding: .65rem .9rem; border-radius: 999px; color: #fff; background: rgba(15,17,17,.84); font-size: .75rem; font-weight: 700; backdrop-filter: blur(10px); }

.contact-section { background: var(--surface-warm); }
.contact-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr; gap: 1rem; }
.contact-card { display: flex; min-height: 280px; padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255,255,255,.72); flex-direction: column; justify-content: flex-end; transition: transform .25s ease, background .25s ease; }
.contact-card:hover { transform: translateY(-4px); background: #fff; }
.contact-label { margin-bottom: auto; color: var(--brand-red); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { font-size: 1.45rem; font-weight: 800; }
.contact-card p { margin: .4rem 0; color: var(--text-muted); }
.contact-card small { color: #7f8384; }
.contact-card a { margin-top: .55rem; font-size: clamp(.86rem, 1.4vw, 1.05rem); font-weight: 750; word-break: break-word; }
.contact-card a:hover { color: var(--brand-red); }

.final-cta { position: relative; display: flex; min-height: 650px; padding: 8rem 0; align-items: center; color: #fff; background: #171919; overflow: hidden; }
.final-cta-bg { position: absolute; inset: 0; }
.final-cta-bg::after { position: absolute; content: ""; inset: 0; background: linear-gradient(90deg, rgba(16,18,18,.96) 10%, rgba(16,18,18,.78) 58%, rgba(16,18,18,.42)); }
.final-cta-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 65% 50%; }
.final-cta h2 { max-width: 800px; margin: 0; font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.final-cta p:not(.section-kicker) { max-width: 650px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.final-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

.site-footer { padding: 4rem 0 1.6rem; color: rgba(255,255,255,.7); background: #101212; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; color: #fff; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; background: #fff; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { max-width: 340px; font-size: .95rem; }
.footer-brand span { margin-top: .45rem; color: rgba(255,255,255,.5); font-size: .75rem; }
.footer-links { display: flex; flex-direction: column; gap: .5rem; font-size: .82rem; }
.footer-links a:hover, .site-footer address a:hover { color: #fff; }
.site-footer address { margin: 0; font-size: .78rem; font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-legal button { padding: 0; border: 0; color: inherit; background: none; font: inherit; }
.footer-legal a:hover, .footer-legal button:hover { color: #fff; }
.site-credit { margin-top: 1.2rem; color: rgba(255,255,255,.5); font-size: .72rem; text-align: center; }
.site-credit a { margin-left: .25rem; color: #fff; }
.site-credit a:hover { color: #73d768; }

.cookie-banner { position: fixed; z-index: 1080; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; max-width: 1120px; margin: auto; padding: 1.25rem; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #fff; background: rgba(19,21,21,.96); box-shadow: 0 22px 70px rgba(0,0,0,.3); backdrop-filter: blur(18px); align-items: center; justify-content: space-between; gap: 2rem; }
.cookie-banner[hidden] { display: none; }
.cookie-copy { max-width: 660px; }
.cookie-copy strong { font-size: 1rem; }
.cookie-copy p { margin: .35rem 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.55; }
.cookie-copy a, .cookie-settings-link { color: #7ddd72; font-size: .72rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex: 0 0 auto; align-items: center; gap: .55rem; }
.cookie-actions .btn { min-height: 44px; padding: .62rem .9rem; font-size: .74rem; }
.btn-cookie-secondary { border: 1px solid rgba(255,255,255,.28); color: #fff; background: transparent; }
.btn-cookie-secondary:hover { color: #111; background: #fff; }
.cookie-settings-link { min-height: 44px; padding: .5rem; border: 0; background: transparent; }
.cookie-modal .modal-content { border: 0; border-radius: 24px; box-shadow: var(--shadow); }
.cookie-modal .modal-header, .cookie-modal .modal-footer { padding: 1.4rem 1.6rem; border-color: var(--border); }
.cookie-modal .modal-body { padding: .5rem 1.6rem; }
.modal-kicker { color: var(--brand-red); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.cookie-modal .modal-title { margin-top: .2rem; font-size: 1.45rem; font-weight: 800; }
.cookie-category { display: flex; padding: 1.25rem 0; border-bottom: 1px solid var(--border); align-items: center; justify-content: space-between; gap: 1rem; }
.cookie-category:last-child { border: 0; }
.cookie-category strong { font-size: .88rem; }
.cookie-category p { margin: .25rem 0 0; color: var(--text-muted); font-size: .76rem; }
.required-badge, .inactive-badge { flex: 0 0 auto; padding: .35rem .55rem; border-radius: 999px; font-size: .64rem; font-weight: 800; }
.required-badge { color: var(--brand-green-dark); background: var(--brand-green-pale); }
.inactive-badge { color: var(--text-muted); background: var(--surface-light); }
.cookie-modal .modal-footer { justify-content: space-between; }
.cookie-modal .modal-footer a { color: var(--brand-red); font-size: .72rem; font-weight: 700; }

.policy-page { background: var(--surface-light); }
.policy-header { padding: 1rem 0; border-bottom: 1px solid var(--border); background: #fff; }
.policy-brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; }
.policy-brand img { width: 52px; height: 52px; border-radius: 50%; }
.policy-main { padding: clamp(4rem, 8vw, 7rem) 0; }
.policy-layout { display: grid; grid-template-columns: minmax(0, 760px) 260px; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.policy-content h1 { margin: 0 0 1.2rem; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.policy-content .policy-lead { color: var(--text-muted); font-size: 1.12rem; }
.policy-content h2 { margin: 3rem 0 .8rem; font-size: 1.45rem; font-weight: 800; }
.policy-content p, .policy-content li { color: #505556; }
.policy-content ul { padding-left: 1.2rem; }
.policy-aside { position: sticky; top: 2rem; padding: 1.4rem; border: 1px solid var(--border); border-radius: 20px; background: #fff; }
.policy-aside strong { display: block; margin-bottom: .6rem; }
.policy-aside p { color: var(--text-muted); font-size: .78rem; }
.policy-aside .btn { width: 100%; }

.image-modal .modal-content { color: #fff; background: rgba(10,11,11,.96); }
.image-modal .modal-body { display: grid; padding: 3.8rem 1rem 1rem; place-items: center; }
.image-modal img { max-width: 95vw; max-height: calc(100vh - 5rem); object-fit: contain; }
.modal-close { position: fixed; z-index: 2; top: 1rem; right: 1rem; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.8rem; line-height: 1; }

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

@media (max-width: 991.98px) {
  :root { --header-height: 74px; }
  .site-header { background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
  .navbar-brand { color: var(--brand-black); }
  .navbar-brand img { width: 49px; height: 49px; }
  .navbar-collapse { max-height: calc(100vh - 74px); padding: 1rem 0 1.4rem; overflow-y: auto; }
  .nav-link { margin: .12rem 0; padding: .75rem .4rem !important; color: var(--brand-black); font-size: .92rem; }
  .navbar-collapse .btn { display: flex; width: 100%; margin-top: .75rem; justify-content: center; align-items: center; }
  .hero-content .row { padding-bottom: 4.5rem; }
  .scroll-cue { display: none; }
  .section-head { display: block; }
  .section-head > p { margin-top: 1.2rem; }
  .sticky-copy { position: static; }
  .enrollment-card { grid-template-columns: 1fr; }
  .enrollment-image { height: 430px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card.address { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 4.5rem 0; }
  .hero { min-height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,12,.88), rgba(10,12,12,.5)), linear-gradient(0deg, rgba(10,10,10,.76), transparent 55%); }
  .hero-media img { object-position: 58% center; }
  .hero-content .row { align-items: flex-end !important; }
  .hero-benefits { gap: .5rem 1rem; }
  .stat-row { grid-template-columns: 1fr; }
  .stat-row div { padding: .6rem 0; }
  .program-card { min-height: 420px; }
  .program-foot { align-items: flex-start; flex-direction: column; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 200px; }
  .gallery-slide { flex-basis: 100%; height: min(125vw, 560px); }
  .enrollment-image { height: 360px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card.address { grid-column: auto; }
  .contact-card { min-height: 240px; }
  .final-cta { min-height: 600px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 1rem; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-settings-link { grid-column: 1 / -1; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-aside { position: static; }
}

@media (max-width: 575.98px) {
  .container-xl { padding-right: 1.15rem; padding-left: 1.15rem; }
  .navbar-brand small { display: none; }
  .hero h1 { font-size: clamp(1.35rem, 7vw, 2.45rem); letter-spacing: -.055em; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn, .final-actions .btn { width: 100%; }
  .hero-benefits { flex-direction: column; }
  .section-head { margin-bottom: 2.3rem; }
  .program-card h3 { margin-top: 3.2rem; }
  .gallery-track { margin: 0; }
  .gallery-slide { padding: 0; }
  .enrollment-card { border-radius: var(--radius-md); }
  .enrollment-image { height: 300px; }
  .calendar-image > span { right: .5rem; bottom: .5rem; }
  .footer-brand { align-items: flex-start; }
  .cookie-banner { right: .65rem; bottom: .65rem; left: .65rem; padding: 1rem; }
  .cookie-actions { grid-template-columns: 1fr; }
  .cookie-settings-link { grid-column: auto; }
  .cookie-category { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 359.98px) {
  .navbar-brand strong { font-size: .8rem; }
  .navbar-brand img { width: 44px; height: 44px; }
  .hero h1 { font-size: 7vw; }
  .glass-badge { font-size: .66rem; }
  .program-card { padding: 1.35rem; }
  .program-foot { right: 1.35rem; left: 1.35rem; }
  .document-card { padding: 1rem; }
  .document-item { gap: .7rem; font-size: .85rem; }
}

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