@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 {
    --f452c:        #39FF14;
    --j4204:  #7FFF00;
    --hbb88:   #2BCC10;
    --l2c28:         #00FF41;
    --a31a2:         #DFFF00;
    --kfb41:    #A8CC00;
    --gcf3a:         #39FF14;
    --adf06:    #2BCC10;
    --m16ff:           #000000;
    --l9d7e:         #060806;
    --nd534:         #0A0E0A;
    --p03aa:         #0E140E;
    --f79fb:        #FFFFFF;
    --he52c:         #8FA88F;
    --ief7e:       #5A6E5A;
    --jc746:       #8FA88F;
    --d6a17:    'Exo 2', sans-serif;
    --ke188:    'JetBrains Mono', monospace;
    --p4dc2:       2px;
    --m2221:    2px;
    --m3dc0:    2px;
    --i2dca:        1100px;
    --aae96:       0 4px 24px rgba(0,0,0,.7);
    --gbe4c:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--f452c);
    --color-primary-light: var(--j4204);
    --color-primary-dark: var(--hbb88);
    --color-accent: var(--a31a2);
    --color-accent-dark: var(--kfb41);
    --color-secondary: var(--gcf3a);
    --color-secondary-dark: var(--adf06);
    --color-surface: var(--nd534);
    --color-surface-elevated: var(--p03aa);
    --color-on-surface: var(--f79fb);
    --color-on-surface-muted: var(--he52c);
    --color-text: var(--f79fb);
    --color-text-secondary: var(--jc746);
    --text-heading: var(--d6a17);
    --text-body: var(--ke188);
    --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(--ke188);
    background: var(--m16ff);
    color: var(--f79fb);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--f452c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j4204); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.c8fb30 { width: 92%; max-width: var(--i2dca); margin: 0 auto; }

.k1d128 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.n45e8f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--f452c); color: #000000;
    padding: 8px 16px; border-radius: var(--m3dc0);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.n45e8f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k6eb34 {
    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);
}
.e1f4cb {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.dfa086 {
    font-family: var(--d6a17);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--f452c);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.dfa086:hover { color: var(--j4204); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.h95708 { display: flex; align-items: center; gap: 20px; }
.ie3969 {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.ie3969 a {
    color: var(--he52c); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.ie3969 a:hover { color: var(--f452c); text-decoration: none; }

/* Language Select */
.pc4c98 {
    background: var(--nd534); color: var(--f452c);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--m3dc0);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--ke188);
    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;
}
.pc4c98:hover, .pc4c98:focus { border-color: var(--f452c); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.n4d1da {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.c418a8, .c418a8::before, .c418a8::after {
    display: block; width: 24px; height: 2px;
    background: var(--f452c); border-radius: 0; transition: transform .3s, opacity .3s;
}
.c418a8 { position: relative; }
.c418a8::before, .c418a8::after { content: ''; position: absolute; left: 0; }
.c418a8::before { top: -7px; }
.c418a8::after { top: 7px; }

/* Mobile Nav */
.o196b2 {
    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;
}
.o196b2.bd0ee2 { display: flex; }
.k4fc65 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.k4fc65 a {
    font-size: 1.2rem; font-weight: 600; color: var(--f452c); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.k4fc65 a:hover { color: var(--j4204); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.i4a0c0 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--d6a17); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--p4dc2); 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(--f452c) 0%, var(--l2c28) 100%);
    color: #000000; box-shadow: var(--gbe4c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--f452c);
    border: 2px solid var(--f452c);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--j4204); }

/* 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); }
}
.c97664 {
    background: linear-gradient(135deg, var(--f452c) 0%, #5BFF30 55%, var(--hbb88) 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;
}
.c97664:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.c4f745 { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--m2221); }
.hefd40 { padding: 8px 18px; font-size: .8rem; border-radius: var(--m3dc0); }

/* Nav CTA in header */
.a99ef2 {
    background: linear-gradient(135deg, var(--f452c) 0%, var(--hbb88) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--m3dc0);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.a99ef2:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.kd6150 {
    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(--m16ff);
    position: relative; overflow: hidden;
}
.kd6150::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.cba086 {
    font-family: var(--d6a17);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--f452c);
    text-transform: uppercase; letter-spacing: 2px;
}
.d4271b {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--he52c);
    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(--m16ff);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--d6a17);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--f452c);
    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(--he52c);
    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(--he52c);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--m3dc0);
}
.hero-stat strong { color: var(--f452c); }

/* ===== SECTIONS ===== */
.na3fc5 { padding: clamp(52px, 7vw, 80px) 0; }
.kaf0d8 { background: var(--l9d7e); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--f452c); margin-bottom: 10px;
    font-family: var(--ke188);
}
.na3fc5 h2, .gf54e9 {
    font-family: var(--d6a17);
    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;
}
.na3fc5 h3 {
    font-family: var(--d6a17); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--f452c);
}
.na3fc5 p, .section-desc {
    color: var(--he52c); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.na3fc5 ul, .na3fc5 ol {
    color: var(--he52c); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.na3fc5 li { margin-bottom: 8px; }
.na3fc5 li strong { color: var(--f79fb); }

/* ===== 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(--p4dc2); 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);
}
.a88b7e { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--d6a17); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--f79fb);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--he52c); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j60d06 { overflow-x: auto; margin: 24px 0; border-radius: var(--m3dc0); }
.f081c9 { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.f081c9 thead th {
    background: var(--p03aa); color: var(--f452c); 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;
}
.f081c9 thead th:first-child { border-radius: var(--m3dc0) 0 0 0; }
.f081c9 thead th:last-child { border-radius: 0 var(--m3dc0) 0 0; }
.f081c9 tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.f081c9 td { padding: 13px 16px; }
.f081c9 td:first-child { color: var(--he52c); font-weight: 500; width: 42%; }
.f081c9 td:last-child { color: var(--f79fb); font-weight: 600; }
.f081c9 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(--f452c);
    border-radius: var(--p4dc2); font-family: var(--d6a17);
    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(--he52c); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.k72777 { max-width: 800px; margin: 0 auto; }
details.n84702 { border-bottom: 1px solid rgba(57,255,20,.1); }
details.n84702 summary {
    display: block; list-style: none;
    color: var(--f79fb); font-family: var(--ke188);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n84702 summary::-webkit-details-marker { display: none; }
details.n84702 summary::marker { display: none; content: ''; }
details.n84702 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--f452c); transition: transform .3s;
    font-family: var(--ke188);
}
details.n84702[open] summary::after { content: '\2212'; }
details.n84702 summary:hover { color: var(--f452c); }
details.n84702 > p { padding: 0 0 20px; color: var(--he52c); font-size: .84rem; line-height: 1.7; }
details.n84702 > div { padding: 0 0 20px; color: var(--he52c); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--l9d7e); }

/* ===== INFO GRID & CARDS ===== */
.m95598 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.jf2c51 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--p4dc2); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.jf2c51:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.fd3e50 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.jf2c51 h3 {
    font-family: var(--d6a17); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f79fb);
    text-transform: uppercase; letter-spacing: .5px;
}
.jf2c51 p { color: var(--he52c); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.a0cbbc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i9dd23 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--p4dc2); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i9dd23:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.i9dd23 h3 {
    font-family: var(--d6a17); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f452c);
    text-transform: uppercase; letter-spacing: .5px;
}
.i9dd23 p { color: var(--he52c); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.me4c56 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d8b062 { text-align: center; padding: 22px 14px; }
.lc84e7 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--f452c);
    border-radius: var(--p4dc2); font-family: var(--d6a17);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.d8b062 h3 {
    font-family: var(--d6a17); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--f79fb);
    text-transform: uppercase;
}
.d8b062 p { color: var(--he52c); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.dc41e9 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--m2221);
    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);
}
.lc8a6f { margin-top: 24px; }
.g45079 {
    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;
}
.g45079 > span:first-child { color: var(--he52c); text-align: left; }
.f38ee5 {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--p4dc2); overflow: hidden;
}
.pc5a67 {
    height: 100%;
    background: var(--f452c);
    border-radius: var(--p4dc2);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.g45079 > span:last-child { color: var(--f452c); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e26027 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m73865, .f2c48f {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--p4dc2); padding: 24px 22px;
}
.m73865 { border-top: 3px solid var(--f452c); }
.f2c48f { border-top: 3px solid #FF0000; }
.m73865 h3, .m73865 h4 { color: var(--f452c); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.f2c48f h3, .f2c48f h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.m73865 ul, .f2c48f ul { list-style: none; padding: 0; margin: 0; }
.m73865 li::before { content: '\2713 '; color: var(--f452c); font-weight: 700; }
.f2c48f li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.m73865 li, .f2c48f li { padding: 5px 0; color: var(--he52c); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.p6deb4 {
    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(--l9d7e);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.p6deb4 h2 {
    font-family: var(--d6a17);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--f452c);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.p6deb4 p { color: var(--he52c); 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(--f452c);
    border-radius: var(--m3dc0); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--he52c); font-size: .84rem; }
.highlight-box strong { color: var(--f452c); }

/* ===== BREADCRUMB ===== */
.ne5472 { padding: 14px 0; font-size: .78rem; }
.eb5dab { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.eb5dab li + li::before { content: '\203A'; margin-right: 8px; color: var(--ief7e); }
.ne5472 a { color: var(--ief7e); }
.ne5472 a:hover { color: var(--f452c); }
.ne5472 [aria-current] { color: var(--f452c); }

/* ===== SITE FOOTER ===== */
.ge8609 {
    background: var(--m16ff); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.o165fc {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o165fc a {
    color: var(--ief7e); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.o165fc a:hover { color: var(--f452c); }

.neb533 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.neb533 p {
    color: var(--ief7e); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.neb533 a { color: var(--f452c); }
.m2de13 { text-align: center; color: var(--ief7e); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.c9c990 { max-width: 800px; margin: 0 auto; }
.c9c990 p {
    color: var(--he52c); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.c9c990 p:last-child { margin-bottom: 0; }
.c9c990 strong { color: var(--f79fb); }
.c9c990 a { color: var(--f452c); text-decoration: underline; text-underline-offset: 3px; }
.c9c990 a:hover { color: var(--j4204); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.c51939 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.o49c06 { direction: rtl; }
.o49c06 > * { direction: ltr; }
.c47aca { border-radius: var(--m2221); overflow: hidden; }
.c47aca img {
    width: 100%; height: auto; display: block;
    border-radius: var(--m2221);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.d794bb { color: var(--he52c); font-size: .86rem; line-height: 1.7; }
.d794bb strong { color: var(--f79fb); }
.d794bb a { color: var(--f452c); }
@media (max-width: 768px) {
    .c51939 { grid-template-columns: 1fr; gap: 24px; }
    .o49c06 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--f452c);
    border-radius: var(--p4dc2); font-weight: 700; font-size: .8rem;
    color: var(--f452c); margin: 0 6px; vertical-align: middle;
    font-family: var(--ke188);
}

/* ===== SCROLL TO TOP ===== */
.h75cbf {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f452c);
    color: #000000; border: none; border-radius: var(--p4dc2);
    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);
}
.h75cbf.gd6e72 { opacity: 1; visibility: visible; }
.h75cbf:hover { transform: translateY(-3px); background: var(--hbb88); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.i04ad5 {
    font-family: var(--d6a17); font-size: 5rem; font-weight: 800;
    color: var(--f452c);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--f452c); 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(--he52c); width: 55%; }
.score-table td:last-child { color: var(--f452c); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.oa8ce1 {
    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);
}
.oa8ce1 .i4a0c0 { 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) {
    .ie3969 { display: none; }
    .h95708 .pc4c98 { display: none; }
    .n4d1da { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e26027 { grid-template-columns: 1fr; }
    section, .na3fc5 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o165fc { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .me4c56 { grid-template-columns: 1fr 1fr; }
    .m95598 { grid-template-columns: 1fr 1fr; }
    .g45079 { grid-template-columns: 1fr 100px auto; }
    .oa8ce1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .c4f745 { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .me4c56 { grid-template-columns: 1fr; }
    .m95598 { grid-template-columns: 1fr; }
    .e1f4cb { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .i04ad5 { font-size: 3.5rem; }
    .g45079 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e26027 { grid-template-columns: 1fr; }
    .dc41e9 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.c2b007 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.c2b007 summary.bf7b09 {
    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(--f452c);
    padding: 6px 11px;
    border-radius: var(--m3dc0);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--ke188);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.c2b007 summary.bf7b09::-webkit-details-marker { display: none; }
.c2b007 summary.bf7b09::marker { display: none; }
.c2b007:hover summary.bf7b09,
.c2b007[open] summary.bf7b09 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--j4204);
}
.o41374 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.c2b007[open] .o41374 { transform: rotate(180deg); }

.c10dd8 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--nd534);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--p4dc2);
    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;
}
.c2b007[open] .c10dd8 {
    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); }
}
.c10dd8 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--jc746);
    border-radius: var(--m3dc0);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c10dd8 li a:hover,
.c10dd8 li a.o0613a {
    background: rgba(57,255,20,.08);
    color: var(--f452c);
}
.c10dd8 li a.o0613a { font-weight: 700; }

/* Mobile lang bar */
.a78a2f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.a78a2f 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(--m3dc0);
    color: var(--jc746);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.a78a2f a:hover,
.a78a2f a.c427a4 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--f452c);
}
.a78a2f a.c427a4 { font-weight: 700; }

@media (max-width: 768px) {
    .c2b007 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.m95598, ul.j73961 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.f1c9e2 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .f1c9e2 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.me4c56, ol.f9c815 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.f9c815 > li { counter-increment: step-counter; }
ol.f9c815 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--f452c); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.heb671 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--f452c); }
.me5148 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.a65e0a { width: 36px; height: 36px; border-radius: 50%; background: var(--f452c); color: var(--m16ff); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.mdb808 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ia3d4b { display: grid; grid-template-columns: 1fr; gap: 0; }
.e041c0 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.e041c0:last-child { border-bottom: none; }
.nb0692 { font-weight: 600; padding: .75rem 1rem; color: var(--f452c); }
.e1d1a8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.o491f9 .p46481 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.o491f9 .k595b3 { display: none; }
.o491f9 .n84702.bd0ee2 .k595b3 { display: block; }

/* faq variant C: definition list */
dl.k72777 { display: grid; gap: 0; }
dl.k72777 dt.m9122e { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.k72777 dd.k595b3 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a6ac98 { padding: 2rem 0; }
.gd2fc7 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.gd2fc7 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p4dc2); border: 1px solid var(--a31a2); color: var(--a31a2); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.gd2fc7 li a:hover { background: var(--a31a2); color: var(--m16ff); }


/* Promo Banner (SVG image banners) */
.c637a1 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h515e5 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h515e5:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.h981e4 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.a88b7e { display: inline-block; vertical-align: middle; }
.fd3e50 .a88b7e { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.j2f5fb {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--nd534), var(--p03aa));
    border-radius: var(--p4dc2); padding: 24px; margin-top: 24px;
}
.f1403d { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--m3dc0); background: var(--l9d7e); }
.f1403d dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.f1403d dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--a31a2); }
@media (max-width: 768px) { .j2f5fb { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .j2f5fb { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--a31a2); 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; }
  .c97664 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.i4a0c0, .c97664, .c4f745, .hefd40, .a99ef2, .n4d1da, .p46481, .m9122e, .h75cbf, .oa8ce1 a, .bf7b09 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.c97664 { position: relative; overflow: visible; }
.c97664::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--a31a2); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.c97664:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.c97664::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.e5d988 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.ib8628 {
    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);
}
.ib8628.lf3f07 { color: var(--a31a2); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.if2dc9, .a96d2c { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.g407b2, .f3d864 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--m3dc0); background: var(--nd534); transition: transform 0.2s; }
.g407b2:hover, .f3d864:hover { transform: translateY(-2px); }
.g407b2 span, .f3d864 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.da9e66 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.ifeb4d { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--m3dc0); background: var(--nd534); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.ifeb4d:hover { border-color: var(--a31a2); }
.ifeb4d span { font-size: 0.7rem; color: var(--a31a2); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.j042b2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.l993a1 { background: var(--nd534); border-radius: var(--p4dc2); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l6d4f1 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.d50cab { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--a31a2), var(--f452c)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--m16ff); flex-shrink: 0; }
.o3c105 { color: var(--a31a2); font-size: 14px; letter-spacing: 1px; }
.h33dfa { color: var(--ief7e); font-size: 0.75rem; }
.l993a1 p { font-size: 0.9rem; color: var(--jc746); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(64px, 9vw, 100px) 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); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
