@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 {
    --h15b2:        #8B0000;
    --i53b5:        #B03030;
    --bba45:        #600000;
    --b8d39:        #A01020;
    --j020c:        #C9A84C;
    --lfe24:        #A08838;
    --hfa68:        #8B0000;
    --jd7c0:        #600000;
    --n11eb:        #080406;
    --p0920:        #100808;
    --gf2e2:        #180C0C;
    --ob54b:        #201010;
    --le0df:        #FFFFFF;
    --dfa41:        #A09090;
    --j5b18:        #685858;
    --f2ae1:        #A09090;
    --f4ee8:    'Libre Baskerville', serif;
    --k3158:    'Karla', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --oc893:       12px;
    --i4241:    20px;
    --eef7a:    8px;
    --m349c:        1100px;
    --g6d58:       0 4px 24px rgba(0,0,0,.5);
    --ad55c:         0 0 32px rgba(201,168,76,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--h15b2);
    --color-primary-light: var(--i53b5);
    --color-primary-dark: var(--bba45);
    --color-accent: var(--j020c);
    --color-accent-dark: var(--lfe24);
    --color-secondary: var(--hfa68);
    --color-secondary-dark: var(--jd7c0);
    --color-surface: var(--gf2e2);
    --color-surface-elevated: var(--ob54b);
    --color-on-surface: var(--le0df);
    --color-on-surface-muted: var(--dfa41);
    --color-text: var(--le0df);
    --color-text-secondary: var(--f2ae1);
    --text-heading: var(--f4ee8);
    --text-body: var(--k3158);
    --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(--k3158);
    background: var(--n11eb);
    color: var(--le0df);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--i53b5); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j020c); }
img { max-width: 100%; height: auto; display: block; }

.n78868 { width: 92%; max-width: var(--m349c); margin: 0 auto; }

.o02062 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.jc5075 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--h15b2); color: var(--le0df);
    padding: 8px 16px; border-radius: var(--eef7a);
    z-index: 999; transition: top .2s;
}
.jc5075:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b6899d {
    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);
}
.i80450 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.p90547 {
    font-family: var(--f4ee8);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--le0df);
    white-space: nowrap; text-decoration: none;
}
.p90547:hover { color: var(--j020c); }

/* Main Nav */
.gd1cb3 { display: flex; align-items: center; gap: 20px; }
.i0b592 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.i0b592 a {
    color: var(--dfa41); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.i0b592 a:hover { color: var(--i53b5); }

/* Language Select */
.ee0350 {
    background: var(--gf2e2); color: var(--le0df);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--eef7a);
    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;
}
.ee0350:hover, .ee0350:focus { border-color: var(--h15b2); outline: none; }

/* Menu Toggle */
.m7eeef {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.p9ab1f, .p9ab1f::before, .p9ab1f::after {
    display: block; width: 24px; height: 2px;
    background: var(--le0df); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.p9ab1f { position: relative; }
.p9ab1f::before, .p9ab1f::after { content: ''; position: absolute; left: 0; }
.p9ab1f::before { top: -7px; }
.p9ab1f::after { top: 7px; }

/* Mobile Nav */
.mdbc87 {
    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;
}
.mdbc87.fb5be9 { display: flex; }
.le6a6e {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.le6a6e a {
    font-size: 1.2rem; font-weight: 600; color: var(--le0df); text-decoration: none;
}
.le6a6e a:hover { color: var(--i53b5); }

/* ===== BUTTONS ===== */
.f3fd5f {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--f4ee8); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--oc893); 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(--h15b2) 0%, var(--b8d39) 100%);
    color: var(--le0df); box-shadow: var(--ad55c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--le0df);
}
.btn-secondary {
    background: transparent; color: var(--i53b5);
    border: 2px solid var(--h15b2);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j020c); }

/* 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); }
}
.ee0693 {
    background: linear-gradient(135deg, var(--j020c) 0%, #e8a020 55%, var(--lfe24) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ee0693:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.n9ebe9 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--i4241); }
.ocec99 { padding: 8px 18px; font-size: .85rem; border-radius: var(--eef7a); }

/* Nav CTA in header */
.j9c50a {
    background: linear-gradient(135deg, var(--j020c) 0%, var(--lfe24) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--eef7a);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.j9c50a:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ad13d5 {
    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(--n11eb);
    position: relative; overflow: hidden;
}
.ad13d5::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;
}
.k0f5d6 {
    font-family: var(--f4ee8);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j020c) 0%, var(--i53b5) 50%, var(--h15b2) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ld709a {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--dfa41);
    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(--n11eb);
}
.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(--f4ee8);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j020c) 0%, var(--i53b5) 45%, var(--h15b2) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--dfa41);
    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(--dfa41);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--eef7a);
}
.hero-stat strong { color: var(--i53b5); }

/* ===== SECTIONS ===== */
.p5165f { padding: clamp(52px, 7vw, 80px) 0; }
.e71065 { background: var(--p0920); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--h15b2); margin-bottom: 10px;
}
.p5165f h2, .d8efa7 {
    font-family: var(--f4ee8);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.p5165f h3 {
    font-family: var(--f4ee8); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--i53b5);
}
.p5165f p, .section-desc {
    color: var(--dfa41); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.p5165f ul, .p5165f ol {
    color: var(--dfa41); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.p5165f li { margin-bottom: 8px; }
.p5165f li strong { color: var(--le0df); }

/* ===== 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(--gf2e2), var(--ob54b));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--oc893); 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(--g6d58);
}
.k9fd88 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--f4ee8); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--le0df);
}
.card p { color: var(--dfa41); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.i072a9 { overflow-x: auto; margin: 24px 0; border-radius: var(--eef7a); }
.e4b54d { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.e4b54d thead th {
    background: var(--ob54b); color: var(--le0df); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.e4b54d thead th:first-child { border-radius: var(--eef7a) 0 0 0; }
.e4b54d thead th:last-child { border-radius: 0 var(--eef7a) 0 0; }
.e4b54d tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.e4b54d td { padding: 13px 16px; }
.e4b54d td:first-child { color: var(--dfa41); font-weight: 500; width: 42%; }
.e4b54d td:last-child { color: var(--le0df); font-weight: 600; }
.e4b54d 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(--h15b2), var(--b8d39));
    border-radius: 50%; font-family: var(--f4ee8);
    font-size: 1.2rem; font-weight: 700; color: var(--le0df);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--dfa41); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.h00162 { max-width: 800px; margin: 0 auto; }
details.h94225 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.h94225 summary {
    display: block; list-style: none;
    color: var(--le0df); font-family: var(--k3158);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.h94225 summary::-webkit-details-marker { display: none; }
details.h94225 summary::marker { display: none; content: ''; }
details.h94225 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--h15b2); transition: transform .3s;
}
details.h94225[open] summary::after { content: '\2212'; }
details.h94225 summary:hover { color: var(--i53b5); }
details.h94225 > p { padding: 0 0 20px; color: var(--dfa41); font-size: .9rem; line-height: 1.7; }
details.h94225 > div { padding: 0 0 20px; color: var(--dfa41); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--p0920); }

/* ===== INFO GRID & CARDS ===== */
.c52b66 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b9179c {
    background: linear-gradient(145deg, var(--gf2e2), var(--ob54b));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--oc893); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.b9179c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g6d58);
}
.h0e31c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.b9179c h3 {
    font-family: var(--f4ee8); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--le0df);
}
.b9179c p { color: var(--dfa41); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.hd55d3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e5d554 {
    background: linear-gradient(145deg, var(--gf2e2), var(--ob54b));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--oc893); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e5d554:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.e5d554 h3 {
    font-family: var(--f4ee8); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j020c);
}
.e5d554 p { color: var(--dfa41); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.h78325 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f609fd { text-align: center; padding: 22px 14px; }
.nb3283 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--h15b2), var(--b8d39));
    border-radius: 50%; font-family: var(--f4ee8);
    font-size: 1.15rem; font-weight: 800; color: var(--le0df);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.f609fd h3 {
    font-family: var(--f4ee8); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--le0df);
}
.f609fd p { color: var(--dfa41); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.p84a1c {
    background: linear-gradient(145deg, var(--gf2e2), var(--ob54b));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--i4241);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.cf91d3 { margin-top: 24px; }
.dbcb99 {
    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;
}
.dbcb99 > span:first-child { color: var(--dfa41); text-align: left; }
.pbebfd {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.bba20e {
    height: 100%;
    background: linear-gradient(90deg, var(--h15b2) 0%, var(--j020c) 100%);
    border-radius: 4px;
}
.dbcb99 > span:last-child { color: var(--j020c); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.hd7e67 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.g2f384, .f777d9 {
    background: linear-gradient(145deg, var(--gf2e2), var(--ob54b));
    border-radius: var(--oc893); padding: 24px 22px;
}
.g2f384 { border-top: 3px solid var(--hfa68); }
.f777d9 { border-top: 3px solid #C84040; }
.g2f384 h3, .g2f384 h4 { color: var(--hfa68); margin-bottom: 12px; font-size: 1rem; }
.f777d9 h3, .f777d9 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.g2f384 ul, .f777d9 ul { list-style: none; padding: 0; margin: 0; }
.g2f384 li::before { content: '\2713 '; color: var(--hfa68); font-weight: 700; }
.f777d9 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.g2f384 li, .f777d9 li { padding: 5px 0; color: var(--dfa41); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e39557 {
    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(--p0920);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.e39557 h2 {
    font-family: var(--f4ee8);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j020c), var(--i53b5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e39557 p { color: var(--dfa41); 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(--h15b2);
    border-radius: var(--eef7a); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--dfa41); font-size: .9rem; }
.highlight-box strong { color: var(--i53b5); }

/* ===== BREADCRUMB ===== */
.c49313 { padding: 14px 0; font-size: .82rem; }
.a12ad5 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.a12ad5 li + li::before { content: '\203A'; margin-right: 8px; color: var(--j5b18); }
.c49313 a { color: var(--j5b18); }
.c49313 a:hover { color: var(--i53b5); }
.c49313 [aria-current] { color: var(--h15b2); }

/* ===== SITE FOOTER ===== */
.a5420f {
    background: var(--n11eb); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.ee8ef9 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.ee8ef9 a {
    color: var(--j5b18); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.ee8ef9 a:hover { color: var(--i53b5); }

.o67d52 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.o67d52 p {
    color: var(--j5b18); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.o67d52 a { color: var(--h15b2); }
.i53860 { text-align: center; color: var(--j5b18); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.hda2ac { max-width: 800px; margin: 0 auto; }
.hda2ac p {
    color: var(--dfa41); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.hda2ac p:last-child { margin-bottom: 0; }
.hda2ac strong { color: var(--le0df); }
.hda2ac a { color: var(--i53b5); text-decoration: underline; text-underline-offset: 3px; }
.hda2ac a:hover { color: var(--j020c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.k2c35f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hca537 { direction: rtl; }
.hca537 > * { direction: ltr; }
.fc26fd { border-radius: var(--i4241); overflow: hidden; }
.fc26fd img {
    width: 100%; height: auto; display: block;
    border-radius: var(--i4241);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.a5a9a6 { color: var(--dfa41); font-size: .93rem; line-height: 1.7; }
.a5a9a6 strong { color: var(--le0df); }
.a5a9a6 a { color: var(--i53b5); }
@media (max-width: 768px) {
    .k2c35f { grid-template-columns: 1fr; gap: 24px; }
    .hca537 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--bba45);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--bba45); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.iaf841 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--h15b2);
    color: var(--le0df); 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(--g6d58);
}
.iaf841.dc5c79 { opacity: 1; visibility: visible; }
.iaf841:hover { transform: translateY(-3px); background: var(--bba45); }

/* ===== REVIEW SCORE (review page) ===== */
.bbe45d {
    font-family: var(--f4ee8); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j020c), var(--i53b5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j020c); 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(--dfa41); width: 55%; }
.score-table td:last-child { color: var(--j020c); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.n6f430 {
    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);
}
.n6f430 .f3fd5f { 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) {
    .i0b592 { display: none; }
    .gd1cb3 .ee0350 { display: none; }
    .m7eeef { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .hd7e67 { grid-template-columns: 1fr; }
    section, .p5165f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .ee8ef9 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .h78325 { grid-template-columns: 1fr 1fr; }
    .c52b66 { grid-template-columns: 1fr 1fr; }
    .dbcb99 { grid-template-columns: 1fr 100px auto; }
    .n6f430 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n9ebe9 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .h78325 { grid-template-columns: 1fr; }
    .c52b66 { grid-template-columns: 1fr; }
    .i80450 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .bbe45d { font-size: 3.5rem; }
    .dbcb99 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .hd7e67 { grid-template-columns: 1fr; }
    .p84a1c { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ke937c {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ke937c summary.gcd22f {
    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(--le0df);
    padding: 6px 11px;
    border-radius: var(--eef7a);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--k3158);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ke937c summary.gcd22f::-webkit-details-marker { display: none; }
.ke937c summary.gcd22f::marker { display: none; }
.ke937c:hover summary.gcd22f,
.ke937c[open] summary.gcd22f {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j020c);
}
.bc5256 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ke937c[open] .bc5256 { transform: rotate(180deg); }

.ja247e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--gf2e2);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--oc893);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.ke937c[open] .ja247e {
    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); }
}
.ja247e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--f2ae1);
    border-radius: var(--eef7a);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ja247e li a:hover,
.ja247e li a.ic6377 {
    background: rgba(255,255,255,.08);
    color: var(--j020c);
}
.ja247e li a.ic6377 { font-weight: 700; }

/* Mobile lang bar */
.n82b1d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.n82b1d 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(--eef7a);
    color: var(--f2ae1);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.n82b1d a:hover,
.n82b1d a.p27073 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j020c);
}
.n82b1d a.p27073 { font-weight: 700; }

@media (max-width: 768px) {
    .ke937c { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.c52b66, ul.b68d19 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.n2feb6 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .n2feb6 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.h78325, ol.j9113b { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.j9113b > li { counter-increment: step-counter; }
ol.j9113b > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--h15b2); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.l34c9e { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--h15b2); }
.ie38b7 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.od93c8 { width: 36px; height: 36px; border-radius: 50%; background: var(--h15b2); color: var(--n11eb); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.e791b5 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pd0cff { display: grid; grid-template-columns: 1fr; gap: 0; }
.jcf571 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.jcf571:last-child { border-bottom: none; }
.l7f79b { font-weight: 600; padding: .75rem 1rem; color: var(--h15b2); }
.c69ae1 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.jed068 .f7a0f7 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.jed068 .f04a87 { display: none; }
.jed068 .h94225.fb5be9 .f04a87 { display: block; }

/* faq variant C: definition list */
dl.h00162 { display: grid; gap: 0; }
dl.h00162 dt.m47a46 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.h00162 dd.f04a87 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ba8669 { padding: 2rem 0; }
.a77acc { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.a77acc li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--oc893); border: 1px solid var(--j020c); color: var(--j020c); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.a77acc li a:hover { background: var(--j020c); color: var(--n11eb); }


/* Promo Banner (SVG image banners) */
.fb8504 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.m4d0cb { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.m4d0cb:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.dfd900 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.k9fd88 { display: inline-block; vertical-align: middle; }
.h0e31c .k9fd88 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--gf2e2), var(--ob54b));
    border-radius: var(--oc893); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--eef7a); background: var(--p0920); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--j020c); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--j020c); 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; }
  .ee0693 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f3fd5f, .ee0693, .n9ebe9, .ocec99, .j9c50a, .m7eeef, .f7a0f7, .m47a46, .iaf841, .n6f430 a, .gcd22f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ee0693 { position: relative; overflow: visible; }
.ee0693::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j020c); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ee0693:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ee0693::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    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);
}
.hero-badge.freshness { color: var(--j020c); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--eef7a); background: var(--gf2e2); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--eef7a); background: var(--gf2e2); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j020c); }
.trust-item span { font-size: 0.7rem; color: var(--j020c); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--gf2e2); border-radius: var(--oc893); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--j020c), var(--h15b2)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n11eb); flex-shrink: 0; }
.review-stars { color: var(--j020c); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--j5b18); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--f2ae1); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
: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(260px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.7; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }
