@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&family=Manrope:wght@400;600;700;800&display=swap');
/* ===== ELECTRIC LIME — Design System ===== */
:root {
    --a750d:        #ADFF2F;
    --bbe0f:        #C8FF60;
    --h7307:        #8ACC20;
    --l6c2a:        #B0FF40;
    --mbe66:        #ADFF2F;
    --aab22:        #8ACC20;
    --b8e96:        #7CFC00;
    --i223f:        #60C800;
    --b2d4c:        #020400;
    --o1561:        #060A04;
    --g466c:        #0A1008;
    --dd8e0:        #0E160C;
    --dccb2:        #FFFFFF;
    --n14f1:        #80A070;
    --mb0d8:        #506840;
    --aebd3:        #80A070;
    --nd273:    'JetBrains Mono', monospace;
    --c22b3:    'Manrope', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --hbadc:       2px;
    --a98a0:    6px;
    --k04cb:    1px;
    --c3785:        1100px;
    --m2232:       0 4px 24px rgba(0,0,0,.5);
    --e3b9e:         0 0 32px rgba(173,255,47,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a750d);
    --color-primary-light: var(--bbe0f);
    --color-primary-dark: var(--h7307);
    --color-accent: var(--mbe66);
    --color-accent-dark: var(--aab22);
    --color-secondary: var(--b8e96);
    --color-secondary-dark: var(--i223f);
    --color-surface: var(--g466c);
    --color-surface-elevated: var(--dd8e0);
    --color-on-surface: var(--dccb2);
    --color-on-surface-muted: var(--n14f1);
    --color-text: var(--dccb2);
    --color-text-secondary: var(--aebd3);
    --text-heading: var(--nd273);
    --text-body: var(--c22b3);
    --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(--c22b3);
    background: var(--b2d4c);
    color: var(--dccb2);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--bbe0f); text-decoration: none; transition: color .2s; }
a:hover { color: var(--mbe66); }
img { max-width: 100%; height: auto; display: block; }

.edc886 { width: 92%; max-width: var(--c3785); margin: 0 auto; }

.p35ab2 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.n5a14f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a750d); color: var(--dccb2);
    padding: 8px 16px; border-radius: var(--k04cb);
    z-index: 999; transition: top .2s;
}
.n5a14f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.o6bf54 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,12,24,.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212,168,67,.15);
}
.o41074 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.nec945 {
    font-family: var(--nd273);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--dccb2);
    white-space: nowrap; text-decoration: none;
}
.nec945:hover { color: var(--mbe66); }

/* Main Nav */
.l8b7ef { display: flex; align-items: center; gap: 20px; }
.oeef9d {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.oeef9d a {
    color: var(--n14f1); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.oeef9d a:hover { color: var(--bbe0f); }

/* Language Select */
.b8a078 {
    background: var(--g466c); color: var(--dccb2);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--k04cb);
    padding: 6px 28px 6px 10px; font-size: .85rem;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23D4A843'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.b8a078:hover, .b8a078:focus { border-color: var(--a750d); outline: none; }

/* Menu Toggle */
.h6362e {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l54ce3, .l54ce3::before, .l54ce3::after {
    display: block; width: 24px; height: 2px;
    background: var(--dccb2); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.l54ce3 { position: relative; }
.l54ce3::before, .l54ce3::after { content: ''; position: absolute; left: 0; }
.l54ce3::before { top: -7px; }
.l54ce3::after { top: 7px; }

/* Mobile Nav */
.b656a6 {
    display: none; position: fixed; inset: 0;
    background: rgba(8,12,24,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.b656a6.oa50df { display: flex; }
.kc8a46 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.kc8a46 a {
    font-size: 1.2rem; font-weight: 600; color: var(--dccb2); text-decoration: none;
}
.kc8a46 a:hover { color: var(--bbe0f); }

/* ===== BUTTONS ===== */
.l7ab1d {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--nd273); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--hbadc); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .3px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--a750d) 0%, var(--l6c2a) 100%);
    color: var(--dccb2); box-shadow: var(--e3b9e);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--dccb2);
}
.btn-secondary {
    background: transparent; color: var(--bbe0f);
    border: 2px solid var(--a750d);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--mbe66); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(244,200,66,.35); }
    50%      { box-shadow: 0 0 50px rgba(244,200,66,.7), 0 0 90px rgba(244,200,66,.18); }
}
.f636eb {
    background: linear-gradient(135deg, var(--mbe66) 0%, #e8a020 55%, var(--aab22) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.f636eb:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.pda6bc { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--a98a0); }
.n0d006 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k04cb); }

/* Nav CTA in header */
.k3443b {
    background: linear-gradient(135deg, var(--mbe66) 0%, var(--aab22) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k04cb);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.k3443b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.j4a884 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(212,168,67,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(244,200,66,.05) 0%, transparent 60%),
        var(--b2d4c);
    position: relative; overflow: hidden;
}
.j4a884::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.pcc995 {
    font-family: var(--nd273);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--mbe66) 0%, var(--bbe0f) 50%, var(--a750d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.mb1387 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n14f1);
    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 80% 60% at 50% 0%, rgba(212,168,67,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(184,138,48,.08) 0%, transparent 60%),
        var(--b2d4c);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--nd273);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--mbe66) 0%, var(--bbe0f) 45%, var(--a750d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n14f1);
    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: .92rem; color: var(--n14f1);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--k04cb);
}
.hero-stat strong { color: var(--bbe0f); }

/* ===== SECTIONS ===== */
.l7942b { padding: clamp(52px, 7vw, 80px) 0; }
.m45e77 { background: var(--o1561); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--a750d); margin-bottom: 10px;
}
.l7942b h2, .d9aed7 {
    font-family: var(--nd273);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.l7942b h3 {
    font-family: var(--nd273); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--bbe0f);
}
.l7942b p, .section-desc {
    color: var(--n14f1); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l7942b ul, .l7942b ol {
    color: var(--n14f1); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.l7942b li { margin-bottom: 8px; }
.l7942b li strong { color: var(--dccb2); }

/* ===== 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: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--hbadc); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,168,67,.3);
    box-shadow: var(--m2232);
}
.m66d4b { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--nd273); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--dccb2);
}
.card p { color: var(--n14f1); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n4086f { overflow-x: auto; margin: 24px 0; border-radius: var(--k04cb); }
.k345e4 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.k345e4 thead th {
    background: var(--dd8e0); color: var(--dccb2); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.k345e4 thead th:first-child { border-radius: var(--k04cb) 0 0 0; }
.k345e4 thead th:last-child { border-radius: 0 var(--k04cb) 0 0; }
.k345e4 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.k345e4 td { padding: 13px 16px; }
.k345e4 td:first-child { color: var(--n14f1); font-weight: 500; width: 42%; }
.k345e4 td:last-child { color: var(--dccb2); font-weight: 600; }
.k345e4 tr:hover { background: rgba(212,168,67,.04); }

/* ===== 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: linear-gradient(135deg, var(--a750d), var(--l6c2a));
    border-radius: 50%; font-family: var(--nd273);
    font-size: 1.2rem; font-weight: 700; color: var(--dccb2);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n14f1); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.pd3304 { max-width: 800px; margin: 0 auto; }
details.add1c4 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.add1c4 summary {
    display: block; list-style: none;
    color: var(--dccb2); font-family: var(--c22b3);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.add1c4 summary::-webkit-details-marker { display: none; }
details.add1c4 summary::marker { display: none; content: ''; }
details.add1c4 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a750d); transition: transform .3s;
}
details.add1c4[open] summary::after { content: '\2212'; }
details.add1c4 summary:hover { color: var(--bbe0f); }
details.add1c4 > p { padding: 0 0 20px; color: var(--n14f1); font-size: .9rem; line-height: 1.7; }
details.add1c4 > div { padding: 0 0 20px; color: var(--n14f1); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--o1561); }

/* ===== INFO GRID & CARDS ===== */
.nf0bd0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a547d9 {
    background: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--hbadc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a547d9:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--m2232);
}
.ga8ec5 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.a547d9 h3 {
    font-family: var(--nd273); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--dccb2);
}
.a547d9 p { color: var(--n14f1); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.g4f544 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i98c5a {
    background: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--hbadc); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i98c5a:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.i98c5a h3 {
    font-family: var(--nd273); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--mbe66);
}
.i98c5a p { color: var(--n14f1); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ff2595 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i5514c { text-align: center; padding: 22px 14px; }
.jcee9d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a750d), var(--l6c2a));
    border-radius: 50%; font-family: var(--nd273);
    font-size: 1.15rem; font-weight: 800; color: var(--dccb2);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.i5514c h3 {
    font-family: var(--nd273); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--dccb2);
}
.i5514c p { color: var(--n14f1); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.h7d4f5 {
    background: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--a98a0);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.hd9d20 { margin-top: 24px; }
.iea27d {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .9rem;
}
.iea27d > span:first-child { color: var(--n14f1); text-align: left; }
.n36757 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.a0968c {
    height: 100%;
    background: linear-gradient(90deg, var(--a750d) 0%, var(--mbe66) 100%);
    border-radius: 4px;
}
.iea27d > span:last-child { color: var(--mbe66); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ff9332 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.gd9545, .j24f6c {
    background: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border-radius: var(--hbadc); padding: 24px 22px;
}
.gd9545 { border-top: 3px solid var(--b8e96); }
.j24f6c { border-top: 3px solid #C84040; }
.gd9545 h3, .gd9545 h4 { color: var(--b8e96); margin-bottom: 12px; font-size: 1rem; }
.j24f6c h3, .j24f6c h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.gd9545 ul, .j24f6c ul { list-style: none; padding: 0; margin: 0; }
.gd9545 li::before { content: '\2713 '; color: var(--b8e96); font-weight: 700; }
.j24f6c li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.gd9545 li, .j24f6c li { padding: 5px 0; color: var(--n14f1); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e307b5 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(244,200,66,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(212,168,67,.08) 0%, transparent 70%),
        var(--o1561);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.e307b5 h2 {
    font-family: var(--nd273);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--mbe66), var(--bbe0f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e307b5 p { color: var(--n14f1); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(212,168,67,.08), rgba(184,138,48,.05));
    border: 1px solid rgba(212,168,67,.2); border-left: 4px solid var(--a750d);
    border-radius: var(--k04cb); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n14f1); font-size: .9rem; }
.highlight-box strong { color: var(--bbe0f); }

/* ===== BREADCRUMB ===== */
.ob9666 { padding: 14px 0; font-size: .82rem; }
.b14d29 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.b14d29 li + li::before { content: '\203A'; margin-right: 8px; color: var(--mb0d8); }
.ob9666 a { color: var(--mb0d8); }
.ob9666 a:hover { color: var(--bbe0f); }
.ob9666 [aria-current] { color: var(--a750d); }

/* ===== SITE FOOTER ===== */
.n76873 {
    background: var(--b2d4c); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.d11e39 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.d11e39 a {
    color: var(--mb0d8); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.d11e39 a:hover { color: var(--bbe0f); }

.g88885 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g88885 p {
    color: var(--mb0d8); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g88885 a { color: var(--a750d); }
.jf79a4 { text-align: center; color: var(--mb0d8); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.cd8687 { max-width: 800px; margin: 0 auto; }
.cd8687 p {
    color: var(--n14f1); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.cd8687 p:last-child { margin-bottom: 0; }
.cd8687 strong { color: var(--dccb2); }
.cd8687 a { color: var(--bbe0f); text-decoration: underline; text-underline-offset: 3px; }
.cd8687 a:hover { color: var(--mbe66); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.odda0a {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ab69e3 { direction: rtl; }
.ab69e3 > * { direction: ltr; }
.d87322 { border-radius: var(--a98a0); overflow: hidden; }
.d87322 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--a98a0);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.ef5fbe { color: var(--n14f1); font-size: .93rem; line-height: 1.7; }
.ef5fbe strong { color: var(--dccb2); }
.ef5fbe a { color: var(--bbe0f); }
@media (max-width: 768px) {
    .odda0a { grid-template-columns: 1fr; gap: 24px; }
    .ab69e3 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h7307);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h7307); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l4d69f {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a750d);
    color: var(--dccb2); border: none; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--m2232);
}
.l4d69f.m0003e { opacity: 1; visibility: visible; }
.l4d69f:hover { transform: translateY(-3px); background: var(--h7307); }

/* ===== REVIEW SCORE (review page) ===== */
.hd66b8 {
    font-family: var(--nd273); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--mbe66), var(--bbe0f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--mbe66); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.score-table td:first-child { color: var(--n14f1); width: 55%; }
.score-table td:last-child { color: var(--mbe66); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o9e012 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,12,24,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(244,200,66,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.o9e012 .l7ab1d { 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) {
    .oeef9d { display: none; }
    .l8b7ef .b8a078 { display: none; }
    .h6362e { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ff9332 { grid-template-columns: 1fr; }
    section, .l7942b { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .d11e39 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ff2595 { grid-template-columns: 1fr 1fr; }
    .nf0bd0 { grid-template-columns: 1fr 1fr; }
    .iea27d { grid-template-columns: 1fr 100px auto; }
    .o9e012 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .pda6bc { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ff2595 { grid-template-columns: 1fr; }
    .nf0bd0 { grid-template-columns: 1fr; }
    .o41074 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .hd66b8 { font-size: 3.5rem; }
    .iea27d { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ff9332 { grid-template-columns: 1fr; }
    .h7d4f5 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a0bc92 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a0bc92 summary.nb0518 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    color: var(--dccb2);
    padding: 6px 11px;
    border-radius: var(--k04cb);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c22b3);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a0bc92 summary.nb0518::-webkit-details-marker { display: none; }
.a0bc92 summary.nb0518::marker { display: none; }
.a0bc92:hover summary.nb0518,
.a0bc92[open] summary.nb0518 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--mbe66);
}
.p6429e { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a0bc92[open] .p6429e { transform: rotate(180deg); }

.c8841a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--g466c);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--hbadc);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.a0bc92[open] .c8841a {
    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); }
}
.c8841a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--aebd3);
    border-radius: var(--k04cb);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c8841a li a:hover,
.c8841a li a.cde27e {
    background: rgba(255,255,255,.08);
    color: var(--mbe66);
}
.c8841a li a.cde27e { font-weight: 700; }

/* Mobile lang bar */
.pe1e6f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.pe1e6f a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--k04cb);
    color: var(--aebd3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.pe1e6f a:hover,
.pe1e6f a.j4de9e {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--mbe66);
}
.pe1e6f a.j4de9e { font-weight: 700; }

@media (max-width: 768px) {
    .a0bc92 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.nf0bd0, ul.de49b3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.aaad03 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .aaad03 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ff2595, ol.b333e8 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.b333e8 > li { counter-increment: step-counter; }
ol.b333e8 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a750d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ldf46d { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a750d); }
.p466ac { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.od4a1f { width: 36px; height: 36px; border-radius: 50%; background: var(--a750d); color: var(--b2d4c); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ae07ac h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.jf95d2 { display: grid; grid-template-columns: 1fr; gap: 0; }
.daaf17 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.daaf17:last-child { border-bottom: none; }
.f419b1 { font-weight: 600; padding: .75rem 1rem; color: var(--a750d); }
.d483eb { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.g67bda .m4c5bc { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.g67bda .mb4c4c { display: none; }
.g67bda .add1c4.oa50df .mb4c4c { display: block; }

/* faq variant C: definition list */
dl.pd3304 { display: grid; gap: 0; }
dl.pd3304 dt.bf014e { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.pd3304 dd.mb4c4c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.nc8f01 { padding: 2rem 0; }
.b2d805 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.b2d805 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--hbadc); border: 1px solid var(--mbe66); color: var(--mbe66); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.b2d805 li a:hover { background: var(--mbe66); color: var(--b2d4c); }


/* Promo Banner (SVG image banners) */
.f4139b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h84e2a { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h84e2a:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.f61b73 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.m66d4b { display: inline-block; vertical-align: middle; }
.ga8ec5 .m66d4b { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.b7841b {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--g466c), var(--dd8e0));
    border-radius: var(--hbadc); padding: 24px; margin-top: 24px;
}
.jd49fe { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k04cb); background: var(--o1561); }
.jd49fe dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.jd49fe dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--mbe66); }
@media (max-width: 768px) { .b7841b { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .b7841b { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--mbe66); 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; }
  .f636eb { animation: none; }
}
/* Touch targets: minimum 44x44px */
.l7ab1d, .f636eb, .pda6bc, .n0d006, .k3443b, .h6362e, .m4c5bc, .bf014e, .l4d69f, .o9e012 a, .nb0518 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.f636eb { position: relative; overflow: visible; }
.f636eb::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--mbe66); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.f636eb:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.f636eb::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.c0a1e9 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.ibc427 {
    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);
}
.ibc427.h09705 { color: var(--mbe66); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.l3ea8b, .h4fc49 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.idb7e1, .pc5e50 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k04cb); background: var(--g466c); transition: transform 0.2s; }
.idb7e1:hover, .pc5e50:hover { transform: translateY(-2px); }
.idb7e1 span, .pc5e50 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.nd29de { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.oe8cab { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k04cb); background: var(--g466c); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.oe8cab:hover { border-color: var(--mbe66); }
.oe8cab span { font-size: 0.7rem; color: var(--mbe66); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.e01bbb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.pde43a { background: var(--g466c); border-radius: var(--hbadc); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.o40cf8 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ie7296 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--mbe66), var(--a750d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--b2d4c); flex-shrink: 0; }
.d3d924 { color: var(--mbe66); font-size: 14px; letter-spacing: 1px; }
.ca6a98 { color: var(--mb0d8); font-size: 0.75rem; }
.pde43a p { font-size: 0.9rem; color: var(--aebd3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.7; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
