.header-top--wide .header-logos img{ height:32px; }

.header-top-row--wide{
  align-items:flex-start;
  padding:10px 0;
}

.top-logos{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.top-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  padding:4px 8px;
  border-radius:4px;
  box-shadow:0 3px 10px rgba(0,0,0,.25);
  text-decoration:none;
  min-height:38px;
  min-width:88px;
}

.top-logo.is-missing{
  font-weight:900;
  color:#111;
  font-size:13px;
}

.top-logo.main{
  padding:0;
  background:transparent;
  box-shadow:none;
  min-width:auto;
  min-height:auto;
}

.top-logo img{
  height:44px;
  width:auto;
  display:block;
}

.top-right{
  display:flex;
  align-items:flex-start;
  gap:10px;
}

.nav--dropdown{
  align-self:flex-start;
}

.nav--dropdown .nav-item{
  position:relative;
  display:inline-flex;
}

.nav--dropdown .nav-dropdown{
  position:absolute;
  left:0;
  top:38px;
  width:240px;
  background:#bcd9ad;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 16px 28px rgba(0,0,0,.18);
  padding:8px 0;
  display:none;
  z-index:50;
}

.nav--dropdown .nav-dropdown a{
  display:block;
  padding:8px 12px;
  text-decoration:none;
  font-size:13px;
  color:#111;
  font-weight:700;
}

.nav--dropdown .nav-dropdown a:hover{
  background:rgba(0,0,0,.08);
}

.nav--dropdown .nav-item:hover .nav-dropdown{
  display:block;
}

.header-title--home{
  background:#d8d8d8;
  border-bottom:0;
}

.title-chip--home{
  padding:7px 0;
  background:transparent;
  font-size:18px;
  color:#ffffff;
  text-shadow:0 2px 8px rgba(0,0,0,.35);
  letter-spacing:.6px;
}

.home-band{
  background:
    radial-gradient(circle at 20px 20px, rgba(255,255,255,.18) 2px, transparent 3px) 0 0/60px 60px,
    linear-gradient(180deg, #bfc3dd, #bfc3dd);
  padding:14px 0 18px;
  border-top:2px solid rgba(255,255,255,.35);
}

.home-band-row{
  display:grid;
  grid-template-columns: 380px 1fr;
  gap:14px;
  align-items:center;
}

.sos-wrap{
  display:grid;
  grid-template-columns: 1fr 120px;
  gap:10px;
  align-items:center;
}

.sos-card{
  background:linear-gradient(180deg, #2c2c2c, #151515);
  border-radius:14px;
  color:#fff;
  box-shadow:0 12px 26px rgba(0,0,0,.28);
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.sos-title{
  font-weight:900;
  letter-spacing:.4px;
  font-size:18px;
}

.sos-dots{
  margin-left:6px;
  font-weight:900;
  color:#ff4b4b;
}

.sos-sub{
  margin-top:2px;
  font-size:11px;
  opacity:.9;
}

.sos-phone{
  margin-top:6px;
  font-size:18px;
  font-weight:900;
  color:#ff3b3b;
  background:#fff;
  display:inline-block;
  padding:3px 8px;
  border-radius:8px;
}

.sos-call{
  width:52px;
  height:52px;
  border-radius:999px;
  background:radial-gradient(circle at 30% 30%, #ff6a6a, #b80000);
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 10px 18px rgba(0,0,0,.25);
  border:3px solid rgba(255,255,255,.22);
}

.sos-call span{
  font-size:22px;
}

.sos-hint{
  text-align:left;
  font-size:12px;
  color:#111;
  line-height:1.2;
}

.home-cta{
  background:linear-gradient(180deg, #6c6f82, #6c6f82);
  border-radius:10px;
  box-shadow:0 12px 26px rgba(0,0,0,.20);
  overflow:hidden;
}

.home-cta-top{
  padding:14px 14px;
  color:#fff;
  font-weight:900;
  text-align:center;
  font-size:20px;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.10) 0, rgba(255,255,255,.10) 6px, transparent 6px, transparent 14px);
}

.home-cta-red{
  background:linear-gradient(180deg, #e05360, #d3404d);
  padding:12px 12px;
  display:flex;
  flex-direction:column;
  gap:2px;
  align-items:center;
  justify-content:center;
}

.home-cta-red-title{
  color:#fff;
  font-weight:900;
  font-size:16px;
}

.home-cta-red-sub{
  color:#fff;
  font-weight:800;
  font-size:12px;
  opacity:.95;
}

.page--home{
  padding-bottom:16px;
}

.home-devis{
  padding:18px 18px 10px;
}

.home-devis-grid{
  display:grid;
  grid-template-columns: 1fr 300px;
  gap:14px;
  align-items:start;
}

.home-devis-title{
  font-size:18px;
  font-weight:900;
  color:#1b1b1b;
}

.home-devis-title span{
  color:#e10000;
}

.home-devis-phone{
  color:#e10000;
}

.home-left-hero{
  margin-top:14px;
  min-height:240px;
  border-radius:6px;
  background:linear-gradient(180deg, #ffffff, #f0f0f0);
  box-shadow:0 10px 18px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.home-left-hero img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

.home-left-hero .hero-fallback{
  position:absolute;
  inset:auto 0 0 0;
  padding:10px 12px;
  background:rgba(255,255,255,.86);
  border-top:1px solid rgba(0,0,0,.10);
  font-size:12px;
  color:#b00000;
  display:none;
}

.home-left-hero.noimg .hero-fallback{
  display:block;
}

.proj{
  border:1px solid rgba(0,0,0,.16);
  border-radius:2px;
  background:#efefef;
  box-shadow:0 2px 10px rgba(0,0,0,.12);
  margin-bottom:6px;
  overflow:hidden;
}

.proj summary{
  list-style:none;
  cursor:pointer;
  padding:7px 10px;
  font-weight:900;
  background:linear-gradient(180deg, #ffffff, #e9e9e9);
  border-bottom:1px solid rgba(0,0,0,.10);
  font-size:13px;
}

.proj summary::-webkit-details-marker{ display:none; }

.proj-body{
  padding:10px;
  display:grid;
  grid-template-columns: 1fr 120px;
  gap:10px;
  align-items:center;
}

.proj-note{
  font-size:12px;
  color:#2d5bff;
  font-weight:800;
}

.proj-btn{
  background:#f3cc24;
  border:1px solid rgba(0,0,0,.18);
  border-radius:4px;
  padding:10px 10px;
  text-align:center;
  font-weight:900;
  color:#c60000;
  text-decoration:none;
  box-shadow:0 6px 16px rgba(0,0,0,.14);
}

.home-icons{
  margin-top:10px;
  display:grid;
  grid-template-columns: repeat(9, 1fr);
  gap:10px;
  align-items:end;
}

.ico{
  text-decoration:none;
  color:#111;
  display:flex;
  flex-direction:column;
  gap:0;
  align-items:center;
}

.ico-top{
  width:100%;
  text-align:center;
  background:#111;
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:4px 0;
}

.ico-box{
  width:100%;
  background:#fff;
  padding:10px;
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 6px 14px rgba(0,0,0,.10);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:74px;
}

.ico-box img{
  width:52px;
  height:52px;
  object-fit:contain;
}

.home-sep{
  margin:10px 0 0;
  background:linear-gradient(180deg, #e7e7e7, #dcdcdc);
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.home-sep-inner{
  width:min(980px, calc(100% - 24px));
  margin:0 auto;
  padding:12px 0;
  text-align:center;
  font-weight:900;
  color:#1f6bff;
  font-size:20px;
  text-shadow:0 1px 0 rgba(255,255,255,.6);
}

.about-zone{
  padding:14px 18px 0;
}

@media (max-width: 980px){
  .home-band-row{ grid-template-columns:1fr; }
  .sos-wrap{ grid-template-columns:1fr; }
  .home-devis-grid{ grid-template-columns:1fr; }
  .home-icons{ grid-template-columns: repeat(3, 1fr); }
  .nav--dropdown .nav-dropdown{ position:static; width:auto; box-shadow:none; }
  .nav--dropdown .nav-item:hover .nav-dropdown{ display:none; }
}
