@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Karla:wght@400;500;600;700&display=swap');
/* ===== VELVET WINE — Design System ===== */
:root {
    --kf896:        #8B0000;
    --l6732:        #B03030;
    --f7a39:        #600000;
    --l6cfc:        #A01020;
    --b1be2:        #C9A84C;
    --b0aab:        #A08838;
    --hefc5:        #8B0000;
    --he9d7:        #600000;
    --h88a5:        #080406;
    --m5118:        #100808;
    --c9e44:        #180C0C;
    --a79df:        #201010;
    --pc59e:        #FFFFFF;
    --n6fe9:        #A09090;
    --e7673:        #685858;
    --h01f3:        #A09090;
    --e9b70:    'Libre Baskerville', serif;
    --hacdc:    'Karla', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e9fb9:       12px;
    --paf27:    20px;
    --k7395:    8px;
    --hc4c3:        1100px;
    --ffb47:       0 4px 24px rgba(0,0,0,.5);
    --lbffb:         0 0 32px rgba(201,168,76,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--kf896);
    --color-primary-light: var(--l6732);
    --color-primary-dark: var(--f7a39);
    --color-accent: var(--b1be2);
    --color-accent-dark: var(--b0aab);
    --color-secondary: var(--hefc5);
    --color-secondary-dark: var(--he9d7);
    --color-surface: var(--c9e44);
    --color-surface-elevated: var(--a79df);
    --color-on-surface: var(--pc59e);
    --color-on-surface-muted: var(--n6fe9);
    --color-text: var(--pc59e);
    --color-text-secondary: var(--h01f3);
    --text-heading: var(--e9b70);
    --text-body: var(--hacdc);
    --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(--hacdc);
    background: var(--h88a5);
    color: var(--pc59e);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--l6732); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b1be2); }
img { max-width: 100%; height: auto; display: block; }

.n604a4 { width: 92%; max-width: var(--hc4c3); margin: 0 auto; }

.l7a5fc {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m04031 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--kf896); color: var(--pc59e);
    padding: 8px 16px; border-radius: var(--k7395);
    z-index: 999; transition: top .2s;
}
.m04031:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ef349a {
    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);
}
.j29350 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.n70642 {
    font-family: var(--e9b70);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--pc59e);
    white-space: nowrap; text-decoration: none;
}
.n70642:hover { color: var(--b1be2); }

/* Main Nav */
.h5d17f { display: flex; align-items: center; gap: 20px; }
.c520ef {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.c520ef a {
    color: var(--n6fe9); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.c520ef a:hover { color: var(--l6732); }

/* Language Select */
.e195eb {
    background: var(--c9e44); color: var(--pc59e);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--k7395);
    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;
}
.e195eb:hover, .e195eb:focus { border-color: var(--kf896); outline: none; }

/* Menu Toggle */
.gee9f6 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l290b5, .l290b5::before, .l290b5::after {
    display: block; width: 24px; height: 2px;
    background: var(--pc59e); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.l290b5 { position: relative; }
.l290b5::before, .l290b5::after { content: ''; position: absolute; left: 0; }
.l290b5::before { top: -7px; }
.l290b5::after { top: 7px; }

/* Mobile Nav */
.n6d2da {
    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;
}
.n6d2da.k9a7ec { display: flex; }
.h5afdf {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.h5afdf a {
    font-size: 1.2rem; font-weight: 600; color: var(--pc59e); text-decoration: none;
}
.h5afdf a:hover { color: var(--l6732); }

/* ===== BUTTONS ===== */
.f82c9d {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--e9b70); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e9fb9); 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(--kf896) 0%, var(--l6cfc) 100%);
    color: var(--pc59e); box-shadow: var(--lbffb);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--pc59e);
}
.btn-secondary {
    background: transparent; color: var(--l6732);
    border: 2px solid var(--kf896);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--b1be2); }

/* 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); }
}
.n93cff {
    background: linear-gradient(135deg, var(--b1be2) 0%, #e8a020 55%, var(--b0aab) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.n93cff:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ie84ec { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--paf27); }
.d018b3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k7395); }

/* Nav CTA in header */
.m7aefd {
    background: linear-gradient(135deg, var(--b1be2) 0%, var(--b0aab) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k7395);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.m7aefd:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.f08d28 {
    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(--h88a5);
    position: relative; overflow: hidden;
}
.f08d28::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;
}
.bba421 {
    font-family: var(--e9b70);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b1be2) 0%, var(--l6732) 50%, var(--kf896) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i2d988 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n6fe9);
    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(--h88a5);
}
.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(--e9b70);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b1be2) 0%, var(--l6732) 45%, var(--kf896) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n6fe9);
    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(--n6fe9);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--k7395);
}
.hero-stat strong { color: var(--l6732); }

/* ===== SECTIONS ===== */
.k02638 { padding: clamp(52px, 7vw, 80px) 0; }
.pb8d86 { background: var(--m5118); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--kf896); margin-bottom: 10px;
}
.k02638 h2, .idc1c6 {
    font-family: var(--e9b70);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.k02638 h3 {
    font-family: var(--e9b70); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--l6732);
}
.k02638 p, .section-desc {
    color: var(--n6fe9); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.k02638 ul, .k02638 ol {
    color: var(--n6fe9); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.k02638 li { margin-bottom: 8px; }
.k02638 li strong { color: var(--pc59e); }

/* ===== 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(--c9e44), var(--a79df));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--e9fb9); 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(--ffb47);
}
.p26440 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--e9b70); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--pc59e);
}
.card p { color: var(--n6fe9); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.d60a03 { overflow-x: auto; margin: 24px 0; border-radius: var(--k7395); }
.ma962a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ma962a thead th {
    background: var(--a79df); color: var(--pc59e); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.ma962a thead th:first-child { border-radius: var(--k7395) 0 0 0; }
.ma962a thead th:last-child { border-radius: 0 var(--k7395) 0 0; }
.ma962a tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ma962a td { padding: 13px 16px; }
.ma962a td:first-child { color: var(--n6fe9); font-weight: 500; width: 42%; }
.ma962a td:last-child { color: var(--pc59e); font-weight: 600; }
.ma962a 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(--kf896), var(--l6cfc));
    border-radius: 50%; font-family: var(--e9b70);
    font-size: 1.2rem; font-weight: 700; color: var(--pc59e);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n6fe9); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ma5907 { max-width: 800px; margin: 0 auto; }
details.c2d9c0 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.c2d9c0 summary {
    display: block; list-style: none;
    color: var(--pc59e); font-family: var(--hacdc);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c2d9c0 summary::-webkit-details-marker { display: none; }
details.c2d9c0 summary::marker { display: none; content: ''; }
details.c2d9c0 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--kf896); transition: transform .3s;
}
details.c2d9c0[open] summary::after { content: '\2212'; }
details.c2d9c0 summary:hover { color: var(--l6732); }
details.c2d9c0 > p { padding: 0 0 20px; color: var(--n6fe9); font-size: .9rem; line-height: 1.7; }
details.c2d9c0 > div { padding: 0 0 20px; color: var(--n6fe9); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m5118); }

/* ===== INFO GRID & CARDS ===== */
.n35598 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l7de00 {
    background: linear-gradient(145deg, var(--c9e44), var(--a79df));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--e9fb9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l7de00:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ffb47);
}
.p3c70c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.l7de00 h3 {
    font-family: var(--e9b70); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--pc59e);
}
.l7de00 p { color: var(--n6fe9); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.bf1b4d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.le3eeb {
    background: linear-gradient(145deg, var(--c9e44), var(--a79df));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--e9fb9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.le3eeb:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.le3eeb h3 {
    font-family: var(--e9b70); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b1be2);
}
.le3eeb p { color: var(--n6fe9); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.k1ae8c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ma25c0 { text-align: center; padding: 22px 14px; }
.hd4ee6 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--kf896), var(--l6cfc));
    border-radius: 50%; font-family: var(--e9b70);
    font-size: 1.15rem; font-weight: 800; color: var(--pc59e);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.ma25c0 h3 {
    font-family: var(--e9b70); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--pc59e);
}
.ma25c0 p { color: var(--n6fe9); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.m702ea {
    background: linear-gradient(145deg, var(--c9e44), var(--a79df));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--paf27);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.if4184 { margin-top: 24px; }
.m9a151 {
    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;
}
.m9a151 > span:first-child { color: var(--n6fe9); text-align: left; }
.pc1b98 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.m601c1 {
    height: 100%;
    background: linear-gradient(90deg, var(--kf896) 0%, var(--b1be2) 100%);
    border-radius: 4px;
}
.m9a151 > span:last-child { color: var(--b1be2); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.g1cc0c { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.g10bff, .h97a56 {
    background: linear-gradient(145deg, var(--c9e44), var(--a79df));
    border-radius: var(--e9fb9); padding: 24px 22px;
}
.g10bff { border-top: 3px solid var(--hefc5); }
.h97a56 { border-top: 3px solid #C84040; }
.g10bff h3, .g10bff h4 { color: var(--hefc5); margin-bottom: 12px; font-size: 1rem; }
.h97a56 h3, .h97a56 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.g10bff ul, .h97a56 ul { list-style: none; padding: 0; margin: 0; }
.g10bff li::before { content: '\2713 '; color: var(--hefc5); font-weight: 700; }
.h97a56 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.g10bff li, .h97a56 li { padding: 5px 0; color: var(--n6fe9); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.i32dee {
    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(--m5118);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.i32dee h2 {
    font-family: var(--e9b70);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b1be2), var(--l6732));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i32dee p { color: var(--n6fe9); 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(--kf896);
    border-radius: var(--k7395); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n6fe9); font-size: .9rem; }
.highlight-box strong { color: var(--l6732); }

/* ===== BREADCRUMB ===== */
.e0b09f { padding: 14px 0; font-size: .82rem; }
.j16173 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j16173 li + li::before { content: '\203A'; margin-right: 8px; color: var(--e7673); }
.e0b09f a { color: var(--e7673); }
.e0b09f a:hover { color: var(--l6732); }
.e0b09f [aria-current] { color: var(--kf896); }

/* ===== SITE FOOTER ===== */
.o34a3a {
    background: var(--h88a5); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.e7d0ec {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.e7d0ec a {
    color: var(--e7673); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.e7d0ec a:hover { color: var(--l6732); }

.p5e9ed {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.p5e9ed p {
    color: var(--e7673); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.p5e9ed a { color: var(--kf896); }
.p538cc { text-align: center; color: var(--e7673); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.naf756 { max-width: 800px; margin: 0 auto; }
.naf756 p {
    color: var(--n6fe9); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.naf756 p:last-child { margin-bottom: 0; }
.naf756 strong { color: var(--pc59e); }
.naf756 a { color: var(--l6732); text-decoration: underline; text-underline-offset: 3px; }
.naf756 a:hover { color: var(--b1be2); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.h1944e {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l21601 { direction: rtl; }
.l21601 > * { direction: ltr; }
.o68598 { border-radius: var(--paf27); overflow: hidden; }
.o68598 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--paf27);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.p892e5 { color: var(--n6fe9); font-size: .93rem; line-height: 1.7; }
.p892e5 strong { color: var(--pc59e); }
.p892e5 a { color: var(--l6732); }
@media (max-width: 768px) {
    .h1944e { grid-template-columns: 1fr; gap: 24px; }
    .l21601 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--f7a39);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--f7a39); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b24724 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--kf896);
    color: var(--pc59e); 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(--ffb47);
}
.b24724.l71c60 { opacity: 1; visibility: visible; }
.b24724:hover { transform: translateY(-3px); background: var(--f7a39); }

/* ===== REVIEW SCORE (review page) ===== */
.j37261 {
    font-family: var(--e9b70); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b1be2), var(--l6732));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--b1be2); 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(--n6fe9); width: 55%; }
.score-table td:last-child { color: var(--b1be2); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k5c788 {
    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);
}
.k5c788 .f82c9d { 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) {
    .c520ef { display: none; }
    .h5d17f .e195eb { display: none; }
    .gee9f6 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .g1cc0c { grid-template-columns: 1fr; }
    section, .k02638 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .e7d0ec { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .k1ae8c { grid-template-columns: 1fr 1fr; }
    .n35598 { grid-template-columns: 1fr 1fr; }
    .m9a151 { grid-template-columns: 1fr 100px auto; }
    .k5c788 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ie84ec { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .k1ae8c { grid-template-columns: 1fr; }
    .n35598 { grid-template-columns: 1fr; }
    .j29350 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j37261 { font-size: 3.5rem; }
    .m9a151 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .g1cc0c { grid-template-columns: 1fr; }
    .m702ea { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a389e4 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a389e4 summary.c8bf71 {
    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(--pc59e);
    padding: 6px 11px;
    border-radius: var(--k7395);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--hacdc);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a389e4 summary.c8bf71::-webkit-details-marker { display: none; }
.a389e4 summary.c8bf71::marker { display: none; }
.a389e4:hover summary.c8bf71,
.a389e4[open] summary.c8bf71 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--b1be2);
}
.a5543d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a389e4[open] .a5543d { transform: rotate(180deg); }

.o2f5bc {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--c9e44);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--e9fb9);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.a389e4[open] .o2f5bc {
    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); }
}
.o2f5bc li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h01f3);
    border-radius: var(--k7395);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.o2f5bc li a:hover,
.o2f5bc li a.pf50ed {
    background: rgba(255,255,255,.08);
    color: var(--b1be2);
}
.o2f5bc li a.pf50ed { font-weight: 700; }

/* Mobile lang bar */
.j66e69 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.j66e69 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(--k7395);
    color: var(--h01f3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.j66e69 a:hover,
.j66e69 a.ka3f76 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--b1be2);
}
.j66e69 a.ka3f76 { font-weight: 700; }

@media (max-width: 768px) {
    .a389e4 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n35598, ul.g35fdf { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.aa2a9a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .aa2a9a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.k1ae8c, ol.gd1993 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.gd1993 > li { counter-increment: step-counter; }
ol.gd1993 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--kf896); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.c755ef { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--kf896); }
.hd943a { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.d51d48 { width: 36px; height: 36px; border-radius: 50%; background: var(--kf896); color: var(--h88a5); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.n55c5a h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l9de1e { display: grid; grid-template-columns: 1fr; gap: 0; }
.e228fe { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.e228fe:last-child { border-bottom: none; }
.hdc310 { font-weight: 600; padding: .75rem 1rem; color: var(--kf896); }
.o0f596 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.f30b31 .gf8613 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.f30b31 .b71f1c { display: none; }
.f30b31 .c2d9c0.k9a7ec .b71f1c { display: block; }

/* faq variant C: definition list */
dl.ma5907 { display: grid; gap: 0; }
dl.ma5907 dt.ac2521 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ma5907 dd.b71f1c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c68f26 { padding: 2rem 0; }
.a02cea { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.a02cea li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e9fb9); border: 1px solid var(--b1be2); color: var(--b1be2); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.a02cea li a:hover { background: var(--b1be2); color: var(--h88a5); }


/* Promo Banner (SVG image banners) */
.afbb67 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cf3897 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cf3897:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k95649 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p26440 { display: inline-block; vertical-align: middle; }
.p3c70c .p26440 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.dab6f7 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--c9e44), var(--a79df));
    border-radius: var(--e9fb9); padding: 24px; margin-top: 24px;
}
.ad1c6b { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k7395); background: var(--m5118); }
.ad1c6b dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.ad1c6b dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--b1be2); }
@media (max-width: 768px) { .dab6f7 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .dab6f7 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--b1be2); 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; }
  .n93cff { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f82c9d, .n93cff, .ie84ec, .d018b3, .m7aefd, .gee9f6, .gf8613, .ac2521, .b24724, .k5c788 a, .c8bf71 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n93cff { position: relative; overflow: visible; }
.n93cff::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--b1be2); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n93cff:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n93cff::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.o3d761 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.f512b1 {
    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);
}
.f512b1.p0285d { color: var(--b1be2); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.d4e821, .c11ea3 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m9e742, .j9272d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k7395); background: var(--c9e44); transition: transform 0.2s; }
.m9e742:hover, .j9272d:hover { transform: translateY(-2px); }
.m9e742 span, .j9272d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.a6e11a { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.j80cbe { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k7395); background: var(--c9e44); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.j80cbe:hover { border-color: var(--b1be2); }
.j80cbe span { font-size: 0.7rem; color: var(--b1be2); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.h69730 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.gbf161 { background: var(--c9e44); border-radius: var(--e9fb9); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.hca9f0 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.b7dd68 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--b1be2), var(--kf896)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h88a5); flex-shrink: 0; }
.ee11df { color: var(--b1be2); font-size: 14px; letter-spacing: 1px; }
.k062a2 { color: var(--e7673); font-size: 0.75rem; }
.gbf161 p { font-size: 0.9rem; color: var(--h01f3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.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: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.7; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: none; border-color: var(--gold); }
