@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 {
    --md415:        #39FF14;
    --lcd38:  #7FFF00;
    --ibaa5:   #2BCC10;
    --eba11:         #00FF41;
    --cf2cf:         #DFFF00;
    --na39b:    #A8CC00;
    --i1215:         #39FF14;
    --hd491:    #2BCC10;
    --l6cde:           #000000;
    --p18dd:         #060806;
    --g795f:         #0A0E0A;
    --e5db2:         #0E140E;
    --kcf4d:        #FFFFFF;
    --f7e06:         #8FA88F;
    --f9b5a:       #5A6E5A;
    --g06fa:       #8FA88F;
    --ge4e0:    'Exo 2', sans-serif;
    --j6690:    'JetBrains Mono', monospace;
    --e3fc0:       2px;
    --f9f8a:    2px;
    --o242c:    2px;
    --kad80:        1100px;
    --i18e1:       0 4px 24px rgba(0,0,0,.7);
    --g878b:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--md415);
    --color-primary-light: var(--lcd38);
    --color-primary-dark: var(--ibaa5);
    --color-accent: var(--cf2cf);
    --color-accent-dark: var(--na39b);
    --color-secondary: var(--i1215);
    --color-secondary-dark: var(--hd491);
    --color-surface: var(--g795f);
    --color-surface-elevated: var(--e5db2);
    --color-on-surface: var(--kcf4d);
    --color-on-surface-muted: var(--f7e06);
    --color-text: var(--kcf4d);
    --color-text-secondary: var(--g06fa);
    --text-heading: var(--ge4e0);
    --text-body: var(--j6690);
    --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(--j6690);
    background: var(--l6cde);
    color: var(--kcf4d);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--md415); text-decoration: none; transition: color .2s; }
a:hover { color: var(--lcd38); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.c2c1ff { width: 92%; max-width: var(--kad80); margin: 0 auto; }

.mcfe0b {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m45671 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--md415); color: #000000;
    padding: 8px 16px; border-radius: var(--o242c);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.m45671:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.of082a {
    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);
}
.b4c54b {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.d2be2f {
    font-family: var(--ge4e0);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--md415);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.d2be2f:hover { color: var(--lcd38); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.c2e81a { display: flex; align-items: center; gap: 20px; }
.a2b74f {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.a2b74f a {
    color: var(--f7e06); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.a2b74f a:hover { color: var(--md415); text-decoration: none; }

/* Language Select */
.o829af {
    background: var(--g795f); color: var(--md415);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--o242c);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--j6690);
    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;
}
.o829af:hover, .o829af:focus { border-color: var(--md415); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.m52ad6 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e5b83b, .e5b83b::before, .e5b83b::after {
    display: block; width: 24px; height: 2px;
    background: var(--md415); border-radius: 0; transition: transform .3s, opacity .3s;
}
.e5b83b { position: relative; }
.e5b83b::before, .e5b83b::after { content: ''; position: absolute; left: 0; }
.e5b83b::before { top: -7px; }
.e5b83b::after { top: 7px; }

/* Mobile Nav */
.gfc162 {
    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;
}
.gfc162.pf928e { display: flex; }
.p3d776 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.p3d776 a {
    font-size: 1.2rem; font-weight: 600; color: var(--md415); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.p3d776 a:hover { color: var(--lcd38); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.lab36a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ge4e0); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--e3fc0); 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(--md415) 0%, var(--eba11) 100%);
    color: #000000; box-shadow: var(--g878b);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--md415);
    border: 2px solid var(--md415);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--lcd38); }

/* 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); }
}
.l92150 {
    background: linear-gradient(135deg, var(--md415) 0%, #5BFF30 55%, var(--ibaa5) 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;
}
.l92150:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.g967de { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--f9f8a); }
.k45840 { padding: 8px 18px; font-size: .8rem; border-radius: var(--o242c); }

/* Nav CTA in header */
.h10c76 {
    background: linear-gradient(135deg, var(--md415) 0%, var(--ibaa5) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--o242c);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.h10c76:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.gb932f {
    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(--l6cde);
    position: relative; overflow: hidden;
}
.gb932f::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.h8540d {
    font-family: var(--ge4e0);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--md415);
    text-transform: uppercase; letter-spacing: 2px;
}
.i0aa62 {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--f7e06);
    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(--l6cde);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--ge4e0);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--md415);
    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(--f7e06);
    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(--f7e06);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--o242c);
}
.hero-stat strong { color: var(--md415); }

/* ===== SECTIONS ===== */
.e83029 { padding: clamp(52px, 7vw, 80px) 0; }
.f41d1c { background: var(--p18dd); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--md415); margin-bottom: 10px;
    font-family: var(--j6690);
}
.e83029 h2, .cffa49 {
    font-family: var(--ge4e0);
    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;
}
.e83029 h3 {
    font-family: var(--ge4e0); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--md415);
}
.e83029 p, .section-desc {
    color: var(--f7e06); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.e83029 ul, .e83029 ol {
    color: var(--f7e06); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.e83029 li { margin-bottom: 8px; }
.e83029 li strong { color: var(--kcf4d); }

/* ===== 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(--e3fc0); 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);
}
.lb97c2 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ge4e0); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--kcf4d);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--f7e06); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.m24697 { overflow-x: auto; margin: 24px 0; border-radius: var(--o242c); }
.oeecb5 { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.oeecb5 thead th {
    background: var(--e5db2); color: var(--md415); 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;
}
.oeecb5 thead th:first-child { border-radius: var(--o242c) 0 0 0; }
.oeecb5 thead th:last-child { border-radius: 0 var(--o242c) 0 0; }
.oeecb5 tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.oeecb5 td { padding: 13px 16px; }
.oeecb5 td:first-child { color: var(--f7e06); font-weight: 500; width: 42%; }
.oeecb5 td:last-child { color: var(--kcf4d); font-weight: 600; }
.oeecb5 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(--md415);
    border-radius: var(--e3fc0); font-family: var(--ge4e0);
    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(--f7e06); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b21d2b { max-width: 800px; margin: 0 auto; }
details.iec4ab { border-bottom: 1px solid rgba(57,255,20,.1); }
details.iec4ab summary {
    display: block; list-style: none;
    color: var(--kcf4d); font-family: var(--j6690);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.iec4ab summary::-webkit-details-marker { display: none; }
details.iec4ab summary::marker { display: none; content: ''; }
details.iec4ab summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--md415); transition: transform .3s;
    font-family: var(--j6690);
}
details.iec4ab[open] summary::after { content: '\2212'; }
details.iec4ab summary:hover { color: var(--md415); }
details.iec4ab > p { padding: 0 0 20px; color: var(--f7e06); font-size: .84rem; line-height: 1.7; }
details.iec4ab > div { padding: 0 0 20px; color: var(--f7e06); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--p18dd); }

/* ===== INFO GRID & CARDS ===== */
.b00712 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m4b272 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--e3fc0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m4b272:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.ic75c4 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.m4b272 h3 {
    font-family: var(--ge4e0); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--kcf4d);
    text-transform: uppercase; letter-spacing: .5px;
}
.m4b272 p { color: var(--f7e06); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.lc1e47 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l38fea {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--e3fc0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l38fea:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.l38fea h3 {
    font-family: var(--ge4e0); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--md415);
    text-transform: uppercase; letter-spacing: .5px;
}
.l38fea p { color: var(--f7e06); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.gaf7ad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i7b27d { text-align: center; padding: 22px 14px; }
.e48328 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--md415);
    border-radius: var(--e3fc0); font-family: var(--ge4e0);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.i7b27d h3 {
    font-family: var(--ge4e0); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--kcf4d);
    text-transform: uppercase;
}
.i7b27d p { color: var(--f7e06); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.d8082e {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--f9f8a);
    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);
}
.if2886 { margin-top: 24px; }
.de6ead {
    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;
}
.de6ead > span:first-child { color: var(--f7e06); text-align: left; }
.n1e3fe {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--e3fc0); overflow: hidden;
}
.f78913 {
    height: 100%;
    background: var(--md415);
    border-radius: var(--e3fc0);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.de6ead > span:last-child { color: var(--md415); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.d909d8 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.oaea99, .oddf01 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--e3fc0); padding: 24px 22px;
}
.oaea99 { border-top: 3px solid var(--md415); }
.oddf01 { border-top: 3px solid #FF0000; }
.oaea99 h3, .oaea99 h4 { color: var(--md415); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.oddf01 h3, .oddf01 h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.oaea99 ul, .oddf01 ul { list-style: none; padding: 0; margin: 0; }
.oaea99 li::before { content: '\2713 '; color: var(--md415); font-weight: 700; }
.oddf01 li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.oaea99 li, .oddf01 li { padding: 5px 0; color: var(--f7e06); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.a58902 {
    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(--p18dd);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.a58902 h2 {
    font-family: var(--ge4e0);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--md415);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.a58902 p { color: var(--f7e06); 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(--md415);
    border-radius: var(--o242c); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--f7e06); font-size: .84rem; }
.highlight-box strong { color: var(--md415); }

/* ===== BREADCRUMB ===== */
.fc9707 { padding: 14px 0; font-size: .78rem; }
.fcb8af { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.fcb8af li + li::before { content: '\203A'; margin-right: 8px; color: var(--f9b5a); }
.fc9707 a { color: var(--f9b5a); }
.fc9707 a:hover { color: var(--md415); }
.fc9707 [aria-current] { color: var(--md415); }

/* ===== SITE FOOTER ===== */
.bd2235 {
    background: var(--l6cde); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.p0c49c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.p0c49c a {
    color: var(--f9b5a); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.p0c49c a:hover { color: var(--md415); }

.l52db8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.l52db8 p {
    color: var(--f9b5a); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.l52db8 a { color: var(--md415); }
.k8308a { text-align: center; color: var(--f9b5a); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nf0f61 { max-width: 800px; margin: 0 auto; }
.nf0f61 p {
    color: var(--f7e06); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.nf0f61 p:last-child { margin-bottom: 0; }
.nf0f61 strong { color: var(--kcf4d); }
.nf0f61 a { color: var(--md415); text-decoration: underline; text-underline-offset: 3px; }
.nf0f61 a:hover { color: var(--lcd38); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ae4aaf {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e66165 { direction: rtl; }
.e66165 > * { direction: ltr; }
.g1a7c6 { border-radius: var(--f9f8a); overflow: hidden; }
.g1a7c6 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--f9f8a);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.jd4b60 { color: var(--f7e06); font-size: .86rem; line-height: 1.7; }
.jd4b60 strong { color: var(--kcf4d); }
.jd4b60 a { color: var(--md415); }
@media (max-width: 768px) {
    .ae4aaf { grid-template-columns: 1fr; gap: 24px; }
    .e66165 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--md415);
    border-radius: var(--e3fc0); font-weight: 700; font-size: .8rem;
    color: var(--md415); margin: 0 6px; vertical-align: middle;
    font-family: var(--j6690);
}

/* ===== SCROLL TO TOP ===== */
.g4b0ec {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--md415);
    color: #000000; border: none; border-radius: var(--e3fc0);
    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);
}
.g4b0ec.p6e754 { opacity: 1; visibility: visible; }
.g4b0ec:hover { transform: translateY(-3px); background: var(--ibaa5); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.h7e1c9 {
    font-family: var(--ge4e0); font-size: 5rem; font-weight: 800;
    color: var(--md415);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--md415); 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(--f7e06); width: 55%; }
.score-table td:last-child { color: var(--md415); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.p47450 {
    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);
}
.p47450 .lab36a { 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) {
    .a2b74f { display: none; }
    .c2e81a .o829af { display: none; }
    .m52ad6 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .d909d8 { grid-template-columns: 1fr; }
    section, .e83029 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .p0c49c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .gaf7ad { grid-template-columns: 1fr 1fr; }
    .b00712 { grid-template-columns: 1fr 1fr; }
    .de6ead { grid-template-columns: 1fr 100px auto; }
    .p47450 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .g967de { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .gaf7ad { grid-template-columns: 1fr; }
    .b00712 { grid-template-columns: 1fr; }
    .b4c54b { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .h7e1c9 { font-size: 3.5rem; }
    .de6ead { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .d909d8 { grid-template-columns: 1fr; }
    .d8082e { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.b0f372 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b0f372 summary.ma7381 {
    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(--md415);
    padding: 6px 11px;
    border-radius: var(--o242c);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--j6690);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b0f372 summary.ma7381::-webkit-details-marker { display: none; }
.b0f372 summary.ma7381::marker { display: none; }
.b0f372:hover summary.ma7381,
.b0f372[open] summary.ma7381 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--lcd38);
}
.mb690a { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b0f372[open] .mb690a { transform: rotate(180deg); }

.n22bd2 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--g795f);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--e3fc0);
    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;
}
.b0f372[open] .n22bd2 {
    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); }
}
.n22bd2 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--g06fa);
    border-radius: var(--o242c);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n22bd2 li a:hover,
.n22bd2 li a.bbf4e3 {
    background: rgba(57,255,20,.08);
    color: var(--md415);
}
.n22bd2 li a.bbf4e3 { font-weight: 700; }

/* Mobile lang bar */
.gb2fe9 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.gb2fe9 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(--o242c);
    color: var(--g06fa);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.gb2fe9 a:hover,
.gb2fe9 a.g28eaa {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--md415);
}
.gb2fe9 a.g28eaa { font-weight: 700; }

@media (max-width: 768px) {
    .b0f372 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b00712, ul.bf50d3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.m5743e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .m5743e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.gaf7ad, ol.n7ede6 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n7ede6 > li { counter-increment: step-counter; }
ol.n7ede6 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--md415); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.nb981f { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--md415); }
.a8f273 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.i856e9 { width: 36px; height: 36px; border-radius: 50%; background: var(--md415); color: var(--l6cde); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.mc7af1 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.i12cb8 { display: grid; grid-template-columns: 1fr; gap: 0; }
.bb20a4 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.bb20a4:last-child { border-bottom: none; }
.f9173a { font-weight: 600; padding: .75rem 1rem; color: var(--md415); }
.gac9ff { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.kcce42 .oa150e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.kcce42 .ab2433 { display: none; }
.kcce42 .iec4ab.pf928e .ab2433 { display: block; }

/* faq variant C: definition list */
dl.b21d2b { display: grid; gap: 0; }
dl.b21d2b dt.n7f6df { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b21d2b dd.ab2433 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.n751d8 { padding: 2rem 0; }
.h98c3d { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h98c3d li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e3fc0); border: 1px solid var(--cf2cf); color: var(--cf2cf); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h98c3d li a:hover { background: var(--cf2cf); color: var(--l6cde); }


/* Promo Banner (SVG image banners) */
.kd09dc { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.jf1e54 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.jf1e54:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.bef4d5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.lb97c2 { display: inline-block; vertical-align: middle; }
.ic75c4 .lb97c2 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.o566c4 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--g795f), var(--e5db2));
    border-radius: var(--e3fc0); padding: 24px; margin-top: 24px;
}
.de46c6 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--o242c); background: var(--p18dd); }
.de46c6 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.de46c6 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--cf2cf); }
@media (max-width: 768px) { .o566c4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .o566c4 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--cf2cf); 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; }
  .l92150 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.lab36a, .l92150, .g967de, .k45840, .h10c76, .m52ad6, .oa150e, .n7f6df, .g4b0ec, .p47450 a, .ma7381 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.l92150 { position: relative; overflow: visible; }
.l92150::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--cf2cf); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.l92150:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.l92150::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.e13f55 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hd4547 {
    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);
}
.hd4547.c91f98 { color: var(--cf2cf); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.o52247, .n57adc { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.i84765, .o5e9bf { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--o242c); background: var(--g795f); transition: transform 0.2s; }
.i84765:hover, .o5e9bf:hover { transform: translateY(-2px); }
.i84765 span, .o5e9bf span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.o022ec { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.k770d9 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--o242c); background: var(--g795f); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.k770d9:hover { border-color: var(--cf2cf); }
.k770d9 span { font-size: 0.7rem; color: var(--cf2cf); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.gdb17a { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.a7417a { background: var(--g795f); border-radius: var(--e3fc0); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.h22afb { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.n034b5 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--cf2cf), var(--md415)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l6cde); flex-shrink: 0; }
.j55f25 { color: var(--cf2cf); font-size: 14px; letter-spacing: 1px; }
.m1e961 { color: var(--f9b5a); font-size: 0.75rem; }
.a7417a p { font-size: 0.9rem; color: var(--g06fa); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.6; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
