@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 {
    --b1561:        #8B0000;
    --i9812:        #B03030;
    --e33c3:        #600000;
    --h38e2:        #A01020;
    --j7d11:        #C9A84C;
    --c4fd9:        #A08838;
    --ce6af:        #8B0000;
    --f0db1:        #600000;
    --f78bc:        #080406;
    --mb5ac:        #100808;
    --n036d:        #180C0C;
    --fc27c:        #201010;
    --o3586:        #FFFFFF;
    --n5cd7:        #A09090;
    --h2c8d:        #685858;
    --ie2b3:        #A09090;
    --ac2c2:    'Libre Baskerville', serif;
    --d2482:    'Karla', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ob66a:       12px;
    --ca488:    20px;
    --c11a3:    8px;
    --d847f:        1100px;
    --i5f3e:       0 4px 24px rgba(0,0,0,.5);
    --k9c99:         0 0 32px rgba(201,168,76,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b1561);
    --color-primary-light: var(--i9812);
    --color-primary-dark: var(--e33c3);
    --color-accent: var(--j7d11);
    --color-accent-dark: var(--c4fd9);
    --color-secondary: var(--ce6af);
    --color-secondary-dark: var(--f0db1);
    --color-surface: var(--n036d);
    --color-surface-elevated: var(--fc27c);
    --color-on-surface: var(--o3586);
    --color-on-surface-muted: var(--n5cd7);
    --color-text: var(--o3586);
    --color-text-secondary: var(--ie2b3);
    --text-heading: var(--ac2c2);
    --text-body: var(--d2482);
    --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(--d2482);
    background: var(--f78bc);
    color: var(--o3586);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--i9812); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j7d11); }
img { max-width: 100%; height: auto; display: block; }

.p5572c { width: 92%; max-width: var(--d847f); margin: 0 auto; }

.n84fcb {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i5d095 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b1561); color: var(--o3586);
    padding: 8px 16px; border-radius: var(--c11a3);
    z-index: 999; transition: top .2s;
}
.i5d095:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ab7e4f {
    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);
}
.o5f560 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.o9a4fc {
    font-family: var(--ac2c2);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o3586);
    white-space: nowrap; text-decoration: none;
}
.o9a4fc:hover { color: var(--j7d11); }

/* Main Nav */
.n18cfe { display: flex; align-items: center; gap: 20px; }
.l7fbbf {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.l7fbbf a {
    color: var(--n5cd7); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.l7fbbf a:hover { color: var(--i9812); }

/* Language Select */
.l0347b {
    background: var(--n036d); color: var(--o3586);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--c11a3);
    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;
}
.l0347b:hover, .l0347b:focus { border-color: var(--b1561); outline: none; }

/* Menu Toggle */
.ae7684 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n91ede, .n91ede::before, .n91ede::after {
    display: block; width: 24px; height: 2px;
    background: var(--o3586); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.n91ede { position: relative; }
.n91ede::before, .n91ede::after { content: ''; position: absolute; left: 0; }
.n91ede::before { top: -7px; }
.n91ede::after { top: 7px; }

/* Mobile Nav */
.e71f0c {
    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;
}
.e71f0c.b0b31f { display: flex; }
.pb10eb {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.pb10eb a {
    font-size: 1.2rem; font-weight: 600; color: var(--o3586); text-decoration: none;
}
.pb10eb a:hover { color: var(--i9812); }

/* ===== BUTTONS ===== */
.k47ab9 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ac2c2); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ob66a); 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(--b1561) 0%, var(--h38e2) 100%);
    color: var(--o3586); box-shadow: var(--k9c99);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--o3586);
}
.btn-secondary {
    background: transparent; color: var(--i9812);
    border: 2px solid var(--b1561);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j7d11); }

/* 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); }
}
.oe46ef {
    background: linear-gradient(135deg, var(--j7d11) 0%, #e8a020 55%, var(--c4fd9) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.oe46ef:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.o6e0ba { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ca488); }
.e88496 { padding: 8px 18px; font-size: .85rem; border-radius: var(--c11a3); }

/* Nav CTA in header */
.ge7cbe {
    background: linear-gradient(135deg, var(--j7d11) 0%, var(--c4fd9) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--c11a3);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.ge7cbe:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ic664f {
    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(--f78bc);
    position: relative; overflow: hidden;
}
.ic664f::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;
}
.ea5721 {
    font-family: var(--ac2c2);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j7d11) 0%, var(--i9812) 50%, var(--b1561) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.kb7826 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n5cd7);
    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(--f78bc);
}
.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(--ac2c2);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j7d11) 0%, var(--i9812) 45%, var(--b1561) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n5cd7);
    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(--n5cd7);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--c11a3);
}
.hero-stat strong { color: var(--i9812); }

/* ===== SECTIONS ===== */
.i696bd { padding: clamp(52px, 7vw, 80px) 0; }
.l49d28 { background: var(--mb5ac); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b1561); margin-bottom: 10px;
}
.i696bd h2, .g8d7dd {
    font-family: var(--ac2c2);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.i696bd h3 {
    font-family: var(--ac2c2); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--i9812);
}
.i696bd p, .section-desc {
    color: var(--n5cd7); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i696bd ul, .i696bd ol {
    color: var(--n5cd7); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i696bd li { margin-bottom: 8px; }
.i696bd li strong { color: var(--o3586); }

/* ===== 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(--n036d), var(--fc27c));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--ob66a); 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(--i5f3e);
}
.aa3211 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ac2c2); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o3586);
}
.card p { color: var(--n5cd7); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.feb3fd { overflow-x: auto; margin: 24px 0; border-radius: var(--c11a3); }
.pd3914 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.pd3914 thead th {
    background: var(--fc27c); color: var(--o3586); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.pd3914 thead th:first-child { border-radius: var(--c11a3) 0 0 0; }
.pd3914 thead th:last-child { border-radius: 0 var(--c11a3) 0 0; }
.pd3914 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.pd3914 td { padding: 13px 16px; }
.pd3914 td:first-child { color: var(--n5cd7); font-weight: 500; width: 42%; }
.pd3914 td:last-child { color: var(--o3586); font-weight: 600; }
.pd3914 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(--b1561), var(--h38e2));
    border-radius: 50%; font-family: var(--ac2c2);
    font-size: 1.2rem; font-weight: 700; color: var(--o3586);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n5cd7); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.mbbe16 { max-width: 800px; margin: 0 auto; }
details.e00859 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.e00859 summary {
    display: block; list-style: none;
    color: var(--o3586); font-family: var(--d2482);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.e00859 summary::-webkit-details-marker { display: none; }
details.e00859 summary::marker { display: none; content: ''; }
details.e00859 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b1561); transition: transform .3s;
}
details.e00859[open] summary::after { content: '\2212'; }
details.e00859 summary:hover { color: var(--i9812); }
details.e00859 > p { padding: 0 0 20px; color: var(--n5cd7); font-size: .9rem; line-height: 1.7; }
details.e00859 > div { padding: 0 0 20px; color: var(--n5cd7); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--mb5ac); }

/* ===== INFO GRID & CARDS ===== */
.h1c85a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.bd85af {
    background: linear-gradient(145deg, var(--n036d), var(--fc27c));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--ob66a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bd85af:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--i5f3e);
}
.f21f46 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.bd85af h3 {
    font-family: var(--ac2c2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o3586);
}
.bd85af p { color: var(--n5cd7); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.fdd414 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.jcc520 {
    background: linear-gradient(145deg, var(--n036d), var(--fc27c));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--ob66a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.jcc520:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.jcc520 h3 {
    font-family: var(--ac2c2); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j7d11);
}
.jcc520 p { color: var(--n5cd7); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ccb972 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ad4e61 { text-align: center; padding: 22px 14px; }
.gfe7b6 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b1561), var(--h38e2));
    border-radius: 50%; font-family: var(--ac2c2);
    font-size: 1.15rem; font-weight: 800; color: var(--o3586);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.ad4e61 h3 {
    font-family: var(--ac2c2); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o3586);
}
.ad4e61 p { color: var(--n5cd7); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.gebd67 {
    background: linear-gradient(145deg, var(--n036d), var(--fc27c));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ca488);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.gcffaf { margin-top: 24px; }
.m8fed5 {
    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;
}
.m8fed5 > span:first-child { color: var(--n5cd7); text-align: left; }
.eab287 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ke22c7 {
    height: 100%;
    background: linear-gradient(90deg, var(--b1561) 0%, var(--j7d11) 100%);
    border-radius: 4px;
}
.m8fed5 > span:last-child { color: var(--j7d11); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.dc1829 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a710cc, .c0a785 {
    background: linear-gradient(145deg, var(--n036d), var(--fc27c));
    border-radius: var(--ob66a); padding: 24px 22px;
}
.a710cc { border-top: 3px solid var(--ce6af); }
.c0a785 { border-top: 3px solid #C84040; }
.a710cc h3, .a710cc h4 { color: var(--ce6af); margin-bottom: 12px; font-size: 1rem; }
.c0a785 h3, .c0a785 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.a710cc ul, .c0a785 ul { list-style: none; padding: 0; margin: 0; }
.a710cc li::before { content: '\2713 '; color: var(--ce6af); font-weight: 700; }
.c0a785 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.a710cc li, .c0a785 li { padding: 5px 0; color: var(--n5cd7); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.n4eb64 {
    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(--mb5ac);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.n4eb64 h2 {
    font-family: var(--ac2c2);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j7d11), var(--i9812));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.n4eb64 p { color: var(--n5cd7); 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(--b1561);
    border-radius: var(--c11a3); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n5cd7); font-size: .9rem; }
.highlight-box strong { color: var(--i9812); }

/* ===== BREADCRUMB ===== */
.kfad67 { padding: 14px 0; font-size: .82rem; }
.kfcb79 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.kfcb79 li + li::before { content: '\203A'; margin-right: 8px; color: var(--h2c8d); }
.kfad67 a { color: var(--h2c8d); }
.kfad67 a:hover { color: var(--i9812); }
.kfad67 [aria-current] { color: var(--b1561); }

/* ===== SITE FOOTER ===== */
.m8a107 {
    background: var(--f78bc); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.p5780d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.p5780d a {
    color: var(--h2c8d); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.p5780d a:hover { color: var(--i9812); }

.kc2e72 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.kc2e72 p {
    color: var(--h2c8d); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.kc2e72 a { color: var(--b1561); }
.h01dd7 { text-align: center; color: var(--h2c8d); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.h00966 { max-width: 800px; margin: 0 auto; }
.h00966 p {
    color: var(--n5cd7); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.h00966 p:last-child { margin-bottom: 0; }
.h00966 strong { color: var(--o3586); }
.h00966 a { color: var(--i9812); text-decoration: underline; text-underline-offset: 3px; }
.h00966 a:hover { color: var(--j7d11); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a9f75c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c73a97 { direction: rtl; }
.c73a97 > * { direction: ltr; }
.lc9647 { border-radius: var(--ca488); overflow: hidden; }
.lc9647 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ca488);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.n66d8e { color: var(--n5cd7); font-size: .93rem; line-height: 1.7; }
.n66d8e strong { color: var(--o3586); }
.n66d8e a { color: var(--i9812); }
@media (max-width: 768px) {
    .a9f75c { grid-template-columns: 1fr; gap: 24px; }
    .c73a97 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--e33c3);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--e33c3); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.nd15cd {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b1561);
    color: var(--o3586); 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(--i5f3e);
}
.nd15cd.pd7d60 { opacity: 1; visibility: visible; }
.nd15cd:hover { transform: translateY(-3px); background: var(--e33c3); }

/* ===== REVIEW SCORE (review page) ===== */
.gee1dc {
    font-family: var(--ac2c2); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j7d11), var(--i9812));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j7d11); 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(--n5cd7); width: 55%; }
.score-table td:last-child { color: var(--j7d11); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k1c697 {
    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);
}
.k1c697 .k47ab9 { 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) {
    .l7fbbf { display: none; }
    .n18cfe .l0347b { display: none; }
    .ae7684 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .dc1829 { grid-template-columns: 1fr; }
    section, .i696bd { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .p5780d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ccb972 { grid-template-columns: 1fr 1fr; }
    .h1c85a { grid-template-columns: 1fr 1fr; }
    .m8fed5 { grid-template-columns: 1fr 100px auto; }
    .k1c697 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .o6e0ba { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ccb972 { grid-template-columns: 1fr; }
    .h1c85a { grid-template-columns: 1fr; }
    .o5f560 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .gee1dc { font-size: 3.5rem; }
    .m8fed5 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .dc1829 { grid-template-columns: 1fr; }
    .gebd67 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ieb46a {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ieb46a summary.fceacf {
    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(--o3586);
    padding: 6px 11px;
    border-radius: var(--c11a3);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d2482);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ieb46a summary.fceacf::-webkit-details-marker { display: none; }
.ieb46a summary.fceacf::marker { display: none; }
.ieb46a:hover summary.fceacf,
.ieb46a[open] summary.fceacf {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j7d11);
}
.edaeb4 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ieb46a[open] .edaeb4 { transform: rotate(180deg); }

.c64a58 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--n036d);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ob66a);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.ieb46a[open] .c64a58 {
    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); }
}
.c64a58 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ie2b3);
    border-radius: var(--c11a3);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c64a58 li a:hover,
.c64a58 li a.h002ee {
    background: rgba(255,255,255,.08);
    color: var(--j7d11);
}
.c64a58 li a.h002ee { font-weight: 700; }

/* Mobile lang bar */
.p43d29 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p43d29 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(--c11a3);
    color: var(--ie2b3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p43d29 a:hover,
.p43d29 a.bd4486 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j7d11);
}
.p43d29 a.bd4486 { font-weight: 700; }

@media (max-width: 768px) {
    .ieb46a { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.h1c85a, ul.f4b464 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.d4c5c3 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .d4c5c3 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ccb972, ol.c5f756 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.c5f756 > li { counter-increment: step-counter; }
ol.c5f756 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b1561); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.e3d91e { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b1561); }
.h6131b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.m7b3b3 { width: 36px; height: 36px; border-radius: 50%; background: var(--b1561); color: var(--f78bc); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.n99bd9 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l78af6 { display: grid; grid-template-columns: 1fr; gap: 0; }
.hfb568 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.hfb568:last-child { border-bottom: none; }
.a4a7d7 { font-weight: 600; padding: .75rem 1rem; color: var(--b1561); }
.p41359 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.c1b381 .j05ec4 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.c1b381 .bb7dd0 { display: none; }
.c1b381 .e00859.b0b31f .bb7dd0 { display: block; }

/* faq variant C: definition list */
dl.mbbe16 { display: grid; gap: 0; }
dl.mbbe16 dt.b29375 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.mbbe16 dd.bb7dd0 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.oe6d24 { padding: 2rem 0; }
.j11af4 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.j11af4 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ob66a); border: 1px solid var(--j7d11); color: var(--j7d11); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.j11af4 li a:hover { background: var(--j7d11); color: var(--f78bc); }


/* Promo Banner (SVG image banners) */
.m6f6ee { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h153d8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h153d8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.h6a37f { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.aa3211 { display: inline-block; vertical-align: middle; }
.f21f46 .aa3211 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.o5ef1a {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--n036d), var(--fc27c));
    border-radius: var(--ob66a); padding: 24px; margin-top: 24px;
}
.g9a2e0 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--c11a3); background: var(--mb5ac); }
.g9a2e0 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.g9a2e0 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--j7d11); }
@media (max-width: 768px) { .o5ef1a { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .o5ef1a { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--j7d11); 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; }
  .oe46ef { animation: none; }
}
/* Touch targets: minimum 44x44px */
.k47ab9, .oe46ef, .o6e0ba, .e88496, .ge7cbe, .ae7684, .j05ec4, .b29375, .nd15cd, .k1c697 a, .fceacf { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.oe46ef { position: relative; overflow: visible; }
.oe46ef::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j7d11); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.oe46ef:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.oe46ef::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.e1305f { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.d79d48 {
    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);
}
.d79d48.fd6f16 { color: var(--j7d11); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.na702c, .ea873c { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.i0815e, .p5154d { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--c11a3); background: var(--n036d); transition: transform 0.2s; }
.i0815e:hover, .p5154d:hover { transform: translateY(-2px); }
.i0815e span, .p5154d span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.k4d267 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.p55080 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--c11a3); background: var(--n036d); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.p55080:hover { border-color: var(--j7d11); }
.p55080 span { font-size: 0.7rem; color: var(--j7d11); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.d326dd { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.c02755 { background: var(--n036d); border-radius: var(--ob66a); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.idf2ec { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.iae2a8 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--j7d11), var(--b1561)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--f78bc); flex-shrink: 0; }
.i986ca { color: var(--j7d11); font-size: 14px; letter-spacing: 1px; }
.g9fc1a { color: var(--h2c8d); font-size: 0.75rem; }
.c02755 p { font-size: 0.9rem; color: var(--ie2b3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.8; }
body { font-size: 16px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }
