html { scroll-behavior: smooth; }
body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.fade-up { animation: fadeUp .8s ease both; }
.fade-delay-1 { animation-delay: .12s; }
.fade-delay-2 { animation-delay: .24s; }
.fade-delay-3 { animation-delay: .36s; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.float { animation: float 5s ease-in-out infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
.marquee { animation: marquee 28s linear infinite; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.field {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(255 255 255 / 0.06);
  padding: 0.95rem 1rem;
  color: white;
  outline: none;
}
.field:focus {
  border-color: rgb(184 216 169 / 0.8);
  box-shadow: 0 0 0 4px rgb(184 216 169 / 0.12);
}
.field::placeholder { color: rgb(255 255 255 / 0.42); }
select.field option { color: #071A13; }
.step-panel { display: none; }
.step-panel.active { display: block; }
.step-dot {
  height: .7rem;
  width: .7rem;
  border-radius: 999px;
  background: rgb(255 255 255 / .24);
}
.step-dot.active { background: #B8D8A9; }
.legal-copy h2 {
  margin-top: 2rem;
  color: #DDECCF;
  font-size: 1.4rem;
  font-weight: 900;
}
.legal-copy p,
.legal-copy li {
  margin-top: .85rem;
  color: rgb(255 255 255 / .72);
  line-height: 1.85;
}
.legal-copy ul { margin-top: .8rem; padding-left: 1.2rem; list-style: disc; }
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 3.4rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 999px;
  background: #B8D8A9;
  color: #071A13;
  padding: 0;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 18px 50px rgb(0 0 0 / .35);
}
.whatsapp-float:hover { background: #DDECCF; }
.whatsapp-float::before {
  content: "";
  width: 1.65rem;
  height: 1.65rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38a9.9 9.9 0 0 0 4.74 1.21h.01c5.46 0 9.91-4.45 9.91-9.91a9.86 9.86 0 0 0-2.91-7.01ZM12.05 20.15h-.01a8.25 8.25 0 0 1-4.2-1.15l-.3-.18-3.11.82.83-3.03-.2-.31a8.22 8.22 0 0 1-1.26-4.38c0-4.55 3.7-8.25 8.26-8.25a8.2 8.2 0 0 1 5.84 2.42 8.2 8.2 0 0 1 2.42 5.84c0 4.55-3.71 8.22-8.27 8.22Zm4.52-6.16c-.25-.12-1.47-.73-1.7-.81-.23-.08-.39-.12-.56.12-.16.25-.64.81-.78.98-.14.16-.29.18-.54.06-.25-.12-1.05-.39-2-1.23-.74-.66-1.24-1.47-1.38-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.35-.77-1.85-.2-.49-.41-.42-.56-.43h-.48c-.16 0-.43.06-.66.31-.23.25-.87.85-.87 2.07 0 1.22.89 2.4 1.01 2.56.12.16 1.75 2.67 4.23 3.74.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.14-1.18-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.05 4.91A9.82 9.82 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38a9.9 9.9 0 0 0 4.74 1.21h.01c5.46 0 9.91-4.45 9.91-9.91a9.86 9.86 0 0 0-2.91-7.01ZM12.05 20.15h-.01a8.25 8.25 0 0 1-4.2-1.15l-.3-.18-3.11.82.83-3.03-.2-.31a8.22 8.22 0 0 1-1.26-4.38c0-4.55 3.7-8.25 8.26-8.25a8.2 8.2 0 0 1 5.84 2.42 8.2 8.2 0 0 1 2.42 5.84c0 4.55-3.71 8.22-8.27 8.22Zm4.52-6.16c-.25-.12-1.47-.73-1.7-.81-.23-.08-.39-.12-.56.12-.16.25-.64.81-.78.98-.14.16-.29.18-.54.06-.25-.12-1.05-.39-2-1.23-.74-.66-1.24-1.47-1.38-1.72-.14-.25-.02-.38.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.35-.77-1.85-.2-.49-.41-.42-.56-.43h-.48c-.16 0-.43.06-.66.31-.23.25-.87.85-.87 2.07 0 1.22.89 2.4 1.01 2.56.12.16 1.75 2.67 4.23 3.74.59.26 1.05.41 1.41.52.59.19 1.13.16 1.56.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.08.14-1.18-.06-.1-.22-.16-.47-.28Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
@media (max-width: 640px) {
  .whatsapp-float {
    right: 1rem;
    bottom: 3rem;
    width: 3.8rem;
    height: 3.8rem;
  }
}
.menu-icon {
  position: relative;
  display: block;
  width: 1.25rem;
  height: .9rem;
}
.menu-icon::before,
.menu-icon::after,
.menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform .2s ease, top .2s ease, opacity .2s ease;
}
.menu-icon::before { top: 0; }
.menu-icon span { top: calc(50% - 1px); }
.menu-icon::after { top: calc(100% - 2px); }
[data-menu-toggle][aria-expanded="true"] .menu-icon::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
[data-menu-toggle][aria-expanded="true"] .menu-icon span { opacity: 0; }
[data-menu-toggle][aria-expanded="true"] .menu-icon::after {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.cookie-banner {
  position: fixed;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 70;
  display: none;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  max-width: 58rem;
  margin: 0 auto;
  border: 1px solid rgb(255 255 255 / .12);
  border-radius: 1.5rem;
  background: rgb(7 26 19 / .96);
  color: white;
  padding: 1.1rem;
  box-shadow: 0 24px 70px rgb(0 0 0 / .42);
  backdrop-filter: blur(18px);
}
.cookie-banner.show { display: flex; }
.cookie-banner p {
  margin: 0;
  color: rgb(255 255 255 / .72);
  font-size: .92rem;
  line-height: 1.55;
}
.cookie-banner a { color: #DDECCF; font-weight: 800; }
.cookie-actions {
  display: flex;
  flex-shrink: 0;
  gap: .7rem;
}
.cookie-btn {
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / .14);
  padding: .78rem 1rem;
  font-weight: 900;
}
.cookie-btn.accept {
  border-color: #B8D8A9;
  background: #B8D8A9;
  color: #071A13;
}
.cookie-btn.reject {
  color: white;
}
.cookie-settings {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 720px) {
  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }
  .cookie-actions { width: 100%; }
  .cookie-btn { flex: 1; }
}
