*,*::before,*::after{box-sizing:border-box}body{background-color:var(--bg-main);color:var(--muted);font-family:'Inter',sans-serif;font-size:1rem;line-height:1.75}h1,h2,h3,h4,h5{font-family:'Playfair Display',serif;color:var(--heading)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dark)}.hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0a1120 0%,#1d2939 60%,#101828 100%)}.hero-bg-img{position:absolute;inset:0;width:100%;height:auto;object-fit:cover;opacity:0.18}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(16,24,40,0.92) 50%,rgba(16,24,40,0.4))}.hero-content{position:relative;z-index:2}.hero h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.2;color:var(--heading)}.hero h1 span{color:var(--accent)}.hero p{font-size:1.125rem;color:var(--muted);max-width:560px}section{padding:80px 0}.section-label{font-size:0.8rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent);margin-bottom:0.5rem}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);color:var(--heading);margin-bottom:1rem}.divider-gold{width:56px;height:3px;background:var(--accent);border-radius:2px;margin:0 auto 2rem}.stats-strip{background:var(--bg-panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 0}.stat-item{text-align:center}.stat-item .num{font-size:2rem;font-weight:700;color:var(--accent);font-family:'Playfair Display',serif}.stat-item .lbl{font-size:0.85rem;color:var(--muted)}.feature-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;padding:2rem 1.5rem;height:auto;transition:border-color 0.2s,transform 0.2s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-icon{width:52px;height:52px;background:rgba(212,163,115,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent);margin-bottom:1rem}.feature-card h5{color:var(--heading);font-size:1.05rem;margin-bottom:0.5rem}.feature-card p{font-size:0.9rem;color:var(--muted);margin:0}.game-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:transform 0.2s,box-shadow 0.2s}.game-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px rgba(0,0,0,0.4)}.game-card img{width:100%;height:200px;object-fit:cover;display:block}.game-card-body{padding:1.25rem}.game-card-body h5{color:var(--heading);margin-bottom:0.4rem;font-size:1rem}.game-card-body p{font-size:0.85rem;color:var(--muted);margin:0}.compare-table{width:100%;border-collapse:collapse}.compare-table th{background:var(--bg-panel);color:var(--heading);padding:1rem;text-align:center;border:1px solid var(--border);font-family:'Playfair Display',serif}.compare-table th.accent-col{color:var(--accent)}.compare-table td{padding:0.85rem 1rem;border:1px solid var(--border);text-align:center;font-size:0.9rem;color:var(--muted)}.compare-table tr:nth-child(even) td{background:rgba(29,41,57,0.5)}.compare-table .check{color:#4ade80;font-size:1.1rem}.compare-table .cross{color:#f87171;font-size:1.1rem}.testimonial-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;padding:1.75rem;height:auto}.testimonial-card .stars{color:var(--accent);font-size:1rem;margin-bottom:0.75rem}.testimonial-card p{font-size:0.95rem;color:var(--muted);font-style:italic;margin-bottom:1rem}.testimonial-card .author{font-weight:600;color:var(--heading);font-size:0.9rem}.testimonial-card .city{font-size:0.8rem;color:var(--accent)}.privacy-notice{background:rgba(212,163,115,0.08);border-left:4px solid var(--accent);border-radius:8px;padding:1.25rem 1.5rem}.privacy-notice h6{color:var(--accent);font-weight:700;margin-bottom:0.5rem}.privacy-notice p{font-size:0.875rem;color:var(--muted);margin:0}.rg-section{background:var(--bg-panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.rg-card{background:var(--bg-main);border:1px solid var(--border);border-radius:10px;padding:1.5rem;height:auto}.rg-card i{font-size:1.75rem;color:var(--accent);margin-bottom:0.75rem;display:block}.rg-card h6{color:var(--heading);font-weight:600;margin-bottom:0.4rem}.rg-card p{font-size:0.85rem;color:var(--muted);margin:0}.promo-banner{background:linear-gradient(135deg,#1d2939 0%,#2a3a52 100%);border:1px solid var(--border);border-radius:16px;padding:3rem 2rem;text-align:center}.promo-badge{display:inline-block;background:var(--accent);color:#101828;font-weight:700;font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;padding:0.3rem 1rem;border-radius:20px;margin-bottom:1rem}.content-img{display:block;margin:0 auto;max-width:100%;border-radius:10px;border:1px solid var(--border)}@media (max-width:768px){section{padding:56px 0}.hero{min-height:70vh}}html,body{overflow-x:clip;width:100%}
