@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{--plum:#372039;--purple:#55315d;--gold:#e5ad36;--green:#5e8f4a;--blue:#7194aa;--cream:#f7f2e8;--ink:#241b26;--white:#fff;--line:rgba(55,32,57,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.page-shell{overflow:hidden}.site-header{height:92px;display:flex;align-items:center;gap:40px;padding:0 max(5vw,24px);background:#fff;position:relative;z-index:10;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand img{width:48px;height:48px;border-radius:50%}.brand span{display:grid;line-height:1}.brand strong{font:800 20px Manrope;color:var(--plum);letter-spacing:.06em}.brand small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-top:5px;color:#776d78}.site-header nav{display:flex;gap:32px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--purple)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--plum);color:#fff;border-radius:4px;padding:17px 23px;font-weight:700;font-size:14px;transition:.2s}.button:hover{transform:translateY(-2px);background:var(--purple)}.button-small{padding:12px 18px;font-size:13px}.hero{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--cream)}.hero-copy{padding:105px 7vw 70px 9vw}.eyebrow{display:inline-block;color:var(--purple);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.2em;margin-bottom:22px}.hero h1{font:800 clamp(50px,6vw,88px)/.98 Manrope;letter-spacing:-.055em;max-width:700px;margin-bottom:28px}.hero h1 em{font-style:normal;color:var(--purple);position:relative}.hero h1 em:after{content:"";position:absolute;height:8px;background:var(--gold);left:2px;right:-4px;bottom:-6px;border-radius:100%;transform:rotate(-1deg)}.hero-copy>p{max-width:570px;font-size:17px;line-height:1.7;color:#655b66}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.text-link{font-size:14px;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:4px}.hero-note{display:flex;gap:36px;margin-top:72px;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800;color:#766c75}.hero-note span+span{padding-left:36px;border-left:1px solid #bdb1b7}
.hero-visual{position:relative;min-height:660px;background:var(--purple);display:grid;place-items:center;overflow:hidden}.hero-visual:before,.hero-visual:after{content:"";position:absolute;border-radius:50%}.hero-visual:before{width:560px;height:560px;border:1px solid rgba(255,255,255,.13)}.hero-visual:after{width:420px;height:420px;border:1px solid rgba(255,255,255,.13)}.sun{position:absolute;width:210px;height:210px;background:var(--gold);border-radius:50%;right:-70px;top:-60px}.logo-card{width:min(62%,350px);aspect-ratio:1;background:#fff;padding:18px;border-radius:50%;box-shadow:0 28px 60px rgba(23,10,25,.35);z-index:2}.logo-card img{width:100%;height:100%;object-fit:cover;border-radius:50%}.floating-card{position:absolute;left:8%;bottom:9%;background:var(--gold);padding:20px 24px;width:220px;z-index:3}.floating-card span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.17em;font-weight:800;margin-bottom:6px}.floating-card strong{font:700 18px Manrope}.dots{position:absolute;color:rgba(255,255,255,.3);letter-spacing:13px;line-height:18px;right:3%;bottom:2%}
.section{padding:110px max(7vw,30px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}.section-heading h2,.about h2,.cta h2{font:800 clamp(36px,4vw,58px)/1.08 Manrope;letter-spacing:-.045em;margin-bottom:0}.section-heading>p{max-width:460px;color:#736a72;line-height:1.7}.programs{background:#fff}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-card{position:relative;min-height:380px;padding:34px;color:#fff;display:flex;flex-direction:column;overflow:hidden}.program-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.23);border-radius:50%;right:-70px;top:55px}.program-card.green{background:var(--green)}.program-card.gold{background:var(--gold);color:var(--ink)}.program-card.blue{background:var(--blue)}.program-card .number{font-size:11px;font-weight:800;letter-spacing:.18em;opacity:.75}.program-card .icon{font-size:58px;margin:auto 0 15px}.program-card h3{font:800 28px Manrope;margin-bottom:11px}.program-card p{line-height:1.6;max-width:290px;opacity:.9}.program-card a{margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.35);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;display:flex;justify-content:space-between}.gold a{border-color:rgba(0,0,0,.2)}
.about{background:var(--plum);color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:9vw;align-items:center}.about-mark{position:relative}.about-mark:before{content:"";position:absolute;inset:-35px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.about-mark img{width:100%;border-radius:50%;display:block}.light{color:var(--gold)}.about-copy>p{font-size:17px;line-height:1.8;color:#d9d0da;max-width:700px;margin:30px 0 36px}.leader{border-left:3px solid var(--gold);padding-left:20px;display:grid}.leader span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#aaa0ab}.leader strong{font:700 18px Manrope;margin:6px 0 2px}.leader small{color:#c2b9c3}
.process{background:var(--cream)}.compact{align-items:start}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.steps>div{padding:34px 35px 20px 0}.steps>div+div{border-left:1px solid var(--line);padding-left:35px}.steps span{width:34px;height:34px;border-radius:50%;background:var(--gold);display:grid;place-items:center;font-weight:800;font-size:12px;margin-bottom:36px}.steps h3{font:700 19px Manrope}.steps p{color:#756b74}.cta{text-align:center;padding:100px 24px;background:var(--purple);color:#fff}.cta h2{max-width:800px;margin:0 auto 20px}.cta p{color:#d9cedb;margin-bottom:32px}.button-light{background:#fff;color:var(--plum)}.button-light:hover{background:var(--gold);color:var(--ink)}footer{background:#201222;color:#cbbfcd;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px;padding:30px max(5vw,24px);font-size:11px}footer p{margin:0}.footer-brand{display:flex;align-items:center;gap:9px;color:#fff;letter-spacing:.1em}.footer-brand img{width:30px;height:30px;border-radius:50%}
#blazor-error-ui{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff3cd;padding:12px;z-index:1000}
@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:80px 7vw}.hero-visual{min-height:520px}.program-grid{grid-template-columns:1fr}.program-card{min-height:320px}.about{grid-template-columns:1fr}.about-mark{max-width:330px;margin:auto}.section-heading{display:block}.section-heading>p{margin-top:22px}.steps{grid-template-columns:1fr}.steps>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.steps>div{padding:28px 0}.steps span{margin-bottom:18px}footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}}
@media(max-width:560px){.site-header{height:76px}.site-header>.button{display:none}.brand img{width:42px;height:42px}.hero-copy{padding:65px 24px}.hero h1{font-size:50px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-note{margin-top:50px;gap:16px}.hero-note span+span{padding-left:16px}.hero-visual{min-height:430px}.floating-card{left:20px;bottom:20px}.section{padding:80px 24px}.program-card{padding:28px}.about-mark{max-width:240px}}
