html {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button,
*::-webkit-scrollbar-button,
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner,
*::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  -webkit-appearance: none;
}

body {
  -ms-overflow-style: none;
}

.section,
.final-cta,
.feedback-gallery-section,
.closing-section {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 220;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(220, 238, 255, 0.22);
}

.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-soft), var(--blue-3), var(--blue));
  box-shadow: 0 0 12px rgba(43, 127, 211, 0.34);
}

.custom-scrollbar {
  position: fixed;
  top: 12px;
  right: 5px;
  bottom: 12px;
  z-index: 230;
  width: 7px;
  border: 1px solid rgba(23, 105, 170, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(241, 247, 255, 0.5), rgba(221, 238, 255, 0.22));
  box-shadow: 0 8px 22px rgba(6, 26, 51, 0.08);
  cursor: pointer;
}

.custom-scrollbar span {
  position: absolute;
  top: 0;
  right: 1px;
  left: 1px;
  min-height: 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue-3), var(--blue));
  box-shadow: 0 6px 14px rgba(23, 105, 170, 0.24);
  transform: translateY(0);
  transition: background 180ms ease, box-shadow 180ms ease;
  will-change: height, transform;
}

.custom-scrollbar:hover span {
  background: linear-gradient(180deg, var(--blue-2), var(--navy-3));
  box-shadow: 0 8px 18px rgba(23, 105, 170, 0.32);
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  isolation: isolate;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1), background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  transition: transform 200ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  position: relative;
  background: linear-gradient(135deg, var(--blue-3) 0%, var(--blue-2) 44%, var(--blue) 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(23, 105, 170, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-gold::after {
  position: absolute;
  inset: -55% -28%;
  z-index: -1;
  background: linear-gradient(115deg, transparent 36%, rgba(255, 255, 255, 0.22), transparent 62%);
  content: "";
  transform: translateX(-68%);
  transition: transform 480ms ease;
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--blue-3) 0%, var(--blue-2) 48%, var(--blue) 100%);
  box-shadow: 0 14px 28px rgba(43, 127, 211, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-gold:hover::after {
  transform: translateX(68%);
}

.btn-whatsapp {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue-2), var(--blue) 60%, var(--navy-2));
  color: #fff;
  box-shadow: 0 10px 24px rgba(29, 93, 155, 0.28);
}

.btn-whatsapp::after {
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.22), transparent 62%);
  content: "";
  transform: translateX(-70%);
  transition: transform 550ms ease;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #4d98f5, var(--blue), var(--navy-2));
}

.btn-whatsapp:hover::after {
  transform: translateX(70%);
}

.btn-whatsapp > * {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  background: var(--navy);
  color: #b7c7da;
}

.site-footer .container {
  width: min(calc(100% - 32px), var(--container));
  margin-right: auto;
  margin-left: auto;
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-soft), var(--blue), var(--blue-2));
  content: "";
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) minmax(180px, 0.65fr) minmax(300px, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 70px);
  padding: 54px 0 38px;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-grid p {
  max-width: 44ch;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.75;
}

.footer-title {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.footer-links a,
.footer-links li {
  color: #c5d5e8;
  font-size: 15px;
  line-height: 1.6;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--blue-soft);
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-contact-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--blue-soft);
}

.footer-address-block {
  margin-top: 22px;
}

.footer-address {
  display: grid;
  gap: 2px;
  margin-top: 12px;
  color: #c5d5e8;
  font-size: 15px;
  font-style: normal;
  line-height: 1.6;
}

.footer-address span {
  display: block;
  border: 0;
  text-decoration: none;
}

.footer-follow {
  margin-top: 22px;
}

.footer-follow .follow-label {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.socials a {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(220, 238, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #dbe8f6;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), border-color 240ms ease, color 240ms ease, box-shadow 280ms ease;
}

.socials a::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--blue-3) 0%, var(--blue-2) 44%, var(--blue) 100%);
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
}

.socials a > svg {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
}

.socials a:hover,
.socials a:focus-visible {
  transform: translateY(-3px);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 26px rgba(23, 105, 170, 0.4);
}

.socials a:hover::before,
.socials a:focus-visible::before {
  opacity: 1;
}

.ethics {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ethics-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 18px 0 20px;
}

.ethics p {
  max-width: 900px;
  color: #b8c5d6;
  font-size: 14.5px;
  line-height: 1.7;
}

.ethics .copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-self: start;
  margin: 0;
  color: #95a0b2;
  text-align: left;
}

.footer-credit {
  color: #c4d0e0;
}

.footer-credit a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(159, 208, 255, 0.65);
  text-underline-offset: 3px;
}

.footer-credit a:hover {
  color: var(--blue-soft);
}

.disclaimer-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.disclaimer-trigger {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(220, 238, 255, 0.34);
  border-radius: 50%;
  background: rgba(220, 238, 255, 0.12);
  color: #fff;
  box-shadow: 0 6px 16px rgba(7, 26, 47, 0.2);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.disclaimer-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  z-index: 5;
  width: min(350px, calc(100vw - 40px));
  padding: 12px 14px;
  border: 1px solid rgba(220, 238, 255, 0.22);
  border-radius: 12px;
  background: rgba(7, 26, 47, 0.98);
  color: #dbeafe;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  font-size: 13.5px;
  line-height: 1.55;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.disclaimer-tooltip::after {
  position: absolute;
  right: 10px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(220, 238, 255, 0.22);
  border-bottom: 1px solid rgba(220, 238, 255, 0.22);
  background: rgba(7, 26, 47, 0.98);
  content: "";
  transform: rotate(45deg);
}

.disclaimer-tip:hover .disclaimer-tooltip,
.disclaimer-tip:focus-within .disclaimer-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.footer-disclaimer {
  display: none;
}

.footer-disclaimer p {
  max-width: none;
  margin: 0;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-2), var(--blue) 60%, var(--navy-2));
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 26, 47, 0.24), 0 0 0 0 rgba(47, 128, 237, 0.34);
  animation: waPulse 2.8s ease-out infinite;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.float-whatsapp::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(47, 128, 237, 0.34);
  border-radius: inherit;
  content: "";
  opacity: 0.7;
  animation: waRing 2.8s ease-out infinite;
}

.float-whatsapp:hover {
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 18px 36px rgba(7, 26, 47, 0.3), 0 0 0 8px rgba(47, 128, 237, 0.12);
}

.float-whatsapp svg {
  width: 28px;
  height: 28px;
}

@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 14px 28px rgba(7, 26, 47, 0.24), 0 0 0 0 rgba(47, 128, 237, 0.24);
  }

  50% {
    box-shadow: 0 18px 36px rgba(7, 26, 47, 0.28), 0 0 0 10px rgba(47, 128, 237, 0);
  }
}

@keyframes waRing {
  0% {
    transform: scale(0.9);
    opacity: 0.72;
  }

  70%, 100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

.mobile-bar {
  display: none;
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 86px;
  }

  .custom-scrollbar {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0 22px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-logo {
    width: 176px;
  }

  .footer-grid p {
    max-width: none;
    margin-top: 13px;
    font-size: 14.5px;
    line-height: 1.65;
  }

  .footer-title {
    font-size: 13px;
    letter-spacing: 0.11em;
  }

  .footer-links {
    gap: 8px;
    margin-top: 11px;
  }

  .footer-links a,
  .footer-links li {
    font-size: 15px;
    line-height: 1.48;
  }

  .footer-contact-link {
    align-items: flex-start;
    gap: 8px;
  }

  .footer-contact-link svg {
    margin-top: 3px;
  }

  .footer-address-block {
    margin-top: 20px;
  }

  .footer-address {
    margin-top: 9px;
    color: #bac9db;
    font-size: 14.75px;
    line-height: 1.55;
  }

  .ethics-row {
    display: grid;
    gap: 14px;
    padding: 0 0 24px;
  }

  .ethics .copyright {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
  }

  .footer-credit {
    display: block;
    margin-top: 5px;
  }

  .disclaimer-tip {
    display: none;
  }

  .footer-disclaimer {
    display: block;
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(220, 238, 255, 0.16);
    border-radius: 14px;
    background: rgba(220, 238, 255, 0.07);
  }

  .footer-disclaimer p {
    color: #c2cfde;
    font-size: 14px;
    line-height: 1.62;
  }

  .float-whatsapp {
    display: none;
  }

  .mobile-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 85;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 13px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(255, 253, 249, 0.97);
    box-shadow: 0 -10px 28px rgba(6, 26, 51, 0.12);
    backdrop-filter: blur(14px);
    transform: translateY(130%);
    transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .mobile-bar.visible {
    transform: translateY(0);
  }

  .mobile-bar .btn {
    min-height: 50px;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-scrollbar span,
  .btn,
  .btn::after,
  .socials a,
  .socials a::before,
  .disclaimer-tooltip,
  .float-whatsapp,
  .float-whatsapp::before,
  .mobile-bar {
    transition: none !important;
    animation: none !important;
  }
}
