﻿:root{--bg:#090604;--surface:#160d0b;--surface2:#21110d;--line:rgba(255,210,138,.18);--text:#fff8ee;--muted:#d9b99e;--gold:#ffd66d;--hot:#f04a28;--hot2:#ff7b32;--max:1200px;--shadow:0 24px 70px rgba(0,0,0,.42);--banner-cta-h-desktop:48px;--banner-cta-h-tablet:44px;--banner-cta-h-mobile:42px;--store-cta-h-tablet:52px;--store-cta-h-mobile:50px}*{box-sizing:border-box}html{scroll-padding-top:92px;max-width:100%;overflow-x:hidden}body{margin:0;max-width:100%;overflow-x:hidden;background:radial-gradient(circle at 80% 0%,rgba(176,37,16,.24),transparent 34%),linear-gradient(180deg,#120805 0%,#090604 38%,#0d0705 100%);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.7;letter-spacing:0}a{color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}.site-header{position:fixed;top:0;left:0;right:0;z-index:10000;background:rgba(9,6,4,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{height:76px;display:flex;align-items:center;gap:24px}.brand img{width:130px;height:auto}.desktop-nav{display:flex;gap:6px;margin-left:auto}.desktop-nav a,.mobile-nav a:not(.btn),.footer-links a{padding:9px 12px;text-decoration:none;color:var(--muted);border-radius:6px}.desktop-nav a.active,.desktop-nav a:hover,.mobile-nav a.active{color:var(--text);background:rgba(255,214,109,.1)}.header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 20px;border-radius:7px;text-decoration:none;font-weight:800;line-height:1.1;white-space:normal;text-align:center}.btn-primary{background:linear-gradient(135deg,var(--hot),var(--hot2));color:#fff;box-shadow:0 10px 28px rgba(240,74,40,.28)}.btn-ghost{border:1px solid var(--line);color:var(--gold);background:rgba(255,214,109,.08)}.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:7px;padding:9px}.menu-toggle span{display:block;height:2px;background:#fff;margin:6px 0}.mobile-nav{border-top:1px solid var(--line);background:rgba(9,6,4,.98)}.mobile-nav nav{display:grid;gap:10px;padding:14px 0 18px}.hero-banner{padding:116px 0 24px}.hero-card{position:relative;min-height:480px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#130907;box-shadow:var(--shadow)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-banner[data-focus=right] .hero-bg{object-position:right center}.hero-banner[data-focus=left] .hero-bg{object-position:left center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,4,3,.94),rgba(7,4,3,.72) 38%,rgba(7,4,3,.2) 68%,rgba(7,4,3,.1))}.hero-content{position:relative;z-index:1;max-width:650px;padding:58px 56px;display:flex;min-height:480px;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{margin:0 0 12px;color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.hero-content h1{margin:0;font-size:clamp(34px,4.8vw,62px);line-height:1.02;max-width:12ch;overflow-wrap:normal;word-break:normal;hyphens:auto}.hero-lead{margin:20px 0 0;color:#ffe4c8;max-width:600px;font-size:18px;line-height:1.62}.hero-btn{margin-top:28px;min-height:var(--banner-cta-h-desktop);padding:14px 26px}.store-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.store-btn{min-height:56px;display:inline-flex;align-items:center;gap:12px;width:auto;padding:10px 18px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.08);text-decoration:none;color:#fff;font-weight:900;line-height:1.12}.store-btn img{width:28px;height:28px;flex:0 0 auto}.intro-section{padding:10px 0 24px}.doc-heading-title{font-size:24px!important;line-height:1.25!important;color:var(--gold)!important;font-weight:900!important;margin:0!important}.content-section{padding:22px 0}.prose{max-width:var(--max)}.prose h2{margin:0 0 18px;font-size:32px;line-height:1.18;color:#fff}.prose h3{margin:24px 0 10px;font-size:22px;line-height:1.25;color:var(--gold)}.prose p{margin:0 0 16px;color:#f4ddc7}.prose p:first-child{margin-top:0}.prose{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));border:1px solid var(--line);border-radius:8px;padding:30px}.doc-list{list-style:none;margin:16px 0 20px;padding:0;display:grid;gap:10px;counter-reset:item}.doc-list li{position:relative;padding:12px 14px 12px 48px;background:rgba(255,255,255,.045);border:1px solid rgba(255,210,138,.12);border-radius:7px;color:#f4ddc7}.doc-list li:before{counter-increment:item;content:counter(item);position:absolute;left:14px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:rgba(240,74,40,.22);color:#ffd66d;font-weight:900;font-size:13px}.table-scroll{width:100%;overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:8px}.table-scroll table{width:100%;min-width:760px;border-collapse:collapse;background:rgba(0,0,0,.18)}th,td{text-align:left;padding:13px 14px;border-bottom:1px solid rgba(255,210,138,.12);vertical-align:top}th{background:rgba(240,74,40,.32);color:#fff;font-size:14px}td{color:#f3d9bd}.faq-item{padding:18px 0;border-top:1px solid rgba(255,210,138,.13)}.faq-item:first-of-type{border-top:0}.asset-note,.editorial-meta{font-weight:800!important;color:#ffd66d!important;background:rgba(255,214,109,.08);border:1px solid rgba(255,214,109,.18);border-radius:7px;padding:12px 14px}.trust-section{padding:26px 0 0}.trust-grid{display:grid;grid-template-columns:1.2fr repeat(5,1fr);gap:10px;align-items:center}.trust-grid span{min-height:48px;display:grid;place-items:center;text-align:center;border:1px solid var(--line);border-radius:7px;background:rgba(255,255,255,.035);color:#ffe4c8;font-weight:800}.trust-label{color:var(--gold)!important}.site-footer{margin-top:28px;border-top:1px solid var(--line);background:#080504;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;align-items:start}.footer-brand img{width:130px}.footer-brand p,.footer-legal p{color:var(--muted);margin:12px 0 0}.footer-links{display:flex;flex-direction:column;gap:6px}.footer-legal{text-align:center;border-top:1px solid var(--line);margin-top:28px;padding-top:22px}.footer-legal p:first-child{max-width:900px;margin:0 auto}.service-hero{padding:116px 0 22px}.service-hero .prose{background:linear-gradient(180deg,rgba(255,214,109,.08),rgba(255,255,255,.02))}.service-hero h1{font-size:44px;line-height:1.1;margin:0 0 14px}.service-hero p{font-size:18px;color:#ffe4c8}@media (max-width:960px){.desktop-nav,.header-actions{display:none}.menu-toggle{display:block}.header-inner{height:68px}.hero-banner{padding-top:96px}.hero-card{min-height:450px}.hero-content{padding:44px 34px;min-height:450px}.hero-content h1{font-size:42px;max-width:14ch}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-label{grid-column:1/-1}.trust-grid span:nth-child(6){grid-column:1/-1;justify-self:center;width:min(260px,100%)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.hero-btn{min-height:var(--banner-cta-h-tablet)}.store-btn{min-height:var(--store-cta-h-tablet)}}@media (max-width:638px){html{scroll-padding-top:76px}body{padding-top:0}.container{width:min(var(--max),calc(100% - 32px))}.hero-banner{padding-top:88px}.hero-card{min-height:500px}.hero-overlay{background:linear-gradient(180deg,rgba(7,4,3,.9),rgba(7,4,3,.72) 58%,rgba(7,4,3,.34))}.hero-content{min-height:500px;padding:32px 22px;justify-content:flex-start}.hero-content h1{font-size:32px;max-width:100%;line-height:1.08}.hero-lead{font-size:15.5px;line-height:1.5}.hero-btn{min-height:var(--banner-cta-h-mobile);margin-top:24px}.store-row{gap:10px}.store-btn{min-height:var(--store-cta-h-mobile);padding:9px 13px;font-size:14px;flex:0 0 auto}.store-btn img{width:25px;height:25px}.prose{padding:22px 18px}.prose h2{font-size:25px}.prose h3{font-size:19px}.doc-heading-title{font-size:20px!important}.doc-list{gap:8px}.doc-list li{padding:10px 12px 10px 44px;background:transparent;border-color:rgba(255,210,138,.18)}.table-scroll{padding-bottom:6px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand img{margin:0 auto}.footer-links{align-items:center}.service-hero{padding-top:88px}.service-hero h1{font-size:34px}}@media (max-width:390px){.container{width:min(var(--max),calc(100% - 24px))}.brand img{width:112px}.header-inner{gap:12px}.hero-content h1{font-size:28px}.hero-lead{font-size:14.5px}.store-row{flex-direction:column;align-items:flex-start}.store-btn{width:auto}.trust-grid span{font-size:13px}.prose{padding:18px 14px}.table-scroll table{min-width:720px}th,td{padding:11px 12px}.btn{padding-left:15px;padding-right:15px}}@media (max-width:319px){.container{width:min(var(--max),calc(100% - 20px))}.hero-content{padding:28px 16px}.hero-content h1{font-size:25px}.hero-lead{font-size:14px}.prose h2{font-size:22px}.doc-list li{padding-left:40px}.table-scroll table{min-width:680px}}
.promo-bonus-section{padding:18px 0}.promo-bonus-card{position:relative;min-height:250px;overflow:hidden;border:1px solid rgba(255,210,138,.22);border-radius:8px;background:#130907;box-shadow:0 20px 58px rgba(0,0,0,.34)}.promo-bonus-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo-bonus-card[data-focus=right] .promo-bonus-bg{object-position:right center}.promo-bonus-card[data-focus=left] .promo-bonus-bg{object-position:left center}.promo-bonus-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,4,3,.92),rgba(7,4,3,.72) 43%,rgba(7,4,3,.18) 78%)}.promo-bonus-card[data-focus=left] .promo-bonus-overlay,.promo-bonus-card[data-copy=right] .promo-bonus-overlay{background:linear-gradient(270deg,rgba(7,4,3,.92),rgba(7,4,3,.72) 43%,rgba(7,4,3,.18) 78%)}.promo-bonus-copy{position:relative;z-index:1;width:min(560px,100%);min-height:250px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:34px}.promo-bonus-card[data-focus=left] .promo-bonus-copy{margin-left:auto}.promo-bonus-card[data-copy=right] .promo-bonus-copy{width:min(38%,460px);margin-left:auto;padding-left:14px;padding-right:44px}.promo-bonus-label{margin:0 0 8px!important;color:var(--gold)!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase;letter-spacing:.06em}.promo-bonus-card h2{margin:0 0 8px;font-size:30px;line-height:1.12;color:#fff}.promo-bonus-card p:not(.promo-bonus-label){margin:0;color:#ffe4c8;font-size:18px;font-weight:900;line-height:1.35}.promo-bonus-card .btn{margin-top:22px;min-height:var(--banner-cta-h-tablet)}.bonus-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0 20px}.bonus-card{min-width:0;min-height:180px;padding:18px 18px 16px;border:1px solid rgba(255,210,138,.18);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.bonus-card h3{margin:0 0 10px!important;font-size:20px!important}.bonus-card p{margin:0!important}.bonus-card-grid+.prose h3{margin-top:24px}body[data-page="index"] #hellspin-bonuses-for-canadian-players .bonus-card-grid .bonus-card:nth-child(5){grid-column:1/-1;min-height:0}@media (max-width:1366px){.promo-bonus-card{min-height:220px}.promo-bonus-copy{min-height:220px}.promo-bonus-card[data-copy=right] .promo-bonus-bg{object-position:left center}.promo-bonus-card[data-copy=right] .promo-bonus-overlay{background:linear-gradient(270deg,rgba(7,4,3,.94),rgba(7,4,3,.78) 48%,rgba(7,4,3,.22) 82%)}.promo-bonus-card[data-copy=right] .promo-bonus-copy{width:min(42%,420px);margin-left:auto;padding:24px 26px 24px 12px}.promo-bonus-card h2{font-size:27px}.promo-bonus-card p:not(.promo-bonus-label){font-size:16.5px}}@media (max-width:638px){.promo-bonus-section{padding:14px 0}.promo-bonus-card{min-height:250px}.promo-bonus-bg,.promo-bonus-card[data-focus=right] .promo-bonus-bg,.promo-bonus-card[data-focus=left] .promo-bonus-bg{object-position:center center}.promo-bonus-overlay,.promo-bonus-card[data-focus=left] .promo-bonus-overlay{background:linear-gradient(180deg,rgba(7,4,3,.92),rgba(7,4,3,.78) 62%,rgba(7,4,3,.44))}.promo-bonus-card[data-copy=right] .promo-bonus-bg{object-position:left center}.promo-bonus-card[data-copy=right] .promo-bonus-overlay{background:linear-gradient(270deg,rgba(7,4,3,.94),rgba(7,4,3,.8) 52%,rgba(7,4,3,.28) 86%)}.promo-bonus-copy{min-height:250px;padding:18px 14px;justify-content:center}.promo-bonus-card[data-focus=left] .promo-bonus-copy{margin-left:auto}.promo-bonus-card[data-copy=right] .promo-bonus-copy{width:min(58%,310px);margin-left:auto;padding:18px 12px 18px 8px}.promo-bonus-card h2{font-size:20.5px}.promo-bonus-card p:not(.promo-bonus-label){font-size:15px}.promo-bonus-card .btn{margin-top:16px;min-height:var(--banner-cta-h-mobile)}.bonus-card-grid{grid-template-columns:1fr;gap:10px}.bonus-card{min-height:0;padding:16px 14px}.bonus-card h3{font-size:18px!important}body[data-page="index"] #hellspin-bonuses-for-canadian-players .bonus-card-grid .bonus-card:nth-child(5){grid-column:auto}}@media (max-width:390px){.promo-bonus-card{min-height:230px}.promo-bonus-copy{min-height:230px;padding:15px 12px}.promo-bonus-card[data-copy=right] .promo-bonus-copy{width:min(64%,230px);margin-left:auto;padding:15px 10px 15px 6px}.promo-bonus-card h2{font-size:17.5px}.promo-bonus-card p:not(.promo-bonus-label){font-size:14px}.promo-bonus-label{font-size:10.5px!important}.promo-bonus-card .btn{margin-top:13px}}@media (max-width:319px){.promo-bonus-card{min-height:220px}.promo-bonus-copy{min-height:220px;padding:14px 10px}.promo-bonus-card[data-copy=right] .promo-bonus-copy{width:min(66%,210px);margin-left:auto;padding:14px 9px 14px 5px}.promo-bonus-card h2{font-size:16.5px}.promo-bonus-card p:not(.promo-bonus-label){font-size:13.2px}.promo-bonus-card .btn{margin-top:12px}}
.faq-item{display:block;padding:0;border:1px solid rgba(255,210,138,.16);border-radius:8px;background:rgba(255,255,255,.035);margin:10px 0}.faq-item:first-of-type{border-top:1px solid rgba(255,210,138,.16)}.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;color:var(--gold);font-weight:900}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(240,74,40,.2);color:#ffd66d;font-size:18px;line-height:1}.faq-item[open] summary:after{content:"-"}.faq-question{min-width:0}.faq-answer{padding:0 18px 18px}.faq-answer p{margin:0!important}@media (max-width:638px){.faq-item summary{padding:14px 14px;font-size:15px;align-items:flex-start}.faq-answer{padding:0 14px 14px}.faq-item summary:after{width:24px;height:24px;flex-basis:24px;font-size:16px}}
.prose p.editorial-meta{font-size:14px;line-height:1.45;font-weight:900!important;color:var(--gold)!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:8px 0 14px!important}.prose p.editorial-meta:first-of-type{font-size:15px;margin-top:0!important}
.service-document h2{margin:30px 0 10px;font-size:24px;line-height:1.22;color:var(--gold)}.service-document h2:first-of-type{margin-top:28px}.service-document p{max-width:980px}.service-document p:last-child{margin-bottom:0}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.review-card{min-width:0;padding:18px;border:1px solid rgba(255,210,138,.18);border-radius:8px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))}.review-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.review-card h3{margin:0!important;font-size:18px!important;line-height:1.25!important;color:#fff!important}.review-rating{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:5px 10px;border-radius:999px;background:rgba(240,74,40,.2);color:var(--gold);font-weight:900;line-height:1}.review-card p{margin:0!important}@media (max-width:960px){.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:638px){.review-grid{grid-template-columns:1fr;gap:10px}.review-card{padding:16px 14px}}
.hero-overlay{background:linear-gradient(90deg,rgba(7,4,3,.94),rgba(7,4,3,.78) 48%,rgba(7,4,3,.28) 76%,rgba(7,4,3,.12))}.hero-content{max-width:780px;padding:58px 48px}.hero-content h1{font-size:56px;max-width:720px;line-height:1.04}.hero-lead{max-width:650px}@media (max-width:960px){.hero-content{max-width:680px}.hero-content h1{font-size:40px;max-width:620px;line-height:1.08}}@media (max-width:638px){.hero-overlay{background:linear-gradient(180deg,rgba(7,4,3,.92),rgba(7,4,3,.76) 62%,rgba(7,4,3,.38))}.hero-content{padding:32px 22px;max-width:100%}.hero-content h1{font-size:31px;max-width:100%;line-height:1.1}}@media (max-width:390px){.hero-content h1{font-size:27px}}@media (max-width:319px){.hero-content h1{font-size:24px}}
.prose p.doc-heading-title{font-size:16px!important;line-height:1.7!important;color:#f4ddc7!important;font-weight:400!important;margin:0 0 16px!important}@media (max-width:638px){.prose p.doc-heading-title{font-size:16px!important;line-height:1.65!important}}
.prose h2.doc-heading-title{margin:0 0 18px!important;font-size:32px!important;line-height:1.18!important;color:#fff!important;font-weight:900!important}.prose h2.doc-heading-title+p{margin-top:0}@media (max-width:638px){.prose h2.doc-heading-title{font-size:24px!important;line-height:1.2!important}}@media (max-width:390px){.prose h2.doc-heading-title{font-size:22px!important}}
main,.content-section,.hero-banner,.site-footer{max-width:100%;overflow-x:hidden}.prose h1,.prose h2,.prose h3,.prose p,.doc-list li,.bonus-card,.review-card,.faq-question,.footer-brand p,.footer-legal p{overflow-wrap:normal;word-break:normal;hyphens:auto}.review-rating,.btn,.store-btn,.doc-list li:before,th,td{word-break:normal;overflow-wrap:normal;hyphens:none}.mobile-nav .btn,.header-actions .btn,.hero-btn,.store-btn{max-width:100%}.store-btn span{display:block}.table-scroll{max-width:100%;overscroll-behavior-x:contain}.table-scroll table{table-layout:auto}.bonus-card,.review-card{display:flex;flex-direction:column}.bonus-card p+.bonus-card p,.review-card p+.review-card p{margin-top:12px!important}@media (max-width:1366px){.container{width:min(var(--max),calc(100% - 64px))}}@media (max-width:960px){.container{width:min(var(--max),calc(100% - 40px))}.mobile-nav .btn{width:100%}.hero-card{min-height:430px}.hero-content{min-height:430px}.prose{padding:26px 22px}.bonus-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{gap:20px}}@media (max-width:768px){.bonus-card-grid,.review-grid{grid-template-columns:1fr}.hero-card{min-height:470px}.hero-content{min-height:470px}.hero-content h1{font-size:36px}.hero-lead{font-size:16px}.prose h2{font-size:27px}.site-footer{margin-top:22px}}@media (max-width:638px){.container{width:min(var(--max),calc(100% - 28px))}.header-inner{height:64px}.brand img{width:116px}.menu-toggle{width:42px;height:42px;flex:0 0 42px}.mobile-nav nav{padding:12px 0 16px}.hero-banner{padding-top:82px;padding-bottom:18px}.hero-card{min-height:0}.hero-content{min-height:0;padding:30px 20px}.hero-lead{max-width:100%;font-size:15px}.hero-btn{width:auto;max-width:100%;padding:12px 18px}.store-row{width:100%;align-items:flex-start}.store-btn{max-width:100%;min-height:50px}.prose{padding:20px 16px}.prose h2{font-size:24px}.prose h3{font-size:18px}.doc-list li{padding:10px 12px 10px 42px}.doc-list li:before{left:12px;width:22px;height:22px}.service-hero h1{font-size:31px}.footer-grid{grid-template-columns:1fr;gap:18px;text-align:center}.footer-links{align-items:center}.footer-legal{margin-top:22px;padding-top:18px}}@media (max-width:390px){.container{width:min(var(--max),calc(100% - 22px))}.hero-content{padding:26px 16px}.hero-content h1{font-size:26px;line-height:1.12}.hero-lead{font-size:14.25px}.btn{min-height:42px;padding:10px 14px}.store-btn{padding:9px 12px;font-size:13.5px}.store-btn img{width:24px;height:24px}.prose{padding:17px 13px}.prose h2{font-size:22px}.prose h3{font-size:17px}.review-card-head{gap:8px;flex-wrap:wrap}.review-rating{min-height:28px}.service-hero h1{font-size:28px}.service-document h2{font-size:21px}.table-scroll table{min-width:640px}.footer-brand img{width:118px}}@media (max-width:319px){.container{width:min(var(--max),calc(100% - 18px))}.brand img{width:104px}.hero-content{padding:24px 14px}.hero-content h1{font-size:23px}.hero-lead{font-size:13.75px}.hero-btn{font-size:13px}.store-row{flex-direction:column}.store-btn{width:auto;min-width:0}.prose{padding:15px 11px}.prose h2{font-size:20px}.prose h3{font-size:16px}.doc-list li{padding:9px 10px 9px 36px}.doc-list li:before{left:9px;width:20px;height:20px;font-size:12px}.faq-item summary{gap:10px}.service-hero h1{font-size:24px}.table-scroll table{min-width:600px}.footer-legal p{font-size:13.5px}}.section-cta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,210,138,.12)}.section-cta.store-row{margin-top:24px}.section-cta .btn{width:auto}@media (max-width:638px){.section-cta{gap:10px;margin-top:20px;padding-top:16px}.section-cta .btn{max-width:100%}.section-cta.store-row{flex-direction:column;align-items:flex-start}}@media (max-width:1366px){.hero-overlay{background:linear-gradient(180deg,rgba(7,4,3,.95),rgba(7,4,3,.8) 60%,rgba(7,4,3,.48))}.promo-bonus-overlay,.promo-bonus-card[data-focus=left] .promo-bonus-overlay{background:linear-gradient(180deg,rgba(7,4,3,.94),rgba(7,4,3,.78) 62%,rgba(7,4,3,.46))}.promo-bonus-card[data-copy=right] .promo-bonus-overlay{background:linear-gradient(270deg,rgba(7,4,3,.94),rgba(7,4,3,.78) 48%,rgba(7,4,3,.24) 84%)}}
