*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --teal:      #00828C;
      --teal-dark: #00828C;
      --gold:      #F2B826;
      --white:     #ffffff;
      --off-white: #f2f2f2;
      --dark:      #1c1c1c;
      --mid:       #555;
      --sand:      #ddd;
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Barlow', sans-serif;
      color: var(--dark);
      -webkit-font-smoothing: antialiased;
      margin: 0;
      background: #0B4A55;
      max-width: 1440px;
      margin: 0px auto;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background-image: url('https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/AdobeStock_422704905%201.png');
      background-size: cover;
      background-position: center top;
      min-height: 520px;
      display: flex;
      align-items: flex-end;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 40px 120px;
      width: 100%;
    }

    .logo-bar {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
    }
    .logo-dot  { color: rgba(255,255,255,0.55); font-size: 11px; line-height: 1; }
    .logo-text {
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 11px;
      /* letter-spacing: 3px; */
      color: rgba(255,255,255,0.92);
    }
@media (max-width:500px){
  .logo-text{
    font-size:8px
  }
}
@media (max-width:500px){
  .logo-bird{
    height:30px;
    width: auto;
  }
}
@media (min-width:500px){
    .logo-bird {height: 40px;width: auto;filter: brightness(0) invert(1);}
}
    .hero-badge {
      display: block;
      font-family: 'Montserrat';
      font-weight: 900;
      font-size: clamp(33px, 5vw, 56px);
      color: var(--gold);
      line-height: 1;
    }

    .hero-title {
      font-family: 'Montserrat';
      font-weight: 900;
      color: var(--white);
      line-height: 0.88;
      font-size: clamp(41px, 10vw, 95px);
      letter-spacing: -1px;
      margin: 0;
    }

    .hero-last-line {
      display: flex;
      align-items: baseline;
      gap: 10px;
    }

    .hero-title em {
      font-family: 'parkside', cursive;
      font-style: normal;
      font-weight: 700;
      color: var(--gold);
      font-size: clamp(66px, 16vw, 166px);
      line-height: 0.65;
      position: relative;
      top: -0.05em;
      margin-top: -0.15em;
      margin-left: -0.25em;
    }

    .entry-section {
      background: var(--white);
      padding: 40px 40px 1px;
    }

    .entry-top {
      /* display: grid; */
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto 0px;
    }

    .entry-headline {
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: clamp(26px, 3.5vw, 44px);
      color: var(--dark);
      margin-bottom: 12px;
      line-height: 1;
    }

    .entry-body {
      font-size: 15px;
      line-height: 1.7;
      color: var(--mid);
      font-family: 'Montserrat';
    }

    .entry-body a {
      color: var(--teal);
      font-weight: 600;
      text-decoration: none;
    }

    .form-input {
      width: 100%;
      padding: 15px 18px;
      border: 2px solid var(--teal);
      border-radius: 4px;
      font-family: 'Montserrat';
      font-size: 15px;
      color: var(--dark);
      background: var(--white);
      outline: none;
      margin-bottom: 16px;
      transition: border-color 0.2s;
    }
    .form-input:focus { border-color: var(--teal-dark); }
    .form-input::placeholder { color: #999; }

    .form-consent {
      display: flex;
      gap: 12px;
      align-items: flex-start;
    }
    .form-consent input[type="checkbox"] {
      width: 16px;
      height: 16px;
      min-width: 16px;
      margin-top: 3px;
      accent-color: var(--teal);
      cursor: pointer;
      flex-shrink: 0;
    }
    .form-consent-text {
      font-size: 11px;
      line-height: 1.65;
      color: var(--mid);
      font-family: 'Montserrat';
    }
    .form-consent-text a { color: var(--mid); text-decoration: underline; }

    .entry-bottom {
      max-width: 1100px;
      margin: 0 auto;
    }

    .btn-escape {
      display: block;
      width: 100%;
      padding: 18px;
      background: var(--teal);
      color: var(--white);
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: 20px;
      /* letter-spacing: 2px; */
      text-transform: uppercase;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: background 0.2s;
      margin: 0px auto;
      max-width: 600px;
    }
    .btn-escape:hover { background: var(--teal-dark); }
    .btn-escape:disabled { background: #9ab; cursor: not-allowed; }

    .form-message {
      text-align: center;
      font-family: 'Montserrat';
      font-size: 16px;
      font-weight: 700;
      padding: 12px 0 0;
      display: none;
    }
    .form-message.success { color: var(--teal); display: block; }
    .form-message.error   { color: #c0392b;     display: block; }

    .destination-band {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .destination-copy {
      background: var(--teal);
      background-image: url('https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/mgvc-background-wood-2x-4k%201%20(1).svg');
      background-size: cover;
      background-blend-mode: multiply;
      padding: 52px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .dest-eyebrow {
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 14px;
      /* letter-spacing: 3px; */
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }

    .dest-title {
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: clamp(33px, 3.5vw, 44px);
      text-transform: uppercase;
      color: var(--white);
      line-height: 0.95;
      margin-bottom: 18px;
    }

    .dest-body {
      font-size: 15px;
      line-height: 1.65;
      color: rgba(255,255,255,0.82);
      font-family: 'Montserrat';
    }

    /* FIX 1: explicit height so absolutely-positioned slides have something to fill */
    .destination-carousel {
      position: relative;
      height: auto;
      overflow: hidden;
      flex: 1 1 auto;
    }

    /* FIX 2: position absolute + inset:0 instead of height:100% which breaks on mobile */
    .dc-track {
      position: absolute;
      inset: 0;
      width: 100%;
    }

    .dc-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 0.6s ease;
      pointer-events: none;
    }
    .dc-slide.active {
      opacity: 1;
      pointer-events: auto;
    }
    .dc-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .dest-caption {
      position: absolute;
      bottom: 44px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      background: rgba(0,0,0,.5);
      color: var(--white);
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 3px;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 5;
    }

    .dc-dots {
      position: absolute;
      bottom: 14px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 8px;
      z-index: 10;
    }
    .dc-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid rgba(255,255,255,.8);
      background: transparent;
      cursor: pointer;
      padding: 0;
      transition: background 0.25s, transform 0.25s;
    }
    .dc-dot.active {
      background: #fff;
      transform: scale(1.2);
    }

    .dc-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,.35);
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 1rem;
      line-height: 1;
      z-index: 10;
      transition: background 0.2s, opacity 0.2s;
      opacity: 0;
    }
    .destination-carousel:hover .dc-arrow,
    .destination-carousel:focus-within .dc-arrow { opacity: 1; }
    .dc-arrow:hover { background: rgba(0,0,0,.6); }
    .dc-arrow--prev { left: 10px; }
    .dc-arrow--next { right: 10px; }

    /* CHANGE 1: removed @media (min-width:500px) block with max-height:400px */
    .prize-band {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    /* CHANGE 2: replaced dual media query blocks with single clamp() */
    .prize-image {
      min-height: clamp(200px, 45vw, 340px);
      background: linear-gradient(150deg, #b8ccd8 0%, #8aaabb 100%);
    }

    .prize-copy {
      background: var(--teal);
      background-image: url('https://47115785.fs1.hubspotusercontent-na1.net/hubfs/47115785/mgvc-background-wood-2x-4k%201%20(1).svg');
      background-size: cover;
      background-blend-mode: multiply;
      padding: 52px 44px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .prize-label {
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: clamp(42px, 4.5vw, 58px);
      color: var(--white);
      line-height: 0.9;
      opacity: 0.9;
    }

    .prize-label em {
      display: block;
      font-family: 'parkside', cursive;
      font-style: normal;
      font-weight: 700;
      color: #F2B826;
      font-size: clamp(67px, 7vw, 90px);
      line-height: 0.65;
      position: relative;
      top: -0.05em;
      margin-top: -0.1em;
      opacity: 0.95;
    }

    .prize-desc {
      font-family: 'Montserrat';
      font-weight: 400;
      font-size: clamp(13px, 1.4vw, 24px);
      color: var(--white);
      line-height: 1.35;
      margin: 20px 0 12px;
    }

    .prize-fine {
      font-size: clamp(10px, 1.3vw, 13px);
      color: rgba(255,255,255,0.55);
      line-height: 1.6;
      max-width: 450px;
      margin: 0px auto;
      font-family: 'Montserrat';
    }

    .winners-band {
      background: #006A72;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .winner-block {
      padding: 44px 40px;
      text-align: center;
    }
    .winner-block:last-child { border-right: none; }

    .winner-type {
      font-family: 'Montserrat';
      font-weight: 800;
      font-size: clamp(37px, 3.5vw, 42px);
      color: var(--gold);
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .winner-prize {
      font-family: 'Montserrat';
      font-weight: 600;
      font-size: 15px;
      color: white;
      line-height: 1.5;
    }

    .faq-section {
      padding: 55px 40px;
      background: var(--white);
    }

    .faq-section > * {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
    }

    .faq-eyebrow {
      text-align: center;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 14px;
      /* letter-spacing: 3px; */
      text-transform: uppercase;
      color: black;
      margin-bottom: 6px;
    }

    .faq-title {
      text-align: center;
      font-family: 'Montserrat';
      font-weight: 900;
      font-size: clamp(24px, 4vw, 44px);
      text-transform: uppercase;
      color: #00828C;
      margin-bottom: 40px;
    }

    .faq-item { border-top: 1px solid var(--sand); }
    .faq-item:last-child { border-bottom: 1px solid var(--sand); }

    .faq-question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      font-family: 'Montserrat';
      font-weight: 700;
      font-size: 17px;
      text-align: left;
      cursor: pointer;
      background: none;
      border: none;
      color: var(--dark);
      gap: 12px;
    }

    .faq-icon {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--teal);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: 300;
      flex-shrink: 0;
      transition: transform 0.25s;
    }
    .faq-item.open .faq-icon { transform: rotate(45deg); }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.25s ease;
      font-size: 14px;
      line-height: 1.7;
      color: var(--mid);
      font-family:'Montserrat';
    }
    .faq-item.open .faq-answer {
      max-height: 400px;
      padding-bottom: 20px;
    }


    .footer-logo-bar {
      padding: 34px 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 0px;
      background: white;
    }

    .footer-brand-name {
      font-family: 'Montserrat';
      font-weight: 900;
      font-size: 18px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--teal);
      line-height: 1;
    }
    .footer-brand-name span {
      display: block;
      font-weight: 500;
      font-size: 10px;
      letter-spacing: 3px;
    }

    .footer-vdivider { width: 1px; height: 44px; background: var(--sand); }

    .footer-part-of {
      font-family: 'Montserrat';
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--mid);
      line-height: 1.6;
    }
    .footer-part-of strong { display: block; font-size: 11px; color: var(--dark); }

    .footer { background: var(--teal-dark); }

    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px 16px;
      padding: 18px 32px 12px;
      /* border-bottom: 1px solid rgba(255,255,255,0.15); */
      color: white;
      opacity: 1;
      font-family: 'Montserrat';
    }

    .footer-nav a {
      font-family: 'Montserrat';
      font-size: 8.5px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.75);
      text-decoration: none;
    }
    .footer-nav a:hover { color: #fff; }

    .footer-legal {
      padding: 18px 48px 28px;
      font-size: 10px;
      line-height: 1.7;
      color: white;
      text-align: center;
      font-family: 'Montserrat';
      font-weight: 300;
    }
    .footer-legal strong { color: rgba(255,255,255,0.7); }

    /* Spinner */
    .spinner {
      display: inline-block;
      width: 15px; height: 15px;
      border: 2.5px solid rgba(255,255,255,0.35);
      border-top-color: white;
      border-radius: 50%;
      animation: spin 0.7s linear infinite;
      vertical-align: middle;
      margin-right: 8px;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    @media (max-width: 680px) {
      .hero {
        min-height: 85vw;
        align-items: flex-start;
      }

      .hero-content {
        padding: 28px 20px 0;
      }

      .entry-section {padding: 36px 0px 32px;}

      .entry-top {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 24px;
      }

      .destination-band,
      .prize-band,
      .winners-band {grid-template-columns: 1fr;/* max-height: 600px; */}

      /* FIX 3: explicit height (not min-height) so slides fill correctly on mobile */
      .destination-carousel { height: 260px; order: 2; }
      /* CHANGE 3: use height + min-height:unset so grid row wraps tightly, no overflow */
      .prize-image { height: clamp(180px, 50vw, 260px); min-height: unset; order: 2; }

      /* always show arrows on touch Ã¢â‚¬â€œ no hover state */
      .dc-arrow { opacity: 1; }

      .dest-caption {
        font-size: .65rem;
        white-space: normal;
        text-align: center;
        width: 85%;
      }

      .destination-copy,
      .prize-copy { padding: 36px 24px; }

      .winner-block {
        border-right: none;
        border-bottom: 8px solid var(--sand);
      }
      .winner-block:last-child { border-bottom: none; }

      .faq-section { padding: 48px 20px; }

      .footer-logo-bar { flex-direction: column; gap: 14px; }
      .footer-vdivider { width: 48px; height: 1px; }
      .footer-legal { padding: 14px 20px 24px; }
    }

        .footer-logo {
      width: 100%;
      height: auto;
      max-width: 500px;
      display: block;
    }