:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.nav{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a0a0af2;border-bottom:1px solid #1a1a1a;position:fixed;top:0;left:0;right:0}.nav-inner{align-items:center;gap:2rem;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{letter-spacing:.05em;color:var(--white);flex-shrink:0;font-size:1.1rem;font-weight:700}.nav-links{gap:1.5rem;margin-left:auto;display:flex}.nav-links a{color:var(--white-muted);letter-spacing:.03em;font-size:.85rem;transition:color .2s}.nav-links a:hover{color:var(--white)}.btn-nav{background:var(--red);color:var(--white);letter-spacing:.05em;border:none;border-radius:4px;flex-shrink:0;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .2s}.btn-nav:hover{background:var(--red-light)}.btn-primary{background:var(--red);color:var(--white);letter-spacing:.05em;border:none;border-radius:4px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:var(--red-light)}.btn-primary:active{transform:scale(.98)}.btn-secondary{color:var(--white);letter-spacing:.05em;background:0 0;border:1.5px solid #ffffff4d;border-radius:4px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-block}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffffb3}.btn-large{padding:1rem 2.5rem;font-size:1.05rem}.hero{background:var(--black);align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-inner{z-index:2;max-width:700px;margin:0 auto;position:relative}.hero-tag{letter-spacing:.15em;color:var(--red);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.hero-title{letter-spacing:-.02em;color:var(--white);margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.05}.hero-title-accent{color:var(--red)}.hero-sub{color:var(--white-muted);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-btns{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.hero-trust{color:var(--white-muted);flex-wrap:wrap;gap:1.5rem;font-size:.8rem;display:flex}.hero-trust span{align-items:center;gap:.4rem;display:flex}.hero-bg-text{color:#c0392b0f;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1;font-size:clamp(10rem,25vw,22rem);font-weight:900;position:absolute;top:50%;right:-2rem;transform:translateY(-50%)}.section-inner{max-width:1200px;margin:0 auto;padding:5rem 2rem}.section-label{letter-spacing:.18em;color:var(--red);margin-bottom:.75rem;font-size:.72rem;font-weight:700}.section-title{letter-spacing:-.02em;color:var(--white);margin-bottom:.75rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.section-sub{color:var(--white-muted);max-width:500px;margin-bottom:3rem;font-size:1rem}.services{background:var(--black-soft)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.service-card{background:var(--gray-dark);border:1px solid #222;border-radius:8px;padding:2rem 1.5rem;transition:border-color .2s,transform .2s;position:relative}.service-card:hover{border-color:#444;transform:translateY(-2px)}.service-card--popular{border-color:var(--red)}.service-card--popular:hover{border-color:var(--red-light)}.popular-badge{background:var(--red);color:var(--white);letter-spacing:.1em;white-space:nowrap;border-radius:0 0 4px 4px;padding:.25rem .75rem;font-size:.65rem;font-weight:700;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.service-name{color:var(--white-muted);letter-spacing:.03em;margin-top:.5rem;margin-bottom:.5rem;font-size:1rem;font-weight:700}.service-price{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.service-desc{color:var(--white-muted);margin-bottom:1.5rem;font-size:.85rem;line-height:1.5}.service-btn{text-align:center;width:100%;padding:.65rem 1rem}.addons{border-top:1px solid #222;padding-top:2.5rem}.addons-title{color:var(--white);margin-bottom:1.25rem;font-size:1.1rem;font-weight:700}.addons-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.addon-item{background:var(--gray-dark);border:1px solid #222;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.addon-name{color:var(--white);font-size:.9rem}.addon-price{color:var(--red-light);font-size:.85rem;font-weight:600}.how{background:var(--black)}.steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;display:grid}.step{border-left:3px solid var(--red);background:var(--gray-dark);border-radius:0 8px 8px 0;padding:2rem}.step-num{color:#c0392b4d;letter-spacing:-.03em;margin-bottom:.75rem;font-size:2.5rem;font-weight:900;line-height:1}.step-title{color:var(--white);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step-desc{color:var(--white-muted);font-size:.9rem;line-height:1.6}.cta-banner{background:var(--red-dark)}.cta-banner-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-title{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}.cta-sub{color:#ffffffbf;font-size:1rem}.cta-banner .btn-primary{background:var(--white);color:var(--red-dark);white-space:nowrap}.cta-banner .btn-primary:hover{background:var(--white-soft)}.coverage{background:var(--black-soft)}.coverage-areas{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.coverage-pill{background:var(--gray-dark);color:var(--white);border:1px solid #333;border-radius:100px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:500}.coverage-note{color:var(--white-muted);font-size:.9rem}.reviews{background:var(--black)}.review-placeholder{background:var(--gray-dark);text-align:center;border:1px dashed #333;border-radius:8px;margin-bottom:3rem;padding:3rem}.review-placeholder-text{color:var(--white-muted);font-size:1rem}.review-form-wrap{max-width:520px}.review-form-title{color:var(--white);margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.review-form{flex-direction:column;gap:.75rem;display:flex}.form-input option{background:var(--gray-dark)}.form-textarea{resize:vertical;min-height:100px}.review-thanks{border:1px solid var(--red);color:var(--white);background:#c0392b1a;border-radius:8px;padding:1.5rem;font-size:1rem}.footer{background:var(--gray-dark);border-top:1px solid #222}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;padding:3rem 2rem;display:flex}.footer-tagline{color:var(--white-muted);margin-top:.25rem;font-size:.85rem}.footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-link{color:var(--white-muted);font-size:.9rem;transition:color .2s}.footer-link:hover{color:var(--white)}.footer-copy{color:#555;font-size:.8rem}@media (width<=768px){.nav-links{display:none}.hero{text-align:center;padding:5rem 1.5rem 3rem}.hero-btns,.hero-trust{justify-content:center}.hero-bg-text{opacity:.5}.section-inner{padding:3.5rem 1.5rem}.cta-banner-inner{text-align:center;flex-direction:column}.fleet-banner{background:var(--gray-dark);border:1px solid #333;border-left:3px solid var(--red);border-radius:0 8px 8px 0;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.25rem 1.5rem;display:flex}.fleet-title{color:var(--white);white-space:nowrap;font-size:1rem;font-weight:700}.fleet-desc{color:var(--white-muted);flex:1;font-size:.85rem}.fleet-btn{white-space:nowrap;padding:.5rem 1.25rem;font-size:.85rem}.nav-social{color:var(--white-muted);align-items:center;transition:color .2s;display:flex}.nav-social:hover{color:var(--white)}.nav-social:hover .fleet-banner{border:1.5px solid var(--red);background:#c0392b14;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:-1rem;margin-bottom:3.5rem;padding:1.25rem 1.5rem;display:flex}.nav-social:hover .fleet-text{flex-direction:column;gap:.25rem;display:flex}.nav-social:hover .fleet-title{color:var(--white);font-size:1rem;font-weight:700}.nav-social:hover .fleet-desc{color:var(--white-muted);font-size:.85rem}.nav-social:hover .fleet-btn{white-space:nowrap;flex-shrink:0;padding:.6rem 1.5rem;font-size:.85rem}.nav-social:hover .service-bullets{flex-direction:column;gap:.5rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.nav-social:hover .service-bullets li{color:var(--white-muted);padding-left:1rem;font-size:.85rem;line-height:1.4;position:relative}.nav-social:hover .service-bullets li:before{content:"—";color:var(--red);font-weight:700;position:absolute;left:0}.nav-social:hover .terms-btn{color:#555;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;transition:color .2s}.nav-social:hover .terms-btn:hover{color:var(--white-muted)}}.hero-verse{color:#ffffff59;max-width:480px;margin-top:-1.5rem;margin-bottom:2.5rem;font-size:.8rem;font-style:italic}.footer-faith{color:#ffffff59;font-size:.85rem;font-style:italic}.cross-divider{background:var(--black);justify-content:center;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.cross-divider:before,.cross-divider:after{content:"";background:#c0392b33;flex:1;max-width:200px;height:1px}.cross-divider-icon{justify-content:center;align-items:center;display:flex}.cross-divider-icon svg{fill:#c0392b4d;width:16px;height:16px}.bf-wrap{background:var(--black);flex-direction:column;min-height:100vh;display:flex}.bf-header{z-index:10;background:#0a0a0af2;border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.bf-back-btn{color:var(--white-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s}.bf-back-btn:hover{color:var(--white)}.bf-header-logo{letter-spacing:.05em;color:var(--white);font-size:1rem;font-weight:700}.nav-logo-accent{color:var(--red)}.bf-progress{background:var(--black-soft);border-bottom:1px solid #1a1a1a;justify-content:center;padding:1.5rem 2rem;display:flex;overflow-x:auto}.bf-step-dot{flex-direction:column;flex:1;align-items:center;gap:6px;max-width:100px;display:flex;position:relative}.bf-step-dot:not(:last-child):after{content:"";background:#333;height:1px;position:absolute;top:7px;left:calc(50% + 8px);right:calc(8px - 50%)}.bf-step-dot.done:not(:last-child):after{background:var(--red)}.bf-dot{z-index:1;background:#333;border:2px solid #444;border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative}.bf-step-dot.active .bf-dot{background:var(--red);border-color:var(--red)}.bf-step-dot.done .bf-dot{background:var(--red-dark);border-color:var(--red-dark)}.bf-dot-label{color:#555;letter-spacing:.03em;text-align:center;white-space:nowrap;font-size:.65rem}.bf-step-dot.active .bf-dot-label{color:var(--white)}.bf-step-dot.done .bf-dot-label{color:var(--white-muted)}.bf-body{flex:1;width:100%;max-width:700px;margin:0 auto;padding:2.5rem 2rem}.step-wrap{width:100%}.step-title{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.step-sub{color:var(--white-muted);margin-bottom:2rem;font-size:.9rem}.service-options{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.service-option{background:var(--gray-dark);text-align:left;color:var(--white);cursor:pointer;border:1.5px solid #2a2a2a;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex;position:relative}.service-option:hover{border-color:#444}.service-option.selected{border-color:var(--red);background:#c0392b14}.service-option.popular{border-color:#3a3a3a}.option-badge{background:var(--red);color:var(--white);letter-spacing:.1em;border-radius:0 0 4px 4px;padding:.2rem .6rem;font-size:.6rem;font-weight:700;position:absolute;top:-1px;right:1rem}.option-name{color:var(--white);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.option-desc{color:var(--white-muted);font-size:.8rem}.option-price{color:var(--white);flex-shrink:0;font-size:1.4rem;font-weight:800}.addons-heading{color:var(--white);margin-bottom:1rem;font-size:1rem;font-weight:600}.addons-heading span{color:var(--white-muted);font-size:.85rem;font-weight:400}.addon-options{flex-wrap:wrap;gap:.6rem;display:flex}.addon-option{background:var(--gray-dark);color:var(--white);cursor:pointer;border:1.5px solid #2a2a2a;border-radius:100px;align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.85rem;transition:border-color .2s,background .2s;display:flex}.addon-option:hover{border-color:#444}.addon-option.selected{border-color:var(--red);background:#c0392b1a}.addon-option-price{color:var(--red-light);font-weight:600}.area-options{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.area-option{background:var(--gray-dark);color:var(--white);cursor:pointer;text-align:left;border:1.5px solid #2a2a2a;border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:border-color .2s;display:flex}.area-option:hover{border-color:#444}.area-option.selected{border-color:var(--red);background:#c0392b14}.area-name{font-size:1rem;font-weight:600}.area-days{color:var(--white-muted);background:#1a1a1a;border-radius:100px;padding:.3rem .75rem;font-size:.8rem}.area-note{color:var(--white-muted);font-size:.85rem}.sub-heading{color:var(--white-muted);letter-spacing:.05em;text-transform:uppercase;margin-top:1.75rem;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.date-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.6rem;margin-bottom:.5rem;display:grid}.date-option{background:var(--gray-dark);color:var(--white);cursor:pointer;border:1.5px solid #2a2a2a;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:.75rem .5rem;transition:border-color .2s;display:flex}.date-option:hover{border-color:#444}.date-option.selected{border-color:var(--red);background:#c0392b14}.date-day{color:var(--white-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.date-num{font-size:.85rem;font-weight:600}.window-options{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.window-option{background:var(--gray-dark);color:var(--white);cursor:pointer;border:1.5px solid #2a2a2a;border-radius:8px;flex-direction:column;align-items:center;gap:4px;padding:1.25rem;transition:border-color .2s;display:flex}.window-option:hover{border-color:#444}.window-option.selected{border-color:var(--red);background:#c0392b14}.window-label{font-size:1rem;font-weight:700}.window-range{color:var(--white-muted);font-size:.8rem}.carfax-badge{color:var(--white);background:#c0392b1f;border:1px solid #c0392b4d;border-radius:6px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.carfax-icon{color:var(--red-light);font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-stack{flex-direction:column;gap:1rem;display:flex}.form-field{flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--white-muted);letter-spacing:.03em;font-size:.8rem;font-weight:600}.form-input{background:var(--gray-dark);color:var(--white);border:1.5px solid #2a2a2a;border-radius:6px;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.form-input:focus{border-color:var(--red)}.form-textarea{background:var(--gray-dark);color:var(--white);resize:vertical;border:1.5px solid #2a2a2a;border-radius:6px;outline:none;width:100%;min-height:96px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s}.form-textarea:focus{border-color:var(--red)}.form-input::placeholder{color:#555}.review-sections{border:1px solid #222;border-radius:8px;flex-direction:column;margin-bottom:1.5rem;display:flex;overflow:hidden}.review-section{border-bottom:1px solid #1a1a1a;padding:1.25rem 1.5rem}.review-section:last-child{border-bottom:none}.review-section-title{letter-spacing:.1em;color:var(--red-light);text-transform:uppercase;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.review-row{color:var(--white);justify-content:space-between;align-items:center;padding:.25rem 0;font-size:.9rem;display:flex}.review-row span:first-child{color:var(--white-muted)}.addon-row{font-size:.85rem}.review-total{border-top:1px solid #2a2a2a;margin-top:.5rem;padding-top:.75rem;font-weight:700}.review-total span{color:var(--white)!important}.review-disclaimer{color:#555;font-size:.8rem;line-height:1.6}.bf-footer{background:var(--black-soft);border-top:1px solid #1a1a1a;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2rem;display:flex;position:sticky;bottom:0}.bf-running-total{color:var(--white-muted);font-size:.9rem}.bf-running-total strong{color:var(--white)}.bf-footer-btns{gap:.75rem;margin-left:auto;display:flex}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.bf-confirm-screen{text-align:center;max-width:480px;margin:4rem auto;padding:2rem}.bf-confirm-icon{background:var(--red);width:64px;height:64px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.bf-confirm-title{color:var(--white);margin-bottom:.5rem;font-size:2rem;font-weight:800}.bf-confirm-sub{color:var(--white-muted);margin-bottom:2rem}.bf-confirm-details{background:var(--gray-dark);text-align:left;border:1px solid #222;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.bf-detail-row{color:var(--white);justify-content:space-between;padding:.3rem 0;font-size:.9rem;display:flex}.bf-detail-row span:first-child{color:var(--white-muted)}.bf-total-row{border-top:1px solid #2a2a2a;margin-top:.5rem;padding-top:.75rem;font-weight:700}.bf-total-row span{color:var(--white)!important}.bf-confirm-note{color:var(--white-muted);margin-bottom:1.5rem;font-size:.85rem}.link-red{color:var(--red-light)}@media (width<=600px){.bf-body{padding:1.5rem 1rem}.form-grid{grid-template-columns:1fr}.bf-progress{padding:1rem}.bf-dot-label{display:none}.bf-footer{flex-wrap:wrap;padding:1rem}.window-options{grid-template-columns:1fr}.option-bullets{flex-direction:column;gap:.3rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.option-bullets li{color:var(--white-muted);padding-left:.9rem;font-size:.78rem;line-height:1.4;position:relative}.option-bullets li:before{content:"—";color:var(--red);font-weight:700;position:absolute;left:0}}.terms-wrap{background:var(--black);flex-direction:column;min-height:100vh;display:flex}.terms-header{z-index:10;background:#0a0a0af2;border-bottom:1px solid #1a1a1a;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}.terms-logo{letter-spacing:.05em;color:var(--white);font-size:1rem;font-weight:700}.terms-body{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.terms-title{color:var(--white);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.terms-updated{color:var(--white-muted);margin-bottom:3rem;font-size:.85rem}.terms-section{border-bottom:1px solid #1a1a1a;margin-bottom:2.5rem;padding-bottom:2.5rem}.terms-section:last-child{border-bottom:none}.terms-section h2{color:var(--white);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.terms-section p{color:var(--white-muted);margin-bottom:.75rem;font-size:.9rem;line-height:1.8}.terms-section ul{margin:.5rem 0;padding-left:1.25rem}.terms-section ul li{color:var(--white-muted);margin-bottom:.25rem;font-size:.9rem;line-height:1.8}.terms-link{color:var(--red-light)}.terms-footer{background:var(--gray-dark);text-align:center;border-top:1px solid #222;padding:1.5rem 2rem}.terms-footer p{color:#555;font-size:.8rem}@media (width<=768px){.terms-body{padding:2rem 1.5rem}.terms-title{font-size:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--red:#c0392b;--red-dark:#922b21;--red-light:#e74c3c;--black:#0a0a0a;--black-soft:#111;--gray-dark:#1a1a1a;--gray-mid:#2a2a2a;--gray-light:#3a3a3a;--white:#fff;--white-soft:#f5f5f5;--white-muted:#ccc;--font:"Segoe UI", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--black);color:var(--white);line-height:1.6;overflow-x:hidden}.app{min-height:100vh}button{cursor:pointer;font-family:var(--font)}a{color:inherit;text-decoration:none}input,select,textarea{font-family:var(--font)}
