.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background-color:#0A0E0F;
}
/* фото — через псевдоэлемент, не трогает дочерние элементы */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:url(/images/hero-building.jpg);
  background-position:right center;
  background-size:cover;
  background-repeat:no-repeat;
}
/* градиент сверху псевдоэлемента */
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to bottom, rgba(8,10,11,1) 0%, rgba(8,10,11,.7) 8%, rgba(8,10,11,0) 22%),
    linear-gradient(to right, #0A0E0F 0%, #0A0E0F 28%, rgba(10,14,15,.8) 38%, rgba(10,14,15,.3) 52%, rgba(10,14,15,0) 65%);
}
/* все прямые дочерние поверх псевдоэлементов */
.hero-body{
  position:relative;
  z-index:2;
}
.hero-body{
  flex:1;
  display:flex;
  align-items:center;
  padding-top:var(--nav-h);
}
.hero-body .container{display:block;width:100%}
.hero-copy{max-width:560px;margin-left:0}
.hero-copy .eyebrow{justify-content:flex-start;margin-bottom:28px}
.hero-copy h1{font-size:clamp(32px,3.8vw,58px);line-height:1.02;color:#fff;text-align:left;font-weight:800;text-transform:uppercase}
.hero-copy .sub{font-size:17px;line-height:1.6;color:#C8CECE;max-width:400px;margin:22px 0 36px;text-align:left}
.hero-copy .cta{display:flex;align-items:center;gap:28px;flex-wrap:wrap}


.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}


.services-block{background:var(--bg2)}
.srv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);margin-top:48px}
.srv-item{background:var(--bg2);padding:36px 28px;transition:background .3s}
.srv-item:hover{background:var(--surface)}
.srv-icon{width:56px;height:56px;margin-bottom:24px;color:var(--gold)}
.srv-icon svg{width:100%;height:100%}
.srv-item h3{font-size:14px;letter-spacing:1.5px;margin-bottom:14px;color:#fff}
.srv-item p{color:var(--muted);font-size:14px;line-height:1.6}
@media(max-width:768px){.srv-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.srv-grid{grid-template-columns:1fr}}

/* ===== ПОЧЕМУ МЫ ===== */
.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:48px;margin-top:48px}
.why-item{text-align:left}
.why-icon{width:48px;height:48px;margin-bottom:20px;color:var(--gold)}
.why-icon svg{width:100%;height:100%}
.why-item h3{font-size:13px;letter-spacing:1.5px;margin-bottom:10px;color:#fff}
.why-item p{color:var(--muted);font-size:13px;line-height:1.6}
@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);gap:32px}}
@media(max-width:480px){.why-grid{grid-template-columns:1fr}}

/* ===== ПРОЕКТЫ ===== */
.proj-section{background:var(--bg)}
.proj-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px}
.proj-head-left p{color:var(--muted);margin-top:12px;font-size:15px;max-width:480px}
.proj-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line)}
.proj-card{background:var(--bg2);overflow:hidden;cursor:pointer;transition:background .3s}
.proj-card:hover{background:var(--surface)}
.proj-card-img{overflow:hidden;aspect-ratio:3/2}
.proj-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s;display:block}
.proj-card:hover .proj-card-img img{transform:scale(1.06)}
.proj-card-info{padding:18px 20px 22px}
.proj-card-info h4{font-size:13px;letter-spacing:1px;color:#fff;margin-bottom:6px;text-transform:uppercase}
.proj-card-info span{font-size:12px;color:var(--muted)}
@media(max-width:900px){.proj-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.proj-grid{grid-template-columns:1fr}}


/* ===== БЛОК УСЛУГ ===== */
.svc-new-section{background:var(--bg)}
.svc-new-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}
.svc-new-head h2{font-size:clamp(28px,3.2vw,48px)}
.svc-new-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
.snc{position:relative;overflow:hidden;display:block;text-decoration:none;background:var(--bg2)}
.snc-img{overflow:hidden;aspect-ratio:16/10}
.snc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .4s;filter:brightness(.75);display:block}
.snc:hover .snc-img img{transform:scale(1.05);filter:brightness(.55)}
.snc-body{padding:24px 26px 28px;position:relative}
.snc-body::before{content:"";position:absolute;top:0;left:26px;right:26px;height:1px;background:var(--line)}
.snc:hover .snc-body::before{background:var(--gold);opacity:.4}
.snc-num{font-family:var(--display);font-size:11px;font-weight:700;letter-spacing:3px;color:var(--gold);opacity:.7;margin-bottom:10px}
.snc-title{font-family:var(--display);font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.3px;line-height:1.25;margin-bottom:10px;transition:color .3s}
.snc:hover .snc-title{color:var(--gold-1)}
.snc-desc{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:18px}
.snc-foot{display:flex;align-items:center;justify-content:space-between}
.snc-price{font-family:var(--display);font-weight:700;font-size:14px;color:var(--gold)}
.snc-price small{display:block;font-size:9px;color:var(--muted-2);font-weight:500;letter-spacing:1.5px;margin-bottom:3px;text-transform:uppercase}
.snc-arrow{width:32px;height:32px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}
.snc:hover .snc-arrow{background:var(--gold);border-color:var(--gold)}
.snc:hover .snc-arrow svg{stroke:#0A0E0F}
@media(max-width:900px){.svc-new-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.svc-new-grid{grid-template-columns:1fr}.svc-new-head{flex-direction:column;align-items:flex-start}}


.why-section{background:var(--bg)}

/* Верхний блок: заголовок + фото */
.why-hero{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:420px}
.why-hero-text{padding:64px 56px;display:flex;flex-direction:column;justify-content:center;background:var(--bg2)}
.why-hero-text .eyebrow{margin-bottom:20px}
.why-hero-text h2{font-size:clamp(28px,3.2vw,48px);line-height:1.05}
.why-hero-text h2 span{color:var(--gold)}
.why-hero-text p{color:var(--muted);font-size:15px;line-height:1.7;margin-top:20px;max-width:400px}
.why-hero-img{overflow:hidden}
.why-hero-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}

/* Сетка 4 пункта */
.why-four{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}
.why-four-item{background:var(--bg2);padding:44px 48px;display:flex;gap:24px}
.why-four-item:hover{background:var(--surface)}
.wfi-icon{width:48px;height:48px;flex-shrink:0;color:var(--gold)}
.wfi-icon svg{width:100%;height:100%}
.wfi-num{font-family:var(--display);font-size:32px;font-weight:800;color:rgba(210,167,101,.25);line-height:1;margin-bottom:8px}
.wfi-body h3{font-size:14px;letter-spacing:1px;color:#fff;margin-bottom:12px}
.wfi-body p{color:var(--muted);font-size:14px;line-height:1.65}

/* Нижний блок: фото + пункт с чеками */
.why-bottom{display:grid;grid-template-columns:1fr 1fr;gap:0}
.why-bottom-img{overflow:hidden;min-height:380px}
.why-bottom-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.75)}
.why-bottom-text{background:var(--bg2);padding:56px 52px;display:flex;flex-direction:column;justify-content:center}
.why-bottom-text .wfi-icon{margin-bottom:24px}
.why-bottom-text h3{font-size:18px;letter-spacing:1px;color:#fff;margin-bottom:16px;text-transform:uppercase}
.why-bottom-text p{color:var(--muted);font-size:15px;line-height:1.7;margin-bottom:28px}
.why-checks{display:flex;flex-direction:column;gap:12px}
.why-checks li{display:flex;align-items:center;gap:12px;color:#C8CECE;font-size:14px;list-style:none}
.why-checks li::before{content:"";width:18px;height:18px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9l4 4 8-8' stroke='%23D2A765' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat}

/* Цифры */
.why-stats{background:var(--surface);padding:56px 0}
.why-stats .eyebrow{justify-content:flex-start;margin-bottom:40px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
.stat-item{background:var(--surface);padding:36px 32px}
.stat-num{font-family:var(--display);font-size:clamp(40px,5vw,64px);font-weight:800;color:var(--gold);line-height:1;letter-spacing:-2px}
.stat-label{color:var(--muted);font-size:13px;line-height:1.5;margin-top:8px}

/* CTA баннер */
.why-cta{background:var(--bg2);border-top:1px solid var(--line);padding:48px 0}
.why-cta-inner{display:flex;align-items:center;gap:32px;justify-content:space-between}
.why-cta-left{display:flex;align-items:center;gap:24px}
.why-cta-icon{width:52px;height:52px;border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}
.why-cta-icon svg{width:24px;height:24px}
.why-cta-left h3{font-size:18px;letter-spacing:.5px;color:#fff;text-transform:uppercase}
.why-cta-left p{color:var(--muted);font-size:14px;margin-top:4px}

@media(max-width:860px){
  .why-hero,.why-four,.why-bottom{grid-template-columns:1fr}
  .why-hero-img{min-height:280px}
  .why-bottom-img{min-height:260px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .why-hero-text{padding:40px 28px}
  .why-four-item{padding:32px 28px}
  .why-bottom-text{padding:40px 28px}
  .why-cta-inner{flex-direction:column;align-items:flex-start;gap:24px}
}


.faq-section{background:var(--bg);overflow:hidden}
.faq-wrap{display:grid;grid-template-columns:1fr 1.6fr;gap:80px;align-items:start}
.faq-left h2{font-size:clamp(28px,3.2vw,48px)}
.faq-left p{color:var(--muted);margin-top:16px;font-size:15px;line-height:1.7;max-width:320px}
.faq-left .eyebrow{margin-bottom:16px}
.faq-num{font-family:var(--display);font-size:80px;font-weight:800;color:rgba(255,255,255,.04);line-height:1;margin-bottom:-20px;letter-spacing:-4px}
.faq-list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;cursor:pointer;transition:color .2s}
.faq-q:hover h4{color:var(--gold-1)}
.faq-q h4{font-size:16px;font-weight:600;color:#fff;line-height:1.4;text-transform:none;letter-spacing:0;transition:color .2s}
.faq-toggle{width:32px;height:32px;flex-shrink:0;position:relative}
.faq-toggle::before,.faq-toggle::after{content:"";position:absolute;background:var(--muted);transition:all .3s;border-radius:2px}
.faq-toggle::before{width:14px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}
.faq-toggle::after{width:1.5px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}
.faq-item.open .faq-toggle::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq-item.open .faq-toggle::before{background:var(--gold)}
.faq-item.open .faq-q h4{color:var(--gold-1)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-item.open .faq-a{max-height:300px}
.faq-a-inner{padding:0 0 22px;color:var(--muted);font-size:14px;line-height:1.8;max-width:580px}
@media(max-width:860px){.faq-wrap{grid-template-columns:1fr;gap:40px}.faq-left p{max-width:100%}}