:root{--text:#a8afbd;--text-h:#f8fbff;--bg:#02060e;--panel-bg:#09121edb;--input-bg:#ffffff09;--border:#6ee7ff29;--code-bg:#111827;--accent:#1ae8ff;--accent-strong:#00b8dd;--accent-soft:#6ee7ff;--accent-bg:#1ae8ff1f;--accent-border:#1ae8ff7a;--field-border:#ffffff1f;--error:#ff8f9a;--error-border:#ff8f9aa6;--social-bg:#ffffff0b;--shadow:#0000008c 0 28px 72px -32px, #00b8dd2e 0 18px 54px -36px;--sans:Inter, system-ui, "Segoe UI", Roboto, sans-serif;--heading:Inter, system-ui, "Segoe UI", Roboto, sans-serif;--mono:Inter, system-ui, "Segoe UI", Roboto, sans-serif;font:16px/150% var(--sans);letter-spacing:0;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}html{overflow:hidden auto}body{background:radial-gradient(circle at 10% 8%,#1ae8ff2e,#0000 28%),radial-gradient(circle at 88% 88%,#534eff24,#0000 30%),linear-gradient(#6ee7ff07 1px,#0000 1px) 0 0/36px 36px,linear-gradient(90deg,#6ee7ff07 1px,#0000 1px) 0 0/36px 36px,linear-gradient(135deg,#02060e 0%,#0a0a0f 54%,#02060e 100%);margin:0;overflow-x:hidden}#root{text-align:left;box-sizing:border-box;background:0 0;flex-direction:column;justify-content:center;width:min(1240px,100%);max-width:100%;min-height:100svh;margin:0 auto;padding:48px 32px;display:flex}@media (width<=1024px){#root{justify-content:flex-start;padding:28px 20px}}@media (width<=480px){#root{padding:18px 14px}}h1,h2{font-family:var(--heading);color:var(--text-h);margin:0;font-weight:500}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:14px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#interest{grid-template-columns:minmax(0,.4fr) minmax(0,.6fr);align-items:start;gap:28px;min-width:0;display:grid}.form-intro,.interest-form{min-width:0;box-shadow:var(--shadow);border:1px solid #6ee7ff24;border-radius:28px;position:relative}.form-intro{overflow:hidden}.form-intro:before,.interest-form:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#6ee7ff6b,#0000);height:1px;position:absolute;inset:0 0 auto}.form-intro{background:radial-gradient(circle at 28% 18%,#1ae8ff2e,#0000 27%),linear-gradient(145deg,#0a1d2cf2,#0a0c12f2);justify-content:center;align-items:center;min-height:220px;padding:42px;display:flex}.form-intro:after{content:"";filter:blur(48px);pointer-events:none;background:#1ae8ff1f;border-radius:50%;width:180px;height:180px;position:absolute;inset:72px auto auto 42px}.brand-logo{z-index:1;filter:drop-shadow(0 0 22px #1ae8ff3d);width:clamp(170px,15vw,190px);height:auto;display:block;position:relative}.eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:16px;font-size:12px;font-weight:800;line-height:1.3}.form-intro h1{z-index:1;letter-spacing:0;max-width:8.8em;margin-bottom:24px;font-size:clamp(48px,4.3vw,56px);font-weight:700;line-height:1.02;position:relative}.form-intro>p:not(.eyebrow){z-index:1;max-width:29em;color:var(--text);font-size:18px;line-height:1.65;position:relative}.status-row{z-index:1;color:#c8d2df;align-items:center;gap:10px;margin-top:34px;font-size:14px;line-height:1.4;display:inline-flex;position:relative}.status-dot{background:var(--accent);border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 6px #1ae8ff1a,0 0 18px #1ae8ffe6}.interest-form{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff09,#0000 110px),#060c16db;flex-direction:column;gap:30px;padding:42px;display:flex}.form-header h2{color:var(--text-h);letter-spacing:0;margin-bottom:12px;font-size:clamp(28px,3vw,36px);font-weight:700;line-height:1.15}.form-header p:not(.eyebrow){max-width:40em;color:var(--text);font-size:17px;line-height:1.6}.form-section{flex-direction:column;gap:18px;display:flex}.form-section+.form-section{border-top:1px solid #6ee7ff1f;padding-top:28px}.form-section h3{color:var(--text-h);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:14px;font-weight:800;line-height:1.3}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.field{flex-direction:column;gap:8px;min-width:0;display:flex}label,legend{color:var(--text-h);font-size:14px;font-weight:700;line-height:1.35}.required-marker{color:var(--accent)}.optional-marker{color:var(--text);font-size:13px;font-weight:500}input[type=text],input[type=email],input[type=tel]{box-sizing:border-box;border:1px solid var(--field-border);background:var(--input-bg);width:100%;height:56px;color:var(--text-h);font:inherit;border-radius:14px;padding:0 16px;font-size:16px;line-height:1.4;transition:background-color .2s,border-color .2s,box-shadow .2s}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder{color:#a8afbdbd;opacity:1}input[type=text]:hover,input[type=email]:hover,input[type=tel]:hover{border-color:#6ee7ff6b}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #1ae8ff1f}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=tel]:focus-visible{outline-offset:2px;outline:2px solid #1ae8ffb8}input[type=text][aria-invalid=true],input[type=email][aria-invalid=true],input[type=tel][aria-invalid=true]{border-color:var(--error-border);box-shadow:0 0 0 4px #ff8f9a14}input:-webkit-autofill{-webkit-text-fill-color:var(--text-h);caret-color:var(--text-h);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #111827}input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text-h);caret-color:var(--text-h);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #111827}input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-h);caret-color:var(--text-h);transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #111827}.field-error{color:var(--error);font-size:13px;line-height:1.4}.choice-group{border:0;min-width:0;margin:0;padding:0}.choice-group+.choice-group{margin-top:6px}.choice-group legend{margin-bottom:10px;padding:0}.choice-row{flex-wrap:wrap;gap:10px;display:flex}.choice{box-sizing:border-box;min-width:118px;min-height:46px;color:var(--text-h);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:10px;padding:11px 14px;font-size:15px;font-weight:700;line-height:1.2;transition:background-color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative}.choice:hover{background:#ffffff0e;border-color:#6ee7ff6b}.choice:active{transform:translateY(1px)}.choice:has(input:checked){background:radial-gradient(circle at 18% 0,#1ae8ff2e,#0000 42%),#1ae8ff17;border-color:#1ae8ffc7;box-shadow:inset 0 0 18px #1ae8ff0d,0 10px 28px -22px #1ae8ffe6}.choice:has(input:focus-visible){outline-offset:3px;outline:2px solid #1ae8ffb8}.choice input{width:18px;height:18px;accent-color:var(--accent);cursor:inherit;margin:0}.product-options{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.product-options .choice{width:100%;min-width:0}.form-actions{flex-direction:column;gap:12px;display:flex}.counter{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#021017;cursor:pointer;width:100%;min-height:56px;font-family:var(--sans);border:1px solid #6ee7ff57;border-radius:14px;justify-content:center;align-items:center;padding:0 18px;font-size:16px;font-weight:800;line-height:1.2;transition:box-shadow .2s,filter .2s,transform .2s;display:inline-flex;box-shadow:0 18px 48px -26px #1ae8ffe6,inset 0 1px #ffffff61}.counter:hover{filter:brightness(1.04);box-shadow:0 22px 58px -24px #1ae8ffe6,inset 0 1px #ffffff6b}.counter:active{transform:translateY(1px)}.counter:disabled{cursor:not-allowed;filter:saturate(.65);opacity:.72;transform:none}.counter:focus-visible{outline-offset:3px;outline:2px solid #1ae8ffc2}.security-note{color:#a8afbdd1;text-align:center;justify-content:center;align-items:center;gap:8px;font-size:13px;line-height:1.45;display:flex}.security-icon{fill:none;width:16px;height:16px;stroke:var(--accent-soft);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:none}.toast{z-index:9999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);cursor:pointer;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;min-width:280px;max-width:min(480px,100vw - 32px);padding:14px 16px;font-size:14px;font-weight:600;line-height:1.4;animation:.3s cubic-bezier(.34,1.56,.64,1) toast-in;display:inline-flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006}.toast--success{color:#a7f3d0;background:#061e14eb;border-color:#1ae8b461}.toast--success .toast-icon{color:#34d399}.toast--error{color:#fca5a5;background:#1e060aeb;border-color:#ff647861}.toast--error .toast-icon{color:#f87171}.toast-icon{flex:none;align-items:center;width:20px;height:20px;display:flex}.toast-icon svg{width:20px;height:20px}.toast-close{width:20px;height:20px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin-left:auto;padding:0;transition:opacity .15s;display:flex}.toast-close:hover{opacity:1}.toast-close svg{width:14px;height:14px}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(12px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes reveal-products{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}@media (width<=1024px){#interest{grid-template-columns:1fr;gap:22px}.form-intro{min-height:auto;padding:24px 32px}.interest-form{padding:32px}.product-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){#interest{gap:18px}.form-intro,.interest-form{border-radius:22px;padding:24px}.brand-logo{width:140px}.form-intro>p:not(.eyebrow),.form-header p:not(.eyebrow){font-size:16px;line-height:1.6}.form-grid,.product-options{grid-template-columns:1fr}.choice-row{grid-template-columns:1fr;display:grid}.choice{width:100%}}@media (width<=480px){.form-intro,.interest-form{padding:20px}.brand-logo{width:136px}.eyebrow{font-size:11px}.form-header h2{font-size:26px}input[type=text],input[type=email],input[type=tel],.counter{min-height:54px}}
