*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --c-primary:#0f2b4a;
  --c-accent:#1a9e8f;
  --c-accent-hover:#148f81;
  --c-bg:#f4f7fb;
  --c-surface:#fff;
  --c-text:#1e293b;
  --c-muted:#64748b;
  --c-border:#e2e8f0;
  --radius:12px;
  --shadow:0 4px 24px rgba(15,43,74,.08);
  --shadow-lg:0 12px 40px rgba(15,43,74,.12);
  --font:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --max:1180px;
  --header-h:72px;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);color:var(--c-text);background:var(--c-bg);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--c-accent);text-decoration:none;transition:color .2s}
a:hover{color:var(--c-accent-hover)}
ul{list-style:none}
.container{width:min(100% - 2rem,var(--max));margin-inline:auto}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--c-border);height:var(--header-h)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}
.logo{display:flex;align-items:center;gap:.6rem;font-weight:800;font-size:1.15rem;color:var(--c-primary);letter-spacing:-.02em}
.logo svg{width:36px;height:36px;flex-shrink:0}
.nav-toggle{display:none;background:none;border:1px solid var(--c-border);border-radius:8px;padding:.45rem .65rem;cursor:pointer;color:var(--c-primary)}
.nav-toggle svg{width:22px;height:22px}
.main-nav ul{display:flex;gap:.25rem}
.main-nav a{display:block;padding:.55rem .85rem;border-radius:8px;font-weight:500;font-size:.92rem;color:var(--c-text)}
.main-nav a:hover,.main-nav a.active{background:var(--c-bg);color:var(--c-primary)}
.operator-badge{font-size:.7rem;color:var(--c-muted);white-space:nowrap}

.site-disclaimer{background:#fffbeb;border-bottom:1px solid #fcd34d;padding:.85rem 0}
.site-disclaimer p{font-size:.82rem;color:var(--c-text);line-height:1.65;text-align:center;max-width:52rem;margin:0 auto}
.site-disclaimer strong{color:#b45309}

.hero{padding:3.5rem 0 4rem;overflow:hidden}
.hero-content{max-width:40rem}
.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#e0f2f1;color:var(--c-accent);font-size:.78rem;font-weight:600;padding:.35rem .75rem;border-radius:999px;margin-bottom:1rem}
.hero h1{font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;line-height:1.15;color:var(--c-primary);letter-spacing:-.03em;margin-bottom:1rem}
.hero-lead{font-size:1.05rem;color:var(--c-muted);max-width:32rem;margin-bottom:1.75rem}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:10px;font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;font-family:inherit}
.btn:active{transform:scale(.98)}
.btn-primary{background:var(--c-accent);color:#fff;box-shadow:0 4px 14px rgba(26,158,143,.35)}
.btn-primary:hover{background:var(--c-accent-hover);color:#fff}
.btn-outline{background:transparent;color:var(--c-primary);border:2px solid var(--c-border)}
.btn-outline:hover{border-color:var(--c-accent);color:var(--c-accent)}
a.btn-primary,a.btn-primary:hover{color:#fff}
a.btn-outline{color:var(--c-primary)}
a.btn-outline:hover{color:var(--c-accent)}
.btn-block{width:100%}

section{padding:4rem 0}
.section-header{text-align:center;max-width:38rem;margin:0 auto 2.5rem}
.section-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--c-primary);letter-spacing:-.02em;margin-bottom:.6rem}
.section-header p{color:var(--c-muted);font-size:1rem}
.section-alt{background:var(--c-surface)}

.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.intro-text p,.editorial-panel p{font-size:.95rem;color:var(--c-muted);margin-bottom:1rem;line-height:1.75}
.intro-text p:last-child,.editorial-panel p:last-child{margin-bottom:0}
.intro-highlight{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.intro-highlight h3{font-size:1rem;font-weight:700;color:var(--c-primary);margin-bottom:.75rem}
.intro-highlight ul{padding-left:1.1rem;list-style:disc}
.intro-highlight li{font-size:.9rem;color:var(--c-muted);margin-bottom:.5rem;line-height:1.6}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.step-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#e0f2f1;color:var(--c-accent);font-size:.85rem;font-weight:800;margin-bottom:.75rem}
.step-card h3{font-size:.95rem;font-weight:700;color:var(--c-primary);margin-bottom:.45rem}
.step-card p{font-size:.85rem;color:var(--c-muted);line-height:1.65}
.editorial-panel{max-width:48rem;margin:0 auto}

.platforms-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.platform-card{flex:0 1 300px;max-width:100%;background:var(--c-surface);border-radius:var(--radius);border:1px solid var(--c-border);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.platform-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.platform-card-top{padding:1.25rem 1.25rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}
.platform-logo{height:48px;width:auto;max-width:160px;object-fit:contain}
.platform-card h3{font-size:1.1rem;font-weight:700;color:var(--c-primary)}
.platform-rating{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.85rem;color:var(--c-muted)}
.platform-card-body{padding:0 1.25rem 1rem;flex:1;text-align:center}
.platform-card-body p{font-size:.9rem;color:var(--c-muted);margin-bottom:.75rem}
.rating{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--c-muted)}
.rating-stars{color:#f59e0b;letter-spacing:-1px}
.payment-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}
.payment-tag{font-size:.72rem;background:var(--c-bg);color:var(--c-muted);padding:.2rem .55rem;border-radius:6px;border:1px solid var(--c-border)}
.platform-card-actions{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;border-top:1px solid var(--c-border)}

.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.feature-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem;text-align:center}
.feature-icon{width:48px;height:48px;margin:0 auto .85rem;background:#e0f2f1;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--c-accent)}
.feature-card h3{font-size:.95rem;font-weight:700;color:var(--c-primary);margin-bottom:.4rem}
.feature-card p{font-size:.85rem;color:var(--c-muted)}

.table-wrap{overflow-x:auto;border-radius:var(--radius);border:1px solid var(--c-border);box-shadow:var(--shadow)}
.compare-table{width:100%;border-collapse:collapse;font-size:.88rem;background:var(--c-surface)}
.compare-table th,.compare-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--c-border)}
.compare-table th{background:var(--c-primary);color:#fff;font-weight:600;white-space:nowrap}
.compare-table tr:last-child td{border-bottom:none}
.compare-table tr:nth-child(even) td{background:#f8fafc}
.compare-table td:first-child{font-weight:600;color:var(--c-primary)}

.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.review-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}
.review-header{display:flex;align-items:center;gap:.85rem;margin-bottom:.85rem}
.review-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--c-bg)}
.review-name{font-weight:700;font-size:.92rem;color:var(--c-primary)}
.review-date{font-size:.75rem;color:var(--c-muted)}
.review-text{font-size:.88rem;color:var(--c-muted);font-style:italic}

.faq-list{max-width:760px;margin:0 auto}
.faq-item{border:1px solid var(--c-border);border-radius:var(--radius);margin-bottom:.65rem;background:var(--c-surface);overflow:hidden}
.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--c-primary);text-align:left;gap:1rem}
.faq-question svg{flex-shrink:0;transition:transform .25s;color:var(--c-accent)}
.faq-item.open .faq-question svg{transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer-inner{padding:0 1.25rem 1.1rem;font-size:.9rem;color:var(--c-muted)}

.footer-aid-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem 1.25rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.75rem 1.5rem;box-shadow:var(--shadow)}
.footer-aid-item{display:flex;align-items:center;justify-content:center;min-height:72px;padding:.75rem 1.25rem;border-radius:10px;background:#fff;border:1px solid var(--c-border);transition:transform .2s,box-shadow .2s}
.footer-aid-item:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.footer-aid-item img{height:auto;max-height:56px;width:auto;max-width:min(220px,100%);object-fit:contain}
.footer-aid-strip--dark{background:transparent;border:none;box-shadow:none;padding:0;margin-bottom:1.5rem}
.footer-aid-strip--dark .footer-aid-item{min-height:auto}

.responsible-block{background:linear-gradient(135deg,var(--c-primary) 0%,#163a5e 100%);border-radius:var(--radius);padding:2.5rem;color:#fff;text-align:center;box-shadow:var(--shadow-lg)}
.responsible-block h2{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:800;margin-bottom:.75rem}
.responsible-block p{max-width:42rem;margin:0 auto .5rem;opacity:.9;font-size:.95rem}
.responsible-block .helpline{margin-top:1.25rem;font-size:1.1rem;font-weight:700}
.responsible-block a{color:#7dffe8}

.site-footer{background:var(--c-primary);color:rgba(255,255,255,.85);padding:2.5rem 0 1.5rem;font-size:.85rem}
.footer-warning{background:rgba(0,0,0,.2);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.75rem;line-height:1.7}
.footer-warning strong{color:#fff}
.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-bottom:1.5rem}
.footer-links a{color:rgba(255,255,255,.75)}
.footer-links a:hover{color:#fff}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.55);font-size:.78rem}

.age-overlay{position:fixed;inset:0;background:rgba(15,43,74,.75);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(6px)}
.age-overlay.hidden{display:none}
.age-modal{background:var(--c-surface);border-radius:var(--radius);padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow-lg)}
.age-modal h2{font-size:1.35rem;font-weight:800;color:var(--c-primary);margin-bottom:.75rem}
.age-modal p{color:var(--c-muted);font-size:.92rem;margin-bottom:1.75rem}
.age-buttons{display:flex;gap:.75rem;justify-content:center}
.age-buttons .btn{min-width:110px}

.page-hero{padding:2.5rem 0 2rem;background:var(--c-surface);border-bottom:1px solid var(--c-border)}
.page-hero h1{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;color:var(--c-primary);margin-bottom:.5rem}
.page-hero p{color:var(--c-muted);max-width:40rem}
.page-content{padding:2.5rem 0 4rem}
.prose{max-width:760px}
.prose h2{font-size:1.25rem;font-weight:700;color:var(--c-primary);margin:2rem 0 .75rem}
.prose h3{font-size:1.05rem;font-weight:600;color:var(--c-primary);margin:1.5rem 0 .5rem}
.prose p,.prose li{font-size:.95rem;color:var(--c-muted);margin-bottom:.75rem}
.prose ul{padding-left:1.25rem;list-style:disc;margin-bottom:1rem}
.prose a:not(.btn){color:var(--c-accent)}

.detail-hero{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;margin-bottom:2rem}
.detail-logo{height:56px;width:auto;max-width:180px;object-fit:contain}
.detail-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}
.detail-meta span{font-size:.85rem;color:var(--c-muted)}
.info-box{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem;margin:1.5rem 0}
.cta-bar{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-top:2rem}

.redirect-page{display:flex;flex-direction:column;min-height:100vh}
.redirect-main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}
.redirect-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:32rem;width:100%;padding:2.5rem 2rem;text-align:center}
.redirect-card .logo{justify-content:center;margin-bottom:.5rem}
.redirect-operator{font-size:.72rem;color:var(--c-muted);margin-bottom:1.75rem}
.redirect-card h1{font-size:clamp(1.35rem,4vw,1.75rem);font-weight:800;color:var(--c-primary);line-height:1.2}
.redirect-lead{margin-top:1rem;font-size:.95rem;color:var(--c-muted);line-height:1.7}
.redirect-lead strong{color:var(--c-accent)}
.redirect-note{margin-top:1rem;font-size:.85rem;color:var(--c-muted);line-height:1.65}
.redirect-actions{margin-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.redirect-back{font-size:.85rem;color:var(--c-muted)}
.redirect-back:hover{color:var(--c-primary)}

@media(max-width:960px){
  .hero-lead{margin-inline:auto}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-grid{grid-template-columns:1fr 1fr}
  .intro-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}
.anj-warning-bar{background:#ffeb00;border-bottom:2px solid #1a1a1a;position:sticky;top:var(--header-h);z-index:99}
.anj-warning-inner{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0}
.age-badge-18{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2rem;padding:0 .45rem;border:2px solid #1a1a1a;border-radius:4px;font-size:.72rem;font-weight:900;color:#1a1a1a;background:#fff;line-height:1}
.anj-warning-bar p{font-size:.72rem;line-height:1.45;color:#1a1a1a;margin:0;text-transform:uppercase;font-weight:600;letter-spacing:.01em}
.affiliate-notice{background:#f1f5f9;border-bottom:1px solid var(--c-border);padding:.55rem 0}
.affiliate-notice p{font-size:.78rem;color:var(--c-muted);text-align:center;margin:0;line-height:1.55}
.affiliate-notice a{font-weight:600}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;background:var(--c-primary);color:rgba(255,255,255,.92);padding:1rem;border-top:3px solid var(--c-accent);box-shadow:0 -8px 32px rgba(0,0,0,.2);transform:translateY(110%);transition:transform .3s ease}
.cookie-banner.is-visible{transform:translateY(0)}
.cookie-banner-inner{width:min(100% - 2rem,var(--max));margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.cookie-banner p{font-size:.82rem;line-height:1.6;margin:0;flex:1;min-width:220px}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-banner .btn{font-size:.82rem;padding:.55rem 1rem}
.cookie-banner .btn-outline{border-color:rgba(255,255,255,.35);color:#fff}
.cookie-banner .btn-outline:hover{border-color:#fff;color:#fff}

.breadcrumbs{font-size:.82rem;color:var(--c-muted);margin-bottom:1rem}
.breadcrumbs a{color:var(--c-muted)}
.breadcrumbs a:hover{color:var(--c-accent)}
.breadcrumbs [aria-current="page"]{color:var(--c-text);font-weight:600}

.compliance-table{width:100%;border-collapse:collapse;font-size:.88rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);overflow:hidden}
.compliance-table th,.compliance-table td{padding:.75rem 1rem;border-bottom:1px solid var(--c-border);text-align:left;vertical-align:top}
.compliance-table th{background:var(--c-bg);font-weight:700;color:var(--c-primary)}
.compliance-table tr:last-child td{border-bottom:none}
.compliance-table a{word-break:break-word}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}

.page-updated{font-size:.78rem;color:var(--c-muted);margin-top:.5rem}
.cert-checklist{list-style:none;padding:0}
.cert-checklist li{position:relative;padding-left:1.5rem;margin-bottom:.65rem;font-size:.9rem;color:var(--c-muted)}
.cert-checklist li::before{content:"✓";position:absolute;left:0;color:var(--c-accent);font-weight:800}
.compliance-note{margin-top:1rem;font-size:.88rem;color:var(--c-muted);text-align:center;line-height:1.65}

@media(max-width:720px){
  .nav-toggle{display:block}
  .main-nav{position:fixed;top:var(--header-h);left:0;right:0;background:var(--c-surface);border-bottom:1px solid var(--c-border);padding:1rem;transform:translateY(-120%);opacity:0;pointer-events:none;transition:transform .25s,opacity .25s}
  .main-nav.open{transform:translateY(0);opacity:1;pointer-events:auto}
  .main-nav ul{flex-direction:column}
  .operator-badge{display:none}
  .features-grid{grid-template-columns:1fr}
  .reviews-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
  .detail-hero{grid-template-columns:1fr;text-align:center;justify-items:center}
  .cta-bar{flex-direction:column;text-align:center}
  .age-buttons{flex-direction:column}
  .age-buttons .btn{width:100%}
}
