@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 {
    --haa45:        #39FF14;
    --gf28c:  #7FFF00;
    --dbc76:   #2BCC10;
    --haf91:         #00FF41;
    --l47e3:         #DFFF00;
    --c8ba1:    #A8CC00;
    --b17ba:         #39FF14;
    --f512a:    #2BCC10;
    --obd50:           #000000;
    --o08c1:         #060806;
    --pbb29:         #0A0E0A;
    --i9d0a:         #0E140E;
    --h42a8:        #FFFFFF;
    --k825b:         #8FA88F;
    --cacc6:       #5A6E5A;
    --j7e01:       #8FA88F;
    --gab88:    'Exo 2', sans-serif;
    --jb3a6:    'JetBrains Mono', monospace;
    --bf64c:       2px;
    --d982e:    2px;
    --ba98e:    2px;
    --a5749:        1100px;
    --d94cf:       0 4px 24px rgba(0,0,0,.7);
    --m66a4:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--haa45);
    --color-primary-light: var(--gf28c);
    --color-primary-dark: var(--dbc76);
    --color-accent: var(--l47e3);
    --color-accent-dark: var(--c8ba1);
    --color-secondary: var(--b17ba);
    --color-secondary-dark: var(--f512a);
    --color-surface: var(--pbb29);
    --color-surface-elevated: var(--i9d0a);
    --color-on-surface: var(--h42a8);
    --color-on-surface-muted: var(--k825b);
    --color-text: var(--h42a8);
    --color-text-secondary: var(--j7e01);
    --text-heading: var(--gab88);
    --text-body: var(--jb3a6);
    --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(--jb3a6);
    background: var(--obd50);
    color: var(--h42a8);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--haa45); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gf28c); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.bc068a { width: 92%; max-width: var(--a5749); margin: 0 auto; }

.d44038 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.p99b6f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--haa45); color: #000000;
    padding: 8px 16px; border-radius: var(--ba98e);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.p99b6f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b3caeb {
    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);
}
.na87bd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.nef1e2 {
    font-family: var(--gab88);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--haa45);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.nef1e2:hover { color: var(--gf28c); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.le0533 { display: flex; align-items: center; gap: 20px; }
.kb6234 {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.kb6234 a {
    color: var(--k825b); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.kb6234 a:hover { color: var(--haa45); text-decoration: none; }

/* Language Select */
.k25e4e {
    background: var(--pbb29); color: var(--haa45);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--ba98e);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--jb3a6);
    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;
}
.k25e4e:hover, .k25e4e:focus { border-color: var(--haa45); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.h36146 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n09c2e, .n09c2e::before, .n09c2e::after {
    display: block; width: 24px; height: 2px;
    background: var(--haa45); border-radius: 0; transition: transform .3s, opacity .3s;
}
.n09c2e { position: relative; }
.n09c2e::before, .n09c2e::after { content: ''; position: absolute; left: 0; }
.n09c2e::before { top: -7px; }
.n09c2e::after { top: 7px; }

/* Mobile Nav */
.i64751 {
    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;
}
.i64751.h46803 { display: flex; }
.g1a45e {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.g1a45e a {
    font-size: 1.2rem; font-weight: 600; color: var(--haa45); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.g1a45e a:hover { color: var(--gf28c); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.a7239f {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--gab88); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--bf64c); 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(--haa45) 0%, var(--haf91) 100%);
    color: #000000; box-shadow: var(--m66a4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--haa45);
    border: 2px solid var(--haa45);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--gf28c); }

/* 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); }
}
.o17e01 {
    background: linear-gradient(135deg, var(--haa45) 0%, #5BFF30 55%, var(--dbc76) 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;
}
.o17e01:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.fd0c9d { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--d982e); }
.h3d4c2 { padding: 8px 18px; font-size: .8rem; border-radius: var(--ba98e); }

/* Nav CTA in header */
.occfaa {
    background: linear-gradient(135deg, var(--haa45) 0%, var(--dbc76) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ba98e);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.occfaa:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.cf1069 {
    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(--obd50);
    position: relative; overflow: hidden;
}
.cf1069::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.p73e59 {
    font-family: var(--gab88);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--haa45);
    text-transform: uppercase; letter-spacing: 2px;
}
.n52fa9 {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--k825b);
    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(--obd50);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--gab88);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--haa45);
    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(--k825b);
    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(--k825b);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--ba98e);
}
.hero-stat strong { color: var(--haa45); }

/* ===== SECTIONS ===== */
.gd0dcf { padding: clamp(52px, 7vw, 80px) 0; }
.a1b5d3 { background: var(--o08c1); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--haa45); margin-bottom: 10px;
    font-family: var(--jb3a6);
}
.gd0dcf h2, .d21659 {
    font-family: var(--gab88);
    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;
}
.gd0dcf h3 {
    font-family: var(--gab88); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--haa45);
}
.gd0dcf p, .section-desc {
    color: var(--k825b); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.gd0dcf ul, .gd0dcf ol {
    color: var(--k825b); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.gd0dcf li { margin-bottom: 8px; }
.gd0dcf li strong { color: var(--h42a8); }

/* ===== 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(--bf64c); 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);
}
.p2dee0 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--gab88); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--h42a8);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--k825b); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b6d548 { overflow-x: auto; margin: 24px 0; border-radius: var(--ba98e); }
.d069da { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.d069da thead th {
    background: var(--i9d0a); color: var(--haa45); 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;
}
.d069da thead th:first-child { border-radius: var(--ba98e) 0 0 0; }
.d069da thead th:last-child { border-radius: 0 var(--ba98e) 0 0; }
.d069da tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.d069da td { padding: 13px 16px; }
.d069da td:first-child { color: var(--k825b); font-weight: 500; width: 42%; }
.d069da td:last-child { color: var(--h42a8); font-weight: 600; }
.d069da 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(--haa45);
    border-radius: var(--bf64c); font-family: var(--gab88);
    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(--k825b); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.od6356 { max-width: 800px; margin: 0 auto; }
details.p36dea { border-bottom: 1px solid rgba(57,255,20,.1); }
details.p36dea summary {
    display: block; list-style: none;
    color: var(--h42a8); font-family: var(--jb3a6);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.p36dea summary::-webkit-details-marker { display: none; }
details.p36dea summary::marker { display: none; content: ''; }
details.p36dea summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--haa45); transition: transform .3s;
    font-family: var(--jb3a6);
}
details.p36dea[open] summary::after { content: '\2212'; }
details.p36dea summary:hover { color: var(--haa45); }
details.p36dea > p { padding: 0 0 20px; color: var(--k825b); font-size: .84rem; line-height: 1.7; }
details.p36dea > div { padding: 0 0 20px; color: var(--k825b); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--o08c1); }

/* ===== INFO GRID & CARDS ===== */
.pe0bac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m4b289 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--bf64c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m4b289:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.l644b9 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.m4b289 h3 {
    font-family: var(--gab88); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--h42a8);
    text-transform: uppercase; letter-spacing: .5px;
}
.m4b289 p { color: var(--k825b); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.i28a2a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l42f3c {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--bf64c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l42f3c:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.l42f3c h3 {
    font-family: var(--gab88); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--haa45);
    text-transform: uppercase; letter-spacing: .5px;
}
.l42f3c p { color: var(--k825b); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.e0f167 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o2d62b { text-align: center; padding: 22px 14px; }
.je8b60 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--haa45);
    border-radius: var(--bf64c); font-family: var(--gab88);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.o2d62b h3 {
    font-family: var(--gab88); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--h42a8);
    text-transform: uppercase;
}
.o2d62b p { color: var(--k825b); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j54469 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--d982e);
    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);
}
.ccce1c { margin-top: 24px; }
.c1752c {
    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;
}
.c1752c > span:first-child { color: var(--k825b); text-align: left; }
.c29e00 {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--bf64c); overflow: hidden;
}
.nfe740 {
    height: 100%;
    background: var(--haa45);
    border-radius: var(--bf64c);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.c1752c > span:last-child { color: var(--haa45); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.c5109b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.n9ff80, .m16eee {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--bf64c); padding: 24px 22px;
}
.n9ff80 { border-top: 3px solid var(--haa45); }
.m16eee { border-top: 3px solid #FF0000; }
.n9ff80 h3, .n9ff80 h4 { color: var(--haa45); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.m16eee h3, .m16eee h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.n9ff80 ul, .m16eee ul { list-style: none; padding: 0; margin: 0; }
.n9ff80 li::before { content: '\2713 '; color: var(--haa45); font-weight: 700; }
.m16eee li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.n9ff80 li, .m16eee li { padding: 5px 0; color: var(--k825b); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.p4bd56 {
    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(--o08c1);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.p4bd56 h2 {
    font-family: var(--gab88);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--haa45);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.p4bd56 p { color: var(--k825b); 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(--haa45);
    border-radius: var(--ba98e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--k825b); font-size: .84rem; }
.highlight-box strong { color: var(--haa45); }

/* ===== BREADCRUMB ===== */
.ffd151 { padding: 14px 0; font-size: .78rem; }
.k33db2 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.k33db2 li + li::before { content: '\203A'; margin-right: 8px; color: var(--cacc6); }
.ffd151 a { color: var(--cacc6); }
.ffd151 a:hover { color: var(--haa45); }
.ffd151 [aria-current] { color: var(--haa45); }

/* ===== SITE FOOTER ===== */
.a26a0a {
    background: var(--obd50); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.g0db1a {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.g0db1a a {
    color: var(--cacc6); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.g0db1a a:hover { color: var(--haa45); }

.pe2a47 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.pe2a47 p {
    color: var(--cacc6); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.pe2a47 a { color: var(--haa45); }
.o8d94c { text-align: center; color: var(--cacc6); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j7fe70 { max-width: 800px; margin: 0 auto; }
.j7fe70 p {
    color: var(--k825b); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j7fe70 p:last-child { margin-bottom: 0; }
.j7fe70 strong { color: var(--h42a8); }
.j7fe70 a { color: var(--haa45); text-decoration: underline; text-underline-offset: 3px; }
.j7fe70 a:hover { color: var(--gf28c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.k32a63 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.d7abfc { direction: rtl; }
.d7abfc > * { direction: ltr; }
.b09bc8 { border-radius: var(--d982e); overflow: hidden; }
.b09bc8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d982e);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.gac852 { color: var(--k825b); font-size: .86rem; line-height: 1.7; }
.gac852 strong { color: var(--h42a8); }
.gac852 a { color: var(--haa45); }
@media (max-width: 768px) {
    .k32a63 { grid-template-columns: 1fr; gap: 24px; }
    .d7abfc { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--haa45);
    border-radius: var(--bf64c); font-weight: 700; font-size: .8rem;
    color: var(--haa45); margin: 0 6px; vertical-align: middle;
    font-family: var(--jb3a6);
}

/* ===== SCROLL TO TOP ===== */
.ic43bb {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--haa45);
    color: #000000; border: none; border-radius: var(--bf64c);
    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);
}
.ic43bb.pd4641 { opacity: 1; visibility: visible; }
.ic43bb:hover { transform: translateY(-3px); background: var(--dbc76); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.b7baa8 {
    font-family: var(--gab88); font-size: 5rem; font-weight: 800;
    color: var(--haa45);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--haa45); 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(--k825b); width: 55%; }
.score-table td:last-child { color: var(--haa45); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k79697 {
    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);
}
.k79697 .a7239f { 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) {
    .kb6234 { display: none; }
    .le0533 .k25e4e { display: none; }
    .h36146 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .c5109b { grid-template-columns: 1fr; }
    section, .gd0dcf { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .g0db1a { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .e0f167 { grid-template-columns: 1fr 1fr; }
    .pe0bac { grid-template-columns: 1fr 1fr; }
    .c1752c { grid-template-columns: 1fr 100px auto; }
    .k79697 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .fd0c9d { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .e0f167 { grid-template-columns: 1fr; }
    .pe0bac { grid-template-columns: 1fr; }
    .na87bd { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .b7baa8 { font-size: 3.5rem; }
    .c1752c { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .c5109b { grid-template-columns: 1fr; }
    .j54469 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.l80095 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.l80095 summary.f70b0a {
    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(--haa45);
    padding: 6px 11px;
    border-radius: var(--ba98e);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--jb3a6);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.l80095 summary.f70b0a::-webkit-details-marker { display: none; }
.l80095 summary.f70b0a::marker { display: none; }
.l80095:hover summary.f70b0a,
.l80095[open] summary.f70b0a {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--gf28c);
}
.n3c57e { font-size: .7rem; opacity: .7; transition: transform .2s; }
.l80095[open] .n3c57e { transform: rotate(180deg); }

.o4ad95 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--pbb29);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--bf64c);
    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;
}
.l80095[open] .o4ad95 {
    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); }
}
.o4ad95 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--j7e01);
    border-radius: var(--ba98e);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.o4ad95 li a:hover,
.o4ad95 li a.pcf739 {
    background: rgba(57,255,20,.08);
    color: var(--haa45);
}
.o4ad95 li a.pcf739 { font-weight: 700; }

/* Mobile lang bar */
.l69b6c {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.l69b6c 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(--ba98e);
    color: var(--j7e01);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.l69b6c a:hover,
.l69b6c a.c0e6e0 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--haa45);
}
.l69b6c a.c0e6e0 { font-weight: 700; }

@media (max-width: 768px) {
    .l80095 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.pe0bac, ul.idf119 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b68468 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b68468 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.e0f167, ol.df36d9 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.df36d9 > li { counter-increment: step-counter; }
ol.df36d9 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--haa45); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i1fc7d { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--haa45); }
.m950bc { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.fb5587 { width: 36px; height: 36px; border-radius: 50%; background: var(--haa45); color: var(--obd50); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ca34d8 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.b1dd6a { display: grid; grid-template-columns: 1fr; gap: 0; }
.j4c52b { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.j4c52b:last-child { border-bottom: none; }
.lc1147 { font-weight: 600; padding: .75rem 1rem; color: var(--haa45); }
.b1884b { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d70de7 .f59aab { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d70de7 .ofe51c { display: none; }
.d70de7 .p36dea.h46803 .ofe51c { display: block; }

/* faq variant C: definition list */
dl.od6356 { display: grid; gap: 0; }
dl.od6356 dt.fea047 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.od6356 dd.ofe51c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ncaeed { padding: 2rem 0; }
.ea8a24 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ea8a24 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--bf64c); border: 1px solid var(--l47e3); color: var(--l47e3); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ea8a24 li a:hover { background: var(--l47e3); color: var(--obd50); }


/* Promo Banner (SVG image banners) */
.n900d9 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.b1f34c { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.b1f34c:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.bf8b65 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p2dee0 { display: inline-block; vertical-align: middle; }
.l644b9 .p2dee0 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.f9595d {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--pbb29), var(--i9d0a));
    border-radius: var(--bf64c); padding: 24px; margin-top: 24px;
}
.ea4213 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ba98e); background: var(--o08c1); }
.ea4213 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.ea4213 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--l47e3); }
@media (max-width: 768px) { .f9595d { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .f9595d { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--l47e3); 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; }
  .o17e01 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a7239f, .o17e01, .fd0c9d, .h3d4c2, .occfaa, .h36146, .f59aab, .fea047, .ic43bb, .k79697 a, .f70b0a { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.o17e01 { position: relative; overflow: visible; }
.o17e01::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--l47e3); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.o17e01:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.o17e01::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.i10d44 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.o8e0c3 {
    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);
}
.o8e0c3.occ64c { color: var(--l47e3); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.ja7328, .l61196 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.l19e67, .f112b2 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ba98e); background: var(--pbb29); transition: transform 0.2s; }
.l19e67:hover, .f112b2:hover { transform: translateY(-2px); }
.l19e67 span, .f112b2 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.cb5b03 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.oa2582 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ba98e); background: var(--pbb29); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.oa2582:hover { border-color: var(--l47e3); }
.oa2582 span { font-size: 0.7rem; color: var(--l47e3); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.a0083a { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.kf1815 { background: var(--pbb29); border-radius: var(--bf64c); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.b44815 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.lb20a7 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--l47e3), var(--haa45)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--obd50); flex-shrink: 0; }
.c7d736 { color: var(--l47e3); font-size: 14px; letter-spacing: 1px; }
.adc5a5 { color: var(--cacc6); font-size: 0.75rem; }
.kf1815 p { font-size: 0.9rem; color: var(--j7e01); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
