@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 {
    --p29e4:        #39FF14;
    --g2272:  #7FFF00;
    --ld37d:   #2BCC10;
    --pee13:         #00FF41;
    --d8866:         #DFFF00;
    --o5b1e:    #A8CC00;
    --g475c:         #39FF14;
    --jd40b:    #2BCC10;
    --p0ebe:           #000000;
    --h447f:         #060806;
    --a70a1:         #0A0E0A;
    --nf96d:         #0E140E;
    --o856d:        #FFFFFF;
    --a9994:         #8FA88F;
    --m5af5:       #5A6E5A;
    --pfdcd:       #8FA88F;
    --a1847:    'Exo 2', sans-serif;
    --of8ef:    'JetBrains Mono', monospace;
    --g9daf:       2px;
    --h577a:    2px;
    --m3509:    2px;
    --b2a6b:        1100px;
    --caed7:       0 4px 24px rgba(0,0,0,.7);
    --i6be4:         0 0 32px rgba(57,255,20,.4);
}

/* ===== 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(--of8ef);
    background: var(--p0ebe);
    color: var(--o856d);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--p29e4); text-decoration: none; transition: color .2s; }
a:hover { color: var(--g2272); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.i474fa { width: 92%; max-width: var(--b2a6b); margin: 0 auto; }

.c41f32 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i4400a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--p29e4); color: #000000;
    padding: 8px 16px; border-radius: var(--m3509);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.i4400a:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f68709 {
    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);
}
.j203b1 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a9e18b {
    font-family: var(--a1847);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p29e4);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.a9e18b:hover { color: var(--g2272); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.b9991f { display: flex; align-items: center; gap: 20px; }
.f9496f {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.f9496f a {
    color: var(--a9994); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.f9496f a:hover { color: var(--p29e4); text-decoration: none; }

/* Language Select */
.kf7a00 {
    background: var(--a70a1); color: var(--p29e4);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--m3509);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--of8ef);
    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;
}
.kf7a00:hover, .kf7a00:focus { border-color: var(--p29e4); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.ibb6e4 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.lfa7c2, .lfa7c2::before, .lfa7c2::after {
    display: block; width: 24px; height: 2px;
    background: var(--p29e4); border-radius: 0; transition: transform .3s, opacity .3s;
}
.lfa7c2 { position: relative; }
.lfa7c2::before, .lfa7c2::after { content: ''; position: absolute; left: 0; }
.lfa7c2::before { top: -7px; }
.lfa7c2::after { top: 7px; }

/* Mobile Nav */
.d855e2 {
    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;
}
.d855e2.a199f5 { display: flex; }
.e54903 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.e54903 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p29e4); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.e54903 a:hover { color: var(--g2272); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.g8dbe7 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--a1847); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--g9daf); 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(--p29e4) 0%, var(--pee13) 100%);
    color: #000000; box-shadow: var(--i6be4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--p29e4);
    border: 2px solid var(--p29e4);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--g2272); }

/* 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); }
}
.e9dcf5 {
    background: linear-gradient(135deg, var(--p29e4) 0%, #5BFF30 55%, var(--ld37d) 100%);
    color: #000000; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(57,255,20,.5);
    animation: pulse-glow 1.8s ease-in-out infinite;
    text-transform: uppercase; letter-spacing: 1px;
}
.e9dcf5:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.k2a3e4 { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--h577a); }
.k4c92d { padding: 8px 18px; font-size: .8rem; border-radius: var(--m3509); }

/* Nav CTA in header */
.f0f152 {
    background: linear-gradient(135deg, var(--p29e4) 0%, var(--ld37d) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--m3509);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.f0f152:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.na9316 {
    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(--p0ebe);
    position: relative; overflow: hidden;
}
.na9316::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.d47814 {
    font-family: var(--a1847);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--p29e4);
    text-transform: uppercase; letter-spacing: 2px;
}
.idcf7d {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--a9994);
    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(--p0ebe);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--a1847);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--p29e4);
    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(--a9994);
    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(--a9994);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--m3509);
}
.hero-stat strong { color: var(--p29e4); }

/* ===== SECTIONS ===== */
.n7c575 { padding: clamp(52px, 7vw, 80px) 0; }
.pa4b5e { background: var(--h447f); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--p29e4); margin-bottom: 10px;
    font-family: var(--of8ef);
}
.n7c575 h2, .oea8c0 {
    font-family: var(--a1847);
    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;
}
.n7c575 h3 {
    font-family: var(--a1847); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--p29e4);
}
.n7c575 p, .section-desc {
    color: var(--a9994); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.n7c575 ul, .n7c575 ol {
    color: var(--a9994); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.n7c575 li { margin-bottom: 8px; }
.n7c575 li strong { color: var(--o856d); }

/* ===== 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(--g9daf); 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);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--a1847); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o856d);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--a9994); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ne5918 { overflow-x: auto; margin: 24px 0; border-radius: var(--m3509); }
.ibf409 { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.ibf409 thead th {
    background: var(--nf96d); color: var(--p29e4); 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;
}
.ibf409 thead th:first-child { border-radius: var(--m3509) 0 0 0; }
.ibf409 thead th:last-child { border-radius: 0 var(--m3509) 0 0; }
.ibf409 tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.ibf409 td { padding: 13px 16px; }
.ibf409 td:first-child { color: var(--a9994); font-weight: 500; width: 42%; }
.ibf409 td:last-child { color: var(--o856d); font-weight: 600; }
.ibf409 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(--p29e4);
    border-radius: var(--g9daf); font-family: var(--a1847);
    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(--a9994); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f231d0 { max-width: 800px; margin: 0 auto; }
details.n312a4 { border-bottom: 1px solid rgba(57,255,20,.1); }
details.n312a4 summary {
    display: block; list-style: none;
    color: var(--o856d); font-family: var(--of8ef);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n312a4 summary::-webkit-details-marker { display: none; }
details.n312a4 summary::marker { display: none; content: ''; }
details.n312a4 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--p29e4); transition: transform .3s;
    font-family: var(--of8ef);
}
details.n312a4[open] summary::after { content: '\2212'; }
details.n312a4 summary:hover { color: var(--p29e4); }
details.n312a4 > p { padding: 0 0 20px; color: var(--a9994); font-size: .84rem; line-height: 1.7; }
details.n312a4 > div { padding: 0 0 20px; color: var(--a9994); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--h447f); }

/* ===== INFO GRID & CARDS ===== */
.n864d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f4a123 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--g9daf); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f4a123:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.f2f720 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.f4a123 h3 {
    font-family: var(--a1847); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o856d);
    text-transform: uppercase; letter-spacing: .5px;
}
.f4a123 p { color: var(--a9994); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.cc1d34 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d51850 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--g9daf); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d51850:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.d51850 h3 {
    font-family: var(--a1847); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p29e4);
    text-transform: uppercase; letter-spacing: .5px;
}
.d51850 p { color: var(--a9994); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.kfa9be {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ga5bd0 { text-align: center; padding: 22px 14px; }
.e84818 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--p29e4);
    border-radius: var(--g9daf); font-family: var(--a1847);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.ga5bd0 h3 {
    font-family: var(--a1847); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o856d);
    text-transform: uppercase;
}
.ga5bd0 p { color: var(--a9994); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.ldb3f9 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--h577a);
    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);
}
.cc72fb { margin-top: 24px; }
.o9d5d8 {
    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;
}
.o9d5d8 > span:first-child { color: var(--a9994); text-align: left; }
.la2dc2 {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--g9daf); overflow: hidden;
}
.j114ae {
    height: 100%;
    background: var(--p29e4);
    border-radius: var(--g9daf);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.o9d5d8 > span:last-child { color: var(--p29e4); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.hc6ea9 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c03b8b, .lad87a {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--g9daf); padding: 24px 22px;
}
.c03b8b { border-top: 3px solid var(--p29e4); }
.lad87a { border-top: 3px solid #FF0000; }
.c03b8b h3, .c03b8b h4 { color: var(--p29e4); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.lad87a h3, .lad87a h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.c03b8b ul, .lad87a ul { list-style: none; padding: 0; margin: 0; }
.c03b8b li::before { content: '\2713 '; color: var(--p29e4); font-weight: 700; }
.lad87a li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.c03b8b li, .lad87a li { padding: 5px 0; color: var(--a9994); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.hbc30b {
    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(--h447f);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.hbc30b h2 {
    font-family: var(--a1847);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--p29e4);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.hbc30b p { color: var(--a9994); 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(--p29e4);
    border-radius: var(--m3509); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a9994); font-size: .84rem; }
.highlight-box strong { color: var(--p29e4); }

/* ===== BREADCRUMB ===== */
.d3b3ae { padding: 14px 0; font-size: .78rem; }
.d68e10 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d68e10 li + li::before { content: '\203A'; margin-right: 8px; color: var(--m5af5); }
.d3b3ae a { color: var(--m5af5); }
.d3b3ae a:hover { color: var(--p29e4); }
.d3b3ae [aria-current] { color: var(--p29e4); }

/* ===== SITE FOOTER ===== */
.p945d7 {
    background: var(--p0ebe); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.af5279 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.af5279 a {
    color: var(--m5af5); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.af5279 a:hover { color: var(--p29e4); }

.e5e309 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.e5e309 p {
    color: var(--m5af5); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.e5e309 a { color: var(--p29e4); }
.h7bff9 { text-align: center; color: var(--m5af5); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ga82af { max-width: 800px; margin: 0 auto; }
.ga82af p {
    color: var(--a9994); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.ga82af p:last-child { margin-bottom: 0; }
.ga82af strong { color: var(--o856d); }
.ga82af a { color: var(--p29e4); text-decoration: underline; text-underline-offset: 3px; }
.ga82af a:hover { color: var(--g2272); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.g6ced8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hc9f07 { direction: rtl; }
.hc9f07 > * { direction: ltr; }
.gff2b6 { border-radius: var(--h577a); overflow: hidden; }
.gff2b6 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--h577a);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.ia4e92 { color: var(--a9994); font-size: .86rem; line-height: 1.7; }
.ia4e92 strong { color: var(--o856d); }
.ia4e92 a { color: var(--p29e4); }
@media (max-width: 768px) {
    .g6ced8 { grid-template-columns: 1fr; gap: 24px; }
    .hc9f07 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--p29e4);
    border-radius: var(--g9daf); font-weight: 700; font-size: .8rem;
    color: var(--p29e4); margin: 0 6px; vertical-align: middle;
    font-family: var(--of8ef);
}

/* ===== SCROLL TO TOP ===== */
.hb6e2a {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--p29e4);
    color: #000000; border: none; border-radius: var(--g9daf);
    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);
}
.hb6e2a.if767f { opacity: 1; visibility: visible; }
.hb6e2a:hover { transform: translateY(-3px); background: var(--ld37d); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.m6d7e3 {
    font-family: var(--a1847); font-size: 5rem; font-weight: 800;
    color: var(--p29e4);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--p29e4); 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(--a9994); width: 55%; }
.score-table td:last-child { color: var(--p29e4); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.e2c07a {
    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);
}
.e2c07a .g8dbe7 { 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) {
    .f9496f { display: none; }
    .b9991f .kf7a00 { display: none; }
    .ibb6e4 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .hc6ea9 { grid-template-columns: 1fr; }
    section, .n7c575 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .af5279 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .kfa9be { grid-template-columns: 1fr 1fr; }
    .n864d8 { grid-template-columns: 1fr 1fr; }
    .o9d5d8 { grid-template-columns: 1fr 100px auto; }
    .e2c07a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .k2a3e4 { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .kfa9be { grid-template-columns: 1fr; }
    .n864d8 { grid-template-columns: 1fr; }
    .j203b1 { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .m6d7e3 { font-size: 3.5rem; }
    .o9d5d8 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .hc6ea9 { grid-template-columns: 1fr; }
    .ldb3f9 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.e990c9 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.e990c9 summary.o4ed65 {
    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(--p29e4);
    padding: 6px 11px;
    border-radius: var(--m3509);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--of8ef);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.e990c9 summary.o4ed65::-webkit-details-marker { display: none; }
.e990c9 summary.o4ed65::marker { display: none; }
.e990c9:hover summary.o4ed65,
.e990c9[open] summary.o4ed65 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--g2272);
}
.h0c0f1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.e990c9[open] .h0c0f1 { transform: rotate(180deg); }

.ncba97 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a70a1);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--g9daf);
    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;
}
.e990c9[open] .ncba97 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ncba97 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--pfdcd);
    border-radius: var(--m3509);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ncba97 li a:hover,
.ncba97 li a.ic6147 {
    background: rgba(57,255,20,.08);
    color: var(--p29e4);
}
.ncba97 li a.ic6147 { font-weight: 700; }

/* Mobile lang bar */
.g01916 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.g01916 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(--m3509);
    color: var(--pfdcd);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.g01916 a:hover,
.g01916 a.abbd92 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--p29e4);
}
.g01916 a.abbd92 { font-weight: 700; }

@media (max-width: 768px) {
    .e990c9 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n864d8, ul.h0ee33 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.j25b40 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .j25b40 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.kfa9be, ol.g24419 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.g24419 > li { counter-increment: step-counter; }
ol.g24419 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--p29e4); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.b1b0af { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--p29e4); }
.j39606 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.e02a97 { width: 36px; height: 36px; border-radius: 50%; background: var(--p29e4); color: var(--p0ebe); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ff6309 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.c298e0 { display: grid; grid-template-columns: 1fr; gap: 0; }
.n53ede { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.n53ede:last-child { border-bottom: none; }
.g8cf1c { font-weight: 600; padding: .75rem 1rem; color: var(--p29e4); }
.aa5c66 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.e23693 .f64ead { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.e23693 .bea4bf { display: none; }
.e23693 .n312a4.a199f5 .bea4bf { display: block; }

/* faq variant C: definition list */
dl.f231d0 { display: grid; gap: 0; }
dl.f231d0 dt.l934c0 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f231d0 dd.bea4bf { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

