@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800&family=Rubik:wght@400;500;600&display=swap');
/* ===== COBALT CHROME — Design System ===== */
:root {
    --f221c:        #0055FF;
    --c4934:        #3380FF;
    --b068e:        #0040CC;
    --ca39e:        #2070FF;
    --b53dc:        #0055FF;
    --j7f54:        #0040CC;
    --de6d2:        #C0C8D0;
    --o10e0:        #A0A8B0;
    --c44b5:        #06080C;
    --j2533:        #0A0E14;
    --n14ee:        #10161E;
    --aa604:        #161E28;
    --l7bbc:        #FFFFFF;
    --ead87:        #7888A0;
    --af0a4:        #485868;
    --g15e9:        #7888A0;
    --ff02a:    'Exo 2', sans-serif;
    --p3957:    'Rubik', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --edb37:       6px;
    --a2310:    12px;
    --k5c5e:    4px;
    --o49a5:        1100px;
    --m3db4:       0 4px 24px rgba(0,0,0,.5);
    --h45ab:         0 0 32px rgba(0,85,255,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--f221c);
    --color-primary-light: var(--c4934);
    --color-primary-dark: var(--b068e);
    --color-accent: var(--b53dc);
    --color-accent-dark: var(--j7f54);
    --color-secondary: var(--de6d2);
    --color-secondary-dark: var(--o10e0);
    --color-surface: var(--n14ee);
    --color-surface-elevated: var(--aa604);
    --color-on-surface: var(--l7bbc);
    --color-on-surface-muted: var(--ead87);
    --color-text: var(--l7bbc);
    --color-text-secondary: var(--g15e9);
    --text-heading: var(--ff02a);
    --text-body: var(--p3957);
    --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(--p3957);
    background: var(--c44b5);
    color: var(--l7bbc);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c4934); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b53dc); }
img { max-width: 100%; height: auto; display: block; }

.l93ddb { width: 92%; max-width: var(--o49a5); margin: 0 auto; }

.b46bed {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ge952f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--f221c); color: var(--l7bbc);
    padding: 8px 16px; border-radius: var(--k5c5e);
    z-index: 999; transition: top .2s;
}
.ge952f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k017c3 {
    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);
}
.m7fb60 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ic62ee {
    font-family: var(--ff02a);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--l7bbc);
    white-space: nowrap; text-decoration: none;
}
.ic62ee:hover { color: var(--b53dc); }

/* Main Nav */
.f99b59 { display: flex; align-items: center; gap: 20px; }
.f7c572 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.f7c572 a {
    color: var(--ead87); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.f7c572 a:hover { color: var(--c4934); }

/* Language Select */
.bb65fe {
    background: var(--n14ee); color: var(--l7bbc);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--k5c5e);
    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;
}
.bb65fe:hover, .bb65fe:focus { border-color: var(--f221c); outline: none; }

/* Menu Toggle */
.g2de5b {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.lf11e9, .lf11e9::before, .lf11e9::after {
    display: block; width: 24px; height: 2px;
    background: var(--l7bbc); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.lf11e9 { position: relative; }
.lf11e9::before, .lf11e9::after { content: ''; position: absolute; left: 0; }
.lf11e9::before { top: -7px; }
.lf11e9::after { top: 7px; }

/* Mobile Nav */
.n6793f {
    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;
}
.n6793f.e8ea17 { display: flex; }
.pfe9ca {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.pfe9ca a {
    font-size: 1.2rem; font-weight: 600; color: var(--l7bbc); text-decoration: none;
}
.pfe9ca a:hover { color: var(--c4934); }

/* ===== BUTTONS ===== */
.g70742 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ff02a); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--edb37); 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(--f221c) 0%, var(--ca39e) 100%);
    color: var(--l7bbc); box-shadow: var(--h45ab);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--l7bbc);
}
.btn-secondary {
    background: transparent; color: var(--c4934);
    border: 2px solid var(--f221c);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--b53dc); }

/* 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); }
}
.ae15eb {
    background: linear-gradient(135deg, var(--b53dc) 0%, #e8a020 55%, var(--j7f54) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ae15eb:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.d7bf88 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--a2310); }
.l9bed2 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k5c5e); }

/* Nav CTA in header */
.c33567 {
    background: linear-gradient(135deg, var(--b53dc) 0%, var(--j7f54) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k5c5e);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.c33567:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ace5e9 {
    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(--c44b5);
    position: relative; overflow: hidden;
}
.ace5e9::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;
}
.fcfddd {
    font-family: var(--ff02a);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b53dc) 0%, var(--c4934) 50%, var(--f221c) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pc18c9 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ead87);
    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(--c44b5);
}
.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(--ff02a);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b53dc) 0%, var(--c4934) 45%, var(--f221c) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ead87);
    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(--ead87);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--k5c5e);
}
.hero-stat strong { color: var(--c4934); }

/* ===== SECTIONS ===== */
.ia1b54 { padding: clamp(52px, 7vw, 80px) 0; }
.de8938 { background: var(--j2533); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--f221c); margin-bottom: 10px;
}
.ia1b54 h2, .j3f29e {
    font-family: var(--ff02a);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ia1b54 h3 {
    font-family: var(--ff02a); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c4934);
}
.ia1b54 p, .section-desc {
    color: var(--ead87); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ia1b54 ul, .ia1b54 ol {
    color: var(--ead87); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ia1b54 li { margin-bottom: 8px; }
.ia1b54 li strong { color: var(--l7bbc); }

/* ===== 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(--n14ee), var(--aa604));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--edb37); 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(--m3db4);
}
.jd4fb6 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ff02a); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--l7bbc);
}
.card p { color: var(--ead87); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n2918c { overflow-x: auto; margin: 24px 0; border-radius: var(--k5c5e); }
.o9c25b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.o9c25b thead th {
    background: var(--aa604); color: var(--l7bbc); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.o9c25b thead th:first-child { border-radius: var(--k5c5e) 0 0 0; }
.o9c25b thead th:last-child { border-radius: 0 var(--k5c5e) 0 0; }
.o9c25b tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.o9c25b td { padding: 13px 16px; }
.o9c25b td:first-child { color: var(--ead87); font-weight: 500; width: 42%; }
.o9c25b td:last-child { color: var(--l7bbc); font-weight: 600; }
.o9c25b 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(--f221c), var(--ca39e));
    border-radius: 50%; font-family: var(--ff02a);
    font-size: 1.2rem; font-weight: 700; color: var(--l7bbc);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ead87); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.o2d6e8 { max-width: 800px; margin: 0 auto; }
details.he7cb5 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.he7cb5 summary {
    display: block; list-style: none;
    color: var(--l7bbc); font-family: var(--p3957);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.he7cb5 summary::-webkit-details-marker { display: none; }
details.he7cb5 summary::marker { display: none; content: ''; }
details.he7cb5 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--f221c); transition: transform .3s;
}
details.he7cb5[open] summary::after { content: '\2212'; }
details.he7cb5 summary:hover { color: var(--c4934); }
details.he7cb5 > p { padding: 0 0 20px; color: var(--ead87); font-size: .9rem; line-height: 1.7; }
details.he7cb5 > div { padding: 0 0 20px; color: var(--ead87); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--j2533); }

/* ===== INFO GRID & CARDS ===== */
.cdaa55 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e47019 {
    background: linear-gradient(145deg, var(--n14ee), var(--aa604));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--edb37); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e47019:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--m3db4);
}
.e4f708 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.e47019 h3 {
    font-family: var(--ff02a); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l7bbc);
}
.e47019 p { color: var(--ead87); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.nf1250 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.cb35a8 {
    background: linear-gradient(145deg, var(--n14ee), var(--aa604));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--edb37); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.cb35a8:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.cb35a8 h3 {
    font-family: var(--ff02a); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b53dc);
}
.cb35a8 p { color: var(--ead87); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.h0f550 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a27fd0 { text-align: center; padding: 22px 14px; }
.g7a78a {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--f221c), var(--ca39e));
    border-radius: 50%; font-family: var(--ff02a);
    font-size: 1.15rem; font-weight: 800; color: var(--l7bbc);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.a27fd0 h3 {
    font-family: var(--ff02a); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l7bbc);
}
.a27fd0 p { color: var(--ead87); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a5c492 {
    background: linear-gradient(145deg, var(--n14ee), var(--aa604));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--a2310);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.e7787e { margin-top: 24px; }
.e02b01 {
    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;
}
.e02b01 > span:first-child { color: var(--ead87); text-align: left; }
.nbdd42 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.nd7b91 {
    height: 100%;
    background: linear-gradient(90deg, var(--f221c) 0%, var(--b53dc) 100%);
    border-radius: 4px;
}
.e02b01 > span:last-child { color: var(--b53dc); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.bda128 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.j87c7b, .j46531 {
    background: linear-gradient(145deg, var(--n14ee), var(--aa604));
    border-radius: var(--edb37); padding: 24px 22px;
}
.j87c7b { border-top: 3px solid var(--de6d2); }
.j46531 { border-top: 3px solid #C84040; }
.j87c7b h3, .j87c7b h4 { color: var(--de6d2); margin-bottom: 12px; font-size: 1rem; }
.j46531 h3, .j46531 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.j87c7b ul, .j46531 ul { list-style: none; padding: 0; margin: 0; }
.j87c7b li::before { content: '\2713 '; color: var(--de6d2); font-weight: 700; }
.j46531 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.j87c7b li, .j46531 li { padding: 5px 0; color: var(--ead87); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.c4dc15 {
    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(--j2533);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.c4dc15 h2 {
    font-family: var(--ff02a);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b53dc), var(--c4934));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c4dc15 p { color: var(--ead87); 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(--f221c);
    border-radius: var(--k5c5e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ead87); font-size: .9rem; }
.highlight-box strong { color: var(--c4934); }

/* ===== BREADCRUMB ===== */
.f43b31 { padding: 14px 0; font-size: .82rem; }
.p6aad9 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.p6aad9 li + li::before { content: '\203A'; margin-right: 8px; color: var(--af0a4); }
.f43b31 a { color: var(--af0a4); }
.f43b31 a:hover { color: var(--c4934); }
.f43b31 [aria-current] { color: var(--f221c); }

/* ===== SITE FOOTER ===== */
.e26502 {
    background: var(--c44b5); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.gaf003 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.gaf003 a {
    color: var(--af0a4); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.gaf003 a:hover { color: var(--c4934); }

.nf0b7d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.nf0b7d p {
    color: var(--af0a4); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.nf0b7d a { color: var(--f221c); }
.p3c8a0 { text-align: center; color: var(--af0a4); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.afcd45 { max-width: 800px; margin: 0 auto; }
.afcd45 p {
    color: var(--ead87); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.afcd45 p:last-child { margin-bottom: 0; }
.afcd45 strong { color: var(--l7bbc); }
.afcd45 a { color: var(--c4934); text-decoration: underline; text-underline-offset: 3px; }
.afcd45 a:hover { color: var(--b53dc); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a28ab2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.b1cd1b { direction: rtl; }
.b1cd1b > * { direction: ltr; }
.fff6fd { border-radius: var(--a2310); overflow: hidden; }
.fff6fd img {
    width: 100%; height: auto; display: block;
    border-radius: var(--a2310);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.i96125 { color: var(--ead87); font-size: .93rem; line-height: 1.7; }
.i96125 strong { color: var(--l7bbc); }
.i96125 a { color: var(--c4934); }
@media (max-width: 768px) {
    .a28ab2 { grid-template-columns: 1fr; gap: 24px; }
    .b1cd1b { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b068e);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b068e); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ecada1 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--f221c);
    color: var(--l7bbc); 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(--m3db4);
}
.ecada1.i1c80a { opacity: 1; visibility: visible; }
.ecada1:hover { transform: translateY(-3px); background: var(--b068e); }

/* ===== REVIEW SCORE (review page) ===== */
.id82e6 {
    font-family: var(--ff02a); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b53dc), var(--c4934));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--b53dc); 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(--ead87); width: 55%; }
.score-table td:last-child { color: var(--b53dc); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.dcca4d {
    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);
}
.dcca4d .g70742 { 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) {
    .f7c572 { display: none; }
    .f99b59 .bb65fe { display: none; }
    .g2de5b { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .bda128 { grid-template-columns: 1fr; }
    section, .ia1b54 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .gaf003 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .h0f550 { grid-template-columns: 1fr 1fr; }
    .cdaa55 { grid-template-columns: 1fr 1fr; }
    .e02b01 { grid-template-columns: 1fr 100px auto; }
    .dcca4d { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d7bf88 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .h0f550 { grid-template-columns: 1fr; }
    .cdaa55 { grid-template-columns: 1fr; }
    .m7fb60 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .id82e6 { font-size: 3.5rem; }
    .e02b01 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .bda128 { grid-template-columns: 1fr; }
    .a5c492 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.c85341 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.c85341 summary.p0a6eb {
    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(--l7bbc);
    padding: 6px 11px;
    border-radius: var(--k5c5e);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p3957);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.c85341 summary.p0a6eb::-webkit-details-marker { display: none; }
.c85341 summary.p0a6eb::marker { display: none; }
.c85341:hover summary.p0a6eb,
.c85341[open] summary.p0a6eb {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--b53dc);
}
.d19967 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.c85341[open] .d19967 { transform: rotate(180deg); }

.ga82e8 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--n14ee);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--edb37);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.c85341[open] .ga82e8 {
    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); }
}
.ga82e8 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--g15e9);
    border-radius: var(--k5c5e);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ga82e8 li a:hover,
.ga82e8 li a.cbdc6a {
    background: rgba(255,255,255,.08);
    color: var(--b53dc);
}
.ga82e8 li a.cbdc6a { font-weight: 700; }

/* Mobile lang bar */
.d2d144 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.d2d144 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(--k5c5e);
    color: var(--g15e9);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d2d144 a:hover,
.d2d144 a.l0b109 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--b53dc);
}
.d2d144 a.l0b109 { font-weight: 700; }

@media (max-width: 768px) {
    .c85341 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.cdaa55, ul.h14cc1 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a528da { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a528da { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.h0f550, ol.a1fca2 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a1fca2 > li { counter-increment: step-counter; }
ol.a1fca2 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--f221c); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.jcda71 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--f221c); }
.bb6113 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.p00923 { width: 36px; height: 36px; border-radius: 50%; background: var(--f221c); color: var(--c44b5); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o53e4d h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.af0e75 { display: grid; grid-template-columns: 1fr; gap: 0; }
.j2a207 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.j2a207:last-child { border-bottom: none; }
.d91444 { font-weight: 600; padding: .75rem 1rem; color: var(--f221c); }
.d5c007 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.k209f6 .iab9a7 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.k209f6 .l89e6a { display: none; }
.k209f6 .he7cb5.e8ea17 .l89e6a { display: block; }

/* faq variant C: definition list */
dl.o2d6e8 { display: grid; gap: 0; }
dl.o2d6e8 dt.f7ecac { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.o2d6e8 dd.l89e6a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.fc8b7b { padding: 2rem 0; }
.c1868b { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.c1868b li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--edb37); border: 1px solid var(--b53dc); color: var(--b53dc); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.c1868b li a:hover { background: var(--b53dc); color: var(--c44b5); }


/* Promo Banner (SVG image banners) */
.jde78c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.iab917 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.iab917:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.o5dc7f { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.jd4fb6 { display: inline-block; vertical-align: middle; }
.e4f708 .jd4fb6 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.i66deb {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--n14ee), var(--aa604));
    border-radius: var(--edb37); padding: 24px; margin-top: 24px;
}
.g5ad22 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k5c5e); background: var(--j2533); }
.g5ad22 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.g5ad22 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--b53dc); }
@media (max-width: 768px) { .i66deb { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .i66deb { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--b53dc); 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; }
  .ae15eb { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g70742, .ae15eb, .d7bf88, .l9bed2, .c33567, .g2de5b, .iab9a7, .f7ecac, .ecada1, .dcca4d a, .p0a6eb { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ae15eb { position: relative; overflow: visible; }
.ae15eb::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--b53dc); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ae15eb:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ae15eb::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.kf3a17 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.gafd13 {
    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);
}
.gafd13.k43bca { color: var(--b53dc); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.f0f863, .pb738b { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m606a1, .ef430d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k5c5e); background: var(--n14ee); transition: transform 0.2s; }
.m606a1:hover, .ef430d:hover { transform: translateY(-2px); }
.m606a1 span, .ef430d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.m7f921 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.m3240a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k5c5e); background: var(--n14ee); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.m3240a:hover { border-color: var(--b53dc); }
.m3240a span { font-size: 0.7rem; color: var(--b53dc); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.nf6b90 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.h9d328 { background: var(--n14ee); border-radius: var(--edb37); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.if11d7 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.gb723b { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--b53dc), var(--f221c)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c44b5); flex-shrink: 0; }
.a4655f { color: var(--b53dc); font-size: 14px; letter-spacing: 1px; }
.p7cc88 { color: var(--af0a4); font-size: 0.75rem; }
.h9d328 p { font-size: 0.9rem; color: var(--g15e9); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 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 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.6; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }
