.contact-modal-overlay{position:fixed;inset:0;background-color:#091c26bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out;overflow-y:auto}.contact-modal{background:rgb(var(--color-alice-blue));border-radius:var(--radius-lg);max-width:600px;width:100%;position:relative;box-shadow:var(--shadow-xl);animation:slideUp .3s ease-out}.contact-modal-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:rgb(var(--color-alice-blue));color:var(--text-color);font-size:2rem;line-height:1;cursor:pointer;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.contact-modal-close:hover{background:var(--border-color);transform:scale(1.1)}.contact-modal-close:focus{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-modal-close:focus:not(:focus-visible){outline:none}.contact-modal-close:focus-visible{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-modal-content{padding:2rem}.contact-modal-title{font-size:1.875rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;padding-right:3rem}.contact-modal-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0 0 2rem}.contact-modal-options{display:flex;flex-direction:column;gap:1rem}.contact-option-button{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:2px solid var(--border-color);border-radius:var(--radius-md);background:rgb(var(--color-white));color:var(--text-color);cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.contact-option-button:hover{border-color:rgb(var(--color-azure));background:var(--section-background);transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-option-button:focus{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-option-button:focus:not(:focus-visible){outline:none}.contact-option-button:focus-visible{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-option-icon{color:rgb(var(--color-azure));flex-shrink:0;margin-top:.25rem}.contact-option-content{flex:1}.contact-option-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem}.contact-option-description{font-size:1rem;color:var(--text-secondary);margin:0;line-height:1.5}@media(max-width:768px){.contact-modal-overlay{padding:0}.contact-modal{max-width:100%;height:100%;max-height:100%;border-radius:0}.contact-modal-content{padding:1.5rem;height:100%;display:flex;flex-direction:column}.contact-modal-title{font-size:1.5rem}.contact-modal-subtitle{font-size:1rem;margin-bottom:1.5rem}.contact-option-button{padding:1.25rem}.contact-option-title{font-size:1.125rem}.contact-option-description{font-size:.9375rem}}@media(prefers-contrast:high){.contact-modal,.contact-modal-close,.contact-option-button{border:2px solid var(--text-color)}}@media(prefers-reduced-motion:reduce){.contact-modal-overlay,.contact-modal{animation:none}.contact-modal-close,.contact-option-button{transition:none}}.contact-form-overlay{position:fixed;inset:0;background-color:#091c26bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease-out;overflow-y:auto}.contact-form-modal{background:rgb(var(--color-alice-blue));border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;position:relative;box-shadow:var(--shadow-xl);animation:slideUp .3s ease-out;display:flex;flex-direction:column}.contact-form-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem 0}.contact-form-back,.contact-form-close{width:44px;height:44px;border:none;background:rgb(var(--color-alice-blue));color:var(--text-color);font-size:2rem;line-height:1;cursor:pointer;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.contact-form-back{font-size:1.25rem}.contact-form-back:hover,.contact-form-close:hover{background:var(--border-color);transform:scale(1.1)}.contact-form-back:focus,.contact-form-close:focus{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-form-back:focus:not(:focus-visible),.contact-form-close:focus:not(:focus-visible){outline:none}.contact-form-back:focus-visible,.contact-form-close:focus-visible{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-form-content{padding:1.5rem 2rem 2rem;overflow-y:auto;flex:1}.contact-form-title{font-size:1.875rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem}.contact-form-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0 0 2rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-field{display:flex;flex-direction:column;gap:.5rem}.contact-form-label{font-size:1rem;font-weight:600;color:var(--text-color)}.required{color:rgb(var(--color-azure))}.contact-form-input,.contact-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:var(--radius-md);background:rgb(var(--color-white));color:var(--text-color);font-size:1rem;font-family:inherit;line-height:1.5;transition:all .2s ease;box-sizing:border-box}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:rgb(var(--color-azure));box-shadow:0 0 0 3px rgba(var(--color-azure),.1)}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-message{padding:1rem;border-radius:var(--radius-md);font-size:.9375rem;line-height:1.5}.contact-form-message--success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.contact-form-message--error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.contact-form-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:rgb(var(--color-azure));color:#fff;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.contact-form-submit:hover:not(:disabled){background:rgb(var(--color-azure-dark));transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-form-submit:active:not(:disabled){transform:translateY(0)}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-submit:focus{outline:3px solid rgb(var(--color-azure));outline-offset:2px}.contact-form-submit:focus:not(:focus-visible){outline:none}.contact-form-submit:focus-visible{outline:3px solid rgb(var(--color-azure));outline-offset:2px}@media(max-width:768px){.contact-form-overlay{padding:0}.contact-form-modal{max-width:100%;height:100%;max-height:100%;border-radius:0}.contact-form-content{padding:1.5rem;height:100%}.contact-form-title{font-size:1.5rem}.contact-form-subtitle{font-size:1rem;margin-bottom:1.5rem}.contact-form{gap:1.25rem}.contact-form-input,.contact-form-textarea{padding:1rem;font-size:16px;line-height:1.5;-webkit-appearance:none;appearance:none}.contact-form-textarea{line-height:1.6}}@media(prefers-contrast:high){.contact-form-modal,.contact-form-input,.contact-form-textarea{border:2px solid var(--text-color)}}@media(prefers-reduced-motion:reduce){.contact-form-overlay,.contact-form-modal{animation:none}.contact-form-back,.contact-form-close,.contact-form-submit{transition:none}}.scheduling-modal-overlay{position:fixed;inset:0;background-color:#091c26bf;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease-out}.scheduling-modal{background:rgb(var(--color-alice-blue));border-radius:var(--radius-lg);max-width:900px;width:100%;max-height:90vh;position:relative;box-shadow:var(--shadow-xl);animation:slideUp .3s ease-out}.scheduling-modal-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;background:rgb(var(--color-alice-blue));color:var(--text-color);font-size:2rem;line-height:1;cursor:pointer;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.scheduling-modal-close:hover{background:var(--border-color);transform:scale(1.1)}.scheduling-modal-close:focus{outline:3px solid var(--primary-color);outline-offset:2px}.scheduling-modal-close:focus:not(:focus-visible){outline:none}.scheduling-modal-close:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.scheduling-modal-content{padding:2rem;overflow:auto;max-height:90vh}.scheduling-modal-title{font-size:1.875rem;font-weight:700;color:var(--text-color);margin:0 0 .5rem;padding-right:3rem}.scheduling-modal-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0 0 2rem}.cal-embed-container{width:100%;height:600px;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}@media(max-width:768px){.scheduling-modal-overlay{padding:0}.scheduling-modal{max-width:100%;height:100%;max-height:100%;border-radius:0}.scheduling-modal-content{padding:1.5rem;height:100%;display:flex;flex-direction:column}.scheduling-modal-title{font-size:1.5rem}.scheduling-modal-subtitle{font-size:1rem;margin-bottom:1.5rem}.cal-embed-container{flex:1;height:auto;min-height:400px}}@media(prefers-contrast:high){.scheduling-modal,.scheduling-modal-close,.cal-embed-container{border:2px solid var(--text-color)}}@media(prefers-reduced-motion:reduce){.scheduling-modal-overlay,.scheduling-modal{animation:none}.scheduling-modal-close{transition:none}}.js-focus-visible .scheduling-modal-close:focus:not(.focus-visible){outline:none}.scheduling-modal-content:focus{outline:3px solid var(--primary-color);outline-offset:-3px}.cal-embed-container iframe{border:none;width:100%;height:100%}.cal-embed-container.loading{display:flex;align-items:center;justify-content:center;background:var(--section-background)}.cal-embed-container.loading:after{content:"Loading calendar...";color:var(--text-secondary);font-size:1.125rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:14px 14px 0;pointer-events:none}.header>*{pointer-events:auto}.mobile-fixed-logo{display:none}@media(max-width:768px){.mobile-fixed-logo{display:flex;align-items:center;justify-content:center;position:fixed;top:.75rem;left:50%;transform:translate(-50%);z-index:1055;text-decoration:none;pointer-events:auto}.mobile-fixed-logo .logo-image{width:clamp(200px,56vw,300px)!important;max-height:72px!important;height:auto!important;object-fit:contain}}.mobile-hamburger-wrap,.mobile-hamburger{display:none}@media(max-width:768px){.mobile-hamburger-wrap{display:block;position:absolute;top:1rem;left:1rem;z-index:1060;pointer-events:auto}.mobile-hamburger{display:flex;align-items:center;justify-content:center;background:#0f284873;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.15);border-radius:.625rem;width:44px;height:44px;padding:0;cursor:pointer;color:rgb(var(--color-ghost-white));transition:background .3s ease,color .3s ease}.mobile-hamburger:hover{background:#0f2848b3}.mobile-hamburger:focus-visible{outline:2px solid rgb(var(--color-azure-light));outline-offset:2px}.header-tube{display:none!important}}.header-tube{max-width:fit-content;margin:0 auto;height:48px;display:flex;align-items:center;border-radius:9999px;padding:0 1.5rem;transition:background .4s ease,border-color .4s ease}.header-tube .container{padding:0;height:100%;flex:1;display:flex;align-items:center;max-width:none;width:100%}.header-tube.header--top{background:#0f284880;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid rgba(255,255,255,.15)}.header-tube.header--scrolled{background:#f0f6ffa6;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border:1px solid rgba(10,37,64,.08)}[data-theme=dark] .header-tube.header--top{background:#ffffff0f;border-color:#ffffff26}[data-theme=dark] .header-tube.header--scrolled{background:#1c3a5fd9;border-color:#4da3ff33}.nav{display:flex;justify-content:center;align-items:center;height:100%;width:100%;gap:0}.nav-list{display:flex;list-style:none;margin:0;padding:0}.nav-list--desktop{gap:.25rem;align-items:center}@media(max-width:768px){.nav-list--desktop{display:none}}.nav-link{color:rgb(var(--color-oxford-blue));font-weight:400;font-size:.88rem;text-decoration:none;padding:.35rem .9rem;border-radius:9999px;transition:color .3s ease,background .2s ease;display:inline-block}.nav-link:hover,.nav-link.active{color:rgb(var(--color-azure))}.nav-link:focus{outline:2px solid rgb(var(--color-azure));outline-offset:4px;border-radius:.25rem}.header-tube.header--top .nav-link{color:rgb(var(--color-ghost-white))}.header-tube.header--top .nav-link:hover,.header-tube.header--top .nav-link.active{color:rgb(var(--color-azure-light))}[data-theme=dark] .nav-link{color:rgb(var(--color-ghost-white))}[data-theme=dark] .nav-link:hover,[data-theme=dark] .nav-link.active{color:rgb(var(--color-azure-light))}.header-action{display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;background:transparent;color:rgb(var(--color-oxford-blue));font-weight:500;font-size:.88rem;letter-spacing:.02em;text-decoration:none;border-radius:9999px;border:1px solid rgb(var(--color-oxford-blue));transition:all .3s ease;white-space:nowrap;margin-left:.5rem}.header-action:hover{background:rgb(var(--color-oxford-blue));color:rgb(var(--color-white))}.header-action:focus{outline:2px solid rgb(var(--color-azure));outline-offset:2px}.header-tube.header--top .header-action{color:rgb(var(--color-ghost-white));border-color:rgb(var(--color-ghost-white))}.header-tube.header--top .header-action:hover{background:rgb(var(--color-ghost-white));color:rgb(var(--color-oxford-blue))}.header-action--mobile{width:100%;justify-content:center;margin-top:1rem;padding:.75rem 1.5rem}@media(max-width:768px){.header-action:not(.header-action--mobile){display:none}}.nav-list--mobile{position:fixed;top:0;left:0;bottom:0;width:min(82vw,300px);background:#f0f6ff;flex-direction:column;padding:max(5.5rem,calc(env(safe-area-inset-top,0px) + 5rem)) 1.5rem 2rem;gap:.35rem;box-shadow:8px 0 32px #050f1e38;border-right:1px solid rgba(10,37,64,.1);z-index:1050;height:100dvh;overflow-y:auto;align-items:stretch}[data-theme=dark] .nav-list--mobile{background:#0a1c30;border-right-color:#4d82ff40;box-shadow:8px 0 32px #0000008c}.nav-list--mobile .nav-link{font-size:1.15rem;font-weight:600;line-height:1.35;padding:.85rem 1rem;width:100%;text-align:left;border-radius:.5rem;color:rgb(var(--color-oxford-blue))}.nav-list--mobile .nav-link:hover,.nav-list--mobile .nav-link.active{color:rgb(var(--color-azure));background:rgba(var(--color-azure),.08)}[data-theme=dark] .nav-list--mobile .nav-link{color:#d2e6fa}[data-theme=dark] .nav-list--mobile .nav-link:hover,[data-theme=dark] .nav-list--mobile .nav-link.active{color:#7dd3fc;background:#4d82ff1f}.nav-list--mobile .header-action--mobile{color:rgb(var(--color-oxford-blue));border-color:rgb(var(--color-oxford-blue));border-width:2px;font-size:1.05rem;font-weight:600;margin-top:.75rem;padding:.95rem 1.25rem;text-align:center}.nav-list--mobile .header-action--mobile:hover{background:rgb(var(--color-oxford-blue));color:rgb(var(--color-white))}[data-theme=dark] .nav-list--mobile .header-action--mobile{color:#d2e6fa;border-color:#7dd3fcb3}[data-theme=dark] .nav-list--mobile .header-action--mobile:hover{background:#4d82ff40;color:#fff}.menu-overlay{position:fixed;inset:0;background:#00000073;z-index:1040;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}[data-theme=dark] .menu-overlay{background:#0009}@media(min-width:769px){.header-tube{padding:0 1.5rem}}@media(min-width:1024px){.header-tube{padding:0 1.75rem}.nav-list--desktop{gap:.25rem}}@media(prefers-reduced-motion:reduce){.header,.nav-link,.header-action,.mobile-hamburger{transition:none}}@media(prefers-contrast:high){.header-tube.header--top,.header-tube.header--scrolled{border-width:2px}}.hero{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#1c3a5f,#0a2540 25%,#05192d,#050f1e 85%,#050c19);position:relative;margin-top:0;overflow:hidden}.hero-logo-link{position:absolute;top:1.5rem;left:2rem;z-index:10;display:flex;align-items:center;text-decoration:none;transition:opacity .2s ease}.hero-logo-link:hover{opacity:.85}@media(max-width:768px){.hero-logo-link{display:none}}.hero-vignette{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse at 50% 40%,transparent 0%,transparent 30%,rgba(var(--color-oxford-blue),.25) 60%,rgba(var(--color-midnight),.4) 90%,transparent 100%),linear-gradient(90deg,rgba(var(--color-oxford-blue),.15) 0%,transparent 25%,transparent 75%,rgba(var(--color-oxford-blue),.15) 100%);pointer-events:none}.hero-body{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:3;padding:9rem 0 3rem}.hero-content{text-align:center;max-width:820px;margin:0 auto;padding:0 2rem}.hero-title{font-size:clamp(2.6rem,5.5vw,4rem);font-weight:800;color:rgb(var(--color-white));margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.035em}.hero-title-light{color:rgb(var(--color-azure-light))}.hero-subtitle-container{margin-bottom:1.25rem}.hero-subtitle{font-size:clamp(1.15rem,2.2vw,1.5rem);color:#e6f0fac7;max-width:820px;margin:0 auto;line-height:1.45;font-weight:300;min-height:2.5rem}.hero-dynamic-text{color:rgb(var(--color-warm-amber));font-weight:600;display:inline-block}.hero-cursor{color:rgb(var(--color-warm-amber));animation:blink 1s step-end infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-text{font-size:clamp(.95rem,1.7vw,1.08rem);color:#e6f0fab3;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.65;font-weight:400}.hero-text em{font-style:normal;font-weight:600;color:rgb(var(--color-warm-amber))}.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:600;background:rgb(var(--color-azure));color:rgb(var(--color-white));border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px rgba(var(--color-azure),.35);position:relative;overflow:hidden;border:none;cursor:pointer;letter-spacing:.01em}.hero-cta-arrow{display:inline-flex;transition:transform .25s ease}.hero-cta:hover{background:rgb(var(--color-azure-dark));box-shadow:0 8px 28px rgba(var(--color-azure),.45);transform:translateY(-2px)}.hero-cta:hover .hero-cta-arrow{transform:translate(4px)}.hero-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .5s}.hero-cta:hover:before{left:100%}.hero-logos{position:relative;z-index:4;width:100%;padding:1.5rem 0 1.75rem;background:#000814b8;border-top:1px solid rgba(255,255,255,.07);text-align:center}.hero-logos-label{margin:0 0 1.1rem;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#e6f0fa66}.hero-logos-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent)}.hero-logos-track{display:flex;width:max-content;align-items:center;gap:clamp(3rem,7vw,6rem);animation:hero-logos-marquee 40s linear infinite}.hero-logos-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.65;transition:opacity .3s ease,transform .3s ease}.hero-logos-item:hover{opacity:1;transform:scale(1.05)}.hero-logos-img{display:block;height:clamp(1.6rem,2.5vw,2.25rem);width:auto;max-width:min(12rem,30vw);object-fit:contain;filter:grayscale(1) brightness(1.5) contrast(1.05)}.hero-logos-item--screen{mix-blend-mode:screen}.hero-logos-item--screen .hero-logos-img{filter:brightness(1.9)}.hero-logos-img--large{height:clamp(2.1rem,3.2vw,2.9rem)}@keyframes hero-logos-marquee{0%{transform:translate(0)}to{transform:translate(-25%)}}.hero-logos-viewport--static{mask-image:none;-webkit-mask-image:none}.hero-logos-track--static{animation:none;width:100%;max-width:56rem;margin:0 auto;flex-wrap:wrap;justify-content:center;gap:1.5rem 3.5rem}@media(max-width:768px){.hero-body{padding:6.5rem 0 2.5rem}.hero-content{padding:0 1.25rem}.hero-title{font-size:clamp(2rem,8vw,2.75rem);line-height:1.1;margin-bottom:1.25rem}.hero-subtitle{font-size:clamp(1rem,4.5vw,1.25rem)}.hero-text{font-size:.98rem;margin-bottom:2rem}.hero-cta{padding:1rem 2rem;font-size:1rem;width:100%;max-width:22rem}.hero-logos{padding:1.25rem 0 1.5rem}.hero-logos-img{height:clamp(1.25rem,5vw,1.6rem)}}.network-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.7}@media(max-width:768px){.network-background{opacity:.2;pointer-events:none}}.logo{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{display:block;width:var(--logo-width);height:var(--logo-height);object-fit:contain;object-position:center center;transition:opacity var(--transition-base, .3s ease)}@media(max-width:768px){.logo-image{width:clamp(128px,36vw,168px);height:auto;max-height:52px;object-fit:contain}}.solutions{position:relative;overflow:hidden;background:linear-gradient(165deg,#0c1c30,#08162a 45%,#061020)}.solutions-sheen{pointer-events:none;position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(var(--color-azure),.09) 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 100% 80%,rgba(var(--color-tomato),.05) 0%,transparent 50%);z-index:0}.solutions>.container{position:relative;z-index:1;padding:0 2rem 5rem}.solutions-header{text-align:center;margin-bottom:3.25rem;padding-top:5.5rem}.solutions-header .section-title{color:rgb(var(--color-azure-light))}.solutions-section-subtitle{color:#93d2ff!important;max-width:44rem;margin-left:auto;margin-right:auto;line-height:1.55;font-size:1.05rem;font-weight:500}.section-title{font-size:clamp(1.85rem,3.5vw,2.65rem);font-weight:700;letter-spacing:-.02em;color:var(--text-color);margin-bottom:.85rem}.section-subtitle{font-size:1.05rem;color:var(--text-light);margin:0 auto}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;max-width:1060px;margin:0 auto;align-items:stretch}.solution-card-simple{display:flex;flex-direction:column;padding:1.75rem 1.75rem 1.5rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(var(--color-french-gray),.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 24px #0000001f;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease;min-height:260px}.solution-card-simple:hover{border-color:rgba(var(--color-azure),.35);box-shadow:0 12px 40px #0000002e;transform:translateY(-4px)}.solution-card-simple-top{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.85rem}.solution-icon-wrap{flex-shrink:0;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;border-radius:.65rem;background:rgba(var(--color-azure),.12);color:rgb(var(--color-azure-light))}.solution-card-simple:nth-child(2n) .solution-icon-wrap{background:rgba(var(--color-tomato),.14);color:rgb(var(--color-tomato))}.solution-lucide-icon{width:1.3rem;height:1.3rem;stroke-width:1.75}.solution-card-title{font-size:1.05rem;font-weight:700;line-height:1.3;margin:0;color:rgb(var(--color-alice-blue));letter-spacing:-.01em;align-self:center}.solution-card-desc{margin:0 0 1rem;font-size:.93rem;line-height:1.62;color:#e6f0fabf}.solution-card-tags{display:flex;flex-wrap:wrap;gap:.38rem;margin-bottom:.9rem}.solution-card-tag{font-size:.82rem;color:#c8dcf5cc;background:rgba(var(--color-azure),.12);border:1px solid rgba(var(--color-azure),.22);border-radius:99px;padding:.22rem .7rem;white-space:nowrap;transition:background .2s ease,border-color .2s ease}.solution-card-tag:hover{background:rgba(var(--color-azure),.2);border-color:rgba(var(--color-azure),.38)}.solution-card-hook{margin:auto 0 0;padding-top:.9rem;font-size:.88rem;font-style:italic;color:#93d2ff;line-height:1.45;border-top:1px solid rgba(var(--color-azure),.15)}@media(max-width:768px){.solutions-header{padding-top:3rem;margin-bottom:2rem}.solutions-grid{grid-template-columns:1fr;gap:1.25rem}.solution-card-simple{padding:1.5rem;min-height:unset}}.our-approach{position:relative;overflow:hidden;background:linear-gradient(170deg,#050f1e,#08162a,#0a1c32);padding:6rem 0 7rem}.our-approach:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 70% 50%,rgba(var(--color-azure),.07) 0%,transparent 60%);pointer-events:none}.approach-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1060px;margin:0 auto}.approach-left{display:flex;flex-direction:column}.approach-title{font-size:clamp(1.85rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.02em;color:rgb(var(--color-alice-blue));margin:0 0 .5rem}.approach-subtitle{font-size:1rem;color:#c8dcf599;margin:0 0 2.25rem;line-height:1.5}.approach-list{list-style:none;padding:0;margin:0 0 1.75rem;display:flex;flex-direction:column;gap:.25rem}.approach-item{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:.6rem;cursor:pointer;border:1px solid transparent;transition:background .2s ease,border-color .2s ease;outline:none}.approach-item:hover{background:#ffffff0a;border-color:rgba(var(--color-azure),.15)}.approach-item--active{background:rgba(var(--color-tomato),.08);border-color:rgba(var(--color-tomato),.3)}.approach-item-num{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#c8dcf559;min-width:1.8rem;transition:color .2s ease}.approach-item--active .approach-item-num{color:rgb(var(--color-tomato))}.approach-item-title{font-size:1.05rem;font-weight:600;color:#dcebfa99;transition:color .2s ease}.approach-item--active .approach-item-title{color:rgb(var(--color-alice-blue))}.approach-blurb{padding:1.25rem;border-radius:.75rem;background:#ffffff08;border:1px solid rgba(var(--color-azure),.12);min-height:4.5rem}.approach-blurb-text{margin:0;font-size:.97rem;line-height:1.65;color:#d2e6fad1;animation:blurb-fade-in .35s ease forwards}@keyframes blurb-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.approach-right{display:flex;align-items:center;justify-content:center}.approach-viz-wrap{width:100%;max-width:480px;animation:viz-fade-in .4s ease forwards}@keyframes viz-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.approach-svg{width:100%;height:auto;overflow:visible}.approach-edge{stroke:rgb(var(--color-azure-light));stroke-width:1.5;stroke-opacity:.35;fill:none;animation:edge-draw .5s ease forwards}@keyframes edge-draw{to{stroke-dashoffset:0}}.approach-node{fill:rgb(var(--color-azure-light));opacity:0;animation:node-in .4s ease forwards}@keyframes node-in{0%{opacity:0;r:0}to{opacity:1}}.approach-node-pulse{fill:none;stroke:rgb(var(--color-tomato));stroke-width:1.5;stroke-opacity:0;animation:node-pulse 2.4s ease-in-out infinite}@keyframes node-pulse{0%{r:8px;stroke-opacity:.7}to{r:20px;stroke-opacity:0}}@media(max-width:768px){.our-approach{padding:4rem 0 5rem}.approach-layout{grid-template-columns:1fr;gap:2.5rem}.approach-right{order:-1}.approach-viz-wrap{max-width:320px;margin:0 auto}}.tech-logos{width:100%;padding:2rem 0 2.25rem;background:#0008148c;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);text-align:center;overflow:hidden}.tech-logos-inner{width:100%}.tech-logos-label{margin:0 0 1.1rem;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#e6f0fa66}.tech-logos-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 6%,black 94%,transparent)}.tech-logos-track{display:flex;width:max-content;align-items:center;gap:clamp(3rem,6vw,5rem);animation:tech-logos-marquee 80s linear infinite}.tech-logos-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.92;transition:opacity .3s ease,transform .3s ease}.tech-logos-item:hover{opacity:1;transform:scale(1.06)}.tech-logos-img{display:block;height:clamp(1.6rem,3vw,2.25rem);width:auto}@keyframes tech-logos-marquee{0%{transform:translate(0)}to{transform:translate(-25%)}}.tech-logos-viewport--static{mask-image:none;-webkit-mask-image:none}.tech-logos-track--static{animation:none;width:100%;max-width:56rem;margin:0 auto;flex-wrap:wrap;justify-content:center;gap:2rem 3rem}@media(max-width:600px){.tech-logos-img{height:clamp(1.4rem,6vw,1.75rem)}}.cta-banner{background:linear-gradient(to right,#0a2540eb,#1c3a5fbf,#05142899),url(/sander-weeteling-KABfjuSOx74-unsplash_L.jpg);background-size:cover;background-position:center;position:relative;overflow:hidden}.cta-content{padding:4rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:4rem;flex-wrap:wrap;max-width:1000px;margin:0 auto;position:relative;z-index:1}.cta-text{flex:1;min-width:300px}.cta-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:rgb(var(--color-white));margin-bottom:.75rem}.cta-description{font-size:1.1rem;color:rgb(var(--color-white));max-width:600px}.cta-button{padding:1.25rem 3rem;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,rgb(var(--color-tomato)),rgb(var(--color-tomato-dark)));color:#fff;border-radius:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 15px -3px rgb(var(--color-tomato) / .3),0 4px 6px -2px rgb(var(--color-tomato) / .2);position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 25px -5px rgb(var(--color-tomato) / .4),0 10px 10px -5px rgb(var(--color-tomato) / .3);border-color:#fff3}@media(max-width:768px){.cta-content{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:2rem}.cta-button{width:100%;max-width:300px}}.footer{position:relative;overflow:hidden;background:linear-gradient(170deg,#040c18,#061224 60%,#08162c);padding:5rem 2rem 2rem}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 60% at 5% 80%,rgba(26,86,219,.06) 0%,transparent 65%),radial-gradient(ellipse 40% 40% at 95% 10%,rgba(79,70,229,.05) 0%,transparent 65%);pointer-events:none}.footer-container{position:relative;z-index:1}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem 2rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand-info h3{font-weight:600;color:#d2e6fa;margin-bottom:.25rem;font-size:1rem}.footer-brand-info p{font-size:.875rem;color:#d2e6fa80}.footer-section-title{font-weight:700;color:#d2e6fa;margin-bottom:1rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.footer-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-nav a{font-size:.875rem;color:#d2e6fa8c;transition:color .2s ease;text-decoration:none}.footer-nav a:hover{color:#4d82ff}.footer-social-icons{display:flex;gap:1rem;margin-bottom:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:#4d82ff1a;transition:background .2s ease;text-decoration:none}.footer-social-link:hover{background:#4d82ff33}.footer-social-link svg{width:1.25rem;height:1.25rem;color:#4d82ff}.footer-contact{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.footer-contact a{color:#d2e6fa8c;text-decoration:none;transition:color .2s ease;display:block}.footer-contact a:hover{color:#fab065}.footer-contact address{font-style:normal;color:#d2e6fa66;line-height:1.5}.footer-bottom{border-top:1px solid rgba(77,130,255,.12);padding-top:1.5rem;margin-top:2rem}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:768px){.footer-bottom-content{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.8rem;color:#d2e6fa59;text-align:center}@media(min-width:768px){.footer-copyright{text-align:left}}.footer-legal-nav{list-style:none;padding:0;margin:0;display:flex;gap:1.5rem}.footer-legal-nav a{font-size:.8rem;color:#d2e6fa59;text-decoration:none;transition:color .2s ease}.footer-legal-nav a:hover{color:#4d82ff}.schedule-page{min-height:100vh;display:flex;flex-direction:column;background:var(--background-color)}.schedule-main{flex:1;padding:6rem 0 4rem}.schedule-header{text-align:center;margin-bottom:3rem}.schedule-title{font-size:2.5rem;font-weight:700;color:var(--text-color);margin:0 0 1rem}.schedule-description{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.schedule-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.schedule-benefits{background:var(--section-background);padding:2rem;border-radius:var(--radius-lg);border:1px solid var(--border-color)}.benefits-title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0 0 1.5rem}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{padding:.75rem 0;border-bottom:1px solid var(--border-color);color:var(--text-secondary);line-height:1.5}.benefits-list li:last-child{border-bottom:none}.benefits-list strong{display:block;color:var(--text-color);margin-bottom:.25rem}.schedule-calendar{background:var(--card-background);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;min-height:650px;box-shadow:var(--shadow-md)}.schedule-footer{text-align:center;padding:2rem 0;border-top:1px solid var(--border-color)}.schedule-contact{font-size:1.125rem;color:var(--text-secondary)}.contact-email{color:var(--primary-color);text-decoration:none;font-weight:500;transition:opacity .2s ease}.contact-email:hover{opacity:.8;text-decoration:underline}.contact-email:focus{outline:3px solid var(--primary-color);outline-offset:2px;border-radius:var(--radius-sm)}@media(max-width:1024px){.schedule-content{grid-template-columns:1fr}.schedule-benefits{max-width:700px;margin:0 auto}}@media(max-width:768px){.schedule-main{padding:4rem 0 2rem}.schedule-title{font-size:2rem}.schedule-description{font-size:1.125rem;padding:0 1rem}.schedule-content{gap:2rem}.schedule-calendar{padding:1rem;min-height:500px}.benefits-title{font-size:1.25rem}.schedule-contact{font-size:1rem;padding:0 1rem}}@media(max-width:480px){.schedule-title{font-size:1.75rem}.schedule-description{font-size:1rem}.schedule-benefits{padding:1.5rem}.benefits-list li{font-size:.875rem}}@media(prefers-contrast:high){.schedule-benefits,.schedule-calendar{border:2px solid var(--text-color)}.contact-email:focus{outline-width:4px}}@media(prefers-reduced-motion:reduce){.contact-email{transition:none}}@media print{.schedule-page{background:#fff}.schedule-calendar{display:none}.schedule-footer{page-break-before:avoid}}.legal-page{min-height:100vh;display:flex;flex-direction:column}.legal-main{flex:1;padding:6rem 1.5rem 4rem;background:var(--background)}.legal-content{max-width:800px;margin:0 auto;color:var(--text-primary);line-height:1.7}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.legal-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.legal-content p{margin-bottom:1rem;color:var(--text-secondary)}.legal-content strong{color:var(--text-primary)}.legal-content ul{margin:1rem 0;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;color:var(--text-secondary)}@media(max-width:768px){.legal-main{padding:5rem 1rem 3rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.25rem}}@layer theme,base,components,utilities;@layer theme{@theme default{ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-50: oklch(97.1% .013 17.38); --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-red-950: oklch(25.8% .092 26.042); --color-orange-50: oklch(98% .016 73.684); --color-orange-100: oklch(95.4% .038 75.164); --color-orange-200: oklch(90.1% .076 70.697); --color-orange-300: oklch(83.7% .128 66.29); --color-orange-400: oklch(75% .183 55.934); --color-orange-500: oklch(70.5% .213 47.604); --color-orange-600: oklch(64.6% .222 41.116); --color-orange-700: oklch(55.3% .195 38.402); --color-orange-800: oklch(47% .157 37.304); --color-orange-900: oklch(40.8% .123 38.172); --color-orange-950: oklch(26.6% .079 36.259); --color-amber-50: oklch(98.7% .022 95.277); --color-amber-100: oklch(96.2% .059 95.617); --color-amber-200: oklch(92.4% .12 95.746); --color-amber-300: oklch(87.9% .169 91.605); --color-amber-400: oklch(82.8% .189 84.429); --color-amber-500: oklch(76.9% .188 70.08); --color-amber-600: oklch(66.6% .179 58.318); --color-amber-700: oklch(55.5% .163 48.998); --color-amber-800: oklch(47.3% .137 46.201); --color-amber-900: oklch(41.4% .112 45.904); --color-amber-950: oklch(27.9% .077 45.635); --color-yellow-50: oklch(98.7% .026 102.212); --color-yellow-100: oklch(97.3% .071 103.193); --color-yellow-200: oklch(94.5% .129 101.54); --color-yellow-300: oklch(90.5% .182 98.111); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-yellow-600: oklch(68.1% .162 75.834); --color-yellow-700: oklch(55.4% .135 66.442); --color-yellow-800: oklch(47.6% .114 61.907); --color-yellow-900: oklch(42.1% .095 57.708); --color-yellow-950: oklch(28.6% .066 53.813); --color-lime-50: oklch(98.6% .031 120.757); --color-lime-100: oklch(96.7% .067 122.328); --color-lime-200: oklch(93.8% .127 124.321); --color-lime-300: oklch(89.7% .196 126.665); --color-lime-400: oklch(84.1% .238 128.85); --color-lime-500: oklch(76.8% .233 130.85); --color-lime-600: oklch(64.8% .2 131.684); --color-lime-700: oklch(53.2% .157 131.589); --color-lime-800: oklch(45.3% .124 130.933); --color-lime-900: oklch(40.5% .101 131.063); --color-lime-950: oklch(27.4% .072 132.109); --color-green-50: oklch(98.2% .018 155.826); --color-green-100: oklch(96.2% .044 156.743); --color-green-200: oklch(92.5% .084 155.995); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-green-700: oklch(52.7% .154 150.069); --color-green-800: oklch(44.8% .119 151.328); --color-green-900: oklch(39.3% .095 152.535); --color-green-950: oklch(26.6% .065 152.934); --color-emerald-50: oklch(97.9% .021 166.113); --color-emerald-100: oklch(95% .052 163.051); --color-emerald-200: oklch(90.5% .093 164.15); --color-emerald-300: oklch(84.5% .143 164.978); --color-emerald-400: oklch(76.5% .177 163.223); --color-emerald-500: oklch(69.6% .17 162.48); --color-emerald-600: oklch(59.6% .145 163.225); --color-emerald-700: oklch(50.8% .118 165.612); --color-emerald-800: oklch(43.2% .095 166.913); --color-emerald-900: oklch(37.8% .077 168.94); --color-emerald-950: oklch(26.2% .051 172.552); --color-teal-50: oklch(98.4% .014 180.72); --color-teal-100: oklch(95.3% .051 180.801); --color-teal-200: oklch(91% .096 180.426); --color-teal-300: oklch(85.5% .138 181.071); --color-teal-400: oklch(77.7% .152 181.912); --color-teal-500: oklch(70.4% .14 182.503); --color-teal-600: oklch(60% .118 184.704); --color-teal-700: oklch(51.1% .096 186.391); --color-teal-800: oklch(43.7% .078 188.216); --color-teal-900: oklch(38.6% .063 188.416); --color-teal-950: oklch(27.7% .046 192.524); --color-cyan-50: oklch(98.4% .019 200.873); --color-cyan-100: oklch(95.6% .045 203.388); --color-cyan-200: oklch(91.7% .08 205.041); --color-cyan-300: oklch(86.5% .127 207.078); --color-cyan-400: oklch(78.9% .154 211.53); --color-cyan-500: oklch(71.5% .143 215.221); --color-cyan-600: oklch(60.9% .126 221.723); --color-cyan-700: oklch(52% .105 223.128); --color-cyan-800: oklch(45% .085 224.283); --color-cyan-900: oklch(39.8% .07 227.392); --color-cyan-950: oklch(30.2% .056 229.695); --color-sky-50: oklch(97.7% .013 236.62); --color-sky-100: oklch(95.1% .026 236.824); --color-sky-200: oklch(90.1% .058 230.902); --color-sky-300: oklch(82.8% .111 230.318); --color-sky-400: oklch(74.6% .16 232.661); --color-sky-500: oklch(68.5% .169 237.323); --color-sky-600: oklch(58.8% .158 241.966); --color-sky-700: oklch(50% .134 242.749); --color-sky-800: oklch(44.3% .11 240.79); --color-sky-900: oklch(39.1% .09 240.876); --color-sky-950: oklch(29.3% .066 243.157); --color-blue-50: oklch(97% .014 254.604); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-200: oklch(88.2% .059 254.128); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-blue-800: oklch(42.4% .199 265.638); --color-blue-900: oklch(37.9% .146 265.522); --color-blue-950: oklch(28.2% .091 267.935); --color-indigo-50: oklch(96.2% .018 272.314); --color-indigo-100: oklch(93% .034 272.788); --color-indigo-200: oklch(87% .065 274.039); --color-indigo-300: oklch(78.5% .115 274.713); --color-indigo-400: oklch(67.3% .182 276.935); --color-indigo-500: oklch(58.5% .233 277.117); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-indigo-800: oklch(39.8% .195 277.366); --color-indigo-900: oklch(35.9% .144 278.697); --color-indigo-950: oklch(25.7% .09 281.288); --color-violet-50: oklch(96.9% .016 293.756); --color-violet-100: oklch(94.3% .029 294.588); --color-violet-200: oklch(89.4% .057 293.283); --color-violet-300: oklch(81.1% .111 293.571); --color-violet-400: oklch(70.2% .183 293.541); --color-violet-500: oklch(60.6% .25 292.717); --color-violet-600: oklch(54.1% .281 293.009); --color-violet-700: oklch(49.1% .27 292.581); --color-violet-800: oklch(43.2% .232 292.759); --color-violet-900: oklch(38% .189 293.745); --color-violet-950: oklch(28.3% .141 291.089); --color-purple-50: oklch(97.7% .014 308.299); --color-purple-100: oklch(94.6% .033 307.174); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-300: oklch(82.7% .119 306.383); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-purple-600: oklch(55.8% .288 302.321); --color-purple-700: oklch(49.6% .265 301.924); --color-purple-800: oklch(43.8% .218 303.724); --color-purple-900: oklch(38.1% .176 304.987); --color-purple-950: oklch(29.1% .149 302.717); --color-fuchsia-50: oklch(97.7% .017 320.058); --color-fuchsia-100: oklch(95.2% .037 318.852); --color-fuchsia-200: oklch(90.3% .076 319.62); --color-fuchsia-300: oklch(83.3% .145 321.434); --color-fuchsia-400: oklch(74% .238 322.16); --color-fuchsia-500: oklch(66.7% .295 322.15); --color-fuchsia-600: oklch(59.1% .293 322.896); --color-fuchsia-700: oklch(51.8% .253 323.949); --color-fuchsia-800: oklch(45.2% .211 324.591); --color-fuchsia-900: oklch(40.1% .17 325.612); --color-fuchsia-950: oklch(29.3% .136 325.661); --color-pink-50: oklch(97.1% .014 343.198); --color-pink-100: oklch(94.8% .028 342.258); --color-pink-200: oklch(89.9% .061 343.231); --color-pink-300: oklch(82.3% .12 346.018); --color-pink-400: oklch(71.8% .202 349.761); --color-pink-500: oklch(65.6% .241 354.308); --color-pink-600: oklch(59.2% .249 .584); --color-pink-700: oklch(52.5% .223 3.958); --color-pink-800: oklch(45.9% .187 3.815); --color-pink-900: oklch(40.8% .153 2.432); --color-pink-950: oklch(28.4% .109 3.907); --color-rose-50: oklch(96.9% .015 12.422); --color-rose-100: oklch(94.1% .03 12.58); --color-rose-200: oklch(89.2% .058 10.001); --color-rose-300: oklch(81% .117 11.638); --color-rose-400: oklch(71.2% .194 13.428); --color-rose-500: oklch(64.5% .246 16.439); --color-rose-600: oklch(58.6% .253 17.585); --color-rose-700: oklch(51.4% .222 16.935); --color-rose-800: oklch(45.5% .188 13.697); --color-rose-900: oklch(41% .159 10.272); --color-rose-950: oklch(27.1% .105 12.094); --color-slate-50: oklch(98.4% .003 247.858); --color-slate-100: oklch(96.8% .007 247.896); --color-slate-200: oklch(92.9% .013 255.508); --color-slate-300: oklch(86.9% .022 252.894); --color-slate-400: oklch(70.4% .04 256.788); --color-slate-500: oklch(55.4% .046 257.417); --color-slate-600: oklch(44.6% .043 257.281); --color-slate-700: oklch(37.2% .044 257.287); --color-slate-800: oklch(27.9% .041 260.031); --color-slate-900: oklch(20.8% .042 265.755); --color-slate-950: oklch(12.9% .042 264.695); --color-gray-50: oklch(98.5% .002 247.839); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-gray-950: oklch(13% .028 261.692); --color-zinc-50: oklch(98.5% 0 0); --color-zinc-100: oklch(96.7% .001 286.375); --color-zinc-200: oklch(92% .004 286.32); --color-zinc-300: oklch(87.1% .006 286.286); --color-zinc-400: oklch(70.5% .015 286.067); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-600: oklch(44.2% .017 285.786); --color-zinc-700: oklch(37% .013 285.805); --color-zinc-800: oklch(27.4% .006 286.033); --color-zinc-900: oklch(21% .006 285.885); --color-zinc-950: oklch(14.1% .005 285.823); --color-neutral-50: oklch(98.5% 0 0); --color-neutral-100: oklch(97% 0 0); --color-neutral-200: oklch(92.2% 0 0); --color-neutral-300: oklch(87% 0 0); --color-neutral-400: oklch(70.8% 0 0); --color-neutral-500: oklch(55.6% 0 0); --color-neutral-600: oklch(43.9% 0 0); --color-neutral-700: oklch(37.1% 0 0); --color-neutral-800: oklch(26.9% 0 0); --color-neutral-900: oklch(20.5% 0 0); --color-neutral-950: oklch(14.5% 0 0); --color-stone-50: oklch(98.5% .001 106.423); --color-stone-100: oklch(97% .001 106.424); --color-stone-200: oklch(92.3% .003 48.717); --color-stone-300: oklch(86.9% .005 56.366); --color-stone-400: oklch(70.9% .01 56.259); --color-stone-500: oklch(55.3% .013 58.071); --color-stone-600: oklch(44.4% .011 73.639); --color-stone-700: oklch(37.4% .01 67.558); --color-stone-800: oklch(26.8% .007 34.298); --color-stone-900: oklch(21.6% .006 56.043); --color-stone-950: oklch(14.7% .004 49.25); --color-black: #000; --color-white: #fff; --spacing: .25rem; --breakpoint-sm: 40rem; --breakpoint-md: 48rem; --breakpoint-lg: 64rem; --breakpoint-xl: 80rem; --breakpoint-2xl: 96rem; --container-3xs: 16rem; --container-2xs: 18rem; --container-xs: 20rem; --container-sm: 24rem; --container-md: 28rem; --container-lg: 32rem; --container-xl: 36rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-5xl: 64rem; --container-6xl: 72rem; --container-7xl: 80rem; --text-xs: .75rem; --text-xs--line-height: calc(1 / .75); --text-sm: .875rem; --text-sm--line-height: calc(1.25 / .875); --text-base: 1rem; --text-base--line-height: 1.5 ; --text-lg: 1.125rem; --text-lg--line-height: calc(1.75 / 1.125); --text-xl: 1.25rem; --text-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-3xl: 1.875rem; --text-3xl--line-height: 1.2 ; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5 / 2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-thin: 100; --font-weight-extralight: 200; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tighter: -.05em; --tracking-tight: -.025em; --tracking-normal: 0em; --tracking-wide: .025em; --tracking-wider: .05em; --tracking-widest: .1em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --shadow-2xs: 0 1px rgb(0 0 0 / .05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25); --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / .05); --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05); --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05); --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05); --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15); --drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12); --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15); --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1); --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / .15); --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / .15); --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / .2); --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / .075), 0px 1px 1px rgb(0 0 0 / .075), 0px 2px 2px rgb(0 0 0 / .075); --text-shadow-md: 0px 1px 1px rgb(0 0 0 / .1), 0px 1px 2px rgb(0 0 0 / .1), 0px 2px 4px rgb(0 0 0 / .1); --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / .1), 0px 3px 2px rgb(0 0 0 / .1), 0px 4px 8px rgb(0 0 0 / .1); --ease-in: cubic-bezier(.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --animate-spin: spin 1s linear infinite; --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite; --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; --animate-bounce: bounce 1s infinite; @keyframes spin { to { transform: rotate(360deg); } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: .5; } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } } --blur-xs: 4px; --blur-sm: 8px; --blur-md: 12px; --blur-lg: 16px; --blur-xl: 24px; --blur-2xl: 40px; --blur-3xl: 64px; --perspective-dramatic: 100px; --perspective-near: 300px; --perspective-normal: 500px; --perspective-midrange: 800px; --perspective-distant: 1200px; --aspect-video: 16 / 9; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: --theme(--font-sans, initial); --default-font-feature-settings: --theme( --font-sans--font-feature-settings, initial ); --default-font-variation-settings: --theme( --font-sans--font-variation-settings, initial ); --default-mono-font-family: --theme(--font-mono, initial); --default-mono-font-feature-settings: --theme( --font-mono--font-feature-settings, initial ); --default-mono-font-variation-settings: --theme( --font-mono--font-variation-settings, initial ); }@theme default inline reference{ --blur: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05); --drop-shadow: 0 1px 2px rgb(0 0 0 / .1), 0 1px 1px rgb(0 0 0 / .06); --radius: .25rem; --max-width-prose: 65ch; }}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:--theme(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{@tailwind utilities;}[data-theme=dark]{--text: var(--color-text-on-dark-muted);--background: var(--color-bg-dark)}:root{--color-alice-blue: 230 240 250;--color-amber-dark: 255 149 0;--color-azure: 0 123 255;--color-azure-dark: 0 86 179;--color-azure-light: 77 163 255;--color-charcoal: 55 65 81;--color-emerald: 16 185 129;--color-french-gray: 175 184 190;--color-ghost-white: 241 241 246;--color-midnight: 5 20 40;--color-oxford-blue: 10 37 64;--color-oxford-blue-light: 28 58 95;--color-papaya-whip: 255 241 208;--color-pearl: 248 249 250;--color-ruby: 239 68 68;--color-sandy-brown: 252 159 91;--color-slate: 100 116 139;--color-tomato: 255 106 61;--color-tomato-dark: 229 77 46;--color-warm-amber: 255 179 71;--color-white: 255 255 255;--font-heading: "Avenir", "Avenir Next", "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Avenir", "Avenir Next", "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;--font-small: "Avenir", "Avenir Next", "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--background-color: 248 250 253;--background-color-alt: 235 242 250;--text-color: var(--color-charcoal);--text-color-alt: var(--color-oxford-blue);--gradient-primary: linear-gradient(135deg, var(--color-azure), var(--color-azure-dark));--gradient-warm: linear-gradient(135deg, var(--color-warm-amber), var(--color-sandy-brown));--gradient-accent: linear-gradient(135deg, var(--color-tomato), var(--color-sandy-brown));--gradient-dark: linear-gradient(180deg, var(--color-oxford-blue), var(--color-midnight));--gradient-mesh: radial-gradient(circle at 20% 30%, var(--color-azure-light) 0%, transparent 50%), radial-gradient(circle at 80% 70%, var(--color-warm-amber) 0%, transparent 50%);--shadow-sm: 0 1px 2px rgba(10, 37, 64, .04);--shadow-md: 0 2px 8px rgba(10, 37, 64, .06);--shadow-lg: 0 8px 20px rgba(10, 37, 64, .12);--shadow-xl: 0 16px 40px rgba(10, 37, 64, .1);--shadow-dark-sm: 0 2px 6px rgba(0, 0, 0, .15);--shadow-dark-md: 0 6px 20px rgba(0, 0, 0, .2);--shadow-dark-lg: 0 12px 40px rgba(0, 0, 0, .25);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--max-w-container: 1200px;--max-w-subtitle: 48rem;--scroll-top: 100px}@theme{}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--scroll-top);background-color:#1c3a5f}body{font-family:var(--font-body);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1c3a5f;color:rgb(var(--text-color));line-height:1.2}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin:1rem 0 2rem}p,li,div{line-height:1.65}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:var(--font-body);color:#fff;background-color:rgb(var(--color-azure))}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}::selection{background-color:rgba(var(--color-azure),.3);color:rgb(var(--color-oxford-blue))}::-moz-selection{background-color:rgba(var(--color-azure),.3);color:rgb(var(--color-oxford-blue))}:focus-visible{outline:2px solid rgb(var(--color-azure));outline-offset:2px;border-radius:4px}.container{margin:0 auto;max-width:96%;padding:10px}@media(min-width:768px){.container{max-width:1200px;padding:16px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--spacing-sm);text-align:center}.section-subtitle{font-size:1.125rem;font-weight:400;color:var(--text-color);opacity:.9;max-width:var(--max-w-subtitle);margin:0 auto 2rem;text-align:center;line-height:1.6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important}}
