/* ─── Variables ───────────────────────────────────────────────── */
:root {
  --bg-top:       #35bfe0;
  --bg-mid:       #57cbe8;
  --bg-bottom:    #8addf2;
  --navy:         #145F7C;
  --navy-mid:     #0f4d68;
  --panel-bg:     rgba(255, 255, 255, 0.30);
  --panel-border: rgba(255, 255, 255, 0.55);
  --input-bg:     rgba(255, 255, 255, 0.88);
  --input-border: rgba(255, 255, 255, 0.95);
  --text-body:    #145F7C;
  --text-light:   #ffffff;
  --link:         #145F7C;
}

/* ─── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ─── Base ────────────────────────────────────────────────────── */
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--text-body);
  background-color: var(--bg-mid);
  background-image: url("../images/bkg-dt-1920.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  min-height: 100vh;
}

a {
  color: var(--link);
}

/* ─── Top Bar ─────────────────────────────────────────────────── */
.top-bar {
  width: 100%;
  background: var(--navy);
  color: var(--text-light);
  text-align: center;
  font-size: clamp(16px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 20px 16px;
}

/* ─── Page Container ──────────────────────────────────────────── */
.page {
  width: min(1920px, 92%);
  margin: 0 auto;
  padding: 28px 0 52px;

}

/* ─── Glass Panel ─────────────────────────────────────────────── */
.panel {
  background: var(--panel-bg);
  padding: 8vw 8vw;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ─── Hero ────────────────────────────────────────────────────── */
.hero {
  margin-bottom: 20px;
  text-align: center;
}

.hero-logo {
  margin-bottom: 18px;
}

.hero-logo img {
  width: min(440px, 72%);
  height: auto;
  display: inline-block;
}

.hero-image img {
  width: 100%;
  max-width: 1370px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 30px rgba(11, 61, 82, 0.35));

}

.hero-headline {
  padding: 5vw 8px 0;
}

.you-could {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-body);
  margin-bottom: 4px;
}

.win-a-trip {
  font-size: clamp(38px, 7vw, 120px);
  font-weight: 800;
  line-height: .85;
  text-transform: uppercase;
  color: var(--text-body);
  letter-spacing: -0.01em;
  margin-bottom: -0.15em;
}

.win-a-trip sup {
  font-size: 0.4em;
  font-weight: 100;
}

.resort-to {
  font-size: clamp(13px, 3vw, 80px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-body);
  margin-bottom: 0.1em;
  margin-top: .4em;
  line-height: 1;
}

.resort-name {
  font-size: clamp(22px, 4.5vw, 120px);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-body);
  line-height: 0.85;
}

/* ─── How To Enter ────────────────────────────────────────────── */
.how-to {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 3vw;
  align-items: start;
  margin-top: 5vw;

}

.how-to-image img {
  width: 100%;
  height: auto;
  display: block;
}

.how-to-text h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-bottom: 10px;
}

.how-to-text p {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.35;
  color: var(--text-body);
  margin-bottom: 8px;
}

.how-to-text .show-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(16px, 2vw, 24px);
  letter-spacing: 0.03em;
  margin-top: 1em;
  margin-bottom: 1px;
}

.how-to-text .show-time {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  font-style: italic;
  color: var(--navy-mid);
  margin-bottom: 18px;
}

/* ─── Watch Bar ───────────────────────────────────────────────── */
.watch-bar {
  text-align: center;
  padding: 0px 9px;
  margin-bottom: 20px;
}

.watch-bar p {
  font-size: 12px;
  color: var(--text-body);
  font-weight: 500;
}

.watch-bar a {
  font-weight: 700;
  color: var(--text-body);
}

/* ─── Prize Details ───────────────────────────────────────────── */
.prize {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  align-items: start;
  margin-top: 5vw;
  margin-bottom: 20px;
  padding: 4px 0;
}

.prize-text h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-bottom: 12px;
}

.prize-text p {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.35;
  color: var(--text-body);
  margin-bottom: 8px;
}

.prize-text ul {
  padding-left: 18px;
  color: var(--text-body);
}

.prize-text li {
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.35;
  margin-bottom: 5px;
}

.prize-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(11, 61, 82, 0.35));
}

/* ─── Entry Form ──────────────────────────────────────────────── */
.entry {
  margin-top: 5vw;
}

.entry h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-bottom: 12px;
}

.entry-widget {
  width: 100%;
}

.entry-widget #ep_frame_1012806 {
  width: 100%;
  min-height: 900px;
}

.thankyou h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--text-light);
  margin-bottom: 10px;
  margin-top: 2em;
}


@media (max-width: 700px) {
  .entry-widget #ep_frame_1012806 {
    min-height: 1200px;
  }
}

.entry-widget iframe {
  width: 100%;
  overflow: hidden;
  scrollbar-width: none;
}

.entry-widget iframe::-webkit-scrollbar {
  display: none;
}

/* ─── Legal ───────────────────────────────────────────────────── */
.legal {
  text-align: center;
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--text-body);
  padding: 0 8px;
}

/* ─── Footer Image Band ───────────────────────────────────────── */
.footer-image {
  width: 100%;
  height: 200px;
  background-image: url("../images/footer-dt.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ─── Footer ──────────────────────────────────────────────────── */
.site-footer {
  padding: 32px 20px;
  margin-top: 40px;
}

.site-footer__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  text-align: center;
}

.site-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
}

.site-footer__links a {
  color: var(--text-body);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer__links a:hover {
  text-decoration: underline;
}

.site-footer__rules {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 16px;
  max-width: 900px;
}

.site-footer__rules a {
  color: var(--text-light);
  font-weight: 600;
}

.site-footer__copyright {
  font-size: 11px;
  color: var(--text-body);
  margin: 0;
}

/* ─── Background Images ───────────────────────────────────────── */
@media (max-width: 1199px) {
  body {
    background-image: url("../images/bkg-dt-1200.jpg");
  }
}

@media (max-width: 599px) {
  body {
    background-image: url("../images/bkg-dt-600.jpg");
  }
}

/* ─── Responsive: Tablet ──────────────────────────────────────── */
@media (max-width: 700px) {
  .how-to {
    grid-template-columns: 1fr;
  }

  .prize {
    grid-template-columns: 1fr;
  }

  .prize-image {
    order: -1;
  }
}


/* ─── Thank You image ─────────────────────────────────────────── */
.thankyou-image {
  max-width: 1200px;
  margin: 2em auto 0;
}

.thankyou-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 30px rgba(11, 61, 82, 0.35));
}


.thankyou-text p {
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.35;
  color: var(--text-body);
  margin: 2em auto 2em;
  text-align: center;
  max-width: 1200px;
  text-wrap: balance;
}


/* ─── Responsive: Mobile ──────────────────────────────────────── */
@media (max-width: 500px) {
  .panel {
    padding: 16px;
    border-radius: 12px;
  }

  .top-bar {
    font-size: 11px;
    letter-spacing: 0.07em;
  }

  .win-a-trip {
    font-size: 38px;
  }

  .resort-name {
    font-size: 22px;
  }
}

