@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;600;700&family=Lato:wght@400;700&display=swap');
/* ===== AMBER DUSK — Design System ===== */
:root {
    --dba54:        #D4860A;
    --c8f0c:        #E8A030;
    --h5a62:        #A06808;
    --pc0c3:        #E89030;
    --j1436:        #FFAA00;
    --j431d:        #CC8800;
    --e7d63:        #D4860A;
    --g77c1:        #A06808;
    --l3ba5:        #0A0804;
    --i0dd9:        #120E08;
    --id2ef:        #1A1610;
    --gb114:        #221E18;
    --jd498:        #FFFFFF;
    --nb4f6:        #B0A090;
    --hf75a:        #706050;
    --p1940:        #B0A090;
    --d8de4:    'Bitter', serif;
    --kbd59:    'Lato', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --a7ec0:       12px;
    --ke394:    20px;
    --hdccf:    8px;
    --a928c:        1100px;
    --n49bf:       0 4px 24px rgba(0,0,0,.5);
    --n3ec1:         0 0 32px rgba(255,170,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--dba54);
    --color-primary-light: var(--c8f0c);
    --color-primary-dark: var(--h5a62);
    --color-accent: var(--j1436);
    --color-accent-dark: var(--j431d);
    --color-secondary: var(--e7d63);
    --color-secondary-dark: var(--g77c1);
    --color-surface: var(--id2ef);
    --color-surface-elevated: var(--gb114);
    --color-on-surface: var(--jd498);
    --color-on-surface-muted: var(--nb4f6);
    --color-text: var(--jd498);
    --color-text-secondary: var(--p1940);
    --text-heading: var(--d8de4);
    --text-body: var(--kbd59);
    --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(--kbd59);
    background: var(--l3ba5);
    color: var(--jd498);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c8f0c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j1436); }
img { max-width: 100%; height: auto; display: block; }

.m2c3de { width: 92%; max-width: var(--a928c); margin: 0 auto; }

.gca8e5 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.a41ec1 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--dba54); color: var(--jd498);
    padding: 8px 16px; border-radius: var(--hdccf);
    z-index: 999; transition: top .2s;
}
.a41ec1:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.dbf521 {
    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);
}
.e424fa {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ha1b87 {
    font-family: var(--d8de4);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--jd498);
    white-space: nowrap; text-decoration: none;
}
.ha1b87:hover { color: var(--j1436); }

/* Main Nav */
.g285a0 { display: flex; align-items: center; gap: 20px; }
.iacb42 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.iacb42 a {
    color: var(--nb4f6); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.iacb42 a:hover { color: var(--c8f0c); }

/* Language Select */
.c54c01 {
    background: var(--id2ef); color: var(--jd498);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--hdccf);
    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;
}
.c54c01:hover, .c54c01:focus { border-color: var(--dba54); outline: none; }

/* Menu Toggle */
.d98e52 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.i444cc, .i444cc::before, .i444cc::after {
    display: block; width: 24px; height: 2px;
    background: var(--jd498); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.i444cc { position: relative; }
.i444cc::before, .i444cc::after { content: ''; position: absolute; left: 0; }
.i444cc::before { top: -7px; }
.i444cc::after { top: 7px; }

/* Mobile Nav */
.d40054 {
    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;
}
.d40054.d1c36e { display: flex; }
.f1e2c5 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.f1e2c5 a {
    font-size: 1.2rem; font-weight: 600; color: var(--jd498); text-decoration: none;
}
.f1e2c5 a:hover { color: var(--c8f0c); }

/* ===== BUTTONS ===== */
.f14909 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--d8de4); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--a7ec0); 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(--dba54) 0%, var(--pc0c3) 100%);
    color: var(--jd498); box-shadow: var(--n3ec1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--jd498);
}
.btn-secondary {
    background: transparent; color: var(--c8f0c);
    border: 2px solid var(--dba54);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j1436); }

/* 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); }
}
.a98352 {
    background: linear-gradient(135deg, var(--j1436) 0%, #e8a020 55%, var(--j431d) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.a98352:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.k73504 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ke394); }
.p22651 { padding: 8px 18px; font-size: .85rem; border-radius: var(--hdccf); }

/* Nav CTA in header */
.k36651 {
    background: linear-gradient(135deg, var(--j1436) 0%, var(--j431d) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--hdccf);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.k36651:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.n669e9 {
    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(--l3ba5);
    position: relative; overflow: hidden;
}
.n669e9::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;
}
.cc9cbc {
    font-family: var(--d8de4);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j1436) 0%, var(--c8f0c) 50%, var(--dba54) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e5bbfe {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--nb4f6);
    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(--l3ba5);
}
.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(--d8de4);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j1436) 0%, var(--c8f0c) 45%, var(--dba54) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--nb4f6);
    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(--nb4f6);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--hdccf);
}
.hero-stat strong { color: var(--c8f0c); }

/* ===== SECTIONS ===== */
.cef022 { padding: clamp(52px, 7vw, 80px) 0; }
.nb5301 { background: var(--i0dd9); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--dba54); margin-bottom: 10px;
}
.cef022 h2, .j94e12 {
    font-family: var(--d8de4);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.cef022 h3 {
    font-family: var(--d8de4); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c8f0c);
}
.cef022 p, .section-desc {
    color: var(--nb4f6); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.cef022 ul, .cef022 ol {
    color: var(--nb4f6); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.cef022 li { margin-bottom: 8px; }
.cef022 li strong { color: var(--jd498); }

/* ===== 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(--id2ef), var(--gb114));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--a7ec0); 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(--n49bf);
}
.ka109e { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--d8de4); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--jd498);
}
.card p { color: var(--nb4f6); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.id577f { overflow-x: auto; margin: 24px 0; border-radius: var(--hdccf); }
.k7e82b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.k7e82b thead th {
    background: var(--gb114); color: var(--jd498); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.k7e82b thead th:first-child { border-radius: var(--hdccf) 0 0 0; }
.k7e82b thead th:last-child { border-radius: 0 var(--hdccf) 0 0; }
.k7e82b tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.k7e82b td { padding: 13px 16px; }
.k7e82b td:first-child { color: var(--nb4f6); font-weight: 500; width: 42%; }
.k7e82b td:last-child { color: var(--jd498); font-weight: 600; }
.k7e82b 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(--dba54), var(--pc0c3));
    border-radius: 50%; font-family: var(--d8de4);
    font-size: 1.2rem; font-weight: 700; color: var(--jd498);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--nb4f6); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.fd8e2a { max-width: 800px; margin: 0 auto; }
details.ebbec5 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ebbec5 summary {
    display: block; list-style: none;
    color: var(--jd498); font-family: var(--kbd59);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ebbec5 summary::-webkit-details-marker { display: none; }
details.ebbec5 summary::marker { display: none; content: ''; }
details.ebbec5 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--dba54); transition: transform .3s;
}
details.ebbec5[open] summary::after { content: '\2212'; }
details.ebbec5 summary:hover { color: var(--c8f0c); }
details.ebbec5 > p { padding: 0 0 20px; color: var(--nb4f6); font-size: .9rem; line-height: 1.7; }
details.ebbec5 > div { padding: 0 0 20px; color: var(--nb4f6); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--i0dd9); }

/* ===== INFO GRID & CARDS ===== */
.n68e41 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.oc3b4e {
    background: linear-gradient(145deg, var(--id2ef), var(--gb114));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--a7ec0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.oc3b4e:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--n49bf);
}
.kd55e4 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.oc3b4e h3 {
    font-family: var(--d8de4); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--jd498);
}
.oc3b4e p { color: var(--nb4f6); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.g520f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.gfefd6 {
    background: linear-gradient(145deg, var(--id2ef), var(--gb114));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--a7ec0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gfefd6:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.gfefd6 h3 {
    font-family: var(--d8de4); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j1436);
}
.gfefd6 p { color: var(--nb4f6); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.k296d1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d6952c { text-align: center; padding: 22px 14px; }
.n1cdbb {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--dba54), var(--pc0c3));
    border-radius: 50%; font-family: var(--d8de4);
    font-size: 1.15rem; font-weight: 800; color: var(--jd498);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.d6952c h3 {
    font-family: var(--d8de4); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--jd498);
}
.d6952c p { color: var(--nb4f6); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j69e50 {
    background: linear-gradient(145deg, var(--id2ef), var(--gb114));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ke394);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.e89b87 { margin-top: 24px; }
.afaa9a {
    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;
}
.afaa9a > span:first-child { color: var(--nb4f6); text-align: left; }
.i58cc0 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.p91145 {
    height: 100%;
    background: linear-gradient(90deg, var(--dba54) 0%, var(--j1436) 100%);
    border-radius: 4px;
}
.afaa9a > span:last-child { color: var(--j1436); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ka5c2b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.o8a228, .n7ef13 {
    background: linear-gradient(145deg, var(--id2ef), var(--gb114));
    border-radius: var(--a7ec0); padding: 24px 22px;
}
.o8a228 { border-top: 3px solid var(--e7d63); }
.n7ef13 { border-top: 3px solid #C84040; }
.o8a228 h3, .o8a228 h4 { color: var(--e7d63); margin-bottom: 12px; font-size: 1rem; }
.n7ef13 h3, .n7ef13 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.o8a228 ul, .n7ef13 ul { list-style: none; padding: 0; margin: 0; }
.o8a228 li::before { content: '\2713 '; color: var(--e7d63); font-weight: 700; }
.n7ef13 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.o8a228 li, .n7ef13 li { padding: 5px 0; color: var(--nb4f6); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.d186d5 {
    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(--i0dd9);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.d186d5 h2 {
    font-family: var(--d8de4);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j1436), var(--c8f0c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.d186d5 p { color: var(--nb4f6); 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(--dba54);
    border-radius: var(--hdccf); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--nb4f6); font-size: .9rem; }
.highlight-box strong { color: var(--c8f0c); }

/* ===== BREADCRUMB ===== */
.jded9c { padding: 14px 0; font-size: .82rem; }
.l60ec4 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.l60ec4 li + li::before { content: '\203A'; margin-right: 8px; color: var(--hf75a); }
.jded9c a { color: var(--hf75a); }
.jded9c a:hover { color: var(--c8f0c); }
.jded9c [aria-current] { color: var(--dba54); }

/* ===== SITE FOOTER ===== */
.o43b49 {
    background: var(--l3ba5); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.n33a3b {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.n33a3b a {
    color: var(--hf75a); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.n33a3b a:hover { color: var(--c8f0c); }

.d26836 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.d26836 p {
    color: var(--hf75a); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.d26836 a { color: var(--dba54); }
.a8eae0 { text-align: center; color: var(--hf75a); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.c98de0 { max-width: 800px; margin: 0 auto; }
.c98de0 p {
    color: var(--nb4f6); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.c98de0 p:last-child { margin-bottom: 0; }
.c98de0 strong { color: var(--jd498); }
.c98de0 a { color: var(--c8f0c); text-decoration: underline; text-underline-offset: 3px; }
.c98de0 a:hover { color: var(--j1436); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.k723d9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.g8da62 { direction: rtl; }
.g8da62 > * { direction: ltr; }
.d9371d { border-radius: var(--ke394); overflow: hidden; }
.d9371d img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ke394);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.o89bfa { color: var(--nb4f6); font-size: .93rem; line-height: 1.7; }
.o89bfa strong { color: var(--jd498); }
.o89bfa a { color: var(--c8f0c); }
@media (max-width: 768px) {
    .k723d9 { grid-template-columns: 1fr; gap: 24px; }
    .g8da62 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h5a62);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h5a62); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.kafd0d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--dba54);
    color: var(--jd498); 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(--n49bf);
}
.kafd0d.fabcc5 { opacity: 1; visibility: visible; }
.kafd0d:hover { transform: translateY(-3px); background: var(--h5a62); }

/* ===== REVIEW SCORE (review page) ===== */
.kfe6d8 {
    font-family: var(--d8de4); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j1436), var(--c8f0c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j1436); 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(--nb4f6); width: 55%; }
.score-table td:last-child { color: var(--j1436); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.eb570e {
    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);
}
.eb570e .f14909 { 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) {
    .iacb42 { display: none; }
    .g285a0 .c54c01 { display: none; }
    .d98e52 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ka5c2b { grid-template-columns: 1fr; }
    section, .cef022 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .n33a3b { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .k296d1 { grid-template-columns: 1fr 1fr; }
    .n68e41 { grid-template-columns: 1fr 1fr; }
    .afaa9a { grid-template-columns: 1fr 100px auto; }
    .eb570e { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .k73504 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .k296d1 { grid-template-columns: 1fr; }
    .n68e41 { grid-template-columns: 1fr; }
    .e424fa { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .kfe6d8 { font-size: 3.5rem; }
    .afaa9a { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ka5c2b { grid-template-columns: 1fr; }
    .j69e50 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.b7891c {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b7891c summary.l0215f {
    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(--jd498);
    padding: 6px 11px;
    border-radius: var(--hdccf);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--kbd59);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b7891c summary.l0215f::-webkit-details-marker { display: none; }
.b7891c summary.l0215f::marker { display: none; }
.b7891c:hover summary.l0215f,
.b7891c[open] summary.l0215f {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j1436);
}
.oc09b7 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b7891c[open] .oc09b7 { transform: rotate(180deg); }

.l8f526 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--id2ef);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--a7ec0);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.b7891c[open] .l8f526 {
    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); }
}
.l8f526 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--p1940);
    border-radius: var(--hdccf);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l8f526 li a:hover,
.l8f526 li a.b6678a {
    background: rgba(255,255,255,.08);
    color: var(--j1436);
}
.l8f526 li a.b6678a { font-weight: 700; }

/* Mobile lang bar */
.a2aa57 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.a2aa57 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(--hdccf);
    color: var(--p1940);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.a2aa57 a:hover,
.a2aa57 a.e03591 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j1436);
}
.a2aa57 a.e03591 { font-weight: 700; }

@media (max-width: 768px) {
    .b7891c { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n68e41, ul.g27f93 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.d2c74c { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .d2c74c { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.k296d1, ol.nbe71e { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.nbe71e > li { counter-increment: step-counter; }
ol.nbe71e > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--dba54); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.aa1075 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--dba54); }
.h96256 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g6af91 { width: 36px; height: 36px; border-radius: 50%; background: var(--dba54); color: var(--l3ba5); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.g199b1 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.d60787 { display: grid; grid-template-columns: 1fr; gap: 0; }
.g02d5a { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.g02d5a:last-child { border-bottom: none; }
.geb200 { font-weight: 600; padding: .75rem 1rem; color: var(--dba54); }
.o34ad0 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.fb664a .e65afd { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.fb664a .l7f76c { display: none; }
.fb664a .ebbec5.d1c36e .l7f76c { display: block; }

/* faq variant C: definition list */
dl.fd8e2a { display: grid; gap: 0; }
dl.fd8e2a dt.ga9d40 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.fd8e2a dd.l7f76c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.dcc576 { padding: 2rem 0; }
.dc0213 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.dc0213 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--a7ec0); border: 1px solid var(--j1436); color: var(--j1436); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.dc0213 li a:hover { background: var(--j1436); color: var(--l3ba5); }


/* Promo Banner (SVG image banners) */
.c835f4 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cecb96 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cecb96:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.bea549 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ka109e { display: inline-block; vertical-align: middle; }
.kd55e4 .ka109e { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.c026ae {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--id2ef), var(--gb114));
    border-radius: var(--a7ec0); padding: 24px; margin-top: 24px;
}
.k31107 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--hdccf); background: var(--i0dd9); }
.k31107 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.k31107 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--j1436); }
@media (max-width: 768px) { .c026ae { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .c026ae { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--j1436); 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; }
  .a98352 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f14909, .a98352, .k73504, .p22651, .k36651, .d98e52, .e65afd, .ga9d40, .kafd0d, .eb570e a, .l0215f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a98352 { position: relative; overflow: visible; }
.a98352::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j1436); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a98352:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a98352::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.f69de8 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.adbcd0 {
    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);
}
.adbcd0.b52cb5 { color: var(--j1436); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.i4252d, .j2a71b { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.b0b29a, .g8c89d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--hdccf); background: var(--id2ef); transition: transform 0.2s; }
.b0b29a:hover, .g8c89d:hover { transform: translateY(-2px); }
.b0b29a span, .g8c89d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.g0092f { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.gf55a2 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--hdccf); background: var(--id2ef); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.gf55a2:hover { border-color: var(--j1436); }
.gf55a2 span { font-size: 0.7rem; color: var(--j1436); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.f64be0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.daabc7 { background: var(--id2ef); border-radius: var(--a7ec0); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.d9f9c1 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.hb179b { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--j1436), var(--dba54)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l3ba5); flex-shrink: 0; }
.c9b594 { color: var(--j1436); font-size: 14px; letter-spacing: 1px; }
.d84519 { color: var(--hf75a); font-size: 0.75rem; }
.daabc7 p { font-size: 0.9rem; color: var(--p1940); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.8; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
