:root {
  --teal: #168f88;
  --teal-dark: #08746e;
  --mint: #a7dbd4;
  --mint-soft: #ecf8f6;
  --indigo: #2b2572;
  --ink: #162f32;
  --muted: #607073;
  --line: rgba(22, 143, 136, 0.16);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 70, 72, 0.13);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background: linear-gradient(180deg, #fbfffe 0%, #f1faf8 44%, #ffffff 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 12% 18%, rgba(167, 219, 212, 0.58), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(43, 37, 114, 0.09), transparent 24%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(236, 248, 246, 0.75));
}

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

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

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  display: flex;
  width: min(1160px, calc(100% - 32px));
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(28, 88, 88, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: box-shadow 0.25s ease, background 0.25s ease, top 0.25s ease;
}

.site-header.is-scrolled {
  top: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 46px rgba(28, 88, 88, 0.18);
}

.brand img {
  width: 214px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--teal-dark);
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta {
  padding: 0 22px;
  color: var(--white);
  background: var(--indigo);
  box-shadow: 0 14px 28px rgba(43, 37, 114, 0.2);
}

.btn {
  min-height: 58px;
  padding: 0 28px;
  font-size: 1rem;
}

.btn:hover,
.header-cta:hover,
.whatsapp-float:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--indigo));
  box-shadow: 0 18px 36px rgba(22, 143, 136, 0.24);
}

.btn-ghost {
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(22, 143, 136, 0.18);
}

.btn-light {
  color: var(--teal-dark);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(4, 68, 67, 0.18);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 24px 86px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(112deg, rgba(236, 248, 246, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(167, 219, 212, 0.34) 100%),
    url("https://images.unsplash.com/photo-1498837167922-ddd27525d352?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-bg::after {
  position: absolute;
  inset: auto -12% -36% 42%;
  height: 58%;
  content: "";
  border-radius: 999px 0 0 0;
  background: linear-gradient(135deg, rgba(22, 143, 136, 0.2), rgba(43, 37, 114, 0.12));
  transform: rotate(-8deg);
}

.hero-inner,
.section,
.trust-inner,
.location,
.final-cta-inner,
.site-footer {
  width: min(1160px, 100%);
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  min-height: calc(100vh - 226px);
  align-items: center;
  gap: 54px;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.8fr);
}

.badge,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(22, 143, 136, 0.16);
  border-radius: 999px;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 800;
}

.badge {
  padding: 10px 16px;
  box-shadow: 0 12px 28px rgba(22, 143, 136, 0.1);
}

.eyebrow {
  padding: 8px 14px;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  font-weight: 800;
  line-height: 1.02;
}

h3 {
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 1.35rem;
}

.hero-subtitle {
  max-width: 640px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
}

.hero-note {
  margin-bottom: 30px;
  color: var(--indigo);
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.hero-metrics {
  display: grid;
  max-width: 620px;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.hero-metrics div {
  padding: 16px;
  border: 1px solid rgba(22, 143, 136, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 34px rgba(18, 70, 72, 0.08);
}

.hero-metrics strong {
  display: block;
  color: var(--indigo);
  font-size: 1.55rem;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.image-frame {
  position: absolute;
  inset: 34px 0 0 22px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.86);
  border-radius: 42px;
  background: var(--mint-soft);
  box-shadow: var(--shadow);
}

.image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(15, 82, 78, 0.28));
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-panel {
  position: absolute;
  z-index: 2;
  max-width: 250px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(20, 75, 75, 0.16);
  backdrop-filter: blur(14px);
}

.floating-panel span {
  display: block;
  margin-bottom: 7px;
  color: var(--teal-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.floating-panel strong {
  color: var(--indigo);
  font-size: 1.08rem;
}

.panel-top {
  top: 0;
  right: 0;
}

.panel-bottom {
  bottom: 34px;
  left: 0;
}

.section {
  padding: 100px 24px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.section-heading p,
.trust-copy p,
.location-content p,
.final-cta p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-grid,
.testimonial-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.testimonial-card,
.trust-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(18, 70, 72, 0.08);
  backdrop-filter: blur(12px);
}

.service-card {
  min-height: 330px;
  padding: 34px;
}

.service-card p,
.testimonial-card p,
.trust-item span {
  color: var(--muted);
  line-height: 1.72;
}

.icon-wrap {
  display: grid;
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22, 143, 136, 0.14), rgba(43, 37, 114, 0.1));
}

.icon-wrap svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--indigo);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.trust {
  padding: 106px 24px;
  background:
    linear-gradient(135deg, rgba(22, 143, 136, 0.94), rgba(43, 37, 114, 0.92)),
    url("https://images.unsplash.com/photo-1550831107-1553da8c8464?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.trust-inner {
  display: grid;
  align-items: center;
  gap: 46px;
  grid-template-columns: 0.9fr 1.1fr;
}

.trust .eyebrow {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.24);
}

.trust h2,
.trust-copy p {
  color: var(--white);
}

.trust-copy p {
  opacity: 0.86;
}

.trust-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.trust-item {
  padding: 26px;
  background: rgba(255, 255, 255, 0.93);
}

.trust-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--indigo);
  font-size: 1.08rem;
}

.testimonial-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.testimonial-card p {
  font-size: 1.02rem;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--indigo);
}

.testimonial-card span {
  margin-top: 4px;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.location {
  display: grid;
  gap: 30px;
  align-items: stretch;
  grid-template-columns: 0.82fr 1.18fr;
  padding: 100px 24px;
}

.location-content {
  padding: 42px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-content .btn {
  margin-top: 14px;
}

.map-wrap {
  min-height: 420px;
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.final-cta {
  padding: 90px 24px;
}

.final-cta-inner {
  position: relative;
  overflow: hidden;
  padding: 76px 42px;
  border-radius: 36px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(135deg, var(--teal), var(--indigo));
  box-shadow: 0 30px 80px rgba(43, 37, 114, 0.22);
}

.final-cta-inner::before {
  position: absolute;
  inset: -40% -12% auto auto;
  width: 440px;
  height: 440px;
  content: "";
  border-radius: 50%;
  background: rgba(167, 219, 212, 0.22);
}

.script-line {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-family: "Caveat", cursive;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.final-cta h2,
.final-cta p,
.final-cta .btn {
  position: relative;
}

.final-cta p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.84);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 24px 112px;
  color: var(--muted);
}

.site-footer img {
  width: 250px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin-bottom: 6px;
  font-weight: 800;
}

.site-footer a {
  color: var(--teal-dark);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  color: var(--white);
  background: #20bf63;
  box-shadow: 0 18px 40px rgba(32, 191, 99, 0.36);
  font-weight: 900;
  transition: transform 0.2s ease;
}

.whatsapp-float svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 28px;
  }

  .main-nav {
    display: none;
  }

  .hero {
    padding-top: 132px;
  }

  .hero-inner,
  .trust-inner,
  .location {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

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

  .service-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .brand img {
    width: 166px;
    height: 48px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: auto;
    padding: 116px 16px 66px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

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

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

  .image-frame {
    inset: 30px 0 0;
    border-width: 8px;
    border-radius: 30px;
  }

  .floating-panel {
    max-width: 220px;
    padding: 15px 16px;
  }

  .panel-top {
    right: 8px;
  }

  .panel-bottom {
    bottom: 18px;
  }

  .section,
  .location,
  .final-cta {
    padding: 72px 16px;
  }

  .service-card,
  .testimonial-card,
  .location-content {
    padding: 26px;
    border-radius: 22px;
  }

  .trust {
    padding: 78px 16px;
  }

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

  .map-wrap,
  .map-wrap iframe {
    min-height: 350px;
  }

  .final-cta-inner {
    padding: 58px 24px;
    border-radius: 28px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 16px 106px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    min-height: 58px;
    padding: 0 16px;
  }
}
