:root {
  --sky: #dff7ff;
  --sky-deep: #6dd6ff;
  --ocean: #0578ad;
  --turquoise: #18c9bd;
  --coral: #ff5a52;
  --gold: #d9ae61;
  --ink: #12324a;
  --muted: #607484;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.72);
  --border: rgba(255, 255, 255, 0.78);
  font-family: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(109, 214, 255, 0.62), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(24, 201, 189, 0.28), transparent 28%),
    linear-gradient(180deg, #fbfeff 0%, #e8f8ff 56%, #fff7e7 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -4;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(5, 120, 173, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 120, 173, 0.1) 1px, transparent 1px);
  background-size: 74px 74px;
}

body::after {
  z-index: -3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 1px, transparent 1.6px),
    radial-gradient(circle, rgba(217, 174, 97, 0.52) 1px, transparent 1.8px);
  background-size: 72px 72px, 118px 118px;
  animation: sparkle 20s linear infinite;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.ambient-map {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.62), rgba(255,255,255,0.18)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=85") center/cover;
  opacity: 0.9;
}

.ambient-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.84) 38%, rgba(255,255,255,0.56) 62%, rgba(255,255,255,0.78) 100%),
    radial-gradient(circle at 20% 34%, rgba(255,255,255,0.98) 0 16%, transparent 42%),
    radial-gradient(circle at 74% 44%, rgba(109,214,255,0.22), transparent 34%),
    repeating-linear-gradient(24deg, transparent 0 28px, rgba(5, 120, 173, 0.08) 29px 30px);
}

.ambient-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255,255,255,0.72), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,247,231,0.46));
}

.route {
  position: absolute;
  border-top: 2px dashed rgba(255, 90, 82, 0.48);
  border-radius: 50%;
}

.route-one {
  left: 5%;
  top: 14%;
  width: 86%;
  height: 54%;
  transform: rotate(-10deg);
}

.route-two {
  right: -10%;
  bottom: 8%;
  width: 62%;
  height: 38%;
  border-color: rgba(217, 174, 97, 0.44);
  transform: rotate(18deg);
}

.stamp {
  position: absolute;
  z-index: 1;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stamp {
  padding: 13px 17px;
  border: 2px solid rgba(217, 174, 97, 0.5);
  border-radius: 50%;
  color: rgba(177, 104, 29, 0.68);
}

.stamp-a { left: 10%; bottom: 20%; transform: rotate(12deg); }
.stamp-b { right: 18%; bottom: 15%; transform: rotate(-13deg); }

.compass {
  position: absolute;
  right: 7%;
  bottom: 8%;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(217, 174, 97, 0.58);
  border-radius: 50%;
  box-shadow: inset 0 0 0 17px rgba(255,255,255,0.2);
}

.compass::before,
.compass::after {
  content: "";
  position: absolute;
  inset: 21px;
  background: linear-gradient(135deg, transparent 42%, rgba(217, 174, 97, 0.7) 43% 56%, transparent 57%);
}

.compass::after {
  transform: rotate(90deg);
}

.one-fold {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(1200px, calc(100% - 36px));
  height: 100svh;
  margin: 0 auto;
  padding: 7px 0 10px;
  overflow: hidden;
}

.topbar {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: clamp(190px, 21vw, 290px);
  max-height: 112px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(10, 84, 128, 0.16));
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(410px, 0.94fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  height: 100%;
  min-height: 0;
  padding: 4px 0 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--ocean);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.75);
  box-shadow: 0 12px 30px rgba(10, 84, 128, 0.1);
  backdrop-filter: blur(16px);
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 7px rgba(255, 90, 82, 0.13), 0 0 18px rgba(255, 90, 82, 0.68);
  animation: livePulse 1.8s ease-in-out infinite;
}

h1 {
  max-width: 680px;
  margin: 9px 0 9px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.15rem, 3.75vw, 3.95rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  display: block;
}

h1 span:first-child {
  color: var(--ocean);
  font-size: 0.74em;
  line-height: 1.04;
}

.hero-copy p {
  max-width: 590px;
  margin: 0;
  color: #40596e;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.34;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-width: 660px;
  margin: 11px 0 0;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 27px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 24px 64px rgba(10, 84, 128, 0.13);
  backdrop-filter: blur(20px);
}

.lead-form label {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 19px;
  background: rgba(255,255,255,0.66);
}

.lead-form label:nth-of-type(3) {
  grid-column: 1 / -1;
}

.lead-form label span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: 700 0.88rem "DM Sans", sans-serif;
}

.lead-form input::placeholder {
  color: rgba(96, 116, 132, 0.72);
}

.form-error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
  font-size: 0.74rem;
  font-weight: 700;
}

.whatsapp-btn {
  position: relative;
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 50px;
  padding: 12px 20px;
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(135deg, #19b85a, #20d66e 52%, #11b56c);
  box-shadow: 0 18px 42px rgba(25, 184, 90, 0.35), 0 0 0 8px rgba(25, 184, 90, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.whatsapp-btn:disabled {
  cursor: default;
  opacity: 0.75;
}

.whatsapp-btn::before {
  content: "";
  position: absolute;
  inset: -60% auto -60% -30%;
  width: 34%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.44), transparent);
  animation: shine 3.4s ease-in-out infinite;
}

.whatsapp-btn svg {
  position: relative;
  width: 29px;
  height: 29px;
  flex: 0 0 auto;
  fill: currentColor;
}

.whatsapp-btn:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 26px 56px rgba(25, 184, 90, 0.42), 0 0 0 10px rgba(25, 184, 90, 0.11);
}

.hero-visual {
  display: grid;
  align-content: center;
  gap: 12px;
  min-width: 0;
  padding: 0 18px 8px;
}

.photo-stage {
  position: relative;
  min-height: min(56svh, 530px);
  isolation: isolate;
}

.dani-photo {
  position: absolute;
  z-index: 44;
  left: 28%;
  top: 8%;
  width: 44%;
  height: 70%;
  object-fit: cover;
  object-position: 50% 32%;
  border: 9px solid rgba(255,255,255,0.88);
  border-radius: 40px;
  box-shadow: 0 36px 96px rgba(10, 84, 128, 0.24);
}

.destination {
  position: absolute;
  z-index: 34;
  width: 18%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  border: 7px solid rgba(255,255,255,0.94);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(10, 84, 128, 0.18);
}

.destination-a {
  left: 11%;
  top: 30%;
  object-position: 55% 42%;
  transform: rotate(-10deg);
}

.destination-b {
  right: 11%;
  top: 30%;
  object-position: 62% 44%;
  transform: rotate(10deg);
}

.destination-c {
  left: 41%;
  right: auto;
  bottom: auto;
  top: 72%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transform: rotate(5deg);
}

.destination-d,
.destination-e,
.destination-f,
.destination-g {
  display: block;
  width: 16%;
  z-index: 32;
}

.destination-d {
  left: 24%;
  top: 73%;
  object-position: 50% 42%;
  transform: rotate(-4deg);
}

.destination-e {
  right: 24%;
  top: 73%;
  object-position: 48% 34%;
  transform: rotate(4deg);
}

.destination-f {
  left: 2%;
  top: 55%;
  object-position: 62% 42%;
  transform: rotate(-12deg);
}

.destination-g {
  right: 2%;
  top: 55%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transform: rotate(12deg);
}

.icon-3d {
  position: absolute;
  z-index: 12;
  width: var(--icon-size);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 22px 28px rgba(10, 84, 128, 0.16));
  animation: iconFloat 8s ease-in-out infinite;
}

.icon-plane {
  --icon-size: 20%;
  left: 1%;
  top: 2%;
  transform: rotate(-10deg);
}

.icon-globe {
  --icon-size: 13%;
  right: 2%;
  top: 7%;
  z-index: 14;
  animation-delay: -2s;
}

.icon-suitcase {
  --icon-size: 11%;
  right: 1%;
  top: 76%;
  animation-delay: -4s;
}

.icon-passport {
  --icon-size: 11%;
  left: 1%;
  top: 76%;
  transform: rotate(-8deg);
  animation-delay: -1.4s;
}

.icon-pins {
  --icon-size: 7%;
  left: 76%;
  bottom: 24%;
  animation-delay: -3.2s;
}

.icon-coins {
  --icon-size: 7%;
  right: 76%;
  bottom: 24%;
  animation-delay: -5s;
}

.icon-compass {
  --icon-size: 8%;
  left: 46%;
  top: 74%;
  animation-delay: -2.8s;
}

.icon-card {
  --icon-size: 8%;
  right: 46%;
  bottom: 18%;
  transform: rotate(7deg);
  animation-delay: -3.8s;
}

.glass {
  position: absolute;
  z-index: 28;
  border: 1px solid rgba(255,255,255,0.82);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 18px 46px rgba(10, 84, 128, 0.16);
  backdrop-filter: blur(18px);
}

.passport {
  left: 2%;
  top: 23%;
  width: 146px;
  min-height: 104px;
  padding: 19px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, rgba(8, 69, 111, 0.93), rgba(8, 133, 170, 0.84));
  transform: rotate(-8deg);
}

.passport strong {
  display: block;
  margin-top: 8px;
  color: #ffe3a4;
}

.globe-object,
.suitcase-object,
.coin-object,
.plane {
  position: absolute;
  z-index: 7;
}

.globe-object {
  left: 8%;
  bottom: 18%;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background:
    linear-gradient(110deg, transparent 42%, rgba(255,255,255,0.65) 43% 49%, transparent 50%),
    radial-gradient(circle at 35% 28%, #9df5e7, #22b4d7 42%, #075f9d 78%);
  box-shadow: inset -13px -15px 24px rgba(1, 44, 82, 0.28), 0 22px 44px rgba(10, 84, 128, 0.22);
}

.globe-object::before,
.globe-object::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255,255,255,0.42);
  border-radius: 50%;
}

.globe-object::after {
  inset: 50% 7px auto;
  height: 1px;
  border: 0;
  background: rgba(255,255,255,0.56);
}

.suitcase-object {
  right: 15%;
  bottom: 9%;
  width: 108px;
  height: 84px;
  border-radius: 20px;
  background: linear-gradient(145deg, #e8b86e, #b7792c);
  box-shadow: inset -11px -10px 20px rgba(94, 50, 8, 0.18), 0 25px 48px rgba(120, 76, 24, 0.22);
}

.suitcase-object::before {
  content: "";
  position: absolute;
  left: 30px;
  top: -17px;
  width: 48px;
  height: 27px;
  border: 7px solid #b7792c;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
}

.coin-object {
  right: 31%;
  top: 7%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #fff1b5, #d9ae61 64%, #a96f22);
  box-shadow: 0 8px 0 #bd812d, 0 16px 0 #a96f22, 0 26px 42px rgba(136, 88, 24, 0.22);
}

.plane {
  left: 4%;
  top: 4%;
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 14px 18px rgba(5, 120, 173, 0.24));
  animation: floatPlane 8s ease-in-out infinite;
}

.plane::before,
.plane::after {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #fff, #9be8ff 55%, var(--gold));
}

.plane::before {
  inset: 22px 4px 22px;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.plane::after {
  left: 20px;
  top: 6px;
  width: 13px;
  height: 42px;
  clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%);
  transform: rotate(66deg);
}

.mini-plan {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 10px;
  border-radius: 26px;
}

.mini-plan article {
  min-width: 0;
  padding: 14px;
  border-radius: 19px;
  background: rgba(255,255,255,0.66);
}

.mini-plan span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(145deg, var(--coral), #d82a32);
}

.mini-plan p {
  margin: 0;
  color: #40596e;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.34;
}

@keyframes sparkle {
  from { background-position: 0 0, 0 0; }
  to { background-position: 120px 180px, -160px 120px; }
}

@keyframes shine {
  0%, 46% { transform: translateX(0) rotate(18deg); }
  70%, 100% { transform: translateX(420%) rotate(18deg); }
}

@keyframes livePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 7px rgba(255, 90, 82, 0.13), 0 0 16px rgba(255, 90, 82, 0.52);
  }
  50% {
    transform: scale(1.28);
    box-shadow: 0 0 0 10px rgba(255, 90, 82, 0.08), 0 0 26px rgba(255, 90, 82, 0.9);
  }
}

@keyframes floatPlane {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  50% { transform: translate3d(18px, 10px, 0) rotate(6deg); }
}

@keyframes iconFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -10px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {
  body {
    overflow: hidden;
  }

  .one-fold {
    height: 100svh;
    padding-bottom: 10px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 6px;
    justify-items: center;
  }

  .topbar {
    max-width: 760px;
    margin: 0 auto;
  }

  .hero-copy {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  h1 {
    max-width: 820px;
    font-size: clamp(2.15rem, 6.6vw, 3.65rem);
  }

  .photo-stage {
    min-height: min(34svh, 330px);
    max-width: 620px;
    margin: 0 auto;
  }

  .mini-plan {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .ambient-map {
    inset: 0;
  }

  .one-fold {
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px;
  }

  .topbar {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    border-radius: 0;
  }

  .brand-logo {
    width: min(60vw, 208px);
    max-height: 92px;
    margin: 0 auto;
  }

  .brand {
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding-top: 2px;
  }

  .hero-visual {
    order: 1;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-copy {
    order: 2;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
  }

  h1 {
    margin: 7px 0 7px;
    font-size: clamp(1.62rem, 7.8vw, 2.48rem);
    line-height: 0.98;
  }

  .eyebrow {
    justify-content: center;
    max-width: 100%;
    padding: 7px 10px;
    font-size: 0.62rem;
    letter-spacing: 0.045em;
    white-space: normal;
  }

  .eyebrow::before {
    width: 7px;
    height: 7px;
  }

  .hero-copy p {
    font-size: 0.86rem;
    line-height: 1.34;
  }

  .lead-form {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 10px;
    padding: 8px;
    border-radius: 19px;
  }

  .lead-form label {
    gap: 3px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .lead-form label:nth-of-type(3) {
    grid-column: auto;
  }

  .lead-form label span {
    font-size: 0.6rem;
    letter-spacing: 0.055em;
  }

  .lead-form input {
    font-size: 0.84rem;
  }

  .whatsapp-btn {
    grid-column: auto;
    min-height: 48px;
    padding: 10px 12px;
    border-radius: 15px;
    gap: 7px;
    font-size: 0.82rem;
    line-height: 1.08;
  }

  .whatsapp-btn svg {
    width: 22px;
    height: 22px;
  }

  .photo-stage {
    width: 100%;
    height: clamp(270px, 38svh, 340px);
    min-height: clamp(270px, 38svh, 340px);
    margin: 0 auto 6px;
  }

  .dani-photo {
    z-index: 42;
    left: 27%;
    top: 3%;
    width: 46%;
    height: 68%;
    border-width: 5px;
    border-radius: 24px;
    object-position: 50% 30%;
  }

  .destination {
    z-index: 34;
    width: 24%;
    border-width: 4px;
    border-radius: 15px;
  }

  .destination-a {
    left: 4%;
    top: 6%;
    transform: rotate(-9deg);
  }

  .destination-b {
    left: auto;
    right: 4%;
    top: 6%;
    z-index: 34;
    transform: rotate(9deg);
  }

  .destination-c {
    left: 38%;
    right: auto;
    bottom: auto;
    top: 64%;
    width: 26%;
    z-index: 38;
    transform: rotate(4deg);
  }

  .destination-d,
  .destination-e,
  .destination-f,
  .destination-g {
    display: block;
    width: 23%;
    z-index: 30;
  }

  .destination-d {
    left: 14%;
    top: 65%;
    object-position: 50% 42%;
    transform: rotate(-3deg);
  }

  .destination-e {
    right: 14%;
    top: 65%;
    object-position: 48% 34%;
    transform: rotate(4deg);
  }

  .destination-f {
    left: 0%;
    top: 39%;
    object-position: 62% 42%;
    transform: rotate(-10deg);
  }

  .destination-g {
    right: 0%;
    top: 39%;
    transform: rotate(10deg);
  }

  .icon-plane {
    --icon-size: 11%;
    left: 2%;
    top: 3%;
    z-index: 18;
  }

  .icon-globe {
    --icon-size: 9%;
    right: 2%;
    top: 3%;
    z-index: 18;
  }

  .icon-suitcase {
    --icon-size: 8%;
    right: 1%;
    top: 78%;
    z-index: 18;
  }

  .icon-passport {
    --icon-size: 8%;
    left: 1%;
    top: 78%;
    z-index: 18;
  }

  .icon-pins {
    --icon-size: 5.5%;
    left: 74%;
    bottom: 20%;
    z-index: 18;
  }

  .icon-coins {
    --icon-size: 5.5%;
    right: 74%;
    bottom: 20%;
    z-index: 18;
  }

  .icon-compass {
    --icon-size: 6%;
    left: 46%;
    top: 70%;
    z-index: 18;
  }

  .icon-card {
    --icon-size: 6%;
    right: 46%;
    bottom: 20%;
    z-index: 18;
  }

  .passport {
    width: 122px;
    min-height: 88px;
    padding: 15px;
    font-size: 0.86rem;
  }

  .globe-object {
    width: 74px;
    height: 74px;
  }

  .suitcase-object {
    width: 82px;
    height: 64px;
  }

  .coin-object {
    width: 48px;
    height: 48px;
  }

  .mini-plan {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: min(55vw, 182px);
    max-height: 78px;
  }

  .photo-stage {
    height: clamp(252px, 37svh, 310px);
    min-height: clamp(252px, 37svh, 310px);
  }

  .dani-photo {
    left: 27%;
    width: 46%;
    height: 68%;
  }

  .destination {
    width: 24%;
  }

  .destination-a {
    left: 4%;
    top: 6%;
  }

  .destination-b {
    left: auto;
    right: 4%;
    top: 6%;
    z-index: 34;
  }

  .destination-c {
    left: 38%;
    right: auto;
    bottom: auto;
    top: 64%;
    width: 26%;
    z-index: 38;
  }

  .destination-d,
  .destination-e,
  .destination-f,
  .destination-g {
    width: 23%;
  }

  .destination-d {
    left: 14%;
    top: 65%;
  }

  .destination-e {
    right: 14%;
    top: 65%;
  }

  .destination-f {
    left: 0%;
    top: 39%;
  }

  .destination-g {
    right: 0%;
    top: 39%;
  }

  .icon-plane {
    --icon-size: 10%;
  }

  .icon-globe {
    --icon-size: 9%;
    right: 0;
  }

  .icon-suitcase,
  .icon-passport {
    --icon-size: 7%;
  }

  .icon-pins,
  .icon-coins {
    --icon-size: 5.6%;
  }

  .icon-compass,
  .icon-card {
    --icon-size: 6.4%;
  }

  h1 {
    font-size: clamp(1.46rem, 7.2vw, 2.08rem);
  }

  .hero-copy p {
    font-size: 0.8rem;
    line-height: 1.28;
  }

  .lead-form input {
    font-size: 0.76rem;
  }

  .lead-form label {
    padding: 7px 8px;
  }

  .whatsapp-btn {
    min-height: 44px;
    font-size: 0.76rem;
  }
}

@media (max-height: 760px) and (min-width: 1041px) {
  .one-fold {
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .topbar {
    padding: 0;
  }

  .brand-logo {
    width: 250px;
    max-height: 98px;
  }

  h1 {
    font-size: clamp(2.25rem, 3.7vw, 3.75rem);
  }

  .hero-copy p {
    font-size: 0.94rem;
    line-height: 1.38;
  }

  .lead-form {
    margin-top: 10px;
  }

  .photo-stage {
    min-height: min(49svh, 430px);
  }

  .mini-plan article {
    padding: 9px;
  }
}

@media (max-width: 720px) and (max-height: 700px) {
  .brand-logo {
    width: min(50vw, 180px);
    max-height: 74px;
  }

  .photo-stage {
    height: clamp(236px, 34svh, 270px);
    min-height: clamp(236px, 34svh, 270px);
  }

  .dani-photo {
    height: 62%;
  }

  .destination {
    width: 16.5%;
  }

  h1 {
    margin: 4px 0;
    font-size: clamp(1.32rem, 6.5vw, 1.9rem);
  }

  .hero-copy p {
    font-size: 0.74rem;
    line-height: 1.22;
  }

  .lead-form {
    margin-top: 6px;
  }

  .lead-form label {
    padding: 6px 7px;
  }

  .whatsapp-btn {
    min-height: 40px;
    font-size: 0.72rem;
  }
}

.confirm-page {
  overflow: hidden;
}

.confirm-fold {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  width: min(100% - 22px, 820px);
  height: 100svh;
  margin: 0 auto;
  padding: 6px 0 8px;
  overflow: hidden;
}

.confirm-header {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.confirm-logo {
  width: min(46vw, 176px);
  max-height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(10, 84, 128, 0.15));
}

.confirm-event {
  display: inline-grid;
  gap: 1px;
  padding: 5px 10px;
  border-radius: 15px;
  color: var(--ocean);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 14px 38px rgba(10, 84, 128, 0.1);
  backdrop-filter: blur(18px);
}

.confirm-event strong {
  color: var(--ink);
}

.confirm-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 6px;
  min-height: 0;
  padding: 9px;
  border: 1px solid rgba(255,255,255,0.84);
  border-radius: 22px;
  background: rgba(255,255,255,0.78);
  box-shadow: 0 24px 70px rgba(10, 84, 128, 0.16);
  backdrop-filter: blur(22px);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.confirm-kicker {
  margin: 0;
  color: var(--ocean);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
}

.progress-box {
  width: 100%;
  max-width: 620px;
  padding: 8px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(231, 251, 255, 0.84));
  box-shadow: 0 16px 42px rgba(5, 120, 173, 0.14), 0 0 0 4px rgba(24, 201, 189, 0.1);
}

.progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 800;
}

.progress-top strong {
  color: var(--coral);
  font-size: 1.12rem;
}

.progress-track {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(5, 120, 173, 0.14);
  box-shadow: inset 0 2px 8px rgba(10, 84, 128, 0.12);
}

.progress-track span {
  display: block;
  width: 91%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), #ff9c55 36%, var(--turquoise));
  box-shadow: 0 0 18px rgba(255, 90, 82, 0.34);
}

.progress-box p {
  margin: 4px 0 0;
  color: var(--ocean);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.confirm-card h1 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.12rem, 5.4vw, 1.62rem);
  line-height: 1;
  text-align: center;
}

.confirm-steps {
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 100%;
  max-width: 680px;
}

.confirm-steps article {
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 100%;
  padding: 6px 7px;
  border-radius: 15px;
  background: rgba(255,255,255,0.68);
  text-align: center;
}

.step-number {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(145deg, var(--coral), #d82a32);
}

.confirm-steps h2 {
  margin: 0 0 2px;
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.04;
}

.confirm-steps p {
  margin: 0;
  color: #40596e;
  font-size: 0.63rem;
  font-weight: 600;
  line-height: 1.14;
}

.confirm-steps .ps {
  margin-top: 2px;
  color: var(--ocean);
  font-weight: 800;
}

.confirm-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: min(100%, 520px);
  min-height: 48px;
  padding: 9px 12px;
  border-radius: 15px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(135deg, #19b85a, #20d66e 52%, #11b56c);
  box-shadow: 0 18px 42px rgba(25, 184, 90, 0.38), 0 0 0 8px rgba(25, 184, 90, 0.1);
}

.confirm-whatsapp svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: currentColor;
}

.attention-box {
  width: 100%;
  max-width: 680px;
  padding: 6px 8px;
  border-radius: 14px;
  color: #7b2e14;
  background: rgba(255, 229, 193, 0.78);
  box-shadow: inset 0 0 0 1px rgba(217, 174, 97, 0.3);
}

.attention-box strong {
  display: block;
  margin-bottom: 1px;
  font-size: 0.74rem;
}

.attention-box p {
  margin: 0;
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.12;
}

@media (min-width: 760px) {
  .confirm-fold {
    width: min(100% - 44px, 1040px);
    gap: 14px;
    padding: 12px 0 14px;
  }

  .confirm-logo {
    width: min(30vw, 220px);
    max-height: 96px;
  }

  .confirm-event {
    padding: 7px 13px;
    border-radius: 18px;
    font-size: 0.7rem;
  }

  .confirm-card {
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    gap: 14px;
    padding: 22px;
    border-radius: 28px;
  }

  .confirm-kicker {
    font-size: 0.96rem;
  }

  .progress-box {
    padding: 12px;
    border-radius: 22px;
  }

  .progress-top {
    margin-bottom: 8px;
    font-size: 0.8rem;
  }

  .progress-top strong {
    font-size: 1.35rem;
  }

  .progress-track {
    height: 18px;
  }

  .progress-box p {
    margin-top: 7px;
    font-size: 0.78rem;
  }

  .confirm-card h1 {
    max-width: 760px;
    text-align: center;
    font-size: clamp(2rem, 3vw, 2.85rem);
  }

  .confirm-steps article {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
    justify-items: start;
    padding: 10px;
    border-radius: 20px;
    text-align: left;
  }

  .step-number {
    width: 32px;
    height: 32px;
    border-radius: 11px;
    margin-top: 2px;
  }

  .confirm-steps h2 {
    font-size: 0.96rem;
    line-height: 1.1;
  }

  .confirm-steps p {
    font-size: 0.78rem;
    line-height: 1.28;
  }

  .confirm-steps .ps {
    margin-top: 5px;
  }

  .confirm-whatsapp {
    gap: 10px;
    min-height: 58px;
    padding: 14px 18px;
    border-radius: 19px;
    font-size: 0.98rem;
  }

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

  .attention-box {
    padding: 10px 12px;
    border-radius: 18px;
  }

  .attention-box strong {
    margin-bottom: 3px;
    font-size: 0.9rem;
  }

  .attention-box p {
    font-size: 0.78rem;
    line-height: 1.25;
  }
}

@media (max-width: 759px) {
  .confirm-fold {
    grid-template-rows: max-content minmax(0, 1fr);
    gap: 12px;
  }

  .confirm-card {
    align-self: stretch;
    max-height: 100%;
  }

  .progress-box {
    margin-top: 2px;
  }
}

@media (max-height: 720px) {
  .confirm-fold {
    gap: 6px;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .confirm-logo {
    width: min(38vw, 142px);
    max-height: 58px;
  }

  .confirm-event {
    padding: 4px 9px;
    font-size: 0.52rem;
    border-radius: 13px;
  }

  .confirm-card {
    gap: 5px;
    padding: 7px;
  }

  .confirm-card h1 {
    font-size: clamp(1rem, 4.9vw, 1.42rem);
  }

  .confirm-whatsapp {
    min-height: 42px;
    font-size: 0.72rem;
  }

  .confirm-steps p,
  .attention-box p {
    font-size: 0.58rem;
  }
}

/* Sales page */
.sales-root,
.sales-root body {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sales-page {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 7%, rgba(109, 214, 255, 0.55), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(217, 174, 97, 0.22), transparent 30%),
    linear-gradient(180deg, #fbfeff 0%, #e7f9ff 38%, #fff8ed 72%, #ffffff 100%);
}

.sales-page::before {
  opacity: 0.18;
}

.sales-map {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.62;
  background:
    linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.56)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1800&q=85") center/cover;
}

.sales-route {
  position: absolute;
  width: 54vw;
  max-width: 760px;
  height: 180px;
  border: 2px dashed rgba(255, 90, 82, 0.28);
  border-bottom: 0;
  border-left: 0;
  border-radius: 50%;
}

.sales-route.route-a {
  top: 140px;
  left: 6vw;
  transform: rotate(7deg);
}

.sales-route.route-b {
  top: 740px;
  right: -12vw;
  transform: rotate(-17deg);
}

.sales-header {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sales-logo img {
  width: clamp(150px, 24vw, 260px);
  filter: drop-shadow(0 12px 24px rgba(10, 71, 107, 0.18));
}

.sales-event-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(10, 71, 107, 0.13);
  color: #0f5878;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-urgency-bar {
  width: min(1160px, calc(100% - 32px));
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff5a52, #ff8a4f, #d9ae61);
  box-shadow: 0 18px 42px rgba(255, 90, 82, 0.28);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  animation: urgencyGlow 2.4s ease-in-out infinite;
}

.sales-floating-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #23d366, #12b956);
  box-shadow: 0 18px 46px rgba(35, 211, 102, 0.42);
  font-size: 0.92rem;
  font-weight: 900;
  animation: ctaPulse 1.8s ease-in-out infinite;
}

.sales-event-pill span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 0 0 9px rgba(255, 90, 82, 0.13), 0 0 20px rgba(255, 90, 82, 0.8);
}

.sales-hero,
.sales-section,
.sales-strip,
.sales-offer,
.sales-final {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.sales-hero {
  min-height: 760px;
  padding: 34px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: 44px;
}

.sales-kicker {
  margin: 0 0 12px;
  color: var(--ocean);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sales-lote-alert {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(255, 90, 82, 0.15);
  color: #0f5878;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-lote-alert strong {
  display: inline-grid;
  place-items: center;
  min-width: 74px;
  min-height: 40px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--coral), #ff8a4f);
  box-shadow: 0 10px 26px rgba(255, 90, 82, 0.28);
  font-size: 1.2rem;
}

.sales-hero h1,
.sales-section h2,
.sales-offer h2,
.sales-final h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  color: #082f4f;
  letter-spacing: 0;
}

.sales-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  line-height: 0.89;
}

.sales-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: #35586d;
  font-size: clamp(1.06rem, 1.5vw, 1.3rem);
  line-height: 1.45;
}

.sales-progress {
  max-width: 560px;
  margin: 26px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 54px rgba(10, 71, 107, 0.13);
  backdrop-filter: blur(16px);
}

.sales-progress-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.sales-progress-top strong {
  color: var(--coral);
  font-size: 2.6rem;
  line-height: 1;
}

.sales-progress-top span {
  color: #2b637f;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
}

.sales-progress-track {
  height: 18px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(8, 47, 79, 0.09);
}

.sales-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), #ffb25f, var(--turquoise));
  box-shadow: 0 8px 22px rgba(255, 90, 82, 0.28);
}

.sales-progress p,
.offer-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.sales-countdown {
  max-width: 560px;
  margin: 14px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(82px, 1fr)) minmax(160px, 1.2fr);
  gap: 10px;
}

.sales-countdown div,
.sales-countdown p {
  margin: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(10, 71, 107, 0.1);
}

.sales-countdown div {
  display: grid;
  place-items: center;
  padding: 10px;
}

.sales-countdown strong {
  color: var(--coral);
  font-size: 1.7rem;
  line-height: 1;
}

.sales-countdown span {
  color: #2b637f;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sales-countdown p {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  color: #9a4d24;
  background: rgba(255, 247, 226, 0.92);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.2;
}

.sales-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.sales-actions span {
  max-width: 250px;
  color: #456579;
  font-size: 0.94rem;
  font-weight: 800;
}

.sales-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 18px 28px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #23d366, #16bd5d);
  box-shadow: 0 20px 46px rgba(35, 211, 102, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: ctaGlow 2.2s ease-in-out infinite;
}

.sales-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(35, 211, 102, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.sales-cta.small {
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 16px;
  font-size: 0.9rem;
}

.sales-hero-visual {
  position: relative;
  min-height: 620px;
}

.sales-dani-main,
.sales-polaroid {
  position: absolute;
  object-fit: cover;
  border: 10px solid #fff;
  box-shadow: 0 28px 70px rgba(10, 71, 107, 0.18);
}

.sales-dani-main {
  left: 20%;
  top: 8%;
  width: 58%;
  height: 66%;
  border-radius: 38px;
  z-index: 8;
}

.sales-polaroid {
  width: 27%;
  height: 25%;
  border-radius: 26px;
  z-index: 6;
}

.sales-polaroid-a {
  left: 0;
  top: 34%;
  transform: scaleX(-1) rotate(8deg);
}

.sales-polaroid-b {
  right: 2%;
  top: 13%;
  transform: rotate(7deg);
}

.sales-polaroid-c {
  right: 7%;
  bottom: 8%;
  transform: rotate(-4deg);
}

.sales-polaroid-d {
  left: -2%;
  top: 3%;
  height: 24%;
  transform: rotate(-5deg);
}

.sales-polaroid-e {
  left: 3%;
  bottom: 7%;
  height: 24%;
  transform: rotate(6deg);
}

.sales-polaroid-f {
  right: 28%;
  bottom: 0;
  height: 23%;
  transform: rotate(5deg);
}

.sales-polaroid-g {
  right: 3%;
  top: 43%;
  height: 24%;
  object-fit: contain;
  background: #fff;
  transform: rotate(9deg);
}


.sales-icon {
  position: absolute;
  width: 52px;
  z-index: 9;
  filter: drop-shadow(0 12px 22px rgba(10, 71, 107, 0.28));
}

.sales-icon-plane {
  left: 43%;
  top: -1%;
  width: 60px;
  animation: floatPlane 8s ease-in-out infinite;
}

.sales-icon-globe {
  right: 1%;
  top: 1%;
  width: 48px;
}

.sales-icon-passport {
  left: 0;
  bottom: 1%;
  width: 46px;
}

.sales-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 70px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(10, 71, 107, 0.12);
  color: #335d74;
  text-align: center;
}

.sales-strip strong {
  color: var(--ocean);
  font-size: 1.5rem;
}

.testimonial-section {
  width: 100%;
  padding: 26px 0 76px;
  overflow: hidden;
}

.testimonial-section .section-heading {
  width: min(1160px, calc(100% - 32px));
}

.testimonial-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 22px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.testimonial-marquee::before,
.testimonial-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 12%;
  height: 100%;
  pointer-events: none;
}

.testimonial-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(239, 250, 255, 0.96), transparent);
}

.testimonial-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(248, 254, 255, 0.96), transparent);
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: testimonialSlide 46s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
  animation-play-state: paused;
}

.testimonial-card {
  position: relative;
  flex: 0 0 360px;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 0, rgba(109, 214, 255, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.68));
  box-shadow: 0 24px 58px rgba(10, 71, 107, 0.13);
  backdrop-filter: blur(16px);
}

.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.78), transparent 34%, rgba(217, 174, 97, 0.15));
}

.testimonial-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 20px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 16px 34px rgba(10, 71, 107, 0.14);
}

.testimonial-card div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.testimonial-card strong {
  display: block;
  color: #0d3955;
  font-size: 1.05rem;
  line-height: 1.1;
}

.testimonial-card p {
  margin: 9px 0 12px;
  color: #506e80;
  font-size: 0.9rem;
  line-height: 1.38;
}

.testimonial-card span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0c6d83;
  background: rgba(24, 201, 189, 0.13);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.video-proof-section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 76px;
}

.video-proof-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  grid-auto-rows: minmax(190px, auto);
  gap: 18px;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(10, 71, 107, 0.15);
  transform: translateZ(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.video-thumb.featured {
  grid-row: span 2;
  min-height: 480px;
}

.video-thumb img {
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 47, 79, 0.86));
  pointer-events: none;
}

.video-thumb::after {
  content: "▶";
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #23d366, #16bd5d);
  box-shadow: 0 14px 32px rgba(35, 211, 102, 0.36);
  font-size: 1.1rem;
  text-indent: 3px;
}

.video-thumb div {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}

.video-thumb strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
  line-height: 0.98;
}

.video-thumb span {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-thumb:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 78px rgba(10, 71, 107, 0.2);
}

.video-thumb:hover img {
  transform: scale(1.04);
}

.proof-print-strip {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  padding: 4px 0 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.proof-print-strip img {
  flex: 0 0 260px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(10, 71, 107, 0.13);
  scroll-snap-align: start;
}

.proof-row {
  margin-top: 28px;
}

.proof-row-title {
  width: min(1040px, 100%);
  margin: 0 auto 14px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 0 6px;
}

.proof-row-title strong {
  color: #0d3955;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  line-height: 1;
}

.proof-row-title span {
  max-width: 360px;
  color: #557284;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: right;
}

.proof-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 24px;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.proof-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: proofSlide 38s linear infinite;
}

.proof-track.reverse {
  animation-name: proofSlideReverse;
  animation-duration: 46s;
}

@media (hover: hover) {
  .proof-carousel:hover .proof-track {
    animation-play-state: paused;
  }
}

.video-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  scrollbar-width: none;
}

.video-carousel::-webkit-scrollbar {
  display: none;
}

.video-carousel .proof-track {
  width: max-content;
  justify-content: flex-start;
  animation: none;
}

.video-carousel .proof-card {
  scroll-snap-align: start;
}

.proof-card {
  position: relative;
  flex: 0 0 360px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 8px solid #fff;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 58px rgba(10, 71, 107, 0.15);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.proof-card img,
.proof-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.proof-cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-position: center 24%;
}

.portrait-video .proof-cover {
  object-position: center 18%;
}

.proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 47, 79, 0.86));
  pointer-events: none;
}

.proof-card div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}

.proof-card strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1;
}

.proof-card span {
  display: inline-flex;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-video::after,
.proof-image::after {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(10, 71, 107, 0.18);
}

.proof-video::after {
  content: "\25B6";
  background: linear-gradient(135deg, #23d366, #16bd5d);
  font-size: 1rem;
  text-indent: 3px;
}

.proof-video::before {
  background:
    linear-gradient(180deg, transparent 45%, rgba(8, 47, 79, 0.86));
}

.proof-video .proof-play,
.proof-video::after {
  animation: ctaPulse 1.9s ease-in-out infinite;
}

.proof-video::after {
  background:
    linear-gradient(135deg, #23d366, #16bd5d);
}

.proof-video::selection {
  background: transparent;
}

.proof-image::after {
  content: "PRINT";
  width: 64px;
  background: linear-gradient(135deg, var(--coral), #ff8a4f);
}

.proof-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 76px rgba(10, 71, 107, 0.2);
}

.proof-card:hover img,
.proof-card:hover video {
  transform: scale(1.045);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 27, 43, 0.72);
  backdrop-filter: blur(10px);
}

.video-modal-box {
  position: relative;
  z-index: 1;
  width: min(92vw, 430px);
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  background: #031925;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.video-modal-player {
  width: 100%;
  max-height: 82vh;
  display: block;
  border-radius: 20px;
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 12px 26px rgba(255, 90, 82, 0.35);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 900;
}

.sales-section {
  padding: 70px 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading p {
  margin: 0 0 10px;
  color: var(--ocean);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading h2,
.sales-offer h2,
.sales-final h2,
.dani-section h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.sales-cards {
  display: grid;
  gap: 18px;
}

.sales-cards.three {
  grid-template-columns: repeat(3, 1fr);
}

.sales-cards.five {
  grid-template-columns: repeat(5, 1fr);
}

.sales-cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.sales-cards article,
.agenda-grid article,
.compare-card,
.faq-section details {
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 20% 0, rgba(109, 214, 255, 0.18), transparent 36%);
  box-shadow: 0 22px 56px rgba(10, 71, 107, 0.11);
  backdrop-filter: blur(14px);
}

.sales-cards article {
  position: relative;
  padding: 24px;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.sales-cards article::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 174, 97, 0.18), transparent 68%);
}

.sales-cards article:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(10, 71, 107, 0.16);
}

.sales-cards article > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--ocean), var(--turquoise));
  font-weight: 900;
}

.sales-cards h3,
.compare-card h3 {
  margin: 0 0 10px;
  color: #0d3955;
  font-size: 1.2rem;
}

.sales-cards p,
.compare-card p,
.dani-section p,
.faq-section p {
  margin: 0;
  color: #526e80;
  line-height: 1.52;
}

.agenda-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.agenda-grid article {
  padding: 20px;
  transition: transform 0.28s ease;
}

.agenda-grid article:hover {
  transform: translateY(-5px) rotate(-0.4deg);
}

.agenda-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 1.55rem;
}

.agenda-grid span {
  color: #46677a;
  line-height: 1.42;
}

.compare-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: stretch;
}

.compare-card {
  padding: 30px;
}

.compare-card.highlight {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(225, 255, 249, 0.78)),
    radial-gradient(circle at 80% 0, rgba(217, 174, 97, 0.26), transparent 35%);
}

.compare-card .sales-cta {
  margin-top: 18px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.check-grid p {
  margin: 0;
  padding: 18px 18px 18px 48px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(10, 71, 107, 0.09);
  color: #385c72;
  font-weight: 800;
  position: relative;
  transition: transform 0.25s ease, background 0.25s ease;
}

.check-grid p:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.94);
}

.check-grid p::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--turquoise);
  box-shadow: 0 0 0 7px rgba(24, 201, 189, 0.13);
}

.dani-section {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 42px;
  align-items: center;
}

.dani-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dani-gallery img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  object-position: center 26%;
  border: 7px solid #fff;
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(10, 71, 107, 0.14);
}

.dani-gallery img[src*="desert-camel"] {
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.receive-section .sales-cards article {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 170px;
  text-align: center;
}

.receive-section .sales-cards img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 12px;
}

.sales-offer {
  margin-top: 54px;
  padding: 46px 28px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 0, rgba(109, 214, 255, 0.34), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(217, 174, 97, 0.28), transparent 34%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(10, 71, 107, 0.16);
  text-align: center;
}

.offer-logo {
  width: min(300px, 80%);
  margin: 0 auto 18px;
}

.price-box {
  display: grid;
  gap: 2px;
  width: min(360px, 100%);
  margin: 24px auto;
  padding: 20px;
  border-radius: 26px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(217, 174, 97, 0.24), 0 18px 42px rgba(10, 71, 107, 0.12);
}

.price-box > span {
  color: #78909f;
  font-weight: 800;
  text-decoration: line-through;
}

.price-box strong {
  color: var(--coral);
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: 0.92;
}

.offer-alert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: min(620px, 100%);
  margin: 0 auto 20px;
}

.offer-alert-grid span {
  padding: 12px 10px;
  border-radius: 16px;
  color: #0f5878;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 32px rgba(10, 71, 107, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sales-cta.offer {
  width: min(430px, 100%);
}

.faq-section {
  max-width: 900px;
}

.faq-section details {
  padding: 20px 22px;
  margin-bottom: 14px;
}

.faq-section summary {
  cursor: pointer;
  color: #12324a;
  font-weight: 900;
}

.faq-section details p {
  margin-top: 12px;
}

.sales-final {
  padding: 60px 0 90px;
  text-align: center;
}

.sales-final p {
  max-width: 680px;
  margin: 18px auto 24px;
  color: #526e80;
  font-size: 1.14rem;
  line-height: 1.48;
}

@keyframes testimonialSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes proofSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes proofSlideReverse {
  from {
    transform: translateX(calc(-50% - 9px));
  }
  to {
    transform: translateX(0);
  }
}

@keyframes ctaGlow {
  0%,
  100% {
    box-shadow: 0 20px 46px rgba(35, 211, 102, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
  50% {
    box-shadow: 0 26px 62px rgba(35, 211, 102, 0.55), 0 0 0 9px rgba(35, 211, 102, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3px) scale(1.035);
  }
}

@keyframes urgencyGlow {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.25) brightness(1.05);
  }
}

@media (max-width: 1020px) {
  .sales-header {
    flex-direction: column;
    text-align: center;
  }

  .sales-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 18px;
    text-align: center;
  }

  .sales-hero-copy,
  .sales-subtitle,
  .sales-progress,
  .sales-countdown {
    margin-left: auto;
    margin-right: auto;
  }

  .sales-actions {
    justify-content: center;
  }

  .sales-hero-visual {
    order: -1;
    min-height: 560px;
  }

  .sales-cards.three,
  .agenda-grid,
  .check-grid,
  .dani-section,
  .compare-section {
    grid-template-columns: 1fr;
  }

  .sales-cards.five,
  .sales-cards.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-card {
    flex-basis: 330px;
    min-height: 470px;
  }

  .proof-card {
    flex-basis: 330px;
  }

  .video-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .video-thumb.featured {
    grid-column: span 2;
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .sales-header {
    width: min(100% - 22px, 420px);
    padding-top: 10px;
  }

  .sales-logo img {
    width: 190px;
    margin: 0 auto;
  }

  .sales-event-pill {
    justify-content: center;
    width: 100%;
    padding: 10px 12px;
    font-size: 0.66rem;
    line-height: 1.25;
  }

  .sales-urgency-bar {
    width: min(100% - 22px, 430px);
    display: grid;
    gap: 2px;
    border-radius: 20px;
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .sales-floating-cta {
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 52px;
    font-size: 0.9rem;
  }

  .sales-hero,
  .sales-section,
  .sales-strip,
  .sales-offer,
  .sales-final {
    width: min(100% - 22px, 430px);
  }

  .sales-hero {
    min-height: 0;
    padding: 12px 0 36px;
  }

  .sales-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.6rem);
  }

  .sales-subtitle {
    font-size: 1rem;
  }

  .sales-hero-visual {
    position: relative;
    min-height: clamp(330px, 78vw, 390px);
    width: 100%;
    display: block;
  }

  .sales-dani-main {
    position: absolute;
    left: 18%;
    top: 7%;
    width: 64%;
    max-width: none;
    height: 58%;
    aspect-ratio: auto;
    border-width: 7px;
    border-radius: 28px;
  }

  .sales-icon {
    display: none;
  }

  .sales-polaroid {
    display: block;
    width: 28%;
    height: 24%;
    border-width: 5px;
    border-radius: 18px;
  }

  .sales-polaroid-a {
    left: 1%;
    top: 28%;
  }

  .sales-polaroid-b {
    right: 1%;
    top: 20%;
  }

  .sales-polaroid-c {
    right: 9%;
    bottom: 8%;
  }

  .sales-polaroid-d {
    left: -3%;
    top: 2%;
  }

  .sales-polaroid-e {
    left: 5%;
    bottom: 8%;
  }

  .sales-polaroid-f {
    right: 35%;
    bottom: 1%;
  }

  .sales-polaroid-g {
    right: 2%;
    top: 46%;
  }

  .sales-progress-top {
    display: block;
    text-align: center;
  }

  .sales-progress-top span {
    display: block;
    margin-top: 4px;
    text-align: center;
  }

  .sales-actions,
  .sales-cta {
    width: 100%;
  }

  .sales-actions span {
    max-width: none;
    width: 100%;
    text-align: center;
  }

  .sales-lote-alert {
    display: grid;
    justify-items: center;
    border-radius: 20px;
    line-height: 1.2;
  }

  .sales-countdown {
    grid-template-columns: repeat(3, 1fr);
  }

  .sales-countdown p {
    grid-column: 1 / -1;
    justify-content: center;
    text-align: center;
  }

  .sales-strip {
    display: grid;
    gap: 3px;
    margin-bottom: 26px;
  }

  .testimonial-section {
    padding: 16px 0 44px;
  }

  .testimonial-section .section-heading {
    width: min(100% - 22px, 430px);
  }

  .testimonial-marquee {
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .testimonial-track {
    gap: 12px;
    animation-duration: 58s;
  }

  .testimonial-card {
    flex-basis: 260px;
    min-height: 360px;
    padding: 12px;
    border-radius: 22px;
  }

  .testimonial-card img {
    width: 100%;
    height: 100%;
    max-height: 336px;
    object-fit: contain;
    background: #fff;
    border-radius: 17px;
  }

  .testimonial-card strong {
    font-size: 0.96rem;
  }

  .testimonial-card p {
    font-size: 0.8rem;
    line-height: 1.32;
  }

  .testimonial-card span {
    font-size: 0.62rem;
  }

  .video-proof-section {
    width: min(100% - 22px, 430px);
    padding: 12px 0 48px;
  }

  .video-proof-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .video-thumb,
  .video-thumb.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
    border-radius: 22px;
  }

  .video-thumb.featured {
    min-height: 260px;
  }

  .video-thumb::after {
    width: 46px;
    height: 46px;
  }

  .video-thumb strong {
    font-size: 1.45rem;
  }

  .proof-print-strip img {
    flex-basis: 230px;
    border-width: 5px;
    border-radius: 18px;
  }

  .proof-row {
    margin-top: 22px;
  }

  .proof-row-title {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
    text-align: center;
  }

  .proof-row-title span {
    max-width: none;
    text-align: center;
  }

  .proof-carousel {
    width: calc(100vw - 22px);
    margin-left: calc((min(100vw - 22px, 430px) - (100vw - 22px)) / 2);
    padding-bottom: 18px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .proof-track {
    gap: 12px;
    animation-duration: 48s;
  }

  .video-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  }

  .video-carousel .proof-track {
    width: max-content;
    justify-content: flex-start;
    animation: none;
  }

  .proof-track.reverse {
    animation-duration: 58s;
  }

  .proof-card {
    flex-basis: 282px;
    border-width: 5px;
    border-radius: 20px;
  }

  .video-carousel .proof-card,
  .proof-card.portrait-video {
    flex-basis: 184px;
    aspect-ratio: 9 / 14;
  }

  .video-carousel .proof-card {
    background: #0a2436;
  }

  .video-carousel .proof-cover {
    object-fit: contain;
    object-position: center;
  }

  .proof-card strong {
    font-size: 1.25rem;
  }

  .proof-video::after,
  .proof-image::after {
    width: 44px;
    height: 44px;
    top: 12px;
    right: 12px;
  }

  .proof-image::after {
    width: 56px;
    font-size: 0.62rem;
  }

  .sales-section {
    padding: 42px 0;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .section-heading h2,
  .sales-offer h2,
  .sales-final h2,
  .dani-section h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .sales-cards.five,
  .sales-cards.four {
    grid-template-columns: 1fr;
  }

  .sales-cards article,
  .agenda-grid article,
  .compare-card,
  .faq-section details {
    border-radius: 22px;
    padding: 18px;
  }

  .dani-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .dani-gallery img {
    height: 190px;
  }

  .sales-offer {
    padding: 30px 18px;
    border-radius: 28px;
  }

  .offer-alert-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .sales-root,
  .sales-root body {
    width: 100%;
    overflow-x: hidden;
  }

  .sales-page {
    padding-bottom: 74px;
  }

  .sales-header,
  .sales-hero,
  .sales-section,
  .sales-strip,
  .sales-offer,
  .sales-final,
  .video-proof-section {
    width: min(100% - 18px, 390px);
  }

  .sales-logo img {
    width: 168px;
  }

  .sales-event-pill,
  .sales-urgency-bar {
    font-size: 0.62rem;
  }

  .sales-floating-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 18px;
  }

  .sales-hero h1 {
    font-size: clamp(2.18rem, 12vw, 3rem);
    line-height: 0.94;
  }

  .sales-subtitle {
    font-size: 0.94rem;
  }

  .sales-hero-visual {
    min-height: clamp(300px, 82vw, 340px);
  }

  .sales-dani-main {
    border-width: 6px;
  }

  .sales-polaroid {
    border-width: 4px;
    border-radius: 15px;
  }

  .sales-progress,
  .sales-countdown div,
  .sales-countdown p {
    border-radius: 16px;
  }

  .sales-countdown strong {
    font-size: 1.35rem;
  }

  .testimonial-card {
    flex-basis: 236px;
    min-height: 328px;
  }

  .testimonial-card img {
    width: 100%;
    height: 100%;
    max-height: 306px;
    object-fit: contain;
    background: #fff;
  }

  .testimonial-card strong {
    font-size: 0.86rem;
  }

  .testimonial-card p {
    font-size: 0.72rem;
  }

  .proof-carousel {
    width: calc(100vw - 18px);
    margin-left: calc((min(100vw - 18px, 390px) - (100vw - 18px)) / 2);
  }

  .proof-card {
    flex-basis: 248px;
    border-width: 4px;
    border-radius: 18px;
  }

  .video-carousel .proof-card,
  .proof-card.portrait-video {
    flex-basis: 168px;
  }

  .proof-card strong {
    font-size: 1.06rem;
  }

  .proof-video::after,
  .proof-image::after {
    width: 38px;
    height: 38px;
  }

  .section-heading h2,
  .sales-offer h2,
  .sales-final h2,
  .dani-section h2 {
    font-size: clamp(1.78rem, 10vw, 2.45rem);
  }

  .sales-cards.three,
  .sales-cards.five,
  .sales-cards.four,
  .agenda-grid,
  .check-grid {
    gap: 12px;
  }

  .dani-gallery img {
    height: 158px;
  }

  .video-modal {
    padding: 12px;
  }

  .video-modal-box {
    width: min(96vw, 380px);
    border-width: 5px;
    border-radius: 22px;
  }

  .video-modal-player {
    max-height: 78vh;
    border-radius: 17px;
  }

  .video-modal-close {
    top: -14px;
    right: -10px;
    width: 38px;
    height: 38px;
  }
}
