@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 {
    --dfc3d:        #39FF14;
    --g9fb2:  #7FFF00;
    --c4b76:   #2BCC10;
    --f8229:         #00FF41;
    --bf6aa:         #DFFF00;
    --p2174:    #A8CC00;
    --o41a4:         #39FF14;
    --jed56:    #2BCC10;
    --h5ca7:           #000000;
    --g3d90:         #060806;
    --gdf4a:         #0A0E0A;
    --l63b7:         #0E140E;
    --n48b1:        #FFFFFF;
    --oee76:         #8FA88F;
    --b329b:       #5A6E5A;
    --ga4d5:       #8FA88F;
    --n9886:    'Exo 2', sans-serif;
    --i3398:    'JetBrains Mono', monospace;
    --f49a4:       2px;
    --k5d71:    2px;
    --h294c:    2px;
    --b0e92:        1100px;
    --oe2b4:       0 4px 24px rgba(0,0,0,.7);
    --j7f44:         0 0 32px rgba(57,255,20,.4);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--dfc3d);
    --color-primary-light: var(--g9fb2);
    --color-primary-dark: var(--c4b76);
    --color-accent: var(--bf6aa);
    --color-accent-dark: var(--p2174);
    --color-secondary: var(--o41a4);
    --color-secondary-dark: var(--jed56);
    --color-surface: var(--gdf4a);
    --color-surface-elevated: var(--l63b7);
    --color-on-surface: var(--n48b1);
    --color-on-surface-muted: var(--oee76);
    --color-text: var(--n48b1);
    --color-text-secondary: var(--ga4d5);
    --text-heading: var(--n9886);
    --text-body: var(--i3398);
    --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(--i3398);
    background: var(--h5ca7);
    color: var(--n48b1);
    line-height: 1.7;
    font-size: 14px;
    overflow-x: hidden;
}
a { color: var(--dfc3d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--g9fb2); text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.ne0901 { width: 92%; max-width: var(--b0e92); margin: 0 auto; }

.d1ba07 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.oaf3ad {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--dfc3d); color: #000000;
    padding: 8px 16px; border-radius: var(--h294c);
    z-index: 999; transition: top .2s;
    font-weight: 700;
}
.oaf3ad:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.h423c4 {
    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);
}
.h1e6e7 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.f5531d {
    font-family: var(--n9886);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--dfc3d);
    white-space: nowrap; text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.f5531d:hover { color: var(--g9fb2); text-shadow: 0 0 12px rgba(57,255,20,.6); }

/* Main Nav */
.b38b1f { display: flex; align-items: center; gap: 20px; }
.h40f77 {
    display: flex; gap: 24px; list-style: none;
    font-size: .85rem; font-weight: 500; align-items: center;
}
.h40f77 a {
    color: var(--oee76); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    text-transform: uppercase; letter-spacing: .5px;
}
.h40f77 a:hover { color: var(--dfc3d); text-decoration: none; }

/* Language Select */
.p57d9e {
    background: var(--gdf4a); color: var(--dfc3d);
    border: 1px solid rgba(57,255,20,.3);
    border-radius: var(--h294c);
    padding: 6px 28px 6px 10px; font-size: .8rem;
    cursor: pointer; appearance: none;
    font-family: var(--i3398);
    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;
}
.p57d9e:hover, .p57d9e:focus { border-color: var(--dfc3d); outline: none; box-shadow: 0 0 8px rgba(57,255,20,.3); }

/* Menu Toggle */
.ef0a68 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n734b8, .n734b8::before, .n734b8::after {
    display: block; width: 24px; height: 2px;
    background: var(--dfc3d); border-radius: 0; transition: transform .3s, opacity .3s;
}
.n734b8 { position: relative; }
.n734b8::before, .n734b8::after { content: ''; position: absolute; left: 0; }
.n734b8::before { top: -7px; }
.n734b8::after { top: 7px; }

/* Mobile Nav */
.i59128 {
    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;
}
.i59128.ka6166 { display: flex; }
.c60bb7 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.c60bb7 a {
    font-size: 1.2rem; font-weight: 600; color: var(--dfc3d); text-decoration: none;
    text-transform: uppercase; letter-spacing: 1px;
}
.c60bb7 a:hover { color: var(--g9fb2); text-shadow: 0 0 10px rgba(57,255,20,.5); }

/* ===== BUTTONS ===== */
.ce49f4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n9886); font-weight: 700; font-size: .9rem;
    padding: 12px 28px; border-radius: var(--f49a4); 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(--dfc3d) 0%, var(--f8229) 100%);
    color: #000000; box-shadow: var(--j7f44);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(57,255,20,.6);
    color: #000000;
}
.btn-secondary {
    background: transparent; color: var(--dfc3d);
    border: 2px solid var(--dfc3d);
}
.btn-secondary:hover { background: rgba(57,255,20,.08); color: var(--g9fb2); }

/* 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); }
}
.da45f6 {
    background: linear-gradient(135deg, var(--dfc3d) 0%, #5BFF30 55%, var(--c4b76) 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;
}
.da45f6:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 60px rgba(57,255,20,.8);
    color: #000000; animation: none;
}

.c4c4ab { padding: 17px 42px; font-size: 1.05rem; border-radius: var(--k5d71); }
.c1a624 { padding: 8px 18px; font-size: .8rem; border-radius: var(--h294c); }

/* Nav CTA in header */
.gcdf90 {
    background: linear-gradient(135deg, var(--dfc3d) 0%, var(--c4b76) 100%);
    color: #000000 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--h294c);
    box-shadow: 0 0 16px rgba(57,255,20,.35);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.gcdf90:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(57,255,20,.6);
    color: #000000 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.aa7294 {
    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(--h5ca7);
    position: relative; overflow: hidden;
}
.aa7294::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.p22d81 {
    font-family: var(--n9886);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    color: var(--dfc3d);
    text-transform: uppercase; letter-spacing: 2px;
}
.g15645 {
    font-size: clamp(.9rem, 2vw, 1.05rem); color: var(--oee76);
    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(--h5ca7);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--n9886);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    color: var(--dfc3d);
    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(--oee76);
    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(--oee76);
    padding: 7px 14px;
    background: rgba(57,255,20,.03);
    border: 1px solid rgba(57,255,20,.15);
    border-radius: var(--h294c);
}
.hero-stat strong { color: var(--dfc3d); }

/* ===== SECTIONS ===== */
.f95646 { padding: clamp(52px, 7vw, 80px) 0; }
.k54010 { background: var(--g3d90); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--dfc3d); margin-bottom: 10px;
    font-family: var(--i3398);
}
.f95646 h2, .ob681d {
    font-family: var(--n9886);
    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;
}
.f95646 h3 {
    font-family: var(--n9886); font-size: 1.05rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--dfc3d);
}
.f95646 p, .section-desc {
    color: var(--oee76); font-size: .88rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.f95646 ul, .f95646 ol {
    color: var(--oee76); font-size: .86rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.f95646 li { margin-bottom: 8px; }
.f95646 li strong { color: var(--n48b1); }

/* ===== 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(--f49a4); 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);
}
.f4eedc { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n9886); font-size: 1rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n48b1);
    text-transform: uppercase; letter-spacing: .5px;
}
.card p { color: var(--oee76); font-size: .84rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.e7ca77 { overflow-x: auto; margin: 24px 0; border-radius: var(--h294c); }
.bdca78 { width: 100%; border-collapse: collapse; font-size: .86rem; margin: 0; }
.bdca78 thead th {
    background: var(--l63b7); color: var(--dfc3d); 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;
}
.bdca78 thead th:first-child { border-radius: var(--h294c) 0 0 0; }
.bdca78 thead th:last-child { border-radius: 0 var(--h294c) 0 0; }
.bdca78 tr { border-bottom: 1px solid rgba(57,255,20,.08); }
.bdca78 td { padding: 13px 16px; }
.bdca78 td:first-child { color: var(--oee76); font-weight: 500; width: 42%; }
.bdca78 td:last-child { color: var(--n48b1); font-weight: 600; }
.bdca78 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(--dfc3d);
    border-radius: var(--f49a4); font-family: var(--n9886);
    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(--oee76); font-size: .82rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.l958d4 { max-width: 800px; margin: 0 auto; }
details.j7a1b1 { border-bottom: 1px solid rgba(57,255,20,.1); }
details.j7a1b1 summary {
    display: block; list-style: none;
    color: var(--n48b1); font-family: var(--i3398);
    font-size: .9rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.j7a1b1 summary::-webkit-details-marker { display: none; }
details.j7a1b1 summary::marker { display: none; content: ''; }
details.j7a1b1 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--dfc3d); transition: transform .3s;
    font-family: var(--i3398);
}
details.j7a1b1[open] summary::after { content: '\2212'; }
details.j7a1b1 summary:hover { color: var(--dfc3d); }
details.j7a1b1 > p { padding: 0 0 20px; color: var(--oee76); font-size: .84rem; line-height: 1.7; }
details.j7a1b1 > div { padding: 0 0 20px; color: var(--oee76); font-size: .84rem; line-height: 1.7; }
.faq-section { background: var(--g3d90); }

/* ===== INFO GRID & CARDS ===== */
.f0a596 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ac7bff {
    background: #000000;
    border: 1px solid rgba(57,255,20,.15); border-radius: var(--f49a4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ac7bff:hover {
    transform: translateY(-5px);
    border-color: rgba(57,255,20,.45);
    box-shadow: 0 0 22px rgba(57,255,20,.18);
}
.h09368 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ac7bff h3 {
    font-family: var(--n9886); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n48b1);
    text-transform: uppercase; letter-spacing: .5px;
}
.ac7bff p { color: var(--oee76); font-size: .84rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h82efe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kcf462 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.18); border-radius: var(--f49a4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.kcf462:hover { transform: translateY(-5px); border-color: rgba(57,255,20,.5); box-shadow: 0 0 20px rgba(57,255,20,.15); }
.kcf462 h3 {
    font-family: var(--n9886); font-size: 1rem; font-weight: 700;
    margin-bottom: 8px; color: var(--dfc3d);
    text-transform: uppercase; letter-spacing: .5px;
}
.kcf462 p { color: var(--oee76); font-size: .84rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ed1ef0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pe3f5e { text-align: center; padding: 22px 14px; }
.i8927f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: var(--dfc3d);
    border-radius: var(--f49a4); font-family: var(--n9886);
    font-size: 1.15rem; font-weight: 800; color: #000000;
    box-shadow: 0 0 24px rgba(57,255,20,.45);
}
.pe3f5e h3 {
    font-family: var(--n9886); font-size: .92rem; font-weight: 600;
    margin-bottom: 6px; color: var(--n48b1);
    text-transform: uppercase;
}
.pe3f5e p { color: var(--oee76); font-size: .82rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.ke47d2 {
    background: #000000;
    border: 1px solid rgba(57,255,20,.25); border-radius: var(--k5d71);
    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);
}
.fe447d { margin-top: 24px; }
.l44f7e {
    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;
}
.l44f7e > span:first-child { color: var(--oee76); text-align: left; }
.l1092f {
    height: 7px; background: rgba(57,255,20,.08);
    border-radius: var(--f49a4); overflow: hidden;
}
.bd5fdc {
    height: 100%;
    background: var(--dfc3d);
    border-radius: var(--f49a4);
    box-shadow: 0 0 8px rgba(57,255,20,.5);
}
.l44f7e > span:last-child { color: var(--dfc3d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.g99a4b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.n49f80, .mf438d {
    background: #000000;
    border: 1px solid rgba(57,255,20,.1);
    border-radius: var(--f49a4); padding: 24px 22px;
}
.n49f80 { border-top: 3px solid var(--dfc3d); }
.mf438d { border-top: 3px solid #FF0000; }
.n49f80 h3, .n49f80 h4 { color: var(--dfc3d); margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.mf438d h3, .mf438d h4 { color: #FF0000; margin-bottom: 12px; font-size: .95rem; text-transform: uppercase; }
.n49f80 ul, .mf438d ul { list-style: none; padding: 0; margin: 0; }
.n49f80 li::before { content: '\2713 '; color: var(--dfc3d); font-weight: 700; }
.mf438d li::before { content: '\2717 '; color: #FF0000; font-weight: 700; }
.n49f80 li, .mf438d li { padding: 5px 0; color: var(--oee76); font-size: .84rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.j6064d {
    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(--g3d90);
    border-top: 1px solid rgba(57,255,20,.12);
    border-bottom: 1px solid rgba(57,255,20,.12);
}
.j6064d h2 {
    font-family: var(--n9886);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    color: var(--dfc3d);
    text-transform: uppercase; letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(57,255,20,.3);
}
.j6064d p { color: var(--oee76); 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(--dfc3d);
    border-radius: var(--h294c); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--oee76); font-size: .84rem; }
.highlight-box strong { color: var(--dfc3d); }

/* ===== BREADCRUMB ===== */
.e858db { padding: 14px 0; font-size: .78rem; }
.ke0c0f { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ke0c0f li + li::before { content: '\203A'; margin-right: 8px; color: var(--b329b); }
.e858db a { color: var(--b329b); }
.e858db a:hover { color: var(--dfc3d); }
.e858db [aria-current] { color: var(--dfc3d); }

/* ===== SITE FOOTER ===== */
.i3cb4c {
    background: var(--h5ca7); border-top: 1px solid rgba(57,255,20,.1);
    padding: 48px 0 28px; font-size: .8rem;
}
.footer-nav { margin-bottom: 24px; }
.f603df {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.f603df a {
    color: var(--b329b); transition: color .2s;
    text-decoration: none; font-size: .82rem;
    text-transform: uppercase; letter-spacing: .5px;
}
.f603df a:hover { color: var(--dfc3d); }

.db04a0 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(57,255,20,.08); margin-top: 8px;
}
.db04a0 p {
    color: var(--b329b); font-size: .76rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.db04a0 a { color: var(--dfc3d); }
.m07b01 { text-align: center; color: var(--b329b); font-size: .74rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j9892a { max-width: 800px; margin: 0 auto; }
.j9892a p {
    color: var(--oee76); font-size: .88rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j9892a p:last-child { margin-bottom: 0; }
.j9892a strong { color: var(--n48b1); }
.j9892a a { color: var(--dfc3d); text-decoration: underline; text-underline-offset: 3px; }
.j9892a a:hover { color: var(--g9fb2); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.lca13a {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.na1c3b { direction: rtl; }
.na1c3b > * { direction: ltr; }
.b5cd2a { border-radius: var(--k5d71); overflow: hidden; }
.b5cd2a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--k5d71);
    border: 1px solid rgba(57,255,20,.2);
    box-shadow: 0 0 24px rgba(57,255,20,.08);
}
.p24f57 { color: var(--oee76); font-size: .86rem; line-height: 1.7; }
.p24f57 strong { color: var(--n48b1); }
.p24f57 a { color: var(--dfc3d); }
@media (max-width: 768px) {
    .lca13a { grid-template-columns: 1fr; gap: 24px; }
    .na1c3b { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--dfc3d);
    border-radius: var(--f49a4); font-weight: 700; font-size: .8rem;
    color: var(--dfc3d); margin: 0 6px; vertical-align: middle;
    font-family: var(--i3398);
}

/* ===== SCROLL TO TOP ===== */
.g20ec4 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--dfc3d);
    color: #000000; border: none; border-radius: var(--f49a4);
    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);
}
.g20ec4.ke96fe { opacity: 1; visibility: visible; }
.g20ec4:hover { transform: translateY(-3px); background: var(--c4b76); box-shadow: 0 0 28px rgba(57,255,20,.6); }

/* ===== REVIEW SCORE (review page) ===== */
.nd1d17 {
    font-family: var(--n9886); font-size: 5rem; font-weight: 800;
    color: var(--dfc3d);
    text-shadow: 0 0 40px rgba(57,255,20,.4);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--dfc3d); 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(--oee76); width: 55%; }
.score-table td:last-child { color: var(--dfc3d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.l1e627 {
    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);
}
.l1e627 .ce49f4 { 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) {
    .h40f77 { display: none; }
    .b38b1f .p57d9e { display: none; }
    .ef0a68 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .g99a4b { grid-template-columns: 1fr; }
    section, .f95646 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .f603df { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ed1ef0 { grid-template-columns: 1fr 1fr; }
    .f0a596 { grid-template-columns: 1fr 1fr; }
    .l44f7e { grid-template-columns: 1fr 100px auto; }
    .l1e627 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 13px; }
    .c4c4ab { padding: 15px 30px; font-size: .95rem; }
    .steps { grid-template-columns: 1fr; }
    .ed1ef0 { grid-template-columns: 1fr; }
    .f0a596 { grid-template-columns: 1fr; }
    .h1e6e7 { padding: 10px 0; }
    .hero-stat { font-size: .78rem; padding: 5px 10px; }
    .nd1d17 { font-size: 3.5rem; }
    .l44f7e { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .g99a4b { grid-template-columns: 1fr; }
    .ke47d2 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.cc664a {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.cc664a summary.dd1458 {
    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(--dfc3d);
    padding: 6px 11px;
    border-radius: var(--h294c);
    cursor: pointer;
    font-size: .78rem;
    font-family: var(--i3398);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.cc664a summary.dd1458::-webkit-details-marker { display: none; }
.cc664a summary.dd1458::marker { display: none; }
.cc664a:hover summary.dd1458,
.cc664a[open] summary.dd1458 {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.45);
    color: var(--g9fb2);
}
.g2d338 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.cc664a[open] .g2d338 { transform: rotate(180deg); }

.j04b8e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--gdf4a);
    border: 1px solid rgba(57,255,20,.2);
    border-radius: var(--f49a4);
    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;
}
.cc664a[open] .j04b8e {
    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); }
}
.j04b8e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ga4d5);
    border-radius: var(--h294c);
    font-size: .78rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.j04b8e li a:hover,
.j04b8e li a.o51570 {
    background: rgba(57,255,20,.08);
    color: var(--dfc3d);
}
.j04b8e li a.o51570 { font-weight: 700; }

/* Mobile lang bar */
.b782c3 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(57,255,20,.1);
    margin-top: 8px;
}
.b782c3 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(--h294c);
    color: var(--ga4d5);
    font-size: .74rem;
    transition: background .15s, color .15s;
}
.b782c3 a:hover,
.b782c3 a.f09d8a {
    background: rgba(57,255,20,.1);
    border-color: rgba(57,255,20,.35);
    color: var(--dfc3d);
}
.b782c3 a.f09d8a { font-weight: 700; }

@media (max-width: 768px) {
    .cc664a { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f0a596, ul.ca4396 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.c026a4 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .c026a4 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ed1ef0, ol.a326e3 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a326e3 > li { counter-increment: step-counter; }
ol.a326e3 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--dfc3d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.o2247c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--dfc3d); }
.j48f55 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.j0e605 { width: 36px; height: 36px; border-radius: 50%; background: var(--dfc3d); color: var(--h5ca7); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f53396 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.h6c111 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ab9e44 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ab9e44:last-child { border-bottom: none; }
.kea034 { font-weight: 600; padding: .75rem 1rem; color: var(--dfc3d); }
.k7eb4f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.g0ef08 .a808f0 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.g0ef08 .o992ed { display: none; }
.g0ef08 .j7a1b1.ka6166 .o992ed { display: block; }

/* faq variant C: definition list */
dl.l958d4 { display: grid; gap: 0; }
dl.l958d4 dt.kf1889 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.l958d4 dd.o992ed { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f3e1af { padding: 2rem 0; }
.gdfd14 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.gdfd14 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--f49a4); border: 1px solid var(--bf6aa); color: var(--bf6aa); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.gdfd14 li a:hover { background: var(--bf6aa); color: var(--h5ca7); }


/* Promo Banner (SVG image banners) */
.ae9b90 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.e675f3 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.e675f3:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.kd0518 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.f4eedc { display: inline-block; vertical-align: middle; }
.h09368 .f4eedc { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.cb014f {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--gdf4a), var(--l63b7));
    border-radius: var(--f49a4); padding: 24px; margin-top: 24px;
}
.ked36b { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--h294c); background: var(--g3d90); }
.ked36b dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.ked36b dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--bf6aa); }
@media (max-width: 768px) { .cb014f { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .cb014f { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--bf6aa); 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; }
  .da45f6 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ce49f4, .da45f6, .c4c4ab, .c1a624, .gcdf90, .ef0a68, .a808f0, .kf1889, .g20ec4, .l1e627 a, .dd1458 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.da45f6 { position: relative; overflow: visible; }
.da45f6::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--bf6aa); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.da45f6:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.da45f6::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.j13ac8 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.b0b737 {
    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);
}
.b0b737.i2dd9a { color: var(--bf6aa); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.of6bc0, .j14086 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.o7cd5b, .m5e420 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--h294c); background: var(--gdf4a); transition: transform 0.2s; }
.o7cd5b:hover, .m5e420:hover { transform: translateY(-2px); }
.o7cd5b span, .m5e420 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.a53910 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.o681ff { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--h294c); background: var(--gdf4a); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.o681ff:hover { border-color: var(--bf6aa); }
.o681ff span { font-size: 0.7rem; color: var(--bf6aa); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.e023a1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.ld1b05 { background: var(--gdf4a); border-radius: var(--f49a4); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.ea7597 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.i4a37d { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--bf6aa), var(--dfc3d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h5ca7); flex-shrink: 0; }
.k0562c { color: var(--bf6aa); font-size: 14px; letter-spacing: 1px; }
.b55c6a { color: var(--b329b); font-size: 0.75rem; }
.ld1b05 p { font-size: 0.9rem; color: var(--ga4d5); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
