*{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#07090d;--panel:#10151c;--white:#f8fafc;--muted:#9ca6b3;--red:#ef252d;--red2:#ff4249;--line:rgba(255,255,255,.10)}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--white);line-height:1.6;overflow-x:hidden}
.grid-bg{position:fixed;inset:0;pointer-events:none;opacity:.045;background-image:linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}
body:after{content:"";position:fixed;z-index:-1;width:650px;height:650px;right:-180px;top:-260px;border-radius:50%;background:rgba(239,37,45,.12);filter:blur(100px)}
.container{width:min(1180px,92%);margin:auto}
.header{height:105px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.logo-link img{width:76px;height:76px;display:block;object-fit:cover;border-radius:15px}
.contact-pill{border:1px solid var(--line);border-radius:999px;padding:10px 18px;font-size:13px;font-weight:800;transition:.25s}
.contact-pill:hover{background:#fff;color:#080a0e}
.contact-pill span{color:var(--red);margin-left:7px}
.hero{min-height:650px;padding:82px 0 100px;display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:center}
.status{display:flex;align-items:center;gap:9px;color:#cbd2da;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;margin-bottom:25px}
.pulse{width:8px;height:8px;border-radius:50%;background:#35d47b;box-shadow:0 0 18px rgba(53,212,123,.9)}
h1{font-size:clamp(47px,6.1vw,79px);line-height:.98;letter-spacing:-.065em;max-width:760px}
h1 em{font-style:normal;color:var(--red)}
.lead{max-width:635px;color:var(--muted);font-size:17px;margin:29px 0 28px}
.domain-box{max-width:620px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 19px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035)}
.domain-box small{display:block;color:#707b88;text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:800}
.domain-box strong{font-size:16px;letter-spacing:.09em}
.available{white-space:nowrap;color:#c7ced6;font-size:11px}
.available span{display:inline-block;width:7px;height:7px;background:#35d47b;border-radius:50%;margin-right:6px}
.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:13px 19px;border-radius:10px;font-size:13px;font-weight:850;transition:.25s}
.btn.primary{background:var(--red);color:white}
.btn.primary:hover{background:var(--red2);transform:translateY(-2px)}
.btn.secondary{border:1px solid var(--line);background:rgba(255,255,255,.025)}
.btn.secondary:hover{background:#fff;color:#090b0f}
.hero-art{height:500px;position:relative;display:grid;place-items:center}
.brand-card{width:min(390px,72vw);aspect-ratio:1;position:relative;z-index:2;padding:23px;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.025));box-shadow:0 35px 90px rgba(0,0,0,.5);transform:rotate(2deg)}
.brand-card img{width:100%;height:100%;object-fit:cover;border-radius:19px;display:block}
.shine{position:absolute;z-index:3;inset:0;border-radius:30px;background:linear-gradient(125deg,rgba(255,255,255,.13),transparent 35%,transparent 70%,rgba(239,37,45,.08));pointer-events:none}
.ring{position:absolute;border:1px solid rgba(255,255,255,.09);border-radius:50%}
.ring-1{width:510px;height:220px;transform:rotate(27deg)}
.ring-2{width:510px;height:290px;transform:rotate(-27deg)}
.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;padding:12px 15px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(9,12,17,.88);backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(0,0,0,.4)}
.floating-card.top{top:38px;right:0}.floating-card.bottom{bottom:28px;left:0}
.icon{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:rgba(239,37,45,.14);color:var(--red);font-weight:900}
.floating-card b,.floating-card small{display:block}.floating-card b{font-size:11px}.floating-card small{font-size:9px;color:#84909d}
.services{border-top:1px solid var(--line);padding:90px 0}
.section-intro>span,.cta span{color:var(--red);font-size:10px;letter-spacing:.2em;font-weight:900}
.section-intro h2{font-size:clamp(31px,4vw,48px);line-height:1.05;letter-spacing:-.04em;margin:9px 0 9px}
.section-intro p{color:var(--muted);font-size:14px}
.service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:40px}
.service-list article{min-height:240px;padding:27px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));transition:.25s}
.service-list article:hover{transform:translateY(-5px);border-color:rgba(239,37,45,.4)}
.number{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.1em}
.service-list h3{font-size:20px;margin-top:57px;margin-bottom:8px}
.service-list p{font-size:13px;color:var(--muted)}
.cta{margin:0 auto 85px;padding:34px 38px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(100deg,rgba(239,37,45,.13),rgba(255,255,255,.025));display:flex;align-items:center;justify-content:space-between;gap:25px}
.cta h2{font-size:clamp(25px,3vw,37px);letter-spacing:-.035em;margin-top:4px}
.footer{border-top:1px solid var(--line);padding:27px 0 38px;display:flex;justify-content:space-between;align-items:center;gap:15px;color:#727d89;font-size:11px}
.footer-brand{font-weight:900;letter-spacing:.08em;color:#fff}.footer-brand span{color:var(--red)}
.footer a:hover{color:#fff}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding-top:60px}.hero-art{height:430px}.service-list{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.footer{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.header{height:85px}.logo-link img{width:61px;height:61px}.contact-pill{padding:8px 13px}.hero{padding:50px 0 65px}.domain-box{align-items:flex-start;flex-direction:column}.hero-art{height:390px}.brand-card{width:78vw}.ring-1,.ring-2{width:95vw}.floating-card.top{right:-5px}.floating-card.bottom{left:-5px}.cta{padding:28px;margin-bottom:60px}}
