:root{--purple-900:#240b45;--purple-800:#34125f;--purple-700:#482a6f;--purple-tint:#f2eef8;--sky:#72b9f4;--gold:#efb517;--maroon:#cc0036;--maroon-dark:#970028;--ink:#221c2b;--grey-70:#5b5560;--grey-30:#bcbcbc;--grey-10:#f4f1ee;--cream:#faf7f2;--white:#fff;--rule:#e6ddf0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-family:Manrope,Arial,Helvetica Neue,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,h4{color:var(--purple-800);letter-spacing:-.02em;margin:0 0 16px;font-family:Crimson Pro,Georgia,serif;font-weight:300;line-height:1.04}h2{font-size:38px}h4{letter-spacing:-.01em;font-weight:500}p{margin:0 0 16px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{margin:0;padding:0;list-style:none}.container{max-width:1300px;margin:0 auto;padding:0 32px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--maroon);margin-bottom:12px;font-family:Manrope,Arial,sans-serif;font-size:12px;font-weight:700;display:block}.visually-hidden{position:absolute;left:-9999px}.skip-link{background:var(--purple-800);color:var(--white);z-index:999;padding:12px 20px;font-weight:700;transition:top .15s;position:absolute;top:-48px;left:0}.skip-link:focus{top:0}:focus-visible{outline:3px solid var(--sky);outline-offset:2px}@keyframes revealUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes revealScale{0%{opacity:0;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}html.js-anim [data-reveal]{opacity:0}html.js-anim [data-reveal].in-view{animation:.7s cubic-bezier(.16,.8,.3,1) forwards revealUp}html.js-anim .hero-copy>*,html.js-anim .page-hero .container>*{opacity:0}html.js-anim body.loaded .hero-copy>*,html.js-anim body.loaded .page-hero .container>*{animation:.7s cubic-bezier(.16,.8,.3,1) forwards revealUp}html.js-anim body.loaded .hero-copy>:first-child,html.js-anim body.loaded .page-hero .container>:first-child{animation-delay:50ms}html.js-anim body.loaded .hero-copy>:nth-child(2),html.js-anim body.loaded .page-hero .container>:nth-child(2){animation-delay:.18s}html.js-anim body.loaded .hero-copy>:nth-child(3),html.js-anim body.loaded .page-hero .container>:nth-child(3){animation-delay:.31s}html.js-anim body.loaded .hero-copy>:nth-child(4){animation-delay:.44s}html.js-anim .hero-image{opacity:0}html.js-anim body.loaded .hero-image{animation:1s cubic-bezier(.16,.8,.3,1) .15s forwards revealScale}@media (prefers-reduced-motion:reduce){html.js-anim [data-reveal],html.js-anim .hero-copy>*,html.js-anim .page-hero .container>*,html.js-anim .hero-image{opacity:1!important;animation:none!important;transform:none!important}}.btn{letter-spacing:.01em;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:15px 30px;font-family:Manrope,sans-serif;font-size:14px;font-weight:700;transition:background .15s,color .15s,border-color .15s,transform .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--purple-800);color:var(--white)}.btn-primary:hover{background:var(--maroon)}.btn-secondary{border-color:var(--purple-800);color:var(--purple-800)}.btn-secondary:hover{background:var(--purple-800);color:var(--white)}.btn-on-dark{color:var(--white);border-color:#ffffffbf}.btn-on-dark:hover{background:var(--white);color:var(--purple-800)}.btn-sm{padding:10px 20px;font-size:13px}.btn-tertiary{color:var(--purple-800);align-items:center;gap:8px;font-size:13.5px;font-weight:700;display:inline-flex}.btn-tertiary:hover{color:var(--maroon)}.btn-tertiary svg{flex-shrink:0;width:14px;height:14px}.icon{vertical-align:middle;flex-shrink:0;display:inline-block}.util-strip{background:var(--purple-900);color:#cdb9e8;font-size:12.5px}.util-strip .container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;height:38px;display:flex}.util-strip a:hover{color:var(--white)}.util-left,.util-right{flex-wrap:wrap;gap:20px;display:flex}header.site-header{background:var(--white);border-bottom:1px solid var(--rule);z-index:300;position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:32px;height:88px;display:flex}.brand{flex-shrink:0;align-items:center;gap:12px;display:flex}.brand-logo{width:auto;height:46px;display:block}.brand-logo-sm{height:34px}.brand-logo-invert{filter:brightness(0)invert()}.brandname{color:var(--purple-800);font-family:Crimson Pro,Georgia,serif;font-size:19px;font-weight:500;line-height:1.15}.brandname span{letter-spacing:.14em;text-transform:uppercase;color:var(--maroon);margin-top:3px;font-family:Manrope,sans-serif;font-size:10px;font-weight:600;display:block}.nav-menu{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.nav-menu-item{color:var(--ink);border-radius:999px;padding:10px 14px;font-size:14.5px;font-weight:600;transition:background .15s,color .15s}.nav-menu-item:hover,.nav-menu-item.active{background:var(--purple-tint);color:var(--purple-800)}.nav-dropdown{position:relative}.nav-dropdown-toggle{color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:10px 14px;font-size:14.5px;font-weight:600;display:inline-flex}.nav-dropdown-toggle:hover{background:var(--purple-tint);color:var(--purple-800)}.nav-dropdown-toggle svg{width:11px;height:11px;transition:transform .15s}.nav-dropdown:hover .nav-dropdown-toggle svg,.nav-dropdown:focus-within .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-list{background:var(--white);border:1px solid var(--rule);opacity:0;visibility:hidden;border-radius:14px;min-width:230px;padding:10px;transition:opacity .15s,transform .15s,visibility .15s;position:absolute;top:100%;left:0;transform:translateY(6px);box-shadow:0 16px 32px #240b4524}.nav-dropdown:hover .nav-dropdown-list,.nav-dropdown:focus-within .nav-dropdown-list{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-list a{color:var(--ink);border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;display:block}.nav-dropdown-list a:hover,.nav-dropdown-list a.active{background:var(--purple-tint);color:var(--purple-800)}.header-actions{flex-shrink:0;align-items:center;gap:14px;display:flex}.menu-toggle{flex-direction:column;gap:5px;padding:8px;display:none}.menu-toggle span{background:var(--purple-800);width:24px;height:2px}.mega-menu-toggle{color:var(--purple-800);border-radius:999px;align-items:center;gap:9px;padding:9px 16px 9px 10px;font-size:14px;font-weight:700;transition:background .15s;display:inline-flex}.mega-menu-toggle:hover{background:var(--purple-tint)}.mega-menu-toggle .bars{flex-shrink:0;width:22px;height:16px;position:relative}.mega-menu-toggle .bars span{background:var(--purple-800);border-radius:2px;width:100%;height:2px;position:absolute;left:0}.mega-menu-toggle .bars span:first-child{top:0}.mega-menu-toggle .bars span:nth-child(2){top:7px}.mega-menu-toggle .bars span:nth-child(3){top:14px}.mega-menu{background:var(--purple-900);color:var(--white);z-index:500;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;position:fixed;inset:0;overflow-y:auto;transform:translateY(-16px)}.mega-menu.open{opacity:1;visibility:visible;transform:translateY(0)}body.mega-menu-locked{overflow:hidden}.mega-menu-top{border-bottom:1px solid #ffffff24;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:56px;padding:28px 0;display:flex}.mega-menu-top .brand-logo{height:52px}.mega-menu-utility{flex-wrap:wrap;align-items:center;gap:28px;font-size:14.5px;font-weight:600;display:flex}.mega-menu-utility a{color:#e3d5f4}.mega-menu-utility a:hover{color:var(--white)}.mega-menu-close{color:var(--white);align-items:center;gap:10px;font-size:14px;font-weight:700;display:inline-flex}.mega-menu-close .bars{width:20px;height:16px;position:relative}.mega-menu-close .bars span{background:var(--white);border-radius:2px;width:100%;height:2px;position:absolute;top:7px;left:0}.mega-menu-close .bars span:first-child{transform:rotate(45deg)}.mega-menu-close .bars span:last-child{transform:rotate(-45deg)}.mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:48px;padding-bottom:80px;display:grid}.mega-menu-group{margin-bottom:44px}.mega-menu-group h3{color:var(--white);margin-bottom:20px;font-size:26px}.mega-menu-group ul{flex-direction:column;gap:2px;display:flex}.mega-menu-group li a{color:#efe9f8;align-items:center;gap:10px;padding:7px 0;font-size:15px;font-weight:500;transition:color .15s,transform .15s;display:flex}.mega-menu-group li a:hover{color:var(--white);transform:translate(3px)}.mega-menu-group li a svg{width:12px;height:12px;color:var(--maroon);flex-shrink:0}.mega-menu-divider{background:#ffffff24;height:1px;margin:18px 0}@media (width<=1000px){.mega-menu-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.mega-menu-grid{grid-template-columns:1fr}.mega-menu-top{padding:20px 0}.mega-menu-utility{gap:14px;font-size:13px}.mega-menu-top .brand-logo{height:38px}}.hero{align-items:stretch;min-height:660px;display:flex}.hero-copy{flex-direction:column;flex:46%;justify-content:flex-end;max-width:600px;padding:72px 56px 72px 0;display:flex}.hero-inner{align-items:stretch;width:100%;max-width:1300px;margin:0 auto;padding:0 32px;display:flex}.hero h1{max-width:560px;margin-bottom:24px;font-size:58px}.hero p.lead{color:var(--grey-70);max-width:440px;margin-bottom:32px;font-size:18px}.hero-ctas{flex-wrap:wrap;gap:14px;display:flex}.hero-image{background-position:50% 35%;background-size:cover;border-radius:0 0 0 28px;flex:54%;min-height:560px;position:relative;overflow:hidden}.hero-news-card{background:var(--purple-800);max-width:400px;color:var(--white);border-radius:0 20px 0 0;padding:30px;position:absolute;bottom:0;left:0}.hero-news-card .date{color:var(--sky);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:12px;font-weight:700}.hero-news-card h3{color:var(--white);margin-bottom:16px;font-size:22px}.hero-news-card .btn-tertiary{color:var(--white)}.hero-news-card .btn-tertiary:hover{color:var(--sky)}.hero-slide{opacity:0;visibility:hidden;z-index:0;background-position:50% 35%;background-size:cover;transition:opacity .6s;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide .hero-news-card{position:absolute;bottom:0;left:0}.hero-arrow{z-index:3;width:44px;height:44px;color:var(--white);background:#240b458c;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-arrow:hover{background:#240b45d9}.hero-arrow svg{flex-shrink:0;width:18px;height:18px}.hero-arrow-prev{left:20px}.hero-arrow-next{right:20px}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;top:22px;right:22px}.hero-dot{background:#ffffff80;border-radius:50%;width:9px;height:9px;transition:background .15s,transform .15s}.hero-dot.active{background:var(--white);transform:scale(1.25)}@media (width<=800px){.hero-arrow{width:36px;height:36px}.hero-arrow-prev{left:10px}.hero-arrow-next{right:10px}.hero-dots{top:14px;right:14px}}@media (prefers-reduced-motion:reduce){.hero-slide{transition:none}}.page-hero{background:var(--purple-900);color:var(--white);padding:56px 0 64px;position:relative;overflow:hidden}.page-hero .container{z-index:1;position:relative}.breadcrumb{color:#cdb9e8;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.breadcrumb a:hover{color:var(--white)}.breadcrumb .sep{opacity:.5}.page-hero h1{color:var(--white);max-width:640px;margin-bottom:14px;font-size:46px}.page-hero p.lead{color:#d9c9ef;max-width:560px;margin:0;font-size:17px}.page-hero-pattern{opacity:.5;background-position:50%;background-size:cover;width:340px;position:absolute;top:0;bottom:0;right:0}@media (width<=800px){.page-hero-pattern{display:none}}section{padding:0}.section-pad{padding:96px 0}.section-pad.tight{padding:64px 0}.heading-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px;display:flex}.heading-row h2{max-width:420px;margin:0}.section-head{max-width:460px;margin-bottom:48px}.bg-grey{background:var(--grey-10)}.section-divider{border:0;border-top:1px solid var(--rule);margin:0}.banner{background:var(--purple-800);border-radius:20px;flex-wrap:wrap;align-items:stretch;display:flex;position:relative;overflow:hidden}.banner-content{color:var(--white);z-index:1;flex-direction:column;flex:420px;justify-content:center;align-items:flex-start;gap:24px;padding:56px 48px;display:flex;position:relative}.banner-content .btn{white-space:nowrap}.banner-heading{letter-spacing:-.02em;color:var(--white);max-width:520px;margin:0;font-family:Crimson Pro,Georgia,serif;font-size:40px;font-weight:300;line-height:1.05}.banner-pattern{opacity:.9;background-position:50%;background-size:cover;flex:0 340px;min-height:180px}.banner-purple{background:var(--purple-800)}.banner-plum{background:var(--purple-700)}.banner-maroon{background:var(--maroon-dark)}.pathway-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pathway-card{min-height:240px;color:var(--white);border-radius:20px;flex-direction:column;justify-content:space-between;gap:16px;padding:32px 28px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.pathway-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px #14062847}.pathway-card .pathway-pattern{opacity:.2;z-index:0;background-position:50%;background-size:cover;transition:transform .6s;position:absolute;inset:0}.pathway-card:hover .pathway-pattern{transform:scale(1.08)}.pathway-card>*{z-index:1;position:relative}.pathway-age{letter-spacing:.14em;text-transform:uppercase;color:var(--white);opacity:.85;align-self:flex-start;font-family:Manrope,Arial,sans-serif;font-size:12px;font-weight:700}.pathway-content{flex-direction:column;gap:16px;display:flex}.pathway-card .banner-heading{max-width:none;font-size:22px;line-height:1.15}.pathway-card .btn{align-self:flex-start}.resource-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.resource-grid.cols-2{grid-template-columns:repeat(2,1fr)}.resource-card{background:var(--grey-10);border-radius:16px;padding:28px 26px;transition:box-shadow .2s,transform .2s}.resource-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #240b451a}.resource-card .icon-wrap{width:44px;height:44px;color:var(--purple-800);margin-bottom:32px;transition:transform .25s}.resource-card:hover .icon-wrap{transform:translateY(-2px)scale(1.08)}.resource-card h4{margin-bottom:12px;font-size:19px}.resource-card p{color:var(--grey-70);margin-bottom:18px;font-size:14px}.service-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-grid.cols-4{grid-template-columns:repeat(4,1fr)}.service-card{border-radius:18px;align-items:flex-end;min-height:400px;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden}.service-card:hover{box-shadow:0 20px 40px #240b4538}.service-card img{object-fit:cover;z-index:0;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.service-card:hover img{transform:scale(1.06)}.service-card:after{content:"";z-index:1;background:linear-gradient(#240b450d 30%,#1c0a32eb 100%);position:absolute;inset:0}.service-body{z-index:2;color:var(--white);padding:30px;position:relative}.service-body h4{color:var(--white);margin-bottom:16px;font-size:22px}.service-body .rule{background:#fff6;width:100%;height:1px;margin-bottom:16px}.service-body p{color:#efe9f8;margin:0;font-size:14px}.news-row{gap:0;margin:0 -8px;display:flex;overflow-x:auto}.news-item{border-left:1px solid var(--rule);flex:0 0 300px;padding:8px 20px;overflow:hidden}.news-item:first-child{border-left:none}.news-item .tag{text-transform:uppercase;letter-spacing:.08em;color:var(--maroon);margin-bottom:14px;font-size:11px;font-weight:700;display:block}.news-item .rule{background:var(--rule);height:1px;margin-bottom:18px}.news-item img{object-fit:cover;border-radius:12px;width:100%;height:150px;margin-bottom:16px;transition:transform .5s}.news-item:hover img{transform:scale(1.05)}.news-item .date{color:var(--grey-70);margin-bottom:6px;font-size:12.5px}.news-item h4{margin-bottom:14px;font-size:17px;transition:color .15s}.news-item:hover h4{color:var(--maroon)}.news-grid-3{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.news-grid-3 .news-item{border-left:none;padding:0}.people-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.person-card{border-radius:14px;overflow:hidden}.person-card img{object-fit:cover;border-radius:14px;width:100%;height:340px;margin-bottom:20px;transition:transform .5s}.person-card:hover img{transform:scale(1.04)}.person-card h4{margin-bottom:12px;font-size:20px}.person-card .rule{background:var(--rule);width:100%;height:1px;margin-bottom:12px}.person-card .role{color:var(--grey-70);font-size:14.5px}.testi-wrap{background:var(--purple-900);color:var(--white)}.testi-grid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.testi-item p{color:#efe9f8;margin-bottom:18px;font-family:Crimson Pro,Georgia,serif;font-size:19px;font-style:italic;font-weight:400;line-height:1.5}.testi-item .who{color:var(--sky);font-size:14.5px;font-weight:700}.testi-item .who span{color:#c6b4e3;text-transform:none;letter-spacing:0;margin-top:2px;font-size:12.5px;font-weight:500;display:block}.prose{max-width:760px}.prose h2{margin-top:8px;font-size:32px}.prose h3{color:var(--purple-800);font-size:23px}.prose p{color:var(--ink);font-size:16.5px}.prose ul{margin:0 0 20px;padding-left:0}.prose ul li{color:var(--ink);margin-bottom:10px;padding-left:26px;font-size:16px;position:relative}.prose ul li:before{content:"";background:var(--maroon);border-radius:50%;width:7px;height:7px;position:absolute;top:9px;left:0}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.two-col img{object-fit:cover;border-radius:18px;width:100%;height:100%;min-height:320px}.two-col.reverse .media{order:2}.info-table{border-collapse:collapse;width:100%;margin:0 0 24px}.info-table th,.info-table td{text-align:left;border-bottom:1px solid var(--rule);padding:14px 18px;font-size:15px}.info-table th{color:var(--purple-800);text-transform:uppercase;letter-spacing:.06em;font-family:Manrope,sans-serif;font-size:12px;font-weight:700}.info-table tr:last-child td{border-bottom:none}.steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.step{background:var(--grey-10);border-radius:16px;padding:28px 24px;transition:transform .25s,box-shadow .25s}.step:hover{transform:translateY(-4px);box-shadow:0 14px 28px #240b451a}.step:before{counter-increment:step;content:counter(step);background:var(--purple-800);width:36px;height:36px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-family:Manrope,sans-serif;font-size:15px;font-weight:700;transition:transform .25s;display:flex}.step:hover:before{transform:scale(1.1)}.step h4{margin-bottom:8px;font-size:17px}.step p{color:var(--grey-70);margin:0;font-size:14px}.faq{max-width:760px}.faq details{border-bottom:1px solid var(--rule);padding:18px 0}.faq summary{cursor:pointer;color:var(--purple-800);justify-content:space-between;align-items:center;gap:16px;font-family:Crimson Pro,Georgia,serif;font-size:19px;list-style:none;display:flex}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--maroon);flex-shrink:0;font-size:22px}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--grey-70);margin-top:14px;font-size:15px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.gallery-grid img{object-fit:cover;border-radius:12px;width:100%;height:200px;transition:transform .3s}.gallery-grid a:hover img{transform:scale(1.04)}.gallery-grid .tall{grid-row:span 2}.gallery-grid .tall img{height:100%;min-height:416px}.activity-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.activity-card{background:var(--white);border:1px solid var(--rule);border-radius:16px;padding:26px;transition:transform .25s,box-shadow .25s,border-color .25s}.activity-card:hover{border-color:var(--purple-tint);transform:translateY(-4px);box-shadow:0 14px 28px #240b4514}.activity-card h4{margin-bottom:10px;font-size:18px}.activity-card p{color:var(--grey-70);margin:0;font-size:14px}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-grid .full{grid-column:1/-1}.field label{color:var(--purple-800);margin-bottom:8px;font-size:13px;font-weight:700;display:block}.field input,.field select,.field textarea{border:1px solid var(--rule);background:var(--white);width:100%;color:var(--ink);border-radius:10px;padding:13px 16px;font-family:inherit;font-size:15px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple-800);box-shadow:0 0 0 3px var(--purple-tint);outline:none}.field textarea{resize:vertical;min-height:120px}.article-meta{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:8px;display:flex}.article-meta .tag{text-transform:uppercase;letter-spacing:.08em;color:var(--maroon);font-size:11px;font-weight:700}.article-meta .date{color:var(--grey-70);font-size:13.5px}.article-hero-img{object-fit:cover;border-radius:18px;width:100%;height:420px;margin:32px 0 40px}.article-share{border-top:1px solid var(--rule);align-items:center;gap:12px;margin-top:40px;padding-top:24px;display:flex}.article-share a{border:1px solid var(--rule);width:38px;height:38px;color:var(--purple-800);border-radius:50%;justify-content:center;align-items:center;display:flex}.article-share a:hover{background:var(--purple-800);color:var(--white);border-color:var(--purple-800)}.social-feed-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:32px;display:grid}@media (width<=1000px){.social-feed-grid{grid-template-columns:1fr}}.fb-feed-card{background:var(--white);border:1px solid var(--rule);border-radius:18px;justify-content:center;align-items:center;padding:4px;display:flex;overflow:hidden;box-shadow:0 14px 28px #240b450f}.fb-feed-card iframe{max-width:100%;display:block}.insta-follow-card{background:var(--white);border:1px solid var(--rule);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 36px;display:flex;box-shadow:0 14px 28px #240b450f}.insta-follow-card .icon-wrap{width:56px;height:56px;color:var(--purple-800)}.insta-follow-card .handle{letter-spacing:.02em;color:var(--maroon);font-family:Manrope,sans-serif;font-size:14px;font-weight:700}.insta-follow-card h4{margin:0;font-size:21px}.insta-follow-card p{max-width:320px;color:var(--grey-70);margin:0;font-size:15px}.join-us-card{background:var(--purple-900);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 36px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 28px #240b4538}.join-us-pattern{opacity:.14;z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.join-us-card>*{z-index:1;position:relative}.join-us-card .icon-wrap{width:56px;height:56px;color:var(--sky)}.join-us-card h4{color:var(--white);margin:0;font-size:21px}.join-us-card p{color:#d9c9ef;max-width:300px;margin:0;font-size:15px}.map-frame{border:0;border-radius:18px;width:100%;height:420px}footer{background:var(--purple-900);color:#cdb9e8;padding-top:72px}.footer-grid{border-bottom:1px solid #ffffff24;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:44px;display:grid}footer h4{color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:18px;font-family:Manrope,sans-serif;font-size:13px}footer .brand-logo-sm{width:auto;height:34px}footer .about{color:#cdb9e8;max-width:280px;margin-top:16px;font-size:14.5px;line-height:1.6}footer ul{margin:0;padding:0;list-style:none}footer ul li{margin-bottom:10px}footer ul a{color:#cdb9e8;font-size:14.5px;transition:color .15s}footer ul a:hover{color:var(--white)}footer address{color:#cdb9e8;margin-bottom:20px;font-size:14.5px;font-style:normal;line-height:1.7}footer .newsletter form{border:1px solid #fff3;border-radius:10px;gap:0;display:flex;overflow:hidden}footer .newsletter input{min-width:0;color:var(--white);background:#ffffff0f;border:0;flex:1;padding:11px 14px;font-family:inherit;font-size:14px}footer .newsletter input::placeholder{color:#a999c4}footer .newsletter input:focus{background:#ffffff1a;outline:none}footer .newsletter button{background:var(--sky);color:var(--purple-900);cursor:pointer;border:0;padding:11px 18px;font-size:13.5px;font-weight:700;transition:background .15s}footer .newsletter button:hover{background:#8ec8f6}.footer-bottom{color:#a999c4;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 0;font-size:13px;display:flex}.footer-bottom .socials{gap:10px;display:flex}.footer-bottom .socials a{color:#cdb9e8;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,color .15s,border-color .15s;display:flex}.footer-bottom .socials a:hover{background:var(--sky);color:var(--purple-900);border-color:var(--sky)}.fee-tables{flex-direction:column;gap:28px;margin-top:32px;display:flex}.fee-download-row{flex-wrap:wrap;gap:14px;display:flex}.fee-table-card{background:var(--white);border:1px solid var(--rule);border-radius:18px;padding:28px 28px 24px;box-shadow:0 14px 28px #240b450f}.fee-table-card h3{color:var(--purple-900);margin:0 0 4px;font-size:19px}.fee-table-note{color:var(--grey-70);margin:6px 0 14px;font-size:13.5px;line-height:1.6}.fee-two-col{grid-template-columns:1fr 1fr;gap:28px;display:grid}.table-scroll{overflow-x:auto}.fee-table{border-collapse:collapse;width:100%;font-size:14.5px}.fee-table th,.fee-table td{text-align:left;border-bottom:1px solid var(--rule);white-space:nowrap;padding:11px 14px}.fee-table thead th{background:var(--purple-tint);color:var(--purple-900);letter-spacing:.02em;text-transform:uppercase;font-size:13px;font-weight:700}.fee-table tbody tr:last-child td{border-bottom:0}.fee-table tbody tr:nth-child(2n){background:var(--grey-10)}.fee-table-simple td:first-child{color:var(--ink)}.fee-table-simple td:last-child{text-align:right;color:var(--purple-800);white-space:nowrap;font-weight:700}.fee-payment-card{background:var(--grey-10);border-radius:18px;padding:28px 28px 24px}.fee-payment-card h3{color:var(--purple-900);margin:0 0 10px;font-size:19px}.fee-payment-card p{color:var(--grey-70);margin:0 0 14px;font-size:14.5px;line-height:1.6}.fee-payment-card ul{gap:8px;margin:0 0 16px;padding:0;list-style:none;display:grid}.fee-payment-card ul li{color:var(--ink);font-size:14.5px}@media (width<=800px){.fee-two-col{grid-template-columns:1fr}.fee-table-card{padding:22px 18px 18px}}
