/* topbetauthority.com - New Zealand Free Social Gaming - Purple/Indigo Modern Theme */
:root {
--topbetauthority-primary: #6366f1;
--topbetauthority-primary-dark: #4f46e5;
--topbetauthority-primary-light: #818cf8;
--topbetauthority-secondary: #ec4899;
--topbetauthority-accent: #8b5cf6;
--topbetauthority-success: #10b981;
--topbetauthority-warning: #f59e0b;
--topbetauthority-error: #ef4444;
--topbetauthority-gray-50: #f9fafb;
--topbetauthority-gray-100: #f3f4f6;
--topbetauthority-gray-200: #e5e7eb;
--topbetauthority-gray-300: #d1d5db;
--topbetauthority-gray-400: #9ca3af;
--topbetauthority-gray-500: #6b7280;
--topbetauthority-gray-600: #4b5563;
--topbetauthority-gray-700: #374151;
--topbetauthority-gray-800: #1f2937;
--topbetauthority-gray-900: #111827;
--topbetauthority-white: #ffffff;
--topbetauthority-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
--topbetauthority-shadow: 0 4px 6px rgba(0,0,0,0.07);
--topbetauthority-shadow-md: 0 10px 15px rgba(0,0,0,0.1);
--topbetauthority-shadow-lg: 0 20px 25px rgba(0,0,0,0.1);
--topbetauthority-shadow-xl: 0 25px 50px rgba(0,0,0,0.15);
--topbetauthority-gradient-primary: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
--topbetauthority-gradient-hero: linear-gradient(135deg, #4f46e5 0%, #6366f1 50%, #8b5cf6 100%);
--topbetauthority-border-radius: 12px;
--topbetauthority-border-radius-lg: 16px;
--topbetauthority-border-radius-xl: 24px;
--topbetauthority-font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
--topbetauthority-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
--topbetauthority-transition-fast: all 0.15s ease;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--topbetauthority-font-family); line-height: 1.7; color: var(--topbetauthority-gray-800); background-color: var(--topbetauthority-white); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; margin-bottom: 1rem; color: var(--topbetauthority-gray-900); word-wrap: break-word; overflow-wrap: break-word; }
h1 { font-size: 2.75rem; } h2 { font-size: 2.25rem; } h3 { font-size: 1.75rem; }
p { margin-bottom: 1rem; color: var(--topbetauthority-gray-700); word-wrap: break-word; overflow-wrap: break-word; }
a { color: var(--topbetauthority-primary); text-decoration: none; transition: var(--topbetauthority-transition-fast); word-wrap: break-word; overflow-wrap: break-word; }
a:hover { color: var(--topbetauthority-primary-dark); }

.topbetauthority-container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.topbetauthority-navbar { background: var(--topbetauthority-white); box-shadow: var(--topbetauthority-shadow); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: var(--topbetauthority-transition); border-bottom: 3px solid var(--topbetauthority-primary); }
.topbetauthority-navbar-container { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.topbetauthority-navbar-brand { display: flex; align-items: center; gap: 0.75rem; font-size: 1.5rem; font-weight: 800; color: var(--topbetauthority-primary); letter-spacing: -0.5px; }
.topbetauthority-navbar-logo { height: 44px; width: auto; }
.topbetauthority-navbar-toggle { display: none; flex-direction: column; gap: 6px; background: var(--topbetauthority-primary); border: none; border-radius: var(--topbetauthority-border-radius); cursor: pointer; padding: 12px; transition: var(--topbetauthority-transition-fast); }
.topbetauthority-navbar-toggle:hover { background: var(--topbetauthority-primary-dark); }
.topbetauthority-navbar-toggle-bar { width: 30px; height: 3px; background: var(--topbetauthority-white); border-radius: 2px; transition: var(--topbetauthority-transition); }
.topbetauthority-navbar-menu { display: flex; align-items: center; gap: 0.5rem; list-style: none; margin-bottom: 0; }
.topbetauthority-navbar-link { color: var(--topbetauthority-gray-700); font-weight: 600; padding: 0.75rem 1.25rem; border-radius: var(--topbetauthority-border-radius); position: relative; transition: var(--topbetauthority-transition); font-size: 0.95rem; }
.topbetauthority-navbar-link:hover { background: var(--topbetauthority-gray-100); color: var(--topbetauthority-primary); }
.topbetauthority-navbar-link.active { background: var(--topbetauthority-primary); color: var(--topbetauthority-white); }
.topbetauthority-navbar-cta { background: var(--topbetauthority-gradient-primary); color: var(--topbetauthority-white); padding: 0.75rem 1.5rem; border-radius: 50px; font-weight: 700; transition: var(--topbetauthority-transition); box-shadow: var(--topbetauthority-shadow); border: none; font-size: 0.95rem; }
.topbetauthority-navbar-cta:hover { transform: translateY(-2px); box-shadow: var(--topbetauthority-shadow-md); color: var(--topbetauthority-white); }

@media (max-width: 768px) {
.topbetauthority-navbar-brand { font-size: 1rem;}
.topbetauthority-navbar-brand img { height: 33px;}
.topbetauthority-navbar-toggle { display: flex; }
.topbetauthority-navbar-menu { position: fixed; top: 76px; left: 0; right: 0; background: var(--topbetauthority-white); flex-direction: column; padding: 2rem 1.5rem; box-shadow: var(--topbetauthority-shadow-lg); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: var(--topbetauthority-transition); z-index: 1000; gap: 0.75rem; }
.topbetauthority-navbar-menu.active { transform: translateY(0); opacity: 1; visibility: visible; }
.topbetauthority-navbar-menu li { width: 100%; }
.topbetauthority-navbar-link { display: block; width: 100%; padding: 1rem 1.25rem; text-align: center; font-size: 1rem; }
.topbetauthority-navbar-link:hover { background: var(--topbetauthority-primary); color: var(--topbetauthority-white); }
.topbetauthority-navbar-cta { text-align: center; display: block; padding: 1rem 1.25rem; margin-top: 0.5rem; }
.topbetauthority-navbar-toggle.active .topbetauthority-navbar-toggle-bar:nth-child(1) { transform: rotate(45deg) translate(9px, 9px); }
.topbetauthority-navbar-toggle.active .topbetauthority-navbar-toggle-bar:nth-child(2) { opacity: 0; }
.topbetauthority-navbar-toggle.active .topbetauthority-navbar-toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(8px, -8px); }
}

.topbetauthority-main { margin-top: 76px; min-height: calc(100vh - 76px); }
.topbetauthority-section { padding: 5rem 0; }
.topbetauthority-section-alt { background: linear-gradient(to bottom, var(--topbetauthority-gray-50), var(--topbetauthority-white)); }

.topbetauthority-hero { background: var(--topbetauthority-gradient-hero); color: var(--topbetauthority-white); padding: 6rem 0; position: relative; overflow: hidden; }
.topbetauthority-hero::before { content: ''; position: absolute; top: -50%; right: -15%; width: 70%; height: 250%; background: rgba(255,255,255,0.08); transform: rotate(-15deg); }
.topbetauthority-hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 50%; height: 150%; background: rgba(139,92,246,0.1); transform: rotate(12deg); }
.topbetauthority-hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; }
.topbetauthority-hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.2); padding: 0.6rem 1.4rem; border-radius: 50px; font-size: 0.9rem; font-weight: 700; margin-bottom: 1.75rem; backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.3); letter-spacing: 0.5px; }
.topbetauthority-hero-title { font-size: 3.5rem; font-weight: 900; margin-bottom: 1.5rem; line-height: 1.1; color: var(--topbetauthority-white); text-shadow: 0 4px 12px rgba(0,0,0,0.2); }
.topbetauthority-hero-subtitle { font-size: 1.25rem; margin-bottom: 2.5rem; color: var(--topbetauthority-white); opacity: 0.95; font-weight: 400; line-height: 1.6; }
.topbetauthority-hero-cta { display: inline-flex; align-items: center; gap: 0.75rem; background: var(--topbetauthority-white); color: var(--topbetauthority-primary); padding: 1.1rem 2.5rem; border-radius: 50px; font-size: 1.1rem; font-weight: 700; transition: var(--topbetauthority-transition); box-shadow: var(--topbetauthority-shadow-lg); }
.topbetauthority-hero-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--topbetauthority-shadow-xl); color: var(--topbetauthority-primary); }

.topbetauthority-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin-top: 3rem; }
.topbetauthority-feature-card { background: var(--topbetauthority-white); padding: 2.5rem 2rem; border-radius: var(--topbetauthority-border-radius-xl); text-align: center; box-shadow: var(--topbetauthority-shadow); transition: var(--topbetauthority-transition); border: 2px solid var(--topbetauthority-gray-100); }
.topbetauthority-feature-card:hover { transform: translateY(-8px); box-shadow: var(--topbetauthority-shadow-lg); border-color: var(--topbetauthority-primary); }
.topbetauthority-feature-icon { width: 72px; height: 72px; background: var(--topbetauthority-gradient-primary); border-radius: var(--topbetauthority-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 1.8rem; color: var(--topbetauthority-white); box-shadow: var(--topbetauthority-shadow-md); }
.topbetauthority-feature-title { font-size: 1.35rem; margin-bottom: 0.9rem; color: var(--topbetauthority-gray-900); }
.topbetauthority-feature-desc { color: var(--topbetauthority-gray-600); line-height: 1.8; font-size: 1rem; }

.topbetauthority-games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; margin-top: 2.5rem; }
.topbetauthority-game-card { background: var(--topbetauthority-white); border-radius: var(--topbetauthority-border-radius-xl); overflow: hidden; box-shadow: var(--topbetauthority-shadow); transition: var(--topbetauthority-transition); position: relative; border: 2px solid var(--topbetauthority-gray-100); }
.topbetauthority-game-card:hover { transform: translateY(-8px); box-shadow: var(--topbetauthority-shadow-lg); border-color: var(--topbetauthority-primary); }
.topbetauthority-game-card.featured { border-color: var(--topbetauthority-secondary); }
.topbetauthority-game-badge { position: absolute; top: 1rem; right: 1rem; background: var(--topbetauthority-secondary); color: var(--topbetauthority-white); padding: 0.5rem 1.2rem; border-radius: 50px; font-size: 0.8rem; font-weight: 700; z-index: 1; text-transform: uppercase; box-shadow: var(--topbetauthority-shadow-md); }
.topbetauthority-game-image { width: 100%; height: 220px; overflow: hidden; position: relative; background: var(--topbetauthority-gray-100); }
.topbetauthority-game-image img { width: 100%; height: 100%; object-fit: cover; transition: var(--topbetauthority-transition); }
.topbetauthority-game-card:hover .topbetauthority-game-image img { transform: scale(1.1); }
.topbetauthority-game-content { padding: 1.75rem; }
.topbetauthority-game-title { font-size: 1.35rem; margin-bottom: 0.75rem; color: var(--topbetauthority-gray-900); }
.topbetauthority-game-desc { color: var(--topbetauthority-gray-600); margin-bottom: 1.25rem; line-height: 1.7; font-size: 1rem; }
.topbetauthority-game-stats { display: flex; gap: 1.25rem; margin-bottom: 1.25rem; font-size: 0.9rem; color: var(--topbetauthority-gray-500); }
.topbetauthority-game-play { width: 100%; background: var(--topbetauthority-gradient-primary); color: var(--topbetauthority-white); border: none; padding: 0.9rem 1.5rem; border-radius: var(--topbetauthority-border-radius); font-weight: 700; cursor: pointer; transition: var(--topbetauthority-transition); font-size: 1rem; }
.topbetauthority-game-play:hover { transform: translateY(-2px); box-shadow: var(--topbetauthority-shadow-md); }

.topbetauthority-btn { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1.75rem; border-radius: 50px; font-weight: 700; transition: var(--topbetauthority-transition); cursor: pointer; border: none; font-size: 1rem; }
.topbetauthority-btn-primary { background: var(--topbetauthority-gradient-primary); color: var(--topbetauthority-white); box-shadow: var(--topbetauthority-shadow); }
.topbetauthority-btn-primary:hover { transform: translateY(-2px); box-shadow: var(--topbetauthority-shadow-md); color: var(--topbetauthority-white); }
.topbetauthority-btn-secondary { background: var(--topbetauthority-white); color: var(--topbetauthority-primary); border: 2px solid var(--topbetauthority-primary); }
.topbetauthority-btn-secondary:hover { background: var(--topbetauthority-primary); color: var(--topbetauthority-white); }

.topbetauthority-footer { background: var(--topbetauthority-gray-900); color: var(--topbetauthority-white); padding: 3.5rem 0 1.5rem; border-top: 3px solid var(--topbetauthority-primary); }
.topbetauthority-footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; margin-bottom: 2.5rem; }
.topbetauthority-footer-section h3 { color: var(--topbetauthority-white); margin-bottom: 1.25rem; font-size: 1.2rem; }
.topbetauthority-footer-section p { margin-bottom: 0.75rem; color: var(--topbetauthority-gray-300); font-size: 0.95rem; line-height: 1.7; }
.topbetauthority-footer-section a { color: var(--topbetauthority-gray-200); transition: var(--topbetauthority-transition-fast); }
.topbetauthority-footer-section a:hover { color: var(--topbetauthority-white); text-decoration: underline; }
.topbetauthority-disclaimer { background: var(--topbetauthority-gray-800); padding: 2rem; border-radius: var(--topbetauthority-border-radius-lg); margin-bottom: 2rem; border-left: 4px solid var(--topbetauthority-accent); }
.topbetauthority-disclaimer p { margin-bottom: 0.75rem; font-size: 0.92rem; line-height: 1.7; color: var(--topbetauthority-gray-200); }
.topbetauthority-disclaimer a { color: var(--topbetauthority-secondary); font-weight: 600; }
.topbetauthority-footer-bottom { border-top: 1px solid var(--topbetauthority-gray-700); padding-top: 1.75rem; text-align: center; font-size: 0.9rem; color: var(--topbetauthority-gray-300); }

.topbetauthority-cookie-popup { position: fixed; bottom: 1.5rem; left: 1.5rem; right: 1.5rem; max-width: 560px; background: var(--topbetauthority-white); padding: 2rem; border-radius: var(--topbetauthority-border-radius-xl); box-shadow: var(--topbetauthority-shadow-xl); z-index: 9999; transform: translateY(150px); opacity: 0; transition: var(--topbetauthority-transition); border: 3px solid var(--topbetauthority-primary); }
.topbetauthority-cookie-popup.show { transform: translateY(0); opacity: 1; }
.topbetauthority-cookie-content { margin-bottom: 1.25rem; }
.topbetauthority-cookie-content h4 { margin-bottom: 0.6rem; color: var(--topbetauthority-gray-900); font-size: 1.15rem; font-weight: 700; }
.topbetauthority-cookie-content p { margin-bottom: 0.6rem; color: var(--topbetauthority-gray-600); font-size: 0.95rem; line-height: 1.6; }
.topbetauthority-cookie-actions { display: flex; gap: 1rem; }
.topbetauthority-cookie-accept { background: var(--topbetauthority-gradient-primary); color: var(--topbetauthority-white); padding: 0.85rem 1.5rem; border-radius: var(--topbetauthority-border-radius); font-weight: 700; border: none; cursor: pointer; transition: var(--topbetauthority-transition); flex: 1; font-size: 0.95rem; }
.topbetauthority-cookie-accept:hover { transform: translateY(-2px); box-shadow: var(--topbetauthority-shadow-md); }
.topbetauthority-cookie-link { color: var(--topbetauthority-primary); font-weight: 600; font-size: 0.95rem; }

.topbetauthority-form-group { margin-bottom: 1.75rem; }
.topbetauthority-form-label { display: block; margin-bottom: 0.6rem; font-weight: 600; color: var(--topbetauthority-gray-700); font-size: 0.95rem; }
.topbetauthority-form-control { width: 100%; padding: 0.9rem 1.25rem; border: 2px solid var(--topbetauthority-gray-300); border-radius: var(--topbetauthority-border-radius); font-size: 1rem; transition: var(--topbetauthority-transition-fast); background: var(--topbetauthority-white); font-family: var(--topbetauthority-font-family); }
.topbetauthority-form-control:focus { outline: none; border-color: var(--topbetauthority-primary); box-shadow: 0 0 0 3px rgba(99,102,241,0.1); }
.topbetauthority-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.topbetauthority-form-control.error { border-color: var(--topbetauthority-error); box-shadow: 0 0 0 3px rgba(239,68,68,0.1); }

.topbetauthority-alert { padding: 1.25rem 1.5rem; border-radius: var(--topbetauthority-border-radius-lg); margin-bottom: 1.25rem; border-left: 4px solid; font-size: 0.95rem; }
.topbetauthority-alert-info { background: #eef2ff; border-color: var(--topbetauthority-primary); color: #4338ca; }
.topbetauthority-alert-success { background: #d1fae5; border-color: var(--topbetauthority-success); color: #065f46; }
.topbetauthority-alert-error { background: #fee2e2; border-color: var(--topbetauthority-error); color: #991b1b; }

.topbetauthority-contact-hero, .topbetauthority-privacy-hero, .topbetauthority-terms-hero, .topbetauthority-cookies-hero, .topbetauthority-about-hero, .topbetauthority-games-hero { background: var(--topbetauthority-gradient-hero); color: var(--topbetauthority-white); text-align: center; padding: 5rem 0; }
.topbetauthority-contact-hero-icon, .topbetauthority-privacy-hero-icon, .topbetauthority-terms-hero-icon, .topbetauthority-cookies-hero-icon, .topbetauthority-about-hero-icon { width: 80px; height: 80px; background: rgba(255,255,255,0.2); border-radius: var(--topbetauthority-border-radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-size: 2rem; backdrop-filter: blur(12px); border: 2px solid rgba(255,255,255,0.3); }
.topbetauthority-contact-hero h1, .topbetauthority-privacy-hero h1, .topbetauthority-terms-hero h1, .topbetauthority-cookies-hero h1, .topbetauthority-about-hero h1, .topbetauthority-games-hero-content h1 { font-size: 2.75rem; margin-bottom: 1rem; color: var(--topbetauthority-white); text-shadow: 0 3px 8px rgba(0,0,0,0.2); }
.topbetauthority-contact-hero-subtitle, .topbetauthority-privacy-hero-subtitle, .topbetauthority-terms-hero-subtitle, .topbetauthority-cookies-hero-subtitle, .topbetauthority-about-hero-subtitle, .topbetauthority-games-hero-subtitle { font-size: 1.1rem; color: var(--topbetauthority-white); opacity: 0.95; font-weight: 400; }
.topbetauthority-contact-hero-date, .topbetauthority-privacy-hero-date, .topbetauthority-terms-hero-date, .topbetauthority-cookies-hero-date { font-size: 0.95rem; color: var(--topbetauthority-white); opacity: 0.85; margin-top: 0.5rem; }

.topbetauthority-contact-content { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-top: 2.5rem; }
.topbetauthority-contact-info-card, .topbetauthority-contact-form-card { background: var(--topbetauthority-white); padding: 2.5rem; border-radius: var(--topbetauthority-border-radius-xl); box-shadow: var(--topbetauthority-shadow); border-top: 4px solid var(--topbetauthority-primary); }
.topbetauthority-contact-info-card h3, .topbetauthority-contact-form-card h3 { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.5rem; color: var(--topbetauthority-gray-900); }
.topbetauthority-contact-details { display: flex; flex-direction: column; gap: 1.5rem; }
.topbetauthority-contact-detail-item { display: flex; gap: 1.25rem; }
.topbetauthority-contact-detail-icon { width: 52px; height: 52px; background: var(--topbetauthority-gradient-primary); border-radius: var(--topbetauthority-border-radius); display: flex; align-items: center; justify-content: center; color: var(--topbetauthority-white); font-size: 1.3rem; flex-shrink: 0; }
.topbetauthority-contact-detail-content h4 { margin-bottom: 0.4rem; color: var(--topbetauthority-gray-900); font-size: 1.05rem; }
.topbetauthority-contact-detail-content p { margin-bottom: 0; color: var(--topbetauthority-gray-600); font-size: 0.95rem; }
.topbetauthority-form-description { color: var(--topbetauthority-gray-600); margin-bottom: 1.5rem; font-size: 0.95rem; }

.topbetauthority-privacy-content, .topbetauthority-terms-content, .topbetauthority-cookies-content, .topbetauthority-about-content { max-width: 880px; margin: 0 auto; }
.topbetauthority-privacy-section, .topbetauthority-terms-section, .topbetauthority-cookies-section, .topbetauthority-about-section { margin-bottom: 2.5rem; padding: 2.5rem; background: var(--topbetauthority-white); border-radius: var(--topbetauthority-border-radius-xl); box-shadow: var(--topbetauthority-shadow); border-left: 4px solid var(--topbetauthority-primary); }
.topbetauthority-privacy-section h2, .topbetauthority-terms-section h2, .topbetauthority-cookies-section h2, .topbetauthority-about-section h2 { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.25rem; color: var(--topbetauthority-gray-900); font-size: 1.5rem; }
.topbetauthority-privacy-section h3, .topbetauthority-terms-section h3, .topbetauthority-cookies-section h3 { color: var(--topbetauthority-gray-800); margin: 1.5rem 0 1rem 0; font-size: 1.2rem; }
.topbetauthority-privacy-section p, .topbetauthority-terms-section p, .topbetauthority-cookies-section p, .topbetauthority-about-section p { margin-bottom: 1rem; line-height: 1.8; color: var(--topbetauthority-gray-700); }
.topbetauthority-privacy-section ul, .topbetauthority-terms-section ul, .topbetauthority-cookies-section ul, .topbetauthority-about-section ul { margin-bottom: 1rem; padding-left: 1.5rem; }
.topbetauthority-privacy-section li, .topbetauthority-terms-section li, .topbetauthority-cookies-section li, .topbetauthority-about-section li { margin-bottom: 0.6rem; line-height: 1.7; color: var(--topbetauthority-gray-700); }
.topbetauthority-privacy-section a, .topbetauthority-terms-section a, .topbetauthority-cookies-section a { color: var(--topbetauthority-primary); font-weight: 600; }
.topbetauthority-privacy-section a:hover, .topbetauthority-terms-section a:hover, .topbetauthority-cookies-section a:hover { text-decoration: underline; }

.topbetauthority-games-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; }
.topbetauthority-stat-item { text-align: center; }
.topbetauthority-stat-number { display: block; font-size: 2.5rem; font-weight: 900; margin-bottom: 0.5rem; }
.topbetauthority-stat-label { font-size: 0.95rem; opacity: 0.9; }

.topbetauthority-text-center { text-align: center; }
.topbetauthority-mb-5 { margin-bottom: 3rem; }
.topbetauthority-mt-5 { margin-top: 3rem; }

.topbetauthority-cta-content { text-align: center; max-width: 700px; margin: 0 auto; }
.topbetauthority-cta-content h2 { margin-bottom: 1rem; }
.topbetauthority-cta-content p { margin-bottom: 2rem; font-size: 1.1rem; }
.topbetauthority-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.topbetauthority-disclaimer-section { background: var(--topbetauthority-gray-50); }
.topbetauthority-disclaimer-content { max-width: 900px; margin: 0 auto; }

.topbetauthority-message { margin: 1.5rem 0; }
.topbetauthority-about-subtitle { max-width: 750px; margin: 1.25rem auto 3rem; }
.topbetauthority-message-icon { display: flex; align-items: center; gap: 0.75rem; }
@keyframes topbetauthority-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.topbetauthority-btn-loading { display: inline-flex; align-items: center; gap: 0.6rem; }
.topbetauthority-btn-loading .fa-spin { animation: topbetauthority-spin 1s linear infinite; }

.topbetauthority-cookie-management { margin-top: 2rem; }
.topbetauthority-cookie-option { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; background: var(--topbetauthority-gray-50); border-radius: var(--topbetauthority-border-radius); margin-bottom: 1rem; border: 2px solid var(--topbetauthority-gray-200); }
.topbetauthority-cookie-info { flex: 1; }
.topbetauthority-cookie-info h3 { margin-bottom: 0.5rem; color: var(--topbetauthority-gray-900); font-size: 1.1rem; }
.topbetauthority-cookie-info p { margin-bottom: 0; color: var(--topbetauthority-gray-600); font-size: 0.9rem; }
.topbetauthority-cookie-toggle { display: flex; align-items: center; gap: 0.75rem; }
.topbetauthority-cookie-toggle input[type="checkbox"] { width: 20px; height: 20px; cursor: pointer; }
.topbetauthority-cookie-toggle label { cursor: pointer; color: var(--topbetauthority-gray-700); font-size: 0.95rem; }

@media (max-width: 768px) {
.topbetauthority-hero-title { font-size: 2.5rem; }
.topbetauthority-hero-subtitle { font-size: 1.1rem; }
.topbetauthority-features-grid { grid-template-columns: 1fr; }
.topbetauthority-games-grid { grid-template-columns: 1fr; }
.topbetauthority-contact-content { grid-template-columns: 1fr; gap: 2rem; }
.topbetauthority-form-row { grid-template-columns: 1fr; }
.topbetauthority-cookie-popup { left: 1rem; right: 1rem; bottom: 1rem; padding: 1.5rem; }
.topbetauthority-cookie-actions { flex-direction: column; }
.topbetauthority-games-stats { flex-direction: column; gap: 2rem; }
.topbetauthority-privacy-section, .topbetauthority-terms-section, .topbetauthority-cookies-section, .topbetauthority-about-section { padding: 1.75rem; }
h1 { font-size: 2.25rem; } h2 { font-size: 1.85rem; } h3 { font-size: 1.4rem; }
.topbetauthority-cta-actions { flex-direction: column; }
.topbetauthority-contact-hero h1, .topbetauthority-privacy-hero h1, .topbetauthority-terms-hero h1, .topbetauthority-cookies-hero h1, .topbetauthority-about-hero h1 { font-size: 2.25rem; }
.topbetauthority-cookie-option { flex-direction: column; align-items: flex-start; gap: 1rem; }
}

