@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--bg:#07090b;--panel:#101419;--panel2:#151a20;--line:#28313a;--text:#f4f6f8;--muted:#9aa4ae;--yellow:#ffc400;--yellow2:#ffb000;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#111820;font-family:Inter,system-ui,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(7,9,11,.92);backdrop-filter:blur(14px);border-bottom:1px solid #20262c;color:#fff}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:42px;height:42px;border-radius:11px;background:var(--yellow);color:#101214;display:grid;place-items:center;font-weight:900;font-family:"Space Grotesk";font-size:15px}.brand strong{display:block;font-family:"Space Grotesk";letter-spacing:.08em;font-size:15px}.brand small{display:block;color:#9da6af;font-size:11px;margin-top:2px}.desktop-nav{display:flex;gap:27px;font-size:13px;color:#bac1c8}.desktop-nav a:hover{color:#fff}.nav-cta{background:var(--yellow);color:#111;padding:12px 17px;border-radius:8px;font-weight:800;font-size:13px}
.hero{position:relative;overflow:hidden;background:var(--bg);color:#fff;padding:100px 0 88px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,196,0,.05),transparent 40%,rgba(255,196,0,.03));pointer-events:none}.hero-glow{position:absolute;width:550px;height:550px;right:-190px;top:-180px;background:rgba(255,196,0,.09);filter:blur(90px);border-radius:50%}.hero-grid{position:relative;display:grid;grid-template-columns:1.35fr .8fr;gap:80px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:#d5a800;margin-bottom:16px}.eyebrow span{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--yellow);margin-right:8px}.hero h1{font-family:"Space Grotesk";font-size:clamp(44px,6vw,76px);line-height:.99;letter-spacing:-.045em;margin:0 0 25px;max-width:800px}.hero h1 em,.dark-section h2 em{font-style:normal;color:var(--yellow)}.hero-text{font-size:18px;line-height:1.65;color:#aab3bc;max-width:660px}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{display:inline-flex;justify-content:center;align-items:center;gap:12px;border-radius:9px;padding:15px 20px;font-weight:800;font-size:14px;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--yellow);color:#0a0c0e}.btn-primary:hover{background:#ffd33d}.btn-secondary{border-color:#37404a;color:#fff;background:#12161a}.btn-light{background:#fff;color:#101419}.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#8e98a2;font-size:12px}.trust-row b{color:var(--yellow);margin-right:5px}.hero-card{background:linear-gradient(145deg,#171c21,#0d1013);border:1px solid #2d363e;border-radius:16px;padding:28px;box-shadow:0 25px 70px rgba(0,0,0,.35)}.card-top{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.16em;color:#7f8993;font-weight:800}.status-dot{width:8px;height:8px;background:var(--yellow);border-radius:50%;box-shadow:0 0 16px rgba(255,196,0,.7)}.bolt{margin-left:auto;color:var(--yellow);font-size:18px}.hero-card h2{font-family:"Space Grotesk";font-size:28px;margin:34px 0 10px}.hero-card p{color:#919ba5;line-height:1.6;font-size:13px}.big-call{display:flex;align-items:center;gap:12px;margin-top:22px;background:var(--yellow);color:#101214;border-radius:10px;padding:15px}.big-call small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.big-call strong{display:block;font-size:13px;margin-top:2px}.call-icon{font-size:20px}.big-call>span:last-child{margin-left:auto;font-size:20px}.small-note{font-size:10px!important;color:#66717b!important;margin:12px 0 0!important}
.service-strip{background:var(--yellow);color:#111}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}.strip-grid>div{padding:25px 20px;border-right:1px solid rgba(0,0,0,.14)}.strip-grid>div:first-child{padding-left:0}.strip-grid span{display:block;font-size:10px;font-weight:900;opacity:.45;margin-bottom:7px}.strip-grid b{display:block;font-family:"Space Grotesk";font-size:15px}.strip-grid small{font-size:10px;opacity:.65}
.section{padding:105px 0}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:50px}.section-heading h2,.quote-section h2,.contact-section h2{font-family:"Space Grotesk";font-size:clamp(36px,4.5vw,56px);letter-spacing:-.04em;line-height:1;margin:0}.section-heading>p{max-width:400px;color:#6e7780;line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{position:relative;padding:30px;border:1px solid #e2e5e8;border-radius:14px;min-height:250px;background:#fff;transition:.2s}.service-card:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(15,20,25,.08)}.service-card.featured{background:#101419;color:#fff;border-color:#101419}.service-card .icon{font-size:27px;margin:25px 0 18px}.service-card h3{font-family:"Space Grotesk";font-size:20px;margin:0 0 10px}.service-card p{font-size:13px;color:#747d85;line-height:1.6}.featured p{color:#9ca5ad}.service-card a{font-size:12px;font-weight:800;color:#bc9000}.featured a{color:var(--yellow)}.service-num{position:absolute;right:25px;top:25px;font-size:10px;color:#a7afb7;font-weight:800}
.dark-section{background:var(--bg);color:#fff;padding:105px 0}.split{display:grid;grid-template-columns:1.1fr .8fr;gap:90px;align-items:center}.dark-section h2{font-family:"Space Grotesk";font-size:clamp(40px,5vw,60px);line-height:1;letter-spacing:-.04em;margin:0}.lead{color:#929ca6;line-height:1.75;max-width:650px;margin:25px 0 35px}.check-list{display:grid;gap:20px}.check-list>div{display:flex;gap:13px}.check-list b{width:28px;height:28px;border-radius:7px;background:rgba(255,196,0,.12);color:var(--yellow);display:grid;place-items:center}.check-list strong,.check-list small{display:block}.check-list strong{font-size:13px}.check-list small{color:#747f89;font-size:11px;margin-top:4px}.stats-card{border:1px solid #2b333b;background:#11161b;border-radius:18px;padding:45px}.stat-big{font-family:"Space Grotesk";font-size:90px;font-weight:800;color:var(--yellow);line-height:.8}.stat-title{font-family:"Space Grotesk";font-size:22px;font-weight:700;margin-top:35px;letter-spacing:.1em}.stats-card p{color:#77818a;font-size:12px}.line{height:1px;background:#2a3239;margin:30px 0}.mini-stats{display:grid;gap:13px;color:#89939c;font-size:11px}.mini-stats b{color:#fff;margin-right:10px}
.process{background:#f5f6f7}.centered{justify-content:center;text-align:center}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:#fff;border:1px solid #e1e5e8;border-radius:14px;padding:32px}.step span{display:grid;place-items:center;width:40px;height:40px;background:#11161b;color:var(--yellow);border-radius:8px;font-weight:900;font-size:11px}.step h3{font-family:"Space Grotesk";font-size:20px;margin:30px 0 10px}.step p{color:#727c85;font-size:13px;line-height:1.65}
.quote-section{background:#eef0f2;padding:105px 0}.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}.quote-section p{color:#6c7680;line-height:1.7;font-size:14px}.quote-note{margin-top:30px;border-left:3px solid var(--yellow);padding:14px 18px;background:#fff;color:#66717b;font-size:12px;line-height:1.6}.quote-form{background:#fff;padding:30px;border:1px solid #dfe3e6;border-radius:14px;box-shadow:0 18px 45px rgba(10,15,20,.06)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:block;font-size:11px;font-weight:800;color:#49535d;margin-bottom:15px}.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:7px;padding:13px;border:1px solid #d9dee2;border-radius:8px;font:inherit;font-size:13px;outline:none;background:#fff}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#b89500;box-shadow:0 0 0 3px rgba(255,196,0,.13)}.full{width:100%}.form-result{margin-top:15px;padding:14px;border-radius:8px;background:#f3f5f6;color:#424b53;font-size:12px;line-height:1.6}
.contact-section{background:var(--yellow);padding:70px 0}.contact-inner{display:flex;justify-content:space-between;gap:35px;align-items:center}.contact-section .eyebrow{color:#7a5b00}.contact-section h2{font-size:42px}.contact-section p{max-width:600px;color:#614f15}.contact-actions{display:flex;gap:10px;flex-shrink:0}
footer{background:#07090b;color:#7c858d;padding:28px 0;font-size:11px}.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:25px;align-items:center}.footer-grid .brand{color:#fff}.footer-grid a:hover{color:#fff}
@media(max-width:900px){.desktop-nav{display:none}.hero-grid,.split,.quote-grid{grid-template-columns:1fr}.hero-grid{gap:45px}.service-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.strip-grid{grid-template-columns:repeat(2,1fr)}.strip-grid>div:nth-child(3){padding-left:0}.strip-grid>div:nth-child(2),.strip-grid>div:nth-child(4){border-right:0}.contact-inner{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-grid>div:nth-child(2){order:3}}
@media(max-width:600px){.container{width:min(var(--max),calc(100% - 28px))}.nav{height:68px}.nav-cta{padding:10px 12px;font-size:11px}.hero{padding:70px 0}.hero h1{font-size:44px}.hero-text{font-size:16px}.trust-row{gap:10px;display:grid}.hero-card{padding:22px}.service-grid{grid-template-columns:1fr}.strip-grid{grid-template-columns:1fr 1fr}.strip-grid>div{padding:18px 12px}.section,.dark-section,.quote-section{padding:75px 0}.stats-card{padding:30px}.form-row{grid-template-columns:1fr}.contact-section h2{font-size:36px}.contact-actions{width:100%;flex-direction:column}.contact-actions .btn{width:100%}}
