:root {
  --blue-950: #06163b;
  --blue-900: #092252;
  --blue-800: #102f67;
  --violet-800: #3a2a68;
  --red-600: #ef0011;
  --red-700: #c90013;
  --white: #ffffff;
  --ink: #14213d;
  --muted: #5b6478;
  --line: rgba(255, 255, 255, 0.18);
  --shadow: 0 22px 70px rgba(2, 10, 30, 0.3);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f4f6fb;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

img,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
a {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--blue-900);
  padding: 0.7rem 1rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-hero,
.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(7, 21, 54, 0.18), rgba(7, 21, 54, 0.92)),
    url("assets/hero-bg.webp") center / cover no-repeat;
}

.site-hero {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.92) 10%,
      rgba(242, 244, 251, 0.55) 19%,
      rgba(239, 0, 17, 0.76) 34%,
      rgba(185, 0, 24, 0.9) 56%,
      rgba(9, 34, 82, 0.92) 76%,
      rgba(6, 22, 59, 0.98) 100%
    ),
    url("assets/imagenbasefondohero-mobile.webp") center / cover no-repeat;
}

.site-hero {
  min-height: 92svh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.hero-shade,
.final-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(105, 32, 58, 0.22), rgba(8, 21, 58, 0.88) 56%, rgba(8, 20, 55, 0.98)),
    radial-gradient(circle at 50% 46%, rgba(239, 0, 17, 0.24), transparent 38%);
  pointer-events: none;
}

.final-shade {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(6, 22, 59, 0.38));
}

.site-hero .hero-shade {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(9, 34, 82, 0) 38%, rgba(6, 22, 59, 0.82) 100%);
}

.topbar,
.hero-content,
.section-inner,
.final-content {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0;
}

.brand-mark {
  width: clamp(155px, 34vw, 250px);
  height: auto;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 42px;
  min-height: 42px;
  color: var(--blue-900);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.94);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(6, 22, 59, 0.12);
}

.map-link svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.map-link svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instagram-text {
  display: none;
}

@media (max-width: 679px) {
  .instagram-link {
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    color: var(--red-600);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 28px rgba(6, 22, 59, 0.2);
  }

  .instagram-link svg {
    width: 1.28rem;
    height: 1.28rem;
  }

  .hero-actions {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 0.55rem;
    width: min(100%, 370px);
  }

  .hero-actions .cta {
    min-height: 54px;
    padding: 0.72rem 0.55rem;
    gap: 0.35rem;
    white-space: nowrap;
  }

  .hero-actions .cta-primary {
    font-size: clamp(1.02rem, 4.9vw, 1.18rem);
    box-shadow: 0 12px 30px rgba(239, 0, 17, 0.36);
  }

  .hero-actions .cta-secondary {
    border-width: 1px;
    font-size: clamp(0.78rem, 3.7vw, 0.95rem);
    box-shadow: 0 10px 26px rgba(6, 22, 59, 0.32);
  }
}

.hero-content {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0 3rem;
}

.coulet-logo {
  width: min(100%, 570px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
}

.coulet-logo.small {
  width: min(100%, 420px);
  margin-inline: auto;
}

.hero-kicker,
.final-content h2 {
  max-width: 780px;
  margin: 1.3rem auto 0;
  color: var(--white);
  font-size: clamp(1.85rem, 8.6vw, 4.8rem);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}

.hero-kicker {
  display: grid;
  gap: 0.12em;
  text-transform: none;
}

.hero-kicker-soft {
  display: block;
  font-size: clamp(1.55rem, 6vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
}

.hero-kicker-strong {
  display: block;
  font-size: clamp(2.15rem, 10.6vw, 5rem);
  font-weight: 800;
  line-height: 0.96;
  text-transform: uppercase;
}

.event-meta {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  max-width: 640px;
  margin: 1.35rem auto 1.1rem;
}

.event-meta span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 50px;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(239, 0, 17, 0.8);
  border-radius: 8px;
  background: rgba(12, 28, 70, 0.62);
  color: var(--white);
  font-size: clamp(0.9rem, 3.6vw, 1.35rem);
  font-weight: 800;
  text-transform: uppercase;
}

.event-meta svg {
  width: 1.25em;
  height: 1.25em;
  flex: 0 0 auto;
}

.raffle-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  max-width: 680px;
  margin: 0 0 1rem;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: rgba(6, 22, 59, 0.78);
  color: var(--white);
  font-size: clamp(0.9rem, 3.2vw, 1.12rem);
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(6, 22, 59, 0.28);
}

.raffle-pill svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: var(--red-600);
}

.cta,
.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 56px;
  border: 0;
  border-radius: 8px;
  padding: 0.95rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  width: min(100%, 680px);
  margin-top: 0.35rem;
}

.cta-primary {
  position: relative;
  overflow: hidden;
  width: min(100%, 430px);
  min-height: 76px;
  background: linear-gradient(180deg, #ff0b1d, var(--red-700));
  color: var(--white);
  font-size: clamp(1.35rem, 7vw, 2.35rem);
  box-shadow: 0 16px 42px rgba(239, 0, 17, 0.42);
}

.cta-primary::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  opacity: 0;
  pointer-events: none;
}

.cta-secondary {
  width: min(100%, 320px);
  min-height: 64px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, var(--blue-800), var(--blue-950));
  color: var(--white);
  font-size: clamp(0.98rem, 4.8vw, 1.42rem);
  box-shadow: 0 14px 34px rgba(6, 22, 59, 0.38);
}

.hero-actions .cta {
  width: 100%;
}

.cta-primary:hover,
.cta-primary:focus-visible,
.cta-secondary:hover,
.cta-secondary:focus-visible,
.button-link:hover,
.button-link:focus-visible {
  transform: translateY(-2px);
}

.section,
.countdown-band,
.benefits-band {
  padding: clamp(3.25rem, 7vw, 5.25rem) 0;
}

.section-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.section-tag {
  display: inline-flex;
  color: var(--red-600);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.section-tag.light {
  color: #ff5360;
}

h2 {
  margin: 0;
  color: var(--blue-900);
  font-size: clamp(2rem, 8vw, 4.1rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.68;
}

.intro-highlight,
p strong {
  display: block;
  margin-top: 0.85rem;
  color: var(--blue-900);
  font-weight: 900;
}

.countdown-band {
  background: linear-gradient(135deg, var(--blue-950), var(--violet-800));
  color: var(--white);
  text-align: center;
  padding: clamp(2.35rem, 5vw, 3.65rem) 0;
}

.countdown-band h2 {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 6vw, 3.2rem);
}

.countdown {
  width: min(760px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}

.countdown article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.72rem 0.55rem;
  background: rgba(255, 255, 255, 0.08);
}

.countdown strong {
  display: block;
  font-size: clamp(1.85rem, 9vw, 3.8rem);
  line-height: 0.95;
  color: var(--white);
}

.countdown span {
  display: block;
  margin-top: 0.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

.countdown-copy {
  width: min(760px, calc(100% - 2rem));
  margin: 1.15rem auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 3.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.35;
}

.split-layout {
  display: grid;
  gap: 2rem;
}

.intro-section {
  background: var(--white);
}

.intro-copy p {
  margin: 0.9rem 0 0;
}

.raffle-note {
  border-left: 5px solid var(--red-600);
  padding: 0.75rem 0 0.75rem 1rem;
  color: var(--blue-900);
  font-weight: 800;
  background: #f4f6fb;
}

.intro-cta {
  margin-top: 1.35rem;
}

.raffle-section {
  background: #f4f6fb;
}

.raffle-layout {
  display: grid;
  gap: 1.5rem;
}

.raffle-conditions {
  display: grid;
  gap: 0.85rem;
}

.raffle-conditions article {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 74px;
  border-radius: 8px;
  padding: 1rem;
  background: var(--white);
  color: var(--blue-900);
  font-weight: 800;
  box-shadow: 0 12px 32px rgba(6, 22, 59, 0.08);
}

.raffle-conditions svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--red-600);
}

.promo-flyer {
  width: min(100%, 360px);
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.categories-section {
  background: #eef2f9;
}

.promo-grid,
.benefit-list,
.experience-grid,
.video-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.promo-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 1.25rem;
  color: var(--white);
  background: var(--blue-900);
  overflow: hidden;
}

.promo-grid article:nth-child(2) {
  background: var(--red-600);
}

.promo-grid article:nth-child(3) {
  background: var(--violet-800);
}

.promo-grid article:nth-child(4) {
  background: var(--blue-950);
}

.promo-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 900;
}

.promo-grid h3 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.6rem, 6vw, 2.4rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-grid p {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.benefits-band {
  background: var(--blue-950);
  color: var(--white);
}

.benefits-band h2,
.experience-section h2 {
  color: var(--white);
}

.benefit-list,
.experience-grid {
  grid-template-columns: 1fr;
}

.benefit-list article,
.experience-grid article {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
}

.benefit-list svg,
.experience-grid svg {
  color: #ff4050;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.brands-section,
.gallery-section {
  background: var(--white);
}

.brand-marquee {
  margin-top: 1.4rem;
  overflow: hidden;
  border-block: 1px solid #dbe1ee;
  padding: 1rem 0;
}

.brand-track {
  display: flex;
  gap: 0.85rem;
  width: max-content;
  animation: marquee 26s linear infinite;
}

.brand-pill {
  display: grid;
  place-items: center;
  min-width: 170px;
  min-height: 72px;
  border: 2px solid #dbe1ee;
  border-radius: 8px;
  background: #f7f9fd;
  color: var(--blue-900);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-logo-pill {
  min-width: 190px;
  background: var(--white);
  padding: 0.85rem 1.15rem;
}

.brand-logo-pill img {
  display: block;
  max-width: 150px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.videos-section {
  background: linear-gradient(180deg, #f4f6fb, #e7ecf6);
}

.video-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 430px));
  justify-content: center;
  align-items: start;
}

.reel-embed-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.reel-frame {
  width: 100%;
  overflow: hidden;
  background: var(--white);
  aspect-ratio: 9 / 16;
  min-height: 520px;
}

.reel-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.reel-empty {
  border-radius: 8px;
  padding: 2rem;
  background: var(--white);
  color: var(--blue-900);
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.experience-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: linear-gradient(135deg, var(--blue-950) 0%, var(--blue-900) 56%, var(--violet-800) 100%);
}

.experience-copy {
  max-width: 960px;
}

.location-section {
  background: #f7f9fd;
}

.location-section p {
  margin-bottom: 1.2rem;
  font-weight: 800;
  color: var(--blue-900);
  text-transform: uppercase;
}

.map-wrap {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #dbe1ee;
}

.map-wrap iframe {
  width: 100%;
  height: clamp(330px, 52vw, 480px);
  border: 0;
}

.button-link {
  margin-top: 1rem;
  background: var(--blue-900);
  color: var(--white);
}

.gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-grid button {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  background: #dbe1ee;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-grid button:hover img,
.gallery-grid button:focus-visible img {
  transform: scale(1.03);
}

.final-cta {
  min-height: 78svh;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, var(--red-600) 0%, var(--red-700) 34%, var(--blue-900) 68%, var(--blue-950) 100%);
}

.final-content {
  padding: 4rem 0;
}

.final-content p {
  color: var(--white);
  font-size: clamp(1.35rem, 5vw, 2.2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand-logo {
  display: block;
  width: min(72vw, 260px);
  height: auto;
  margin: 1.8rem auto 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

.modal {
  width: min(94vw, 540px);
  border: 0;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--white);
}

.modal::backdrop {
  background: rgba(3, 9, 25, 0.76);
  backdrop-filter: blur(7px);
}

.modal-panel,
.media-panel,
.lightbox-panel {
  position: relative;
  border-radius: 8px;
  background: linear-gradient(160deg, var(--blue-950), var(--violet-800));
  box-shadow: var(--shadow);
}

.modal-panel {
  padding: 1.25rem;
}

.modal-close,
.media-close {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.modal-logo {
  width: min(82%, 360px);
  margin: 1.7rem auto 1rem;
}

.modal h2 {
  color: var(--white);
  font-size: clamp(1.7rem, 8vw, 2.75rem);
  text-align: center;
}

.modal-raffle {
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  font-weight: 800;
  line-height: 1.45;
}

.form-fields {
  display: grid;
  gap: 1rem;
  margin-top: 1.3rem;
}

label {
  display: grid;
  gap: 0.4rem;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

input {
  width: 100%;
  min-height: 56px;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

input:focus {
  outline: 0;
  border-color: var(--red-600);
}

.terms-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.2rem 0;
  text-transform: none;
}

.terms-check input {
  width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 0.05rem;
  flex: 0 0 auto;
  accent-color: var(--red-600);
}

.terms-check span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.terms-link {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cta.full {
  width: 100%;
  margin-top: 0.35rem;
  font-size: clamp(1.1rem, 5vw, 1.6rem);
}

.confirmation {
  text-align: center;
  margin-top: 1.25rem;
}

.confirmation strong {
  display: block;
  font-size: 1.35rem;
  text-transform: uppercase;
}

.confirmation p {
  color: rgba(255, 255, 255, 0.82);
}

.cta-calendar {
  width: 100%;
  background: var(--white);
  color: var(--blue-900);
}

.media-modal {
  width: min(94vw, 900px);
}

.media-panel {
  padding: 3.7rem 0.75rem 0.75rem;
}

.media-frame {
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  aspect-ratio: 9 / 16;
  max-height: 78vh;
  margin: 0 auto;
}

.media-frame iframe,
.media-frame video {
  width: 100%;
  height: 100%;
  border: 0;
}

.media-frame video {
  object-fit: contain;
}

.empty-video {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--white);
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.lightbox-modal {
  width: min(94vw, 720px);
}

.lightbox-panel {
  padding: 3.7rem 0.75rem 0.75rem;
}

.lightbox-panel img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaSheen {
  0%,
  58% {
    left: -45%;
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  78% {
    left: 112%;
    opacity: 0;
  }
  100% {
    left: 112%;
    opacity: 0;
  }
}

.site-hero .brand-mark,
.site-hero .instagram-link,
.coulet-logo,
.hero-kicker,
.event-meta,
.raffle-pill,
.hero-actions {
  animation: heroReveal 0.7s ease both;
}

.site-hero .brand-mark {
  animation-delay: 0.05s;
}

.site-hero .instagram-link {
  animation-delay: 0.12s;
}

.coulet-logo {
  animation-delay: 0.18s;
}

.hero-kicker {
  animation-delay: 0.28s;
}

.event-meta {
  animation-delay: 0.38s;
}

.raffle-pill {
  animation-delay: 0.48s;
}

.hero-actions {
  animation-delay: 0.58s;
}

.hero-actions .cta-primary::after {
  animation: ctaSheen 4.8s ease-in-out 1.4s infinite;
}

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

@media (min-width: 680px) {
  .site-hero {
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(255, 255, 255, 0.96) 14%,
        rgba(242, 244, 251, 0.82) 25%,
        rgba(239, 0, 17, 0.86) 48%,
        rgba(185, 0, 24, 0.9) 58%,
        rgba(9, 34, 82, 0.92) 76%,
        rgba(6, 22, 59, 0.98) 100%
      ),
      url("assets/imagenbasefondohero.webp") center / cover no-repeat;
  }

  .hero-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
    align-items: stretch;
  }

  .event-meta {
    grid-template-columns: 1fr 1.5fr;
  }

  .instagram-link {
    padding-inline: 1rem;
  }

  .instagram-text {
    display: inline;
  }

  .form-fields {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-fields .cta,
  .terms-check,
  .terms-link {
    grid-column: 1 / -1;
  }

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

  .benefit-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .raffle-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
  }

  .raffle-conditions {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 960px) {
  .site-hero {
    min-height: 88svh;
  }

  .hero-content {
    width: min(720px, calc(100% - 2rem));
    padding: 0 0 2.6rem;
  }

  .coulet-logo {
    width: min(100%, 520px);
  }

  .hero-kicker {
    margin-top: 1rem;
  }

  .hero-kicker-soft {
    font-size: clamp(2.1rem, 3.6vw, 2.8rem);
  }

  .hero-kicker-strong {
    font-size: clamp(3.25rem, 6.4vw, 4.5rem);
    line-height: 0.94;
  }

  .event-meta {
    max-width: 650px;
    margin: 1.15rem auto 0.95rem;
  }

  .event-meta span {
    min-height: 58px;
    padding: 0.7rem 1rem;
    font-size: 1.18rem;
  }

  .raffle-pill {
    max-width: 650px;
    margin-bottom: 0.75rem;
    padding: 0.72rem 1rem;
    font-size: 1.02rem;
  }

  .cta-primary {
    min-height: 64px;
    font-size: 1.9rem;
  }

  .cta-secondary {
    min-height: 64px;
    font-size: 1.18rem;
  }

  .section,
  .benefits-band {
    padding: clamp(4rem, 6vw, 5rem) 0;
  }

  .split-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
  }

  .benefit-list {
    grid-template-columns: repeat(5, 1fr);
  }

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

}
