:root{--bg:#08090d;--bg2:#0d0f14;--red:#df1027;--red2:#69000b;--white:#fff;--muted:#c6c9d1;--line:rgba(255,255,255,.10);--card:rgba(255,255,255,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--white)}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92vw);margin:0 auto}.header{position:sticky;top:0;z-index:10;background:rgba(5,6,9,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:34px}.logo{display:flex;align-items:center}.logo img{width:78px;height:58px;object-fit:contain;background:#fff;border-radius:8px;padding:5px}nav{display:flex;gap:34px;align-items:center;font-weight:800;font-size:14px;color:#d7d9df}nav a:hover{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900}.btn-top{background:var(--red);padding:15px 30px;box-shadow:0 20px 40px rgba(223,16,39,.22)}.hero{min-height:calc(100vh - 92px);position:relative;overflow:hidden;background:linear-gradient(105deg,#08090d 0%,#101116 52%,#4c030b 80%,#730512 100%)}.grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000 30%,transparent 100%);opacity:.45}.hero-grid{position:relative;display:grid;grid-template-columns:1.07fr .93fr;gap:90px;align-items:center;padding:72px 0 86px}.tag{letter-spacing:.34em;color:#ff4152;font-size:13px;font-weight:900;margin:0 0 22px}.hero h1{font-size:clamp(48px,6.1vw,86px);line-height:.96;letter-spacing:-.07em;margin:0 0 26px;max-width:760px}.lead{font-size:clamp(23px,2.25vw,34px);line-height:1.35;font-weight:900;margin:0 0 22px;max-width:760px}.sub{font-size:20px;line-height:1.62;color:#f3f4f7;max-width:780px;margin:0 0 34px}.actions{display:flex;gap:14px;flex-wrap:wrap}.primary{background:var(--red);padding:18px 28px;color:#fff}.secondary{border:1px solid rgba(255,255,255,.28);padding:17px 27px;color:#fff}.phone{color:#c9ccd3;margin-top:22px}.brand-card{justify-self:center;width:min(430px,100%);background:linear-gradient(150deg,rgba(255,255,255,.13),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:34px;box-shadow:0 35px 80px rgba(0,0,0,.34)}.logo-card{background:#fff;border-radius:18px;padding:30px;display:flex;align-items:center;justify-content:center;min-height:205px}.logo-card img{max-width:100%;height:auto}.line{display:block;width:80px;height:4px;background:var(--red);margin:28px 0}.brand-card p{font-size:20px;line-height:1.5;color:#f2f2f2;margin:0}.section{padding:96px 0;background:var(--bg)}.dark-section{background:#0c0e13;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.section h2{font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.045em;margin:0 0 20px}.section p{font-size:18px;line-height:1.75;color:#cfd2d8}.section-title{max-width:780px;margin-bottom:42px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article,.steps div,.contact-box{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:28px}.cards span{color:#ff4152;font-weight:900}.cards h3,.steps h3{font-size:22px;margin:16px 0 8px}.cards p,.steps p{font-size:16px;margin:0;color:#cdd0d7}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--red);font-size:18px}.contact{background:linear-gradient(135deg,#08090d,#250308)}.contact-box h3{font-size:28px;margin:0 0 20px}.signature{font-weight:900;color:#fff!important}.floating{position:fixed;right:30px;bottom:24px;background:#18b955;color:#fff;font-weight:900;border-radius:999px;padding:18px 30px;box-shadow:0 20px 40px rgba(0,0,0,.25);z-index:20}@media(max-width:900px){.nav{height:auto;padding:15px 0;flex-wrap:wrap}.logo img{width:68px;height:50px}nav{order:3;width:100%;justify-content:center;gap:16px;flex-wrap:wrap;font-size:13px}.btn-top{padding:12px 18px}.hero-grid,.two-cols{grid-template-columns:1fr;gap:40px}.hero-grid{padding:48px 0 70px}.hero h1{font-size:48px}.brand-card{justify-self:start}.cards,.steps{grid-template-columns:1fr}.section{padding:70px 0}.floating{right:16px;bottom:16px;padding:14px 20px}}@media(max-width:520px){.hero h1{font-size:39px}.lead{font-size:22px}.sub{font-size:17px}.actions{display:grid}.primary,.secondary{width:100%}.brand-card{padding:20px}.logo-card{min-height:160px}.header nav a:nth-child(2),.header nav a:nth-child(3){display:none}}
