
.hero-bg{background-image:var(--hero)!important}.lang-switcher a{font-size:11px;padding:4px;opacity:.5}.lang-switcher a.active{opacity:1;color:var(--accent)}
.cms-project-grid{grid-auto-flow:dense}.project-card a{display:block;height:100%}.project-hero{height:620px;position:relative;color:#fff;display:flex;align-items:flex-end}.project-hero>img{position:absolute;inset:0;height:100%;object-fit:cover}.project-hero-overlay{position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.project-hero-copy{position:relative;padding-bottom:65px}.project-hero-copy h1{font-size:clamp(42px,7vw,82px);line-height:1;margin:12px 0}.project-content{max-width:850px;font-size:20px}.legal{max-width:850px}.legal h1{font-size:52px}
@media(max-width:640px){.project-hero{height:520px}.project-hero-copy h1{font-size:42px}}

.city-links{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:35px}.city-links a{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.city-links span{font-size:13px;color:var(--muted)}
.faq-section{background:#fff}.faq-list{max-width:900px;margin-top:35px}.faq-list details{border-top:1px solid var(--line);padding:20px 0}.faq-list summary{font-weight:800;font-size:19px;cursor:pointer}.faq-list p{color:var(--muted)}
.city-page h1{font-size:clamp(42px,7vw,76px);line-height:1}.lead{font-size:21px;max-width:800px}
@media(max-width:700px){.city-links{grid-template-columns:1fr}}

.city-links{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
}
.city-links a{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:16px 17px;
  border:1px solid var(--line,#e1e4e8);
  border-radius:12px;
  background:#fff;
  text-decoration:none;
  min-height:110px;
}
.city-links a strong{font-size:17px;color:var(--text,#111)}
.city-links a span{font-size:12px;line-height:1.45;color:var(--muted,#6b7280)}
.city-page h1{font-size:clamp(38px,6vw,70px);line-height:1.02}
@media(max-width:1050px){.city-links{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.city-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.city-links{grid-template-columns:1fr}.city-links a{min-height:auto}}

.form-success-banner{
  position:relative;
  z-index:30;
  background:#eef9df;
  border-bottom:1px solid #d2e9af;
  color:#21310d;
  padding:14px 0;
  text-align:center;
}
.form-success-banner strong{
  font-size:15px;
  line-height:1.45;
}

.form-inline-status{
  margin-top:12px;
  padding:0;
  min-height:0;
  font-size:14px;
  line-height:1.45;
  border-radius:9px;
}
.form-inline-status.success{
  padding:12px 14px;
  background:#eef9df;
  border:1px solid #d2e9af;
  color:#21310d;
}
.form-inline-status.error{
  padding:12px 14px;
  background:#fff0f0;
  border:1px solid #f0c6c6;
  color:#8b1d1d;
}
.request-form button[disabled]{
  opacity:.7;
  cursor:wait;
}
