@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 {
    --d6cfc:        #D4860A;
    --mf864:        #E8A030;
    --ibb61:        #A06808;
    --g8710:        #E89030;
    --ce399:        #FFAA00;
    --c0f96:        #CC8800;
    --d6fa4:        #D4860A;
    --c472a:        #A06808;
    --p86a3:        #0A0804;
    --df583:        #120E08;
    --n9186:        #1A1610;
    --j31e8:        #221E18;
    --gdf61:        #FFFFFF;
    --i2550:        #B0A090;
    --a2fd8:        #706050;
    --dc65e:        #B0A090;
    --a3acc:    'Bitter', serif;
    --ld6cf:    'Lato', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --o168a:       12px;
    --kaf7c:    20px;
    --l9906:    8px;
    --gaa17:        1100px;
    --gc989:       0 4px 24px rgba(0,0,0,.5);
    --lbdd7:         0 0 32px rgba(255,170,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--d6cfc);
    --color-primary-light: var(--mf864);
    --color-primary-dark: var(--ibb61);
    --color-accent: var(--ce399);
    --color-accent-dark: var(--c0f96);
    --color-secondary: var(--d6fa4);
    --color-secondary-dark: var(--c472a);
    --color-surface: var(--n9186);
    --color-surface-elevated: var(--j31e8);
    --color-on-surface: var(--gdf61);
    --color-on-surface-muted: var(--i2550);
    --color-text: var(--gdf61);
    --color-text-secondary: var(--dc65e);
    --text-heading: var(--a3acc);
    --text-body: var(--ld6cf);
    --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(--ld6cf);
    background: var(--p86a3);
    color: var(--gdf61);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--mf864); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ce399); }
img { max-width: 100%; height: auto; display: block; }

.e45898 { width: 92%; max-width: var(--gaa17); margin: 0 auto; }

.db95fe {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.pc3580 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--d6cfc); color: var(--gdf61);
    padding: 8px 16px; border-radius: var(--l9906);
    z-index: 999; transition: top .2s;
}
.pc3580:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.bc418a {
    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);
}
.o3534d {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.b60d8c {
    font-family: var(--a3acc);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--gdf61);
    white-space: nowrap; text-decoration: none;
}
.b60d8c:hover { color: var(--ce399); }

/* Main Nav */
.a310f7 { display: flex; align-items: center; gap: 20px; }
.aa77af {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.aa77af a {
    color: var(--i2550); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.aa77af a:hover { color: var(--mf864); }

/* Language Select */
.h738e1 {
    background: var(--n9186); color: var(--gdf61);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--l9906);
    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;
}
.h738e1:hover, .h738e1:focus { border-color: var(--d6cfc); outline: none; }

/* Menu Toggle */
.gf04f9 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.j4a7be, .j4a7be::before, .j4a7be::after {
    display: block; width: 24px; height: 2px;
    background: var(--gdf61); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.j4a7be { position: relative; }
.j4a7be::before, .j4a7be::after { content: ''; position: absolute; left: 0; }
.j4a7be::before { top: -7px; }
.j4a7be::after { top: 7px; }

/* Mobile Nav */
.o29265 {
    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;
}
.o29265.jc35cd { display: flex; }
.o03fb3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.o03fb3 a {
    font-size: 1.2rem; font-weight: 600; color: var(--gdf61); text-decoration: none;
}
.o03fb3 a:hover { color: var(--mf864); }

/* ===== BUTTONS ===== */
.o0b41d {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--a3acc); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--o168a); 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(--d6cfc) 0%, var(--g8710) 100%);
    color: var(--gdf61); box-shadow: var(--lbdd7);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--gdf61);
}
.btn-secondary {
    background: transparent; color: var(--mf864);
    border: 2px solid var(--d6cfc);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--ce399); }

/* 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); }
}
.bbaf03 {
    background: linear-gradient(135deg, var(--ce399) 0%, #e8a020 55%, var(--c0f96) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.bbaf03:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.c2e16f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--kaf7c); }
.d84a96 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l9906); }

/* Nav CTA in header */
.l24a7b {
    background: linear-gradient(135deg, var(--ce399) 0%, var(--c0f96) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l9906);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.l24a7b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.b18003 {
    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(--p86a3);
    position: relative; overflow: hidden;
}
.b18003::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;
}
.i596ae {
    font-family: var(--a3acc);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ce399) 0%, var(--mf864) 50%, var(--d6cfc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.p51de8 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--i2550);
    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(--p86a3);
}
.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(--a3acc);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ce399) 0%, var(--mf864) 45%, var(--d6cfc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--i2550);
    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(--i2550);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--l9906);
}
.hero-stat strong { color: var(--mf864); }

/* ===== SECTIONS ===== */
.b9416e { padding: clamp(52px, 7vw, 80px) 0; }
.g0ee01 { background: var(--df583); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--d6cfc); margin-bottom: 10px;
}
.b9416e h2, .db0eb7 {
    font-family: var(--a3acc);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.b9416e h3 {
    font-family: var(--a3acc); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--mf864);
}
.b9416e p, .section-desc {
    color: var(--i2550); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.b9416e ul, .b9416e ol {
    color: var(--i2550); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.b9416e li { margin-bottom: 8px; }
.b9416e li strong { color: var(--gdf61); }

/* ===== 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(--n9186), var(--j31e8));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--o168a); 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(--gc989);
}
.g261ca { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--a3acc); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--gdf61);
}
.card p { color: var(--i2550); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j8bbef { overflow-x: auto; margin: 24px 0; border-radius: var(--l9906); }
.ia5c12 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ia5c12 thead th {
    background: var(--j31e8); color: var(--gdf61); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.ia5c12 thead th:first-child { border-radius: var(--l9906) 0 0 0; }
.ia5c12 thead th:last-child { border-radius: 0 var(--l9906) 0 0; }
.ia5c12 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ia5c12 td { padding: 13px 16px; }
.ia5c12 td:first-child { color: var(--i2550); font-weight: 500; width: 42%; }
.ia5c12 td:last-child { color: var(--gdf61); font-weight: 600; }
.ia5c12 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(--d6cfc), var(--g8710));
    border-radius: 50%; font-family: var(--a3acc);
    font-size: 1.2rem; font-weight: 700; color: var(--gdf61);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--i2550); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p2ebac { max-width: 800px; margin: 0 auto; }
details.j7974a { border-bottom: 1px solid rgba(255,255,255,.07); }
details.j7974a summary {
    display: block; list-style: none;
    color: var(--gdf61); font-family: var(--ld6cf);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.j7974a summary::-webkit-details-marker { display: none; }
details.j7974a summary::marker { display: none; content: ''; }
details.j7974a summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--d6cfc); transition: transform .3s;
}
details.j7974a[open] summary::after { content: '\2212'; }
details.j7974a summary:hover { color: var(--mf864); }
details.j7974a > p { padding: 0 0 20px; color: var(--i2550); font-size: .9rem; line-height: 1.7; }
details.j7974a > div { padding: 0 0 20px; color: var(--i2550); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--df583); }

/* ===== INFO GRID & CARDS ===== */
.kf82b9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d03289 {
    background: linear-gradient(145deg, var(--n9186), var(--j31e8));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--o168a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d03289:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--gc989);
}
.l12da9 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.d03289 h3 {
    font-family: var(--a3acc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--gdf61);
}
.d03289 p { color: var(--i2550); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.g0d4a8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fad166 {
    background: linear-gradient(145deg, var(--n9186), var(--j31e8));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--o168a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fad166:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.fad166 h3 {
    font-family: var(--a3acc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ce399);
}
.fad166 p { color: var(--i2550); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.o295eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j50d94 { text-align: center; padding: 22px 14px; }
.ibdb64 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--d6cfc), var(--g8710));
    border-radius: 50%; font-family: var(--a3acc);
    font-size: 1.15rem; font-weight: 800; color: var(--gdf61);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.j50d94 h3 {
    font-family: var(--a3acc); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--gdf61);
}
.j50d94 p { color: var(--i2550); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.ab558c {
    background: linear-gradient(145deg, var(--n9186), var(--j31e8));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--kaf7c);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.c1b054 { margin-top: 24px; }
.l31a82 {
    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;
}
.l31a82 > span:first-child { color: var(--i2550); text-align: left; }
.k4274d {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.k5a778 {
    height: 100%;
    background: linear-gradient(90deg, var(--d6cfc) 0%, var(--ce399) 100%);
    border-radius: 4px;
}
.l31a82 > span:last-child { color: var(--ce399); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.pa2d95 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.o399fa, .k4d9df {
    background: linear-gradient(145deg, var(--n9186), var(--j31e8));
    border-radius: var(--o168a); padding: 24px 22px;
}
.o399fa { border-top: 3px solid var(--d6fa4); }
.k4d9df { border-top: 3px solid #C84040; }
.o399fa h3, .o399fa h4 { color: var(--d6fa4); margin-bottom: 12px; font-size: 1rem; }
.k4d9df h3, .k4d9df h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.o399fa ul, .k4d9df ul { list-style: none; padding: 0; margin: 0; }
.o399fa li::before { content: '\2713 '; color: var(--d6fa4); font-weight: 700; }
.k4d9df li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.o399fa li, .k4d9df li { padding: 5px 0; color: var(--i2550); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.oe1266 {
    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(--df583);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.oe1266 h2 {
    font-family: var(--a3acc);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ce399), var(--mf864));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.oe1266 p { color: var(--i2550); 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(--d6cfc);
    border-radius: var(--l9906); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--i2550); font-size: .9rem; }
.highlight-box strong { color: var(--mf864); }

/* ===== BREADCRUMB ===== */
.o957f6 { padding: 14px 0; font-size: .82rem; }
.baff65 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.baff65 li + li::before { content: '\203A'; margin-right: 8px; color: var(--a2fd8); }
.o957f6 a { color: var(--a2fd8); }
.o957f6 a:hover { color: var(--mf864); }
.o957f6 [aria-current] { color: var(--d6cfc); }

/* ===== SITE FOOTER ===== */
.a97fc9 {
    background: var(--p86a3); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.h39967 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.h39967 a {
    color: var(--a2fd8); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.h39967 a:hover { color: var(--mf864); }

.g32b60 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g32b60 p {
    color: var(--a2fd8); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g32b60 a { color: var(--d6cfc); }
.m1972d { text-align: center; color: var(--a2fd8); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.gb76dc { max-width: 800px; margin: 0 auto; }
.gb76dc p {
    color: var(--i2550); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.gb76dc p:last-child { margin-bottom: 0; }
.gb76dc strong { color: var(--gdf61); }
.gb76dc a { color: var(--mf864); text-decoration: underline; text-underline-offset: 3px; }
.gb76dc a:hover { color: var(--ce399); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m33378 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.a1a39a { direction: rtl; }
.a1a39a > * { direction: ltr; }
.fe0741 { border-radius: var(--kaf7c); overflow: hidden; }
.fe0741 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--kaf7c);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.fe4d6e { color: var(--i2550); font-size: .93rem; line-height: 1.7; }
.fe4d6e strong { color: var(--gdf61); }
.fe4d6e a { color: var(--mf864); }
@media (max-width: 768px) {
    .m33378 { grid-template-columns: 1fr; gap: 24px; }
    .a1a39a { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ibb61);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ibb61); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l9a43c {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--d6cfc);
    color: var(--gdf61); 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(--gc989);
}
.l9a43c.ndf4a0 { opacity: 1; visibility: visible; }
.l9a43c:hover { transform: translateY(-3px); background: var(--ibb61); }

/* ===== REVIEW SCORE (review page) ===== */
.n26b0d {
    font-family: var(--a3acc); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--ce399), var(--mf864));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ce399); 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(--i2550); width: 55%; }
.score-table td:last-child { color: var(--ce399); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.g0d3c5 {
    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);
}
.g0d3c5 .o0b41d { 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) {
    .aa77af { display: none; }
    .a310f7 .h738e1 { display: none; }
    .gf04f9 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .pa2d95 { grid-template-columns: 1fr; }
    section, .b9416e { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .h39967 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .o295eb { grid-template-columns: 1fr 1fr; }
    .kf82b9 { grid-template-columns: 1fr 1fr; }
    .l31a82 { grid-template-columns: 1fr 100px auto; }
    .g0d3c5 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .c2e16f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .o295eb { grid-template-columns: 1fr; }
    .kf82b9 { grid-template-columns: 1fr; }
    .o3534d { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .n26b0d { font-size: 3.5rem; }
    .l31a82 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .pa2d95 { grid-template-columns: 1fr; }
    .ab558c { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.aec9ff {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.aec9ff summary.hf8d0e {
    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(--gdf61);
    padding: 6px 11px;
    border-radius: var(--l9906);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ld6cf);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.aec9ff summary.hf8d0e::-webkit-details-marker { display: none; }
.aec9ff summary.hf8d0e::marker { display: none; }
.aec9ff:hover summary.hf8d0e,
.aec9ff[open] summary.hf8d0e {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--ce399);
}
.bbf93b { font-size: .7rem; opacity: .7; transition: transform .2s; }
.aec9ff[open] .bbf93b { transform: rotate(180deg); }

.n57853 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--n9186);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--o168a);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.aec9ff[open] .n57853 {
    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); }
}
.n57853 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--dc65e);
    border-radius: var(--l9906);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n57853 li a:hover,
.n57853 li a.dcae09 {
    background: rgba(255,255,255,.08);
    color: var(--ce399);
}
.n57853 li a.dcae09 { font-weight: 700; }

/* Mobile lang bar */
.g218e5 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.g218e5 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(--l9906);
    color: var(--dc65e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.g218e5 a:hover,
.g218e5 a.c64eb6 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--ce399);
}
.g218e5 a.c64eb6 { font-weight: 700; }

@media (max-width: 768px) {
    .aec9ff { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.kf82b9, ul.a9f500 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.j4ab2e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .j4ab2e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.o295eb, ol.h8b4e2 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h8b4e2 > li { counter-increment: step-counter; }
ol.h8b4e2 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--d6cfc); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i269ed { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--d6cfc); }
.kb5010 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.j36ca7 { width: 36px; height: 36px; border-radius: 50%; background: var(--d6cfc); color: var(--p86a3); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.b1de34 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pdb850 { display: grid; grid-template-columns: 1fr; gap: 0; }
.fea584 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.fea584:last-child { border-bottom: none; }
.c6db35 { font-weight: 600; padding: .75rem 1rem; color: var(--d6cfc); }
.lf9066 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.l0619f .la39d9 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.l0619f .e1b889 { display: none; }
.l0619f .j7974a.jc35cd .e1b889 { display: block; }

/* faq variant C: definition list */
dl.p2ebac { display: grid; gap: 0; }
dl.p2ebac dt.d92423 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p2ebac dd.e1b889 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a26e6d { padding: 2rem 0; }
.e9e2fc { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.e9e2fc li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--o168a); border: 1px solid var(--ce399); color: var(--ce399); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.e9e2fc li a:hover { background: var(--ce399); color: var(--p86a3); }


/* Promo Banner (SVG image banners) */
.a9915a { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.fd0986 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.fd0986:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.l6bd3c { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g261ca { display: inline-block; vertical-align: middle; }
.l12da9 .g261ca { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.e71f0f {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--n9186), var(--j31e8));
    border-radius: var(--o168a); padding: 24px; margin-top: 24px;
}
.f47f05 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l9906); background: var(--df583); }
.f47f05 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.f47f05 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--ce399); }
@media (max-width: 768px) { .e71f0f { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .e71f0f { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--ce399); 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; }
  .bbaf03 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.o0b41d, .bbaf03, .c2e16f, .d84a96, .l24a7b, .gf04f9, .la39d9, .d92423, .l9a43c, .g0d3c5 a, .hf8d0e { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.bbaf03 { position: relative; overflow: visible; }
.bbaf03::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ce399); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.bbaf03:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.bbaf03::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.f42bd0 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.e48330 {
    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);
}
.e48330.afdbd0 { color: var(--ce399); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.ce77dc, .he7fe3 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.o47df3, .c9f81d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--l9906); background: var(--n9186); transition: transform 0.2s; }
.o47df3:hover, .c9f81d:hover { transform: translateY(-2px); }
.o47df3 span, .c9f81d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.ea2946 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.l224cc { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--l9906); background: var(--n9186); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.l224cc:hover { border-color: var(--ce399); }
.l224cc span { font-size: 0.7rem; color: var(--ce399); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.fceef7 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.i2145d { background: var(--n9186); border-radius: var(--o168a); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l42bbf { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ed2edc { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--ce399), var(--d6cfc)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--p86a3); flex-shrink: 0; }
.c837c2 { color: var(--ce399); font-size: 14px; letter-spacing: 1px; }
.gd0052 { color: var(--a2fd8); font-size: 0.75rem; }
.i2145d p { font-size: 0.9rem; color: var(--dc65e); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.65; }
body { font-size: 16px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.info-card:hover { transform: none; border-color: var(--gold); }
