﻿html,body{background:var(--black);color:var(--white);font-family:"Open Sans",Arial,sans-serif}.lead-page{min-height:100svh}.container{width:min(100% - 80px,var(--container-width));margin-inline:auto}.lead-hero{position:relative;min-height:72svh;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.7) 45%,rgba(0,0,0,.58)),url("/action/assets/images/hero-bg.jpg") center/cover no-repeat;border-bottom:1px solid rgba(255,255,255,.08)}.lead-header{height:clamp(78px,8svh,100px);display:flex;align-items:center;justify-content:flex-start;gap:12px;border-bottom:1px solid rgba(255,255,255,.14)}.logo{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;flex:0 0 auto}.logo__icon{width:54px;height:54px}.logo__title{display:block;font-size:20px;line-height:1;font-weight:900}.logo__subtitle{display:block;margin-top:5px;font-size:10px;line-height:1.25;color:var(--gray-text)}.header-nav{display:flex;gap:clamp(22px,2.4vw,44px)}.header-nav a,.header-phone,.header-cta{color:#fff;text-decoration:none;font-size:14px;font-weight:700}.header-nav a{text-transform:uppercase}.header-nav a:hover{color:var(--yellow)}.header-estimate,.header-phone,.header-cta{display:flex;align-items:center;gap:10px;white-space:nowrap}.header-phone{height:44px;margin-left:auto;padding:0 14px;font-size:15px}.header-estimate img,.header-phone img,.header-cta img{width:26px;height:26px}.header-estimate strong{color:var(--yellow)}.header-cta{height:44px;padding:0 16px;border-radius:5px;background:var(--yellow);color:#000}.lead-hero__grid{min-height:calc(72svh - 100px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:clamp(42px,5vw,88px);align-items:center;padding:clamp(34px,4.8svh,64px) 0}.hero-title{font-size:clamp(68px,6.7vw,112px);line-height:.94;font-weight:900;letter-spacing:-.035em}.hero-title span{display:block}.hero-title .accent{color:var(--yellow)}.hero-subtitle{margin-top:20px;font-size:clamp(24px,1.8vw,32px)}.object-types{margin-top:30px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.object-type{display:flex;align-items:center;gap:10px;color:var(--gray-text);font-size:16px;font-weight:600}.object-type img{width:32px;height:32px}.object-types i{width:5px;height:5px;border-radius:50%;background:var(--yellow)}.estimate-badge{margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:clamp(8px,1.6vw,16px);width:100%;max-width:min(510px,100%)}.estimate-badge>span{min-width:0;width:100%;height:1px;background:var(--border-yellow)}.estimate-badge>div{display:flex;align-items:center;justify-self:center;gap:13px;font-size:clamp(18px,1.4vw,24px);font-weight:900;white-space:nowrap}.estimate-badge img{width:36px}.estimate-badge strong{color:var(--yellow)}.hero-actions{margin-top:30px;display:flex;gap:20px;flex-wrap:wrap}.btn{height:66px;padding:0 30px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:14px;border:0;font-weight:900;text-decoration:none;cursor:pointer;transition:background var(--transition-fast),transform 120ms ease}.btn img{width:27px;height:27px}.btn--primary{min-width:330px;background:var(--yellow);color:#000;font-size:18px}.btn--primary:hover{background:var(--yellow-hover);transform:translateY(-1px)}.btn--phone{min-width:310px;border:1px solid var(--border-yellow);color:#fff;font-size:21px;background:rgba(0,0,0,.25)}.btn--phone:hover{background:rgba(246,194,26,.08)}.lead-form-card{width:100%;max-width:430px;justify-self:end;padding:clamp(28px,2.8vw,40px);border:1px solid var(--border-soft);border-radius:14px;background:rgba(16,16,16,.94);box-shadow:0 24px 80px rgba(0,0,0,.35)}.lead-form-card h2{text-align:center;font-size:clamp(26px,1.9vw,34px);font-weight:900}.lead-form-card__text{margin-top:14px;text-align:center;color:var(--gray-text);font-size:16px;line-height:1.45}.lead-form{margin-top:24px;display:grid;gap:14px}.form-field{position:relative;display:flex;align-items:center;height:58px;border:1px solid var(--border-dark);border-radius:7px;background:rgba(17,17,17,.92)}.form-field:focus-within{border-color:var(--yellow)}.form-field>img{width:22px;height:22px;margin-left:18px;opacity:.55}.form-field input,.form-field select{width:100%;height:100%;padding:0 18px;border:0;outline:0;background:transparent;color:#fff}.form-field select{appearance:auto}.form-field option{background:#111}.form-field.is-invalid{border-color:var(--error)}.form-submit{width:100%;min-width:0;height:58px;margin-top:4px}.form-status{min-height:18px;color:var(--error);font-size:13px;text-align:center}.form-status.is-success{color:var(--yellow)}.form-note{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--gray-text);font-size:13px;line-height:1.35;text-align:center}.form-note img{width:18px}.contacts-section{min-height:28svh;padding:clamp(22px,3.2svh,34px) 0 18px;background:var(--black)}.contacts-title{text-align:center;font-size:clamp(21px,1.6vw,28px)}.contacts-grid{margin:clamp(22px,2.5svh,30px) auto 0;display:grid;grid-template-columns:repeat(3,1fr);max-width:1050px}.contact-item{min-height:110px;padding:0 26px;display:flex;flex-direction:column;align-items:center;color:#fff;text-decoration:none;text-align:center}.contact-item:not(:last-child){border-right:1px solid rgba(255,255,255,.18)}.contact-item img{height:45px;margin-bottom:12px}.contact-item span{color:var(--gray-text);font-size:16px}.contact-item strong{margin-top:5px;font-size:16px}.contact-item:hover img{transform:scale(1.06)}.geo{margin-top:18px;display:flex;justify-content:center;align-items:center;gap:10px;color:var(--gray-text);font-size:17px}.geo img{width:22px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}[aria-disabled="true"]{cursor:default}
@media(max-width:1400px){.container{width:min(100% - 64px,1240px)}.lead-header{gap:12px}.header-nav{gap:20px}.header-nav a,.header-estimate{font-size:12px}.header-phone,.header-cta{font-size:13px}.lead-hero__grid{gap:42px}.hero-title{font-size:74px}.btn--primary{min-width:290px}.btn--phone{min-width:275px}}
@media(max-height:820px) and (min-width:768px){.lead-hero__grid{padding:24px 0}.hero-title{font-size:64px}.hero-subtitle{margin-top:12px;font-size:24px}.object-types,.estimate-badge,.hero-actions{margin-top:18px}.btn{height:54px}.lead-form-card{padding:24px}.lead-form-card__text{margin-top:9px}.lead-form{margin-top:16px;gap:10px}.form-field,.form-submit{height:50px}.contacts-section{padding:18px 0 10px}.contacts-grid{margin-top:15px}.contact-item{min-height:82px}.contact-item img{height:34px;margin-bottom:7px}.geo{margin-top:8px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}


