:root {
  --green:#173d35;
  --hero:#173d35;
  --hero:#173d35;
  --green-2:#285b4d;
  --clay:#e9a17e;
  --cream:#f8f6f1;
  --ink:#17231f;
  --muted:#68726e;
  --line:#dfe4dc;
  --white:#fff;
  --shadow:0 20px 60px rgba(23,61,53,.13);
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.65;
  font-size:17px;
}
a {
  color:inherit;
  text-decoration:none;
}
img {
  max-width:100%;
  display:block;
}
.site-header {
  background:#111827;
  color:#fff;
  position:sticky;
  top:0;
  z-index:10;
}
.nav-wrap {
  max-width:1240px;
  margin:auto;
  min-height:84px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 28px;
}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  line-height:1;
}
.brand strong {
  display:block;
  font-size:1.32rem;
  letter-spacing:.02em;
}
.brand small {
  display:block;
  font-size:.7rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#d8e9df;
  margin-top:5px;
}
.brand-mark {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.brand-mark img {
  width:44px;
  height:44px;
  display:block;
  object-fit:contain;
}
nav {
  display:flex;
  align-items:center;
  gap:4px;
  margin-left:auto;
}
nav a {
  padding:10px 12px;
  color:#dcebe3;
  font-size:.94rem;
  border-radius:7px;
}
nav a:hover,nav a.active {
  background:rgba(255,255,255,.1);
  color:#fff;
}
.header-cta,.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:5px;
  padding:13px 18px;
  font-weight:700;
  transition:transform .16s ease,background .16s ease;
}
.header-cta {
  background:var(--clay);
  color:#241f1c;
  white-space:nowrap;
}
.header-cta:hover,.btn:hover {
  transform:translateY(-2px);
}
.header-cta .icon {
  width:16px;
}
.menu-toggle {
  display:none;
  background:none;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  padding:9px 12px;
  border-radius:4px;
}
.icon {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero {
  background:var(--hero);
  color:#fff;
  min-height:610px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
}
.hero-content {
  max-width:630px;
  width:100%;
  justify-self:end;
  padding:90px 56px 90px 28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero h1,.page-hero h1 {
  font-size:clamp(3rem,6vw,5.8rem);
  line-height:1.02;
  letter-spacing:-.05em;
  margin:10px 0 24px;
}
.hero h1 em,.page-hero h1 em,h1 em {
  font-style:normal;
  color:var(--clay);
}
.lead {
  font-size:1.2rem;
  max-width:620px;
  color:#d9e6df;
}
.hero .lead {
  color:#e2eee8;
}
.hero-image {
  min-height:610px;
}
.hero-image img {
  height:100%;
  width:100%;
  object-fit:cover;
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:700;
  font-size:.75rem;
  color:var(--clay);
  margin:0 0 8px;
}
.action-row,.cta-actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.btn-whatsapp {
  background:#4eaf75;
  color:#fff;
}
.btn-dark {
  background:var(--green);
  color:#fff;
}
.hero .btn-dark {
  background:#fff;
  color:var(--green);
}
.btn-light {
  background:#fff;
  color:var(--green);
  border:1px solid var(--line);
}
.microcopy {
  font-size:.8rem;
  color:#b5cec0;
  margin-top:15px;
}
.cta-strip {
  max-width:1180px;
  margin:-42px auto 0;
  background:var(--clay);
  padding:30px 34px;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:var(--shadow);
}
.cta-strip h2 {
  margin:0;
  font-size:2rem;
  line-height:1.15;
}
.cta-strip p {
  margin:3px 0 0;
}
.cta-strip .eyebrow {
  color:var(--green);
}
.cta-strip .btn-dark {
  background:var(--green);
}
.section {
  max-width:1180px;
  margin:0 auto;
  padding:96px 28px;
}
.section-tight {
  padding-top:90px;
}
.section-head {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:30px;
}
.section h2 {
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.1;
  letter-spacing:-.04em;
  margin:0 0 18px;
}
.section-head h2 {
  margin:0;
}
.text-link {
  color:var(--green);
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.text-link .icon {
  width:17px;
}
.before-after-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.compare-card {
  background:#fff;
  box-shadow:0 7px 28px rgba(23,61,53,.07);
  padding-bottom:20px;
}
.compare-images {
  display:grid;
  grid-template-columns:1fr 1fr;
}
.compare-images img {
  width:100%;
  height:180px;
  object-fit:cover;
}
.compare-label {
  display:flex;
  justify-content:space-between;
  padding:8px 14px 0;
  color:var(--muted);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.compare-label span:last-child {
  color:var(--green);
  font-weight:700;
}
.compare-card h3 {
  font-size:1.15rem;
  line-height:1.25;
  margin:10px 14px 0;
}
.split-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.split-section p {
  max-width:560px;
}
.rounded-image {
  border-radius:8px;
  box-shadow:var(--shadow);
  width:100%;
  max-height:520px;
  object-fit:cover;
}
.check-list {
  list-style:none;
  padding:0;
  margin:26px 0;
}
.check-list li {
  display:flex;
  gap:10px;
  margin:11px 0;
}
.check-list .icon {
  color:var(--green);
  width:19px;
  flex:none;
}
.reviews-section {
  padding-top:30px;
}
.review-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.review {
  background:#fff;
  padding:25px;
  min-height:205px;
  box-shadow:0 7px 28px rgba(23,61,53,.06);
}
.review p {
  font-size:1.02rem;
  line-height:1.55;
}
.review strong {
  font-size:.9rem;
}
.stars {
  display:flex;
  gap:2px;
  color:#d8894f;
}
.stars .icon {
  width:17px;
  height:17px;
  fill:currentColor;
}
.page-hero {
  background:var(--hero);
  color:#fff;
  min-height:440px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  padding:70px max(28px,calc((100vw - 1180px)/2));
  gap:50px;
}
.page-hero>div {
  max-width:620px;
}
.page-hero img {
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:8px;
}
.page-hero.simple {
  display:block;
  min-height:360px;
  padding-top:90px;
}
.page-hero .lead {
  max-width:600px;
}
.narrow {
  max-width:900px;
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:55px;
}
.steps>div {
  border-top:3px solid var(--clay);
  padding-top:15px;
}
.steps span,.tips-grid span,.locations>article>span,.service-number {
  color:var(--clay);
  font-size:.85rem;
  font-weight:800;
  letter-spacing:.15em;
}
.service-cards,.tips-grid,.locations {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.service-cards article,.tips-grid article,.locations article {
  background:#fff;
  padding:30px;
  min-height:230px;
  box-shadow:0 7px 28px rgba(23,61,53,.06);
}
.service-cards h2,.tips-grid h2,.locations h2 {
  margin:12px 0 8px;
  font-size:1.7rem;
}
.comparisons {
  padding-top:40px;
}
.comparison {
  margin-bottom:72px;
}
.comparison-title {
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:18px;
}
.comparison-title>span {
  font-size:3rem;
  line-height:1;
  color:var(--clay);
  font-weight:800;
}
.comparison-title h2 {
  margin:0;
}
.comparison-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.comparison figure {
  margin:0;
  background:#fff;
}
.comparison img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.comparison figcaption {
  padding:10px 14px;
  text-transform:uppercase;
  font-size:.75rem;
  letter-spacing:.14em;
  color:var(--muted);
}
.review-page-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.review-large {
  min-height:260px;
}
.center-action {
  text-align:center;
  padding:0 28px 90px;
}
.faq-list {
  max-width:900px;
  padding-top:45px;
}
.faq-list details {
  border-top:1px solid var(--line);
  padding:20px 0;
}
.faq-list details:last-child {
  border-bottom:1px solid var(--line);
}
summary {
  list-style:none;
  cursor:pointer;
  font-size:1.2rem;
  font-weight:700;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
summary::-webkit-details-marker {
  display:none;
}
summary span {
  color:var(--clay);
  font-size:1.6rem;
  font-weight:400;
}
.contact-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:start;
}
.contact-big {
  font-size:1.5rem;
  line-height:1.8;
}
.socials {
  display:flex;
  gap:10px;
  margin-top:18px;
}
.socials a {
  width:36px;
  height:36px;
  border:1px solid currentColor;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:800;
}
.map-card {
  background:#fff;
  padding:18px;
  box-shadow:var(--shadow);
}
.map-placeholder {
  min-height:300px;
  background:linear-gradient(135deg,#d9e9df 25%,#c0dacc 25%,#c0dacc 50%,#d9e9df 50%,#d9e9df 75%,#c0dacc 75%);
  background-size:50px 50px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:var(--green);
  text-align:center;
}
.map-placeholder span {
  font-size:3rem;
  font-weight:800;
}
.map-placeholder strong {
  font-size:1.4rem;
}
.map-placeholder small {
  margin-top:10px;
}
.map-card .btn {
  margin-top:14px;
  width:100%;
}
.legal-wrap {
  max-width:900px;
  margin:0 auto;
  padding:90px 28px;
}
.legal-content h1 {
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1.05;
  margin:0 0 45px;
}
.legal-content h2 {
  margin-top:36px;
  color:var(--green);
  font-size:1.45rem;
}
.legal-content p {
  max-width:800px;
}
.legal-note {
  border-left:4px solid var(--clay);
  padding:14px 18px;
  background:#fff;
}
.site-footer {
  background:var(--hero);
  color:#dcebe3;
  padding:62px 28px 25px;
}
.footer-grid {
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:50px;
}
.footer-grid .brand {
  color:#fff;
}
.footer-grid h3 {
  color:#fff;
  margin:0 0 12px;
  font-size:1rem;
}
.footer-grid p {
  font-size:.93rem;
}
.footer-grid a:hover {
  color:var(--clay);
}
.footer-sub {
  margin-top:25px!important;
}
.footer-note {
  max-width:320px;
}
.footer-bottom {
  max-width:1180px;
  margin:50px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
  display:flex;
  justify-content:space-between;
  font-size:.78rem;
  color:#b8d0c4;
}
@media(max-width:900px) {
  .nav-wrap {
    gap:14px;
  }
  .menu-toggle {
    display:block;
    margin-left:auto;
  }
  nav {
    display:none;
    position:absolute;
    top:84px;
    left:0;
    right:0;
    background:#111827;
    padding:12px 20px 20px;
    flex-direction:column;
    align-items:stretch;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
  }
  nav.open {
    display:flex;
  }
  .header-cta {
    display:none;
  }
  .hero {
    grid-template-columns:1fr;
  }
  .hero-content {
    max-width:none;
    padding:72px 28px 62px;
  }
  .hero-image {
    min-height:350px;
    max-height:470px;
  }
  .cta-strip {
    margin:0 20px;
    padding:26px;
    display:block;
  }
  .cta-actions {
    margin-top:20px;
  }
  .section {
    padding:74px 28px;
  }
  .split-section,.page-hero,.contact-layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  .page-hero {
    padding:65px 28px;
  }
  .page-hero img {
    height:300px;
  }
  .before-after-grid,.review-grid,.review-page-grid {
    grid-template-columns:1fr;
  }
  .compare-images img {
    height:230px;
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
  }
  .footer-grid>div:first-child {
    grid-column:1/-1;
  }
}
@media(max-width:600px) {
  body {
    font-size:16px;
  }
  .nav-wrap {
    min-height:72px;
    padding:0 18px;
  }
  .brand strong {
    font-size:1.1rem;
  }
  .brand small {
    font-size:.6rem;
  }
  .menu-toggle {
    font-size:.9rem;
  }
  .hero h1,.page-hero h1 {
    font-size:3.2rem;
  }
  .hero-content {
    padding:55px 20px 50px;
  }
  .hero-image {
    min-height:270px;
  }
  .action-row,.cta-actions {
    display:grid;
    grid-template-columns:1fr;
  }
  .btn {
    width:100%;
  }
  .cta-strip {
    margin:0;
    padding:28px 20px;
  }
  .cta-strip h2 {
    font-size:1.7rem;
  }
  .section {
    padding:58px 20px;
  }
  .section-head {
    display:block;
  }
  .section-head .text-link {
    margin-top:15px;
  }
  .compare-images img {
    height:150px;
  }
  .split-section {
    gap:25px;
  }
  .steps,.service-cards,.tips-grid,.locations {
    grid-template-columns:1fr;
  }
  .steps {
    gap:25px;
    margin-top:30px;
  }
  .comparison-grid {
    grid-template-columns:1fr;
    gap:12px;
  }
  .comparison {
    margin-bottom:55px;
  }
  .comparison-title>span {
    font-size:2.3rem;
  }
  .footer-grid {
    grid-template-columns:1fr;
    gap:27px;
  }
  .footer-grid>div:first-child {
    grid-column:auto;
  }
  .footer-bottom {
    display:block;
  }
  .footer-bottom span {
    display:block;
    margin-top:5px;
  }
  .legal-wrap {
    padding:60px 20px;
  }
  .legal-content h1 {
    font-size:3rem;
  }
}
.compare-images {
  gap:6px;
  background:var(--cream);
}
.compare-images img {
  display:block;
}
.map-image-link {
  display:block;
}
.map-image-link img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.legal-content h2 {
  margin-top:30px;
}
.legal-content p {
  white-space:normal;
}
.socials svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.socials a {
  display:grid;
  place-items:center;
}
.compare-images {
  gap:6px;
  background:var(--cream);
}
.compare-images img {
  display:block;
}
.map-image-link {
  display:block;
}
.map-image-link img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.legal-content h2 {
  margin-top:30px;
}
.legal-content p {
  white-space:normal;
}
.socials svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.socials a {
  display:grid;
  place-items:center;
}
/* Prevent long legal-page headings from creating horizontal scrolling on small screens. */
@media (max-width: 600px) {
  .legal-content h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
}
