@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--navy: #001c44;--turquoise: #00b6b2;--coral: #fc5e3b;--paper: #fafafa;--soft-blue: #e4edfa}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--navy);font-family:DM Sans,sans-serif}a{color:inherit}.shell{width:min(1120px,calc(100% - 64px));margin:0 auto}.hero{min-height:690px;overflow:hidden;position:relative;background:var(--navy);color:var(--paper)}.hero__inner{min-height:690px;display:flex;flex-direction:column;position:relative;z-index:1}.hero__orb{position:absolute;border-radius:50%;pointer-events:none}.hero__orb--top{width:580px;height:580px;top:-330px;right:-120px;background:var(--turquoise)}.hero__orb--bottom{width:430px;height:430px;bottom:-300px;left:-100px;background:var(--coral)}.site-header{display:flex;justify-content:space-between;align-items:center;padding-top:32px}.wordmark{display:inline-flex;gap:11px;align-items:center;text-decoration:none;font:700 22px Space Grotesk,sans-serif;letter-spacing:-.06em}.wordmark>span:last-child>span{color:var(--turquoise)}.wordmark__mark{width:28px;height:28px;display:flex;align-items:center;gap:3px;transform:rotate(-25deg)}.wordmark__mark i{width:7px;height:20px;display:block;border-radius:7px;background:var(--coral)}.wordmark__mark i:nth-child(2){height:26px;background:var(--turquoise)}.wordmark__mark i:nth-child(3){height:14px;background:#ffd36b}.header-note,.badge{border:1px solid rgba(250,250,250,.35);border-radius:100px;padding:9px 15px;font-size:11px;text-transform:uppercase;letter-spacing:.13em}.hero__content{max-width:770px;margin:auto 0;padding:90px 0 130px}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 26px;color:var(--turquoise);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.eyebrow__dot{width:8px;height:8px;border-radius:50%;background:var(--coral)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Space Grotesk,sans-serif;letter-spacing:-.075em}h1{max-width:760px;margin-bottom:29px;white-space:pre-line;font-size:clamp(4rem,9vw,8.3rem);line-height:.86}.hero__intro{max-width:465px;margin-bottom:31px;color:#fafafab8;font-size:18px;line-height:1.55}.text-link{display:inline-flex;gap:13px;align-items:center;color:var(--paper);font-size:14px;font-weight:700;text-decoration:none}.text-link span{color:var(--coral);font-size:22px;transition:transform .2s ease}.text-link:hover span{transform:translate(3px,3px)}.hero__side-note{position:absolute;right:0;bottom:41px;display:flex;gap:10px;align-items:center;color:#fafafa8c;font:11px Space Grotesk,sans-serif;letter-spacing:.1em}.hero__side-note span{width:90px;height:1px;background:#fafafa59}.features{padding:140px 0 150px}.section-heading{display:grid;grid-template-columns:1fr 1.1fr;column-gap:7%;align-items:end;margin-bottom:76px}.section-heading .eyebrow{grid-column:1 / -1}.eyebrow--dark{color:var(--coral)}.section-heading h2{margin-bottom:0;white-space:pre-line;font-size:clamp(3.1rem,6vw,5.5rem);line-height:.9}.section-heading>p:last-child{max-width:380px;margin-bottom:4px;color:#526782;line-height:1.6}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{min-height:355px;padding:27px;position:relative;overflow:hidden;border-radius:4px}.feature-card--turquoise{background:var(--turquoise)}.feature-card--coral{background:var(--coral)}.feature-card--blue{background:var(--soft-blue)}.feature-card__number{position:relative;z-index:1;font:600 12px Space Grotesk,sans-serif}.feature-card h3{position:absolute;left:27px;bottom:82px;margin:0;font:600 clamp(1.7rem,3vw,2.3rem) "Space Grotesk",sans-serif;letter-spacing:-.06em}.feature-card p{max-width:230px;position:absolute;left:27px;bottom:25px;margin:0;font-size:13px;line-height:1.45}.feature-card__shape{width:190px;height:190px;position:absolute;top:55px;right:-28px;border:1px solid rgba(0,28,68,.27);border-radius:48% 52% 55% 45%;transform:rotate(25deg)}.feature-card__shape:after{content:"";width:110px;height:110px;position:absolute;top:36px;left:36px;border:1px solid rgba(0,28,68,.27);border-radius:50%}.feature-card--coral .feature-card__shape{transform:rotate(-25deg);border-radius:50%}.feature-card--blue .feature-card__shape{border-color:#00b6b280}.feature-card--blue .feature-card__shape:after{border-color:#00b6b280}.closing{background:var(--turquoise)}.closing__inner{min-height:260px;display:flex;align-items:center;justify-content:space-between;gap:30px}.closing p{max-width:650px;margin:0;font:500 clamp(2rem,4vw,3.8rem) "Space Grotesk",sans-serif;letter-spacing:-.07em;line-height:.98}.closing__symbol{color:var(--coral);font-size:75px;line-height:1}.site-footer{background:var(--navy);color:#fafafab3}.site-footer__inner{min-height:85px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.language-switcher{position:fixed;z-index:5;right:24px;bottom:24px;display:flex;gap:7px;align-items:center;padding:10px 14px;border:1px solid rgba(0,28,68,.15);border-radius:100px;background:#fafafae0;box-shadow:0 8px 25px #001c441f;backdrop-filter:blur(10px);font-size:11px;font-weight:700}.language-switcher__current{color:var(--coral)}.language-switcher__slash{color:#a7b1be}.language-switcher a{text-decoration:none}.language-switcher a:hover{color:var(--turquoise)}@media(max-width:700px){.shell{width:min(100% - 40px,520px)}.hero,.hero__inner{min-height:660px}.hero__orb--top{width:360px;height:360px;top:-220px;right:-140px}.hero__orb--bottom{width:280px;height:280px;bottom:-200px;left:-150px}.site-header{padding-top:23px}.header-note{padding:8px 10px;font-size:9px}.hero__content{padding:70px 0 100px}h1{font-size:clamp(3.55rem,17vw,5.5rem)}.hero__intro{font-size:16px}.hero__side-note{display:none}.features{padding:95px 0 100px}.section-heading{display:block;margin-bottom:48px}.section-heading h2{margin-bottom:27px}.feature-grid{grid-template-columns:1fr;gap:13px}.feature-card{min-height:300px}.closing__inner{min-height:220px}.closing__symbol{font-size:48px}.site-footer__inner{min-height:105px;align-items:flex-start;flex-direction:column;justify-content:center;gap:10px}}
