<style>
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
.abs-cta { width: 100%; text-align: center; margin: 28px 0; }
.abs-cta a { background: #155f97; padding: 12px 34px; color: #fff; text-decoration: none; border-radius: 6px; user-select: none; }
.abs-note { max-width: 700px; margin: 20px auto; text-align: left; font-size: .9em; }
.abs-collapse-group {
display: flex;
flex-direction: column;
gap: 12px;
max-width: 100%;
margin: 24px 0;
}
.abs-collapse {
background: #ffffff;
border: 1px solid #e3e8ee;
border-radius: 12px;
box-shadow: 0 1px 3px rgba(21, 95, 151, 0.06);
overflow: hidden;
}
.abs-collapse__summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 18px 20px;
-webkit-tap-highlight-color: transparent;
}
.abs-collapse__summary::-webkit-details-marker {
display: none;
}
.abs-collapse__title {
font-size: 17px;
font-weight: 700;
color: #1a2733;
line-height: 1.3;
}
.abs-collapse__icon {
flex-shrink: 0;
width: 26px;
height: 26px;
border-radius: 50%;
background: rgba(21, 95, 151, 0.08);
color: #155F97;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.25s ease, background-color 0.25s ease;
}
.abs-collapse__icon svg {
width: 16px;
height: 16px;
}
.abs-collapse[open] > .abs-collapse__summary .abs-collapse__icon {
transform: rotate(180deg);
background: #155F97;
color: #ffffff;
}
/* Destaque com borda em degradê dourado (mesma espessura de 1px) */
.abs-collapse--gold {
border: 1px solid transparent;
background:
linear-gradient(#ffffff, #ffffff) padding-box,
linear-gradient(120deg, #b8860b, #f5d67a, #fff3c4, #e0a93b, #b8860b) border-box;
box-shadow: 0 2px 10px rgba(184, 134, 11, 0.18);
}
.abs-collapse--gold .abs-collapse__icon {
background: rgba(184, 134, 11, 0.12);
color: #b8860b;
}
.abs-collapse--gold[open] > .abs-collapse__summary .abs-collapse__icon {
background: #b8860b;
color: #ffffff;
}
.abs-collapse__content {
padding: 0 20px 20px;
border-top: 1px solid #eef1f5;
padding-top: 16px;
}
.abs-collapse__content p {
margin: 0 0 12px;
color: #3d4a56;
line-height: 1.6;
font-size: 15px;
}
.abs-collapse__content p:last-child {
margin-bottom: 0;
}
/* Subtítulo interno (ex: "Important Information") */
.abs-collapse__subtitle {
font-size: 15px;
font-weight: 700;
color: #1a2733;
line-height: 1.4;
margin: 20px 0 12px;
}
.abs-collapse__list {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
gap: 12px;
}
.abs-collapse__list li {
position: relative;
padding-left: 22px;
color: #3d4a56;
line-height: 1.6;
font-size: 15px;
}
.abs-collapse__list li::before {
content: "";
position: absolute;
left: 0;
top: 8px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #155F97;
}
.abs-collapse__list--itinerary li strong {
color: #155F97;
}
/* FAQ aninhado */
.abs-collapse__content--faq {
display: flex;
flex-direction: column;
gap: 10px;
}
.abs-faq {
background: #f7f9fb;
border: 1px solid #e9edf1;
border-radius: 10px;
overflow: hidden;
}
.abs-faq__summary {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
padding: 14px 16px;
font-size: 15px;
font-weight: 600;
color: #1a2733;
}
.abs-faq__summary::-webkit-details-marker {
display: none;
}
.abs-faq__icon {
flex-shrink: 0;
width: 20px;
height: 20px;
color: #155F97;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.25s ease;
}
.abs-faq__icon svg {
width: 14px;
height: 14px;
}
.abs-faq[open] > .abs-faq__summary .abs-faq__icon {
transform: rotate(180deg);
}
.abs-faq__content {
padding: 0 16px 16px;
}
.abs-faq__content p {
margin: 0;
color: #3d4a56;
line-height: 1.6;
font-size: 14.5px;
}
/* Animação suave de abertura/fechamento */
.abs-collapse,
.abs-faq {
interpolate-size: allow-keywords;
}
.abs-collapse::details-content,
.abs-faq::details-content {
height: 0;
overflow: hidden;
opacity: 0;
transition:
height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.3s ease,
content-visibility 0.35s allow-discrete;
}
.abs-collapse[open]::details-content,
.abs-faq[open]::details-content {
height: auto;
opacity: 1;
}
</style>
<p><b><span>Hollywood is calling!</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>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>
<div class="abs-collapse-group">
<details class="abs-collapse">
<summary class="abs-collapse__summary"><span class="abs-collapse__title">SEAT-ONLY OPTION</span> <span class="abs-collapse__icon"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span></summary>
<div class="abs-collapse__content">
<ul class="abs-collapse__list">
<li>Guaranteed seat to Super Bowl LXI</li>
<li>Pre-game kickoff tailgate: gourmet food, premium open bar, live music, meet-and-greet opportunities with NFL Legends, and more!</li>
<li>ABSOLUT Sport on-site assistance on game day</li>
<li>All taxes and fees included</li>
</ul>
</div>
</details>
<details class="abs-collapse" open="">
<summary class="abs-collapse__summary"><span class="abs-collapse__title">FULL PACKAGE INCLUSIONS</span> <span class="abs-collapse__icon"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span></summary>
<div class="abs-collapse__content">
<ul class="abs-collapse__list">
<li>Guaranteed seat to Super Bowl LXI</li>
<li>Pre-game kickoff tailgate: gourmet food, premium open bar, live music, meet-and-greet opportunities with NFL Legends, and more!</li>
<li>ABSOLUT Sport on-site assistance on game day</li>
<li>All taxes and fees included</li>
<li>3 nights at premium Los Angeles hotels</li>
<li>Convenient locations near SoFi Stadium and Los Angeles attractions</li>
<li>Comfortable rooms with modern amenities</li>
<li>Round-trip motorcoach service for a stress-free travel experience</li>
<li>Designated pickup and drop-off points on game day</li>
<li>Travel with ease and arrive ready to enjoy the action</li>
<li>Comprehensive travel insurance included</li>
<li>Coverage up to $80,000 per person</li>
<li>Enjoy peace of mind for your investment</li>
</ul>
</div>
</details>
<details class="abs-collapse" open="">
<summary class="abs-collapse__summary"><span class="abs-collapse__title">Why Choose ABSOLUT Sport?</span> <span class="abs-collapse__icon"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span></summary>
<div class="abs-collapse__content">
<p>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.</p>
<p><strong>Book now and be part of Super Bowl history in Los Angeles!</strong></p>
</div>
</details>
<details class="abs-collapse" open="">
<summary class="abs-collapse__summary"><span class="abs-collapse__title">Event Details</span> <span class="abs-collapse__icon"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span></summary>
<div class="abs-collapse__content">
<p><strong>Date:</strong> Sunday, February 14, 2027<br><strong>Venue:</strong> SoFi Stadium, Los Angeles, California<br><strong>Duration:</strong> Full-day experience (1 day event)</p>
<p class="abs-collapse__subtitle"><strong>Important Information</strong></p>
<ul class="abs-collapse__list">
<li>
<strong>Age Restrictions:</strong> All ages welcome</li>
<li>
<strong>Booking Deadline:</strong> Secure your spot before packages sell out</li>
</ul>
</div>
</details>
<details class="abs-collapse" open="">
<summary class="abs-collapse__summary"><span class="abs-collapse__title">Terms and Conditions</span> <span class="abs-collapse__icon"> <svg viewbox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> </span></summary>
<div class="abs-collapse__content">
<p>Prices are per person in US dollars. Ticket category and hotel are subject to availability. Stadium transfer with sponsor parking is included in packages with hotel. Travel insurance is included in packages with transfer or flight. Packages are subject to confirmation with the event organizer.</p>
<p>By completing your booking you agree to our <span style="color: rgb(43, 0, 255);"><a style="text-decoration: underline; color: rgb(43, 0, 255);" href="https://us.absolut-sport.com/policies/terms-of-service" target="_blank">Terms of Service</a></span> and <span style="color: rgb(43, 0, 255);"><a style="text-decoration: underline; color: rgb(43, 0, 255);" href="https://us.absolut-sport.com/policies/refund-policy" target="_blank">Refund Policy.</a></span></p>
</div>
</details>
</div>