:root{--bg:#0a0a0a;--bg-elevated:#141414;--surface:#fff;--text:#0f172a;--text-muted:#64748b;--text-on-dark:#f8fafc;--text-muted-on-dark:#94a3b8;--brand-navy:#1a3a5c;--primary:#1a3a5c;--primary-hover:#142d47;--accent:#10b981;--border:#e2e8f0;--radius:6px;--radius-lg:8px;--shadow:0 24px 48px #0f172a1f;--max-width:1120px;color:var(--text);background:var(--surface);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;background:0 0;border:none}.container{width:min(100% - 2.5rem, var(--max-width));margin-inline:auto}.section{padding:5rem 0}.section--light{background:#f8fafc}.section__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section__title{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.section__lead{color:var(--text-muted);max-width:42rem;margin:0 0 2.5rem;font-size:1.0625rem;line-height:1.65}.btn{border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 12px 24px #1a3a5c47}.btn--primary:hover{background:var(--primary-hover)}.btn--ghost{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3}.btn--ghost:hover{background:#ffffff29}.btn--outline{border:1px solid var(--border);background:var(--surface);color:var(--text)}.btn--outline:hover{background:#f8fafc;border-color:#cbd5e1}.brand-logo{align-items:center;gap:.625rem;display:inline-flex}.brand-logo__img{object-fit:contain;flex-shrink:0;display:block}.brand-logo--sm .brand-logo__img{width:2.25rem;height:2.25rem}.brand-logo--md .brand-logo__img{width:2.5rem;height:2.5rem}.brand-logo--lg .brand-logo__img{width:4.5rem;height:4.5rem}.brand-logo--hero .brand-logo__img{width:min(100%,440px);height:auto;max-height:380px}.brand-logo__text{flex-direction:column;line-height:1.1;display:flex}.brand-logo__name{letter-spacing:.02em;color:var(--brand-navy);font-size:1.125rem;font-weight:800}.brand-logo__tag{letter-spacing:.22em;text-transform:uppercase;color:var(--brand-navy);opacity:.85;font-size:.625rem;font-weight:600}.brand-logo--lg .brand-logo__name{font-size:1.5rem}.brand-logo--lg .brand-logo__tag{font-size:.6875rem}@media (width<=480px){.brand-logo--md .brand-logo__text{display:none}}.header{z-index:50;background:var(--brand-navy);border-bottom:1px solid #ffffff14;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4rem;display:flex}.header__brand{align-items:center;display:flex}.header__brand:hover{opacity:.92}.header__nav{align-items:center;gap:1.75rem;display:none}.header__link{color:#ffffffd9;font-size:.9375rem;font-weight:600;transition:color .15s}.header__link:hover{color:#fff}.header__cta{color:var(--brand-navy);box-shadow:none;background:#fff;padding:.625rem 1.125rem;font-size:.875rem}.header__cta:hover{color:var(--brand-navy);background:#f1f5f9}@media (width>=768px){.header__nav{display:flex}}.hero{color:var(--brand-navy);text-align:center;background:#fff;padding:4rem 0 5rem;position:relative;overflow:hidden}.hero__inner{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.hero__brand{justify-content:center;display:flex}.hero__logo{justify-content:center}.hero__copy{flex-direction:column;align-items:center;width:100%;display:flex}.hero__title{letter-spacing:-.04em;color:var(--brand-navy);width:100%;max-width:none;margin:0 0 1rem;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:800;line-height:1.08}.hero__badge{letter-spacing:.02em;color:var(--brand-navy);background:color-mix(in srgb, var(--accent) 18%, #fff);border:1px solid color-mix(in srgb, var(--accent) 45%, transparent);border-radius:999px;margin:0 0 1rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:700;display:inline-block}.hero__lead{color:color-mix(in srgb, var(--brand-navy) 72%, #64748b);max-width:36rem;margin:0 0 1.75rem;font-size:1.125rem;line-height:1.65}.hero__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.hero__btn-secondary{border-color:color-mix(in srgb, var(--brand-navy) 25%, #e2e8f0);color:var(--brand-navy)}.hero__btn-secondary:hover{border-color:var(--brand-navy);color:var(--brand-navy);background:#f0f4f8}@media (width>=900px){.hero{padding:5.5rem 0 6.5rem}.hero__inner{gap:3rem}}.features-accordion{flex-direction:row;align-items:stretch;width:100%;max-width:900px;height:400px;min-height:400px;margin-inline:auto;display:flex;overflow:visible}.features-accordion__option{background:linear-gradient(165deg, #ffffff1f 0%, transparent 45%), linear-gradient(180deg, color-mix(in srgb, var(--optionAccent) 88%, white) 0%, var(--optionAccent) 100%);cursor:pointer;text-align:left;background-position:50%;background-size:auto 120%;border:none;border-radius:8px;flex-grow:1;min-width:76px;margin:10px;padding:0;transition:all .5s cubic-bezier(.05,.61,.41,.95);position:relative;overflow:hidden}.features-accordion__option:focus-visible{outline:2px solid var(--brand-navy);outline-offset:3px}.features-accordion__option.active{background-image:linear-gradient(180deg, #0f274440 0%, #0f2744b8 55%, #0f2744eb 100%), var(--optionImage);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:10px;flex-grow:10000;max-width:600px;margin:0}.features-accordion__option.active .features-accordion__label{bottom:20px;left:20px;right:20px}.features-accordion__option.active .features-accordion__sub{opacity:1;left:0}.features-accordion__option:not(.active){overflow:visible}.features-accordion__option:not(.active) .features-accordion__label{flex-direction:column;justify-content:center;align-items:center;gap:0;max-width:none;padding:12px 10px 58px;inset:0}.features-accordion__option:not(.active) .features-accordion__icon{position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.features-accordion__option:not(.active) .features-accordion__info{pointer-events:none;flex:1;justify-content:center;align-items:center;width:100%;max-height:none;display:flex;position:static;transform:none}.features-accordion__option:not(.active) .features-accordion__main{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;text-align:center;text-shadow:0 1px 4px #00000040;max-height:calc(100% - 8px);padding:0;font-size:1.0625rem;font-weight:700;line-height:1.15;display:block;overflow:hidden;transform:none}.features-accordion__label{align-items:center;gap:10px;max-width:calc(100% - 20px);height:auto;transition:all .5s cubic-bezier(.05,.61,.41,.95);display:flex;position:absolute;right:auto}.features-accordion__icon{width:40px;height:40px;color:var(--optionAccent);background-color:#fff;border-radius:100%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.features-accordion__icon .feature-icon,.features-accordion__icon .feature-icon--accordion{background:0 0;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;line-height:0;display:inline-flex}.features-accordion__icon svg{flex-shrink:0;width:20px;height:20px;display:block}.features-accordion__info{color:#fff;flex-direction:column;flex:1;justify-content:center;min-width:0;margin-left:0;display:flex}.features-accordion__main{white-space:nowrap;opacity:1;font-size:1.2rem;font-weight:700;line-height:1.2}.features-accordion__option.active .features-accordion__main{white-space:nowrap}.features-accordion__sub{opacity:0;white-space:normal;max-width:28rem;margin-top:.35rem;font-size:.875rem;line-height:1.45;transition:all .5s cubic-bezier(.05,.61,.41,.95) .1s,opacity .5s ease-out .1s;position:relative;left:20px}.features-accordion__option:not(.active) .features-accordion__sub{display:none}@media (width<=900px){.features-accordion{height:360px;min-height:360px}.features-accordion__option:nth-child(n+5){display:none}}@media (width<=720px){.features-accordion{flex-direction:column;max-width:100%;height:auto;min-height:0}.features-accordion__option{width:100%;min-width:0;min-height:64px;margin:6px 0;display:block}.features-accordion__option:nth-child(n+5){display:block}.features-accordion__option.active{border-radius:8px;flex-grow:0;max-width:none;min-height:180px;margin:6px 0}.features-accordion__option:not(.active){border-radius:6px}.features-accordion__main{white-space:normal}.features-accordion__option:not(.active) .features-accordion__icon{position:static;transform:none}.features-accordion__option:not(.active) .features-accordion__label{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:0;inset:auto 12px 12px}.features-accordion__option:not(.active) .features-accordion__info{pointer-events:auto;flex:1;position:static}.features-accordion__option:not(.active) .features-accordion__main{writing-mode:horizontal-tb;text-orientation:mixed;letter-spacing:normal;text-transform:none;white-space:normal;max-height:none;font-size:1.0625rem;transform:none}.features-accordion__option:not(.active) .features-accordion__sub{display:none}}.roles{align-items:start;gap:2.5rem;display:grid}.roles__list{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.roles__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.roles__index{color:var(--primary);letter-spacing:.04em;padding-top:.15rem;font-size:.8125rem;font-weight:800}.roles__label{margin:0 0 .35rem;font-size:1.0625rem;font-weight:700}.roles__detail{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}@media (width>=900px){.roles{grid-template-columns:1fr 1.1fr;gap:4rem}.roles__intro .section__lead{margin-bottom:0}}.cta{padding-top:2rem;padding-bottom:5rem}.cta__card{border-radius:var(--radius-lg);background:linear-gradient(135deg, #0f2744 0%, var(--brand-navy) 55%, #2a5a8a 100%);color:#fff;text-align:center;padding:clamp(2rem,5vw,3.5rem);position:relative;overflow:hidden}.cta__glow{pointer-events:none;background:radial-gradient(circle,#fff3,#0000 70%);height:240px;position:absolute;inset:auto -20% -60%}.cta__badge{letter-spacing:.02em;color:#fff;background:#ffffff24;border:1px solid #ffffff59;border-radius:999px;margin:0 0 1rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:700;display:inline-block;position:relative}.cta__title{letter-spacing:-.03em;margin:0 0 1rem;max-width:20ch;margin-inline:auto;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;position:relative}.cta__text{color:#ffffffe0;max-width:36rem;margin:0 auto 1.75rem;font-size:1.0625rem;line-height:1.65;position:relative}.cta__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex;position:relative}.cta__outline{background:#fffffff2}.footer{background:var(--brand-navy);padding:2rem 0}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.5rem;display:flex}.footer__brand{align-items:center;display:flex}.footer__brand:hover{opacity:.92}.footer__logo .brand-logo__img{width:5.5rem;height:auto;max-height:none}.footer__copy{color:#ffffffbf;margin:0;font-size:.875rem}@media (width>=768px){.footer__logo .brand-logo__img{width:6.5rem}}
