.static-page .site-header{background:white;box-shadow:0 1px 3px rgba(0,0,0,0.1);position:sticky;top:0;z-index:100}.static-page .site-header .container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.site-logo,.footer-logo{display:flex;align-items:center;gap:0.75rem;text-decoration:none;color:inherit}.logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:white;font-weight:800;font-size:1rem;border-radius:10px}.logo-text{font-size:1.25rem;font-weight:700;color:#1f2937}.site-nav{display:flex;gap:2rem}.site-nav .nav-link{color:#4b5563;text-decoration:none;font-weight:500;font-size:0.95rem;transition:color 0.2s}.site-nav .nav-link:hover{color:#6366f1}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}.mobile-menu-btn span{display:block;width:24px;height:2px;background:#374151;transition:all 0.3s}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.mobile-menu-btn{display:flex}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;padding:1rem 1.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);gap:0}.site-nav.active{display:flex}.site-nav .nav-link{padding:0.75rem 0;border-bottom:1px solid #e5e7eb}}.breadcrumb-bar{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:0.75rem 0}.breadcrumb-bar .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.breadcrumb{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}.breadcrumb a{color:#6366f1;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .separator{color:#9ca3af}.breadcrumb .current{color:#6b7280}.static-hero{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:white;padding:4rem 0;text-align:center}.static-hero.hero-about{background:linear-gradient(135deg,#3b82f6 0%,#6366f1 100%)}.static-hero.hero-responsible-gambling{background:linear-gradient(135deg,#f59e0b 0%,#ef4444 100%)}.static-hero.hero-privacy{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.static-hero.hero-terms{background:linear-gradient(135deg,#64748b 0%,#475569 100%)}.static-hero .container{max-width:800px;margin:0 auto;padding:0 1.5rem}.hero-icon{font-size:3.5rem;margin-bottom:1rem;opacity:0.9}.static-hero h1{font-size:2.5rem;font-weight:800;margin:0 0 0.75rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;opacity:0.9;margin:0;max-width:600px;margin:0 auto;line-height:1.5}@media (max-width:768px){.static-hero{padding:2.5rem 0}.hero-icon{font-size:2.5rem}.static-hero h1{font-size:1.75rem}.hero-subtitle{font-size:1rem}}.static-content{background:#f9fafb;padding:3rem 0 4rem;min-height:50vh}.static-content .container{max-width:900px;margin:0 auto;padding:0 1.5rem}.content-article{}.content-section{background:white;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.content-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem;padding-bottom:0.75rem;border-bottom:3px solid #6366f1;display:inline-block}.content-section h3{font-size:1.125rem;font-weight:600;color:#374151;margin:1.5rem 0 0.75rem}.content-section h4{font-size:1rem;font-weight:600;color:#4b5563;margin:0 0 0.5rem}.content-section p{color:#4b5563;line-height:1.8;margin:0 0 1rem;font-size:1rem}.content-section p:last-child{margin-bottom:0}.content-section ul,.content-section ol{color:#4b5563;line-height:1.8;margin:0 0 1rem;padding-left:1.5rem}.content-section li{margin-bottom:0.5rem}.content-section a{color:#6366f1;text-decoration:none}.content-section a:hover{text-decoration:underline}.credentials-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0.75rem;list-style:none;padding:0;margin:1.5rem 0 0}.credentials-list li{display:flex;align-items:center;gap:0.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:12px;font-weight:500;color:#1e40af;margin:0}.credentials-list li::before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#3b82f6;color:white;border-radius:50%;font-size:0.75rem;font-weight:bold;flex-shrink:0}.criteria-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1.5rem}.criteria-card{background:#f9fafb;border-radius:12px;padding:1.5rem;border-left:4px solid #6366f1;transition:transform 0.2s,box-shadow 0.2s}.criteria-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.1)}.criteria-card h4{color:#6366f1;margin-bottom:0.5rem}.criteria-card p{font-size:0.9rem;margin:0;color:#6b7280}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1.5rem}.tip-card{background:linear-gradient(135deg,#fefce8 0%,#fef3c7 100%);border-radius:12px;padding:1.5rem;border:1px solid #fcd34d;transition:transform 0.2s,box-shadow 0.2s}.tip-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(251,191,36,0.2)}.tip-card h4{color:#92400e;font-size:1rem;margin-bottom:0.5rem}.tip-card p{font-size:0.9rem;margin:0;color:#78350f}.warning-box{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:2px solid #fca5a5;border-radius:12px;padding:1.5rem;margin-top:1rem}.warning-box h3{color:#b91c1c;margin-top:0}.warning-box ul{margin:0;color:#991b1b}.warning-box li{margin-bottom:0.5rem}.warning-box li:last-child{margin-bottom:0}.resources-list{list-style:none;padding:0;margin:1.5rem 0 0}.resources-list li{padding:1.25rem;background:#f0fdf4;border-radius:12px;margin-bottom:0.75rem;border-left:4px solid #22c55e}.resources-list li:last-child{margin-bottom:0}.resources-list a{color:#15803d;font-weight:600;font-size:1.05rem}.resources-list .description{font-size:0.9rem;color:#166534;margin-top:0.25rem}.questions-list{list-style:none;padding:0;margin:1.5rem 0 0;counter-reset:question}.questions-list li{position:relative;padding:1rem 1rem 1rem 3.5rem;background:#f8fafc;border-radius:10px;margin-bottom:0.5rem;counter-increment:question;font-size:0.95rem}.questions-list li::before{content:counter(question);position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:28px;height:28px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:600}.cookie-types{margin-top:1.5rem}.cookie-type{padding:1.25rem;background:#f8fafc;border-radius:10px;margin-bottom:0.75rem;border-left:3px solid #94a3b8}.cookie-type:last-child{margin-bottom:0}.cookie-type h4{color:#475569;margin:0 0 0.5rem}.cookie-type p{font-size:0.9rem;margin:0;color:#64748b}.disclosure-box{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:2px solid #93c5fd;border-radius:12px;padding:1.5rem}.disclosure-box h3{color:#1e40af;margin:0 0 0.75rem;font-size:1.125rem}.disclosure-box p{color:#1e3a8a;margin:0;font-size:0.95rem}.contact-box{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:white;border-radius:16px;padding:2rem;text-align:center;margin-top:1.5rem}.contact-box h2{color:white;border:none;display:block;padding-bottom:0;margin-bottom:0.75rem}.contact-box p{color:rgba(255,255,255,0.9);margin-bottom:1rem}.contact-box a{color:white;font-weight:600;font-size:1.125rem;background:rgba(255,255,255,0.2);padding:0.5rem 1.5rem;border-radius:8px;display:inline-block;transition:background 0.2s}.contact-box a:hover{background:rgba(255,255,255,0.3);text-decoration:none}.intro-box{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:12px;padding:1.5rem;border-left:4px solid #3b82f6}.intro-box p{color:#1e40af;font-size:1.05rem;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}.stat-item{text-align:center;padding:1.5rem 1rem;background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-radius:12px}.stat-number{font-size:2rem;font-weight:800;color:#6366f1;display:block}.stat-label{font-size:0.875rem;color:#6b7280;margin-top:0.25rem}.static-footer,.site-footer{background:#1f2937;color:white;padding:3rem 0 0}.static-footer .container,.site-footer .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-bottom:2rem;border-bottom:1px solid #374151}.footer-brand .footer-logo{margin-bottom:1rem}.footer-brand .logo-icon{width:36px;height:36px;font-size:0.875rem}.footer-brand .logo-text{color:white;font-size:1.125rem}.footer-tagline{color:#9ca3af;font-size:0.9rem;margin:0;line-height:1.6}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{color:white;font-size:0.875rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin:0 0 1rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:0.5rem}.footer-column a{color:#9ca3af;text-decoration:none;font-size:0.9rem;transition:color 0.2s}.footer-column a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;flex-wrap:wrap;gap:1rem}.footer-legal p{margin:0;color:#9ca3af;font-size:0.85rem}.footer-legal .age-warning{margin-top:0.25rem;color:#6b7280}.footer-badges{display:flex;gap:0.75rem}.badge{padding:0.5rem 1rem;border-radius:6px;font-size:0.8rem;font-weight:600}.age-badge{background:#dc2626;color:white}.gamble-badge{background:#f59e0b;color:#78350f}.footer-bottom-section{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;flex-wrap:wrap;gap:1rem}.footer-disclaimer-section{padding:1rem 0 1.5rem;border-top:1px solid #374151}.footer-disclaimer-section p{margin:0;color:#6b7280;font-size:0.8rem;line-height:1.6}@media (max-width:768px){.footer-main{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:1fr 1fr}.footer-bottom-section{flex-direction:column;text-align:center}}@media (max-width:480px){.footer-links-grid{grid-template-columns:1fr}}.definitions-list{margin:1rem 0;padding:0}.definitions-list dt{font-weight:600;color:#1f2937;margin-top:1rem}.definitions-list dt:first-child{margin-top:0}.definitions-list dd{margin-left:0;padding-left:1.5rem;color:#4b5563;border-left:3px solid #e5e7eb}.warning-text{background:#fef3c7;color:#92400e;padding:1rem;border-radius:8px;border-left:4px solid #f59e0b}.action-text{background:#dbeafe;color:#1e40af;padding:1rem;border-radius:8px;border-left:4px solid #3b82f6}.disclaimer-text{background:#f3f4f6;color:#4b5563;padding:1rem;border-radius:8px;font-style:italic}@media (max-width:768px){.content-section{padding:1.5rem;border-radius:12px}.content-section h2{font-size:1.25rem}.criteria-grid,.tips-grid{grid-template-columns:1fr}.credentials-list{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}