:root {
  --bg: #eef3f1;
  --ink: #10231f;
  --muted: #4d635d;
  --paper: #f7faf8;
  --line: #c9d8d2;
  --accent: #0b6b56;
  --whatsapp: #128c7e;
  --whatsapp-deep: #075e54;
  --instagram: #c13584;
  --shadow: 0 24px 60px rgba(16, 35, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

h1,
h2,
h3,
.brand strong,
.brand-hero,
.price {
  font-family: "Sora", system-ui, sans-serif;
  font-weight: 650;
  letter-spacing: -0.03em;
}

h1,
h2,
h3,
p {
  margin: 0;
}

a {
  color: var(--accent);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.15rem 6vw;
  background: rgba(238, 243, 241, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(201, 216, 210, 0.85);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
  margin-right: auto;
}

.brand-logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.brand:hover .brand-logo {
  transform: rotate(-6deg) scale(1.05);
}

.brand strong {
  display: block;
  font-size: 1.15rem;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: linear-gradient(145deg, #0d7a62, #0a4f41);
  color: #eef8f4;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  transition: transform 0.35s ease;
}

.brand:hover .brand-mark {
  transform: rotate(-6deg) scale(1.05);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 0.1rem;
}

.nav-links {
  display: flex;
  gap: 1.35rem;
  align-items: center;
}

.nav-links a {
  position: relative;
  color: var(--ink);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.menu-btn {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 0.75rem;
}

.menu-btn span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1.1rem 6vw 1.4rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.mobile-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.85rem 1.3rem;
  border: 0;
  border-radius: 0.9rem;
  background: var(--accent);
  color: #f3faf7;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.7rem 1.05rem;
  font-size: 0.95rem;
}

.btn-lg {
  padding: 1rem 1.45rem;
  font-size: 1.05rem;
}

.btn-ghost {
  background: rgba(247, 250, 248, 0.14);
  color: #f4faf7;
  border: 1px solid rgba(244, 250, 247, 0.35);
  backdrop-filter: blur(8px);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.btn-whatsapp {
  background: var(--whatsapp);
  box-shadow: 0 10px 28px rgba(18, 140, 126, 0.28);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-deep);
}

.btn-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b 45%, #8134af);
  color: #fff;
}

.btn-full {
  width: 100%;
}

.hero,
.page-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 0;
  overflow: hidden;
}

.page-hero {
  min-height: 72svh;
}

.hero-media,
.media-bg {
  position: absolute;
  inset: 0;
}

.hero-media img,
.media-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-media img {
  object-position: center 35%;
  transform: scale(1.04);
  animation: hero-zoom 14s ease-out forwards;
}

.hero-veil,
.media-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 28, 24, 0.28) 0%, rgba(8, 28, 24, 0.55) 42%, rgba(8, 28, 24, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 28, 24, 0.55) 0%, rgba(8, 28, 24, 0.18) 70%);
}

.media-veil.soft {
  background:
    linear-gradient(180deg, rgba(8, 28, 24, 0.45), rgba(8, 28, 24, 0.78)),
    linear-gradient(90deg, rgba(8, 28, 24, 0.5), transparent 65%);
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 52rem);
  padding: 8.5rem 6vw 5.5rem;
  color: #f4faf7;
  animation: hero-rise 0.9s ease-out both;
}

.page-hero-content {
  padding: 7.5rem 6vw 4.5rem;
}

.brand-hero,
.crumb {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #9fe0cf;
  margin-bottom: 0.85rem;
}

.crumb {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
}

.crumb a {
  color: #9fe0cf;
  text-decoration: none;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.6rem, 6.5vw, 5.1rem);
  line-height: 1.02;
  text-wrap: balance;
}

.hero h1 {
  max-width: 11ch;
}

.lede {
  max-width: 34rem;
  margin-top: 1.25rem;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: rgba(244, 250, 247, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.section {
  padding: 5rem 6vw;
}

.image-band {
  position: relative;
  overflow: hidden;
  color: #f4faf7;
  padding: 5.5rem 6vw;
  min-height: 28rem;
  display: grid;
  align-items: center;
}

.image-band .band-copy {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-band.is-visible .band-copy {
  opacity: 1;
  transform: translateY(0);
}

.image-band .media-bg img {
  transform: scale(1.08);
  transition: transform 8s ease-out;
}

.image-band.is-visible .media-bg img {
  transform: scale(1);
}

.image-band .eyebrow {
  color: #9fe0cf;
}

.image-band h2,
.image-band p {
  color: #f4faf7;
}

.image-band p {
  margin-top: 0.85rem;
  color: rgba(244, 250, 247, 0.86);
}

.image-band .btn {
  margin-top: 1.5rem;
}

.eyebrow {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.7rem;
}

h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.12;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.2rem;
}

.section-head p:last-child {
  margin-top: 0.7rem;
  color: var(--muted);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.product-tile {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border-radius: 1.25rem;
  color: #f4faf7;
  text-decoration: none;
  display: grid;
  align-items: end;
  isolation: isolate;
  transition: transform 0.3s ease;
}

.product-tile:hover {
  transform: translateY(-4px);
}

.product-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform 0.5s ease;
}

.product-tile:hover img {
  transform: scale(1.05);
}

.product-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 20%, rgba(8, 28, 24, 0.88) 100%);
}

.product-tile .tile-copy {
  padding: 1.4rem;
}

.product-tile h3 {
  font-size: 1.45rem;
  color: #f4faf7;
}

.product-tile p {
  margin-top: 0.4rem;
  color: rgba(244, 250, 247, 0.82);
  font-size: 0.98rem;
}

.product-tile .tile-link {
  display: inline-block;
  margin-top: 0.85rem;
  font-weight: 700;
  color: #9fe0cf;
}

.band {
  background: #e3ebe7;
}

.pricing-grid,
.booking {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.75rem;
  align-items: start;
}

.checklist {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  padding: 0.5rem 0 0.5rem 1.4rem;
  position: relative;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
}

.price-panel {
  padding: 0.4rem 0 0;
  border-top: 3px solid var(--accent);
}

.price-label {
  color: var(--muted);
  margin-top: 1rem;
}

.price {
  font-size: clamp(3rem, 6vw, 4rem);
  line-height: 1;
  margin: 0.4rem 0 0.55rem;
  color: var(--ink);
}

.price-note,
.fine,
.form-status {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-panel .btn {
  margin: 1.35rem 0 0.8rem;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.areas li {
  border-bottom: 2px solid var(--line);
  padding: 0.35rem 0.15rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    border-color 0.25s ease,
    color 0.25s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.areas.is-visible li {
  opacity: 1;
  transform: translateY(0);
}

.areas li:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.why-grid p,
.pricing-grid p,
.booking p {
  color: var(--muted);
  margin-top: 0.5rem;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
  background: var(--paper);
  padding: 1.4rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
}

label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.full,
form .btn,
.form-status {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  font: inherit;
  font-weight: 500;
  padding: 0.8rem 0.9rem;
  border-radius: 0.75rem;
  border: 1px solid var(--line);
  background: #fff;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.problem-item {
  display: grid;
  gap: 0.55rem;
  padding: 1.2rem 1.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.problem-item:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.problem-item strong {
  font-family: "Sora", system-ui, sans-serif;
  font-size: 1.05rem;
}

.problem-item span {
  color: var(--muted);
  font-size: 0.95rem;
}

.problem-item em {
  font-style: normal;
  font-weight: 700;
  color: var(--accent);
  font-size: 0.88rem;
}

.related-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.related-products a {
  display: block;
  padding: 1rem;
  border-bottom: 2px solid var(--line);
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

.related-products a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.8rem 6vw 2.6rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand img {
  border-radius: 0.7rem;
}

.footer strong {
  color: var(--ink);
  font-family: "Sora", system-ui, sans-serif;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-card {
  padding: 1.4rem 1.25rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
}

.about-card h3 {
  margin-top: 0.35rem;
}

.about-card p:last-child {
  margin-top: 0.55rem;
  color: var(--muted);
}

.about-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.steps {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.steps li {
  display: grid;
  gap: 0.25rem;
  padding-left: 1.5rem;
  position: relative;
}

.steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--accent);
}

.steps span {
  color: var(--muted);
}

.about-aside {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.about-logo {
  border-radius: 1rem;
  margin-bottom: 0.85rem;
}

.about-aside h3 {
  margin-bottom: 0.35rem;
}

.about-aside > p {
  color: var(--muted);
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.promise-strip article {
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 250, 247, 0.28);
}

.promise-strip h3 {
  font-size: 1.15rem;
  color: #f4faf7;
}

.promise-strip p {
  margin-top: 0.35rem;
  color: rgba(244, 250, 247, 0.8);
  font-size: 0.98rem;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  box-shadow: 0 14px 34px rgba(7, 94, 84, 0.35);
  animation: float-in 0.7s 0.4s ease both, soft-pulse 2.8s 1.2s ease-in-out infinite;
}

.whatsapp-float svg {
  width: 1.7rem;
  height: 1.7rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-24px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

.price {
  display: inline-block;
}

.price.is-visible {
  animation: price-pop 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.problem-item em {
  transition: transform 0.25s ease;
  display: inline-block;
}

.problem-item:hover em {
  transform: translateX(4px);
}

@keyframes hero-zoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1.04);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes soft-pulse {
  0%,
  100% {
    box-shadow: 0 14px 34px rgba(7, 94, 84, 0.35);
  }
  50% {
    box-shadow: 0 14px 34px rgba(7, 94, 84, 0.35), 0 0 0 12px rgba(18, 140, 126, 0.14);
  }
}

@keyframes price-pop {
  from {
    opacity: 0;
    transform: scale(0.88);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .reveal-left,
  .reveal-scale,
  .image-band .band-copy,
  .image-band .media-bg img,
  .areas li,
  .hero-media img,
  .hero-content,
  .page-hero-content,
  .whatsapp-float {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .mobile-nav.open {
    display: flex;
  }

  .hero-content,
  .page-hero-content {
    padding: 7.5rem 6vw 4rem;
  }

  .hero h1 {
    max-width: none;
  }

  .product-grid,
  .problem-grid,
  .why-grid,
  .pricing-grid,
  .booking,
  .related-products,
  .about-highlights,
  .about-split,
  .promise-strip,
  form,
  .footer {
    grid-template-columns: 1fr;
  }

  .related-products {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    display: grid;
    justify-content: stretch;
  }
}
