@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-ext-variable.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-variable.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-ink: #0F172A;--color-ink-80: rgba(15, 23, 42, .8);--color-muted: #5F6873;--color-blue: #325E7C;--color-blue-dark: #274B64;--color-blue-light: #4A7FA0;--color-bg-soft: #EEF4FA;--color-white: #FFFFFF;--color-border: #D8E4EE;--color-success: #16A34A;--color-error: #DC2626;--radius-card: 28px;--radius-sm: 12px;--radius-btn: 10px;--max-width: 1120px;--section-pad: clamp(64px, 8vw, 112px);--section-pad-sm: clamp(40px, 5vw, 64px);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "SF Mono", Menlo, monospace;--shadow-card: 0 1px 3px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .08);--shadow-card-hover: 0 4px 8px rgba(15, 23, 42, .08), 0 12px 32px rgba(15, 23, 42, .12);--transition: .2s ease;--bg-deep: #0A1220;--bg-section: #0F1A2E;--bg-light: #F8FAFC;--accent-cyan: #5BC6F5;--accent-green: #4ADE80;--accent-warn: #F87171;--text-white: #F8FAFC;--text-muted: #94A3B8;--border-subtle: rgba(255, 255, 255, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-ink);background:var(--bg-deep);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;overscroll-behavior-x:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{min-height:100vh;overflow-x:clip}h1,h2,h3,h4{line-height:1.2;font-weight:700;color:var(--color-ink);letter-spacing:-.02em}h1{font-size:clamp(2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.625rem,3vw,2.375rem)}h3{font-size:clamp(1.125rem,2vw,1.375rem)}h4{font-size:1rem;font-weight:600}p{color:var(--color-muted);font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.7}a{color:var(--color-blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-blue-dark)}a:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:3px;border-radius:4px}img,video{max-width:100%;display:block}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(16px,4vw,40px)}.section{padding-block:var(--section-pad);scroll-margin-top:76px}.section--white{background:var(--color-white)}.section-header{margin-bottom:clamp(2rem,4vw,3.5rem)}.section-header--center{text-align:center;max-width:640px;margin-inline:auto;margin-bottom:clamp(2rem,4vw,3.5rem)}.section-header h2{margin-bottom:.75rem}.section-header p{font-size:clamp(1rem,1.5vw,1.125rem)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-btn);font-size:1rem;font-weight:600;line-height:1;transition:background var(--transition),box-shadow var(--transition),transform var(--transition);white-space:nowrap}.btn:focus-visible{outline:2px solid var(--accent-cyan);outline-offset:3px}.btn--primary{background:var(--color-blue);color:var(--color-white)}.btn--primary:hover{background:var(--color-blue-dark);color:var(--color-white);box-shadow:0 4px 16px #325e7c59;transform:translateY(-1px)}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.9375rem;font-weight:500;color:var(--color-ink)}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:1rem;color:var(--color-ink);background:var(--color-white);transition:border-color var(--transition),box-shadow var(--transition);-webkit-appearance:none}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-blue);box-shadow:0 0 0 3px #325e7c26}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-muted);opacity:.7}.form-textarea{resize:vertical;min-height:160px}.form-error{font-size:.875rem;color:var(--color-error)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-link{position:absolute;top:-100%;left:1rem;padding:.75rem 1.25rem;background:var(--bg-deep);color:var(--accent-cyan);font-weight:600;font-size:.9375rem;border:2px solid var(--accent-cyan);border-radius:var(--radius-btn);z-index:9999;text-decoration:none;transition:top .15s ease}.skip-link:focus{top:1rem;outline:none}#stcm-wrapper{--fontFamily: inherit;--primaryColor: #5BC6F5;--backgroundColor: #0F1A2E;--textColor: #F8FAFC;--iconColor: #5BC6F5;--iconBackgroundColor: #0F1A2E}#stcm-wrapper .stcm-button-secondary{background-color:var(--primaryColor);color:var(--backgroundColor)}#stcm-wrapper .stcm-button-secondary:hover{background-color:var(--backgroundColor);color:var(--primaryColor)}#stcm-wrapper .stcm-button{white-space:nowrap}#stcm-wrapper #stcm-icon{width:40px;height:40px}#stcm-wrapper #stcm-icon svg{width:20px;height:20px}
