@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500&family=JetBrains+Mono:wght@400;500&display=swap";.footer-root{background:var(--nav-bg);border-top:1px solid var(--accent-line);margin-top:10px;padding:20px 48px}.footer-conditions{border-bottom:1px solid var(--accent-line);max-width:1200px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:10px;margin:0 auto 14px;padding-bottom:14px;font-size:.68rem;display:flex}.footer-conditions-label{color:var(--text-primary);font-weight:500}.footer-conditions-dot{background:var(--accent-red);border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.8s ease-in-out infinite footer-conditions-pulse}@keyframes footer-conditions-pulse{0%,to{opacity:1}50%{opacity:.3}}@media (prefers-reduced-motion:reduce){.footer-conditions-dot{animation:none}}.footer-conditions-item{color:var(--text-muted)}.footer-conditions-sep{color:var(--accent-line)}.footer-conditions-verdict{color:var(--text-primary);font-weight:600}.footer-conditions-caution{color:var(--accent-red)}.footer-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-right{align-items:center;gap:40px;display:flex}.footer-faq{color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;text-decoration:none}.footer-faq:hover{color:var(--accent-red)}.footer-email{color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;text-decoration:none}.footer-email:hover{color:var(--accent-red)}.footer-copyright{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;font-size:.65rem}.compliance-badge{border:1px solid var(--accent-red);color:var(--accent-red);text-transform:uppercase;filter:drop-shadow(0 0 2px var(--accent-red));background:#ff00000d;border-radius:2px;align-items:center;padding:6px 12px;font-weight:600;line-height:1.4;display:flex}.badge-text{flex-direction:column;gap:2px;display:flex}.badge-line{white-space:nowrap;font-size:.7rem}@media (width<=768px){.footer-root{padding:24px}.footer-conditions{text-align:center;justify-content:center}.footer-content{text-align:center;flex-direction:column;gap:20px}.footer-right{flex-direction:column;gap:8px}.footer-email{align-items:center;min-height:44px;display:inline-flex}.footer-copyright{order:2}}@media (width<=600px){.footer-root{padding:20px 16px}.footer-content{flex-direction:column;gap:16px}}.nb-root{background:var(--nav-bg);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--accent-line);z-index:100;justify-content:space-between;align-items:center;height:88px;padding:0 48px 0 28px;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0}.nb-root.nb-hidden{transform:translateY(-100%)}.nb-wordmark{font-family:var(--font-display);letter-spacing:.04em;color:var(--text-primary);font-size:1rem;font-weight:600;text-decoration:none}.nb-right{align-items:center;gap:32px;display:flex}.nb-links{gap:32px;display:flex}.nb-links a{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid #0000;padding:10px 2px;font-size:.8rem;text-decoration:none;transition:color .2s,border-color .2s}.nb-links a:hover{color:var(--text-primary)}.nb-links a.nb-active{color:var(--accent-red);border-bottom-color:var(--accent-red);font-weight:500}.nb-links a:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.nb-book-btn{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#f5efe6;background:var(--accent-red);border:1px solid var(--accent-red);white-space:nowrap;border-radius:2px;padding:10px 18px;font-size:.78rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.nb-book-btn:hover{background:var(--accent-red-hover);border-color:var(--accent-red-hover);transform:translateY(-1px)}.nb-book-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.nb-theme-toggle{border:1px solid var(--accent-line);width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:flex}.nb-theme-toggle:hover{color:var(--accent-red);border-color:var(--accent-red)}.nb-home-btn{border:1px solid var(--accent-line);width:40px;height:40px;color:var(--text-muted);background:0 0;border-radius:2px;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,border-color .2s;display:flex}.nb-home-btn:hover{color:var(--accent-red);border-color:var(--accent-red)}.nb-home-btn:focus-visible,.nb-theme-toggle:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.nb-logo-link{flex-shrink:0;align-items:center;margin-right:auto;display:flex}.nb-logo-img{object-fit:cover;width:150px;height:70px;filter:drop-shadow(0 0 8px var(--accent-red));border-radius:20px;display:block}.nb-menu-toggle{border:1px solid var(--accent-line);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.nb-menu-toggle:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.nb-burger{width:18px;height:13px;display:block;position:relative}.nb-burger span{background:var(--text-primary);border-radius:1px;width:100%;height:1.5px;transition:transform .25s,opacity .2s,top .25s;position:absolute;left:0}.nb-burger span:first-child{top:0}.nb-burger span:nth-child(2){top:5.5px}.nb-burger span:nth-child(3){top:11px}.nb-burger-open span:first-child{top:5.5px;transform:rotate(45deg)}.nb-burger-open span:nth-child(2){opacity:0}.nb-burger-open span:nth-child(3){top:5.5px;transform:rotate(-45deg)}.nb-mobile-panel,.nb-scrim{display:none}@media (width<=940px){.nb-root{padding:0 32px 0 20px}.nb-right{gap:20px}.nb-links{gap:15px}.nb-logo-link{min-width:120px;padding-right:20px}}@media (width<=840px){.nb-root{height:64px;padding:0 15px}.nb-logo-img{border-radius:12px;width:108px;height:44px}.nb-links,.nb-book-btn,.nb-home-btn,.nb-theme-toggle:not(.nb-theme-toggle-mobile){display:none}.nb-right{gap:12px}.nb-menu-toggle{display:flex}.nb-mobile-panel{background:var(--bg-elevated);border:1px solid var(--accent-line);transform-origin:100% 0;opacity:0;pointer-events:none;z-index:99;border-radius:6px;width:min(300px,82vw);max-height:calc(100vh - 100px);padding:6px 18px 18px;transition:transform .22s cubic-bezier(.2,.8,.3,1),opacity .18s;display:block;position:fixed;top:74px;right:20px;overflow-y:auto;transform:translateY(-6px)scale(.97);box-shadow:0 16px 40px #00000059}.nb-mobile-panel:before{content:"";background:var(--accent-red);opacity:.85;border-radius:0 0 2px 2px;height:2px;position:absolute;top:0;left:14px;right:14px}.nb-mobile-book-btn{text-align:center;width:100%;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#f5efe6;background:var(--accent-red);border:1px solid var(--accent-red);box-sizing:border-box;border-radius:2px;min-height:44px;margin-top:16px;padding:14px 12px;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.nb-mobile-book-btn:hover{background:var(--accent-red-hover);border-color:var(--accent-red-hover)}.nb-mobile-book-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.nb-mobile-panel-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.nb-mobile-links{flex-direction:column;display:flex}.nb-mobile-links a{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary);border-bottom:1px solid var(--accent-line);text-align:right;min-height:44px;padding:16px 2px;font-size:.85rem;line-height:44px;text-decoration:none;transition:color .15s,padding-right .15s;display:block}.nb-mobile-links a:after{content:"";background:var(--accent-line);vertical-align:middle;border-radius:50%;width:5px;height:5px;margin-left:10px;transition:background .15s;display:inline-block}.nb-mobile-links a:hover{padding-right:8px}.nb-mobile-links a.nb-active{color:var(--accent-red)}.nb-mobile-links a.nb-active:after{background:var(--accent-red);box-shadow:0 0 6px var(--accent-red)}.nb-mobile-footer{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;padding-top:16px;display:flex}.nb-mobile-badge{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-primary);border:1px solid var(--accent-red);border-radius:2px;padding:6px 8px;font-size:.62rem;font-weight:500}.nb-theme-toggle-mobile{gap:8px;width:auto;height:40px;padding:0 12px;display:flex}.nb-theme-toggle-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem}.nb-scrim{-webkit-backdrop-filter:blur(6px);z-index:98;background:#0a0a0c47;border:none;padding:0;animation:.25s nb-scrim-in;display:block;position:fixed;inset:64px 0 0}@keyframes nb-scrim-in{0%{opacity:0;-webkit-backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(6px)}}}@media (prefers-reduced-motion:reduce){.nb-burger span,.nb-mobile-panel,.nb-scrim{transition:none;animation:none}}.tst-root{background:var(--bg-elevated);border:1px solid var(--accent-line);border-left:3px solid var(--accent-red);z-index:200;border-radius:2px;align-items:center;gap:16px;padding:14px 18px;animation:.25s ease-out tst-rise;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000059}@keyframes tst-rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.tst-root{animation:none}}.tst-root-center{border-left-width:4px;align-items:flex-start;gap:18px;width:min(440px,100vw - 48px);max-width:440px;padding:28px 26px;top:50%;bottom:auto;transform:translate(-50%,-50%);box-shadow:0 20px 56px #00000080}.tst-icon{border:1px solid var(--accent-line);width:44px;height:44px;color:var(--accent-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tst-body{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.tst-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:600}.tst-root-center .tst-message{color:var(--text-muted);font-size:.95rem;line-height:1.55}.tst-root-center .tst-close{align-self:flex-start;margin:-6px -6px 0 0}@keyframes tst-rise-center{0%{opacity:0;transform:translate(-50%,-46%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.tst-root-center{animation:.25s ease-out tst-rise-center}@media (prefers-reduced-motion:reduce){.tst-root-center{animation:none}}.tst-message{font-family:var(--font-body);color:var(--text-primary);font-size:.9rem}.tst-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin:-10px;padding:10px;font-size:1.1rem;line-height:1;display:flex}.tst-close:hover{color:var(--text-primary)}.tst-close:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}@media (width<=640px){.tst-root{bottom:20px;left:16px;right:16px;transform:none}.tst-root-center{width:min(440px,100vw - 32px);inset:50% auto auto 50%;transform:translate(-50%,-50%)}@keyframes tst-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.ct-root{flex-direction:column;min-height:100vh;display:flex}.ct-nav-space{height:88px}.ct-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}@media (width<=760px){.ct-nav-space{height:64px}.ct-content{padding:32px 20px 48px}}.ct-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:20px;font-size:12px;font-weight:700}.ct-headline{font-family:var(--font-display);text-align:center;margin:0 0 16px;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:600}.ct-subtitle{color:var(--text-muted);text-align:center;max-width:480px;margin:0 0 40px;font-size:1rem;line-height:1.6}.ct-form{flex-direction:column;gap:20px;width:100%;max-width:480px;display:flex}.ct-field{flex-direction:column;gap:8px;display:flex}.ct-field label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.ct-field input,.ct-field textarea{background:var(--bg-elevated);border:1px solid var(--accent-line);color:var(--text-primary);font-family:var(--font-body);resize:vertical;border-radius:2px;padding:12px 14px;font-size:16px;transition:border-color .2s}.ct-field input:focus,.ct-field textarea:focus{border-color:var(--accent-red);outline:none}.ct-submit{font-family:var(--font-body);background:var(--accent-red);color:#f5efe6;cursor:pointer;border:1px solid #0000;border-radius:2px;min-height:48px;padding:13px 28px;font-size:.95rem;font-weight:500;transition:background .2s,opacity .2s}.ct-submit:hover:not(:disabled){background:var(--accent-red-hover)}.ct-submit:disabled{opacity:.6;cursor:not-allowed}.ct-submit:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.ph-root{flex-direction:column;min-height:100vh;display:flex}.ph-nav-space{height:88px}.ph-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}@media (width<=760px){.ph-nav-space{height:64px}.ph-content{padding:20px}.ph-back{align-items:center;min-height:44px;display:inline-flex}}.ph-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:20px;font-size:12px;font-weight:700}.ph-headline{font-family:var(--font-display);margin:0 0 16px;font-size:clamp(1.8rem,5vw,3rem);font-weight:600}.ph-subtitle{color:var(--text-muted);max-width:480px;margin:0 0 32px;font-size:1rem;line-height:1.6}.ph-back{font-family:var(--font-body);color:var(--text-primary);border-bottom:1px solid var(--accent-line);padding-bottom:2px;font-size:.9rem;text-decoration:none;transition:border-color .2s}.ph-back:hover{border-color:var(--accent-red)}.vh-root{min-height:100vh;position:relative;overflow:hidden}.vh-nav-space{height:88px}.vh-hero{justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:24px;display:flex;position:relative}@media (width<=760px){.vh-nav-space{height:64px}.vh-hero{min-height:calc(100vh - 64px);padding:20px 20px 40px}}.vh-hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 40%,#c1493e12,#0000 70%);position:absolute;inset:0}.vh-corner{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex;position:absolute}.vh-corner-bracket{border:1.5px solid var(--accent-line);width:18px;height:18px;position:absolute}.tl{border-bottom:none;border-right:none;top:24px;left:24px}.tr{border-bottom:none;border-left:none;top:24px;right:24px}.bl{border-top:none;border-right:none;bottom:24px;left:24px}.br{border-top:none;border-left:none;bottom:24px;right:24px}.vh-readout-tl{top:40px;left:52px}.vh-readout-tr{text-align:right;top:40px;right:52px}.vh-readout-bl{bottom:40px;left:52px}.vh-readout-br{text-align:right;bottom:40px;right:52px}.vh-rec-dot{background:#d95f4a;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite vh-pulse;display:inline-block}@keyframes vh-pulse{0%,to{opacity:1}50%{opacity:.25}}@media (prefers-reduced-motion:reduce){.vh-rec-dot{animation:none}}.vh-content{text-align:center;max-width:760px;padding-bottom:20px;animation:.9s ease-out vh-fade-up}@keyframes vh-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.vh-content{animation:none}}.vh-wordmark{font-family:var(--font-display);letter-spacing:.06em;color:var(--text-primary);margin-bottom:10px;font-size:1rem;font-weight:600}.vh-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:28px;font-size:12px;font-weight:700}.vh-headline{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 24px;font-size:clamp(2.2rem,6vw,4.2rem);font-weight:600;line-height:1.08}.vh-headline em{color:var(--accent-red);font-style:normal}.vh-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto 40px;font-size:1.05rem;line-height:1.6}.vh-cta-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.vh-btn{cursor:pointer;border:1px solid #0000;border-radius:2px;padding:13px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.vh-btn-primary{background:var(--accent-red);color:#f5efe6}.vh-btn-primary:hover{background:var(--accent-red-hover)}.vh-btn-secondary{color:var(--text-primary);border-color:var(--accent-line);background:0 0}.vh-btn-secondary:hover{border-color:var(--text-muted)}.vh-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}@media (width<=640px){.vh-corner,.tl,.tr,.bl,.br{display:none}.vh-wordmark{font-size:.9rem}.vh-eyebrow{margin-bottom:20px;font-size:11px}.vh-subtitle{margin-bottom:32px;font-size:1rem}.vh-cta-row{flex-direction:column;gap:12px;width:100%;max-width:340px;margin:0 auto}.vh-btn{justify-content:center;align-items:center;width:100%;min-height:48px;padding:13px 24px;display:flex}}.mb-root{min-height:100vh;position:relative}.mb-nav-space{height:88px}.mb-hero{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:60px 24px 80px;display:flex;position:relative}@media (width<=760px){.mb-nav-space{height:64px}.mb-hero{min-height:auto;padding:32px 20px 56px}}.mb-corner-bracket{border:1.5px solid var(--accent-line);width:18px;height:18px;position:absolute}.mb-corner-bracket.tl{border-bottom:none;border-right:none;top:24px;left:24px}.mb-corner-bracket.tr{border-bottom:none;border-left:none;top:24px;right:24px}.mb-corner-bracket.bl{border-top:none;border-right:none;bottom:24px;left:24px}.mb-corner-bracket.br{border-top:none;border-left:none;bottom:24px;right:24px}.mb-corner{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);font-size:11px;position:absolute}.mb-readout-tl{top:40px;left:52px}.mb-readout-tr{text-align:right;top:40px;right:52px}@media (width<=640px){.mb-corner-bracket,.mb-corner{display:none}}.mb-content{text-align:center;max-width:700px;margin-bottom:64px;animation:.9s ease-out mb-fade-up}@keyframes mb-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.mb-content{animation:none}}.mb-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:22px;font-size:12px;font-weight:700}.mb-headline{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 20px;font-size:clamp(2rem,5vw,3.4rem);font-weight:600;line-height:1.12}.mb-headline em{color:var(--accent-red);font-style:normal}.mb-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.6}.mb-timeline{justify-content:center;align-items:stretch;gap:60px;width:100%;max-width:1040px;margin-bottom:56px;display:flex}.mb-step-wrap{flex:1;align-items:center;min-width:0;display:flex;position:relative}.mb-step{background:var(--bg-elevated);border:1px solid var(--accent-line);text-align:center;z-index:2;border-radius:3px;flex:1;min-width:0;padding:28px 22px;transition:border-color .2s,transform .2s;position:relative}.mb-step:hover{border-color:var(--accent-red);transform:translateY(-2px)}.mb-step-index{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.06em;font-size:11px;position:absolute;top:14px;right:16px}.mb-step-icon{color:var(--accent-red);border:1px solid var(--accent-line);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:inline-flex}.mb-step-code{font-family:var(--font-mono);letter-spacing:.14em;color:var(--accent-red);margin-bottom:10px;font-size:11px;font-weight:500}.mb-step-title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 10px;font-size:1.15rem;font-weight:600}.mb-step-copy{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.55}.mb-connector{width:60px;height:24px;color:var(--accent-line);z-index:1;position:absolute;top:50%;right:-60px;transform:translateY(-50%)}.mb-connector-svg{width:100%;height:100%;overflow:visible}.mb-connector-svg line,.mb-connector-svg path{stroke:currentColor;stroke-width:1.5px}@media (width<=860px){.mb-timeline{flex-direction:column;gap:0;max-width:420px}.mb-step-wrap{flex-direction:column}.mb-connector{width:100%;height:40px;color:var(--accent-line);z-index:1;position:static;transform:none}.mb-connector-svg{transform:rotate(90deg)}}.mb-cta-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.mb-btn{cursor:pointer;border:1px solid #0000;border-radius:2px;padding:13px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.mb-btn-primary{background:var(--accent-red);color:#f5efe6}.mb-btn-primary:hover{background:var(--accent-red-hover)}.mb-btn-secondary{color:var(--text-primary);border-color:var(--accent-line);background:0 0}.mb-btn-secondary:hover{border-color:var(--text-muted)}.mb-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}@media (width<=640px){.mb-cta-row{flex-direction:column;gap:12px;width:100%;max-width:340px;margin:0 auto}.mb-btn{justify-content:center;align-items:center;width:100%;min-height:48px;padding:13px 24px;display:flex}}.bk-root{min-height:100vh;position:relative}.bk-nav-space{height:88px}.bk-hero{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:56px 24px 72px;display:flex;position:relative}@media (width<=760px){.bk-nav-space{height:64px}.bk-hero{min-height:auto;padding:32px 20px 56px}}.bk-corner-bracket{border:1.5px solid var(--accent-line);width:18px;height:18px;position:absolute}.bk-corner-bracket.tl{border-bottom:none;border-right:none;top:24px;left:24px}.bk-corner-bracket.tr{border-bottom:none;border-left:none;top:24px;right:24px}.bk-corner-bracket.bl{border-top:none;border-right:none;bottom:24px;left:24px}.bk-corner-bracket.br{border-top:none;border-left:none;bottom:24px;right:24px}.bk-corner{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);font-size:11px;position:absolute}.bk-readout-tl{top:40px;left:52px}.bk-readout-tr{text-align:right;top:40px;right:52px}@media (width<=640px){.bk-corner-bracket,.bk-corner{display:none}}.bk-content{text-align:center;max-width:620px;margin-bottom:44px;animation:.9s ease-out bk-fade-up}@keyframes bk-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.bk-content{animation:none}}.bk-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:20px;font-size:12px;font-weight:700}.bk-headline{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 18px;font-size:clamp(1.9rem,4.6vw,3rem);font-weight:600;line-height:1.14}.bk-headline em{color:var(--accent-red);font-style:normal}.bk-subtitle{color:var(--text-muted);max-width:460px;margin:0 auto;font-size:1.02rem;line-height:1.6}.bk-form{background:var(--bg-elevated);border:1px solid var(--accent-line);border-radius:3px;flex-direction:column;gap:22px;width:100%;max-width:560px;padding:36px;display:flex}@media (width<=640px){.bk-form{gap:18px;padding:24px 20px}}.bk-field-row{gap:18px;display:flex}@media (width<=640px){.bk-field-row{flex-direction:column;gap:22px}}.bk-field{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.bk-field label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:11px}.bk-field input,.bk-field textarea{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--accent-line);box-sizing:border-box;border-radius:2px;outline:none;width:100%;padding:12px 14px;font-size:.95rem;transition:border-color .2s}.bk-field input::placeholder,.bk-field textarea::placeholder{color:var(--text-muted);opacity:.7}.bk-field input:focus,.bk-field textarea:focus{border-color:var(--accent-red)}.bk-field textarea{resize:vertical;min-height:90px}.bk-field input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=light] .bk-field input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.bk-packages{grid-template-columns:repeat(3,1fr);gap:18px;width:100%;max-width:1040px;margin-bottom:40px;display:grid}@media (width<=900px){.bk-packages{grid-template-columns:1fr;max-width:480px}}.bk-package-card{text-align:left;background:var(--bg-elevated);border:1px solid var(--accent-line);cursor:pointer;color:inherit;border-radius:3px;padding:26px 22px;font-family:inherit;transition:border-color .2s,transform .2s;position:relative}.bk-package-card:hover{border-color:var(--text-muted);transform:translateY(-2px)}.bk-package-selected,.bk-package-selected:hover{border-color:var(--accent-red)}.bk-package-card:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.bk-package-badge{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:#f5efe6;background:var(--accent-red);border-radius:2px;padding:4px 9px;font-size:10px;font-weight:700;position:absolute;top:-11px;left:22px}.bk-package-radio{border:1.5px solid var(--accent-line);border-radius:50%;width:16px;height:16px;transition:border-color .2s;position:absolute;top:24px;right:22px}.bk-package-selected .bk-package-radio{border-color:var(--accent-red)}.bk-package-selected .bk-package-radio:after{content:"";background:var(--accent-red);border-radius:50%;position:absolute;inset:3px}.bk-package-name{font-family:var(--font-display);color:var(--text-primary);margin:0 20px 6px 0;font-size:1.1rem;font-weight:600}.bk-package-tagline{font-family:var(--font-mono);letter-spacing:.06em;color:var(--accent-red);margin:0 0 18px;font-size:11px}.bk-package-list{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.bk-package-list li{color:var(--text-muted);align-items:flex-start;gap:9px;font-size:.85rem;line-height:1.5;display:flex}.bk-package-list li.bk-package-highlight{color:var(--accent-red);font-weight:500}.bk-package-check{background:var(--bg-primary);border:1px solid var(--accent-line);width:18px;height:18px;color:var(--accent-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.bk-selected-summary{color:var(--text-primary);border:1px solid var(--accent-line);background:var(--bg-primary);border-radius:2px;padding:12px 14px;font-size:.95rem}.bk-submit{font-family:var(--font-body);color:#f5efe6;background:var(--accent-red);cursor:pointer;border:1px solid #0000;border-radius:2px;margin-top:8px;padding:15px 24px;font-size:.98rem;font-weight:500;transition:background .2s}.bk-submit:hover{background:var(--accent-red-hover)}.bk-submit:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.bk-confirm{text-align:center;max-width:520px;animation:.6s ease-out bk-fade-up}.bk-confirm-code{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent-red);margin-bottom:18px;font-size:12px;font-weight:700}.bk-confirm-title{font-family:var(--font-display);margin:0 0 16px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:600}.bk-confirm-copy{color:var(--text-muted);font-size:1.02rem;line-height:1.6}.bk-confirm-copy strong{color:var(--text-primary);font-weight:600}.ab-root{min-height:100vh;position:relative}.ab-nav-space{height:88px}.ab-hero{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:60px 24px 80px;display:flex;position:relative}@media (width<=760px){.ab-nav-space{height:64px}.ab-hero{min-height:auto;padding:32px 20px 56px}}.ab-corner-bracket{border:1.5px solid var(--accent-line);width:18px;height:18px;position:absolute}.ab-corner-bracket.tl{border-bottom:none;border-right:none;top:24px;left:24px}.ab-corner-bracket.tr{border-bottom:none;border-left:none;top:24px;right:24px}.ab-corner-bracket.bl{border-top:none;border-right:none;bottom:24px;left:24px}.ab-corner-bracket.br{border-top:none;border-left:none;bottom:24px;right:24px}.ab-corner{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);font-size:11px;position:absolute}.ab-readout-tl{top:40px;left:52px}.ab-readout-tr{text-align:right;top:40px;right:52px}@media (width<=640px){.ab-corner-bracket,.ab-corner{display:none}}.ab-content{text-align:center;max-width:680px;margin-bottom:56px;animation:.9s ease-out ab-fade-up}@keyframes ab-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ab-content{animation:none}}.ab-eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-red);margin-bottom:20px;font-size:12px;font-weight:700}.ab-headline{font-family:var(--font-display);letter-spacing:-.02em;margin:0 0 20px;font-size:clamp(2rem,5vw,3.2rem);font-weight:600;line-height:1.14}.ab-headline em{color:var(--accent-red);font-style:normal}.ab-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.6}.ab-grid{grid-template-columns:repeat(4,1fr);gap:18px;width:100%;max-width:1080px;margin-bottom:56px;display:grid}@media (width<=980px){.ab-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.ab-grid{grid-template-columns:1fr;max-width:420px}}.ab-card{background:var(--bg-elevated);border:1px solid var(--accent-line);text-align:center;border-radius:3px;padding:26px 20px;transition:border-color .2s,transform .2s;position:relative}.ab-card:hover{border-color:var(--accent-red);transform:translateY(-2px)}.ab-card-index{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.06em;font-size:11px;position:absolute;top:14px;right:16px}.ab-card-icon{color:var(--accent-red);border:1px solid var(--accent-line);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:16px;display:inline-flex}.ab-card-title{font-family:var(--font-display);color:var(--text-primary);margin:0 0 10px;font-size:1.02rem;font-weight:600}.ab-card-copy{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.55}.ab-story{text-align:center;max-width:680px;margin-bottom:56px}.ab-story-title{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-red);margin:0 0 18px;font-size:12px;font-weight:700}.ab-story-copy{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.75}.ab-cta-row{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.ab-btn{cursor:pointer;border:1px solid #0000;border-radius:2px;padding:13px 28px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.ab-btn-primary{background:var(--accent-red);color:#f5efe6}.ab-btn-primary:hover{background:var(--accent-red-hover)}.ab-btn-secondary{color:var(--text-primary);border-color:var(--accent-line);background:0 0}.ab-btn-secondary:hover{border-color:var(--text-muted)}.ab-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}@media (width<=640px){.ab-cta-row{flex-direction:column;gap:12px;width:100%;max-width:340px;margin:0 auto}.ab-btn{justify-content:center;align-items:center;width:100%;min-height:48px;padding:13px 24px;display:flex}}.fq-root{min-height:100vh;padding:0 24px 60px}.fq-nav-space{height:88px}.fq-content{max-width:800px;margin:0 auto}.fq-headline{font-family:var(--font-display);text-align:center;color:var(--accent-red);margin-bottom:20px;font-size:2.5rem}.fq-subtitle{color:var(--text-muted);text-align:center;margin-bottom:40px;font-size:1.1rem}.fq-grid{gap:24px;display:grid}.fq-card{border:1px solid var(--accent-line);border-radius:2px;padding:24px}.fq-question{font-family:var(--font-display);color:var(--accent-red);margin-bottom:12px;font-size:1.25rem}.fq-answer{color:var(--text-muted);font-size:1rem;line-height:1.6}.fq-cta{text-align:center;margin-top:60px}.fq-btn{background:var(--accent-red);color:#f5efe6;border-radius:2px;margin-top:16px;padding:12px 24px;font-weight:500;text-decoration:none;display:inline-block}.fq-btn:hover{background:var(--accent-red-hover)}@media (width<=640px){.fq-nav-space{height:64px}}:root{--bg-primary:#15171a;--bg-elevated:#1c1f23;--text-primary:#eeeae2;--text-muted:#8b9096;--accent-red:#c1493e;--accent-red-hover:#d66358;--accent-line:#3a3f45;--nav-bg:#15171ad9;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace}[data-theme=light]{--bg-primary:#f0ece3;--bg-elevated:#e6e0d2;--text-primary:#201d1a;--text-muted:#6b655c;--accent-red:#a3392f;--accent-red-hover:#b8493d;--accent-line:#d9d0bd;--nav-bg:#f0ece3d9}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-tap-highlight-color:transparent;transition:background-color .25s,color .25s;overflow-x:hidden}button{font-family:inherit}
