@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
/* ===== FROST SILVER — Design System ===== */
:root {
    --l4277:        #B0C4DE;
    --cd868:        #D0E0F0;
    --p7d8d:        #8AA0C0;
    --aeaa7:        #C0D0E0;
    --k903e:        #B0C4DE;
    --nb545:        #8AA0C0;
    --ade0a:        #708090;
    --ce352:        #506070;
    --i64a0:        #060608;
    --ea3f1:        #0C0C10;
    --be144:        #141418;
    --m45ad:        #1C1C22;
    --k7fbd:        #FFFFFF;
    --kb30b:        #8890A0;
    --k3d28:        #585E6E;
    --nad7c:        #8890A0;
    --oebad:    'Space Grotesk', sans-serif;
    --a6a5d:    'IBM Plex Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --c7e72:       4px;
    --gc491:    8px;
    --e0f7a:    2px;
    --p3246:        1100px;
    --m1607:       0 4px 24px rgba(0,0,0,.5);
    --n938e:         0 0 32px rgba(176,196,222,.2);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--l4277);
    --color-primary-light: var(--cd868);
    --color-primary-dark: var(--p7d8d);
    --color-accent: var(--k903e);
    --color-accent-dark: var(--nb545);
    --color-secondary: var(--ade0a);
    --color-secondary-dark: var(--ce352);
    --color-surface: var(--be144);
    --color-surface-elevated: var(--m45ad);
    --color-on-surface: var(--k7fbd);
    --color-on-surface-muted: var(--kb30b);
    --color-text: var(--k7fbd);
    --color-text-secondary: var(--nad7c);
    --text-heading: var(--oebad);
    --text-body: var(--a6a5d);
    --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(--a6a5d);
    background: var(--i64a0);
    color: var(--k7fbd);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--cd868); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k903e); }
img { max-width: 100%; height: auto; display: block; }

.obd1a4 { width: 92%; max-width: var(--p3246); margin: 0 auto; }

.odfe2b {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.g98035 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--l4277); color: var(--k7fbd);
    padding: 8px 16px; border-radius: var(--e0f7a);
    z-index: 999; transition: top .2s;
}
.g98035:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f3ed58 {
    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);
}
.aa3f3f {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.c1c5a3 {
    font-family: var(--oebad);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--k7fbd);
    white-space: nowrap; text-decoration: none;
}
.c1c5a3:hover { color: var(--k903e); }

/* Main Nav */
.gbf8ac { display: flex; align-items: center; gap: 20px; }
.gac14c {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.gac14c a {
    color: var(--kb30b); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.gac14c a:hover { color: var(--cd868); }

/* Language Select */
.b99387 {
    background: var(--be144); color: var(--k7fbd);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--e0f7a);
    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;
}
.b99387:hover, .b99387:focus { border-color: var(--l4277); outline: none; }

/* Menu Toggle */
.k0bc43 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.if3695, .if3695::before, .if3695::after {
    display: block; width: 24px; height: 2px;
    background: var(--k7fbd); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.if3695 { position: relative; }
.if3695::before, .if3695::after { content: ''; position: absolute; left: 0; }
.if3695::before { top: -7px; }
.if3695::after { top: 7px; }

/* Mobile Nav */
.i4da09 {
    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;
}
.i4da09.a68a6d { display: flex; }
.h43923 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.h43923 a {
    font-size: 1.2rem; font-weight: 600; color: var(--k7fbd); text-decoration: none;
}
.h43923 a:hover { color: var(--cd868); }

/* ===== BUTTONS ===== */
.f74f71 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--oebad); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--c7e72); 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(--l4277) 0%, var(--aeaa7) 100%);
    color: var(--k7fbd); box-shadow: var(--n938e);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--k7fbd);
}
.btn-secondary {
    background: transparent; color: var(--cd868);
    border: 2px solid var(--l4277);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k903e); }

/* 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); }
}
.na8fe1 {
    background: linear-gradient(135deg, var(--k903e) 0%, #e8a020 55%, var(--nb545) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.na8fe1:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.b766e2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--gc491); }
.gf7734 { padding: 8px 18px; font-size: .85rem; border-radius: var(--e0f7a); }

/* Nav CTA in header */
.baa0de {
    background: linear-gradient(135deg, var(--k903e) 0%, var(--nb545) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--e0f7a);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.baa0de:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.c5796c {
    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(--i64a0);
    position: relative; overflow: hidden;
}
.c5796c::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;
}
.cb39d2 {
    font-family: var(--oebad);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k903e) 0%, var(--cd868) 50%, var(--l4277) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a6b414 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--kb30b);
    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(--i64a0);
}
.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(--oebad);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k903e) 0%, var(--cd868) 45%, var(--l4277) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--kb30b);
    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(--kb30b);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--e0f7a);
}
.hero-stat strong { color: var(--cd868); }

/* ===== SECTIONS ===== */
.g23817 { padding: clamp(52px, 7vw, 80px) 0; }
.id479f { background: var(--ea3f1); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--l4277); margin-bottom: 10px;
}
.g23817 h2, .l0e5e0 {
    font-family: var(--oebad);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g23817 h3 {
    font-family: var(--oebad); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--cd868);
}
.g23817 p, .section-desc {
    color: var(--kb30b); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g23817 ul, .g23817 ol {
    color: var(--kb30b); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g23817 li { margin-bottom: 8px; }
.g23817 li strong { color: var(--k7fbd); }

/* ===== 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(--be144), var(--m45ad));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--c7e72); 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(--m1607);
}
.l9b4f9 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--oebad); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--k7fbd);
}
.card p { color: var(--kb30b); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.id08f6 { overflow-x: auto; margin: 24px 0; border-radius: var(--e0f7a); }
.c80bdc { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.c80bdc thead th {
    background: var(--m45ad); color: var(--k7fbd); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.c80bdc thead th:first-child { border-radius: var(--e0f7a) 0 0 0; }
.c80bdc thead th:last-child { border-radius: 0 var(--e0f7a) 0 0; }
.c80bdc tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.c80bdc td { padding: 13px 16px; }
.c80bdc td:first-child { color: var(--kb30b); font-weight: 500; width: 42%; }
.c80bdc td:last-child { color: var(--k7fbd); font-weight: 600; }
.c80bdc 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(--l4277), var(--aeaa7));
    border-radius: 50%; font-family: var(--oebad);
    font-size: 1.2rem; font-weight: 700; color: var(--k7fbd);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--kb30b); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.i0b97a { max-width: 800px; margin: 0 auto; }
details.a6f90c { border-bottom: 1px solid rgba(255,255,255,.07); }
details.a6f90c summary {
    display: block; list-style: none;
    color: var(--k7fbd); font-family: var(--a6a5d);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.a6f90c summary::-webkit-details-marker { display: none; }
details.a6f90c summary::marker { display: none; content: ''; }
details.a6f90c summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--l4277); transition: transform .3s;
}
details.a6f90c[open] summary::after { content: '\2212'; }
details.a6f90c summary:hover { color: var(--cd868); }
details.a6f90c > p { padding: 0 0 20px; color: var(--kb30b); font-size: .9rem; line-height: 1.7; }
details.a6f90c > div { padding: 0 0 20px; color: var(--kb30b); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ea3f1); }

/* ===== INFO GRID & CARDS ===== */
.f7b658 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p217ea {
    background: linear-gradient(145deg, var(--be144), var(--m45ad));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--c7e72); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p217ea:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--m1607);
}
.a4df81 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p217ea h3 {
    font-family: var(--oebad); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k7fbd);
}
.p217ea p { color: var(--kb30b); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.mf774d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.lb2f21 {
    background: linear-gradient(145deg, var(--be144), var(--m45ad));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--c7e72); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.lb2f21:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.lb2f21 h3 {
    font-family: var(--oebad); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k903e);
}
.lb2f21 p { color: var(--kb30b); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.aafb7a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.iafd9e { text-align: center; padding: 22px 14px; }
.h7d571 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--l4277), var(--aeaa7));
    border-radius: 50%; font-family: var(--oebad);
    font-size: 1.15rem; font-weight: 800; color: var(--k7fbd);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.iafd9e h3 {
    font-family: var(--oebad); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--k7fbd);
}
.iafd9e p { color: var(--kb30b); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.i8c548 {
    background: linear-gradient(145deg, var(--be144), var(--m45ad));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--gc491);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.h077ab { margin-top: 24px; }
.lb2157 {
    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;
}
.lb2157 > span:first-child { color: var(--kb30b); text-align: left; }
.b43fb7 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.j7160f {
    height: 100%;
    background: linear-gradient(90deg, var(--l4277) 0%, var(--k903e) 100%);
    border-radius: 4px;
}
.lb2157 > span:last-child { color: var(--k903e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ob1087 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.o2a28f, .f5f877 {
    background: linear-gradient(145deg, var(--be144), var(--m45ad));
    border-radius: var(--c7e72); padding: 24px 22px;
}
.o2a28f { border-top: 3px solid var(--ade0a); }
.f5f877 { border-top: 3px solid #C84040; }
.o2a28f h3, .o2a28f h4 { color: var(--ade0a); margin-bottom: 12px; font-size: 1rem; }
.f5f877 h3, .f5f877 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.o2a28f ul, .f5f877 ul { list-style: none; padding: 0; margin: 0; }
.o2a28f li::before { content: '\2713 '; color: var(--ade0a); font-weight: 700; }
.f5f877 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.o2a28f li, .f5f877 li { padding: 5px 0; color: var(--kb30b); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.db0495 {
    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(--ea3f1);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.db0495 h2 {
    font-family: var(--oebad);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k903e), var(--cd868));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.db0495 p { color: var(--kb30b); 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(--l4277);
    border-radius: var(--e0f7a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--kb30b); font-size: .9rem; }
.highlight-box strong { color: var(--cd868); }

/* ===== BREADCRUMB ===== */
.m1eb42 { padding: 14px 0; font-size: .82rem; }
.m6ba6c { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.m6ba6c li + li::before { content: '\203A'; margin-right: 8px; color: var(--k3d28); }
.m1eb42 a { color: var(--k3d28); }
.m1eb42 a:hover { color: var(--cd868); }
.m1eb42 [aria-current] { color: var(--l4277); }

/* ===== SITE FOOTER ===== */
.gcc017 {
    background: var(--i64a0); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.c53998 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.c53998 a {
    color: var(--k3d28); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.c53998 a:hover { color: var(--cd868); }

.fe063b {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.fe063b p {
    color: var(--k3d28); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.fe063b a { color: var(--l4277); }
.ff52f8 { text-align: center; color: var(--k3d28); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ae29e4 { max-width: 800px; margin: 0 auto; }
.ae29e4 p {
    color: var(--kb30b); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.ae29e4 p:last-child { margin-bottom: 0; }
.ae29e4 strong { color: var(--k7fbd); }
.ae29e4 a { color: var(--cd868); text-decoration: underline; text-underline-offset: 3px; }
.ae29e4 a:hover { color: var(--k903e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ldd522 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.nb18d7 { direction: rtl; }
.nb18d7 > * { direction: ltr; }
.a161bb { border-radius: var(--gc491); overflow: hidden; }
.a161bb img {
    width: 100%; height: auto; display: block;
    border-radius: var(--gc491);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.bf3bee { color: var(--kb30b); font-size: .93rem; line-height: 1.7; }
.bf3bee strong { color: var(--k7fbd); }
.bf3bee a { color: var(--cd868); }
@media (max-width: 768px) {
    .ldd522 { grid-template-columns: 1fr; gap: 24px; }
    .nb18d7 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--p7d8d);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--p7d8d); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.o9f419 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--l4277);
    color: var(--k7fbd); 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(--m1607);
}
.o9f419.e49df8 { opacity: 1; visibility: visible; }
.o9f419:hover { transform: translateY(-3px); background: var(--p7d8d); }

/* ===== REVIEW SCORE (review page) ===== */
.gaa217 {
    font-family: var(--oebad); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k903e), var(--cd868));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k903e); 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(--kb30b); width: 55%; }
.score-table td:last-child { color: var(--k903e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.oa2940 {
    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);
}
.oa2940 .f74f71 { 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) {
    .gac14c { display: none; }
    .gbf8ac .b99387 { display: none; }
    .k0bc43 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ob1087 { grid-template-columns: 1fr; }
    section, .g23817 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .c53998 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .aafb7a { grid-template-columns: 1fr 1fr; }
    .f7b658 { grid-template-columns: 1fr 1fr; }
    .lb2157 { grid-template-columns: 1fr 100px auto; }
    .oa2940 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .b766e2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .aafb7a { grid-template-columns: 1fr; }
    .f7b658 { grid-template-columns: 1fr; }
    .aa3f3f { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .gaa217 { font-size: 3.5rem; }
    .lb2157 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ob1087 { grid-template-columns: 1fr; }
    .i8c548 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f83950 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f83950 summary.kb162d {
    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(--k7fbd);
    padding: 6px 11px;
    border-radius: var(--e0f7a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--a6a5d);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f83950 summary.kb162d::-webkit-details-marker { display: none; }
.f83950 summary.kb162d::marker { display: none; }
.f83950:hover summary.kb162d,
.f83950[open] summary.kb162d {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k903e);
}
.pd7a6c { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f83950[open] .pd7a6c { transform: rotate(180deg); }

.l707c0 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--be144);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--c7e72);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f83950[open] .l707c0 {
    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); }
}
.l707c0 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--nad7c);
    border-radius: var(--e0f7a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l707c0 li a:hover,
.l707c0 li a.kd8ec3 {
    background: rgba(255,255,255,.08);
    color: var(--k903e);
}
.l707c0 li a.kd8ec3 { font-weight: 700; }

/* Mobile lang bar */
.e00af3 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e00af3 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(--e0f7a);
    color: var(--nad7c);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e00af3 a:hover,
.e00af3 a.fdced9 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k903e);
}
.e00af3 a.fdced9 { font-weight: 700; }

@media (max-width: 768px) {
    .f83950 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f7b658, ul.o44926 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a31175 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a31175 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.aafb7a, ol.l49945 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.l49945 > li { counter-increment: step-counter; }
ol.l49945 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--l4277); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.a6d0da { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--l4277); }
.b59dfe { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f9c2e2 { width: 36px; height: 36px; border-radius: 50%; background: var(--l4277); color: var(--i64a0); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.la1c04 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ncca57 { display: grid; grid-template-columns: 1fr; gap: 0; }
.b81274 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b81274:last-child { border-bottom: none; }
.e23a6a { font-weight: 600; padding: .75rem 1rem; color: var(--l4277); }
.b23d1f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.i3b720 .ofa586 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.i3b720 .ja2b18 { display: none; }
.i3b720 .a6f90c.a68a6d .ja2b18 { display: block; }

/* faq variant C: definition list */
dl.i0b97a { display: grid; gap: 0; }
dl.i0b97a dt.e2fde0 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.i0b97a dd.ja2b18 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f728e3 { padding: 2rem 0; }
.f66899 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f66899 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--c7e72); border: 1px solid var(--k903e); color: var(--k903e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f66899 li a:hover { background: var(--k903e); color: var(--i64a0); }


/* Promo Banner (SVG image banners) */
.h90a96 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h2589b { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h2589b:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ad299a { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.l9b4f9 { display: inline-block; vertical-align: middle; }
.a4df81 .l9b4f9 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.oc9347 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--be144), var(--m45ad));
    border-radius: var(--c7e72); padding: 24px; margin-top: 24px;
}
.jc0351 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--e0f7a); background: var(--ea3f1); }
.jc0351 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.jc0351 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--k903e); }
@media (max-width: 768px) { .oc9347 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .oc9347 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--k903e); 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; }
  .na8fe1 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f74f71, .na8fe1, .b766e2, .gf7734, .baa0de, .k0bc43, .ofa586, .e2fde0, .o9f419, .oa2940 a, .kb162d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.na8fe1 { position: relative; overflow: visible; }
.na8fe1::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k903e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.na8fe1:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.na8fe1::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.d033c8 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.o29735 {
    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);
}
.o29735.j606d2 { color: var(--k903e); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.fbd528, .n1be39 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.kee57c, .o67a17 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--e0f7a); background: var(--be144); transition: transform 0.2s; }
.kee57c:hover, .o67a17:hover { transform: translateY(-2px); }
.kee57c span, .o67a17 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.kcbdaa { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.faac5d { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--e0f7a); background: var(--be144); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.faac5d:hover { border-color: var(--k903e); }
.faac5d span { font-size: 0.7rem; color: var(--k903e); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.ffb9a3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.bc97be { background: var(--be144); border-radius: var(--c7e72); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.nb3b73 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.j9a5dc { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--k903e), var(--l4277)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--i64a0); flex-shrink: 0; }
.g8700a { color: var(--k903e); font-size: 14px; letter-spacing: 1px; }
.o5d991 { color: var(--k3d28); font-size: 0.75rem; }
.bc97be p { font-size: 0.9rem; color: var(--nad7c); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
: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)); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.75; }
body { font-size: 17px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
