 @font-face {font-family: 'Montagu Slab';src: url('/fonts/Montagu_Slab/MontaguSlab-VariableFont_opsz,wght.woff2') format('woff2'), url('/fonts/Montagu_Slab/MontaguSlab-VariableFont_opsz,wght.ttf') format('truetype');font-weight: 400 700;font-display: swap;font-style: normal;}*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}html, body {height: 100%;font-family: 'Montagu Slab', serif;scroll-behavior: smooth;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}:root {--color-bg-dark: #0a0a0a;--color-bg-gradient-start: #0f0f0f;--color-bg-gradient-end: #1a1a1a;--color-primary: #f00d18;--color-text-main: #f5f5f5;--color-text-muted: #fafafa;--color-border: #2e2e2e;--font-weight-title: 700;--font-weight-subtitle: 500;--font-weight-body: 400;--fs-title: 2.2rem;--fs-subtitle: 1.4rem;--fs-body: 1rem;--space-xs: 0.5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 3rem;--gap-xs: 0.25rem;--gap-sm: 0.5rem;--gap-md: 1rem;--gap-lg: 1.5rem;--gap-xl: 2rem;}body {background-color: var(--color-bg-dark);background-image: linear-gradient( to right, var(--color-bg-gradient-start), var(--color-bg-gradient-end) );background-repeat: repeat;background-attachment: fixed;color: var(--color-text-main);font-weight: var(--font-weight-body);font-size: var(--fs-body);line-height: 1.6;}.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}.not-sr-only {position: static;width: auto;height: auto;margin: 0;overflow: visible;clip: auto;white-space: normal;}.noscript-warning {background-color: #ffefc1;color: #8a5500;padding: 1rem;text-align: center;font-weight: bold;border: 1px solid #ffc107;border-radius: 4px;font-family: sans-serif;}.text-center {text-align: center;}.text-left {text-align: left;}.text-right {text-align: right;}.text-muted {color: var(--color-text-muted);}.text-main {color: var(--color-text-main);}.font-title {font-weight: var(--font-weight-title);font-size: var(--fs-title);}.font-subtitle {font-weight: var(--font-weight-subtitle);font-size: var(--fs-subtitle);}.font-body {font-weight: var(--font-weight-body);font-size: var(--fs-body);}.uppercase {text-transform: uppercase;}.capitalize {text-transform: capitalize;}:root {--space-xs: 0.5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 3rem;--space-xl: 4rem;}.mt-xs {margin-top: var(--space-xs);}.mt-sm {margin-top: var(--space-sm);}.mt-md {margin-top: var(--space-md);}.mt-lg {margin-top: var(--space-lg);}.mb-xs {margin-bottom: var(--space-xs);}.mb-sm {margin-bottom: var(--space-sm);}.mb-md {margin-bottom: var(--space-md);}.mb-lg {margin-bottom: var(--space-lg);}.ml-sm {margin-left: var(--space-sm);}.mr-sm {margin-right: var(--space-sm);}.mx-sm {margin-left: var(--space-sm);margin-right: var(--space-sm);}.my-sm {margin-top: var(--space-sm);margin-bottom: var(--space-sm);}.pt-sm {padding-top: var(--space-sm);}.pb-sm {padding-bottom: var(--space-sm);}.pl-sm {padding-left: var(--space-sm);}.pr-sm {padding-right: var(--space-sm);}.px-sm {padding-left: var(--space-sm);padding-right: var(--space-sm);}.py-sm {padding-top: var(--space-sm);padding-bottom: var(--space-sm);}.p-sm {padding: var(--space-sm);}.p-md {padding: var(--space-md);}.p-lg {padding: var(--space-lg);}.gap-xs {gap: var(--gap-xs);}.gap-sm {gap: var(--gap-sm);}.gap-md {gap: var(--gap-md);}.gap-lg {gap: var(--gap-lg);}.gap-xl {gap: var(--gap-xl);}.container {width: 100%;max-width: 1280px;margin-left: auto;margin-right: auto;padding-left: var(--space-sm);padding-right: var(--space-sm);}.flex {display: flex;}.flex-wrap {flex-wrap: wrap;}.flex-column {flex-direction: column;}.items-center {align-items: center;}.items-start {align-items: flex-start;}.items-end {align-items: flex-end;}.justify-center {justify-content: center;}.justify-between {justify-content: space-between;}.justify-start {justify-content: flex-start;}.justify-end {justify-content: flex-end;}.flex-center {display: flex;justify-content: center;align-items: center;}.grid {display: grid;gap: var(--space-sm);}.grid-2 {grid-template-columns: repeat(2, 1fr);}.grid-3 {grid-template-columns: repeat(3, 1fr);}.grid-4 {grid-template-columns: repeat(4, 1fr);}.w-full {width: 100%;}.h-full {height: 100%;}.max-w-xs {max-width: 320px;}.max-w-sm {max-width: 640px;}.max-w-md {max-width: 768px;}.relative {position: relative;}.absolute {position: absolute;}.fixed {position: fixed;}.sticky {position: sticky;}.d-block {display: block;}.d-inline {display: inline;}.d-none {display: none;}.hidden {visibility: hidden;}.visible {visibility: visible;}.opacity-0 {opacity: 0;}.opacity-100 {opacity: 1;}.rounded {border-radius: 4px;}.rounded-md {border-radius: 8px;}.rounded-lg {border-radius: 12px;}.border {border: 1px solid var(--color-border);}.border-top {border-top: 1px solid var(--color-border);}.border-bottom {border-bottom: 1px solid var(--color-border);}.cursor-pointer {cursor: pointer;}.z-10 {z-index: 10;}.z-50 {z-index: 50;}.z-100 {z-index: 100;}h1, .heading-1 {font-family: 'Montagu Slab', serif;font-weight: 700;font-size: 2.5rem;line-height: 1.2;color: var(--color-text-main);margin-bottom: var(--space-sm);}h2, .heading-2 {font-family: 'Montagu Slab', serif;font-weight: 700;font-size: 2rem;line-height: 1.3;color: var(--color-text-main);margin-bottom: var(--space-sm);}h3, .heading-3 {font-family: 'Montagu Slab', serif;font-weight: 500;font-size: 1.5rem;line-height: 1.4;color: var(--color-text-main);margin-bottom: var(--space-xs);}h4, .heading-4 {font-family: 'Montagu Slab', serif;font-weight: 500;font-size: 1.25rem;line-height: 1.5;color: var(--color-text-main);margin-bottom: var(--space-xs);}p, .text-body {font-family: 'Montagu Slab', serif;font-weight: 400;font-size: var(--fs-body);line-height: 1.6;color: var(--color-text-main);margin-bottom: var(--space-sm);}.text-small {font-size: 0.875rem !important;font-weight: 400;color: var(--color-text-muted);line-height: 1.4;}.text-disclaimer {font-size: 0.75rem;color: var(--color-text-muted);line-height: 1.3;font-style: italic;}.text-accent {color: var(--color-primary);font-weight: 500;}ul {padding-left: 1.5rem;margin-bottom: var(--space-sm);}ul li {margin-bottom: 0.5rem;line-height: 1.6;}a {color: var(--color-primary);text-decoration: none;transition: color 0.2s ease-in-out;}a:hover {color: #ff4040;}strong {font-weight: 700;}em {font-style: italic;}.btn {display: inline-flex;align-items: center;justify-content: center;font-family: 'Montagu Slab', serif;font-weight: 500;font-size: 1rem;line-height: 1.2;padding: 0.75rem 1.5rem;border-radius: 6px;cursor: pointer;transition: all 0.2s ease-in-out;text-decoration: none;text-align: center;border: 2px solid transparent;min-width: 160px;user-select: none;}.btn--filled {background-color: var(--color-primary);color: var(--color-bg-dark);border-color: var(--color-primary);}.btn--filled:hover {background-color: #ff1f1f;border-color: #ff1f1f;color: #ffffff;}.btn--filled:active {background-color: #cc0e10;border-color: #cc0e10;}.btn--outline {background-color: transparent;color: var(--color-primary);border-color: var(--color-primary);}.btn--outline:hover {background-color: rgba(229, 9, 20, 0.08);color: #ffffff;border-color: #ff1f1f;}.btn--outline:active {background-color: rgba(229, 9, 20, 0.16);border-color: #cc0e10;color: #cc0e10;}.btn:focus-visible {outline: 2px dashed var(--color-primary);outline-offset: 3px;}.site-header {background-color: var(--color-bg-dark);border-bottom: 1px solid var(--color-border);position: relative;z-index: 100;}.logo-link img {height: auto;max-height: 60px;width: auto;display: block;}.main-nav {display: none;}.nav-list {list-style: none;display: flex;gap: var(--space-md);margin-bottom: 0;}.nav-list li {margin-bottom: 0;}.nav-list li a {color: var(--color-text-main);font-weight: 500;text-decoration: none;}.nav-list li a:hover {color: var(--color-primary);}.burger {display: inline-flex;cursor: pointer;color: var(--color-text-main);}.burger svg {stroke: var(--color-text-main);}.menu-overlay {display: none;position: fixed;inset: 0;background: rgba(0, 0, 0, 0.4);z-index: 98;cursor: pointer;}.slide-menu {position: fixed;top: 0;right: 0;width: 320px;max-width: 80%;height: 100vh;background: #121212;border-left: 1px solid var(--color-border);transform: translateX(100%);transition: transform 0.3s ease;z-index: 99;padding: var(--space-md);display: flex;flex-direction: column;justify-content: space-between;}.menu-header {display: flex;justify-content: space-between;align-items: center;font-weight: 700;color: var(--color-text-main);margin-bottom: var(--space-md);}.close-icon {cursor: pointer;font-size: 1.5rem;color: var(--color-text-main);}.slide-links, .slide-footer {list-style: none;padding: 0;}.slide-links li, .slide-footer li {margin-bottom: var(--space-sm);}.slide-links a, .slide-footer a {color: var(--color-text-main);text-decoration: none;}.slide-links a:hover, .slide-footer a:hover {color: var(--color-primary);}#nav-toggle:checked ~ .menu-overlay {display: block;}#nav-toggle:checked ~ .slide-menu {transform: translateX(0);}@media screen and (min-width: 992px) {.burger, .slide-menu, .menu-overlay {display: none !important;}.main-nav {display: block;}}.hero-section h1 {text-align: center;}.hero-section {position: relative;overflow: hidden;padding: var(--space-xs) 0;}.hero-grid {display: flex;flex-direction: column;gap: var(--space-md);}@media screen and (min-width: 992px) {.hero-grid {flex-direction: row;justify-content: space-between;align-items: center;}}.hero-left {flex: 1;z-index: 2;}.benefits-card {background-color: #1a1a1a;border: 1px solid var(--color-border);padding: var(--space-md);border-radius: 12px;position: relative;max-width: 520px;box-shadow: 0 0 16px rgba(255, 0, 0, 0.1);}.card-badge {position: absolute;top: -12px;left: -12px;background-color: var(--color-primary);color: var(--color-bg-dark);font-weight: bold;font-size: 0.9rem;padding: 0.25rem 0.75rem;border-radius: 6px;z-index: 3;}.card-update {position: absolute;top: -12px;right: -12px;background-color: #262626;color: var(--color-text-muted);font-size: 0.75rem;padding: 0.25rem 0.75rem;border-radius: 6px;border: 1px solid var(--color-border);font-weight: 500;white-space: nowrap;z-index: 3;}.benefits-list {list-style: none;padding: 0;margin: 0;display: grid;gap: var(--space-sm);}.benefits-list article {display: flex;align-items: center;gap: var(--space-sm);font-size: 1rem;color: var(--color-text-main);}.hero-right {flex: 1;position: relative;height: 360px;max-height: 100%;}.float-img {position: absolute;opacity: 0.85;animation-duration: 16s;animation-iteration-count: infinite;animation-timing-function: ease-in-out;}.img1 {top: 0;left: 0;width: 240px;animation-name: float1;}.img2 {bottom: 10%;right: 0;width: 300px;animation-name: float2;}.img3 {top: 80%;left: 30%;width: 100px;animation-name: float3;}@keyframes float1 {0% {transform: translateY(0);}50% {transform: translateY(-45px) rotate(5deg);}100% {transform: translateY(0);}}@keyframes float2 {0% {transform: translateX(0);}50% {transform: translateX(50px) rotate(-6deg);}100% {transform: translateX(0);}}@keyframes float3 {0% {transform: translateY(0);}50% {transform: translateY(82px) rotate(4deg);}100% {transform: translateY(0);}}.bg-radial {position: absolute;top: 20%;left: 20%;width: 200%;height: 200%;background: radial-gradient( circle at center, rgba(229, 9, 20, 0.12), transparent 70% );z-index: 0;pointer-events: none;transform: translate(-30%, -30%);filter: blur(50px);}.disclaimer-bar {width: 100%;background-color: #121212;border-top: 1px solid var(--color-border);color: var(--color-text-muted);padding: var(--space-sm) 0;}.disclaimer-content {display: flex;align-items: center;gap: var(--space-sm);justify-content: center;text-align: center;}.disclaimer-content img {flex-shrink: 0;}.disclaimer-content p {margin: 0;font-size: 0.85rem;line-height: 1.4;}.disclaimer-content a {color: var(--color-text-main);text-decoration: underline;}.disclaimer-content a:hover {color: #ff4040;}.leaderboard-offers {padding: 0.25rem 0;}.offer-card--mobile {display: block;border: 2px solid var(--color-primary);border-radius: 12px;padding: var(--space-md);margin-bottom: var(--space-md);background-color: #1a1a1a;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.offer-card__header {background-color: #fff;border-radius: 0.25rem;padding: var(--space-xs);text-align: center;margin-bottom: var(--space-md);}.offer-card__header img {max-width: 100%;height: auto;}.offer-card__body {display: flex;flex-direction: row;justify-content: space-between;gap: var(--space-md);}.offer-left {display: flex;justify-content: center;align-content: center;flex-direction: column;}.offer-bonus {font-weight: 500;color: var(--color-text-main);margin-bottom: var(--space-sm);}.score-bubble {display: flex;justify-content: center;align-items: center;background-color: var(--color-primary);color: #000;font-weight: 600;padding: 0.25rem 0.75rem;border-radius: 20px;font-size: 0.9rem;margin-bottom: var(--space-sm);}.offer-deposit {font-size: 0.85rem;color: var(--color-text-muted);}.offer-right {display: flex;justify-content: center;align-content: center;flex-direction: column;}.offer-right .btn {white-space: nowrap;}@media screen and (min-width: 992px) {.offer-card--mobile {display: none;}}.offer-card--desktop {display: none;border: 2px solid var(--color-primary);border-radius: 12px;padding: var(--space-md);margin-bottom: var(--space-md);background-color: #1a1a1a;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);align-items: center;justify-content: space-between;gap: var(--space-md);}@media screen and (min-width: 992px) {.offer-card--desktop {display: flex;}}.card-column {display: flex;flex-direction: column;justify-content: center;}.card-logo {background-color: #fff;border-radius: 0.25rem;padding: var(--space-xs);}.card-logo img {max-width: 250px;height: auto;}.card-info {}.card-info .offer-bonus {font-weight: 500;color: var(--color-text-main);margin-bottom: 0.5rem;}.card-info .offer-deposit {font-size: 0.85rem;color: var(--color-text-muted);}.card-score .score-bubble.large {font-size: 1.1rem;padding: 0.35rem 1rem;border-radius: 24px;background-color: var(--color-primary);color: #fff;font-weight: 600;}.card-cta {align-items: flex-end;}.card-cta .btn {white-space: nowrap;}.licensed-section {position: relative;padding: var(--space-lg) 0;background-color: #0a0a0a;overflow: hidden;z-index: 1;}.licensed-section::before {content: '';position: absolute;top: 10%;left: 20%;width: 150%;height: 150%;background: radial-gradient( circle at center, rgba(229, 9, 20, 0.1), transparent 70% );z-index: 0;filter: blur(80px);}.licensed-grid {display: flex;flex-direction: column;gap: var(--space-lg);position: relative;z-index: 2;}@media screen and (min-width: 992px) {.licensed-grid {flex-direction: row;align-items: center;}}.licensed-left {flex: 3;}.licensed-right {flex: 1;text-align: center;}.licensed-right img {width: 100%;max-width: 400px;height: auto;}.licensed-list {padding-left: 1.5rem;list-style: disc;display: flex;flex-direction: column;gap: var(--space-sm);}@media screen and (max-width: 991px) {.licensed-grid {flex-direction: column;}.licensed-left {order: 1;}.licensed-right {order: 2;}}.site-footer {background-color: #0b0b0b;color: var(--color-text-main);border-top: 1px solid var(--color-border);padding: var(--space-lg) 0 0;font-size: 0.9rem;}.footer-grid {display: flex;flex-direction: column;gap: var(--space-lg);padding-bottom: var(--space-lg);}.footer-col {flex: 1;}.footer-links {list-style: none;padding: 0;margin: 0;}.footer-links li {margin-bottom: var(--space-xs);}.footer-links a {color: var(--color-text-muted);text-decoration: none;font-size: 0.85rem;}.footer-links a:hover {color: var(--color-primary);}.footer-bottom {background-color: #0f0f0f;border-top: 1px solid var(--color-border);padding: var(--space-sm) 0;}.footer-disclaimer {display: flex;align-items: center;gap: var(--space-xs);}@media screen and (min-width: 992px) {.footer-grid {flex-direction: row;justify-content: space-between;}}.footer-trust-logos {background-color: #101010;border-top: 1px solid var(--color-border);padding: var(--space-md) 0;}.trust-logos-row {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: var(--space-md);text-align: center;}.trust-logos-row img {height: 50px;object-fit: contain;opacity: 0.9;transition: opacity 0.2s ease;}.trust-logos-row a:hover img {opacity: 1;}.footer-legal-note {background-color: #0a0a0a;padding: var(--space-md) 0;border-top: 1px solid var(--color-border);}.footer-legal-note p {margin-bottom: var(--space-sm);line-height: 1.5;}.footer-legal-note a {color: var(--color-text-main);text-decoration: underline;}.footer-legal-note a:hover {color: #ff4040;}.licensed-section {background-color: #0c0c0c;position: relative;padding: var(--space-xl) 0;overflow: hidden;}.text-content-grid {display: grid;gap: var(--space-lg);}@media (min-width: 992px) {.text-content-grid {grid-template-columns: 3fr 2fr;align-items: center;}}.text-content p, .text-content ul {font-size: 0.95rem;line-height: 1.6;margin-bottom: var(--space-md);}.text-content ul {padding-left: 1.2em;list-style: disc;}.illustration {position: relative;text-align: center;}.illustration .bg-radial {position: absolute;width: 100%;height: 100%;background: radial-gradient( ellipse at center, rgba(255, 0, 0, 0.08) 0%, transparent 100% );z-index: 0;}.illustration img {position: relative;z-index: 1;max-width: 100%;height: auto;}