:root{--bg:#050505;--panel:#0d0d10;--red:#e31717;--red2:#ff3b3b;--silver:#ededed;--muted:#b6b6bb;--line:rgba(227,23,23,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% 12%,rgba(227,23,23,.11),transparent 28%),linear-gradient(#030303,#080808 45%,#050505);color:var(--silver);font-family:Arial,Helvetica,sans-serif}
header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:20;background:rgba(3,3,3,.9);backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-weight:800}.brand img{width:52px;height:52px;border-radius:50%}.brand b{color:var(--red2)}
nav{display:flex;gap:28px;align-items:center}nav a{color:#ddd;text-decoration:none;font-size:14px}.contact-link{border:1px solid var(--red);padding:11px 17px;border-radius:8px}
.hero{min-height:760px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;padding:70px 5vw}.eyebrow{color:var(--red2);font-size:13px;font-weight:900;letter-spacing:.16em}
h1{font-size:clamp(58px,7vw,108px);line-height:.92;text-transform:uppercase;margin:20px 0 28px;letter-spacing:-.04em}h1 strong{background:linear-gradient(#ff4b4b,#a00000);-webkit-background-clip:text;color:transparent}
.hero p{font-size:20px;line-height:1.65;color:var(--muted);max-width:720px}.notice{border-left:4px solid var(--red);padding:16px 18px;margin:24px 0;color:#fff;background:rgba(227,23,23,.08);font-weight:700;line-height:1.5}
.actions{display:flex;gap:15px;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:8px;text-decoration:none;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.primary{color:#fff;background:linear-gradient(#ef2929,#a40000);border:1px solid #ff5151;box-shadow:0 15px 40px rgba(227,23,23,.22)}.secondary{color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.03)}
.points{display:flex;gap:22px;flex-wrap:wrap;color:#c8c8c8;font-size:14px}.points span:before{content:"●";color:var(--red);margin-right:7px}.hero-image{display:flex;justify-content:center}.hero-image img{width:min(640px,100%);filter:drop-shadow(0 30px 70px rgba(227,23,23,.2))}
.section{padding:100px 5vw}.alternate{background:linear-gradient(180deg,transparent,rgba(255,255,255,.025),transparent)}.heading{text-align:center;max-width:900px;margin:0 auto 50px}.heading h2,.cta h2{font-size:clamp(40px,5vw,70px);line-height:1;text-transform:uppercase;margin:16px 0}.heading p,.cta p{color:var(--muted);font-size:18px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1300px;margin:auto}.grid article{padding:30px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));min-height:260px}.grid h3{font-size:23px;text-transform:uppercase}.grid p,.steps p,.benefits p{color:var(--muted);line-height:1.65}.icon{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--red);border-radius:12px;margin-bottom:23px;font-size:22px;font-weight:900}
.benefits,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1250px;margin:auto}.benefits>div,.steps>div{padding:28px 22px;border-top:3px solid var(--red);background:rgba(255,255,255,.018)}.benefits b,.steps b{font-size:38px;color:var(--red)}.benefits h3,.steps h3{text-transform:uppercase}
.cta{margin:30px 5vw 80px;padding:55px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(227,23,23,.11),rgba(255,255,255,.025));display:flex;justify-content:space-between;align-items:center;gap:40px}.cta>div{max-width:850px}.large{min-width:230px}
footer{border-top:1px solid rgba(255,255,255,.08);padding:38px 5vw;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;color:#aaa}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:48px;height:48px;border-radius:50%}.footer-brand div{display:flex;flex-direction:column;gap:4px}.footer-brand strong{color:#fff}footer a{color:#ff5b5b;text-decoration:none}footer small{grid-column:1/-1;text-align:center;margin-top:18px}
@media(max-width:950px){nav a:not(.contact-link){display:none}.hero{grid-template-columns:1fr;padding-top:45px}.hero-image{order:-1}.hero-image img{max-width:430px}.grid{grid-template-columns:1fr 1fr}.benefits,.steps{grid-template-columns:1fr 1fr}.cta{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){header{padding:0 18px}.brand span{font-size:14px}.hero,.section{padding-left:20px;padding-right:20px}.hero{text-align:center;min-height:auto}.notice{text-align:left}.actions{flex-direction:column}.points{justify-content:center}.grid,.benefits,.steps{grid-template-columns:1fr}.cta{margin:20px;padding:30px 22px}.large{width:100%}footer{grid-template-columns:1fr;text-align:center}.footer-brand{justify-content:center}}