:root {
  --ink: #111827;
  --muted: #667085;
  --line: #e5e7eb;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --blue: #0b63ce;
  --blue-dark: #063a78;
  --red: #e0322b;
  --gold: #f4b43f;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  --radius: 8px;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: 96px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(20px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.12);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled .brand img,
.site-header.is-open .brand img {
  border-color: rgba(11, 99, 206, 0.18);
}

.brand span {
  display: grid;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.8;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: currentColor;
  font-size: 0.94rem;
  font-weight: 700;
  opacity: 0.88;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-open .site-nav a:hover {
  background: var(--soft);
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(224, 50, 43, 0.28);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  isolation: isolate;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  z-index: -2;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 12, 24, 0.84) 0%, rgba(5, 12, 24, 0.58) 42%, rgba(5, 12, 24, 0.15) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.08) 44%, rgba(255, 255, 255, 0.98) 100%);
}

.hero-content {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 120px;
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 8vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 900;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
}

.hero-actions,
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 18px 34px rgba(224, 50, 43, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn-outline {
  border-color: rgba(17, 24, 39, 0.22);
  background: #fff;
  color: var(--ink);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.9);
}

.intro {
  background: #fff;
}

.intro-grid,
.local-seo-grid,
.proof-grid,
.contact-grid,
.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.intro p:not(.section-kicker),
.local-seo-copy p,
.proof-copy p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

.local-seo {
  background: var(--soft);
}

.local-seo-copy {
  display: grid;
  gap: 14px;
}

.local-seo-copy p {
  margin-bottom: 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2 {
  grid-column: 1 / -1;
  max-width: 880px;
}

.section-head.compact {
  display: block;
  max-width: 760px;
}

.services,
.process {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.service-card.featured {
  background: var(--blue-dark);
  color: #fff;
  border-color: var(--blue-dark);
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.78);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: rgba(11, 99, 206, 0.1);
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 900;
}

.service-card.featured .service-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.proof-media {
  position: relative;
}

.proof-media::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  z-index: -1;
  border-radius: var(--radius);
  background: var(--gold);
}

.proof-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-list {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.proof-list span {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
}

.proof-list span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.steps article {
  padding: 24px;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.steps span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--blue);
  font-weight: 900;
}

.steps p {
  color: var(--muted);
  margin-bottom: 0;
}

.gallery {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.gallery-grid figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #111827;
}

.gallery-grid figure.wide {
  grid-column: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.04);
}

.gallery-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 11px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.quote-band {
  padding: 72px 0;
  background: var(--ink);
  color: #fff;
}

.quote-band .section-kicker {
  color: var(--gold);
}

.quote-band h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.quote-actions {
  justify-content: end;
  margin-top: 0;
}

.contact {
  background: #fff;
}

.contact-panel {
  display: grid;
  gap: 12px;
}

.contact-panel a,
.contact-panel span {
  display: grid;
  gap: 5px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-panel small {
  color: var(--muted);
  font-weight: 800;
}

.contact-panel strong {
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  line-height: 1.15;
  word-break: break-word;
}

.faq-section {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.faq-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.map-section {
  padding: 0 0 96px;
  background: #fff;
}

.map-head {
  max-width: 720px;
  margin-bottom: 24px;
}

.map-head h2 {
  margin-bottom: 12px;
}

.map-head p:not(.section-kicker) {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: min(62vh, 520px);
  min-height: 360px;
  border: 0;
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 16px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: #20b15a;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(32, 177, 90, 0.3);
}

.site-footer {
  padding: 26px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid p {
  margin: 0;
}

.footer-grid a {
  color: var(--blue);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-grid;
    grid-template-columns: 18px auto;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: currentColor;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
  }

  .menu-toggle span {
    grid-column: 1;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }

  .menu-toggle b {
    grid-column: 2;
    grid-row: 1 / span 3;
    font-size: 0.9rem;
  }

  .site-header.is-scrolled .menu-toggle,
  .site-header.is-open .menu-toggle {
    border-color: var(--line);
    background: #fff;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    border-radius: 8px;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    padding: 130px 0 92px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 12, 24, 0.82) 0%, rgba(5, 12, 24, 0.52) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.97) 100%);
  }

  .intro-grid,
  .local-seo-grid,
  .proof-grid,
  .contact-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .steps,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .quote-actions {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .container,
  .hero-content {
    width: min(100% - 28px, 1160px);
  }

  .section-pad {
    padding: 70px 0;
  }

  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .brand strong {
    font-size: 0.96rem;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-content {
    padding: 112px 0 74px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.9rem);
  }

  h2 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
  }

  .hero-actions,
  .quote-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-facts span {
    justify-content: center;
  }

  .service-grid,
  .steps,
  .faq-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .steps article,
  .faq-grid article {
    min-height: 0;
  }

  .gallery-grid figure,
  .gallery-grid figure.wide {
    grid-column: auto;
    min-height: 310px;
  }

  .proof-media::before {
    inset: 14px -10px -10px 14px;
  }

  .floating-whatsapp {
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 8px;
  }

  .map-section {
    padding-bottom: 72px;
  }

  .map-frame iframe {
    height: 420px;
    min-height: 320px;
  }

  .site-footer {
    padding-bottom: 82px;
  }

  .footer-grid {
    display: grid;
  }
}
