:root { --main-color: #e63946; --main-width: 1200px; --h1-size: 2.4rem; --h2-size: 1.8rem; --h3-size: 1.5rem; }
body { margin: 0; padding: 0; background: #061840; color: #f3f3f3; font-family: 'Segoe UI',Arial,sans-serif; font-size: 1.08rem; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; border: none; }
.hero-section { padding: 0px; position: relative; overflow: hidden; width: 100%; background: #132449 } .hero-bg-container { position: absolute; inset: 0; z-index: 0; } .hero-container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 40px; position: relative; z-index: 2; flex-direction: row; height: 100%; } .hero-content { flex: 1; margin: 50px 0 50px 0; } .hero-title { font-size: var(--h1-size); line-height: 1.1; margin-bottom: 20px; text-transform: uppercase; position: relative; display: inline-block; color: #fff; font-weight: 700; } .hero-subtitle { font-size: 1.3rem; margin-bottom: 30px; position: relative; display: block; margin-top: 20px; color: #fff; } .hero-btn { background: linear-gradient(135deg, #3a6fe5 0%, #194290 100%); color: #ffffff; border: 2px solid rgba(255,255,255,0.85); padding: 15px 35px; border-radius: 12px; font-size: 1.1rem; font-weight: 800; cursor: pointer; box-shadow: 0 6px 22px rgba(25,66,144,0.42), 0 0 0 3px rgba(255,255,255,0.12) inset; transition: background 0.22s, box-shadow 0.17s, transform 0.15s, color 0.15s; margin-top: 20px; position: relative; overflow: hidden; } .hero-btn:hover { background: linear-gradient(135deg, #5a8bff 0%, #1b4aa6 100%); box-shadow: 0 14px 34px rgba(26,72,170,0.48), 0 0 0 4px rgba(255,255,255,0.18) inset; transform: scale(1.03) translateY(-1px); } .hero-btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(255,255,255,0.85), 0 10px 26px rgba(26,72,170,0.45); } .hero-btn:active { transform: scale(0.98); } .hero-btn-shine { position: absolute; top: 0; left: -120%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.55), transparent); animation: hero-shine 1.65s linear infinite; pointer-events: none; } @keyframes hero-shine { 0% { left: -120%; } 100% { left: 120%; } } .hero-btn-shine { position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); } .hero-btn:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.4); } .hero-btn:hover .hero-btn-shine { animation: hero-shine 1s; } @keyframes hero-shine { 100% { left: 100%; } } .hero-bonus2 { flex: 0 0 500px; display: flex; align-items: center; justify-content: center; height: 332px; position: relative; overflow: hidden; border-left: none; border-right: none; } .hero-image-container { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0px; box-sizing: border-box; } .hero-uploaded-image { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border: none; box-sizing: border-box; filter: none; border-radius: 0px; } @media (max-width: 1100px) { .hero-container { flex-direction: column; align-items: flex-start; gap: 32px; } .hero-bonus2 { width: 100%; min-width: 0; flex: 1 1 300px; height: 250px; } } @media (max-width: 700px) { .hero-container { padding: 0 6vw; } .hero-content { margin: 32px 0; } .hero-bonus2 { height: 160px; } .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1.05rem; } } @media (max-width: 450px) { .hero-title { font-size: 1.25rem; } .hero-btn { font-size: 1rem; padding: 11px 20px; } }

@media (max-width: 1100px) { .hero-container { flex-direction: column; align-items: flex-start; gap: 32px; } .hero-bonus2 { width: 100%; min-width: 0; flex: 1 1 300px; height: 250px; } }
@media (max-width: 700px) { .hero-container { padding: 0 6vw; } .hero-content { margin: 32px 0; } .hero-bonus2 { height: 160px; } .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 1.05rem; } }
@media (max-width: 450px) { .hero-title { font-size: 1.25rem; } .hero-btn { font-size: 1rem; padding: 11px 20px; } }
    .content-container { width: 100%; max-width: var(--main-width); margin: 0 auto; padding: 48px 24px 48px 24px; box-sizing: border-box; }
    .content-container h1, .content-container h2, .content-container h3 { margin-top: 2.1em; margin-bottom: 0.8em; line-height: 1.17; font-weight: 800; letter-spacing: 0.01em; }
    .content-container h1 { font-size: var(--h1-size); color: #ffffff; }
    .content-container h2 { font-size: var(--h2-size); color: #ffffff; }
    .content-container h3 { font-size: var(--h3-size); color: #ffffff; }
    .content-container p { margin-top: 0; margin-bottom: 1.3em; }
    .content-container ul, .content-container ol { margin-bottom: 1.5em; padding-left: 1.5em; }
    .content-container ul li { margin-bottom: 0.4em; }
    .content-container table { border-collapse: collapse; margin: 2em 0 1em 0; width: 100%; min-width: 320px; font-size: 1rem; background: #281d1c; border-radius: 8px; overflow: hidden; }
    .content-container th, .content-container td { padding: 13px 16px; text-align: left; }
    .content-container th { background: #ea5878; color: #fff; font-weight: bold; }
    .content-container tr:nth-child(even) { background: #132449; }
    .content-container tr:nth-child(odd) { background: #15377c; }
    .content-container a { color: inherit; text-decoration: underline; transition: color 0.18s; }
    .content-container a:hover { color: var(--main-color); text-decoration: underline; }
    .content-container img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 2px 14px 0 rgba(50,12,25,0.12); }
    .article-feed { margin: 44px 0 44px 0; }
    .feed-title { font-size: 1.4rem; font-weight: bold; color: #fee964; margin-bottom: 28px; margin-top: 8px; letter-spacing: 0.01em; }
    .feed-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 32px; }
    .feed-article { background: #1a181f; border-radius: 14px; padding: 18px; box-shadow: 0 2px 10px 0 rgba(60,18,38,0.09); display: flex; flex-direction: column; align-items: stretch; transition: box-shadow 0.22s; }
    .feed-article:hover { box-shadow: 0 6px 32px 0 rgba(230,57,70,0.20); }
    .feed-article-img { border-radius: 9px; margin-bottom: 15px; box-shadow: 0 0px 7px 0 rgba(230,57,70,0.15); }
    .feed-article-title { font-size: 1.07rem; font-weight: 700; color: #e63946; margin-bottom: 7px; margin-top: 0; text-decoration: none; }
    .feed-article-title a { color: #e63946; text-decoration: underline; }
    .feed-article-title a:hover { color: #fee964; }
    .feed-article-desc { font-size: 0.97rem; color: #fafaff; margin-bottom: 0; }
@media (max-width:700px) { .feed-list { grid-template-columns: 1fr; gap: 22px; } .article-feed { margin: 22px 0; } }
    .comments-block { margin-top: 50px; }
    .comments-title { font-size: 1.25rem; color: #fee964; margin-bottom: 20px; font-weight: bold; letter-spacing: 0.01em; }
    .comment-list { display: flex; flex-direction: column; gap: 24px; }
    .comment-item { border-radius: 10px; padding: 16px 18px; background: #2c1925; color: #fff; }
    .comment-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
    .comment-name { font-weight: bold; color: #e63946; font-size: 1.02em; }
    .comment-date { font-size: 0.97em; color: #fee964; opacity: 0.93; }
    .comment-text { font-size: 1.04em; color: #fff; }
@media (max-width: 600px) { .comment-item { padding: 12px 10px; } }
    .faq-block { margin-top: 58px; }
    .faq-title { font-size: 1.24rem; color: #33c3a6; margin-bottom: 20px; font-weight: bold; letter-spacing: 0.01em; }
    .faq-list { display: flex; flex-direction: column; gap: 18px; }
    .faq-item { border-left: 7px solid #fee964; border-radius: 0 8px 8px 0; padding: 15px 18px; background: #192f28; color: #fff; box-shadow: 0 1px 8px 0 rgba(51,195,166,0.11); }
    .faq-question { font-weight: bold; font-size: 1.05em; color: #33c3a6; margin-bottom: 7px; }
    .faq-answer { font-size: 1.03em; color: #f8ffe7; }
@media (max-width: 600px) { .faq-item { padding: 11px 8px; border-left-width: 5px; } }
    .template_invisible { display: none !important; }
    footer { width: 100%; background: #0c2254; color: #fff; padding: 0; margin: 0; }
    .footer-inner { max-width: var(--main-width); margin: 0 auto; padding: 32px 20px 22px 20px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; }
    .footer-menu { margin: 0 0 24px 0; display: flex; gap: 38px; flex-wrap: wrap; justify-content: center; }
    .footer-menu a { color: #fff; text-decoration: none; font-size: 1.1rem; font-weight: 500; position: relative; padding: 0 2px; transition: color 0.2s; }
    .footer-menu a:hover { color: var(--main-color); }
@media (max-width: 800px) { .footer-inner { padding: 26px 5vw 16px 5vw; } .footer-menu { gap: 22px; } }
@media (max-width: 600px) { .footer-inner { padding: 19px 4vw 11px 4vw; align-items: flex-start; } .footer-menu { flex-direction: column; align-items: flex-start; gap: 11px; } }
    .footer-copyright { font-size: 1.05rem; margin: 0; color: #fee964; font-weight: 400; text-align: center; letter-spacing: 0.01em; }
    :root { --menu-color: #000000; --menu-text: #FFFFFF; --hover-color: var(--main-color); --hover-text: #000000; }
    [data-theme="light"] { --menu-color: #FFFFFF; --menu-text: #000000; --hover-color: var(--main-color); --hover-text: #FFFFFF; }
    a { color: inherit; text-decoration: underline; }
    .container { max-width: var(--main-width); margin: 0 auto; padding: 0 20px; }
    header { padding: 0; background-color: var(--menu-color); position: relative; }
    .desktop-menu { display: flex; list-style: none; margin: 0; padding: 0; }
    .desktop-menu > li { position: relative; margin: 0px; }
    .desktop-menu > li > a { color: var(--menu-text); text-decoration: none; font-size: 1rem; padding: 10px 15px; display: flex; align-items: center; transition: color 0.1s; }
    .desktop-menu > li > a:hover { color: var(--hover-color); }
    .desktop-menu > li.has-submenu > a::after { content: '▼'; font-size: 0.5rem; margin-top: 2px; margin-left: 5px; }
    .submenu { position: absolute; top: 100%; left: 0; background-color: var(--menu-color); min-width: 200px; list-style: none; opacity: 0; visibility: hidden; transition: all 0.1s; z-index: 1000; border-radius: 5px; overflow: hidden; }
    .desktop-menu > li:hover .submenu { opacity: 1; visibility: visible; }
    .submenu { margin: 0px; padding: 0px !important; }
    .submenu li { margin: 0px; padding: 0px !important; }
    .submenu li a { color: var(--menu-text); text-decoration: none; display: block; width: 100% !important; padding: 12px 15px; margin: 0px !important; transition: background 0.1s; }
    .submenu li a:hover { color: var(--hover-text); background-color: var(--hover-color); }
    .burger-menu { order: 3; display: none; background: none; border: none; color: #ffffff; font-size: 1.6rem; cursor: pointer; }
    .mobile-menu-close { position: absolute; top: 15px; right: 15px; background: none; border: none; color: white; font-size: 24px; cursor: pointer; display: none; }
    .header-container { display: flex; flex-wrap: wrap; align-items: center; }
    nav { order: 2; display: block; width: auto; margin-left: auto; margin-top: 12px; margin-bottom: 12px; }
    .logo { order: 1; font-size: 1.8rem; font-weight: bold; color: var(--hover-color); text-decoration: none; margin-right: auto; }
    .logo img { margin: 0px; }
    .header-right { order: 3; display: inline-block; margin-left: 20px; padding: 12px 0; }
    .language-switcher { }
    .language-switcher:empty { display: none; }
    .language-switcher { display: flex; gap: 15px; }
    .language-switcher a { color: #fff; text-decoration: none; font-size: 14px; }
@media (max-width: 768px) {
    .logo { order: 1; font-size: 1.4rem; }
    .burger-menu { display: block; margin-left: auto; }
    .header-right { display: block; width: 100%; text-align: center; }
    .language-switcher { display: inline-flex; margin: 10px auto 0px auto; }
}
@media (max-width: 768px) {
    nav { position: fixed; top: 0; left: 0; width: 80%; height: 100vh; background: #1a1a1a; z-index: 1000; transform: translateX(-100%); transition: transform 0.3s ease; padding: 60px 20px 20px; box-sizing: border-box; }
    nav.active { transform: translateX(0); }
    .desktop-menu { flex-direction: column; margin: 0px; }
    .has-submenu { position: relative; width: 100%; font-size: 0.9rem; margin: 0px; padding-right: 30px; }
    .has-submenu > a { display: flex; }
    .desktop-menu > li.has-submenu > a::after { position: absolute; right: 0px; top: 20px; transform: translateY(-50%); font-size: 0.8rem; margin-left: 0; transition: transform 0.3s; padding: 10px; }
    .desktop-menu > li.has-submenu > a.submenu-active::after { padding: 10px; transform: translateY(-50%) rotate(180deg); }
    .submenu { display: none; position: static; opacity: 1; visibility: visible; background-color: transparent; padding-left: 15px; }
    .submenu.active { display: block; margin-left: 20px; margin-bottom: 0px;}
    .submenu li a { color: var(--menu-text); background-color: transparent; text-decoration: none; display: block; padding: 5px 0px; transition: background 0.1s; }
    .submenu li a:hover { color: var(--hover-color); background-color: transparent; }
    .nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; }
    .nav-overlay.active { display: block; }
    .mobile-menu-close { display: block; }
}

/*
@media (max-width: 1919px) { :root { --main-width: 1200px; } [style*="max-width: 1200px"] { max-width: 1200px !important; } }
@media (min-width: 1530px) and (max-width: 1920px) { :root { --main-width: 90%; } [style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 90% !important; width: 90% !important; } }
@media (min-width: 1921px) { :root { --main-width: 80%; } [style*="max-width: 1200px"], .hero-container, .hero-section .hero-container, .hero-section .hero-container[style*="max-width: 1200px"], .hero-container[style*="max-width: 1200px"], [style*="max-width: 1200px"].hero-container { max-width: 80% !important; width: 80% !important; } }
    */
    .main-content { margin-top: 20px; }
    .sidebar { flex: 0 0 25%; margin-top: 20px; }
    .content-container > p, .content-container > ul > li, .content-container > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
    .content-container > img, .content-container > p > img { max-width: 100%; border-radius: 10px; }
    .main-content > p, .main-content > ul > li, .main-content > ol > li { font-size: 1.15rem; letter-spacing: 0.5px; }
    .main-content > img, .main-content > p > img { max-width: 100%; border-radius: 10px; }
    .cta-button { text-decoration: none !important; }
    .toc-section { padding-top: 0px !important; }
    .random-link-block { background: #fee964; color: #130b11; border-radius: 10px; margin: 38px 0 0 0; padding: 17px 24px 17px 24px; font-size: 1.13rem; font-weight: 600; display: flex; align-items: center; gap: 7px; border-left: 8px solid #33c3a6; box-shadow: 0 1px 14px 0 rgba(51,195,166,0.11); }
    .random-link-block a { color: #e63946; text-decoration: underline; font-weight: 800; font-size: 1.11em; transition: none; }
    .random-link-block a:hover { color: #0c2254; }
@media (max-width: 700px) { .random-link-block { font-size: 1rem; padding: 14px 12px 14px 11px; border-left-width: 6px; } }
@media (max-width: 500px) { .random-link-block { font-size: 0.98rem; padding: 11px 4vw 11px 4vw; border-left-width: 5px; } }
    .cta-brand-btn { display: inline-block; margin: 56px auto 22px auto; padding: 21px 52px; border-radius: 14px; font-size: 1.42rem; font-weight: bold; background: linear-gradient(91deg, #ffea36 0%, #f46fff 100%); color: #110b14; border: none; box-shadow: 0 6px 32px 0 rgba(244,111,255,0.18), 0 0px 0px 0 rgba(230,57,70,0.08); cursor: pointer; text-align: center; position: relative; transition: transform 0.18s, box-shadow 0.17s, background 0.22s, color 0.14s; outline: none; text-decoration: none !important; letter-spacing: 0.01em; }
    .cta-brand-btn:before { content: '\1F381'; margin-right: 0.69em; font-size: 1.17em; }
    .cta-brand-btn:hover { transform: scale(1.045) translateY(-2px); background: linear-gradient(91deg, #f46fff 0%, #ffea36 100%); box-shadow: 0 12px 44px 0 rgba(255,234,54,0.21), 0 0px 0px 0 rgba(230,57,70,0.10); color: #0e0321; }
@media (max-width: 700px) { .cta-brand-btn { font-size: 1.07rem; padding: 14px 18vw; margin: 38px auto 18px auto; } }
@media (max-width: 440px) { .cta-brand-btn { font-size: 1rem; padding: 12px 4vw; } }
    .brand-table-block { width: 100%; margin: 48px 0 44px 0; box-shadow: 0 8px 40px 0 rgba(230,57,70,0.28); border-radius: 22px; overflow: hidden; background: #220915; }
    .brand-table-header { display: flex; align-items: stretch; background: linear-gradient(90deg, #e63946 0%, #ff6366 85%); color: #fff; font-weight: 900; font-size: 1.09rem; letter-spacing: 0.02em; border-radius: 22px 22px 0 0; min-height: 64px; box-shadow: 0 2px 18px 0 rgba(230,57,70,0.21); }
    .brand-table-header .brand-col { flex: 1 1 0; display: flex; align-items: center; justify-content: center; padding: 0 10px; text-align: center; }
    .brand-table-header .brand-col-casino { flex: 1.35 1 0; }
    .brand-table-header .brand-col-rating { flex: 1 1 0; }
    .brand-table-header .brand-col-bonus { flex: 1.4 1 0; }
    .brand-table-header .brand-col-pros { flex: 1.7 1 0; }
    .brand-table-header .brand-col-links { flex: 1.1 1 0; }
    .brand-table-list { display: flex; flex-direction: column; }
    .brand-table-row { display: flex; align-items: stretch; border-bottom: 1.5px solid #361a2e; background: #280f1e; transition: box-shadow 0.17s, background 0.18s; font-size: 0.99rem; }
    .brand-table-row:last-child { border-bottom: none; }
    .brand-table-row:hover { background: #310f20; box-shadow: 0 2px 22px 0 rgba(254,233,100,0.09), 0 1px 0 0 #3f2634; z-index: 1; }
    .brand-table-row .brand-col { flex: 1 1 0; display: flex; align-items: center; justify-content: center; padding: 14px 10px 14px 10px; text-align: center; min-height: 88px; }
    .brand-table-row .brand-col-casino { flex: 1.35 1 0; justify-content: center; }
    .brand-table-row .brand-col-rating { flex: 1 1 0; }
    .brand-table-row .brand-col-bonus { flex: 1.4 1 0; }
    .brand-table-row .brand-col-pros { flex: 1.7 1 0; align-items: flex-start; justify-content: flex-start; text-align: left; line-height: 1.36; font-size: 0.99rem; letter-spacing: 0.005em; }
    .brand-table-row .brand-col-links { flex: 1.1 1 0; }
    .brand-table-row .brand-casino-logo { width: 150px; max-width: 98%; height: auto; display: block; margin: 0 auto; border-radius: 10px; box-shadow: 0 2px 8px 0 rgba(255,255,255,0.10); background: #fff; }
    .brand-table-row .brand-rating-stars { color: #ffd700; font-size: 1.28em; display: flex; align-items: center; justify-content: center; gap: 2px; letter-spacing: 1px; }
    .brand-table-row .brand-bonus { font-size: 1.03em; color: #fee964; background: rgba(230,57,70,0.12); border-radius: 7px; padding: 7px 12px; line-height: 1.36; display: inline-block; font-weight: 600; }
    .brand-table-row .brand-pros { font-size: 1.01em; color: #fff; line-height: 1.31; padding: 0 2px; letter-spacing: 0.01em; }
    .brand-table-row .brand-pros br { line-height: 1.13; }
    .brand-table-row .brand-links { display: flex; align-items: center; justify-content: center; }
    .brand-table-row .brand-link-btn { display: inline-flex; align-items: center; justify-content: center; font-size: 1.05em; font-weight: 700; color: #fff; padding: 12px 27px 12px 22px; border: none; border-radius: 12px; cursor: pointer; background: linear-gradient(95deg, #44e5d1 5%, #06bffe 80%); box-shadow: 0 3px 18px 0 rgba(6,191,254,0.15); transition: box-shadow 0.22s, transform 0.16s, background 0.24s; outline: none; text-decoration: none; position: relative; gap: 0.6em; }
    .brand-table-row .brand-link-btn:after { content: '\1F517'; font-size: 1.08em; margin-left: 0.44em; }
    .brand-table-row .brand-link-btn:hover { background: linear-gradient(95deg, #06bffe 10%, #44e5d1 92%); box-shadow: 0 7px 22px 0 rgba(6,191,254,0.20); transform: translateY(-3px) scale(1.04); }
@media (max-width: 1100px) {
    .brand-table-block { font-size: 0.97rem; }
    .brand-table-header, .brand-table-row { font-size: 0.94rem; }
    .brand-table-row .brand-casino-logo { width: 125px; }
}
@media (max-width: 850px) {
    .brand-table-header, .brand-table-row { font-size: 0.91rem; }
    .brand-table-row .brand-casino-logo { width: 94px; }
    .brand-table-row .brand-link-btn { font-size: 0.96em; padding: 10px 12px 10px 10px; }
}
@media (max-width: 700px) {
    .brand-table-header { display: none; }
    .brand-table-row { flex-direction: column; align-items: stretch; border-radius: 16px; margin-bottom: 22px; min-height: unset; box-shadow: 0 1px 9px 0 rgba(254,233,100,0.08); border: none; }
    .brand-table-row:last-child { margin-bottom: 0; }
    .brand-table-row .brand-col { padding: 13px 7vw 9px 7vw; min-height: unset; font-size: 1.01em; }
    .brand-table-row .brand-col-casino { justify-content: center; }
    .brand-table-row .brand-col-rating, .brand-table-row .brand-col-bonus, .brand-table-row .brand-col-links { justify-content: center; text-align: center; }
    .brand-table-row .brand-col-pros { justify-content: flex-start; align-items: flex-start; text-align: left; padding-left: 9vw; }
    .brand-table-row .brand-casino-logo { width: 148px; margin-bottom: 6px; }
    .brand-table-row .brand-bonus { font-size: 1.12em; }
}
@media (max-width: 500px) {
    .brand-table-block { margin: 24px 0 24px 0; border-radius: 14px; }
    .brand-table-row { border-radius: 10px; }
    .brand-table-row .brand-col { padding: 10px 4vw 7px 4vw; }
    .brand-table-row .brand-casino-logo { width: 92px; }
}
@media (max-width: 420px) {
    .brand-table-row .brand-col { padding: 9px 1vw 5px 1vw; }
    .brand-table-row .brand-casino-logo { width: 67px; }
}
.floating-panel { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 10000; background: linear-gradient(93deg, #0f1e46 0%, #163a82 85%); border-radius: 24px; box-shadow: 0 10px 36px 0 rgba(10,20,50,0.35), 0 1.5px 9px 0 rgba(10,20,50,0.25); display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 0 38px; }
.floating-panel-logo { font-size: 1.6rem; font-weight: bold; color: #ffffff; text-decoration: none; text-shadow: 0 3px 15px rgba(25,66,144,0.55), 0 1px 3px rgba(0,0,0,0.35); letter-spacing: 0.02em; }
.floating-panel-btn { display: inline-flex; align-items: center; justify-content: center; font-size: 1.19em; font-weight: 800; color: #ffffff; padding: 17px 46px 17px 36px; border-radius: 15px; background: linear-gradient(91deg, #3a6fe5 0%, #194290 100%); border: 2px solid rgba(255,255,255,0.85); text-decoration: none !important; box-shadow: 0 6px 22px rgba(25,66,144,0.42), 0 0 0 3px rgba(255,255,255,0.12) inset; transition: background 0.22s, box-shadow 0.17s, transform 0.15s, color 0.15s; position: relative; outline: none; letter-spacing: 0.01em; cursor: pointer; }
.floating-panel-btn:before { content: '\1F44B'; font-size: 1.08em; margin-right: 0.71em; }
.floating-panel-btn:hover { background: linear-gradient(91deg, #5a8bff 0%, #1b4aa6 100%); box-shadow: 0 14px 34px rgba(26,72,170,0.48), 0 0 0 4px rgba(255,255,255,0.18) inset; transform: scale(1.04) translateY(-1px); color: #ffffff; }
.floating-panel-btn:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,0.85), 0 10px 26px rgba(26,72,170,0.45); }
.floating-panel-btn:active { transform: scale(0.98); }
@media (max-width: 850px) { .floating-panel { min-height: 65px; padding: 0 18px 0 18px; border-radius: 17px; } .floating-panel-logo { font-size: 1.22rem; } .floating-panel-btn { font-size: 1.07em; padding: 11px 18px 11px 18px; border-radius: 12px; } }
@media (max-width: 650px) { .floating-panel { min-height: 62px; border-radius: 10px; padding: 0 7px 0 7px; } .floating-panel-logo { font-size: 1.07rem; } }
@media (max-width: 520px) { .floating-panel-logo { display: none; } .floating-panel { justify-content: center; padding: 0 5vw 0 5vw; } }
@media (max-width: 420px) { .floating-panel-btn { font-size: 0.98em; padding: 10px 7vw; } }
.cta-brand-btn { display: none;}

.hero-section{position:relative;overflow:hidden}
.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex !important;align-items:center !important;gap:40px !important;position:relative;z-index:2;height:100% !important;flex-direction:row !important;box-sizing:border-box}
.hero-content{flex:1 1 0% !important;margin:50px 0 !important;min-width:0;box-sizing:border-box}
.hero-content .hero-title{display:inline-block}
.hero-content .hero-subtitle{display:block}
.hero-bonus2{flex:0 0 500px !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative;overflow:hidden;height:332px !important;box-sizing:border-box;width:100%;max-width:500px}
.hero-bonus2 .hero-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}
.hero-uploaded-image{display:block;width:100%;height:auto;max-width:500px;max-height:100%;object-fit:contain;border:0;box-sizing:border-box}

/* Mobile / tablet: stack and place image under content */
@media (max-width: 768px){
.hero-container{flex-direction:column !important;align-items:stretch !important;gap:20px !important;padding:16px !important}
.hero-content{margin:24px 0 12px 0 !important;text-align:center}
.hero-bonus2{flex:0 0 auto !important;max-width:100% !important;height:auto !important;width:100% !important}
.hero-bonus2 .hero-image-container{height:auto;padding:0 8px;justify-content:center}
.hero-uploaded-image{max-width:100%;height:auto;object-fit:contain}
}

/* Small phones */
@media (max-width: 420px){
.hero-container{gap:12px !important;padding:12px !important}
.hero-content{margin:18px 0 10px 0 !important}
.hero-bonus2{padding-bottom:8px}
.hero-uploaded-image{max-width:100%}
}