:root{--blue: #4a6fa5;--blue-light: #b8cce4;--blue-pale: #dce8f5;--blue-dark: #1e3a5f;--bg: #f7f9fc;--white: #ffffff;--text: #1c2b3a;--text-muted: #5a6b7b;--accent: #c8a96e;--h: "Fraunces", serif;--b: "DM Sans", sans-serif;--radius: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--b);background:var(--bg);color:var(--text);overflow-x:hidden}img{display:block;max-width:100%}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#f7f9fceb;backdrop-filter:blur(12px);border-bottom:1px solid rgba(74,111,165,.1);transition:transform .3s ease}nav.nav-hidden{transform:translateY(-100%);pointer-events:none}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo img{height:48px;width:48px;object-fit:cover;border-radius:8px}.nav-logo span{font-family:var(--h);font-size:1rem;font-weight:700;color:var(--blue-dark);line-height:1.2}.nav-cta{background:var(--blue);color:var(--white);font-family:var(--b);font-size:.875rem;font-weight:600;padding:.6rem 1.4rem;border-radius:50px;border:none;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}.hero{height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:80px;background:linear-gradient(135deg,#eef4fb,#dce8f5,#f0f5fb);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 70% 50%,rgba(74,111,165,.08) 0%,transparent 70%)}.hero-text{padding:clamp(1.5rem,3vw,3rem) clamp(1.5rem,4vw,4rem) clamp(1.5rem,3vw,3rem) clamp(2rem,6vw,6rem);position:relative;z-index:1}.hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:#4a6fa51a;padding:.4rem 1rem;border-radius:50px;margin-bottom:1.5rem}.hero-label span{width:6px;height:6px;background:var(--blue);border-radius:50%;display:block}.hero h1{font-family:var(--h);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:var(--blue-dark);margin-bottom:1.25rem}.hero h1 em{font-style:italic;color:var(--blue)}.hero p{font-size:clamp(1rem,1.3vw,1.15rem);color:var(--text-muted);line-height:1.7;max-width:48ch;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.btn-primary{background:var(--blue);color:var(--white);font-family:var(--b);font-weight:600;font-size:1rem;padding:.85rem 2rem;border-radius:50px;border:none;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #4a6fa54d}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #4a6fa559}.btn-ghost{color:var(--blue-dark);font-family:var(--b);font-weight:500;font-size:.95rem;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:gap .2s}.btn-ghost:hover{gap:.7rem}.btn-ghost:after{content:"→"}.hero-stats{display:flex;gap:2rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(74,111,165,.15)}.stat-num{font-family:var(--h);font-size:2rem;font-weight:700;color:var(--blue-dark)}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.1rem}.hero-visual{position:relative;height:100%;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem 2rem 1rem .5rem}.hero-img{border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px #1e3a5f1f;animation:floatIn .8s cubic-bezier(.16,1,.3,1) both}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img:nth-child(1){grid-row:1 / 3;animation-delay:.1s}.hero-img:nth-child(2){animation-delay:.2s}.hero-img:nth-child(3){animation-delay:.3s}@keyframes floatIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.trust-bar{background:var(--blue-dark);color:var(--white);padding:1.25rem 2rem;display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,4rem);flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.875rem}.trust-item svg{width:16px;height:16px;fill:var(--accent);flex-shrink:0}.trust-divider{width:1px;height:20px;background:#fff3}section{padding:clamp(4rem,8vw,7rem) clamp(1.5rem,6vw,6rem)}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.75rem}.section-heading{font-family:var(--h);font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--blue-dark);margin-bottom:1rem}.section-sub{font-size:clamp(1rem,1.2vw,1.1rem);color:var(--text-muted);line-height:1.7;max-width:54ch}.why{background:var(--white)}.why-inner,.programs-inner,.testimonials-inner{max-width:1200px;margin:0 auto}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.why-image{border-radius:16px;overflow:hidden;position:relative}.why-image img{width:100%;height:460px;object-fit:cover}.why-image:after{content:"";position:absolute;inset:0;border:2px solid rgba(74,111,165,.2);border-radius:16px}.why-points{display:flex;flex-direction:column;gap:1.75rem}.why-point{display:flex;gap:1rem;align-items:flex-start}.why-icon{width:44px;height:44px;background:#4a6fa51a;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.why-icon svg{width:20px;height:20px;fill:var(--blue)}.why-point h3{font-family:var(--h);font-size:1.15rem;font-weight:600;color:var(--blue-dark);margin-bottom:.3rem}.why-point p{font-size:.95rem;color:var(--text-muted);line-height:1.65}.programs{background:var(--bg)}.programs-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.program-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.program-card{background:var(--white);border-radius:16px;overflow:hidden;border:1px solid rgba(74,111,165,.1);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s}.program-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #1e3a5f1f}.program-card-img{height:200px;overflow:hidden}.program-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.program-card:hover .program-card-img img{transform:scale(1.05)}.program-card-body{padding:1.5rem}.program-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:#4a6fa51a;padding:.3rem .75rem;border-radius:50px;margin-bottom:.75rem}.program-card h3{font-family:var(--h);font-size:1.25rem;font-weight:700;color:var(--blue-dark);margin-bottom:.6rem}.program-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem}.program-card ul{list-style:none;display:flex;flex-direction:column;gap:.35rem}.program-card li{font-size:.875rem;color:var(--text-muted);display:flex;gap:.5rem;align-items:flex-start}.program-card li:before{content:"";width:6px;height:6px;background:var(--blue-light);border-radius:50%;flex-shrink:0;margin-top:.45rem}.testimonials{background:var(--blue-dark);color:var(--white)}.testimonials .section-heading{color:var(--white)}.testimonials .section-label{color:var(--blue-light)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.testi-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.75rem}.stars{display:flex;gap:3px;margin-bottom:1rem}.stars span{width:14px;height:14px;background:var(--accent);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testi-card blockquote{font-size:.95rem;line-height:1.7;color:#ffffffd9;margin-bottom:1.25rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:.75rem}.testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);display:grid;place-items:center;font-weight:700;font-size:.875rem;color:var(--white);flex-shrink:0}.testi-name{font-size:.875rem;font-weight:600;color:var(--white)}.testi-meta{font-size:.775rem;color:#ffffff80}.ck-bar{background:linear-gradient(135deg,#b8cce4,#dce8f5);padding:2.5rem clamp(1.5rem,6vw,6rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.ck-bar-text{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.ck-badge{background:var(--blue-dark);color:var(--white);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.4rem .85rem;border-radius:50px}.ck-bar p{font-size:1rem;font-weight:500;color:var(--blue-dark);max-width:55ch;line-height:1.5}.ck-bar strong{font-weight:700}.form-section{background:var(--white);display:grid;grid-template-columns:1fr 1fr;min-height:600px}.form-left{background:var(--blue);padding:clamp(3rem,5vw,5rem) clamp(2rem,5vw,4rem);display:flex;flex-direction:column;justify-content:center}.form-left .section-label{color:var(--blue-light)}.form-left .section-heading{color:var(--white)}.form-left .section-sub{color:#ffffffbf}.form-perks{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.form-perks li{display:flex;gap:.75rem;align-items:center;color:#ffffffe6;font-size:.95rem}.perk-check{width:20px;height:20px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.perk-check svg{width:11px;height:11px;stroke:#fff;fill:none;stroke-width:2.5}.form-right{padding:clamp(3rem,5vw,5rem) clamp(2rem,5vw,4rem);display:flex;flex-direction:column;justify-content:center}.form-right h3{font-family:var(--h);font-size:1.75rem;font-weight:700;color:var(--blue-dark);margin-bottom:.5rem}.form-right>p{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}form{display:flex;flex-direction:column;gap:1rem}label{font-size:.825rem;font-weight:600;color:var(--text);margin-bottom:.3rem;display:block}input,select,textarea{width:100%;padding:.75rem 1rem;border:1.5px solid rgba(74,111,165,.2);border-radius:8px;font-family:var(--b);font-size:.95rem;color:var(--text);background:var(--bg);transition:border-color .2s,box-shadow .2s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #4a6fa51f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.submit-btn{background:var(--blue);color:var(--white);font-family:var(--b);font-weight:600;font-size:1rem;padding:.9rem;border-radius:50px;border:none;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #4a6fa54d;margin-top:.5rem}.submit-btn:hover{background:var(--blue-dark);transform:translateY(-2px)}.submit-btn:disabled{opacity:.7;cursor:wait;transform:none}.form-privacy{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.5rem}.form-status{padding:1rem 1.1rem;border-radius:12px;font-size:.95rem;line-height:1.6}.form-status-success{background:#4a6fa514;border:1px solid rgba(74,111,165,.16);color:var(--blue-dark)}.form-status-error{background:#a6383814;border:1px solid rgba(166,56,56,.16);color:#7f1d1d}footer{background:var(--text);color:#fff9;padding:2rem clamp(1.5rem,6vw,6rem);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}footer .logo-text{font-family:var(--h);color:var(--white);font-size:.95rem}footer address{font-style:normal;font-size:.85rem}footer a{color:var(--blue-light);text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preview-exit{position:fixed;bottom:1rem;right:1rem;z-index:9999;padding:.5rem 1rem;background:#333;color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;box-shadow:0 2px 8px #0003}@media(max-width:900px){.hero{grid-template-columns:1fr;height:100vh;height:100svh;padding-top:0}.hero-text{padding:2rem 1.5rem 1.5rem}.hero h1{margin-bottom:.75rem}.hero p{margin-bottom:1.25rem}.hero-stats{display:none}.nav-cta{white-space:nowrap;font-size:.8rem;padding:.5rem 1rem}input,select,textarea{font-size:16px}.hero-visual{display:none}.why-grid,.form-section{grid-template-columns:1fr}.form-left{padding:3rem 1.5rem}.form-right{padding:2.5rem 1.5rem}.program-cards,.testi-grid{grid-template-columns:1fr}.trust-bar{gap:1rem}.trust-divider{display:none}section{padding:3.5rem 1.5rem}}@media(max-width:600px){.form-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
