.hero {
  position: relative; isolation: isolate; min-height: 720px; padding: 86px 0 94px;
  display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy);
}
.hero-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,27,42,.82), rgba(13,37,56,.94)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 64px; align-items: center; }
.hero h1 { margin: 0 0 20px; font-size: clamp(2.65rem, 6vw, 5.2rem); line-height: 1.16; letter-spacing: -.035em; }
.hero h1 span { display: block; margin-top: 10px; color: var(--gold); font-size: .5em; letter-spacing: 0; }
.intro-answer { max-width: 700px; margin: 0 0 18px; font-size: 1.18rem; line-height: 1.75; }
.hero-note { margin: 0; color: #dbe7ef; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px;
  border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; cursor: pointer;
}
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: #ffd24f; }
.button-ghost { border-color: rgba(255,255,255,.65); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.1); }

.lead-card { padding: 30px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--ink); box-shadow: var(--shadow); }
.lead-card h2 { margin: 0 0 6px; color: var(--navy); font-size: 1.65rem; }
.lead-card > p { margin: 0 0 20px; color: var(--ink-soft); }
.form-grid { display: grid; gap: 13px; }
.field { display: grid; gap: 5px; }
.field label { color: var(--navy); font-size: .92rem; font-weight: 750; }
.field input, .field textarea { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #b9c7d0; border-radius: 10px; background: var(--white); color: var(--ink); }
.field textarea { min-height: 92px; resize: vertical; }
.lead-card .button { width: 100%; border: 0; }
.form-note { margin: 10px 0 0 !important; font-size: .9rem; line-height: 1.5; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.service-card { padding: 28px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(13,37,56,.06); }
.icon-disc { width: 58px; height: 58px; margin-bottom: 20px; border-radius: 16px; display: grid; place-items: center; background: #fff4c8; color: var(--gold-dark); }
.icon-disc svg { width: 28px; height: 28px; }
.service-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.3rem; }
.service-card p { margin: 0; color: var(--ink-soft); }

.projects { background: var(--surface); }
.projects-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.project-card { position: relative; min-height: 250px; padding: 30px; border-radius: var(--radius); overflow: hidden; background: var(--navy); color: var(--white); }
.project-card::before { content: ""; position: absolute; width: 180px; height: 180px; left: -60px; bottom: -80px; border-radius: 50%; background: var(--gold); opacity: .14; }
.project-number { color: var(--gold); font-size: clamp(2.4rem,5vw,4rem); font-weight: 900; line-height: 1; }
.project-card h3 { margin: 28px 0 8px; font-size: 1.4rem; }
.project-card p { margin: 0; color: #dbe7ef; }

.expertise { background: var(--paper); }
.expertise-grid { display: grid; grid-template-columns: minmax(270px,.75fr) minmax(0,1.25fr); gap: 64px; align-items: center; }
.expertise-media { border-radius: 26px; overflow: hidden; background: #f8efe3; box-shadow: var(--shadow); }
.expertise-media img { width: 100%; max-height: 560px; object-fit: cover; object-position: top; }
.expertise-copy h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(2rem,4vw,3rem); line-height: 1.15; }
.expertise-copy p { color: var(--ink-soft); }
.areas { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.areas span { padding: 7px 13px; border-radius: 999px; background: #eaf0f3; color: var(--navy); font-weight: 700; }

.reviews-section { min-height: 0; padding: 0; background: var(--white); }
.reviews-section:has(.gmb-reviews[data-place-id]) { padding: 78px 0; }
.contact { background: var(--navy); color: var(--white); }
.contact .section-title { color: var(--white); }
.contact-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 40px; }
.contact-card { padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.06); text-align: center; }
.contact-card svg { width: 30px; height: 30px; margin: 0 auto 14px; color: var(--gold); }
.contact-card strong { display: block; margin-bottom: 6px; }
.contact-card a { color: var(--white); overflow-wrap: anywhere; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .lead-card { max-width: 680px; }
  .services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .expertise-grid { gap: 36px; }
}
@media (max-width: 720px) {
  .hero { min-height: auto; padding: 64px 0 72px; }
  .hero::after { background: rgba(8,27,42,.88); }
  .hero-grid { gap: 32px; }
  .hero h1 { font-size: clamp(2.35rem,13vw,3.7rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .services-grid, .projects-grid, .contact-cards, .expertise-grid { grid-template-columns: 1fr; }
  .expertise-media { max-width: 420px; margin-inline: auto; }
}
@media (max-width: 390px) {
  .lead-card { padding: 22px 18px; }
  .service-card, .project-card { padding: 24px 20px; }
}
