:root{--bg:#070707;--panel:#0d0e0f;--line:#292929;--text:#f5f5f3;--muted:#9a9a97;--orange:#f36a00}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}.topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,5vw);border-bottom:1px solid #1e1e1e;background:#050505;position:sticky;top:0;z-index:20}.brand{font-size:27px;font-weight:950;letter-spacing:-1.5px;color:#fff;text-decoration:none}.brand span,.orange{color:var(--orange)!important}nav{display:flex;gap:24px;align-items:center}nav a{color:#eee;text-decoration:none;font-size:13px;font-weight:800;text-transform:uppercase}.login{border:1px solid #555;padding:11px 15px;border-radius:5px}.cta,.primary{background:var(--orange);padding:12px 16px;border-radius:5px;color:#fff!important}.hero-simple{min-height:720px;display:flex;align-items:center;background:radial-gradient(circle at 70% 20%,#1b1b1b 0,#0d0d0d 28%,#050505 70%);border-bottom:1px solid #202020}.hero-words{padding:80px max(25px,8vw);width:100%;max-width:1200px;margin:auto}.eyebrow,.section-label{color:var(--orange);font-size:12px;font-weight:950;letter-spacing:2.2px}.hero-words h1{display:flex;flex-direction:column;margin:18px 0 38px;font-size:clamp(70px,11vw,150px);line-height:.78;letter-spacing:-7px}.hero-words h1 b{display:block}.process{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;border-top:1px solid #343434;border-bottom:1px solid #343434}.process article{padding:20px 22px 20px 0}.process article+article{border-left:1px solid #343434;padding-left:22px}.process h3{margin:0;font-size:16px;letter-spacing:2px}.actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.actions a,.price-grid a{font-weight:900;text-transform:uppercase;text-decoration:none}.primary,.secondary{padding:15px 20px;border-radius:5px}.secondary{border:1px solid #666;color:#fff}.feature-strip{margin:-1px auto 0;max-width:1240px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#0a0b0b}.feature-strip article{padding:25px;border-right:1px solid var(--line)}.feature-strip article:last-child{border-right:0}.feature-strip strong{display:block;text-transform:uppercase;font-size:13px;margin-bottom:8px}.feature-strip span{font-size:12px;color:var(--muted);line-height:1.5}.tools,.pricing{max-width:1280px;margin:auto;padding:90px max(22px,4vw)}.tools h2,.pricing h2{font-size:clamp(38px,5vw,66px);letter-spacing:-3px;text-transform:uppercase;margin:12px 0 38px}.cards{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line)}.cards article{padding:25px 18px;border-right:1px solid var(--line);background:#0b0c0c}.cards article:last-child{border-right:0}.cards b{color:var(--orange);font-size:12px}.cards p{color:var(--muted);font-size:12px;line-height:1.5}.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.price-grid article{border:1px solid #393939;border-radius:8px;padding:28px;background:linear-gradient(#111,#0a0a0a);position:relative}.price-grid h3{text-transform:uppercase;color:var(--orange);font-size:20px}.price-grid strong{display:block;font-size:58px;letter-spacing:-3px;margin:25px 0 3px}.price-grid small{font-weight:800;letter-spacing:1px}.price-grid p{min-height:72px;color:var(--muted);line-height:1.55;font-size:13px}.price-grid a{display:block;text-align:center;color:#fff;border:1px solid var(--orange);padding:14px;border-radius:4px;margin-top:22px}.featured{border-color:var(--orange)!important}.popular{position:absolute;top:-11px;right:16px;background:var(--orange);font-size:10px;font-weight:950;padding:6px 9px;border-radius:3px}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px max(22px,5vw);display:flex;justify-content:space-around;gap:20px;color:#aaa;font-size:10px;font-weight:900;letter-spacing:1px;flex-wrap:wrap}footer{padding:38px max(22px,5vw);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#777}footer p{font-weight:800}footer small{font-size:11px}@media(max-width:800px){nav a:not(.login):not(.cta){display:none}.topbar{padding:0 20px}.brand{font-size:25px}.cta{display:none}.hero-simple{min-height:650px}.hero-words{padding:58px 32px}.hero-words h1{font-size:clamp(72px,22vw,112px);line-height:.79;letter-spacing:-5px;margin-top:20px}.process{grid-template-columns:repeat(3,1fr)}.process article{padding:18px 6px;text-align:center}.process article+article{padding-left:6px}.process h3{font-size:11px;letter-spacing:1.4px}.feature-strip{margin:0 14px;grid-template-columns:1fr 1fr}.feature-strip article:nth-child(2){border-right:0}.feature-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.tools,.pricing{padding:70px 20px}.cards{grid-template-columns:1fr 1fr}.cards article{border-bottom:1px solid var(--line)}.price-grid{grid-template-columns:1fr}.price-grid p{min-height:auto}footer{flex-direction:column;align-items:flex-start}}