:root{
  --bg:#1f1f1f;
  --bg-soft:#252525;
  --surface:#ffffff;
  --surface-soft:#f6f7fb;
  --text:#222;
  --text-soft:#6e6e73;
  --text-inverse:#fff;
  --line:#e6e8ef;
  --line-dark:#2b2b31;
  --accent:#698cf0;
  --accent-strong:#86a3ff;
  --shadow:0 24px 60px rgba(0,0,0,.28);
  --serif:"Cormorant Garamond", Georgia, serif;
  --sans:"Montserrat","Open Sans",Arial,sans-serif;
  --radius:6px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}

.site-shell{}
.wrap{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
}

.site-header{
  position:relative;
  z-index:40;
  background:#1f1f1f;
  padding:34px 0 70px;
}
.header-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:32px;
}
.brand{
  display:inline-flex;
  align-items:center;
  gap:16px;
}
.brand-mark{
  width:210px;
  height:58px;
  background:url("/classic-assets/logo-old.png") center/contain no-repeat;
  flex:0 0 auto;
  font-size:0;
  color:transparent;
}
.brand-copy{
  display:none;
}
.top-contacts{
  display:flex;
  justify-content:flex-end;
  gap:46px;
  color:#ccc;
  padding-top:6px;
}
.top-contact{
  position:relative;
  padding-right:62px;
  text-align:right;
  font-size:15px;
  line-height:1.4;
}
.top-contact strong{
  display:block;
  color:#bdbdbd;
  font-weight:700;
}
.top-contact b{
  color:#fff;
}
.top-contact::after{
  content:"";
  position:absolute;
  top:-5px;
  right:0;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#1f1f1f;
  border:1px solid #292929;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.top-contact::before{
  position:absolute;
  top:11px;
  right:16px;
  z-index:1;
  color:var(--accent);
  font-size:18px;
  font-weight:700;
}
.top-contact--email::before{content:"✉"}
.top-contact--phone::before{content:"◔"}

.main-nav-wrap{
  position:absolute;
  left:0;
  right:0;
  bottom:-38px;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:26px;
  background:#fff;
  border-radius:4px;
  padding:22px 32px;
  box-shadow:0 8px 26px rgba(0,0,0,.12);
}
.main-nav a{
  color:#333;
  font-weight:700;
  font-size:15px;
}
.main-nav a.is-active,
.main-nav a:hover{
  color:var(--accent);
}
.nav-spacer{flex:1}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border:0;
  border-radius:4px;
  font-weight:700;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:var(--accent);
  color:#fff;
  box-shadow:0 12px 24px rgba(105,140,240,.28);
}
.btn-secondary{
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.28);
}
.btn-nav{
  min-height:46px;
  padding:0 22px;
}
.btn-full{width:100%}

.menu-toggle,
.mobile-nav{display:none}

.hero{
  position:relative;
  min-height:500px;
  padding:90px 0 60px;
  background:url("/classic-assets/dep.jpg") center/cover no-repeat;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.56);
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 460px;
  gap:34px;
  align-items:start;
}
.hero-copy{
  color:#fff;
  padding-top:60px;
}
.kicker{
  display:block;
  margin:0 0 14px;
  color:#fff;
  font-size:24px;
  line-height:1.2;
  font-family:var(--sans);
}
.hero-title{
  margin:0;
  color:#fff;
  font:700 clamp(1.9rem,3.5vw,3.2rem)/1.1 var(--sans);
  text-transform:uppercase;
}
.hero-title .accent{
  color:var(--accent);
}
.hero-phone{
  display:inline-block;
  margin-top:30px;
  color:#fff;
  font-size:34px;
  font-weight:700;
}
.hero-divider{
  width:54px;
  margin:24px 0 30px;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
}
.hero-arrow{
  position:absolute;
  left:380px;
  bottom:35px;
  width:220px;
  z-index:2;
  pointer-events:none;
}

.quote-form{
  position:relative;
  margin-top:40px;
  margin-right:50px;
  padding:54px 30px 36px;
  border-radius:3px;
  background:
    #fff url("/classic-assets/img02.jpg") no-repeat -460px -270px;
  box-shadow:var(--shadow);
}
.quote-form-heading{
  margin:0;
  color:#333;
  font:700 28px/1.1 var(--sans);
  text-align:center;
  text-transform:uppercase;
}
.quote-form-subtitle{
  display:block;
  margin:6px 0 34px;
  color:#9b9b9b;
  text-align:center;
}

.field{margin-bottom:18px}
.field input,
.field textarea{
  width:100%;
  min-height:56px;
  border:1px solid #eee;
  background:#f5f5f5;
  color:#444;
  padding:12px 22px;
  outline:none;
}
.field textarea{
  min-height:110px;
  resize:vertical;
}
.field input:focus,
.field textarea:focus{
  border-color:var(--accent);
}
.field label{display:none}

.consent-line{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#777;
  font-size:13px;
  line-height:1.55;
  margin-bottom:18px;
}
.consent-line input{
  margin-top:4px;
  width:16px;
  height:16px;
  flex:0 0 auto;
}
.consent-line a{
  color:var(--accent);
  text-decoration:underline;
}
.turnstile-wrap{
  min-height:66px;
  margin-bottom:18px;
}

.form-result{
  margin-top:18px;
  color:#666;
  font-size:14px;
  line-height:1.6;
}

.section{
  padding:90px 0;
  background:#fff;
}
.section-dark{
  color:#fff;
  background:#202020;
}
.section-heading{
  margin:0 0 18px;
  color:#222;
  font:700 42px/1.2 var(--sans);
  text-transform:uppercase;
}
.section-heading .accent{
  color:var(--accent);
}
.section-lead{
  max-width:760px;
  margin:0 auto;
  color:#6a6a70;
  font-size:16px;
  line-height:1.8;
}
.section-head{
  margin-bottom:44px;
  text-align:center;
}
.divider{
  display:inline-block;
  width:52px;
  height:6px;
  margin:18px 0 22px;
  background:url("/classic-assets/arrow.png") center/contain no-repeat;
  opacity:0;
}
.divider-line{
  width:70px;
  height:3px;
  margin:18px auto 22px;
  background:var(--accent);
}

.about-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:28px;
}
.about-box{
  padding:0 10px 0 0;
}
.about-num{
  display:block;
  margin-bottom:14px;
  color:var(--accent);
  font-size:44px;
  font-weight:700;
}
.about-title{
  display:block;
  margin-bottom:14px;
  color:#222;
  font-size:16px;
  font-weight:700;
  line-height:1.45;
  text-transform:uppercase;
}
.about-box p{
  margin:0;
  color:#666;
  line-height:1.8;
}

.counter-band{
  position:relative;
  padding:82px 0;
  text-align:center;
  background:url("/classic-assets/dep.jpg") center/cover no-repeat;
}
.counter-band::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.66);
}
.counter-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.counter-grid strong{
  display:block;
  margin-bottom:10px;
  color:var(--accent);
  font-size:52px;
  font-weight:700;
}
.counter-grid span{
  color:#fff;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.services-grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:44px;
  align-items:center;
}
.services-list{
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.services-list li{
  position:relative;
  padding:0 0 16px 26px;
  color:#666;
  line-height:1.8;
}
.services-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:11px;
  width:8px;
  height:8px;
  background:var(--accent);
  clip-path:polygon(0 0,100% 50%,0 100%);
}

.services-board{
  position:relative;
  min-height:560px;
  padding:28px;
  color:#fff;
  border-radius:3px;
  overflow:hidden;
  background:url("/classic-assets/dep.jpg") center/cover no-repeat;
}
.services-board::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.52);
}
.services-board ul{
  position:relative;
  z-index:1;
  display:grid;
  gap:18px;
  margin:0;
  padding:0;
  list-style:none;
}
.services-board li{
  padding:26px 22px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.24);
  text-transform:uppercase;
  line-height:1.6;
  color:var(--accent-strong);
  font-weight:700;
}

.prices{
  position:relative;
  background:url("/classic-assets/img02.jpg") center/cover no-repeat;
}
.prices::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.88);
}
.prices .wrap{
  position:relative;
  z-index:1;
}
.price-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.price-card{
  background:#fff;
  border:1px solid #ebedf4;
  border-radius:3px;
  padding:34px 28px 30px;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
}
.price-card h3{
  margin:0 0 12px;
  color:#333;
  font:700 18px/1.45 var(--sans);
  text-transform:uppercase;
}
.price-value{
  display:block;
  color:var(--accent);
  font-size:36px;
  font-weight:700;
  margin-bottom:22px;
}
.price-card p{
  min-height:72px;
  color:#777;
  line-height:1.75;
}

.reviews-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:28px;
}
.review-panel{
  background:#fff;
  border:1px solid #eceff5;
  border-radius:3px;
  padding:30px;
  box-shadow:0 12px 24px rgba(0,0,0,.05);
}
.review-panel h3{
  margin:0 0 14px;
  font:700 20px/1.4 var(--sans);
  color:#333;
}
.review-panel p{
  color:#777;
  line-height:1.8;
}
.review-panel iframe{
  width:100%;
  min-height:280px;
  border:0;
}

.inner-hero{
  position:relative;
  padding:140px 0 90px;
  background:url("/classic-assets/dep.jpg") center/cover no-repeat;
}
.inner-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
}
.inner-hero .wrap{
  position:relative;
  z-index:1;
}
.inner-hero .kicker{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
}
.inner-hero h1{
  margin:0;
  max-width:10ch;
  color:#fff;
  font:700 clamp(2.7rem,5vw,4.4rem)/1.06 var(--sans);
  text-transform:uppercase;
}

.content-stack{
  display:grid;
  gap:24px;
}
.content-card{
  background:#fff;
  border:1px solid #eceff5;
  border-radius:3px;
  padding:32px 30px;
  box-shadow:0 12px 24px rgba(0,0,0,.05);
}
.content-card h2,
.content-card h3{
  margin:0 0 14px;
  color:#333;
  font:700 28px/1.28 var(--sans);
  text-transform:uppercase;
}
.content-card p,
.content-card li{
  color:#666;
  line-height:1.85;
}
.content-card ul{
  margin:0;
  padding-left:18px;
}

.results-list,
.price-list{
  display:grid;
  gap:16px;
}
.result-row,
.price-row{
  display:grid;
  grid-template-columns:220px 1fr 190px;
  gap:24px;
  align-items:center;
  padding:24px 28px;
  background:#fff;
  border:1px solid #eceff5;
  border-radius:3px;
  box-shadow:0 12px 24px rgba(0,0,0,.05);
}
.result-ref{
  color:var(--accent);
  font-weight:700;
}
.result-value,
.price-row .price-value{
  justify-self:end;
  padding:14px 18px;
  min-width:140px;
  text-align:center;
  border:1px solid #e2e7fa;
  background:#f8faff;
  color:var(--accent);
  font-size:18px;
  font-weight:700;
}
.price-row strong{
  display:block;
  margin-bottom:6px;
  color:#333;
  font-size:18px;
}
.price-row p{
  margin:0;
  color:#666;
}

.consultation-block{
  padding:90px 0;
  background:#1f1f1f;
}
.consultation-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 460px;
  gap:34px;
  align-items:center;
}
.consultation-copy{
  color:#fff;
}
.consultation-copy h2{
  margin:0 0 18px;
  max-width:12ch;
  color:#fff;
  font:700 clamp(2.5rem,4.6vw,4.3rem)/1.06 var(--sans);
}
.consultation-copy p{
  max-width:560px;
  color:#cfcfd4;
  font-size:17px;
  line-height:1.8;
}
.consultation-form-card{
  padding:34px 28px;
  border-radius:3px;
  background:#fff;
  box-shadow:var(--shadow);
}

.site-footer{
  background:#1f1f1f;
  color:#ccc;
  padding:24px 0 34px;
  border-top:1px solid #292929;
}
.footer-grid{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:34px;
  align-items:flex-start;
}
.footer-title{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
}
.footer-links{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-links li + li{margin-top:8px}
.footer-text{
  margin:16px 0 0;
  color:#bdbdbd;
}

.cookie-bar{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 22px;
  background:#fff;
  border-radius:4px;
  box-shadow:0 20px 40px rgba(0,0,0,.18);
}
.cookie-copy{
  color:#666;
  font-size:14px;
  line-height:1.6;
}
.cookie-copy a{color:var(--accent);text-decoration:underline}
.btn-cookie{min-height:46px}

.honeypot{position:absolute;left:-9999px}

@media (max-width: 1100px){
  .main-nav{
    gap:18px;
    padding:20px 24px;
  }
  .hero-grid,
  .consultation-grid,
  .services-grid,
  .reviews-grid{
    grid-template-columns:1fr;
  }
  .hero-copy{
    padding-top:40px;
    padding-bottom:0;
  }
  .hero-arrow{display:none}
  .about-grid,
  .counter-grid,
  .price-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 840px){
  .site-header{
    padding:18px 0 20px;
  }
  .header-row{
    align-items:center;
  }
  .brand-mark{
    width:164px;
    height:46px;
  }
  .top-contacts,
  .main-nav-wrap{
    display:none;
  }
  .menu-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    border:1px solid rgba(255,255,255,.22);
    background:transparent;
    border-radius:4px;
  }
  .menu-toggle span{
    display:block;
    width:18px;
    height:2px;
    margin:2px 0;
    background:#fff;
  }
  .mobile-nav{
    display:none;
    padding-top:16px;
  }
  .mobile-nav.open{
    display:grid;
    gap:10px;
  }
  .mobile-nav a{
    color:#fff;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,.08);
    font-weight:600;
  }
  .hero{
    min-height:calc(100svh - 64px);
    min-height:calc(100dvh - 64px);
    padding:0;
    display:flex;
    align-items:stretch;
  }
  .hero-grid{
    min-height:inherit;
    align-items:flex-end;
    padding-bottom:clamp(70px,12svh,120px);
    padding-top:20px;
  }
  .hero-title{
    font-size:2.6rem;
  }
  .hero-phone{
    font-size:28px;
  }
  .quote-form{
    margin-top:10px;
  }
  .result-row,
  .price-row{
    grid-template-columns:1fr;
    gap:12px;
  }
  .result-value,
  .price-row .price-value{
    justify-self:start;
  }
  .cookie-bar{
    left:12px;
    right:12px;
    bottom:12px;
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 640px){
  .wrap{
    width:min(100% - 24px,1180px);
  }
  .about-grid,
  .counter-grid,
  .price-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .hero-copy,
  .consultation-copy{
    text-align:left;
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .hero .btn,
  .consultation-block .btn{
    width:100%;
  }
  .section{
    padding:64px 0;
  }
  .consultation-block{
    padding:64px 0;
  }
  .inner-hero{
    padding:84px 0 56px;
  }
  .inner-hero h1{
    font-size:2.25rem;
  }
}

/* ════════════════════════════════
   ANIMATIONS
   ════════════════════════════════ */

/* Scroll-reveal */
.will-animate{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .55s ease, transform .55s ease;
}
.will-animate.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* Hero copy slide-in from left */
.hero-copy--animate{
  animation:heroSlideIn .7s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes heroSlideIn{
  from{opacity:0;transform:translateX(-32px)}
  to{opacity:1;transform:translateX(0)}
}

/* Quote form slide-in from right */
.quote-form--animate{
  animation:formSlideIn .75s .18s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes formSlideIn{
  from{opacity:0;transform:translateX(32px)}
  to{opacity:1;transform:translateX(0)}
}

/* Sticky header shadow */
.site-header.is-scrolled{
  box-shadow:0 4px 24px rgba(0,0,0,.28);
}

/* Кнопки — ripple-эффект */
.btn{
  position:relative;
  overflow:hidden;
}
.btn::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.12);
  opacity:0;
  transition:opacity .25s;
  border-radius:inherit;
}
.btn:hover::after{
  opacity:1;
}
.btn:active{
  transform:scale(.97);
}

/* Счётчики — пульс при появлении */
.counter-item.is-visible .counter-num{
  animation:countPop .5s cubic-bezier(.22,.68,0,1.3) both;
}
@keyframes countPop{
  from{transform:scale(.7);opacity:0}
  to{transform:scale(1);opacity:1}
}

/* About-box — лёгкий сдвиг с задержкой по индексу */
.about-box.will-animate:nth-child(1){transition-delay:.05s}
.about-box.will-animate:nth-child(2){transition-delay:.13s}
.about-box.will-animate:nth-child(3){transition-delay:.21s}
.about-box.will-animate:nth-child(4){transition-delay:.29s}

/* Price-card hover lift */
.price-card{
  transition:transform .22s ease, box-shadow .22s ease;
}
.price-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 40px rgba(105,140,240,.18);
}

/* Nav link underline slide */
.main-nav a{
  position:relative;
}
.main-nav a::after{
  content:"";
  position:absolute;
  left:0;bottom:-3px;
  height:2px;width:0;
  background:var(--accent);
  transition:width .22s ease;
}
.main-nav a:hover::after,
.main-nav a.is-active::after{
  width:100%;
}

/* Result-row hover */
.result-row{
  transition:background .18s;
}
.result-row:hover{
  background:#f0f3ff;
}


.consult-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}
.btn-consult{min-height:52px;font-size:12px;padding:0 12px;justify-content:center}
.btn-chat-submit{background:#27ae60;color:#fff;box-shadow:0 8px 20px rgba(39,174,96,.28);border-radius:4px;border:0;font-weight:700;font-family:inherit;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s,opacity .18s}
.btn-chat-submit:hover{transform:translateY(-1px);opacity:.92}
@media(max-width:480px){.consult-btns{grid-template-columns:1fr}}

/* Стрелка с подписью */
.hero-arrow-wrap {
  position: absolute;
  left: 380px;
  bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.hero-arrow-wrap .hero-arrow {
  position: static;
  width: 180px;
}
.hero-arrow-label {
  color: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em;
  padding-left: 4px;
  max-width: 200px;
  line-height: 1.4;
}
@media(max-width:1100px){
  .hero-arrow-wrap { display: none; }
}

/* Мобильная версия — скрываем форму, используем виджет */
@media (max-width: 768px) {
  .quote-form {
    display: none;
  }
  .hero-copy {
    padding-top: 20px;
  }
}



/* Форма на мобильном при показе через виджет */
@media (max-width: 768px) {
  .quote-form.mobile-shown {
    position: relative !important;
    margin: 0 16px 32px !important;
    margin-right: 0 !important;
    width: calc(100% - 32px) !important;
    border-radius: 12px !important;
    padding: 32px 20px 28px !important;
  }
}

/* Модальный оверлей для мобильной формы */
@media (max-width: 768px) {
  .cw-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: cwFadeIn .2s ease;
  }
  @keyframes cwFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .cw-modal-overlay .quote-form {
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 420px !important;
    border-radius: 16px !important;
    padding: 32px 24px 28px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,.3) !important;
    max-height: 90vh;
    overflow-y: auto;
    animation: cwSlideUp .25s cubic-bezier(.22,.68,0,1.2);
  }
  @keyframes cwSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }
  .cw-modal-close {
    position: absolute;
    top: 12px; right: 12px;
    width: 32px; height: 32px;
    border-radius: 50%;
    background: #f0f0f0;
    border: 0; cursor: pointer;
    font-size: 16px; line-height: 1;
    display: flex; align-items: center; justify-content: center;
    color: #666;
  }
}

/* Модальное окно онлайн-консультации на мобильном */
@media (max-width: 768px) {
  .cw-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9990;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* Тот же фон что у hero */
    background: url("/classic-assets/dep.jpg") center/cover no-repeat fixed;
    animation: cwFadeIn .25s ease;
  }
  .cw-modal-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15,20,40,.55);
  }
  @keyframes cwFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  .cw-modal-overlay .quote-form {
    display: block !important;
    position: relative !important;
    z-index: 1;
    margin: 0 !important;
    width: 100% !important;
    max-width: 420px !important;
    border-radius: 16px !important;
    padding: 36px 24px 28px !important;
    box-shadow: 0 16px 48px rgba(0,0,0,.4) !important;
    max-height: 85vh;
    overflow-y: auto;
    animation: cwSlideUp .3s cubic-bezier(.22,.68,0,1.2);
  }
  @keyframes cwSlideUp {
    from { transform: translateY(40px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }
  .cw-modal-close {
    position: absolute;
    top: 12px; right: 12px;
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #f0f0f5;
    border: 0; cursor: pointer;
    font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    color: #555; z-index: 2;
  }
}
