:root {
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --white: #ffffff;
  --focus: #ffd54a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #03162b;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

.page,
.video-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.video-section {
  position: relative;
}

.section-video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.video-desktop {
  display: none;
}

.cta-hotspot {
  position: absolute;
  z-index: 10;
  display: block;
  min-width: 44px;
  min-height: 44px;
  border-radius: 14px;
  background: transparent;
  cursor: pointer;
}

.cta-hotspot:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 3px;
}

.cta-desktop {
  display: none;
}

.cta-hotspot--hero.cta-mobile {
  left: 9%;
  top: 84.46%;
  width: 82.14%;
  height: 12.05%;
}

.cta-hotspot--oferta.cta-mobile {
  left: 11.71%;
  top: 77.95%;
  width: 76.57%;
  height: 10.36%;
}

@media (min-width: 768px) {
  .video-mobile {
    display: none;
  }

  .video-desktop {
    display: block;
  }

  .cta-mobile {
    display: none;
  }

  .cta-desktop {
    display: block;
  }

  .cta-hotspot--hero.cta-desktop {
    left: 2.5%;
    top: 80.58%;
    width: 43.67%;
    height: 14.58%;
  }

  .cta-hotspot--oferta.cta-desktop {
    left: 11.56%;
    top: 77.42%;
    width: 39.61%;
    height: 11.58%;
  }
}

.whatsapp-demo {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  padding: 0.85rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  font: 700 0.95rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: default;
}

.whatsapp-demo svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.whatsapp-demo:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .whatsapp-demo {
    width: 58px;
    min-height: 58px;
    padding: 0;
  }

  .whatsapp-demo span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}
