:root{
  --bg:#050708;
  --bg2:#080b0d;
  --panel:#0b0f12;
  --panel2:#0e1317;
  --line:#20272c;
  --line2:#293137;
  --red:#ff1422;
  --red-dark:#a6000c;
  --text:#fff;
  --muted:#aeb5ba;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Montserrat",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(calc(100% - 44px),var(--max));margin:0 auto}

.site-header{height:64px;position:sticky;top:0;z-index:50;background:rgba(6,9,11,.97);border-bottom:1px solid #1b2227;backdrop-filter:blur(14px)}
.header-inner{height:64px;display:flex;align-items:center;gap:24px}
.header-logo{width:92px;flex:0 0 auto;overflow:hidden}
.header-logo img{width:92px;height:46px;object-fit:contain}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:30px;height:100%}
.main-nav a{height:100%;display:grid;place-items:center;position:relative;font-size:11px;font-weight:700;color:#f0f1f2;white-space:nowrap}
.main-nav a:hover,.main-nav a.active{color:var(--red)}
.main-nav a.active:after{content:"";position:absolute;bottom:13px;left:0;width:33px;height:2px;background:var(--red)}
.header-actions{display:flex;align-items:center;gap:14px;margin-left:6px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:5px;border:1px solid transparent;font-size:11px;font-weight:800;line-height:1;transition:.2s ease;white-space:nowrap}
.button:hover{transform:translateY(-1px);filter:brightness(1.08)}
.button-red{background:linear-gradient(135deg,#b3000e,#ff1522);border-color:#ff2632;color:white;box-shadow:0 8px 24px rgba(255,20,34,.17)}
.header-quote{height:42px;padding:0 17px}
.phone-block{display:flex;align-items:center;gap:8px;font-size:10px;color:#fff;white-space:nowrap}
.phone-block .phone-icon{color:var(--red);font-size:19px}.phone-block strong,.phone-block small{display:block}.phone-block strong{font-size:11px}.phone-block small{margin-top:2px;color:#7f878d;font-size:8px;font-weight:500}
.mobile-toggle{display:none;margin-left:auto;background:none;color:#fff;border:0;font-size:25px;cursor:pointer}

.hero{background:radial-gradient(circle at 41% 6%,rgba(179,0,14,.11),transparent 30%),#020304;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:402px;padding:0}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:20px 34px 24px 0;min-width:0}
.hero-brand{width:470px;max-width:100%;margin:0 auto 13px;mix-blend-mode:screen}
.trust-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:2px 0 20px;font-size:8px;font-weight:600;color:#eef0f1}
.trust-list span{display:flex;align-items:center;justify-content:center;gap:6px;line-height:1.2;text-align:left}.trust-list b{color:var(--red);font-size:12px}
.hero-actions{display:flex;gap:13px;justify-content:flex-start}
.button-lg{min-height:44px;padding:0 18px;font-size:10px}
.button-outline{background:#080b0d;border-color:#4b555c;color:#fff}
.hero-right{height:402px;overflow:hidden;position:relative}
.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-right:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,#020304 0%,rgba(2,3,4,.68) 9%,rgba(2,3,4,0) 34%)}

.service-bar{background:linear-gradient(180deg,#0d1114,#090c0e);border-bottom:1px solid var(--line)}
.service-grid{display:grid;grid-template-columns:repeat(6,1fr);min-height:100px;align-items:center}
.service-item{text-align:center;position:relative;padding:15px 8px}
.service-item:not(:last-child):after{content:"";position:absolute;right:0;top:19px;bottom:19px;width:1px;background:#7c141b}
.service-item svg{display:block;width:33px;height:33px;margin:0 auto 5px;fill:none;stroke:var(--red);stroke-width:3;stroke-linejoin:round;stroke-linecap:round}
.service-item h3{font-size:10px;margin:5px 0 0;min-height:24px;display:flex;align-items:center;justify-content:center}
.service-item i{display:block;width:22px;height:2px;background:var(--red);margin:5px auto 0}

.section{padding:28px 0;border-bottom:1px solid var(--line)}
.eyebrow{margin:0 0 6px;color:var(--red);font-size:10px;font-weight:900;letter-spacing:3px}
.section h2{margin:0;font-size:25px;line-height:1.05;letter-spacing:.1px}.section h2 span{color:var(--red)}
.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:55px}
.about-copy h3{font-size:18px;letter-spacing:3px;line-height:1.18;font-weight:500;margin:10px 0 13px}
.body-copy{font-size:11px;line-height:1.7;color:#cbd0d3;max-width:545px;margin:0}
.mini-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
.mini-benefits>div{display:flex;align-items:center;gap:8px}.benefit-icon{color:var(--red);font-size:22px;line-height:1}.mini-benefits b{font-size:8px;line-height:1.25}
.about-visual{border-radius:5px;overflow:hidden;border:1px solid #343a3f;box-shadow:0 14px 36px rgba(0,0,0,.3)}
.about-visual img{width:100%;aspect-ratio:2.16/1;object-fit:cover}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:13px}.text-link{font-size:9px;font-weight:600;color:#e7eaec;white-space:nowrap}.text-link b{color:var(--red);margin-left:6px}
.project-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.project-card{position:relative;background:#0a0d0f;border:1px solid #272e33;border-radius:5px;overflow:hidden;min-width:0}
.project-card img{width:100%;aspect-ratio:1.8/1;object-fit:cover}
.project-card>div{position:absolute;left:0;right:0;bottom:0;padding:26px 9px 8px;background:linear-gradient(transparent,rgba(0,0,0,.9));font-size:9px}.project-card b,.project-card small{display:block}.project-card small{font-size:7px;color:#b7bec2;margin-top:2px}

.values-section{padding-top:20px;padding-bottom:22px}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.value-grid article{background:linear-gradient(145deg,#0e1215,#080b0d);border:1px solid #2a3237;border-radius:5px;padding:15px 17px;display:flex;align-items:flex-start;gap:14px;min-height:84px}
.value-icon{font-size:31px;color:var(--red);line-height:1}.value-grid h3{font-size:11px;margin:0 0 7px}.value-grid p{font-size:8px;line-height:1.45;color:#aeb5b9;margin:0}

.quote-strip{position:relative;overflow:hidden;background:linear-gradient(90deg,#96000c,#da0c19 50%,#920009);border-top:1px solid #ed1724;border-bottom:1px solid #ed1724}
.quote-strip:before{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(135deg,transparent 0 45%,#fff 46% 47%,transparent 48% 100%);background-size:90px 90px}
.quote-inner{position:relative;z-index:1;min-height:102px;display:flex;justify-content:space-between;align-items:center;gap:34px}
.quote-title{display:flex;align-items:center;gap:18px}.doc-icon{font-size:46px;line-height:1}.quote-title p{margin:0 0 5px;font-size:9px;font-weight:900;letter-spacing:3px}.quote-title h2{font-size:24px;margin:0}.quote-title span{display:block;margin-top:5px;font-size:9px}
.quote-cta{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:315px}.button-white{background:#fff;color:#d10b17;padding:13px 20px;font-size:10px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.quote-points{display:flex;gap:13px;justify-content:center;font-size:7px;font-weight:700}.quote-points span:before{color:#fff}

.reviews-section{padding-top:20px;padding-bottom:18px}.reviews-head{align-items:center}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.review-card{background:linear-gradient(145deg,#101417,#090c0e);border:1px solid #2c3439;border-radius:5px;padding:14px 16px;min-height:105px}.stars{color:#ffd100;font-size:13px;letter-spacing:2px}.review-card p{font-size:9px;line-height:1.45;color:#e2e4e5;margin:8px 0 12px}.reviewer{display:flex;align-items:center;gap:9px}.avatar{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#d9dde0;color:#151719;font-size:8px;font-weight:900}.reviewer b,.reviewer small{display:block}.reviewer b{font-size:8px}.reviewer small{font-size:7px;color:#858d92;margin-top:3px}

.footer{background:#060809}.footer-main{min-height:72px;display:flex;align-items:center;gap:27px}.footer-logo img{width:82px;height:44px;object-fit:contain}.footer-nav{display:flex;gap:24px;margin-left:auto}.footer-nav a{font-size:8px;font-weight:700}.footer-nav a.active{color:var(--red)}.socials{display:flex;gap:16px;align-items:center}.socials a{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;font-size:10px;font-weight:800}.footer-phone{padding-left:21px;border-left:1px solid #5b1116;display:flex;align-items:center;gap:9px}.footer-phone>span{color:var(--red);font-size:18px}.footer-phone b,.footer-phone small{display:block}.footer-phone b{font-size:10px}.footer-phone small{font-size:7px;color:#7f878c;margin-top:2px}.footer-bottom{border-top:1px solid #1b2226;padding:13px 0 17px;color:#757e84;display:flex;justify-content:space-between;font-size:7px}

@media(max-width:1020px){
  .main-nav{gap:18px}.main-nav a{font-size:9px}.phone-block{display:none}.header-quote{padding:0 12px}
  .hero-brand{width:410px}.trust-list{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:1.05fr .95fr}
  .about-grid{gap:28px}.project-grid{grid-template-columns:repeat(3,1fr)}.project-card:nth-child(n+4){display:none}
  .footer-nav{display:none}.value-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .site-header,.header-inner{height:58px}.header-logo img{height:41px}.mobile-toggle{display:block}.main-nav{position:absolute;top:58px;left:0;right:0;background:#080b0d;border-bottom:1px solid #222;display:none;flex-direction:column;gap:0;height:auto;padding:8px 20px 15px}.main-nav.open{display:flex}.main-nav a{width:100%;height:42px;display:flex;justify-content:flex-start}.main-nav a.active:after{bottom:4px}.header-actions{display:none}
  .hero-grid{grid-template-columns:1fr}.hero-left{padding:22px 0 24px}.hero-brand{width:420px}.hero-right{height:340px}.hero-actions{justify-content:center}.trust-list{font-size:8px}.service-grid{grid-template-columns:repeat(3,1fr)}.service-item:nth-child(3):after{display:none}.service-item:nth-child(-n+3){border-bottom:1px solid #241015}
  .about-grid{grid-template-columns:1fr}.about-copy{text-align:center}.body-copy{margin-left:auto;margin-right:auto}.mini-benefits{max-width:520px;margin-left:auto;margin-right:auto}.about-visual{max-width:620px;margin:0 auto;width:100%}
  .project-grid{grid-template-columns:repeat(2,1fr)}.project-card:nth-child(n+5){display:none}.value-grid{grid-template-columns:1fr 1fr}.quote-inner{padding:20px 0;display:block;text-align:center}.quote-title{justify-content:center}.quote-cta{min-width:0;max-width:430px;margin:17px auto 0}.reviews-grid{grid-template-columns:1fr}.footer-main{flex-wrap:wrap;justify-content:center;padding:15px 0}.footer-phone{border:0;padding-left:0}.footer-bottom{gap:10px;flex-direction:column;text-align:center}
}
@media(max-width:480px){
  .container{width:min(calc(100% - 26px),var(--max))}.hero-brand{width:100%}.hero-right{height:285px}.hero-actions{flex-direction:column}.button-lg{width:100%}.trust-list{grid-template-columns:1fr 1fr;gap:10px 8px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-item:nth-child(3):after{display:block}.service-item:nth-child(even):after{display:none}.section h2{font-size:22px}.about-copy h3{font-size:15px}.mini-benefits{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:1fr}.project-card:nth-child(n+4){display:none}.value-grid{grid-template-columns:1fr}.quote-title{display:block}.doc-icon{margin-bottom:8px}.quote-title h2{font-size:20px}.quote-points{flex-wrap:wrap}.section-head{align-items:flex-start;flex-direction:column}.text-link{align-self:flex-end}.footer-logo{width:100%;display:flex;justify-content:center}.socials{order:3;width:100%;justify-content:center}
}
