@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&family=Exo+2:wght@400;500;600;700;800&display=swap');
/* ===== TOXIC NEON — Design System ===== */
:root {
    --nbb1a:        #39FF14;
    --f254c:  #7FFF00;
    --g8d81:   #2BCC10;
    --ac0a6:         #00FF41;
    --e522b:         #DFFF00;
    --nb566:    #A8CC00;
    --d4f5d:         #39FF14;
    --k6946:    #2BCC10;
    --ne882:           #000000;
    --bf7a8:         #060806;
    --l6fb7:         #0A0E0A;
    --lacda:         #0E140E;
    --of9cb:        #FFFFFF;
    --af9aa:         #8FA88F;
    --p5f02:       #5A6E5A;
    --k8ea2:       #8FA88F;
    --j8060:    'Exo 2', sans-serif;
    --nfadd:    'JetBrains Mono', monospace;
    --p88cf:       2px;
    --h39a3:    2px;
    --p2016:    2px;
    --cfad5:        1100px;
    --c3d58:       0 4px 24px rgba(0,0,0,.7);
    --nd6b1:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--nbb1a);
    --color-primary-light: var(--f254c);
    --color-primary-dark: var(--g8d81);
    --color-accent: var(--e522b);
    --color-accent-dark: var(--nb566);
    --color-secondary: var(--d4f5d);
    --color-secondary-dark: var(--k6946);
    --color-surface: var(--l6fb7);
    --color-surface-elevated: var(--lacda);
    --color-on-surface: var(--of9cb);
    --color-on-surface-muted: var(--af9aa);
    --color-text: var(--of9cb);
    --color-text-secondary: var(--k8ea2);
    --text-heading: var(--j8060);
    --text-body: var(--nfadd);
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--nfadd);
    background: var(--ne882);
    color: var(--of9cb);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--nbb1a); text-decoration: none; transition: color .2s; }
a:hover { color: var(--f254c); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.k397a3 { width: 92%; max-width: var(--cfad5); margin: 0 auto; }

.o40637 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.adbe82 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--nbb1a); color: #000000;
    padding: 8px 16px; border-radius: var(--p2016);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.adbe82:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.p49f60 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(0,0,0,.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(57,255,20,.25);
}
.hc1287 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.d6fdbf {
    font-family: var(--j8060);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--nbb1a);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.d6fdbf:hover { color: var(--f254c); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.c348b4 { display: flex; align-items: center; gap: 20px; }
.n90297 {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.n90297 a {
    color: var(--af9aa); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.n90297 a:hover { color: var(--nbb1a); text-decoration: none; }

/* Language Select */
.i1c81e {
    background: var(--l6fb7); color: var(--nbb1a);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--p2016);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--nfadd);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2339FF14'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.i1c81e:hover, .i1c81e:focus { border-color: var(--nbb1a); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.m06ddf {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g99bf3, .g99bf3::before, .g99bf3::after {
    display: block; width: 24px; height: 2px;
    background: var(--nbb1a); border-radius: 0; transition: transform .3s, opacity .3s;
}
.g99bf3 { position: relative; }
.g99bf3::before, .g99bf3::after { content: ''; position: absolute; left: 0; }
.g99bf3::before { top: -7px; }
.g99bf3::after { top: 7px; }

/* Mobile Nav */
.ie163e {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.ie163e.abdf10 { display: flex; }
.bd1ad8 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.bd1ad8 a {
    font-size: 1.2rem; font-weight: 600; color: var(--nbb1a); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.bd1ad8 a:hover { color: var(--f254c); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.m11041 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--j8060); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--p88cf); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .5px;
    text-transform: uppercase;
}
.btn-primary {
    background: linear-gradient(135deg, var(--nbb1a) 0%, var(--ac0a6) 100%);
    color: #000000; box-shadow: var(--nd6b1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--nbb1a);
    border: 2px solid var(--nbb1a);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--f254c); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(57,255,20,.4); }
    50%      { box-shadow: 0 0 56px rgba(57,255,20,.8), 0 0 100px rgba(57,255,20,.25); }
}
.pe1524 {
    background: linear-gradient(135deg, var(--nbb1a) 0%, #5BFF30 55%, var(--g8d81) 100%);
    color: #000000; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(57,255,20,.5);
    /* animation moved to ::after */
    text-transform: uppercase; letter-spacing: 1px;
}
.pe1524:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.k1ad86 { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--h39a3); }
.c822f3 { padding: 8px 18px; font-size: .8rem; border-radius: var(--p2016); }

/* Nav CTA in header */
.ce60fa {
    background: linear-gradient(135deg, var(--nbb1a) 0%, var(--g8d81) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p2016);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.ce60fa:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.pabc1b {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 60% 45% at 50% 0%, rgba(57,255,20,.06) 0%, transparent 65%),
        radial-gradient(ellipse 40% 35% at 50% 100%, rgba(57,255,20,.03) 0%, transparent 60%),
        var(--ne882);
    position: relative; overflow: hidden;
}
.pabc1b::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.g05290 {
    font-family: var(--j8060);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--nbb1a);
    text-transform: uppercase; letter-spacing: 2px;
}
.je9d30 {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--af9aa);
    max-width: 640px; margin: 0 auto 32px; line-height: 1.7;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(57,255,20,.07) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(57,255,20,.04) 0%, transparent 60%),
        var(--ne882);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--j8060);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--nbb1a);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 30px rgba(57,255,20,.3);
}
.hero-subtitle {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--af9aa);
    max-width: 660px; margin: 0 auto 28px; line-height: 1.7;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 32px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .85rem; color: var(--af9aa);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--p2016);
}
.hero-stat strong { color: var(--nbb1a); }

/* ===== SECTIONS ===== */
.oc3465 { padding: clamp(52px, 7vw, 80px) 0; }
.fed101 { background: var(--bf7a8); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--nbb1a); margin-bottom: 10px;
    font-family: var(--nfadd);
}
.oc3465 h2, .p55331 {
    font-family: var(--j8060);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
    text-transform: uppercase; letter-spacing: 1px;
}
.oc3465 h3 {
    font-family: var(--j8060); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--nbb1a);
}
.oc3465 p, .section-desc {
    color: var(--af9aa); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.oc3465 ul, .oc3465 ol {
    color: var(--af9aa); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.oc3465 li { margin-bottom: 8px; }
.oc3465 li strong { color: var(--of9cb); }

/* ===== CARDS / GRID ===== */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--p88cf); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(57,255,20,.5);
    box-shadow: 0 0 20px rgba(57,255,20,.15);
}
.fe1e81 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--j8060); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--of9cb);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--af9aa); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j71a89 { overflow-x: auto; margin: 24px 0; border-radius: var(--p2016); }
.c5890a { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.c5890a thead th {
    background: var(--lacda); color: var(--nbb1a); font-weight: 600;
    font-size: .82rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(57,255,20,.3);
    text-transform: uppercase; letter-spacing: .5px;
}
.c5890a thead th:first-child { border-radius: var(--p2016) 0 0 0; }
.c5890a thead th:last-child { border-radius: 0 var(--p2016) 0 0; }
.c5890a tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.c5890a td { padding: 13px 16px; }
.c5890a td:first-child { color: var(--af9aa); font-weight: 500; width: 42%; }
.c5890a td:last-child { color: var(--of9cb); font-weight: 600; }
.c5890a tr:hover { background: rgba(57,255,20,.03); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 24px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; margin: 0 auto 16px;
    background: var(--nbb1a);
    border-radius: var(--p88cf); font-family: var(--j8060);
    font-size: 1.2rem; font-weight: 700; color: #000000;
    box-shadow: 0 0 18px rgba(57,255,20,.4);
}
.step h3 { font-size: .9rem; font-weight: 600; margin-bottom: 6px; text-transform: uppercase; }
.step p { color: var(--af9aa); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.h10b52 { max-width: 800px; margin: 0 auto; }
details.fa7b0f { border-bottom: 1px solid rgba(57,255,20,.1); }
details.fa7b0f summary {
    display: block; list-style: none;
    color: var(--of9cb); font-family: var(--nfadd);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.fa7b0f summary::-webkit-details-marker { display: none; }
details.fa7b0f summary::marker { display: none; content: ''; }
details.fa7b0f summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--nbb1a); transition: transform .3s;
    font-family: var(--nfadd);
}
details.fa7b0f[open] summary::after { content: '\2212'; }
details.fa7b0f summary:hover { color: var(--nbb1a); }
details.fa7b0f > p { padding: 0 0 20px; color: var(--af9aa); font-size: .84rem; line-height: 1.7; }
details.fa7b0f > div { padding: 0 0 20px; color: var(--af9aa); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--bf7a8); }

/* ===== INFO GRID & CARDS ===== */
.k978ee {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g0c345 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--p88cf); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g0c345:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.l530f1 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g0c345 h3 {
    font-family: var(--j8060); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--of9cb);
    text-transform: uppercase; letter-spacing: .5px;
}
.g0c345 p { color: var(--af9aa); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.p62840 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i0edb3 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--p88cf); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i0edb3:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.i0edb3 h3 {
    font-family: var(--j8060); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--nbb1a);
    text-transform: uppercase; letter-spacing: .5px;
}
.i0edb3 p { color: var(--af9aa); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f01a31 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a66f8a { text-align: center; padding: 22px 14px; }
.p3f18f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--nbb1a);
    border-radius: var(--p88cf); font-family: var(--j8060);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.a66f8a h3 {
    font-family: var(--j8060); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--of9cb);
    text-transform: uppercase;
}
.a66f8a p { color: var(--af9aa); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g2bc18 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--h39a3);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 0 40px rgba(0,0,0,.6), 0 0 20px rgba(57,255,20,.08);
}
.kba9df { margin-top: 24px; }
.k8cf42 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(57,255,20,.08);
    font-size: .84rem;
}
.k8cf42 > span:first-child { color: var(--af9aa); text-align: left; }
.ob95b0 {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--p88cf); overflow: hidden;
}
.l399a3 {
    height: 100%;
    background: var(--nbb1a);
    border-radius: var(--p88cf);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.k8cf42 > span:last-child { color: var(--nbb1a); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.h80ee9 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.f1904c, .ee5c70 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--p88cf); padding: 24px 22px;
}
.f1904c { border-top: 3px solid var(--nbb1a); }
.ee5c70 { border-top: 3px solid #FF0000; }
.f1904c h3, .f1904c h4 { color: var(--nbb1a); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.ee5c70 h3, .ee5c70 h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.f1904c ul, .ee5c70 ul { list-style: none; padding: 0; margin: 0; }
.f1904c li::before { content: '\2713 '; color: var(--nbb1a); font-weight: 700; }
.ee5c70 li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.f1904c li, .ee5c70 li { padding: 5px 0; color: var(--af9aa); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e8cd3a {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 50%, rgba(57,255,20,.05) 0%, transparent 65%),
        radial-gradient(ellipse 70% 45% at 50% 50%, rgba(57,255,20,.04) 0%, transparent 70%),
        var(--bf7a8);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.e8cd3a h2 {
    font-family: var(--j8060);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--nbb1a);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.e8cd3a p { color: var(--af9aa); margin-bottom: 32px; font-size: .9rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.18); border-left: 4px solid var(--nbb1a);
    border-radius: var(--p2016); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--af9aa); font-size: .84rem; }
.highlight-box strong { color: var(--nbb1a); }

/* ===== BREADCRUMB ===== */
.pe58fb { padding: 14px 0; font-size: .78rem; }
.o51f34 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.o51f34 li + li::before { content: '\203A'; margin-right: 8px; color: var(--p5f02); }
.pe58fb a { color: var(--p5f02); }
.pe58fb a:hover { color: var(--nbb1a); }
.pe58fb [aria-current] { color: var(--nbb1a); }

/* ===== SITE FOOTER ===== */
.ned4a5 {
    background: var(--ne882); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.d1b123 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.d1b123 a {
    color: var(--p5f02); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.d1b123 a:hover { color: var(--nbb1a); }

.h142f8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.h142f8 p {
    color: var(--p5f02); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.h142f8 a { color: var(--nbb1a); }
.ec31e1 { text-align: center; color: var(--p5f02); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ke2b4a { max-width: 800px; margin: 0 auto; }
.ke2b4a p {
    color: var(--af9aa); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.ke2b4a p:last-child { margin-bottom: 0; }
.ke2b4a strong { color: var(--of9cb); }
.ke2b4a a { color: var(--nbb1a); text-decoration: underline; text-underline-offset: 3px; }
.ke2b4a a:hover { color: var(--f254c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m04738 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.pee31a { direction: rtl; }
.pee31a > * { direction: ltr; }
.d29bb4 { border-radius: var(--h39a3); overflow: hidden; }
.d29bb4 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--h39a3);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.h28adf { color: var(--af9aa); font-size: .86rem; line-height: 1.7; }
.h28adf strong { color: var(--of9cb); }
.h28adf a { color: var(--nbb1a); }
@media (max-width: 768px) {
    .m04738 { grid-template-columns: 1fr; gap: 24px; }
    .pee31a { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--nbb1a);
    border-radius: var(--p88cf); font-weight: 700; font-size: .8rem;
    color: var(--nbb1a); margin: 0 6px; vertical-align: middle;
    font-family: var(--nfadd);
}

/* ===== SCROLL TO TOP ===== */
.k23056 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--nbb1a);
    color: #000000; border: none; border-radius: var(--p88cf);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: 0 0 18px rgba(57,255,20,.4);
}
.k23056.k9a062 { opacity: 1; visibility: visible; }
.k23056:hover { transform: translateY(-3px); background: var(--g8d81); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.ia2e48 {
    font-family: var(--j8060); font-size: 5rem; font-weight: 800;
    color: var(--nbb1a);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--nbb1a); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .84rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(57,255,20,.08); }
.score-table td:first-child { color: var(--af9aa); width: 55%; }
.score-table td:last-child { color: var(--nbb1a); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b97630 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(0,0,0,.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(57,255,20,.25);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6), 0 -2px 12px rgba(57,255,20,.08);
}
.b97630 .m11041 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .n90297 { display: none; }
    .c348b4 .i1c81e { display: none; }
    .m06ddf { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .h80ee9 { grid-template-columns: 1fr; }
    section, .oc3465 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .d1b123 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f01a31 { grid-template-columns: 1fr 1fr; }
    .k978ee { grid-template-columns: 1fr 1fr; }
    .k8cf42 { grid-template-columns: 1fr 100px auto; }
    .b97630 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .k1ad86 { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .f01a31 { grid-template-columns: 1fr; }
    .k978ee { grid-template-columns: 1fr; }
    .hc1287 { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .ia2e48 { font-size: 3.5rem; }
    .k8cf42 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .h80ee9 { grid-template-columns: 1fr; }
    .g2bc18 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.h0f938 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.h0f938 summary.fc8e96 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(57,255,20,.05);
    border: 1px solid rgba(57,255,20,.2);
    color: var(--nbb1a);
    padding: 6px 11px;
    border-radius: var(--p2016);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--nfadd);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.h0f938 summary.fc8e96::-webkit-details-marker { display: none; }
.h0f938 summary.fc8e96::marker { display: none; }
.h0f938:hover summary.fc8e96,
.h0f938[open] summary.fc8e96 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--f254c);
}
.ie4910 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.h0f938[open] .ie4910 { transform: rotate(180deg); }

.da1ca9 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--l6fb7);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--p88cf);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.8), 0 0 12px rgba(57,255,20,.06);
    min-width: 160px;
}
.h0f938[open] .da1ca9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-height: 400px;
    overflow-y: auto;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.da1ca9 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--k8ea2);
    border-radius: var(--p2016);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.da1ca9 li a:hover,
.da1ca9 li a.ie3474 {
    background: rgba(57,255,20,.08);
    color: var(--nbb1a);
}
.da1ca9 li a.ie3474 { font-weight: 700; }

/* Mobile lang bar */
.m2ee97 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.m2ee97 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(57,255,20,.04);
    border: 1px solid rgba(57,255,20,.12);
    border-radius: var(--p2016);
    color: var(--k8ea2);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.m2ee97 a:hover,
.m2ee97 a.ifccfd {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--nbb1a);
}
.m2ee97 a.ifccfd { font-weight: 700; }

@media (max-width: 768px) {
    .h0f938 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.k978ee, ul.h907ed { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o4940a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o4940a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f01a31, ol.n39b6c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n39b6c > li { counter-increment: step-counter; }
ol.n39b6c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--nbb1a); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.p3fb9c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--nbb1a); }
.d9354e { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ae6db7 { width: 36px; height: 36px; border-radius: 50%; background: var(--nbb1a); color: var(--ne882); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.le23f0 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k07e34 { display: grid; grid-template-columns: 1fr; gap: 0; }
.aebf1a { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.aebf1a:last-child { border-bottom: none; }
.nb9e1e { font-weight: 600; padding: .75rem 1rem; color: var(--nbb1a); }
.edf06a { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.f7a5a4 .c05fab { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.f7a5a4 .nee6a2 { display: none; }
.f7a5a4 .fa7b0f.abdf10 .nee6a2 { display: block; }

/* faq variant C: definition list */
dl.h10b52 { display: grid; gap: 0; }
dl.h10b52 dt.g8549c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.h10b52 dd.nee6a2 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.p93b95 { padding: 2rem 0; }
.mc0ee9 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.mc0ee9 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p88cf); border: 1px solid var(--e522b); color: var(--e522b); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.mc0ee9 li a:hover { background: var(--e522b); color: var(--ne882); }


/* Promo Banner (SVG image banners) */
.eee326 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.d64bab { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.d64bab:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.p9b4be { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.fe1e81 { display: inline-block; vertical-align: middle; }
.l530f1 .fe1e81 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.f89add {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--l6fb7), var(--lacda));
    border-radius: var(--p88cf); padding: 24px; margin-top: 24px;
}
.h7bbe9 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p2016); background: var(--bf7a8); }
.h7bbe9 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.h7bbe9 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--e522b); }
@media (max-width: 768px) { .f89add { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .f89add { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--e522b); outline-offset: 2px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .pe1524 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.m11041, .pe1524, .k1ad86, .c822f3, .ce60fa, .m06ddf, .c05fab, .g8549c, .k23056, .b97630 a, .fc8e96 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.pe1524 { position: relative; overflow: visible; }
.pe1524::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--e522b); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.pe1524:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.pe1524::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.c303a4 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.h493a8 {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.h493a8.aa3694 { color: var(--e522b); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.m2567d, .l806c7 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.f2456b, .c9c22c { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--p2016); background: var(--l6fb7); transition: transform 0.2s; }
.f2456b:hover, .c9c22c:hover { transform: translateY(-2px); }
.f2456b span, .c9c22c span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.p7a898 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.b2bbbb { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--p2016); background: var(--l6fb7); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.b2bbbb:hover { border-color: var(--e522b); }
.b2bbbb span { font-size: 0.7rem; color: var(--e522b); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.hf6a34 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.a9320f { background: var(--l6fb7); border-radius: var(--p88cf); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.aefb15 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.d89f5e { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--e522b), var(--nbb1a)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ne882); flex-shrink: 0; }
.p2fbe6 { color: var(--e522b); font-size: 14px; letter-spacing: 1px; }
.b9d222 { color: var(--p5f02); font-size: 0.75rem; }
.a9320f p { font-size: 0.9rem; color: var(--k8ea2); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: scale(1.03); }
