*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--amber:#f5a623;--dark:#111;--mid:#1e1e1e;--white:#fff;--off:#f6f6f6;--muted:#888;--font:"Satoshi", system-ui, sans-serif;--max:1440px}body{font-family:var(--font);background:var(--white);color:var(--dark);font-size:1rem;line-height:1.4}nav{z-index:100;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav-inner{max-width:var(--max);justify-content:space-between;align-items:center;margin:0 auto;padding:28px 25px;display:flex}nav img{height:44px}.nav-logo-wrap{align-items:center;gap:14px;display:flex}.nav-vsep{background:var(--amber);opacity:.65;flex-shrink:0;width:1.5px;height:24px}.nav-since-wrap{flex-direction:column;gap:2px;display:flex}.nav-since-yr{letter-spacing:.18em;text-transform:uppercase;color:var(--amber);font-size:.7rem;font-weight:700;line-height:1}.nav-since-tag{letter-spacing:.06em;color:#ffffff8c;font-size:.72rem;font-weight:500;line-height:1}.nav-links{align-items:center;display:flex}nav a{color:#ffffffd9;margin-left:36px;font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--white)}.nav-cta{border-radius:50px;align-items:center;gap:3px;text-decoration:none;display:flex;background:var(--amber)!important;color:#111!important;margin-left:28px!important;padding:11px 26px!important;font-size:1.125rem!important;font-weight:700!important;transition:transform .2s,box-shadow .2s!important}.nav-cta:hover{transform:translateY(-2px)!important;box-shadow:0 4px 14px #f5a62366!important}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-photo-col{display:none}.hero-photo{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";z-index:1;background:linear-gradient(#0a0a0a59 0%,#0a0a0a00 30%,#0a0a0abf 70%,#0a0a0af5 100%),linear-gradient(90deg,#0a0a0a80 0%,#0000 60%);position:absolute;inset:0}.hero:before{content:"";z-index:2;pointer-events:none;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.hero-accent{display:none}.hero-content{z-index:99;width:100%;max-width:var(--max);justify-content:space-between;align-items:center;gap:40px;margin:0 auto;padding:120px 25px 100px;display:flex;position:relative}.hero-left{max-width:620px}.hero h1{color:var(--white);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.75rem,5vw,5.5rem);font-weight:900;line-height:1}.hero h1:before{content:"";background:var(--amber);width:52px;height:4px;margin-bottom:24px;display:block}.hero p{color:#ffffffa6;max-width:480px;margin-bottom:32px;font-size:1.0625rem;line-height:1.6}.btn-primary{background:var(--amber);color:#111;cursor:pointer;font-size:.9375rem;font-weight:700;font-family:var(--font);border:none;border-radius:50px;align-items:center;gap:12px;padding:13px 26px;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 14px #f5a62366}.btn-arrow{background:#00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s;display:flex}.btn-primary:hover .btn-arrow{transform:translate(3px)}.btn-ghost{color:var(--white);font-size:.9375rem;font-weight:700;font-family:var(--font);border:1.5px solid #ffffff4d;border-radius:50px;align-items:center;gap:8px;padding:13px 26px;text-decoration:none;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--white);background:#ffffff0d;transform:translateY(-2px)}.cta-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-scarcity{color:#ffffff73;letter-spacing:.01em;margin-top:12px;font-size:.8rem}.hero-scarcity strong{color:var(--amber);font-weight:600}.btn-urgent{color:#fff!important;background:#e03c31!important;border-color:#e03c31!important}.btn-urgent:hover{transform:translateY(-2px);background:#c8352a!important;box-shadow:0 4px 14px #e03c3166!important}.urgent-overlay{z-index:999;background:#000000c7;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.urgent-overlay.active{display:flex}.urgent-modal{background:#fff;border-radius:14px;width:100%;max-width:460px;overflow:hidden}.urgent-modal-head{background:#e03c31;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.urgent-modal-head-left{align-items:center;gap:10px;display:flex}.urgent-modal-head h3{color:#fff;font-size:1rem;font-weight:800}.urgent-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:2px;font-size:1.3rem;line-height:1}.urgent-close:hover{color:#fff}.urgent-modal-body{padding:24px}.urgent-modal-body p{color:#888;margin-bottom:20px;font-size:.8rem;line-height:1.5}.urgent-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.urgent-modal input,.urgent-modal textarea{color:#111;width:100%;font-family:var(--font);background:#f5f5f5;border:1px solid #e8e8e8;border-radius:8px;outline:none;padding:12px 14px;font-size:.9rem;transition:border-color .2s}.urgent-modal input::placeholder,.urgent-modal textarea::placeholder{color:#aaa}.urgent-modal input:focus,.urgent-modal textarea:focus{border-color:#e03c31}.urgent-modal textarea{resize:none;height:90px;margin-bottom:14px}.urgent-submit{color:#fff;width:100%;font-family:var(--font);cursor:pointer;background:#e03c31;border:none;border-radius:50px;padding:14px;font-size:.95rem;font-weight:700;transition:background .2s,transform .2s}.urgent-submit:hover{background:#c8352a;transform:translateY(-2px)}.hero-form{background:var(--white);z-index:99;border-radius:12px;flex-shrink:0;width:360px;padding:28px 25px;position:relative}.hero-form h3{color:var(--dark);margin-bottom:4px;font-size:1.125rem;font-weight:800;line-height:1.3}.hero-form>p{color:var(--muted);margin-bottom:16px;font-size:.875rem}.form-group{margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--dark);font-family:var(--font);appearance:none;background:#f5f5f5;border:none;border-bottom:1.5px solid #e0e0e0;border-radius:0;outline:none;padding:12px 10px;font-size:.9375rem;line-height:1.4;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--amber);background:#f5f5f5}.form-group textarea{resize:none;min-height:64px}.form-group select{cursor:pointer;color:#aaa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;padding-right:20px}.form-submit{background:var(--amber);color:#111;width:100%;font-family:var(--font);cursor:pointer;border:none;border-radius:50px;margin-top:6px;padding:13px 28px;font-size:.9375rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s}.form-submit:hover{transform:translateY(-2px);box-shadow:0 4px 14px #f5a62366}.trust-bar{background:var(--amber);position:relative;overflow:hidden}.trust-track{width:max-content;animation:35s linear infinite trustScroll;display:flex}.trust-track:hover{animation-play-state:paused}@keyframes trustScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-inner{align-items:center;gap:0;padding:16px 0;display:flex}.trust-item{white-space:nowrap;color:#111;letter-spacing:.08em;text-transform:uppercase;border-right:1px solid #00000026;flex-shrink:0;padding:0 80px;font-size:1.5rem;font-weight:700}.trust-item:last-child{border-right:none}.trust-stat{flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.trust-num{color:#111;letter-spacing:-.02em;font-size:1.5rem;font-style:italic;font-weight:900}.trust-label{color:#0000008c;letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-style:italic;font-weight:700}.intro{grid-template-columns:50% 50%;min-height:360px;display:grid;overflow:hidden}.intro-text{background:var(--dark);flex-direction:column;justify-content:center;padding:40px 36px;display:flex}.section-label{color:var(--amber);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.75rem;font-weight:700}.intro-text h2{letter-spacing:-.02em;color:var(--white);margin-bottom:14px;font-size:clamp(1.25rem,2vw,2rem);font-weight:900;line-height:1.1}.intro-text p{color:#ffffff8c;max-width:440px;margin-bottom:14px;font-size:1rem;line-height:1.6}.intro-brands{flex-wrap:wrap;align-items:center;gap:8px;margin:20px 0 28px;display:flex}.intro-brand-logo{object-fit:contain;width:auto;height:28px}.intro-text .btn-primary{width:fit-content}.intro-photo{object-fit:cover;width:100%;height:100%;min-height:360px;display:block}.why{background:var(--dark)}.why-inner{max-width:var(--max);grid-template-columns:1fr 1.6fr;align-items:center;gap:72px;margin:0 auto;padding:90px 25px;display:grid}.why-left h2{color:var(--white);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.875rem,3vw,3rem);font-weight:900;line-height:1.1}.why-left p{color:#ffffff73;font-size:1rem;line-height:1.6}.why-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.why-tile{background:#ffffff0d;padding:24px}.why-tile h3{color:var(--white);margin-bottom:8px;font-size:1rem;font-weight:700}.why-tile p{color:#ffffff73;font-size:.875rem;line-height:1.5}.full-bleed{object-fit:cover;object-position:right 30%;width:100%;height:440px;display:block}.process{background:var(--off)}.process-inner{max-width:var(--max);max-width:var(--max);grid-template-columns:1fr 1.6fr;align-items:center;gap:72px;margin:0 auto;padding:90px 25px;display:grid}.process-left h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.875rem,3vw,3rem);font-weight:900;line-height:1.1}.process-left p{color:#666;font-size:1rem;line-height:1.6}.process-steps{flex-direction:column;gap:0;display:flex}.step{border-top:1px solid #e8e8e8;grid-template-columns:56px 1fr;align-items:start;gap:20px;padding:24px 0;display:grid}.step:last-child{border-bottom:1px solid #e8e8e8}.step-num{color:var(--amber);letter-spacing:.1em;text-transform:uppercase;padding-top:3px;font-size:.75rem;font-weight:700}.step h3{letter-spacing:-.01em;margin-bottom:6px;font-size:1.0625rem;font-weight:700}.step p{color:#666;font-size:.9375rem;line-height:1.5}.services-card{background:var(--dark);padding:56px 48px}.services-inner{padding:0}.services-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px;display:flex}.services-head h2{letter-spacing:-.02em;color:var(--white);font-size:clamp(1.875rem,3vw,3rem);font-weight:900;line-height:1.1}.services-tags{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.stag{white-space:nowrap;font-weight:700;line-height:1}.stag-lg{padding:14px 24px;font-size:1.125rem}.stag-md{padding:11px 20px;font-size:.9375rem}.stag-sm{padding:9px 16px;font-size:.8125rem}.stag-amber{background:var(--amber);border:1.5px solid var(--amber);color:#111;padding:12px 22px;font-size:1rem}.stag-dark{color:#ffffffb3;border:1px solid #fff3}.stag-dark.stag-lg{color:var(--white);border-color:#ffffff80}.btn-ghost-dark{color:var(--white);font-family:var(--font);white-space:nowrap;border:1.5px solid #ffffff4d;border-radius:50px;align-items:center;gap:10px;padding:12px 24px;font-size:.9375rem;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-flex}.btn-ghost-dark:hover{border-color:var(--white)}.cta-band{grid-template-columns:1fr 1fr;min-height:480px;display:grid;overflow:hidden}.cta-left{background:var(--dark);z-index:1;flex-direction:column;justify-content:center;padding:72px 56px;display:flex;position:relative}.cta-left h2{color:var(--white);letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(1.875rem,2.5vw,2.75rem);font-weight:900;line-height:1.1}.cta-left p{color:#ffffff8c;max-width:420px;margin-bottom:32px;font-size:1rem;line-height:1.6}.cta-right{position:relative;overflow:hidden}.cta-right img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.cta-right:before{content:"";background:linear-gradient(90deg, var(--dark) 0%, transparent 40%);z-index:1;position:absolute;inset:0}footer{background:#0a0a0a;border-top:1px solid #ffffff0f}.footer-main{max-width:var(--max);grid-template-columns:2fr 1fr 1fr;gap:48px;margin:0 auto;padding:64px 25px 48px;display:grid}.footer-brand img{opacity:.85;height:32px;margin-bottom:16px;display:block}.footer-brand p{color:#ffffff59;max-width:280px;margin-bottom:20px;font-size:.875rem;line-height:1.6}.footer-brand .footer-since{letter-spacing:.16em;text-transform:uppercase;color:var(--amber);font-size:.6875rem;font-weight:700}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px;font-size:.75rem;font-weight:700}.footer-col a{color:#ffffff73;margin-bottom:10px;font-size:.875rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--white)}.footer-col p{color:#ffffff73;margin-bottom:10px;font-size:.875rem;line-height:1.6}.footer-bottom{max-width:var(--max);border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 auto;padding:20px 25px;display:flex}.footer-bottom p{color:#ffffff40;font-size:.8125rem}.footer-bottom-links a{color:#ffffff4d;margin-left:20px;font-size:.8125rem;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:var(--white)}.mobile-form-section{background:var(--white);padding:32px 20px 40px;display:none}.mobile-form-section h3{color:var(--dark);margin-bottom:4px;font-size:1.25rem;font-weight:800}.mobile-form-section>p{color:var(--muted);margin-bottom:20px;font-size:.875rem}@media (max-width:600px){.mobile-form-section{display:block}}.hamburger{cursor:pointer;z-index:201;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:200;background:#111;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:none;position:fixed;inset:0}.mobile-menu.open{display:flex}.mobile-menu a{text-align:center;color:#fff;border:1.5px solid #ffffff1f;border-radius:50px;width:100%;padding:16px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background .2s}.mobile-menu a:hover{background:#ffffff0f}.mobile-menu .mm-phone{background:var(--amber);color:#111;border-color:var(--amber);justify-content:center;align-items:center;gap:8px;font-weight:700;display:flex}.mobile-menu .mm-urgent{color:#fff;background:#e03c31;border-color:#e03c31;font-weight:700}.mm-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:2rem;line-height:1;position:absolute;top:20px;right:20px}.mm-close:hover{color:#fff}@media (max-width:960px){.hamburger{display:flex}.nav-links{display:none}.hero-content{flex-direction:column;align-items:flex-start;gap:32px;padding:120px 25px 60px}.hero-form{border-radius:12px;width:100%}.intro{grid-template-columns:1fr}.intro-photo{order:-1;height:280px;min-height:280px}.intro-text{padding:32px 25px}.why-inner{grid-template-columns:1fr;gap:40px}.why-grid{grid-template-columns:1fr 1fr}.full-bleed{height:260px}.process-inner{grid-template-columns:1fr;gap:40px}.services-card{padding:40px 28px}.services-head{flex-direction:column;align-items:flex-start}.cta-band{grid-template-columns:1fr}.cta-right{height:300px}.cta-right:before{background:linear-gradient(180deg, var(--dark) 0%, transparent 50%)}.cta-left{padding:48px 32px}.footer-main{grid-template-columns:1fr 1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width:600px){.nav-vsep,.nav-since-wrap{display:none}nav img{height:32px}.hero-content{flex-direction:column;align-items:flex-start;gap:0;padding:100px 20px 60px}.hero-form{display:none}.hero-left{max-width:100%}.hero p{margin-bottom:24px;font-size:.95rem}.cta-row{flex-direction:column;align-items:stretch;gap:10px}.btn-primary,.btn-ghost,.btn-urgent,.btn-ghost-dark,.intro-text .btn-primary{justify-content:center;width:100%}.hero-scarcity{margin-top:14px;font-size:.75rem}.intro-text{padding:28px 20px}.why-inner{padding:60px 20px}.why-grid{grid-template-columns:1fr}.why-tile{padding:20px}.process-inner{padding:60px 20px}.process-left h2{font-size:1.75rem}.services-card{padding:32px 20px}.services-tags{gap:8px}.stag-lg{padding:10px 16px;font-size:.9375rem}.stag-md{padding:8px 14px;font-size:.8125rem}.stag-sm{padding:7px 12px;font-size:.75rem}.cta-left{padding:40px 20px}.cta-left h2{font-size:1.75rem}.cta-right{height:240px}.full-bleed{height:200px}.trust-item{padding:0 40px}.footer-main{grid-template-columns:1fr;gap:28px;padding:40px 20px 32px}.footer-bottom{padding:16px 20px}.footer-bottom-links a:first-child{margin-left:0}.urgent-row{grid-template-columns:1fr}}
