@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.redirect-modal[data-astro-cid-sz7xmlte]{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.redirect-modal[data-astro-cid-sz7xmlte][hidden]{display:none}.redirect-backdrop[data-astro-cid-sz7xmlte]{position:absolute;inset:0;background:rgba(15,17,40,.55);backdrop-filter:blur(2px)}.redirect-dialog[data-astro-cid-sz7xmlte]{position:relative;background:var(--white, #fff);color:#1f2430;max-width:540px;width:100%;max-height:85vh;overflow-y:auto;border-radius:16px;padding:2.25rem 2.25rem 2rem;box-shadow:0 24px 60px -16px #14193c73}.redirect-dialog[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:var(--navy, #262261)}.redirect-intro[data-astro-cid-sz7xmlte]{margin:0 0 1.5rem;font-size:1rem;line-height:1.6;color:#3d4350}.redirect-actions[data-astro-cid-sz7xmlte]{display:flex;gap:.75rem;flex-wrap:wrap}.redirect-btn[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;border-radius:9999px;font-size:.95rem;font-weight:600;cursor:pointer;border:1.5px solid transparent;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.redirect-continue[data-astro-cid-sz7xmlte]{background:var(--navy, #262261);color:#fff}.redirect-continue[data-astro-cid-sz7xmlte]:hover{background:var(--navy-light, #3a3594)}.redirect-cancel[data-astro-cid-sz7xmlte]{background:transparent;color:var(--navy, #262261);border-color:#cfd5e2}.redirect-cancel[data-astro-cid-sz7xmlte]:hover{background:#f1f3f9}.redirect-toggle[data-astro-cid-sz7xmlte]{display:inline-block;margin-top:1.5rem;padding:0;background:none;border:none;color:var(--navy-light, #3a3594);font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline}.redirect-full[data-astro-cid-sz7xmlte]{margin-top:1rem;padding-top:1rem;border-top:1px solid #e6e9f0;font-size:.875rem;line-height:1.6;color:#4a5160}.redirect-full[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0 0 .85rem}.redirect-full[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]:last-child{margin-bottom:0}:root{--navy: #262261;--navy-light: #3a3594;--blue: #aae1fa;--blue-mid: #7ecff5;--dark: #111827;--dark-footer: #212529;--gray-100: #f8fafc;--gray-200: #f3f4f6;--gray-300: #e5e7eb;--gray-500: #4a5565;--gray-600: #364153;--gray-muted: #adb5bd;--white: #ffffff;--vega-navy: var(--navy);--vega-gold: #d4a574;--vega-light: #f7f3ef;--vega-dark: #2d2d2d}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--vega-dark);background:white;line-height:1.6}.bg-gradient-to-b{background:linear-gradient(135deg,#1d1a4e 0%,var(--navy) 50%,var(--navy-light) 100%)!important}.hero{position:relative;overflow:hidden;display:flex;align-items:center;min-height:560px;padding:7rem 0;background-image:url(/images/hero-clouds.jpg);background-size:cover;background-position:center;color:var(--white)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(29,26,78,.5) 0%,rgba(38,34,97,.4) 50%,rgba(58,53,148,.32) 100%)}.hero-content{position:relative;z-index:1;width:100%}.hero h1 em{font-style:italic}.bg-gradient-to-r{background:linear-gradient(120deg,var(--navy) 0%,var(--navy-light) 100%)!important}.bg-vega-navy{background-color:var(--vega-navy)}.bg-vega-gold{background-color:var(--vega-gold)}.bg-vega-light{background-color:var(--vega-light)}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.text-white{color:#fff}.text-vega-navy{color:var(--vega-navy)}.text-gray-600{color:#4b5563}.text-gray-300{color:#d1d5db}.text-blue-100{color:#dbeafe}.py-4{padding:1rem 0}.py-8{padding:2rem 0}.py-12{padding:3rem 0}.py-16{padding:4rem 0}.py-20{padding:5rem 0}.py-24{padding:6rem 0}.py-32{padding:8rem 0}.px-4{padding:0 1rem}.px-6{padding:0 1.5rem}.px-8{padding:0 2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.text-center{text-align:center}.max-w-6xl{max-width:72rem;margin:0 auto}.max-w-3xl{max-width:48rem;margin:0 auto}.max-w-2xl{max-width:42rem;margin:0 auto}.mx-auto{margin:0 auto}.grid{display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr);gap:3rem}.grid-cols-4{grid-template-columns:repeat(4,1fr);gap:1.5rem}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:3rem}.flex{display:flex}.flex-center{display:flex;justify-content:center;align-items:center}.space-y-8>*+*{margin-top:2rem}.space-y-4>*+*{margin-top:1rem}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.border-l-4{border-left:4px solid}.border-t-4{border-top:4px solid}.border-vega-navy{border-color:var(--vega-navy)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem;line-height:1.4}.text-2xl{font-size:1.5rem;line-height:1.3}.text-3xl{font-size:2rem;line-height:1.2}.text-4xl{font-size:2.5rem;line-height:1.2}.text-5xl{font-size:3.5rem;line-height:1.1}.text-6xl{font-size:4.5rem;line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.btn{display:inline-block;padding:1rem 2.5rem;border-radius:.375rem;font-weight:700;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background-color:var(--navy)!important;color:#fff!important}.btn-primary:hover{background-color:var(--navy-light)!important}.btn-secondary{background-color:var(--vega-navy)!important;color:#fff!important}.btn-secondary:hover{background-color:#0c1e3a!important}.btn-outline{background-color:transparent;color:#fff;border:2px solid white}.btn-outline:hover{background-color:#ffffff1a}.card{position:relative;overflow:hidden;padding:2.75rem 2.25rem;background-color:var(--white);border-radius:1.1rem;box-shadow:0 10px 30px -12px #26226133;transition:all .4s ease}.card:hover{box-shadow:0 24px 40px -14px #26226147;transform:translateY(-8px)}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--vega-navy)}.card p{font-size:1rem;line-height:1.6}.corner-arc{position:absolute;top:-50px;right:-50px;width:110px;height:110px;border-radius:9999px;background:radial-gradient(circle,rgba(231,239,246,.95) 0%,rgba(231,239,246,0) 66%);pointer-events:none}.corner-arc.tr{inset:-50px -50px auto auto}.corner-arc.tl{inset:-50px auto auto -50px}.corner-arc.bl{inset:auto auto -50px -50px}.serve-card{text-align:center}.serve-icon{position:relative;width:5rem;height:5rem;margin:.5rem auto 1.75rem;border-radius:9999px;background:radial-gradient(circle at 35% 30%,#3a3594 0%,#262261 70%);display:flex;align-items:center;justify-content:center;color:var(--white);box-shadow:0 12px 22px -8px #26226180}.serve-icon svg{width:2.1rem;height:2.1rem}.serve-icon.acc-dot:after{content:"";position:absolute;top:-3px;left:50%;transform:translate(-50%);width:.85rem;height:.85rem;border-radius:9999px;background:var(--blue)}.serve-icon.acc-ring:before{content:"";position:absolute;inset:-7px;border-radius:9999px;border:2px solid var(--blue-mid)}.serve-icon.acc-diamond:after{content:"";position:absolute;top:-6px;right:-14px;width:.95rem;height:.95rem;background:var(--blue);transform:rotate(45deg);border-radius:2px}a{text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}.site-nav{position:sticky;top:0;z-index:50;background-color:var(--white);box-shadow:0 1px 3px #00000014;padding:0 2rem}.site-nav .nav-inner{position:relative;max-width:72rem;margin:0 auto;height:80px;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center;text-decoration:none}.nav-logo img{height:40px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:2.25rem;list-style:none}.nav-links a{color:var(--gray-600);font-weight:500;font-size:1rem;padding-bottom:4px;border-bottom:2px solid transparent}.nav-links a:hover{color:var(--navy);opacity:1}.nav-links a.is-active{color:var(--navy);font-weight:600;border-bottom-color:var(--navy)}.nav-links a.nav-cta{display:inline-block;background-color:var(--navy);color:var(--white);font-weight:600;font-size:.95rem;padding:.7rem 1.5rem;border-radius:.5rem;border-bottom:none;text-decoration:none;transition:background-color .2s ease}.nav-links a.nav-cta:hover{background-color:var(--navy-light);color:var(--white);opacity:1}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer}.nav-toggle-bar{display:block;width:24px;height:2px;margin:0 auto;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.nav-toggle.is-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.site-nav{padding:0 1.25rem}.nav-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 12px 20px -8px #0000001f;padding:.5rem 0;display:none}.nav-links.is-open{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:.9rem 1.5rem;border-bottom:none}.nav-links a.is-active{border-bottom:none;background:#f4f6fb}.nav-links a.nav-cta{margin:.6rem 1.5rem .4rem;text-align:center}}.badge{display:inline-block;background-color:#fff3;color:#fff;padding:.75rem 1.5rem;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,255,255,.3);letter-spacing:.5px}.cards-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin:4rem 0}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}.solution-item{display:flex;align-items:center;gap:.85rem;padding:1.2rem 1.4rem;background-color:var(--white);border:1px solid var(--gray-200);border-radius:.75rem;font-size:1rem;font-weight:500;color:var(--navy);line-height:1.4;box-shadow:0 4px 14px -10px #2622612e;transition:all .25s ease;cursor:pointer}.sol-check{flex-shrink:0;display:inline-flex;color:var(--blue-mid)}.sol-check svg{width:1.3rem;height:1.3rem}.solution-item:hover{border-color:var(--blue-mid);transform:translateY(-2px);box-shadow:0 10px 20px -10px #26226138}.icon-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin:3rem 0}.icon-card{position:relative;overflow:hidden;text-align:left;padding:2.5rem 2rem;background-color:var(--white);border-radius:1.1rem;box-shadow:0 10px 30px -12px #26226133;transition:transform .3s ease,box-shadow .3s ease}.icon-card:hover{transform:translateY(-4px);box-shadow:0 24px 40px -14px #26226147}.principle-badge{width:3.5rem;height:3.5rem;border-radius:.9rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.principle-badge svg{width:1.7rem;height:1.7rem}.principle-badge.badge-navy{background:radial-gradient(circle at 35% 30%,#3a3594 0%,#262261 75%);color:var(--white)}.principle-badge.badge-blue{background-color:var(--blue);color:var(--navy)}.icon-card h3{font-size:1.25rem;font-weight:700;color:var(--vega-navy);margin-bottom:1rem;line-height:1.3}.icon-card p{font-size:.95rem;color:#4b5563;line-height:1.6}.button-group{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.cta-band{position:relative;overflow:hidden;background:linear-gradient(120deg,#1d1a4e 0%,var(--navy) 45%,var(--navy-light) 100%);color:var(--white);padding:4.5rem 1rem;text-align:center}.cta-band:before{content:"";position:absolute;top:-120px;left:50%;width:760px;height:760px;transform:translate(-50%);border-radius:9999px;background:radial-gradient(circle,transparent 0 38%,rgba(255,255,255,.05) 38% 39%,transparent 39%),radial-gradient(circle,transparent 0 48%,rgba(255,255,255,.04) 48% 49%,transparent 49%),radial-gradient(circle,transparent 0 58%,rgba(255,255,255,.03) 58% 59%,transparent 59%);pointer-events:none}.cta-band>*{position:relative;z-index:1}.cta-arrow-badge{width:56px;height:56px;margin:0 auto 1.75rem;border-radius:9999px;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--navy)}.heading-underline{position:relative;padding-bottom:.85rem}.heading-underline:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:90px;height:4px;border-radius:9999px;background:linear-gradient(90deg,var(--navy),var(--blue-mid))}.cta-band h2{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.cta-band .cta-sub{font-size:1.05rem;color:#c7caf0;margin-bottom:2rem}.cta-band .btn{font-weight:500;font-size:.95rem;padding:.85rem 1.85rem;border-radius:.65rem}.btn-light{background-color:var(--blue);color:var(--navy)!important}.btn-light:hover{background-color:var(--blue-mid)}.btn-outline-light{background-color:transparent;color:var(--white)!important;border:2px solid rgba(255,255,255,.6)}.btn-outline-light:hover{background-color:#ffffff1a;border-color:var(--white)}.site-footer{background-color:var(--dark-footer);color:var(--gray-muted);padding:4rem 0 2rem}.footer-inner{max-width:72rem;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1.2fr 1fr;gap:2.5rem}.footer-brand .footer-logo{display:inline-flex;align-items:center;text-decoration:none;margin-bottom:1rem}.footer-brand .footer-logo img{height:36px;width:auto;display:block}.footer-tagline{color:#d4d6da;font-size:.95rem;margin-bottom:1.5rem}.footer-social{display:flex;gap:1.1rem}.footer-social a{color:var(--white);display:inline-flex;opacity:.9}.footer-social a:hover{opacity:1}.footer-social svg{width:20px;height:20px;fill:currentColor}.footer-col h4{color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.7rem;font-size:.95rem;line-height:1.45}.site-footer a{color:var(--gray-muted);font-size:.95rem}.site-footer a:hover{color:var(--white);opacity:1}.footer-col .ext-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--white)}.footer-col .ext-link svg{width:14px;height:14px;stroke:currentColor;fill:none}.footer-address{color:var(--gray-muted)}.footer-disclosures{max-width:72rem;margin:3rem auto 0;padding:0 2rem}.footer-disclosures h3{color:var(--white);font-size:1.15rem;font-weight:700;margin-bottom:1rem}.footer-disclosures p{font-size:.85rem;line-height:1.7;color:var(--gray-muted);margin-bottom:1.25rem}.footer-bottom{max-width:72rem;margin:2rem auto 0;padding:1.75rem 2rem 0;border-top:1px solid #353a40;text-align:center;font-size:.85rem;color:var(--gray-muted)}@media (max-width: 860px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.cards-3col,.solutions-grid,.icon-cards-grid,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 620px){.cards-3col,.solutions-grid,.icon-cards-grid,.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr;gap:1.5rem;margin:2.5rem 0}.button-group{flex-direction:column;align-items:stretch}.button-group .btn{width:100%;text-align:center}}@media (max-width: 560px){.footer-top{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.text-6xl{font-size:2.75rem;line-height:1.1}.text-5xl{font-size:2.35rem;line-height:1.15}.text-4xl{font-size:2rem}.text-3xl{font-size:1.65rem}.cta-band h2{font-size:1.9rem}.hero{padding:4.5rem 0;min-height:440px}.py-32{padding:4.5rem 0}.py-24{padding:3.75rem 0}.py-20{padding:3rem 0}.py-16{padding:2.75rem 0}}@media (max-width: 480px){.text-6xl{font-size:2.2rem}.text-5xl{font-size:1.95rem}.text-4xl{font-size:1.75rem}.hero{padding:3.5rem 0;min-height:380px}.px-8,.px-6{padding:0 1.25rem}}.inline-block{display:inline-block}.block{display:block}.w-full{width:100%}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.flex-shrink-0{flex-shrink:0}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-20{width:5rem}.h-20{height:5rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.mr-4{margin-right:1rem}.pl-8{padding-left:2rem}.p-12{padding:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-16>*+*{margin-top:4rem}.border-gray-300{border-color:var(--gray-300)}.border-blue-400{border-color:var(--blue-mid)}.bg-blue-400{background-color:var(--blue-mid)}.text-gray-500{color:#6b7280}.transition{transition:all .3s ease}.border{border:2px solid var(--gray-300)}input,textarea{font-family:inherit;font-size:1rem;border-radius:.875rem;background-color:var(--white)}input:focus,textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px #2622611f}.faq-card{background-color:var(--gray-100);border:1px solid var(--gray-200);border-radius:1rem;padding:3rem}.faq-list{display:grid;gap:1rem}.faq-item{background-color:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--navy);border-radius:.625rem;padding:1.5rem 1.75rem;transition:border-color .25s ease,box-shadow .25s ease}.faq-item:hover{border-left-color:var(--blue-mid);box-shadow:0 6px 16px #26226114}.faq-item h3{font-size:1.05rem}.faq-item p{margin-bottom:0}.page-hero{background:linear-gradient(135deg,#1d1a4e 0%,var(--navy) 55%,var(--navy-light) 100%);color:var(--white);text-align:center;padding:5rem 1rem}.page-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-hero .subtitle{font-size:1rem;color:#a6c9ec;max-width:620px;margin:0 auto;line-height:1.6}.sec-heading{font-size:2.25rem;font-weight:700;color:var(--navy);line-height:1.2}.eyebrow{display:inline-flex;align-items:center;align-self:flex-start;gap:.4rem;background:#eff7fd;color:var(--navy);font-size:.62rem;font-weight:600;line-height:1;letter-spacing:.06em;text-transform:uppercase;padding:.32rem .6rem;border-radius:9999px;margin-bottom:1.1rem}.eyebrow:before{content:"";width:.35rem;height:.35rem;border-radius:9999px;background:var(--blue-mid)}.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:60rem;margin:0 auto}.team-card{display:flex;flex-direction:column;background:var(--white);border-radius:1.1rem;box-shadow:0 10px 30px -12px #26226133;overflow:hidden}.team-banner{height:90px;background:linear-gradient(135deg,#2b276d,#332e7f)}.team-avatar{width:122px;height:122px;box-sizing:border-box;border-radius:9999px;background:var(--white);padding:5px;margin:-30px auto 0}.team-avatar img{display:block;width:100%;height:100%;border-radius:9999px;object-fit:cover}.team-body{display:flex;flex-direction:column;flex:1;padding:.75rem 2rem 2rem}.team-bio{flex:1}.team-name{text-align:center;font-size:1.2rem;font-weight:700;color:var(--navy);margin-top:.75rem}.team-title{text-align:center;color:var(--gray-500);font-size:.92rem;margin-bottom:1.5rem}.team-bio p{color:#5b636e;line-height:1.65;margin-bottom:1rem;font-size:.92rem}.team-contact{border-top:1px solid var(--gray-200);padding-top:1.5rem;margin-top:.5rem;display:grid;gap:1rem}.contact-row{display:flex;align-items:center;gap:.85rem;color:var(--gray-600);font-size:.95rem}.contact-icon{flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:9999px;background:var(--blue);color:var(--navy);display:flex;align-items:center;justify-content:center}.contact-icon svg{width:1.15rem;height:1.15rem}.prose-band{background:var(--gray-100)}.prose-narrow{max-width:60rem;margin:0 auto}.prose-narrow p{color:#5b636e;line-height:1.75;font-size:.97rem;margin-bottom:1.25rem}.leadership-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center;max-width:64rem;margin:0 auto}.leadership-photo{width:100%;border-radius:1.1rem;display:block;box-shadow:0 16px 36px -16px #26226159}.leadership-content h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem}.leadership-content p{color:#5b636e;line-height:1.7;font-size:.97rem;margin-bottom:1rem}.award-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.75rem}.award-card{background:var(--white);border:1px solid var(--gray-200);border-radius:.9rem;padding:1.5rem .75rem;text-align:center;box-shadow:0 6px 18px -10px #26226126}.award-card img{height:56px;width:auto;margin:0 auto .75rem;display:block;object-fit:contain}.award-card span{font-size:.72rem;font-weight:700;letter-spacing:.05em;color:var(--gray-500);text-transform:uppercase}.mission-band{background:linear-gradient(135deg,#1d1a4e,var(--navy) 60%,var(--navy-light));color:var(--white)}.mission-panel{max-width:50rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:1.1rem;padding:2.5rem}.mission-panel h2{font-size:1.9rem;font-weight:700;margin-bottom:1.25rem}.mission-panel p{color:#b6b8cc;line-height:1.7;margin-bottom:1.1rem;font-size:.98rem}.mission-panel p.mission-lead{color:var(--blue)}.mission-quote{border-left:3px solid var(--blue-mid);padding-left:1.25rem;font-style:italic;color:#aeb1c8;margin:1.25rem 0}.step-badge{width:3rem;height:3rem;border-radius:.85rem;background:linear-gradient(135deg,var(--navy),var(--navy-light));color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.icon-card:hover .step-badge{transform:translateY(-4px) scale(1.08);box-shadow:0 10px 18px -6px #26226173}.values-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:60rem;margin:0 auto}.value-item{text-align:center}.value-icon{width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--blue);color:var(--navy);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.value-icon svg{width:1.5rem;height:1.5rem}.value-item h3{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.value-item p{color:#4b5563;line-height:1.6;font-size:.95rem}@media (max-width: 820px){.team-grid,.leadership-grid,.values-row{grid-template-columns:1fr}}.feature-row{display:grid;grid-template-columns:1fr 1fr}.feature-img{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}.feature-content{display:flex;flex-direction:column;justify-content:center;padding:4.5rem 5rem}.feature-content h2{font-size:2rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.feature-desc{color:#5b636e;line-height:1.7;font-size:.98rem;margin-bottom:2rem}.feature-list{display:grid;gap:1.5rem}.feature-item{display:flex;gap:1rem}.feature-item-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.7rem;background:#e9f5fe;color:var(--navy);display:flex;align-items:center;justify-content:center}.feature-item-icon svg{width:1.2rem;height:1.2rem}.feature-item h4{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.feature-item p{color:#5b636e;font-size:.95rem;line-height:1.5}@media (max-width: 820px){.feature-row{grid-template-columns:1fr}.feature-row .feature-content{order:2;padding:3rem 1.5rem}.feature-row .feature-img{order:1;min-height:280px}}.eng-section{padding:4.5rem 0}.eng-section.eng-blue{background:#ebf5ff}.eng-row{max-width:72rem;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:.8fr 1.5fr;gap:3.5rem;align-items:start}.eng-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.85rem;background:#e9f5fe;color:var(--navy);margin-bottom:1.25rem}.eng-icon svg{width:1.4rem;height:1.4rem}.core-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--navy);color:var(--white);font-size:.62rem;font-weight:600;line-height:1;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .8rem;border-radius:9999px;margin-bottom:1.1rem}.eng-intro h2{font-size:1.9rem;font-weight:700;color:var(--navy);line-height:1.15;margin-bottom:.5rem}.eng-label{color:var(--blue);font-size:.76rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem}.eng-intro .lead{font-style:italic;color:#5b636e;margin-bottom:1rem}.eng-intro p{color:#5b636e;line-height:1.65;font-size:.95rem}.eng-card{background:var(--white);border:1px solid var(--gray-200);border-radius:1.1rem;padding:2.5rem;box-shadow:0 10px 30px -14px #26226126}.eng-card.grey{background:var(--gray-100);box-shadow:none}.incl-title,.fees-title{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:1.25rem}.incl-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 2rem}.check-item,.dot-item{display:flex;gap:.6rem;align-items:flex-start;color:#4b5563;font-size:.95rem;line-height:1.4}.check-item:before{content:"";flex-shrink:0;width:.55rem;height:.3rem;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg);margin-top:.3rem}.dot-item:before{content:"";flex-shrink:0;width:.4rem;height:.4rem;border-radius:9999px;background:var(--navy);margin-top:.45rem}.check-list,.dot-list{display:grid;gap:.7rem}.eng-divider{border:none;border-top:1px solid var(--gray-200);margin:1.75rem 0}.fees-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.fee-num{font-size:2.4rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.5rem}.fee-num span{font-size:1.4rem}.fee-num .fee-unit{font-size:.9rem;font-weight:500;color:#6b7280;margin-left:.35rem}.fee-sub{color:#6b7280;font-size:.9rem;line-height:1.4}.fee-disclaimer{color:#9aa0ab;font-size:.85rem;line-height:1.5;margin-top:1.25rem}.best-for{border-left:3px solid var(--blue-mid);padding-left:1rem;margin-top:1.5rem;color:#4b5563;font-size:.9rem;line-height:1.5}.best-for strong{color:var(--navy)}.eng-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.eng-price{margin-top:2.25rem;background:var(--gray-100);border-radius:1rem;padding:1.6rem 2rem;display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:center}.eng-price .price{font-size:1.8rem;font-weight:700;color:var(--navy)}.eng-price .price-unit{color:#6b7280;font-weight:500;font-size:1rem}.eng-price .muted{color:#6b7280;font-size:.9rem}.eng-price .price-note{border-left:3px solid var(--blue-mid);padding-left:1rem;font-style:italic;color:#6b7280;font-size:.88rem;line-height:1.5}.choosing{background:var(--gray-100);border-radius:1.25rem;max-width:60rem;margin:0 auto;padding:3rem;text-align:center}.choosing p{color:#6b7280;line-height:1.7;max-width:46rem;margin:0 auto 1rem;font-size:.97rem}.choosing p:last-child{color:var(--navy);font-weight:500}@media (max-width: 820px){.eng-row{grid-template-columns:1fr;gap:2rem}.incl-grid,.fees-row,.eng-cols,.eng-price{grid-template-columns:1fr}}.contact-grid{max-width:72rem;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.contact-form-card{background:var(--white);border:1px solid var(--gray-200);border-radius:1.1rem;padding:3rem 2.75rem;min-height:38rem;box-shadow:0 12px 34px -12px #4078be47}.contact-form-card h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:1.5rem}.form-banner{border-radius:.75rem;padding:.85rem 1.1rem;font-size:.92rem;line-height:1.4;margin-bottom:1.25rem}.form-banner.success{background:#eaf7ef;border:1px solid #bfe6cd;color:#1f7a44}.form-banner.error{background:#fdecec;border:1px solid #f5c2c2;color:#b3261e}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;margin-bottom:1rem}.form-field label{font-size:.8rem;font-weight:600;color:var(--navy);margin-bottom:.4rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.8rem .95rem;border:1.5px solid var(--gray-300);border-radius:.75rem;font-size:.92rem;font-weight:400;color:var(--navy);background:var(--white)}.form-field input::placeholder,.form-field textarea::placeholder,.form-field select.is-placeholder{color:#667085;font-weight:400}.checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#5b636e;margin:.25rem 0 1.5rem}.checkbox-row input{width:auto}.btn-submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:var(--navy);color:var(--white);font-weight:500;font-size:.95rem;padding:.9rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .2s ease}.btn-submit:hover{background:var(--navy-light)}.btn-submit svg{width:1.1rem;height:1.1rem}.form-note{text-align:center;color:#9aa0ab;font-size:.88rem;margin-top:1rem}.schedule-card{position:relative;overflow:hidden;background:radial-gradient(130% 130% at 50% 45%,#ffffff 42%,#edf5fc 100%);border:1px solid #e1ebf4;box-shadow:0 12px 34px -12px #4078be47;border-radius:1.1rem;padding:3rem 2.5rem;min-height:38rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.schedule-card:before{content:"";position:absolute;top:30px;left:30px;width:48px;height:48px;border-radius:9999px;border:1.5px solid rgba(99,160,210,.18)}.schedule-card:after{content:"";position:absolute;bottom:36px;right:36px;width:44px;height:44px;border-radius:13px;border:1.5px solid rgba(99,160,210,.18);transform:rotate(70deg)}.schedule-card>*{position:relative;z-index:1}.schedule-badge{width:4rem;height:4rem;border-radius:1rem;background:linear-gradient(135deg,var(--navy),var(--navy-light));color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.schedule-badge svg{width:1.9rem;height:1.9rem}.schedule-card:hover .schedule-badge{animation:badge-jiggle .55s ease}@keyframes badge-jiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-9deg)}45%{transform:rotate(8deg)}70%{transform:rotate(-5deg)}88%{transform:rotate(3deg)}}.schedule-card h3{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.schedule-card .schedule-desc{color:#5b636e;line-height:1.6;font-size:.95rem;margin-bottom:1.75rem;max-width:22rem}.btn-schedule{display:inline-flex;align-items:center;gap:.6rem;background:var(--navy);color:var(--white);font-weight:600;padding:.85rem 1.6rem;border-radius:.75rem;text-decoration:none;transition:background-color .2s ease}.btn-schedule:hover{background:var(--navy-light);opacity:1}.btn-schedule svg{width:1.1rem;height:1.1rem}.btn-schedule{font-weight:500}.schedule-note{color:#8a93a3;font-size:.85rem;margin-top:1.25rem}.faq-accordion{max-width:60rem;margin:0 auto;display:grid;gap:1rem}.faq-acc{background:var(--white);border:1px solid var(--gray-200);border-radius:.85rem;box-shadow:0 4px 14px -10px #26226126;overflow:hidden}.faq-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-weight:600;color:var(--navy);font-size:1.15rem}.faq-acc summary::-webkit-details-marker{display:none}.faq-acc summary .chev{flex-shrink:0;width:1.1rem;height:1.1rem;color:#9aa0ab;transition:transform .2s ease}.faq-acc[open] summary .chev{transform:rotate(180deg)}.faq-acc .faq-answer{padding:0 1.5rem 1.4rem}.faq-acc .faq-answer p{color:#5b636e;line-height:1.65;font-size:.95rem;margin:0 0 .9rem}.faq-acc .faq-answer p:last-child{margin-bottom:0}@media (max-width: 820px){.contact-grid,.form-row{grid-template-columns:1fr}}
