:root{--pg-bg:var(--clr-bg-dark);--pg-panel:var(--clr-bg-mid);--pg-panel-2:var(--clr-bg-lighter);--pg-border:rgba(216,255,0,.14);--pg-txt:var(--clr-text-primary);--pg-txt-2:var(--clr-text-secondary);--pg-muted:#8a8a8a;--pg-accent:var(--clr-primary-lime);--pg-accent-hover:var(--clr-primary-yellow);--pg-accent-2:var(--clr-accent-purple);--pg-accent-txt:#040404;--pg-accent-soft:rgba(216,255,0,.12);--pg-accent-2-soft:rgba(164,67,255,.16);--pg-glow:rgba(164,67,255,.22);--pg-danger:#ff6b6b;--pg-font:'Commissioner',system-ui,sans-serif;--pg-font-head:'Commissioner',system-ui,sans-serif;--pg-radius:16px}

/* ===== Generated content pages & calculators (pg-*, calc-*) ===== */
.pg-wrap{max-width:1200px;margin:0 auto;font-family:var(--pg-font);color:var(--pg-txt-2);line-height:1.65}
.pg-wrap *,.pg-nav *{box-sizing:border-box}
.pg-wrap h1,.pg-wrap h2,.pg-wrap h3,.pg-wrap h4{color:var(--pg-txt);font-family:var(--pg-font);line-height:1.25;margin:0;text-transform:none;background:none;-webkit-text-fill-color:initial;display:block}
.pg-wrap p{margin:0 0 14px;font-size:16px;line-height:1.75;text-align:left}
.pg-wrap a:not(.pg-btn){color:var(--pg-accent)}
.pg-wrap ul,.pg-wrap ol{margin:0 0 16px 20px;padding:0}
.pg-wrap li{margin-bottom:8px}
.pg-wrap strong{color:var(--pg-txt)}
.pg-wrap img{max-width:100%;height:auto;display:block}
.pg-nav{display:flex;gap:6px;flex-wrap:wrap;align-items:center;padding:10px 0;margin:0 0 22px;border-bottom:1px solid var(--pg-border);font-family:var(--pg-font)}
.pg-nav a{padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--pg-txt-2);border:1px solid transparent;white-space:nowrap;text-decoration:none;transition:all .15s ease;display:inline-flex;align-items:center;gap:6px}
.pg-nav a svg{width:15px;height:15px}
.pg-nav a:hover{color:var(--pg-txt);border-color:var(--pg-border);background:var(--pg-panel)}
.pg-nav a.active{background:var(--pg-accent);color:var(--pg-accent-txt);border-color:var(--pg-accent)}
.pg-breadcrumb{font-size:13px;color:var(--pg-muted);margin:0 0 18px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.pg-breadcrumb a{color:var(--pg-muted)!important;text-decoration:none}
.pg-breadcrumb a:hover{color:var(--pg-accent)!important}
.pg-breadcrumb svg{width:12px;height:12px;opacity:.6}
.pg-hero{display:grid;grid-template-columns:1.25fr 1fr;gap:36px;align-items:center;padding:40px;border-radius:var(--pg-radius);background:linear-gradient(135deg,var(--pg-panel) 0%,var(--pg-panel-2) 100%);border:1px solid var(--pg-border);position:relative;overflow:hidden;margin:0 0 36px}
.pg-hero::before{content:"";position:absolute;right:-15%;bottom:-70%;width:560px;height:560px;background:radial-gradient(circle,var(--pg-glow) 0%,transparent 68%);pointer-events:none}
.pg-hero::after{content:"";position:absolute;left:-10%;top:-60%;width:420px;height:420px;background:radial-gradient(circle,var(--pg-accent-2-soft) 0%,transparent 70%);pointer-events:none}
.pg-hero>*{position:relative;z-index:1}
.pg-hero.pg-hero--simple{grid-template-columns:1fr}
.pg-kicker{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--pg-accent-soft);color:var(--pg-accent);font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:16px}
.pg-kicker svg{width:14px;height:14px}
.pg-hero h1{font-size:38px;font-weight:800;margin:0 0 16px;color:var(--pg-txt);font-family:var(--pg-font-head)}
.pg-lead{font-size:17px;line-height:1.7;color:var(--pg-txt-2);margin:0 0 24px}
.pg-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.pg-hero-badges{display:flex;gap:10px;flex-wrap:wrap}
.pg-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid var(--pg-border);font-size:13px;font-weight:600;color:var(--pg-txt)}
.pg-badge svg{width:16px;height:16px;color:var(--pg-accent-2)}
.pg-hero-media{border-radius:var(--pg-radius);overflow:hidden;border:1px solid var(--pg-border);box-shadow:0 20px 50px rgba(0,0,0,.45);background:var(--pg-panel-2)}
.pg-hero-media img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/10}
.pg-hero-media.pg-media--portrait{max-width:300px;justify-self:center}
.pg-hero-media.pg-media--portrait img{aspect-ratio:1/2}
.pg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:8px;font-weight:700;font-size:14px;letter-spacing:.3px;text-decoration:none!important;transition:all .18s ease;cursor:pointer;border:1px solid transparent;font-family:var(--pg-font);line-height:1.2}
.pg-btn svg{width:16px;height:16px}
.pg-btn-primary{background:var(--pg-accent);color:var(--pg-accent-txt)!important;box-shadow:0 8px 24px var(--pg-accent-soft)}
.pg-btn-primary:hover{background:var(--pg-accent-hover);transform:translateY(-2px)}
.pg-btn-ghost{background:rgba(255,255,255,.04);color:var(--pg-txt)!important;border-color:var(--pg-border)}
.pg-btn-ghost:hover{border-color:var(--pg-accent);color:var(--pg-accent)!important}
.pg-btn-lg{padding:16px 32px;font-size:16px}
.pg-updated{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--pg-muted);margin:-16px 0 28px;padding:6px 12px;border:1px dashed var(--pg-border);border-radius:999px}
.pg-updated svg{width:13px;height:13px}
.pg-section{margin:0 0 44px}
.pg-h2{display:flex;align-items:center;gap:12px;font-size:28px;font-weight:800;margin:0 0 18px!important;color:var(--pg-txt)}
.pg-h2 svg{width:26px;height:26px;color:var(--pg-accent);flex-shrink:0}
.pg-h2::after{display:none}
.pg-h3{font-size:20px;font-weight:700;margin:24px 0 10px!important;color:var(--pg-txt)}
.pg-sub{font-size:16px;color:var(--pg-txt-2);margin:-6px 0 22px;max-width:820px}
.pg-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.pg-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:0 0 12px}
.pg-cards-2{grid-template-columns:repeat(2,1fr)}
.pg-cards-4{grid-template-columns:repeat(4,1fr)}
.pg-card{background:var(--pg-panel);border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:24px;position:relative;overflow:hidden;transition:transform .2s ease,border-color .2s ease;display:flex;flex-direction:column}
.pg-card:hover{transform:translateY(-3px);border-color:var(--pg-accent)}
.pg-card-icon{width:48px;height:48px;border-radius:12px;background:var(--pg-accent-soft);color:var(--pg-accent);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.pg-card-icon svg{width:24px;height:24px}
.pg-card h3{font-size:17px;font-weight:700;margin:0 0 6px;color:var(--pg-txt)}
.pg-card-value{color:var(--pg-accent-2);font-weight:700;font-size:15px;margin:0 0 10px!important}
.pg-card p{font-size:14.5px;line-height:1.7;margin:0;color:var(--pg-txt-2)}
.pg-card-tag{display:inline-block;margin-top:14px;padding:6px 10px;border-radius:6px;background:rgba(255,255,255,.04);border:1px solid var(--pg-border);font-size:12px;font-weight:600;color:var(--pg-txt);align-self:flex-start;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.pg-card.pg-card--featured{border-color:var(--pg-accent);background:linear-gradient(160deg,var(--pg-panel) 0%,var(--pg-accent-soft) 100%)}
.pg-highlight{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:center;padding:32px;border-radius:var(--pg-radius);border:1px solid var(--pg-accent);background:linear-gradient(135deg,var(--pg-panel) 0%,var(--pg-accent-soft) 100%);margin:0 0 28px;position:relative;overflow:hidden}
.pg-highlight-badge{display:inline-block;padding:5px 12px;border-radius:6px;background:var(--pg-accent);color:var(--pg-accent-txt);font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;margin-bottom:14px}
.pg-highlight h2{font-size:26px;font-weight:800;margin:0 0 12px;color:var(--pg-txt)}
.pg-highlight p{font-size:15px}
.pg-terms{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 22px}
.pg-term{background:rgba(0,0,0,.25);border:1px solid var(--pg-border);border-radius:8px;padding:12px}
.pg-term-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--pg-muted);margin-bottom:4px}
.pg-term-value{display:block;font-size:15px;font-weight:700;color:var(--pg-txt)}
.pg-highlight-visual{text-align:center;padding:24px;border-radius:12px;background:rgba(0,0,0,.28);border:1px solid var(--pg-border)}
.pg-highlight-visual .pg-big{display:block;font-size:44px;font-weight:900;color:var(--pg-accent);line-height:1;font-family:var(--pg-font-head)}
.pg-highlight-visual .pg-plus{display:block;font-size:22px;color:var(--pg-muted);margin:8px 0}
.pg-highlight-visual .pg-spins{display:block;font-size:18px;font-weight:800;color:var(--pg-accent-2);letter-spacing:1px}
.pg-steps{list-style:none;margin:0 0 12px;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;counter-reset:pgstep}
.pg-steps-1{grid-template-columns:1fr}
.pg-step{display:flex;gap:16px;background:var(--pg-panel);border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:20px;margin:0}
.pg-step-num{width:40px;height:40px;border-radius:50%;background:var(--pg-accent);color:var(--pg-accent-txt);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}
.pg-step h3{font-size:16px;margin:4px 0 6px;color:var(--pg-txt)}
.pg-step p{font-size:14.5px;margin:0}
.pg-table-wrap{overflow-x:auto;border:1px solid var(--pg-border);border-radius:var(--pg-radius);margin:0 0 20px;background:var(--pg-panel)}
.pg-table{width:100%;border-collapse:collapse;font-size:14px;min-width:640px}
.pg-table th{text-align:left;padding:14px 16px;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:var(--pg-accent);border-bottom:1px solid var(--pg-border);background:rgba(0,0,0,.2);white-space:nowrap}
.pg-table td{padding:13px 16px;border-bottom:1px solid var(--pg-border);color:var(--pg-txt-2);vertical-align:top}
.pg-table tr:last-child td{border-bottom:0}
.pg-table td:first-child{color:var(--pg-txt);font-weight:600}
.pg-table tr:hover td{background:rgba(255,255,255,.02)}
.pg-pay{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:6px;background:rgba(255,255,255,.05);border:1px solid var(--pg-border);font-weight:700;font-size:12px;color:var(--pg-txt);letter-spacing:.4px;white-space:nowrap}
.pg-pay-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.pg-faq{margin:0 0 12px}
.pg-faq-item{background:var(--pg-panel);border:1px solid var(--pg-border);border-radius:10px;margin-bottom:10px;overflow:hidden}
.pg-faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;font-weight:600;font-size:15.5px;color:var(--pg-txt);font-family:var(--pg-font)}
.pg-faq-item summary::-webkit-details-marker{display:none}
.pg-faq-item summary svg{width:18px;height:18px;flex-shrink:0;color:var(--pg-accent);transition:transform .2s ease}
.pg-faq-item[open] summary svg{transform:rotate(180deg)}
.pg-faq-item[open] summary{border-bottom:1px solid var(--pg-border)}
.pg-faq-a{padding:14px 20px 4px;font-size:14.5px;color:var(--pg-txt-2)}
.pg-note{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;border-radius:10px;background:var(--pg-accent-soft);border:1px solid var(--pg-border);margin:0 0 36px}
.pg-note svg{width:22px;height:22px;flex-shrink:0;color:var(--pg-accent);margin-top:2px}
.pg-note p{margin:0;font-size:14px;color:var(--pg-txt-2)}
.pg-note--warn{background:rgba(255,107,107,.08)}
.pg-note--warn svg{color:var(--pg-danger)}
.pg-cta{text-align:center;padding:48px 32px;border-radius:var(--pg-radius);background:linear-gradient(135deg,var(--pg-accent-soft) 0%,var(--pg-accent-2-soft) 100%);border:1px solid var(--pg-border);margin:8px 0 40px;position:relative;overflow:hidden}
.pg-cta h2{font-size:30px;font-weight:900;margin:0 0 10px;color:var(--pg-txt);font-family:var(--pg-font-head)}
.pg-cta p{font-size:16px;color:var(--pg-txt-2);max-width:640px;margin:0 auto 22px}
.pg-cta-offer{display:inline-flex;flex-direction:column;gap:2px;padding:12px 22px;border-radius:10px;background:rgba(0,0,0,.28);border:1px solid var(--pg-border);margin:0 0 22px}
.pg-cta-offer span:first-child{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:var(--pg-muted)}
.pg-cta-offer span:last-child{font-size:20px;font-weight:800;color:var(--pg-accent)}
.pg-legal h2{font-size:22px;font-weight:800;margin:34px 0 12px;color:var(--pg-txt)}
.pg-legal h3{font-size:17px;font-weight:700;margin:22px 0 8px;color:var(--pg-accent)}
.pg-legal p,.pg-legal li{font-size:15px}
.pg-toc{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:16px;border:1px solid var(--pg-border);border-radius:10px;background:var(--pg-panel)}
.pg-toc a{font-size:13px;padding:6px 10px;border-radius:6px;background:rgba(255,255,255,.04);color:var(--pg-txt-2)!important;text-decoration:none}
.pg-toc a:hover{color:var(--pg-accent)!important}
.pg-help{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 20px}
.pg-help-card{background:var(--pg-panel);border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:20px}
.pg-help-card h3{font-size:16px;margin:0 0 6px}
.pg-help-card .pg-help-line{display:block;font-size:20px;font-weight:800;color:var(--pg-accent);margin:6px 0}
.pg-help-card p{font-size:14px;margin:0}
.pg-figure{margin:0 0 28px;border-radius:var(--pg-radius);overflow:hidden;border:1px solid var(--pg-border);background:var(--pg-panel)}
.pg-figure img{width:100%;aspect-ratio:16/9;object-fit:cover}
.pg-figure figcaption{padding:10px 16px;font-size:13px;color:var(--pg-muted)}
.pg-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 28px}
.pg-gallery figure{margin:0;border-radius:var(--pg-radius);overflow:hidden;border:1px solid var(--pg-border);background:var(--pg-panel)}
.pg-gallery img{width:100%;aspect-ratio:1/2;object-fit:cover}
.pg-gallery figcaption{padding:10px 14px;font-size:13px;color:var(--pg-muted)}
.pg-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 32px}
.pg-stat{text-align:center;padding:18px 12px;border-radius:var(--pg-radius);background:var(--pg-panel);border:1px solid var(--pg-border)}
.pg-stat strong{display:block;font-size:26px;font-weight:900;color:var(--pg-accent);font-family:var(--pg-font-head)}
.pg-stat span{font-size:12.5px;color:var(--pg-muted);text-transform:uppercase;letter-spacing:.5px}
.pg-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 36px}
.pg-tool{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;background:var(--pg-panel);border:1px solid var(--pg-border);color:var(--pg-txt)!important;text-decoration:none!important;font-weight:600;font-size:14px;transition:border-color .15s}
.pg-tool:hover{border-color:var(--pg-accent)}
.pg-tool svg{width:20px;height:20px;color:var(--pg-accent);flex-shrink:0}
.pg-new{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 8px}
.pg-new-item{padding:18px;border-radius:10px;background:var(--pg-panel);border:1px solid var(--pg-border)}
.pg-new-item svg{width:22px;height:22px;color:var(--pg-accent-2);margin-bottom:10px}
.pg-new-item h3{font-size:15px;margin:0 0 6px;color:var(--pg-txt)}
.pg-new-item p{font-size:13.5px;margin:0}
svg.icon-emoji{color:var(--pg-accent);flex-shrink:0}
/* ---- Calculators ---- */
.calc{background:var(--pg-panel);border:1px solid var(--pg-border);border-radius:var(--pg-radius);padding:26px;margin:0 0 24px;font-family:var(--pg-font);position:relative;overflow:hidden}
.calc::before{content:"";position:absolute;right:-120px;top:-120px;width:300px;height:300px;background:radial-gradient(circle,var(--pg-accent-soft) 0%,transparent 70%);pointer-events:none}
.calc>*{position:relative}
.calc-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}
.calc-icon{width:48px;height:48px;border-radius:12px;background:var(--pg-accent);color:var(--pg-accent-txt);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.calc-icon svg{width:24px;height:24px}
.calc-head h3{font-size:20px;font-weight:800;margin:2px 0 4px;color:var(--pg-txt)}
.calc-head p{font-size:14px;margin:0;color:var(--pg-txt-2)}
.calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.calc-grid--4{grid-template-columns:repeat(4,1fr)}
.calc-field{display:flex;flex-direction:column;gap:6px;font-size:12.5px;font-weight:600;color:var(--pg-txt-2);text-transform:uppercase;letter-spacing:.3px}
.calc-field input,.calc-field select{width:100%;padding:11px 12px;border-radius:8px;border:1px solid var(--pg-border);background:rgba(0,0,0,.28);color:var(--pg-txt);font-size:15px;font-family:var(--pg-font);font-weight:600;outline:none;transition:border-color .15s;text-transform:none;letter-spacing:0}
.calc-field input:focus,.calc-field select:focus{border-color:var(--pg-accent)}
.calc-field select option{background:#1b1b1b;color:#fff}
.calc-field small{font-weight:400;text-transform:none;letter-spacing:0;color:var(--pg-muted);font-size:11.5px}
.calc-legs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}
.calc-legs .calc-field{text-transform:none;letter-spacing:0}
.calc-results{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}
.calc-result{background:rgba(0,0,0,.28);border:1px solid var(--pg-border);border-radius:10px;padding:14px 16px}
.calc-result-label{display:block;font-size:11.5px;text-transform:uppercase;letter-spacing:.5px;color:var(--pg-muted);margin-bottom:6px}
.calc-result strong{display:block;font-size:22px;font-weight:800;color:var(--pg-txt);line-height:1.15;font-variant-numeric:tabular-nums}
.calc-result.is-main{border-color:var(--pg-accent)}
.calc-result.is-main strong{color:var(--pg-accent)}
.calc-result.is-good strong{color:var(--pg-accent-2)}
.calc-result.is-bad strong{color:var(--pg-danger)}
.calc-verdict{padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;margin-bottom:12px;border:1px solid var(--pg-border);background:rgba(255,255,255,.03);color:var(--pg-txt)}
.calc-verdict.is-good{border-color:var(--pg-accent-2);color:var(--pg-accent-2)}
.calc-verdict.is-bad{border-color:var(--pg-danger);color:var(--pg-danger)}
.calc-hint{font-size:12.5px;color:var(--pg-muted);margin:0;line-height:1.6}
.calc-actions{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}
.calc-actions button{padding:9px 14px;border-radius:8px;border:1px solid var(--pg-border);background:rgba(255,255,255,.04);color:var(--pg-txt);font-size:13px;font-weight:600;cursor:pointer;font-family:var(--pg-font)}
.calc-actions button:hover{border-color:var(--pg-accent)}
.calc-bar{height:8px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden;margin:6px 0 14px}
.calc-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--pg-accent-2),var(--pg-accent));width:0;transition:width .3s ease}
.calc-compact{padding:22px}
.calc-compact .calc-grid{grid-template-columns:repeat(4,1fr)}
@media (max-width:1100px){.pg-cards-4,.pg-cards{grid-template-columns:repeat(2,1fr)}.pg-stats,.pg-new{grid-template-columns:repeat(2,1fr)}.pg-help,.pg-tools,.pg-gallery{grid-template-columns:repeat(2,1fr)}.calc-grid--4{grid-template-columns:repeat(2,1fr)}}
@media (max-width:860px){.pg-hero{grid-template-columns:1fr;padding:28px}.pg-hero h1{font-size:30px}.pg-hero-media{max-width:520px}.pg-highlight{grid-template-columns:1fr}.pg-terms{grid-template-columns:repeat(2,1fr)}.pg-cols{grid-template-columns:1fr}.pg-steps{grid-template-columns:1fr}.calc-grid,.calc-results,.calc-legs,.calc-compact .calc-grid{grid-template-columns:repeat(2,1fr)}.pg-h2{font-size:24px}}
@media (max-width:560px){.pg-cards,.pg-cards-2,.pg-cards-4,.pg-stats,.pg-new,.pg-help,.pg-tools,.pg-gallery{grid-template-columns:1fr}.calc-grid,.calc-results,.calc-compact .calc-grid{grid-template-columns:1fr}.calc-legs{grid-template-columns:repeat(2,1fr)}.pg-hero h1{font-size:26px}.pg-cta h2{font-size:24px}.pg-terms{grid-template-columns:1fr 1fr}.pg-nav{gap:4px}.pg-nav a{padding:7px 10px;font-size:12px}}

/* instasino-specific tweaks */
.pg-main{padding-top:110px;padding-bottom:40px}
.pg-main .wrapper-main{max-width:1240px}
.pg-wrap .pg-hero h1 span{color:var(--pg-accent)}
.nav-list li a.active{color:var(--clr-primary-lime)}
.country-selector a{display:inline-flex;align-items:center;gap:6px}
.country-selector .lang-flag{width:18px;height:12px;border-radius:2px}
.stars-row{display:inline-flex;gap:3px;color:#FDE047;margin-bottom:1rem}
.stars-row svg{width:20px;height:20px}
#dutch-benefits svg.icon-emoji,#responsible-gaming svg.icon-emoji{color:#1E3A8A}
/* mobile fixes: wrapping country selector (was overflowing) + working hamburger menu */
.country-selector{flex-wrap:wrap;justify-content:center;max-width:100%}
.footer-settings{max-width:100%;overflow:hidden}
@media (max-width:768px){
  .nav-primary.active{display:flex;flex-direction:column;align-items:stretch;gap:1rem;position:fixed;top:72px;left:0;right:0;padding:1.25rem 1.5rem 1.5rem;background:rgba(4,4,4,.97);border-bottom:1px solid rgba(216,255,0,.15);z-index:999}
  .nav-primary.active .nav-list{flex-direction:column;gap:.5rem}
  .nav-primary.active .nav-list a{display:block;padding:.6rem 0;font-size:1.05rem}
  .nav-primary.active .btn-cta-primary{text-align:center}
}
.mobile-menu-toggle svg{width:26px;height:26px;display:block}
