:root{color:#eef4fb;font-family:Avenir Next,Segoe UI,Helvetica Neue,system-ui,sans-serif;background-color:#06111c;--content-max: 42rem;--wide-max: 74rem;--section-gap: clamp(1.8rem, 3vw, 3rem);--section-pad-y: clamp(1.5rem, 2.4vw, 2.2rem);--section-pad-x: clamp(1rem, 2.4vw, 1.7rem);--radius-xl: 1.5rem;--surface-1: rgba(12, 23, 36, .82);--surface-2: rgba(16, 29, 45, .88);--ink-muted: #a9b8c7;--ink-soft: #d9e4ef;--line-soft: rgba(159, 192, 216, .18);--line-strong: rgba(117, 176, 216, .34);--accent: #36c6ff;--accent-soft: rgba(54, 198, 255, .16);--accent-strong: #8de4ff}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,rgba(37,111,168,.22),transparent 34%),radial-gradient(circle at top right,rgba(59,133,214,.14),transparent 30%),linear-gradient(180deg,#07111b,#091521 40%,#050d16);color:#edf4fb}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.page-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:2.5rem 1.25rem 4rem;position:relative;overflow:hidden}.landing-shell{padding-bottom:calc(4.5rem + env(safe-area-inset-bottom))}.page-shell:before,.page-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.page-shell:before{background:radial-gradient(circle at 15% 15%,rgba(54,198,255,.12),transparent 20%),radial-gradient(circle at 82% 12%,rgba(120,163,255,.1),transparent 18%)}.page-shell:after{background-image:linear-gradient(rgba(133,173,201,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(133,173,201,.04) 1px,transparent 1px);background-size:42px 42px;opacity:.2}.page-inner{width:min(var(--wide-max),100%);display:flex;flex-direction:column;gap:var(--section-gap);margin:0 auto;position:relative;z-index:1;align-items:stretch}.hero-header,.section,.contact-section,.footer,.section-nav{width:100%;max-width:var(--wide-max);margin-inline:auto}.section-nav{position:sticky;top:.85rem;z-index:20;width:fit-content;max-width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.45rem;padding:.55rem;border:1px solid var(--line-soft);border-radius:999px;background:#060f18d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 40px #01080f61}.section-nav a{padding:.42rem .82rem;border-radius:999px;border:1px solid transparent;color:#d3e1ee;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease}.section-nav a:hover,.section-nav a:focus-visible{color:#fff;border-color:#5bc3ff6b;background:#36c6ff1f;outline:none}.hero-header{display:flex;flex-direction:column;align-items:center;gap:1.1rem;padding:1.55rem;border:1px solid var(--line-soft);border-radius:calc(var(--radius-xl) + .25rem);background:linear-gradient(140deg,#0f1f30e6,#07101af5),var(--surface-1);box-shadow:0 28px 65px #01080f70}.hero-layout{width:100%;display:grid;gap:1.2rem;align-items:start;justify-items:center}.hero-layout-single{grid-template-columns:1fr}.hero-primary{width:100%;max-width:52rem;text-align:center}.hero-logo{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:.3rem}.hero-logo .site-logo-wordmark{width:min(100%,300px);height:auto;filter:drop-shadow(0 18px 25px rgba(0,0,0,.35))}.hero-actions{width:100%;max-width:100%;margin-inline:0;display:grid;gap:.8rem}.hero-actions-inline{max-width:46rem;justify-items:center}.hero-title{font-size:clamp(2rem,3.7vw,3.1rem);font-weight:400;margin:0;color:#f4fbff;line-height:1.06;text-wrap:balance;max-width:26ch;margin-inline:auto}.hero-lead{font-size:clamp(1rem,1.45vw,1.12rem);color:var(--ink-soft);margin-top:.55rem;line-height:1.55;text-wrap:pretty;max-width:44rem;margin-inline:auto}.hero-title+.hero-lead{margin-top:.8rem}.hero-body{margin:.8rem 0 0;color:var(--ink-muted);line-height:1.58;text-align:center;max-width:38rem;font-size:.98rem;margin-inline:auto}.hero-cta{display:flex;flex-direction:column;gap:.45rem}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:3rem;padding:.78rem 1.65rem;border-radius:999px;border:1px solid rgba(99,214,255,.34);background:linear-gradient(135deg,#36c6ff3d,#7ee3ff1f),#36c6ff14;color:#effcff;text-decoration:none;font-size:.95rem;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;box-shadow:0 18px 40px #04142280}.hero-cta-button:hover{transform:translateY(-1px);border-color:#8de4ffcc;background:linear-gradient(135deg,#36c6ff57,#7ee3ff2e),#36c6ff1a;box-shadow:0 22px 50px #04142299}.hero-cta-button:focus-visible{outline:none;box-shadow:0 0 0 4px #36c6ff29,0 18px 40px #04142280}.hero-cta-subtext{margin:0;font-size:.82rem;color:var(--ink-muted);line-height:1.45}.hero-key-points{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.hero-point{margin:0;padding:.45rem .72rem;border-radius:999px;border:1px solid rgba(99,214,255,.2);background:#36c6ff14;color:#dff7ff;font-size:.8rem;line-height:1.2}.hero-cta-row{display:flex;align-items:center;justify-content:center;gap:.9rem;flex-wrap:wrap}.hero-secondary-link{color:#c3ebfa;text-decoration:none;font-size:.92rem;font-weight:500;text-align:center}.hero-secondary-link:hover{color:#fff;text-decoration:underline}.eyebrow{letter-spacing:.16em;font-size:.74rem;font-weight:600;color:var(--accent-strong);margin:0 0 .65rem;text-transform:uppercase}.section{border:1px solid var(--line-soft);padding:var(--section-pad-y) var(--section-pad-x);border-radius:var(--radius-xl);position:relative;overflow:hidden;background:var(--surface-1);box-shadow:0 20px 48px #01080f47}.landing-shell .section:nth-of-type(odd){background:linear-gradient(145deg,rgba(54,198,255,.08),transparent 62%),var(--surface-1)}.landing-shell .section:nth-of-type(2n){background:linear-gradient(145deg,rgba(120,163,255,.08),transparent 62%),var(--surface-2)}.section-header{display:flex;flex-direction:column;gap:.4rem;align-items:center;width:100%;max-width:var(--content-max);margin-inline:auto;text-align:center}.section-title{font-size:1.45rem;font-weight:400;color:#f4fbff;width:100%;margin:0;line-height:1.25;text-align:center;scroll-margin-top:8rem}.section-title:after{content:"";display:block;width:84px;height:2px;margin:1rem auto 0;background:linear-gradient(90deg,#36c6ff47,#8de4ffeb)}.section-lead{color:var(--ink-muted);max-width:var(--content-max);line-height:1.5;margin:0 auto;text-align:center;width:100%}.section-copy{margin-top:.8rem;color:#d6e3ee;line-height:1.64;width:100%;max-width:40rem;margin-inline:auto;text-align:left;font-size:.98rem}.section-copy p{margin:0 0 1rem}.section-copy p:last-child{margin-bottom:0}.section-copy a{color:#9be5ff;text-decoration-thickness:1px;text-underline-offset:3px;overflow-wrap:anywhere}.section-copy a:hover{color:#fff}.section-grid{display:grid;width:100%;max-width:var(--wide-max);margin-inline:auto;justify-items:stretch;align-items:stretch;grid-template-columns:1fr;gap:.95rem;margin-top:1.15rem}.section-grid-two{grid-template-columns:1fr}.section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 25% 25%,rgba(255,255,255,.06),transparent 52%);opacity:.3;transition:opacity .5s ease;pointer-events:none}.section:hover:before{opacity:.5}.section-card{background:linear-gradient(145deg,rgba(54,198,255,.08),transparent 70%),#07101ae0;border:1px solid rgba(132,183,213,.16);border-radius:1.1rem;padding:1.2rem;min-height:100%;width:100%;display:flex;flex-direction:column;gap:.42rem;text-align:left;box-shadow:0 16px 32px #020a1257;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.section-card:hover{transform:translateY(-2px);border-color:#78cef557;box-shadow:0 22px 45px #020a126b}.card-title{font-weight:600;color:#f5fbff;margin:0 0 .35rem}.card-copy{margin:0;color:var(--ink-muted);line-height:1.48;font-size:.95rem}.section-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.68rem;width:100%;max-width:var(--content-max);margin-inline:auto;text-align:left}.section-list li{display:flex;align-items:flex-start;gap:.5rem;color:#d6e3ee;font-size:.95rem}.section-list li span{color:var(--accent-strong);font-size:1.2rem;line-height:1}.section-steps{counter-reset:steps;list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:var(--content-max);margin-inline:auto;text-align:left}.section-steps li{display:flex;align-items:flex-start;gap:.75rem;color:#d6e3ee;font-size:.95rem}.section-steps li:before{counter-increment:steps;content:counter(steps) ".";color:var(--accent-strong);font-weight:600;width:1.6rem;flex:0 0 1.6rem;text-align:right;line-height:1.2}.legal-heading{margin-top:1.5rem;font-size:1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-strong)}.legal-list{margin:.5rem 0 0;padding-left:1.25rem;color:#d6e3ee;line-height:1.56}.legal-paragraph{color:#d6e3ee;line-height:1.56;margin:.25rem 0 0}.contact-section{border:1px solid var(--line-soft);border-radius:var(--radius-xl);padding:var(--section-pad-y) var(--section-pad-x);background:linear-gradient(145deg,#36c6ff14,#0a1824eb),#ffffff05;text-align:center;align-items:center;box-shadow:0 24px 55px #01080f57}.contact-intro{max-width:var(--content-max);color:var(--ink-muted);line-height:1.5;margin-inline:auto;text-align:center;margin-bottom:1rem}.section-copy,.section-list,.section-card,.form-card{text-align:left}.form-wrapper{display:flex;justify-content:center;width:100%}.form-card{width:100%;max-width:520px;background:linear-gradient(155deg,#0c1927f2,#060e18f5),#ffffff08;border:1px solid rgba(129,183,216,.18);border-radius:1.5rem;padding:1.55rem;box-shadow:0 25px 60px #0006}.form-heading{margin:0 0 1.25rem;font-size:1.25rem;font-weight:500;color:#f4fbff}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group span{font-size:.85rem;color:var(--ink-muted);letter-spacing:.02em}.form-input,.form-textarea,.form-select{background:#070d16b3;border:1px solid rgba(129,183,216,.16);border-radius:.85rem;padding:.78rem .9rem;color:#fefefe;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#81ddff8c;box-shadow:0 0 0 4px #36c6ff24;background:#070d16eb}.form-input::placeholder,.form-textarea::placeholder{color:#c5d7e494}.form-textarea{min-height:120px;resize:vertical}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.5rem;font-size:.8rem;color:#8eb5c8}.footer{margin-top:1rem;padding-top:1.25rem;border-top:1px solid rgba(145,188,214,.18);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;font-size:.8rem;color:#93aab9;text-align:center}.footer-location{margin:0;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:#d3e3ee;text-align:center}.footer a{color:#d3e3ee;text-decoration:none;font-size:.8rem;letter-spacing:.25em;text-transform:uppercase}.footer a:hover{color:#fff;text-decoration:underline}.footer-links{display:flex;gap:1.1rem;align-items:center;justify-content:center;flex-wrap:wrap}.footer-links span{color:#ffffff59;letter-spacing:.25em}.page-link a{color:#bce7f9;text-decoration:none;font-size:.8rem;letter-spacing:.25em;text-transform:uppercase}.page-link a:hover{text-decoration:underline}.form-submit{border-radius:999px;border:1px solid rgba(129,221,255,.3);background:#36c6ff1f;color:#f9f9fb;padding:.68rem 1.5rem;font-size:.9rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.form-submit:hover:not(:disabled){background:#36c6ff33;border-color:#81ddffb3}.form-submit:disabled{cursor:not-allowed;opacity:.6}.mobile-sticky-cta{position:fixed;left:.8rem;right:.8rem;bottom:calc(.75rem + env(safe-area-inset-bottom));display:none;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1.1rem;border-radius:999px;border:1px solid rgba(129,221,255,.5);background:#071521f0;color:#fff;text-decoration:none;font-size:.84rem;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 18px 35px #00000080;z-index:30}.form-error{color:#ffadb2;font-size:.75rem;margin:0}.status-message{margin-top:.35rem;font-size:.8rem}.status-success{color:#7fe8d3}.status-error{color:#ffadb2}.space-y-5>*+*{margin-top:1.25rem}@media (min-width: 900px){.section-grid,.section-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 980px){.hero-layout{grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:1.8rem}.hero-actions{max-width:100%;margin:0;align-self:stretch}.hero-layout-single{grid-template-columns:1fr}}@media (max-width: 900px){.page-shell{padding:1.9rem 1rem 3.25rem}.landing-shell{padding-bottom:calc(6.3rem + env(safe-area-inset-bottom))}.page-inner{gap:2.4rem}.section-nav{position:static;width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding:.4rem;border-radius:.9rem}.section-nav a{white-space:nowrap}.hero-header{padding:1.25rem}.hero-key-points{gap:.5rem}.hero-lead,.contact-intro{max-width:100%}.section,.contact-section{padding:1.55rem 1rem}.section-grid{gap:1rem}.mobile-sticky-cta{display:flex}}@media (max-width: 640px){.page-shell{padding:1.35rem .75rem 3.5rem}.landing-shell{padding-bottom:calc(6.45rem + env(safe-area-inset-bottom))}.form-card{padding:1.35rem}.form-footer{flex-direction:column;align-items:flex-start}.hero-title{font-size:clamp(2rem,8vw,2.9rem);line-height:1.1;max-width:13ch;margin-inline:auto}.hero-lead{font-size:.98rem;line-height:1.5}.hero-body{margin-top:.7rem;line-height:1.52;font-size:.94rem}.hero-logo .site-logo-wordmark{width:min(100%,240px)}.section-title{font-size:1.35rem;line-height:1.28}.section-copy,.section-list li,.section-steps li{font-size:.94rem}.footer{gap:.45rem}.footer-links{gap:.8rem}.footer a{letter-spacing:.18em}.mobile-sticky-cta{left:.65rem;right:.65rem;font-size:.78rem;min-height:2.9rem}}
