<p><meta charset="utf-8"> <meta charset="utf-8"><b id="docs-internal-guid-55f1b425-7fff-3710-9732-f268c50a2e6f"><span>Hollywood is calling!</span><span> </span></b></p>
<p>Super Bowl LXI returns to Los Angeles, taking over the iconic SoFi Stadium for one of the most electrifying moments in sports. In 2027, ABSOLUT Sport proudly hosts our <strong>second Super Bowl in LA</strong>, backed by over a decade of delivering premium, seamless, and exclusive Super Bowl travel experiences.</p>
<p><meta charset="utf-8"> <meta charset="utf-8">We are <strong>centrally located in the heart of the city</strong>, giving our guests unmatched access to SoFi Stadium and everything Los Angeles has to offer. This is more than a game—it’s a championship celebration, a cultural spectacle, and your chance to be part of history. Don’t just watch the moment. Live it where legends are made.</p>
<p><iframe title="YouTube video player" src="https://www.youtube.com/embed/y-ZikRZyujw?si=oRmD38Y5TfMqCv9z" height="185" width="315"></iframe></p>
<h3 dir="ltr"><span>What's Included in Your Package</span></h3>
<h4 dir="ltr"><span>🎟️<strong> Premium Game Seats</strong></span></h4>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Guaranteed seats at Super Bowl LXI at SoFi Stadium</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>E-Ticket delivery for secure, convenient access</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Prime viewing locations for the ultimate game experience</span></p>
</li>
</ul>
<h4 dir="ltr"><span>🍽️ <strong>Pre-game Kickoff Tailgate</strong></span></h4>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Pre-game kickoff tailgate with gourmet food and premium open bar</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Live music and entertainment</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Meet and greet opportunities with NFL Legends</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Exclusive photo opportunities and memorabilia</span></p>
</li>
</ul>
<h4 dir="ltr"><span>🏨 <strong>Luxury Hotel Accommodations</strong></span></h4>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>3-4 nights at premium Los Angeles hotels</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Convenient locations near SoFi Stadium and Los Angeles attractions</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Comfortable rooms with modern amenities</span></p>
</li>
</ul>
<p dir="ltr"><span>🚌 <strong>Coordinated Matchday Transfers</strong></span></p>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Round-trip motorcoach service for a stress-free travel experience</span><span><br></span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Designated pickup and drop-off points on game day</span><span><br></span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Travel with ease and arrive ready to enjoy the action</span></p>
</li>
</ul>
<h4 dir="ltr"><span>🛡️ <strong>Travel Protection</strong></span></h4>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Comprehensive travel insurance included</span><span><br></span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Coverage up to </span><span>$80,000 per person</span><span><br></span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Enjoy peace of mind for your investment</span><span></span><span></span><span></span></p>
</li>
</ul>
<p> </p>
<h3 dir="ltr"><span>📍 Event Details</span></h3>
<p dir="ltr"><span>Date:</span><span> Sunday, February 14, 2027</span><span><br></span><span>Venue:</span><span> SoFi Stadium, Los Angeles, California</span><span><br></span><span>Duration:</span><span> Full-day experience (1 day event)</span><span></span></p>
<h3 dir="ltr"><span>Important Information</span></h3>
<ul>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Limited Availability:</span><span> Only 5 packages remaining!</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Age Restrictions:</span><span> All ages welcome</span></p>
</li>
<li dir="ltr" aria-level="1">
<p dir="ltr" role="presentation"><span>Booking Deadline:</span><span> Secure your spot before packages sell out</span></p>
</li>
</ul>
<p><span><b id="docs-internal-guid-703cc5fd-7fff-bbf5-91b2-ae4b29588b7d">Payment Terms: Single payment or installment options available</b></span><span><b></b></span><span><b></b></span></p>
<h3 dir="ltr"><span>Why Choose ABSOLUT Sport?</span></h3>
<p dir="ltr"><span>As your trusted sports travel partner, we handle every detail so you can focus on enjoying the game. From premium seating to luxury accommodations, we deliver unforgettable Super Bowl experiences.</span></p>
<p dir="ltr"><strong>Book now and be part of Super Bowl history in Los Angeles!</strong></p>
<p> </p>
<!-- Modal de Promoção -->
<p> </p>
<style>
/* Overlay de fundo - Garante que cubra tudo */
#modalOverlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.75);
display: flex;
justify-content: center;
align-items: center;
z-index: 999999999;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
font-family: 'Barlow', sans-serif;
padding: 15px;
box-sizing: border-box;
}
#modalOverlay.active {
opacity: 1;
visibility: visible;
}
/* Container do Modal Responsivo */
.modal-container {
background: #ffffff;
width: 100%;
max-width: 420px; /* Tamanho ideal para Desktop e Mobile */
padding: 40px 25px;
border-radius: 40px;
position: relative;
text-align: center;
box-shadow: 0 20px 40px rgba(0,0,0,0.4);
transform: translateY(20px);
transition: all 0.4s ease;
box-sizing: border-box;
}
#modalOverlay.active .modal-container {
transform: translateY(0);
}
/* Botão de Fechar */
.close-btn {
position: absolute;
top: 15px;
right: 20px;
background: #1e639a;
color: white;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
font-size: 14px;
font-weight: 800;
border: none;
z-index: 10;
}
/* Conteúdo Visual */
.modal-content h3 {
color: #1e639a;
margin: 0;
font-size: 24px;
font-weight: 600;
letter-spacing: 1px;
}
.modal-content .discount-value {
color: #1e639a;
font-size: clamp(65px, 20vw, 90px); /* Fonte diminui em telas menores */
font-weight: 800;
line-height: 1;
margin: 10px 0;
}
.modal-content .subtitle {
color: #1e639a;
font-size: clamp(14px, 4vw, 18px);
font-weight: 600;
text-transform: uppercase;
margin-bottom: 25px;
padding: 0 10px;
}
.modal-content p {
color: #444;
font-size: 16px;
margin-bottom: 10px;
}
/* Caixa do Cupom */
.code-box {
background: #f1f5f9;
padding: 15px;
font-size: clamp(22px, 6vw, 30px);
font-weight: 700;
color: #1e639a;
border-radius: 12px;
margin-bottom: 25px;
letter-spacing: 2px;
border: 2px dashed #1e639a;
width: 100%;
box-sizing: border-box;
}
/* Botão de Clique */
.cta-button {
background: #1e639a;
color: white;
border: none;
padding: 18px 25px;
font-size: 16px;
font-weight: 700;
border-radius: 12px;
cursor: pointer;
text-transform: uppercase;
transition: all 0.3s ease;
width: 100%;
max-width: 300px;
}
.cta-button.applied {
background: #28a745 !important;
}
/* Ajustes finos para Mobile */
@media (max-width: 400px) {
.modal-container {
padding: 35px 20px;
border-radius: 30px;
}
.modal-content .discount-value {
font-size: 60px;
}
}
</style>
<div id="modalOverlay">
<div class="modal-container">
<button class="close-btn">X</button>
<div class="modal-content">
<h3>SAVE</h3>
<div class="discount-value">5%</div>
<div class="subtitle">IN SUPER BOWL PACKAGES</div>
<p>Use the code</p>
<div class="code-box">EARLYBIRD</div>
<button id="mainCta" class="cta-button">USE YOUR CODE NOW</button>
</div>
</div>
</div>
<p> </p>