:root {
  color-scheme: light;
}

html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at top left, rgba(18, 62, 69, 0.09), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(192, 147, 101, 0.12), transparent 18%),
    linear-gradient(180deg, #f8f1e8 0%, #f3ece3 100%);
}

.brand-wordmark {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.brand-wordmark-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: #f5e7d6;
  text-rendering: geometricPrecision;
}

.footer-wordmark .brand-wordmark-title {
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.45rem 0.8rem;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 59, 67, 0.1);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.7rem 1rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #123e45;
  box-shadow: 0 10px 24px rgba(18, 62, 69, 0.06);
}

.quote-panel {
  border-radius: 2rem;
  border: 1px solid rgba(18, 62, 69, 0.08);
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(255, 245, 235, 0.86));
  padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(18, 62, 69, 0.07);
}

.quote-label {
  margin-bottom: 1rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c09365;
}

.section-tag::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #123e45, #c09365);
  box-shadow: 0 0 0 0.4rem rgba(18, 62, 69, 0.08);
}

.premium-card,
.step-card,
.testimonial-card,
.location-card,
.faq-item,
.section-cta {
  border-radius: 1.75rem;
  border: 1px solid rgba(18, 62, 69, 0.08);
  background: rgba(255, 251, 246, 0.88);
  box-shadow: 0 18px 40px rgba(18, 62, 69, 0.06);
}

.premium-card,
.step-card,
.testimonial-card,
.location-card {
  padding: 1.8rem;
}

.section-cta {
  margin-top: 2rem;
  padding: 1.2rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.section-cta p {
  margin: 0;
  color: rgb(84 91 96);
  line-height: 1.7;
  font-weight: 600;
}

.cta-link {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #123e45;
  padding: 0 1.3rem;
  color: #fff;
  font-weight: 800;
  transition: transform 240ms ease, background-color 240ms ease;
}

.cta-link:hover {
  transform: translateY(-2px);
  background: #0a2e35;
}

.premium-card,
.service-item,
.step-card,
.testimonial-card,
.location-card {
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease, background-color 300ms ease;
}

.premium-card:hover,
.service-item:hover,
.step-card:hover,
.testimonial-card:hover,
.location-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 62, 69, 0.18);
  box-shadow: 0 24px 52px rgba(18, 62, 69, 0.1);
}

.card-index,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: #eaded0;
  color: #123e45;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.card-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #123e45;
}

.card-copy {
  margin-top: 0.9rem;
  color: rgb(84 91 96);
  line-height: 1.8;
}

.service-item {
  border-radius: 1.5rem;
  border: 1px solid rgba(18, 62, 69, 0.08);
  background: rgba(255, 251, 246, 0.82);
  padding: 1.35rem 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #123e45;
  box-shadow: 0 14px 30px rgba(18, 62, 69, 0.05);
}

.location-card {
  display: grid;
  gap: 0.55rem;
}

.location-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
  color: #123e45;
}

.location-card span {
  line-height: 1.8;
  color: rgb(84 91 96);
}

.quote-copy {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #123e45;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.45rem 1.55rem;
  padding-right: 4rem;
  position: relative;
  font-weight: 800;
  color: #123e45;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after,
.faq-item summary::before {
  content: "";
  position: absolute;
  right: 1.55rem;
  top: 50%;
  width: 1rem;
  height: 2px;
  background: #123e45;
  transform: translateY(-50%);
  transition: transform 240ms ease;
}

.faq-item summary::before {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::before {
  transform: translateY(-50%) rotate(0deg);
}

.faq-item p {
  padding: 0 1.55rem 1.5rem;
  color: rgb(71 85 105);
  line-height: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 800ms ease, transform 800ms ease;
  will-change: opacity, transform;
}

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

.whatsapp-fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: inline-flex;
  min-height: 3.8rem;
  align-items: center;
  gap: 0.7rem;
  border-radius: 999px;
  background: #25d366;
  padding: 0.9rem 1.15rem;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.28);
  transition: transform 240ms ease, box-shadow 240ms ease;
  animation: pulse-whatsapp 2.4s ease-in-out infinite;
}

.whatsapp-fab::before {
  content: "+55 16 99279-7310";
  position: absolute;
  right: calc(100% + 0.8rem);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  border-radius: 999px;
  background: rgba(8, 43, 49, 0.92);
  padding: 0.55rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.whatsapp-fab:hover::before,
.whatsapp-fab:focus-visible::before {
  opacity: 1;
}

.whatsapp-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.35);
}

.whatsapp-fab:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(185, 138, 90, 0.85);
  outline-offset: 3px;
}

.whatsapp-fab svg {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}

.testimonial-google {
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(244, 236, 227, 0.92));
}

@keyframes pulse-whatsapp {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.28);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.38);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .brand-wordmark-title {
    font-size: 2rem;
  }

  .quote-panel {
    padding: 1.45rem;
  }

  .quote-copy {
    font-size: 1.7rem;
  }

  .card-title,
  .location-card strong {
    font-size: 1.8rem;
  }

  .section-cta {
    align-items: stretch;
  }

  .cta-link {
    width: 100%;
  }

  .whatsapp-fab {
    right: 0.85rem;
    bottom: 0.85rem;
    min-height: 3.55rem;
    padding: 0.85rem 1rem;
  }

  .whatsapp-fab span {
    font-size: 0.95rem;
  }

  .whatsapp-fab::before {
    display: none;
  }
}