{"product_id":"happy-birthday-orlando-4-days-3-nights-plus-extra-gift","title":"Happy Birthday: Orlando | 4 Days 3 Nights | Plus Extra Gift","description":"\u003cstyle\u003e\n    \/* ===== RESET \u0026 BASE ===== *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background: #f5f7f9;\n      font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\n      line-height: 1.6;\n      color: #1e2a3a;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n    }\n\n    .product-page {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 16px;\n    }\n\n    \/* ===== ICON STYLES ===== *\/\n    .icon-svg {\n      display: inline-block;\n      stroke: currentColor;\n      stroke-width: 1.5;\n      fill: none;\n      stroke-linecap: round;\n      stroke-linejoin: round;\n    }\n\n    .icon-svg-white { stroke: #fff; }\n    .icon-svg-gold { stroke: #c88c32; }\n    .icon-svg-dark { stroke: #025486; }\n\n    \/* ===== HERO - NO IMAGE, CLEAN TEXT ===== *\/\n    .hero-wrapper {\n      border-radius: 8px;\n      overflow: hidden;\n      margin-bottom: 48px;\n      box-shadow: 0 20px 60px rgba(0,0,0,.08);\n    }\n\n    .hero-content {\n      background: linear-gradient(145deg, #013a5e, #025486);\n      padding: 48px 32px 52px;\n      text-align: center;\n      color: #fff;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: rgba(255,255,255,.10);\n      color: #f0e6d3;\n      padding: 8px 24px;\n      border-radius: 4px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 2.5px;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      border: 1px solid rgba(255,255,255,.06);\n    }\n\n    .hero-title {\n      font-size: 42px;\n      line-height: 1.1;\n      color: #fff;\n      font-weight: 300;\n      letter-spacing: -0.02em;\n      margin-bottom: 12px;\n    }\n\n    .hero-title strong {\n      font-weight: 700;\n      color: #f0e6d3;\n    }\n\n    .hero-subtitle {\n      font-size: 20px;\n      color: rgba(255,255,255,.85);\n      font-weight: 300;\n      line-height: 1.6;\n      margin-bottom: 28px;\n    }\n\n    .hero-subtitle strong {\n      color: #fff;\n      font-weight: 600;\n    }\n\n    \/* ===== OFFER CARDS ===== *\/\n    .offer-grid {\n      display: flex;\n      justify-content: center;\n      gap: 14px;\n      flex-wrap: wrap;\n      margin: 28px 0 24px;\n    }\n\n    .offer-card {\n      padding: 20px 24px;\n      border-radius: 6px;\n      min-width: 120px;\n      flex: 1;\n      max-width: 170px;\n      text-align: center;\n      backdrop-filter: blur(4px);\n      border: 1px solid rgba(255,255,255,.06);\n      transition: transform .3s ease;\n    }\n\n    .offer-card:hover {\n      transform: translateY(-4px);\n    }\n\n    .offer-card .icon-svg {\n      width: 38px;\n      height: 38px;\n      stroke-width: 1.8;\n      margin-bottom: 8px;\n    }\n\n    .offer-card .label {\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      opacity: .75;\n    }\n\n    .offer-card .amount {\n      font-size: 34px;\n      font-weight: 700;\n      margin-top: 6px;\n      letter-spacing: -0.5px;\n    }\n\n    .offer-card .sub {\n      font-size: 10px;\n      opacity: .6;\n      margin-top: 4px;\n      font-weight: 300;\n    }\n\n    .offer-teal { background: rgba(56,184,179,.88); color: #fff; }\n    .offer-gold { background: rgba(200,140,50,.88); color: #fff; }\n    .offer-lime { background: rgba(165,195,10,.88); color: #1e2a3a; }\n    .offer-lime .icon-svg { stroke: #1e2a3a; }\n\n    \/* ===== BONUS BADGE ===== *\/\n    .bonus-badge {\n      display: inline-block;\n      background: #ef8b04;\n      color: #fff;\n      padding: 10px 24px;\n      border-radius: 4px;\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      margin: 8px 0 16px;\n      animation: pulse 2s ease-in-out infinite;\n    }\n\n    @keyframes pulse {\n      0%, 100% { opacity: 1; }\n      50% { opacity: .8; }\n    }\n\n    \/* ===== BUTTONS ===== *\/\n    .btn {\n      display: inline-block;\n      text-decoration: none;\n      font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\n      font-weight: 700;\n      border-radius: 4px;\n      transition: all .35s ease;\n      cursor: pointer;\n      border: none;\n      text-align: center;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      font-size: 18px;\n      padding: 20px 44px;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n    }\n\n    .btn-primary {\n      background: #fff;\n      color: #025486;\n      box-shadow: 0 8px 32px rgba(0,0,0,.10);\n    }\n\n    .btn-primary:hover {\n      background: #f8f6f2;\n      box-shadow: 0 12px 40px rgba(0,0,0,.16);\n    }\n\n    .btn-gold {\n      background: #c88c32;\n      color: #fff;\n      box-shadow: 0 8px 28px rgba(200,140,50,.2);\n    }\n\n    .btn-gold:hover {\n      background: #d89c42;\n      box-shadow: 0 12px 36px rgba(200,140,50,.3);\n    }\n\n    .btn-outline-light {\n      background: transparent;\n      color: #fff;\n      border: 1.5px solid rgba(255,255,255,.2);\n      padding: 16px 40px;\n      font-size: 16px;\n    }\n\n    .btn-outline-light:hover {\n      background: rgba(255,255,255,.06);\n      border-color: rgba(255,255,255,.4);\n    }\n\n    .btn-sm {\n      padding: 12px 32px;\n      font-size: 15px;\n    }\n\n    .btn-lg {\n      padding: 22px 56px;\n      font-size: 20px;\n    }\n\n    .btn-block {\n      text-align: center;\n      margin: 40px 0 12px;\n    }\n\n    .deposit-note {\n      display: block;\n      font-size: 16px;\n      color: #6a7e8e;\n      margin-top: 10px;\n      font-weight: 400;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    .deposit-note-light {\n      color: rgba(255,255,255,.6);\n    }\n\n    \/* ===== BONUS CARDS ===== *\/\n    .bonus-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin: 48px 0;\n    }\n\n    .bonus-card {\n      background: #fff;\n      border-radius: 6px;\n      padding: 32px 24px;\n      text-align: center;\n      box-shadow: 0 4px 24px rgba(0,0,0,.04);\n      border: 1px solid rgba(0,0,0,.04);\n      transition: all .35s ease;\n    }\n\n    .bonus-card:hover {\n      box-shadow: 0 8px 40px rgba(0,0,0,.08);\n      transform: translateY(-4px);\n    }\n\n    .bonus-card.featured {\n      border-color: #c88c32;\n      background: #fdfaf7;\n    }\n\n    .bonus-card .icon-svg {\n      width: 52px;\n      height: 52px;\n      stroke-width: 1.2;\n      margin-bottom: 14px;\n    }\n\n    .bonus-card h3 {\n      font-size: 20px;\n      color: #025486;\n      margin-bottom: 6px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    .bonus-card .value {\n      font-size: 38px;\n      font-weight: 700;\n      color: #c88c32;\n      letter-spacing: -0.5px;\n      margin: 6px 0;\n    }\n\n    .bonus-card p {\n      font-size: 16px;\n      color: #6a7e8e;\n      line-height: 1.5;\n      font-weight: 300;\n    }\n\n    .bonus-card .btn-wrap {\n      margin-top: 18px;\n    }\n\n    .bonus-card .btn-wrap .deposit-note {\n      font-size: 13px;\n      color: #8a9eae;\n      margin-top: 6px;\n    }\n\n    \/* ===== INFO GRID ===== *\/\n    .info-section {\n      background: #fff;\n      border-radius: 6px;\n      padding: 40px 28px;\n      margin: 48px 0;\n      box-shadow: 0 4px 24px rgba(0,0,0,.04);\n      border: 1px solid rgba(0,0,0,.03);\n    }\n\n    .info-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n    }\n\n    .info-item {\n      text-align: center;\n      padding: 12px 8px;\n    }\n\n    .info-item .icon-svg {\n      width: 40px;\n      height: 40px;\n      stroke-width: 1.5;\n      margin-bottom: 10px;\n    }\n\n    .info-item h4 {\n      font-size: 18px;\n      color: #025486;\n      margin-bottom: 6px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    .info-item p {\n      font-size: 15px;\n      color: #7a8e9e;\n      font-weight: 300;\n    }\n\n    \/* ===== SPOTLIGHT ===== *\/\n    .spotlight {\n      background: linear-gradient(145deg, #013a5e, #025486);\n      border-radius: 6px;\n      padding: 44px 32px;\n      margin: 48px 0;\n      text-align: center;\n      color: #fff;\n    }\n\n    .spotlight h2 {\n      font-size: 32px;\n      font-weight: 300;\n      margin-bottom: 12px;\n      letter-spacing: -0.02em;\n    }\n\n    .spotlight h2 strong {\n      font-weight: 700;\n      color: #f0e6d3;\n    }\n\n    .spotlight p {\n      font-size: 18px;\n      opacity: .8;\n      max-width: 700px;\n      margin: 0 auto;\n      font-weight: 300;\n    }\n\n    .spotlight-tags {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin: 24px 0 32px;\n    }\n\n    .spotlight-tag {\n      background: rgba(255,255,255,.08);\n      padding: 8px 22px;\n      border-radius: 4px;\n      font-size: 14px;\n      font-weight: 300;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n      border: 1px solid rgba(255,255,255,.04);\n    }\n\n    .spotlight-highlight {\n      background: rgba(255,255,255,.06);\n      border-radius: 4px;\n      padding: 28px;\n      border: 1px solid rgba(255,255,255,.06);\n      max-width: 550px;\n      margin: 0 auto 28px;\n    }\n\n    .spotlight-highlight .icon-svg {\n      width: 44px;\n      height: 44px;\n      margin-bottom: 10px;\n    }\n\n    .spotlight-highlight p:first-child {\n      font-size: 22px;\n      font-weight: 700;\n      opacity: 1;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    .spotlight-highlight p:last-child {\n      font-size: 16px;\n      opacity: .7;\n    }\n\n    \/* ===== DEADLINE ===== *\/\n    .deadline {\n      background: linear-gradient(145deg, #013a5e, #025486);\n      border-radius: 6px;\n      padding: 36px 28px;\n      margin: 48px 0;\n      text-align: center;\n      color: #fff;\n    }\n\n    .deadline-badge {\n      display: inline-block;\n      background: rgba(255,255,255,.08);\n      padding: 8px 26px;\n      border-radius: 4px;\n      font-size: 14px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      border: 1px solid rgba(255,255,255,.06);\n    }\n\n    .deadline-grid {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 32px;\n    }\n\n    .deadline-item .label {\n      font-size: 14px;\n      opacity: .5;\n      display: block;\n      margin-bottom: 6px;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      font-weight: 300;\n    }\n\n    .deadline-item .value {\n      font-size: 26px;\n      font-weight: 700;\n      background: rgba(255,255,255,.06);\n      padding: 6px 28px;\n      border-radius: 4px;\n      border: 1px solid rgba(255,255,255,.04);\n    }\n\n    \/* ===== BOOKING ===== *\/\n    .booking {\n      background: linear-gradient(145deg, #013a5e, #025486);\n      border-radius: 6px;\n      padding: 48px 36px;\n      margin: 48px 0;\n      text-align: center;\n      color: #fff;\n    }\n\n    .booking h2 {\n      font-size: 36px;\n      font-weight: 300;\n      margin-bottom: 12px;\n      letter-spacing: -0.02em;\n    }\n\n    .booking h2 strong {\n      font-weight: 700;\n      color: #f0e6d3;\n    }\n\n    .promo-code {\n      display: inline-block;\n      background: rgba(255,255,255,.06);\n      padding: 10px 32px;\n      border-radius: 4px;\n      font-size: 22px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      margin: 16px 0 6px;\n      border: 1px solid rgba(255,255,255,.08);\n    }\n\n    .booking .sub {\n      font-size: 16px;\n      opacity: .6;\n      font-weight: 300;\n    }\n\n    .booking-contact {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 48px;\n      margin: 32px 0;\n    }\n\n    .booking-contact .label {\n      font-size: 13px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      opacity: .4;\n      display: block;\n      font-weight: 600;\n    }\n\n    .booking-contact .value {\n      font-size: 24px;\n      font-weight: 700;\n    }\n\n    .booking-contact .value a {\n      color: #fff;\n      text-decoration: none;\n      transition: opacity .2s;\n    }\n\n    .booking-contact .value a:hover {\n      opacity: .7;\n    }\n\n    .btn-book {\n      background: #c88c32;\n      color: #fff;\n      padding: 22px 60px;\n      font-size: 20px;\n      font-weight: 700;\n      font-family: 'Century Gothic', 'Futura', 'Arial', sans-serif;\n      border-radius: 4px;\n      display: inline-block;\n      text-decoration: none;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      box-shadow: 0 8px 32px rgba(200,140,50,.2);\n      transition: all .35s ease;\n      border: none;\n      cursor: pointer;\n    }\n\n    .btn-book:hover {\n      background: #d89c42;\n      transform: translateY(-2px);\n      box-shadow: 0 12px 40px rgba(200,140,50,.3);\n    }\n\n    .booking-disclaimer {\n      margin-top: 32px;\n      font-size: 14px;\n      opacity: .4;\n      font-weight: 300;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* ===== TERMS ===== *\/\n    .terms {\n      font-size: 13px;\n      color: #7a8e9e;\n      text-align: center;\n      margin-top: 48px;\n      padding: 28px 20px;\n      border-top: 1px solid #e6eaee;\n      line-height: 1.8;\n      max-width: 1000px;\n      margin-left: auto;\n      margin-right: auto;\n      font-weight: 300;\n      letter-spacing: 0.3px;\n    }\n\n    .terms strong {\n      color: #4a5e6e;\n      font-weight: 600;\n    }\n\n    \/* ===== RESPONSIVE ===== *\/\n    @media (min-width: 600px) {\n      .product-page {\n        padding: 24px;\n      }\n\n      .hero-content {\n        padding: 52px 36px 56px;\n      }\n\n      .hero-title {\n        font-size: 52px;\n      }\n\n      .hero-subtitle {\n        font-size: 22px;\n      }\n\n      .offer-card {\n        padding: 22px 28px;\n        min-width: 140px;\n        max-width: 190px;\n      }\n\n      .offer-card .amount {\n        font-size: 38px;\n      }\n\n      .offer-card .label {\n        font-size: 12px;\n      }\n\n      .offer-card .icon-svg {\n        width: 42px;\n        height: 42px;\n      }\n\n      .bonus-section {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n      }\n\n      .info-grid {\n        grid-template-columns: repeat(4, 1fr);\n        gap: 28px;\n      }\n\n      .info-section {\n        padding: 48px 36px;\n      }\n\n      .btn-lg {\n        padding: 24px 60px;\n        font-size: 22px;\n      }\n\n      .btn {\n        font-size: 20px;\n        padding: 22px 48px;\n      }\n\n      .deposit-note {\n        font-size: 18px;\n      }\n\n      .spotlight {\n        padding: 52px 44px;\n      }\n\n      .spotlight h2 {\n        font-size: 36px;\n      }\n\n      .booking {\n        padding: 52px 44px;\n      }\n\n      .booking h2 {\n        font-size: 40px;\n      }\n\n      .btn-book {\n        padding: 24px 64px;\n        font-size: 22px;\n      }\n\n      .bonus-badge {\n        font-size: 18px;\n        padding: 12px 28px;\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .hero-content {\n        padding: 64px 48px 68px;\n      }\n\n      .hero-title {\n        font-size: 72px;\n      }\n\n      .hero-subtitle {\n        font-size: 26px;\n      }\n\n      .offer-card {\n        padding: 26px 34px;\n        min-width: 170px;\n        max-width: 230px;\n      }\n\n      .offer-card .amount {\n        font-size: 46px;\n      }\n\n      .offer-card .label {\n        font-size: 14px;\n      }\n\n      .offer-card .icon-svg {\n        width: 48px;\n        height: 48px;\n      }\n\n      .bonus-card .icon-svg {\n        width: 60px;\n        height: 60px;\n      }\n\n      .bonus-card h3 {\n        font-size: 22px;\n      }\n\n      .bonus-card .value {\n        font-size: 44px;\n      }\n\n      .bonus-card p {\n        font-size: 18px;\n      }\n\n      .info-item .icon-svg {\n        width: 48px;\n        height: 48px;\n      }\n\n      .info-item h4 {\n        font-size: 20px;\n      }\n\n      .info-item p {\n        font-size: 16px;\n      }\n\n      .deadline-item .value {\n        font-size: 30px;\n        padding: 8px 32px;\n      }\n\n      .promo-code {\n        font-size: 26px;\n        padding: 12px 40px;\n      }\n\n      .booking-contact .value {\n        font-size: 28px;\n      }\n\n      .bonus-badge {\n        font-size: 22px;\n        padding: 14px 32px;\n      }\n    }\n\n    @media (max-width: 500px) {\n      .hero-content {\n        padding: 32px 16px 36px;\n      }\n\n      .hero-title {\n        font-size: 34px;\n      }\n\n      .hero-subtitle {\n        font-size: 17px;\n      }\n\n      .hero-badge {\n        font-size: 11px;\n        padding: 6px 16px;\n        letter-spacing: 2px;\n      }\n\n      .offer-grid {\n        gap: 10px;\n        margin: 20px 0 18px;\n      }\n\n      .offer-card {\n        padding: 14px 16px;\n        min-width: 90px;\n        max-width: 130px;\n      }\n\n      .offer-card .amount {\n        font-size: 26px;\n      }\n\n      .offer-card .label {\n        font-size: 9px;\n        letter-spacing: 1px;\n      }\n\n      .offer-card .icon-svg {\n        width: 28px;\n        height: 28px;\n      }\n\n      .offer-card .sub {\n        font-size: 8px;\n      }\n\n      .btn {\n        font-size: 15px;\n        padding: 16px 32px;\n      }\n\n      .btn-lg {\n        padding: 16px 32px;\n        font-size: 15px;\n      }\n\n      .btn-block {\n        margin: 28px 0 8px;\n      }\n\n      .deposit-note {\n        font-size: 13px;\n      }\n\n      .bonus-section {\n        grid-template-columns: 1fr;\n        gap: 16px;\n        margin: 32px 0;\n      }\n\n      .bonus-card {\n        padding: 24px 20px;\n      }\n\n      .bonus-card .icon-svg {\n        width: 44px;\n        height: 44px;\n      }\n\n      .bonus-card h3 {\n        font-size: 17px;\n      }\n\n      .bonus-card .value {\n        font-size: 32px;\n      }\n\n      .bonus-card p {\n        font-size: 14px;\n      }\n\n      .info-section {\n        padding: 24px 16px;\n        margin: 32px 0;\n      }\n\n      .info-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 16px;\n      }\n\n      .info-item .icon-svg {\n        width: 32px;\n        height: 32px;\n      }\n\n      .info-item h4 {\n        font-size: 14px;\n      }\n\n      .info-item p {\n        font-size: 12px;\n      }\n\n      .spotlight {\n        padding: 28px 20px;\n        margin: 32px 0;\n      }\n\n      .spotlight h2 {\n        font-size: 24px;\n      }\n\n      .spotlight p {\n        font-size: 15px;\n      }\n\n      .spotlight-tag {\n        font-size: 11px;\n        padding: 6px 14px;\n      }\n\n      .spotlight-highlight {\n        padding: 20px;\n      }\n\n      .spotlight-highlight p:first-child {\n        font-size: 17px;\n      }\n\n      .spotlight-highlight p:last-child {\n        font-size: 13px;\n      }\n\n      .deadline {\n        padding: 24px 16px;\n        margin: 32px 0;\n      }\n\n      .deadline-badge {\n        font-size: 11px;\n        padding: 6px 16px;\n      }\n\n      .deadline-grid {\n        gap: 20px;\n      }\n\n      .deadline-item .value {\n        font-size: 20px;\n        padding: 4px 16px;\n      }\n\n      .deadline-item .label {\n        font-size: 11px;\n      }\n\n      .booking {\n        padding: 28px 20px;\n        margin: 32px 0;\n      }\n\n      .booking h2 {\n        font-size: 26px;\n      }\n\n      .promo-code {\n        font-size: 17px;\n        padding: 8px 20px;\n      }\n\n      .booking .sub {\n        font-size: 14px;\n      }\n\n      .booking-contact {\n        gap: 28px;\n      }\n\n      .booking-contact .value {\n        font-size: 18px;\n      }\n\n      .btn-book {\n        padding: 18px 36px;\n        font-size: 16px;\n      }\n\n      .btn-sm {\n        padding: 10px 24px;\n        font-size: 13px;\n      }\n\n      .btn-outline-light {\n        padding: 12px 28px;\n        font-size: 14px;\n      }\n\n      .booking-disclaimer {\n        font-size: 12px;\n      }\n\n      .terms {\n        font-size: 11px;\n        padding: 20px 12px;\n        margin-top: 32px;\n      }\n\n      .bonus-badge {\n        font-size: 13px;\n        padding: 8px 16px;\n      }\n    }\n\n    @media (max-width: 380px) {\n      .hero-title {\n        font-size: 28px;\n      }\n\n      .hero-subtitle {\n        font-size: 14px;\n      }\n\n      .offer-card {\n        min-width: 75px;\n        padding: 10px 10px;\n      }\n\n      .offer-card .amount {\n        font-size: 22px;\n      }\n\n      .offer-card .label {\n        font-size: 8px;\n      }\n\n      .offer-card .icon-svg {\n        width: 22px;\n        height: 22px;\n      }\n\n      .hero-badge {\n        font-size: 9px;\n        padding: 4px 12px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-page\"\u003e\n\u003c!-- ===== HERO - NO IMAGE, CLEAN TEXT ===== --\u003e\n\u003cdiv class=\"hero-wrapper\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1 class=\"hero-title\"\u003e\u003cstrong\u003eHappy Birthday!\u003c\/strong\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003e\u003cstrong\u003eEnjoy 4 Days \/ 3 Nights in a beautiful one bedroom condo for only a $99 reservation deposit. Deposit refunded with a $100 Prepaid Mastercard! Plus! An extra gift for you! Choose between:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"spotlight-tags\"\u003e\n\u003cspan class=\"spotlight-tag\"\u003e\u003cspan\u003e🥩\u003c\/span\u003e $150 Charlie's Steakhouse Gift Card\u003c\/span\u003e \u003cspan class=\"spotlight-tag\"\u003eor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spotlight-tags\"\u003e\u003cspan class=\"spotlight-tag\"\u003e🏖️ $150 Resort Credit\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- BONUS BANNER - NEW PROMO --\u003e\u003ca class=\"btn btn-primary btn-lg\" href=\"#\"\u003eBOOK NOW\u003c\/a\u003e \u003cspan class=\"deposit-note deposit-note-light\"\u003eYour Reservation Deposit Today: $99 Only\u003cspan style=\"background-color: initial; color: rgb(255, 255, 255); font-size: 0.875rem;\"\u003e\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CTA 1 ===== --\u003e\u003c!-- ===== TERMS ===== --\u003e\n\u003cdiv class=\"terms\"\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eTerms and Conditions\u003c\/span\u003e:\u003cspan\u003e \u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003eNew reservations only. Offer for Exploria Resorts owners only. All Owners on the account are required to travel and attend a minimum 60-minute Owner Update presentation. Destinations and resorts featured are subject to availability. The retail value of this offer depends on travel dates, resort selected, and additional incentive offered. All accounts must be in good standing prior to travel. Reservations must be made by August 31, 2026 and travel must be completed within six (6) months of your birthday. The $99 reservation deposit is required at the time of booking. Except for the $99 reservation deposit, resort fees, security deposit, taxes, and your cost of travel, no other fees or payments will be required. Upon completion of the Owner Update, you will be eligible to receive a $100 Prepaid Mastercard® Prepaid card is issued by Pathward, N.A., Member FDIC. Card terms and expiration apply. The additional $150 gift is based on the selected resort destination: Orlando guests choose between a $150 Charlie’s Steakhouse Gift Card or a $150 Resort Credit; Pocono Mountain Villas and Daytona Beach guests receive a $150 Resort Credit. Resort Credits must be fully redeemed during your stay and prior to checkout; unused credits will be forfeited. Failure of all parties to travel and attend the Owner Update will result in forfeiture of the discounted package price and the incentives featured. This offer is non-transferrable, cannot be combined with existing reservations or other promotional incentives. This offer is not directed to residents in any state in which a registration of the timeshare plan is required but in which registration requirements have not yet been met. This promotion is intended to solicit purchasers of timeshare interests in Club Exploria. The price range of the intervals is $8,200 to $40,075, plus annual Club dues. Prices subject to change. Void where prohibited by law. This promotional offer is not available for residents of California. NJ Reg. No.: 18-990007 \u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"margin-top: 24px;\"\u003e© 2026 Exploria Resorts | All Rights Reserved\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cstrong\u003e \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003e \u003c\/strong\u003e\u003c\/p\u003e","brand":"My Store","offers":[{"title":"1 Bedroom Unit","offer_id":45436649209971,"sku":null,"price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/3044\/5171\/files\/summer-bay-orlando-resort-1-bedroom-suite-king-bed.png?v=1776279826","url":"https:\/\/www.exploriavacations.com\/products\/happy-birthday-orlando-4-days-3-nights-plus-extra-gift","provider":"Exploria Vacations","version":"1.0","type":"link"}