:root{--green-950: #043a2d;--green-900: #07513e;--green-800: #076c4f;--green-700: #07875f;--green-600: #079a68;--green-100: #dcf5e9;--green-50: #effaf5;--gold-500: #e8b635;--gold-400: #f4ca58;--cream: #f8f5ec;--paper: #fffefa;--white: #fff;--ink: #15241f;--muted: #607069;--line: #dfe7e2;--danger: #b42318;--shadow-sm: 0 10px 30px rgba(7, 81, 62, .08);--shadow-lg: 0 30px 80px rgba(4, 58, 45, .18);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 30px;--container: 1160px}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:86px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;z-index:9999;top:10px;left:10px;padding:9px 14px;color:#fff;background:var(--green-900);border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid rgba(232,182,53,.8);outline-offset:3px}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border:1px solid transparent;border-radius:12px;cursor:pointer;font-weight:700;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.button:hover:not(:disabled){transform:translateY(-2px)}.button:disabled{cursor:not-allowed;opacity:.6}.button-primary{color:#fff;background:linear-gradient(135deg,var(--green-700),var(--green-900));box-shadow:0 10px 24px #076c4f33}.button-gold{color:var(--green-950);background:linear-gradient(135deg,var(--gold-400),var(--gold-500));box-shadow:0 14px 28px #e8b6353d}.button-glass{color:#fff;border-color:#ffffff61;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button-muted{color:#34443e;border-color:#d2ddd6;background:#f7faf8}.button-outline-dark{width:100%;color:var(--green-900);border-color:#b9ccc2;background:#fff}.button-whatsapp{color:#fff;background:#1da851}.button-large{min-height:54px;padding-inline:24px;border-radius:15px}.site-header{position:sticky;z-index:200;top:0;border-bottom:1px solid rgba(7,81,62,.08);background:#fffefaeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:24px}.brand,.footer-brand{display:flex;min-width:0;align-items:center;gap:12px}.brand-mark{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.brand img,.footer-brand img{width:38px;height:38px;object-fit:contain}.brand>span:last-child,.footer-brand>div{display:flex;min-width:0;flex-direction:column}.brand strong{max-width:230px;overflow:hidden;color:var(--green-900);font-size:.98rem;text-overflow:ellipsis;white-space:nowrap}.brand small,.footer-brand small{color:var(--muted);font-size:.68rem}.site-nav{display:flex;align-items:center;gap:25px}.site-nav a{position:relative;color:#3e4d47;font-size:.83rem;font-weight:600}.site-nav a:after{position:absolute;right:0;bottom:-7px;left:0;height:2px;content:"";background:var(--gold-500);transform:scaleX(0);transition:transform .2s ease}.site-nav a:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:10px}.header-status-link{display:inline-flex;align-items:center;gap:8px;color:var(--green-900);font-size:.78rem;font-weight:700}.header-cta{min-height:42px;padding-inline:16px;font-size:.8rem}.menu-toggle{display:none;width:44px;height:44px;color:var(--green-900);background:var(--green-50);border-radius:12px;cursor:pointer}.announcement{position:relative;z-index:150;color:#503b02;background:linear-gradient(90deg,#fff4c7,#ffe9a0);transition:max-height .3s ease,opacity .2s ease}.announcement.hidden{display:none}.announcement.ppdb-closed-state{color:#711d17;background:linear-gradient(90deg,#fee4e2,#ffd2ce)}.announcement.collapsed #info-banner-text{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3.2em}#info-banner-text{margin:0;font-size:.82rem;line-height:1.5;color:#402c00}#info-banner-text p.banner-p{margin:0 0 4px}#info-banner-text p.banner-p:last-child{margin-bottom:0}#info-banner-text ul.banner-ul,#info-banner-text ol.banner-ol,#info-banner-text ul,#info-banner-text ol{margin:4px 0 6px 18px;padding-left:4px}#info-banner-text ul.banner-ul,#info-banner-text ul{list-style-type:disc}#info-banner-text ol.banner-ol,#info-banner-text ol{list-style-type:decimal}#info-banner-text li{margin-bottom:3px;line-height:1.45}#info-banner-text strong,#info-banner-text b{font-weight:800!important;color:#120900!important;letter-spacing:.01em}#info-banner-text em,#info-banner-text i{font-style:italic}#info-banner-text u{text-decoration:underline}#info-banner-text a.banner-link{color:#1e3a8a;font-weight:600;text-decoration:underline}#info-banner-text a.banner-link:hover{color:#000}.announcement-inner{display:grid;min-height:54px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding-block:10px}.announcement-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#ffffffb3}#info-banner-text{margin:0;white-space:pre-line;font-size:.78rem;line-height:1.5}.announcement-actions{display:flex;align-items:center;gap:8px}.announcement-actions button{min-height:32px;padding:5px 10px;color:#503b02;border:1px solid rgba(80,59,2,.25);background:#ffffff73;border-radius:9px;cursor:pointer;font-size:.72rem;font-weight:700}.hero{position:relative;min-height:720px;overflow:hidden;color:#fff;background-color:var(--green-950);background-image:linear-gradient(110deg,#043a2d,#075c45 58%,#0b7658);background-position:center;background-size:cover}.hero:before{position:absolute;right:-110px;bottom:-150px;width:460px;height:460px;content:"";border:1px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 70px #ffffff09,0 0 0 140px #ffffff06}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#011d1652)}.hero-layout{position:relative;display:grid;min-height:720px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);align-items:center;gap:clamp(45px,7vw,100px);padding-block:75px}.hero-copy{max-width:720px}.hero-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:30px;padding:8px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;font-size:.72rem;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.status-dot{width:8px;height:8px;border-radius:50%;background:#61e39c;box-shadow:0 0 0 5px #61e39c29}.hero-period{margin:0 0 12px;color:#fce6a8;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:760px;margin:0;font-size:clamp(2.6rem,5.1vw,5.15rem);font-weight:800;letter-spacing:-.055em;line-height:1.02}#hero-subtitle{max-width:620px;margin:24px 0 0;color:#fffc;font-size:clamp(.95rem,1.4vw,1.08rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-note{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px;color:#ffffffa6;font-size:.72rem}.hero-note i{margin-right:5px;color:var(--gold-400)}.hero-card{padding:34px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-lg);background:#ffffff1a;box-shadow:0 30px 70px #0003;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.hero-card-label{color:var(--gold-400);font-size:.68rem;font-weight:800;letter-spacing:.16em}.hero-card h2{margin:10px 0 14px;font-size:1.35rem;line-height:1.35}.hero-card-notice{display:flex;align-items:flex-start;gap:8px;margin:0 0 22px;padding:11px 12px;color:#ffffffd6;background:#ffffff1a;border-radius:11px;font-size:.67rem;line-height:1.55}.hero-card-notice i{margin-top:3px;color:var(--gold-400)}.hero-card ol{display:grid;margin:0;padding:0;gap:17px;list-style:none}.hero-card li{display:grid;grid-template-columns:38px 1fr;align-items:start;gap:13px}.hero-card li>span{display:grid;width:38px;height:38px;place-items:center;color:var(--green-950);background:var(--gold-400);border-radius:12px;font-size:.68rem;font-weight:800}.hero-card li div{display:flex;flex-direction:column}.hero-card li strong{font-size:.82rem}.hero-card li small{color:#ffffffa6;font-size:.7rem}.hero-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:26px;color:var(--gold-400);font-size:.75rem;font-weight:700}.trust-strip{position:relative;z-index:5;background:#fff;box-shadow:0 14px 40px #043a2d12}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid>div,.trust-grid>a{display:flex;min-height:112px;align-items:center;gap:13px;padding:22px 28px;border-right:1px solid var(--line)}.trust-grid>:last-child{border-right:0}.trust-icon{display:grid;width:43px;height:43px;flex:0 0 43px;place-items:center;color:var(--green-700);background:var(--green-50);border-radius:13px}.trust-grid p{display:flex;min-width:0;flex-direction:column;margin:0}.trust-grid strong{color:var(--green-950);font-size:.83rem}.trust-grid small{color:var(--muted);font-size:.67rem}.section{padding:105px 0}.section-soft{background:var(--cream)}.section-heading{margin-bottom:48px}.section-heading h2,.faq-intro h2,.final-cta h2{margin:8px 0 0;color:var(--green-950);font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.04em;line-height:1.15}.section-heading>p,.heading-split>p{max-width:500px;margin:0;color:var(--muted);font-size:.9rem}.heading-split{display:flex;align-items:end;justify-content:space-between;gap:40px}.heading-split>div{max-width:660px}.centered{max-width:720px;margin-right:auto;margin-left:auto;text-align:center}.centered>p{margin:13px auto 0}.eyebrow{color:var(--green-700);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow-light{color:var(--gold-400)}.feature-bento{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:18px}.feature-card{position:relative;min-height:330px;overflow:hidden;padding:34px;border:1px solid rgba(7,81,62,.1);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.feature-card-main{color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--green-800),var(--green-950))}.feature-number{position:absolute;top:24px;right:26px;color:#07513e2e;font-size:3.4rem;font-weight:800;letter-spacing:-.08em}.feature-card-main .feature-number{color:#ffffff1f}.feature-icon{display:grid;width:58px;height:58px;margin-bottom:62px;place-items:center;color:var(--green-700);background:var(--green-50);border-radius:18px;font-size:1.35rem}.feature-card-main .feature-icon{color:var(--green-950);background:var(--gold-400)}.feature-card h3{margin:0 0 10px;color:var(--green-950);font-size:1.18rem}.feature-card-main h3{color:#fff}.feature-card p{margin:0;color:var(--muted);font-size:.8rem}.feature-card-main p{color:#ffffffb3}.program-panel{display:grid;margin-top:22px;padding:46px;grid-template-columns:.75fr 1.25fr;gap:55px;color:#fff;background:var(--green-950);border-radius:var(--radius-lg)}.program-intro h3{margin:10px 0 13px;font-size:1.8rem;line-height:1.25}.program-intro p{margin:0;color:#ffffffa6;font-size:.8rem}.program-accordions{display:grid;gap:10px}.program-accordions details,.faq-list details{border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0f}.program-accordions summary,.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 19px;cursor:pointer;font-size:.82rem;font-weight:700;list-style:none}.program-accordions summary::-webkit-details-marker,.faq-list summary::-webkit-details-marker{display:none}.program-accordions summary span{display:flex;align-items:center;gap:10px}.program-accordions summary span i{color:var(--gold-400)}.program-accordions details[open] summary>i,.faq-list details[open] summary>i{transform:rotate(45deg)}.program-accordions ul{display:grid;margin:0;padding:0 19px 19px 45px;grid-template-columns:1fr 1fr;gap:8px 20px;color:#ffffffb3;font-size:.72rem}.steps-section{background:#fff}.steps-grid{display:grid;margin:0;padding:0;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none}.steps-grid li{position:relative;min-height:265px;padding:30px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;transition:transform .2s,box-shadow .2s,border-color .2s}.steps-grid li:hover{border-color:#b8d7c8;box-shadow:var(--shadow-sm);transform:translateY(-5px)}.steps-grid>li>i{display:grid;width:52px;height:52px;margin-bottom:45px;place-items:center;color:var(--green-700);background:var(--green-50);border-radius:16px;font-size:1.2rem}.step-index{position:absolute;top:26px;right:27px;color:#c8d6ce;font-size:.76rem;font-weight:800}.steps-grid h3{margin:0 0 8px;color:var(--green-950);font-size:1rem}.steps-grid p{margin:0;color:var(--muted);font-size:.75rem}.center-action{margin-top:35px;text-align:center}.gallery-section{color:#fff;background:var(--green-950)}.gallery-section .section-heading h2{color:#fff}.gallery-section .heading-split>p{color:#ffffffa6}.gallery-grid{display:grid;min-height:500px;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:1fr 1fr;gap:13px}.gallery-item{position:relative;min-height:230px;overflow:hidden;padding:0;color:#fff;background:#123f34;border-radius:18px;cursor:zoom-in}.gallery-item:first-child{grid-row:1 / span 2}.gallery-item:nth-child(n+6){display:none}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-item:hover img{transform:scale(1.04)}.gallery-item:after{position:absolute;top:35%;right:0;bottom:0;left:0;content:"";background:linear-gradient(transparent,#000000ad)}.gallery-item span{position:absolute;z-index:2;right:18px;bottom:16px;left:18px;font-size:.72rem;font-weight:600}.content-skeleton{position:relative;overflow:hidden;background:#ffffff14;border-radius:18px}.content-skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);animation:shimmer 1.3s infinite;transform:translate(-100%)}.gallery-empty,.testimonial-empty{display:flex;min-height:260px;align-items:center;justify-content:center;padding:35px;flex-direction:column;gap:7px;color:#ffffffb3;border:1px dashed rgba(255,255,255,.2);border-radius:18px;text-align:center}.gallery-empty{grid-column:1 / -1}.gallery-empty i,.testimonial-empty i{margin-bottom:8px;color:var(--gold-400);font-size:1.7rem}.gallery-empty strong,.testimonial-empty strong{color:inherit;font-size:.9rem}.gallery-empty span,.testimonial-empty span{font-size:.7rem}.gallery-skeleton:first-child{grid-row:1 / span 2}.testimonials-section{overflow:hidden;background:var(--cream)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{display:flex;min-height:330px;flex-direction:column;padding:32px;border:1px solid rgba(7,81,62,.1);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-sm)}.testimonial-card:nth-child(2){color:#fff;border-color:transparent;background:var(--green-800);transform:translateY(-16px)}.quote-icon{color:var(--gold-500);font-size:1.6rem}.testimonial-quote{display:-webkit-box;min-height:125px;margin:22px 0 25px;overflow:hidden;color:#34443e;font-size:.83rem;line-height:1.75;-webkit-box-orient:vertical;-webkit-line-clamp:6}.testimonial-read-more{align-self:flex-start;margin:-12px 0 18px;padding:0;color:var(--green-700);background:transparent;cursor:pointer;font-size:.7rem;font-weight:800}.testimonial-read-more:hover,.testimonial-read-more:focus-visible{color:var(--green-950);text-decoration:underline}.testimonial-card:nth-child(2) .testimonial-quote{color:#ffffffd1}.testimonial-card:nth-child(2) .testimonial-read-more{color:var(--gold-400)}.testimonial-person{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-photo,.testimonial-avatar{display:grid;width:50px;height:50px;flex:0 0 50px;place-items:center;object-fit:cover;color:var(--green-700);background:var(--green-50);border-radius:50%}.testimonial-person div{display:flex;flex-direction:column}.testimonial-author{font-size:.78rem;font-weight:700}.testimonial-role{color:var(--muted);font-size:.65rem}.testimonial-card:nth-child(2) .testimonial-role{color:#ffffff94}.testimonial-skeleton{min-height:330px;background:#07513e14}.testimonial-empty{grid-column:1 / -1;color:var(--muted);border-color:#c8d8cf;background:#fff}.stats-section{background:#fff}.stats-shell{display:grid;overflow:hidden;grid-template-columns:.38fr .62fr;color:#fff;background:var(--green-950);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.stats-intro{position:relative;padding:48px;overflow:hidden;background:linear-gradient(145deg,var(--green-800),var(--green-950))}.stats-intro:after{position:absolute;right:-80px;bottom:-100px;width:280px;height:280px;content:"";border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 55px #ffffff08}.stats-intro h2{margin:8px 0 12px;font-size:2.1rem;line-height:1.2}.stats-intro>p{margin:0;color:#ffffffa6;font-size:.78rem}.academic-year-filter{position:relative;z-index:2;display:flex;margin-top:35px;flex-direction:column;gap:7px}.academic-year-filter>span{font-size:.7rem;font-weight:700}.academic-year-filter select{width:100%;min-height:48px;padding:10px 13px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:#ffffff1a}.academic-year-filter option{color:var(--ink)}.stats-content{padding:40px;color:var(--ink);background:#f8faf8}.stats-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stats-cards article{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.stats-cards article>span{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;color:var(--green-700);background:var(--green-50);border-radius:13px}.stats-cards article div{display:flex;flex-direction:column}.stats-cards strong{color:var(--green-950);font-size:1.45rem;line-height:1.1}.stats-cards small{color:var(--muted);font-size:.65rem}.registrant-preview{margin-top:15px;padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.preview-heading div{display:flex;flex-direction:column}.preview-heading strong{color:var(--green-950);font-size:.82rem}.preview-heading small{color:var(--muted);font-size:.62rem}.table-responsive-wrapper{overflow-x:auto;border:1px solid var(--line);border-radius:12px}.public-stats-table{width:100%;border-collapse:collapse;background:#fff;font-size:.72rem}.public-stats-table th,.public-stats-table td{padding:12px 14px;border-bottom:1px solid #e9eeeb;text-align:left}.public-stats-table th{color:var(--green-900);background:var(--green-50);font-size:.64rem;letter-spacing:.04em;text-transform:uppercase}.public-stats-table tbody tr:last-child td{border-bottom:0}.public-stats-table td:nth-child(2){font-weight:600}.loading-cell{height:90px;color:var(--muted);text-align:center!important}.registrant-preview .button{margin-top:13px}.empty-state{padding:25px;color:var(--muted);border:1px dashed #c5d3cb;border-radius:12px;background:#fff;text-align:center;font-size:.75rem}.empty-state[hidden]{display:none}.faq-section{background:var(--cream)}.faq-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.faq-intro{align-self:start}.faq-intro p{margin:18px 0 25px;color:var(--muted);font-size:.82rem}.faq-list{display:grid;gap:10px}.faq-list details{border-color:#07513e1f;background:#fff}.faq-list summary{padding:21px 22px;color:var(--green-950);font-size:.82rem}.faq-list summary>i{color:var(--green-700);transition:transform .2s}.faq-list p{margin:0;padding:0 22px 22px;color:var(--muted);font-size:.76rem}.final-cta{padding:80px 0;color:#fff;background:linear-gradient(115deg,var(--green-900),var(--green-950))}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.final-cta h2{max-width:700px;color:#fff}.final-cta p{margin:12px 0 0;color:#ffffffa6;font-size:.82rem}.footer{padding:65px 0 25px;color:#ffffffb3;background:#022d23}.footer-grid{display:grid;padding-bottom:40px;grid-template-columns:1.6fr .6fr .6fr;gap:60px}.footer-brand{align-self:start}.footer-brand img{width:48px;height:48px}.footer-brand strong{color:#fff}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid>div>strong{margin-bottom:6px;color:#fff;font-size:.78rem}.footer-grid a{font-size:.7rem}.footer-grid a:hover{color:var(--gold-400)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);font-size:.65rem}.mobile-sticky-cta{display:none}.app-toast{position:fixed;z-index:1500;top:95px;left:50%;display:flex;max-width:min(440px,calc(100vw - 28px));align-items:center;gap:10px;padding:12px 16px;color:#fff;background:var(--green-900);border-radius:12px;box-shadow:var(--shadow-lg);opacity:0;transform:translate(-50%,-12px);transition:opacity .2s,transform .2s;font-size:.72rem;font-weight:600}.app-toast.visible{opacity:1;transform:translate(-50%)}.app-toast-error{background:#9f2d24}.modal-overlay{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:24px;background:#02231bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-overlay.active{display:flex}.icon-button{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;color:#4d5d56;background:#f1f5f3;border-radius:12px;cursor:pointer}.registration-dialog,.registrants-dialog,.testimonial-dialog{display:flex;width:min(820px,100%);max-height:min(900px,calc(100vh - 38px));overflow:hidden;flex-direction:column;background:#fff;border-radius:24px;box-shadow:var(--shadow-lg)}.testimonial-dialog{width:min(680px,100%)}.testimonial-dialog-body{padding:30px 32px 34px;overflow-y:auto}.testimonial-dialog-body>p{margin:18px 0 28px;color:#34443e;font-size:.88rem;line-height:1.85;white-space:pre-line}.testimonial-dialog-body .testimonial-person{padding-top:20px;border-top:1px solid var(--line)}.registration-header,.dialog-header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 28px 18px;border-bottom:1px solid var(--line)}.registration-header h2,.dialog-header h2{margin:3px 0;color:var(--green-950);font-size:1.2rem}.registration-header p,.dialog-header p{margin:0;color:var(--muted);font-size:.7rem}.form-stepper{display:flex;flex:0 0 auto;align-items:center;padding:15px 28px;background:#f8faf8}.stepper-item{display:flex;align-items:center;gap:7px;padding:0;color:#8b9992;background:none;cursor:pointer}.stepper-item:disabled{cursor:default}.stepper-item span{display:grid;width:29px;height:29px;place-items:center;border:1px solid #ccd7d1;border-radius:50%;font-size:.67rem;font-weight:800}.stepper-item small{font-size:.63rem;font-weight:700}.stepper-item.active,.stepper-item.completed{color:var(--green-800)}.stepper-item.active span,.stepper-item.completed span{color:#fff;border-color:var(--green-700);background:var(--green-700)}.stepper-line{height:1px;flex:1;margin:0 10px;background:#d9e2dd}#ppdb-form{display:flex;min-height:0;flex:1;flex-direction:column}.registration-body{min-height:0;padding:26px 28px 35px;overflow-y:auto}.form-step[hidden]{display:none}.form-section-heading{display:flex;align-items:center;gap:13px;margin-bottom:24px}.form-section-icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;color:var(--green-700);background:var(--green-50);border-radius:14px}.form-section-heading h3{margin:0;color:var(--green-950);font-size:1rem}.form-section-heading p{margin:2px 0 0;color:var(--muted);font-size:.7rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-group{display:flex;min-width:0;flex-direction:column;gap:7px}.form-group.full-width{grid-column:1 / -1}.form-group label{color:#30433b;font-size:.72rem;font-weight:700}.form-group label>span{color:var(--danger)}.form-group input,.form-group select,.form-group textarea,.registrants-toolbar input,.registrants-toolbar select{width:100%;min-height:48px;padding:11px 13px;color:var(--ink);border:1px solid #cdd9d2;outline:none;background:#fff;border-radius:11px;transition:border-color .2s,box-shadow .2s}.form-group textarea{resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus,.registrants-toolbar input:focus,.registrants-toolbar select:focus{border-color:var(--green-600);box-shadow:0 0 0 4px #079a681c}.form-group input:user-invalid,.form-group select:user-invalid,.form-group textarea:user-invalid{border-color:#e39a94}.form-group small{color:var(--muted);font-size:.62rem}.input-with-prefix,.input-with-icon{position:relative}.input-with-prefix>span,.input-with-icon>i{position:absolute;z-index:2;top:50%;left:13px;color:var(--green-700);transform:translateY(-50%);font-size:.68rem;font-weight:800}.input-with-prefix input,.input-with-icon input{padding-left:44px}.photo-uploader{display:grid;padding:18px;grid-template-columns:110px 1fr;align-items:center;gap:18px;border:1px dashed #b7cbc0;border-radius:16px;background:var(--green-50)}.photo-preview-wrap{position:relative;display:grid;width:110px;aspect-ratio:3 / 4;place-items:center;overflow:hidden;color:#8aa397;background:#dceae3;border-radius:12px}.photo-preview-wrap img{position:absolute;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0}.photo-preview-wrap.has-photo img{opacity:1}.photo-uploader strong{color:var(--green-950);font-size:.8rem}.photo-uploader p{margin:4px 0 14px;color:var(--muted);font-size:.66rem}.photo-actions{display:flex;flex-wrap:wrap;gap:8px}.photo-actions .button{min-height:39px;padding:8px 12px;font-size:.68rem}.registration-footer{display:flex;min-height:76px;flex:0 0 auto;align-items:center;justify-content:space-between;gap:20px;padding:13px 28px;border-top:1px solid var(--line);background:#fff}.registration-footer>span{color:var(--muted);font-size:.63rem}.registration-footer>span i{color:var(--green-700)}.registration-footer>div{display:flex;gap:8px}.registration-review{display:grid;margin-bottom:20px;grid-template-columns:1fr 1fr;gap:10px}.review-item{position:relative;padding:14px;border:1px solid var(--line);border-radius:12px;background:#f9fbfa}.review-item small{display:block;margin-bottom:3px;color:var(--muted);font-size:.58rem;text-transform:uppercase}.review-item strong{display:block;padding-right:28px;overflow-wrap:anywhere;color:var(--green-950);font-size:.72rem}.review-item button{position:absolute;top:9px;right:9px;width:28px;height:28px;color:var(--green-700);background:var(--green-50);border-radius:8px;cursor:pointer}.confirmation-check{display:flex;align-items:flex-start;gap:11px;padding:16px;border:1px solid #bad6c7;border-radius:13px;background:var(--green-50);cursor:pointer}.confirmation-check input{width:18px;height:18px;flex:0 0 18px;accent-color:var(--green-700)}.confirmation-check span{display:flex;flex-direction:column}.confirmation-check strong{color:var(--green-950);font-size:.72rem}.confirmation-check small{color:var(--muted);font-size:.62rem}.process-confirmation{margin-top:10px;border-color:#efcb63;background:#fff9e7}.process-confirmation input{accent-color:#b57d00}.public-name-consent{margin-top:10px;border-color:#a9c7df;background:#f2f8fc}.public-name-consent input{accent-color:#176395}.next-step-card{max-width:620px;margin:0 auto 16px;padding:16px 18px;color:#674b00;border:1px solid #efcb63;border-radius:14px;background:#fff9e7;text-align:left}.next-step-card strong{display:flex;align-items:center;gap:8px;color:#563e00;font-size:.76rem}.next-step-card p{margin:7px 0 0;font-size:.67rem;line-height:1.65}.success-message{padding:45px 36px;overflow-y:auto;text-align:center}.success-message[hidden]{display:none}.success-icon{display:grid;width:72px;height:72px;margin:0 auto 20px;place-items:center;color:#fff;background:var(--green-700);border-radius:50%;box-shadow:0 0 0 10px var(--green-50);font-size:1.7rem}.success-message h3{margin:8px 0;color:var(--green-950);font-size:1.5rem}.success-message>p{max-width:540px;margin:0 auto 22px;color:var(--muted);font-size:.75rem}.registration-code-card{position:relative;display:flex;max-width:430px;margin:0 auto 12px;flex-direction:column;padding:18px 55px;color:#fff;background:var(--green-900);border-radius:16px}.registration-code-card small{color:#ffffff9e;font-size:.58rem}.registration-code-card code{margin-top:3px;font-size:1.3rem;font-weight:800;letter-spacing:.07em}.registration-code-card button{position:absolute;top:50%;right:15px;width:34px;height:34px;color:#fff;background:#ffffff1f;border-radius:9px;cursor:pointer;transform:translateY(-50%)}.unique-link-card{display:flex;max-width:620px;margin:0 auto;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:#f8faf8;text-align:left}.unique-link-card>span{flex:0 0 auto;color:var(--muted);font-size:.62rem}.unique-link-card a{min-width:0;flex:1;overflow:hidden;color:var(--green-700);font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.unique-link-card button{flex:0 0 auto;padding:7px 9px;color:var(--green-800);background:var(--green-50);border-radius:8px;cursor:pointer;font-size:.62rem;font-weight:700}.success-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px}.pdf-status{margin-top:12px!important;font-size:.63rem!important}.registrants-dialog{width:min(980px,100%)}.registrants-toolbar{display:grid;padding:18px 28px;grid-template-columns:.75fr 1.25fr;gap:12px;border-bottom:1px solid var(--line);background:#f8faf8}.registrants-toolbar label{display:flex;flex-direction:column;gap:5px;color:#3d4d46;font-size:.64rem;font-weight:700}.registrants-toolbar input,.registrants-toolbar select{min-height:44px;font-size:.72rem}.dialog-body{min-height:200px;padding:20px 28px;overflow-y:auto}.dialog-footer{display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:15px;padding:12px 28px;border-top:1px solid var(--line)}.pagination-container{display:flex;flex:1;align-items:center;justify-content:space-between;gap:15px}.pagination-info{color:var(--muted);font-size:.65rem}.pagination-buttons{display:flex;gap:7px}.pagination-btn{min-height:36px;padding:7px 11px;color:var(--green-800);border:1px solid #c8d7cf;background:#fff;border-radius:9px;cursor:pointer;font-size:.65rem;font-weight:700}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.lightbox{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;padding:45px;place-items:center;background:#011812eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox[hidden]{display:none}.lightbox figure{max-width:min(1000px,90vw);margin:0}.lightbox img{display:block;max-width:100%;max-height:80vh;margin:auto;object-fit:contain;border-radius:16px}.lightbox figcaption{margin-top:12px;color:#ffffffc7;text-align:center;font-size:.75rem}.lightbox-close{position:absolute;top:22px;right:22px;width:46px;height:46px;color:#fff;background:#ffffff1f;border-radius:50%;cursor:pointer}@keyframes shimmer{to{transform:translate(100%)}}@media (max-width: 1050px){.site-nav{gap:16px}.site-nav a{font-size:.74rem}.header-status-link{display:none}.hero-layout{grid-template-columns:1fr .65fr;gap:35px}.trust-grid>div,.trust-grid>a{padding-inline:16px}}@media (max-width: 860px){.container{width:min(100% - 28px,var(--container))}.site-nav{position:fixed;z-index:300;top:70px;right:14px;left:14px;display:none;align-items:stretch;padding:12px;flex-direction:column;gap:2px;border:1px solid var(--line);background:#fff;border-radius:16px;box-shadow:var(--shadow-lg)}.site-nav.active{display:flex}.site-nav a{padding:11px 12px;border-radius:9px}.site-nav a:hover{color:var(--green-800);background:var(--green-50)}.site-nav a:after{display:none}.menu-toggle{display:block}.hero{min-height:780px}.hero-layout{min-height:780px;grid-template-columns:1fr;gap:42px}.hero-card{max-width:640px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid>div,.trust-grid>a{min-height:95px;border-bottom:1px solid var(--line)}.feature-bento{grid-template-columns:1fr 1fr}.feature-card-main{grid-column:1 / -1}.feature-card{min-height:290px}.program-panel{grid-template-columns:1fr;gap:30px}.steps-grid{grid-template-columns:1fr 1fr}.gallery-grid{min-height:650px;grid-template-columns:1fr 1fr;grid-template-rows:1.4fr 1fr 1fr}.gallery-item:first-child,.gallery-skeleton:first-child{grid-column:1 / -1;grid-row:auto}.testimonial-grid{display:flex;width:calc(100% + 14px);padding:15px 14px 25px 0;overflow-x:auto;scroll-snap-type:x mandatory}.testimonial-card,.testimonial-skeleton{min-width:min(390px,82vw);scroll-snap-align:start}.testimonial-card:nth-child(2){transform:none}.stats-shell{grid-template-columns:1fr}.stats-intro{padding:35px}.academic-year-filter{max-width:380px}.faq-layout{grid-template-columns:1fr;gap:40px}}@media (max-width: 620px){html{scroll-padding-top:68px}body{padding-bottom:68px}.header-inner{min-height:68px;gap:10px}.brand-mark{width:40px;height:40px;flex-basis:40px}.brand img{width:34px;height:34px}.brand strong{max-width:170px;font-size:.82rem}.brand small,.header-cta{display:none}.announcement-inner{grid-template-columns:auto minmax(0,1fr);padding-block:9px}.announcement-actions{grid-column:2;justify-content:flex-start}#info-banner-text{font-size:.8rem}#info-banner-text strong,#info-banner-text b{font-weight:800!important;color:#000!important;background:#ffffff8c;padding:0 4px;border-radius:3px}.hero{min-height:auto}.hero-layout{min-height:auto;padding-block:65px 55px}.hero-kicker{margin-bottom:24px;font-size:.64rem}.hero h1{font-size:clamp(2.35rem,12vw,3.3rem)}#hero-subtitle{font-size:.83rem}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-note{flex-direction:column;gap:6px}.hero-card{padding:26px;border-radius:22px}.trust-grid>div,.trust-grid>a{min-height:100px;align-items:flex-start;padding:17px 12px;flex-direction:column;gap:8px}.trust-icon{width:36px;height:36px;flex-basis:36px}.trust-grid strong{font-size:.7rem}.trust-grid small{font-size:.58rem}.section{padding:75px 0}.section-heading{margin-bottom:32px}.heading-split{align-items:flex-start;flex-direction:column;gap:15px}.section-heading h2,.faq-intro h2,.final-cta h2{font-size:2rem}.feature-bento{grid-template-columns:1fr}.feature-card-main{grid-column:auto}.feature-card{min-height:265px;padding:28px}.feature-icon{margin-bottom:45px}.program-panel{padding:28px 22px;border-radius:22px}.program-accordions ul,.steps-grid{grid-template-columns:1fr}.steps-grid li{min-height:225px}.gallery-grid{min-height:840px;grid-template-columns:1fr;grid-template-rows:repeat(5,1fr)}.gallery-item:first-child,.gallery-skeleton:first-child{grid-column:auto}.gallery-item{min-height:160px}.stats-shell{border-radius:22px}.stats-intro,.stats-content{padding:28px 20px}.stats-cards{grid-template-columns:1fr}.registrant-preview{padding:16px}.preview-heading small{display:none}.public-stats-table{min-width:570px}.final-cta-inner{align-items:flex-start;flex-direction:column}.final-cta .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-column:1 / -1}.footer-bottom{align-items:flex-start;flex-direction:column;gap:6px}.mobile-sticky-cta{position:fixed;z-index:500;right:12px;bottom:10px;left:12px;display:flex;min-height:54px;align-items:center;justify-content:center;gap:9px;color:var(--green-950);background:var(--gold-400);border-radius:15px;box-shadow:0 15px 35px #043a2d4d;font-weight:800}.modal-overlay{align-items:flex-end;padding:0}.registration-dialog,.registrants-dialog,.testimonial-dialog{width:100%;max-height:96dvh;border-radius:22px 22px 0 0}.testimonial-dialog-body{padding:24px 18px 30px}.registration-header,.dialog-header{padding:18px 17px 14px}.registration-header h2,.dialog-header h2{max-width:270px;font-size:1rem}.form-stepper{padding:12px 17px}.stepper-item{gap:0}.stepper-item small{display:none}.stepper-line{margin-inline:6px}.registration-body{padding:22px 17px 30px}.form-grid,.registration-review{grid-template-columns:1fr}.form-group.full-width{grid-column:auto}.photo-uploader{grid-template-columns:84px 1fr;padding:14px;gap:13px}.photo-preview-wrap{width:84px}.photo-actions .button{width:100%}.registration-footer{min-height:70px;padding:10px 17px}.registration-footer>span{display:none}.registration-footer>div,.registration-footer .button{flex:1}.success-message{padding:35px 18px}.unique-link-card{align-items:stretch;flex-direction:column}.success-actions{flex-direction:column}.registrants-toolbar{padding:14px 17px;grid-template-columns:1fr}.dialog-body{padding:14px 17px}.dialog-footer{align-items:stretch;padding:10px 17px;flex-direction:column}.pagination-container{align-items:stretch;flex-direction:column}.pagination-buttons{display:grid;grid-template-columns:1fr 1fr}.lightbox{padding:55px 14px 25px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
