:root {
  --bg: #f3efe8;
  --surface: #fffdf9;
  --surface-alt: #e3ebf0;
  --text: #171717;
  --muted: #4f5c67;
  --border: #14222f;
  --accent: #c66d3b;
  --accent-dark: #9f5228;
  --dark: #14222f;
  --blue: #4a9fd6;
  --whatsapp: #1e8f4d;
  --chip: #edf2f5;
  --shadow: 10px 10px 0 #14222f;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, #e3e9ee 0%, #eef3f6 34%, #f6f3ec 34%, #f6f3ec 100%);
  line-height: 1.45;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--dark);
  border-bottom: 2px solid #0b131a;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #f3efe3;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.topbar-phone {
  font-weight: 700;
  text-decoration: none;
  color: #f3efe3;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--border);
  padding: 0.95rem 1.2rem;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
  border-radius: 0;
}

.btn:hover,
.btn:focus-visible {
  transform: translate(-2px, -2px);
}

.btn-solid {
  background: var(--accent);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #f3efe3;
  border-color: #f3efe3;
}

.btn-dark {
  background: var(--dark);
  color: #fff;
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: #fff;
}

.btn-text {
  background: var(--blue);
  color: #fff;
}

.btn-full {
  width: 100%;
}

.eyebrow,
.form-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #466077;
}

.hero,
.trust,
.photo-gallery,
.service-zone,
.reviews,
.faq,
.final-cta {
  padding: 2.5rem 0 3rem;
}

.hero {
  position: relative;
  padding-top: 3.2rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 290px;
  background:
    linear-gradient(90deg, rgba(20, 34, 47, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(20, 34, 47, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.hero-copy {
  padding: 1rem 1rem 0 0;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.65rem, 6vw, 5.1rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.hero-subheadline {
  margin: 0.85rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #33414d;
}

.hero-text,
.section-heading p,
.final-cta p,
.service-zone p,
.footer-grid p,
.footer-grid li,
.form-helper,
.form-status {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-offer-banner {
  display: inline-flex;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0.6rem 0.85rem;
  background: #e4ebf1;
  border: 2px solid var(--border);
  font-weight: 800;
}

.owner-strip {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 1.25rem 0 1rem;
}

.owner-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid var(--border);
  object-fit: cover;
  background: #fff;
}

.owner-copy {
  min-width: 0;
}

.owner-copy strong {
  display: block;
  font-size: 1rem;
}

.owner-copy span {
  color: var(--muted);
  font-size: 0.96rem;
}

.hero-cta-row,
.card-actions,
.footer-cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-phone-line {
  margin-top: 1rem;
  font-weight: 800;
  font-size: 1.15rem;
}

.hero-panel,
.trust-card,
.gallery-card,
.service-zone-map,
.review-card,
.faq-list details,
.final-cta-inner,
.footer-grid {
  background: var(--surface);
  border: 2px solid var(--border);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 1.35rem;
  background: #f2edde;
}

.form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.form-intro h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  text-transform: uppercase;
  line-height: 1;
}

.form-intro p {
  margin-bottom: 0;
}

.quote-form input,
.quote-form select {
  width: 100%;
  min-height: 3.7rem;
  padding: 1rem 1rem;
  border: 2px solid var(--border);
  border-radius: 0;
  background: #fffdf8;
  color: var(--text);
  font: inherit;
}

.quote-form input:focus-visible,
.quote-form select:focus-visible {
  outline: 3px solid rgba(74, 159, 214, 0.2);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  margin: 1rem 0 1.1rem;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.form-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  border: 0;
  border-radius: 0;
  background: var(--blue);
  color: #fff;
  padding: 0.95rem 1rem 0.95rem 1.35rem;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 8px 8px 0 var(--dark);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.form-submit:hover,
.form-submit:focus-visible {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 0 var(--dark);
}

.form-submit-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, 0.14);
  font-size: 1rem;
}

.hero-bullets {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
}

.hero-bullets li {
  margin-bottom: 0.5rem;
}

.trust-grid,
.gallery-grid,
.reviews-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.trust-card {
  padding: 1rem 0.9rem;
  text-align: center;
  font-weight: 800;
}

.gallery-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gallery-card {
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ddd;
}

.gallery-card p {
  margin: 0;
  padding: 0.8rem 0.9rem;
  font-weight: 700;
}

.service-zone-map {
  overflow: hidden;
}

.service-zone-map img {
  width: 100%;
  height: auto;
  display: block;
}

.service-zone-copy {
  padding: 1.2rem;
  border-top: 2px solid var(--border);
  background: #f8f3e7;
}

.service-zone-copy h3 {
  margin: 0 0 0.65rem;
  text-transform: uppercase;
}

.service-zone-cities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.service-city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  background: var(--chip);
  border: 2px solid var(--border);
  font-weight: 800;
}

.service-zone-alert {
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-left: 8px solid var(--accent);
  background: #f4e5d9;
  font-weight: 700;
}

.star-row {
  display: flex;
  gap: 0.2rem;
  color: #c66d3b;
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}

.reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  padding: 1.25rem;
}

.review-card p {
  margin: 0.2rem 0 0.85rem;
  color: var(--muted);
}

.review-card strong {
  display: block;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1rem 1.25rem;
}

.faq-list summary {
  font-weight: 800;
  cursor: pointer;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background: #dce6ed;
}

.footer {
  padding: 2rem 0 5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.25rem;
}

.footer-grid h3 {
  margin: 0 0 0.45rem;
  font-size: 0.96rem;
  text-transform: uppercase;
}

.footer-grid p {
  margin: 0;
}

.mobile-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  background: var(--dark);
  border-top: 2px solid var(--border);
}

.mobile-sticky-bar a {
  padding: 0.95rem 0.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-sticky-bar a:last-child {
  border-right: 0;
}

@media (max-width: 1080px) {
  .trust-grid,
  .gallery-grid,
  .reviews-grid,
  .footer-grid,
  .service-zone-cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .final-cta-inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero h1,
  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(2.1rem, 9vw, 3.6rem);
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 66px;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar-actions {
    width: 100%;
  }

  .topbar-actions .btn,
  .topbar-actions .topbar-phone {
    flex: 1 1 auto;
  }

  .form-head {
    flex-direction: column;
    align-items: stretch;
  }

  .form-submit {
    width: 100%;
    justify-content: space-between;
  }

  .trust-grid,
  .gallery-grid,
  .reviews-grid,
  .footer-grid,
  .service-zone-cities {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-bar {
    display: grid;
  }
}
