@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 {
    --o1e5e:        #39FF14;
    --k95c5:  #7FFF00;
    --b1b66:   #2BCC10;
    --lb6f1:         #00FF41;
    --fabcf:         #DFFF00;
    --a1f93:    #A8CC00;
    --oe9bb:         #39FF14;
    --h998f:    #2BCC10;
    --h74cc:           #000000;
    --iff20:         #060806;
    --m8a29:         #0A0E0A;
    --p81a6:         #0E140E;
    --ke6f7:        #FFFFFF;
    --p8c0d:         #8FA88F;
    --mf1ab:       #5A6E5A;
    --b3954:       #8FA88F;
    --p8a03:    'Exo 2', sans-serif;
    --hf6cc:    'JetBrains Mono', monospace;
    --c07ce:       2px;
    --d4233:    2px;
    --a6e73:    2px;
    --j21c2:        1100px;
    --pff4c:       0 4px 24px rgba(0,0,0,.7);
    --mb432:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--o1e5e);
    --color-primary-light: var(--k95c5);
    --color-primary-dark: var(--b1b66);
    --color-accent: var(--fabcf);
    --color-accent-dark: var(--a1f93);
    --color-secondary: var(--oe9bb);
    --color-secondary-dark: var(--h998f);
    --color-surface: var(--m8a29);
    --color-surface-elevated: var(--p81a6);
    --color-on-surface: var(--ke6f7);
    --color-on-surface-muted: var(--p8c0d);
    --color-text: var(--ke6f7);
    --color-text-secondary: var(--b3954);
    --text-heading: var(--p8a03);
    --text-body: var(--hf6cc);
    --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(--hf6cc);
    background: var(--h74cc);
    color: var(--ke6f7);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--o1e5e); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k95c5); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.b2da21 { width: 92%; max-width: var(--j21c2); margin: 0 auto; }

.ga77dc {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.mfeb1b {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--o1e5e); color: #000000;
    padding: 8px 16px; border-radius: var(--a6e73);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.mfeb1b:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.fc9cd8 {
    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);
}
.n5cf67 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.cbe478 {
    font-family: var(--p8a03);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o1e5e);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.cbe478:hover { color: var(--k95c5); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.m6d3a4 { display: flex; align-items: center; gap: 20px; }
.f3bd9d {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.f3bd9d a {
    color: var(--p8c0d); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.f3bd9d a:hover { color: var(--o1e5e); text-decoration: none; }

/* Language Select */
.ccd560 {
    background: var(--m8a29); color: var(--o1e5e);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--a6e73);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--hf6cc);
    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;
}
.ccd560:hover, .ccd560:focus { border-color: var(--o1e5e); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.f49733 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g8d399, .g8d399::before, .g8d399::after {
    display: block; width: 24px; height: 2px;
    background: var(--o1e5e); border-radius: 0; transition: transform .3s, opacity .3s;
}
.g8d399 { position: relative; }
.g8d399::before, .g8d399::after { content: ''; position: absolute; left: 0; }
.g8d399::before { top: -7px; }
.g8d399::after { top: 7px; }

/* Mobile Nav */
.g28a22 {
    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;
}
.g28a22.iceb19 { display: flex; }
.c80501 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.c80501 a {
    font-size: 1.2rem; font-weight: 600; color: var(--o1e5e); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.c80501 a:hover { color: var(--k95c5); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.j89e5d {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--p8a03); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--c07ce); 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(--o1e5e) 0%, var(--lb6f1) 100%);
    color: #000000; box-shadow: var(--mb432);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--o1e5e);
    border: 2px solid var(--o1e5e);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--k95c5); }

/* 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); }
}
.aff7c1 {
    background: linear-gradient(135deg, var(--o1e5e) 0%, #5BFF30 55%, var(--b1b66) 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;
}
.aff7c1:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.o7a34f { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--d4233); }
.d10d06 { padding: 8px 18px; font-size: .8rem; border-radius: var(--a6e73); }

/* Nav CTA in header */
.obfcc8 {
    background: linear-gradient(135deg, var(--o1e5e) 0%, var(--b1b66) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--a6e73);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.obfcc8:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.nea896 {
    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(--h74cc);
    position: relative; overflow: hidden;
}
.nea896::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.md5639 {
    font-family: var(--p8a03);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--o1e5e);
    text-transform: uppercase; letter-spacing: 2px;
}
.d5d61d {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--p8c0d);
    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(--h74cc);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--p8a03);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--o1e5e);
    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(--p8c0d);
    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(--p8c0d);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--a6e73);
}
.hero-stat strong { color: var(--o1e5e); }

/* ===== SECTIONS ===== */
.l4bb0d { padding: clamp(52px, 7vw, 80px) 0; }
.ead36c { background: var(--iff20); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--o1e5e); margin-bottom: 10px;
    font-family: var(--hf6cc);
}
.l4bb0d h2, .ob5ea6 {
    font-family: var(--p8a03);
    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;
}
.l4bb0d h3 {
    font-family: var(--p8a03); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--o1e5e);
}
.l4bb0d p, .section-desc {
    color: var(--p8c0d); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l4bb0d ul, .l4bb0d ol {
    color: var(--p8c0d); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.l4bb0d li { margin-bottom: 8px; }
.l4bb0d li strong { color: var(--ke6f7); }

/* ===== 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(--c07ce); 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);
}
.b6b5b6 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--p8a03); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ke6f7);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--p8c0d); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.cca511 { overflow-x: auto; margin: 24px 0; border-radius: var(--a6e73); }
.f270dd { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.f270dd thead th {
    background: var(--p81a6); color: var(--o1e5e); 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;
}
.f270dd thead th:first-child { border-radius: var(--a6e73) 0 0 0; }
.f270dd thead th:last-child { border-radius: 0 var(--a6e73) 0 0; }
.f270dd tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.f270dd td { padding: 13px 16px; }
.f270dd td:first-child { color: var(--p8c0d); font-weight: 500; width: 42%; }
.f270dd td:last-child { color: var(--ke6f7); font-weight: 600; }
.f270dd 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(--o1e5e);
    border-radius: var(--c07ce); font-family: var(--p8a03);
    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(--p8c0d); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.n65ce9 { max-width: 800px; margin: 0 auto; }
details.n0e15e { border-bottom: 1px solid rgba(57,255,20,.1); }
details.n0e15e summary {
    display: block; list-style: none;
    color: var(--ke6f7); font-family: var(--hf6cc);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n0e15e summary::-webkit-details-marker { display: none; }
details.n0e15e summary::marker { display: none; content: ''; }
details.n0e15e summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--o1e5e); transition: transform .3s;
    font-family: var(--hf6cc);
}
details.n0e15e[open] summary::after { content: '\2212'; }
details.n0e15e summary:hover { color: var(--o1e5e); }
details.n0e15e > p { padding: 0 0 20px; color: var(--p8c0d); font-size: .84rem; line-height: 1.7; }
details.n0e15e > div { padding: 0 0 20px; color: var(--p8c0d); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--iff20); }

/* ===== INFO GRID & CARDS ===== */
.ea02a7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fc5ee1 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--c07ce); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fc5ee1:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.i50f7b { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.fc5ee1 h3 {
    font-family: var(--p8a03); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ke6f7);
    text-transform: uppercase; letter-spacing: .5px;
}
.fc5ee1 p { color: var(--p8c0d); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.l378fe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.abfd79 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--c07ce); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.abfd79:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.abfd79 h3 {
    font-family: var(--p8a03); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o1e5e);
    text-transform: uppercase; letter-spacing: .5px;
}
.abfd79 p { color: var(--p8c0d); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ja8720 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c69715 { text-align: center; padding: 22px 14px; }
.n21df4 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--o1e5e);
    border-radius: var(--c07ce); font-family: var(--p8a03);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.c69715 h3 {
    font-family: var(--p8a03); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ke6f7);
    text-transform: uppercase;
}
.c69715 p { color: var(--p8c0d); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l61f0a {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--d4233);
    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);
}
.nc6d5f { margin-top: 24px; }
.ae99a6 {
    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;
}
.ae99a6 > span:first-child { color: var(--p8c0d); text-align: left; }
.pc6bbc {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--c07ce); overflow: hidden;
}
.ob80e5 {
    height: 100%;
    background: var(--o1e5e);
    border-radius: var(--c07ce);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.ae99a6 > span:last-child { color: var(--o1e5e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.o4e411 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ga6e73, .n1c7f8 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--c07ce); padding: 24px 22px;
}
.ga6e73 { border-top: 3px solid var(--o1e5e); }
.n1c7f8 { border-top: 3px solid #FF0000; }
.ga6e73 h3, .ga6e73 h4 { color: var(--o1e5e); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.n1c7f8 h3, .n1c7f8 h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.ga6e73 ul, .n1c7f8 ul { list-style: none; padding: 0; margin: 0; }
.ga6e73 li::before { content: '\2713 '; color: var(--o1e5e); font-weight: 700; }
.n1c7f8 li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.ga6e73 li, .n1c7f8 li { padding: 5px 0; color: var(--p8c0d); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.bb45d9 {
    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(--iff20);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.bb45d9 h2 {
    font-family: var(--p8a03);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--o1e5e);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.bb45d9 p { color: var(--p8c0d); 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(--o1e5e);
    border-radius: var(--a6e73); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--p8c0d); font-size: .84rem; }
.highlight-box strong { color: var(--o1e5e); }

/* ===== BREADCRUMB ===== */
.f10176 { padding: 14px 0; font-size: .78rem; }
.h4dc33 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.h4dc33 li + li::before { content: '\203A'; margin-right: 8px; color: var(--mf1ab); }
.f10176 a { color: var(--mf1ab); }
.f10176 a:hover { color: var(--o1e5e); }
.f10176 [aria-current] { color: var(--o1e5e); }

/* ===== SITE FOOTER ===== */
.i3d2e0 {
    background: var(--h74cc); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.l68cc4 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l68cc4 a {
    color: var(--mf1ab); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.l68cc4 a:hover { color: var(--o1e5e); }

.e48a61 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.e48a61 p {
    color: var(--mf1ab); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.e48a61 a { color: var(--o1e5e); }
.l68789 { text-align: center; color: var(--mf1ab); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j9ded5 { max-width: 800px; margin: 0 auto; }
.j9ded5 p {
    color: var(--p8c0d); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j9ded5 p:last-child { margin-bottom: 0; }
.j9ded5 strong { color: var(--ke6f7); }
.j9ded5 a { color: var(--o1e5e); text-decoration: underline; text-underline-offset: 3px; }
.j9ded5 a:hover { color: var(--k95c5); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.c4efb5 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e1217d { direction: rtl; }
.e1217d > * { direction: ltr; }
.ha162d { border-radius: var(--d4233); overflow: hidden; }
.ha162d img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d4233);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.pfe7b8 { color: var(--p8c0d); font-size: .86rem; line-height: 1.7; }
.pfe7b8 strong { color: var(--ke6f7); }
.pfe7b8 a { color: var(--o1e5e); }
@media (max-width: 768px) {
    .c4efb5 { grid-template-columns: 1fr; gap: 24px; }
    .e1217d { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o1e5e);
    border-radius: var(--c07ce); font-weight: 700; font-size: .8rem;
    color: var(--o1e5e); margin: 0 6px; vertical-align: middle;
    font-family: var(--hf6cc);
}

/* ===== SCROLL TO TOP ===== */
.j0cb93 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--o1e5e);
    color: #000000; border: none; border-radius: var(--c07ce);
    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);
}
.j0cb93.j6064b { opacity: 1; visibility: visible; }
.j0cb93:hover { transform: translateY(-3px); background: var(--b1b66); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.ha6303 {
    font-family: var(--p8a03); font-size: 5rem; font-weight: 800;
    color: var(--o1e5e);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--o1e5e); 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(--p8c0d); width: 55%; }
.score-table td:last-child { color: var(--o1e5e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.n73ca6 {
    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);
}
.n73ca6 .j89e5d { 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) {
    .f3bd9d { display: none; }
    .m6d3a4 .ccd560 { display: none; }
    .f49733 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .o4e411 { grid-template-columns: 1fr; }
    section, .l4bb0d { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l68cc4 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ja8720 { grid-template-columns: 1fr 1fr; }
    .ea02a7 { grid-template-columns: 1fr 1fr; }
    .ae99a6 { grid-template-columns: 1fr 100px auto; }
    .n73ca6 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .o7a34f { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .ja8720 { grid-template-columns: 1fr; }
    .ea02a7 { grid-template-columns: 1fr; }
    .n5cf67 { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .ha6303 { font-size: 3.5rem; }
    .ae99a6 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .o4e411 { grid-template-columns: 1fr; }
    .l61f0a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.pd9aff {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.pd9aff summary.p7d378 {
    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(--o1e5e);
    padding: 6px 11px;
    border-radius: var(--a6e73);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--hf6cc);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.pd9aff summary.p7d378::-webkit-details-marker { display: none; }
.pd9aff summary.p7d378::marker { display: none; }
.pd9aff:hover summary.p7d378,
.pd9aff[open] summary.p7d378 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--k95c5);
}
.o2b79b { font-size: .7rem; opacity: .7; transition: transform .2s; }
.pd9aff[open] .o2b79b { transform: rotate(180deg); }

.g9307a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--m8a29);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--c07ce);
    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;
}
.pd9aff[open] .g9307a {
    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); }
}
.g9307a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b3954);
    border-radius: var(--a6e73);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.g9307a li a:hover,
.g9307a li a.k5857c {
    background: rgba(57,255,20,.08);
    color: var(--o1e5e);
}
.g9307a li a.k5857c { font-weight: 700; }

/* Mobile lang bar */
.o7c6ed {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.o7c6ed 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(--a6e73);
    color: var(--b3954);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.o7c6ed a:hover,
.o7c6ed a.j6fe04 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--o1e5e);
}
.o7c6ed a.j6fe04 { font-weight: 700; }

@media (max-width: 768px) {
    .pd9aff { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ea02a7, ul.a5f955 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.hb1e77 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .hb1e77 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ja8720, ol.la4de8 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.la4de8 > li { counter-increment: step-counter; }
ol.la4de8 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--o1e5e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i75589 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--o1e5e); }
.e7f6ac { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.gfba36 { width: 36px; height: 36px; border-radius: 50%; background: var(--o1e5e); color: var(--h74cc); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f6ef95 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.e97693 { display: grid; grid-template-columns: 1fr; gap: 0; }
.pb4fde { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.pb4fde:last-child { border-bottom: none; }
.a8c96e { font-weight: 600; padding: .75rem 1rem; color: var(--o1e5e); }
.b165ef { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.f64c65 .k99bad { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.f64c65 .l4be9c { display: none; }
.f64c65 .n0e15e.iceb19 .l4be9c { display: block; }

/* faq variant C: definition list */
dl.n65ce9 { display: grid; gap: 0; }
dl.n65ce9 dt.i88798 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.n65ce9 dd.l4be9c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.p3a8c1 { padding: 2rem 0; }
.a453c9 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.a453c9 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--c07ce); border: 1px solid var(--fabcf); color: var(--fabcf); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.a453c9 li a:hover { background: var(--fabcf); color: var(--h74cc); }


/* Promo Banner (SVG image banners) */
.ice6c0 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ic222c { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ic222c:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.a02e73 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.b6b5b6 { display: inline-block; vertical-align: middle; }
.i50f7b .b6b5b6 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.k3067f {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--m8a29), var(--p81a6));
    border-radius: var(--c07ce); padding: 24px; margin-top: 24px;
}
.a4fbd9 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--a6e73); background: var(--iff20); }
.a4fbd9 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.a4fbd9 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--fabcf); }
@media (max-width: 768px) { .k3067f { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .k3067f { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--fabcf); 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; }
  .aff7c1 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.j89e5d, .aff7c1, .o7a34f, .d10d06, .obfcc8, .f49733, .k99bad, .i88798, .j0cb93, .n73ca6 a, .p7d378 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.aff7c1 { position: relative; overflow: visible; }
.aff7c1::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--fabcf); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.aff7c1:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.aff7c1::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.b82222 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.gb8893 {
    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);
}
.gb8893.e10590 { color: var(--fabcf); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.ja229b, .c8dcc7 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m39335, .ob4cc9 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--a6e73); background: var(--m8a29); transition: transform 0.2s; }
.m39335:hover, .ob4cc9:hover { transform: translateY(-2px); }
.m39335 span, .ob4cc9 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.j8685d { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.m93723 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--a6e73); background: var(--m8a29); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.m93723:hover { border-color: var(--fabcf); }
.m93723 span { font-size: 0.7rem; color: var(--fabcf); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.i55ea4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.na41ee { background: var(--m8a29); border-radius: var(--c07ce); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.bdddcb { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.jea738 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--fabcf), var(--o1e5e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h74cc); flex-shrink: 0; }
.f68d7d { color: var(--fabcf); font-size: 14px; letter-spacing: 1px; }
.p1f073 { color: var(--mf1ab); font-size: 0.75rem; }
.na41ee p { font-size: 0.9rem; color: var(--b3954); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
: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(200px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.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: none; }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: scale(1.03); }
