:root {
  color-scheme: light;
  --ink: #162322;
  --muted: #5f706d;
  --line: #d9e4df;
  --paper: #f8fbf8;
  --surface: #ffffff;
  --mint: #dff4ec;
  --teal: #0a5d8f;
  --teal-dark: #053a63;
  --sky: #bfdcec;
  --sun: #f4c76c;
  --coral: #ffcf34;
  --shadow: 0 22px 60px rgba(25, 48, 45, 0.14);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(22, 35, 34, 0.09);
  background: rgba(248, 251, 248, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 36px;
  border-radius: 50%;
  background: #0c5f99;
  color: white;
}

.nav-links {
  display: inline-flex;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}

.nav-links a {
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--teal-dark);
  background: var(--mint);
}

.contact-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--teal-dark);
  font-size: 0.9rem;
  font-weight: 900;
}

.primary-contact {
  background: var(--teal-dark);
  color: white;
}

.whatsapp-link {
  color: #0f7a43;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1.18fr);
  align-items: stretch;
  gap: clamp(24px, 5vw, 72px);
  min-height: calc(100svh - 74px);
  padding: clamp(30px, 5vw, 70px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 28px 0 0;
  color: #425451;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.65;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
}

.primary-action {
  border: 1px solid var(--teal-dark);
  background: var(--teal-dark);
  color: white;
}

.secondary-action {
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
}

.hero-visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(22, 35, 34, 0.08);
  border-radius: 8px;
  background: #0b0b0b;
  box-shadow: var(--shadow);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
  content: "";
}

.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.check-card {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: 1;
  display: grid;
  gap: 2px;
  max-width: 180px;
  padding: 15px 16px;
  border: 1px solid rgba(22, 35, 34, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 30px rgba(25, 48, 45, 0.11);
}

.check-card strong {
  font-size: 1.45rem;
}

.check-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.trust-strip span {
  display: grid;
  min-height: 76px;
  place-items: center;
  padding: 18px;
  background: white;
  color: #3d514e;
  font-weight: 900;
  text-align: center;
}

.services-section,
.pricing-section,
.reviews-section,
.booking-section {
  padding: clamp(34px, 6vw, 84px) clamp(18px, 5vw, 70px);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: end;
  margin-bottom: 26px;
}

.section-head.compact {
  grid-template-columns: 1fr;
}

.section-head h2,
.process-band h2,
.reviews-section h2,
.booking-section h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.section-head > p,
.booking-copy > p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.service-grid,
.pricing-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.price-card,
blockquote {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 32px rgba(25, 48, 45, 0.05);
}

.service-card {
  display: grid;
  align-content: start;
  min-height: 260px;
  gap: 18px;
  padding: 20px;
}

.featured-card {
  background: var(--teal-dark);
  color: white;
}

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

.service-icon {
  color: var(--teal);
  font-weight: 950;
}

.service-card h3,
.price-card h3 {
  margin: 0;
  font-size: 1.25rem;
}

.service-card p,
.price-card p,
blockquote p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.process-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1.15fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  padding: clamp(40px, 7vw, 92px) clamp(18px, 5vw, 70px);
  background: #050505;
  color: white;
}

.contact-band .eyebrow {
  color: var(--sun);
}

.contact-band .process-list span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-band .process-list li {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(20, 107, 103, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.process-list span {
  color: var(--muted);
}

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

.price-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.price-card.preferred {
  border-color: rgba(20, 107, 103, 0.45);
  box-shadow: 0 20px 50px rgba(25, 48, 45, 0.12);
}

.price {
  color: var(--ink) !important;
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.pricing-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.6;
}

.price-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal-dark);
  font-weight: 900;
}

.reviews-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.review-grid {
  grid-template-columns: 1fr;
}

blockquote {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 22px;
}

blockquote p {
  color: #334441;
  font-size: 1.06rem;
}

cite {
  color: var(--teal);
  font-style: normal;
  font-weight: 950;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  background: #f1f8f5;
}

.booking-copy {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}

.estimate-box {
  display: grid;
  gap: 6px;
  max-width: 310px;
  padding: 22px;
  border: 1px solid rgba(20, 107, 103, 0.18);
  border-radius: 8px;
  background: white;
}

.estimate-box span {
  color: var(--muted);
  font-weight: 850;
}

.estimate-box strong {
  font-size: 2.6rem;
}

.estimate-box small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  color: var(--ink);
}

input,
select {
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

.addons-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
}

.addons-group legend {
  padding: 0 6px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.addons-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 850;
}

.addons-group input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--teal);
}

.wide {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 900;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 4vw, 56px);
  background: #050505;
  color: white;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .section-head,
  .process-band,
  .reviews-section,
  .booking-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .trust-strip,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .booking-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .topbar {
    min-height: 66px;
    padding-inline: 14px;
  }

  .contact-actions {
    min-height: 38px;
    gap: 3px;
    padding: 3px;
  }

  .contact-link {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.86rem;
  }

  .hero,
  .services-section,
  .pricing-section,
  .reviews-section,
  .booking-section,
  .process-band {
    padding-inline: 16px;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-actions,
  .addons-group,
  .booking-form,
  .pricing-grid,
  .service-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-visual {
    min-height: 360px;
  }

  .check-card {
    max-width: 150px;
  }
}
