@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Work+Sans:wght@400;500;600;700&display=swap');
/* ===== RUBY NOIR — Design System ===== */
:root {
    --b3989:        #E0115F;
    --o51bf:        #E84080;
    --b8300:        #B00E4C;
    --mab0b:        #E82070;
    --iff04:        #E0115F;
    --cd82b:        #B00E4C;
    --n1d8e:        #FF6B81;
    --m20e6:        #CC5568;
    --a1716:        #060204;
    --eb2a0:        #0E0608;
    --g6ffd:        #160A0E;
    --k9da9:        #1E0E14;
    --odd30:        #FFFFFF;
    --md0b6:        #A87888;
    --o9193:        #684858;
    --nc9b6:        #A87888;
    --l19c6:    'Crimson Pro', serif;
    --j7bb4:    'Work Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fb4b5:       12px;
    --d36da:    20px;
    --l64e0:    8px;
    --j9c18:        1100px;
    --d6584:       0 4px 24px rgba(0,0,0,.5);
    --pc566:         0 0 32px rgba(224,17,95,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b3989);
    --color-primary-light: var(--o51bf);
    --color-primary-dark: var(--b8300);
    --color-accent: var(--iff04);
    --color-accent-dark: var(--cd82b);
    --color-secondary: var(--n1d8e);
    --color-secondary-dark: var(--m20e6);
    --color-surface: var(--g6ffd);
    --color-surface-elevated: var(--k9da9);
    --color-on-surface: var(--odd30);
    --color-on-surface-muted: var(--md0b6);
    --color-text: var(--odd30);
    --color-text-secondary: var(--nc9b6);
    --text-heading: var(--l19c6);
    --text-body: var(--j7bb4);
    --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(--j7bb4);
    background: var(--a1716);
    color: var(--odd30);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--o51bf); text-decoration: none; transition: color .2s; }
a:hover { color: var(--iff04); }
img { max-width: 100%; height: auto; display: block; }

.jee155 { width: 92%; max-width: var(--j9c18); margin: 0 auto; }

.eb0ac6 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.o68456 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b3989); color: var(--odd30);
    padding: 8px 16px; border-radius: var(--l64e0);
    z-index: 999; transition: top .2s;
}
.o68456:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.h0e403 {
    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);
}
.f920ad {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.n80ed0 {
    font-family: var(--l19c6);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--odd30);
    white-space: nowrap; text-decoration: none;
}
.n80ed0:hover { color: var(--iff04); }

/* Main Nav */
.hc9731 { display: flex; align-items: center; gap: 20px; }
.n32a35 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.n32a35 a {
    color: var(--md0b6); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.n32a35 a:hover { color: var(--o51bf); }

/* Language Select */
.f5c8bd {
    background: var(--g6ffd); color: var(--odd30);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--l64e0);
    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;
}
.f5c8bd:hover, .f5c8bd:focus { border-color: var(--b3989); outline: none; }

/* Menu Toggle */
.g86372 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pacd86, .pacd86::before, .pacd86::after {
    display: block; width: 24px; height: 2px;
    background: var(--odd30); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.pacd86 { position: relative; }
.pacd86::before, .pacd86::after { content: ''; position: absolute; left: 0; }
.pacd86::before { top: -7px; }
.pacd86::after { top: 7px; }

/* Mobile Nav */
.nc30db {
    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;
}
.nc30db.i9da31 { display: flex; }
.de0a04 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.de0a04 a {
    font-size: 1.2rem; font-weight: 600; color: var(--odd30); text-decoration: none;
}
.de0a04 a:hover { color: var(--o51bf); }

/* ===== BUTTONS ===== */
.g53864 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l19c6); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--fb4b5); 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(--b3989) 0%, var(--mab0b) 100%);
    color: var(--odd30); box-shadow: var(--pc566);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--odd30);
}
.btn-secondary {
    background: transparent; color: var(--o51bf);
    border: 2px solid var(--b3989);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--iff04); }

/* 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); }
}
.e8bfeb {
    background: linear-gradient(135deg, var(--iff04) 0%, #e8a020 55%, var(--cd82b) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.e8bfeb:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.caa58c { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d36da); }
.p220b3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l64e0); }

/* Nav CTA in header */
.j808ff {
    background: linear-gradient(135deg, var(--iff04) 0%, var(--cd82b) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l64e0);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.j808ff:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.f95862 {
    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(--a1716);
    position: relative; overflow: hidden;
}
.f95862::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;
}
.cef26e {
    font-family: var(--l19c6);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--iff04) 0%, var(--o51bf) 50%, var(--b3989) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.n5dea1 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--md0b6);
    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(--a1716);
}
.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(--l19c6);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--iff04) 0%, var(--o51bf) 45%, var(--b3989) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--md0b6);
    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(--md0b6);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--l64e0);
}
.hero-stat strong { color: var(--o51bf); }

/* ===== SECTIONS ===== */
.d4e191 { padding: clamp(52px, 7vw, 80px) 0; }
.i3b23b { background: var(--eb2a0); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b3989); margin-bottom: 10px;
}
.d4e191 h2, .pea1f1 {
    font-family: var(--l19c6);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.d4e191 h3 {
    font-family: var(--l19c6); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--o51bf);
}
.d4e191 p, .section-desc {
    color: var(--md0b6); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.d4e191 ul, .d4e191 ol {
    color: var(--md0b6); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.d4e191 li { margin-bottom: 8px; }
.d4e191 li strong { color: var(--odd30); }

/* ===== 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(--g6ffd), var(--k9da9));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--fb4b5); 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(--d6584);
}
.mb1067 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l19c6); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--odd30);
}
.card p { color: var(--md0b6); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n29430 { overflow-x: auto; margin: 24px 0; border-radius: var(--l64e0); }
.md7e44 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.md7e44 thead th {
    background: var(--k9da9); color: var(--odd30); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.md7e44 thead th:first-child { border-radius: var(--l64e0) 0 0 0; }
.md7e44 thead th:last-child { border-radius: 0 var(--l64e0) 0 0; }
.md7e44 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.md7e44 td { padding: 13px 16px; }
.md7e44 td:first-child { color: var(--md0b6); font-weight: 500; width: 42%; }
.md7e44 td:last-child { color: var(--odd30); font-weight: 600; }
.md7e44 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(--b3989), var(--mab0b));
    border-radius: 50%; font-family: var(--l19c6);
    font-size: 1.2rem; font-weight: 700; color: var(--odd30);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--md0b6); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.kffa8b { max-width: 800px; margin: 0 auto; }
details.baba94 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.baba94 summary {
    display: block; list-style: none;
    color: var(--odd30); font-family: var(--j7bb4);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.baba94 summary::-webkit-details-marker { display: none; }
details.baba94 summary::marker { display: none; content: ''; }
details.baba94 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b3989); transition: transform .3s;
}
details.baba94[open] summary::after { content: '\2212'; }
details.baba94 summary:hover { color: var(--o51bf); }
details.baba94 > p { padding: 0 0 20px; color: var(--md0b6); font-size: .9rem; line-height: 1.7; }
details.baba94 > div { padding: 0 0 20px; color: var(--md0b6); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--eb2a0); }

/* ===== INFO GRID & CARDS ===== */
.ebd9f0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n0b2b3 {
    background: linear-gradient(145deg, var(--g6ffd), var(--k9da9));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--fb4b5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.n0b2b3:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--d6584);
}
.i34d64 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.n0b2b3 h3 {
    font-family: var(--l19c6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--odd30);
}
.n0b2b3 p { color: var(--md0b6); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.f540c2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i07e19 {
    background: linear-gradient(145deg, var(--g6ffd), var(--k9da9));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--fb4b5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i07e19:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.i07e19 h3 {
    font-family: var(--l19c6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--iff04);
}
.i07e19 p { color: var(--md0b6); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f80a85 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fa37f2 { text-align: center; padding: 22px 14px; }
.n05e61 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b3989), var(--mab0b));
    border-radius: 50%; font-family: var(--l19c6);
    font-size: 1.15rem; font-weight: 800; color: var(--odd30);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.fa37f2 h3 {
    font-family: var(--l19c6); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--odd30);
}
.fa37f2 p { color: var(--md0b6); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.k34c7a {
    background: linear-gradient(145deg, var(--g6ffd), var(--k9da9));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--d36da);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.f362a7 { margin-top: 24px; }
.p2504f {
    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;
}
.p2504f > span:first-child { color: var(--md0b6); text-align: left; }
.eccda7 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.m21193 {
    height: 100%;
    background: linear-gradient(90deg, var(--b3989) 0%, var(--iff04) 100%);
    border-radius: 4px;
}
.p2504f > span:last-child { color: var(--iff04); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.o9f3f4 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.g238c8, .aa24f2 {
    background: linear-gradient(145deg, var(--g6ffd), var(--k9da9));
    border-radius: var(--fb4b5); padding: 24px 22px;
}
.g238c8 { border-top: 3px solid var(--n1d8e); }
.aa24f2 { border-top: 3px solid #C84040; }
.g238c8 h3, .g238c8 h4 { color: var(--n1d8e); margin-bottom: 12px; font-size: 1rem; }
.aa24f2 h3, .aa24f2 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.g238c8 ul, .aa24f2 ul { list-style: none; padding: 0; margin: 0; }
.g238c8 li::before { content: '\2713 '; color: var(--n1d8e); font-weight: 700; }
.aa24f2 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.g238c8 li, .aa24f2 li { padding: 5px 0; color: var(--md0b6); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.bde657 {
    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(--eb2a0);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.bde657 h2 {
    font-family: var(--l19c6);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--iff04), var(--o51bf));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bde657 p { color: var(--md0b6); 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(--b3989);
    border-radius: var(--l64e0); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--md0b6); font-size: .9rem; }
.highlight-box strong { color: var(--o51bf); }

/* ===== BREADCRUMB ===== */
.j96140 { padding: 14px 0; font-size: .82rem; }
.a991d8 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.a991d8 li + li::before { content: '\203A'; margin-right: 8px; color: var(--o9193); }
.j96140 a { color: var(--o9193); }
.j96140 a:hover { color: var(--o51bf); }
.j96140 [aria-current] { color: var(--b3989); }

/* ===== SITE FOOTER ===== */
.e006cb {
    background: var(--a1716); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.hc58c1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.hc58c1 a {
    color: var(--o9193); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.hc58c1 a:hover { color: var(--o51bf); }

.ned8e2 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.ned8e2 p {
    color: var(--o9193); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ned8e2 a { color: var(--b3989); }
.k3fb4c { text-align: center; color: var(--o9193); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.fce5cb { max-width: 800px; margin: 0 auto; }
.fce5cb p {
    color: var(--md0b6); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.fce5cb p:last-child { margin-bottom: 0; }
.fce5cb strong { color: var(--odd30); }
.fce5cb a { color: var(--o51bf); text-decoration: underline; text-underline-offset: 3px; }
.fce5cb a:hover { color: var(--iff04); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.b7f879 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c19708 { direction: rtl; }
.c19708 > * { direction: ltr; }
.nb5d53 { border-radius: var(--d36da); overflow: hidden; }
.nb5d53 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d36da);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.n62e64 { color: var(--md0b6); font-size: .93rem; line-height: 1.7; }
.n62e64 strong { color: var(--odd30); }
.n62e64 a { color: var(--o51bf); }
@media (max-width: 768px) {
    .b7f879 { grid-template-columns: 1fr; gap: 24px; }
    .c19708 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b8300);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b8300); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.j58515 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b3989);
    color: var(--odd30); 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(--d6584);
}
.j58515.e574a4 { opacity: 1; visibility: visible; }
.j58515:hover { transform: translateY(-3px); background: var(--b8300); }

/* ===== REVIEW SCORE (review page) ===== */
.p0048b {
    font-family: var(--l19c6); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--iff04), var(--o51bf));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--iff04); 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(--md0b6); width: 55%; }
.score-table td:last-child { color: var(--iff04); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.hf2c35 {
    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);
}
.hf2c35 .g53864 { 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) {
    .n32a35 { display: none; }
    .hc9731 .f5c8bd { display: none; }
    .g86372 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .o9f3f4 { grid-template-columns: 1fr; }
    section, .d4e191 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .hc58c1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f80a85 { grid-template-columns: 1fr 1fr; }
    .ebd9f0 { grid-template-columns: 1fr 1fr; }
    .p2504f { grid-template-columns: 1fr 100px auto; }
    .hf2c35 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .caa58c { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f80a85 { grid-template-columns: 1fr; }
    .ebd9f0 { grid-template-columns: 1fr; }
    .f920ad { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .p0048b { font-size: 3.5rem; }
    .p2504f { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .o9f3f4 { grid-template-columns: 1fr; }
    .k34c7a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.n071ec {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.n071ec summary.g9d997 {
    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(--odd30);
    padding: 6px 11px;
    border-radius: var(--l64e0);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--j7bb4);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.n071ec summary.g9d997::-webkit-details-marker { display: none; }
.n071ec summary.g9d997::marker { display: none; }
.n071ec:hover summary.g9d997,
.n071ec[open] summary.g9d997 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--iff04);
}
.oa126c { font-size: .7rem; opacity: .7; transition: transform .2s; }
.n071ec[open] .oa126c { transform: rotate(180deg); }

.l7c6e5 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--g6ffd);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--fb4b5);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.n071ec[open] .l7c6e5 {
    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); }
}
.l7c6e5 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--nc9b6);
    border-radius: var(--l64e0);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l7c6e5 li a:hover,
.l7c6e5 li a.h86a9f {
    background: rgba(255,255,255,.08);
    color: var(--iff04);
}
.l7c6e5 li a.h86a9f { font-weight: 700; }

/* Mobile lang bar */
.f3fc64 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.f3fc64 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(--l64e0);
    color: var(--nc9b6);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.f3fc64 a:hover,
.f3fc64 a.a49bc0 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--iff04);
}
.f3fc64 a.a49bc0 { font-weight: 700; }

@media (max-width: 768px) {
    .n071ec { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ebd9f0, ul.ie9e6a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.g8688e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .g8688e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f80a85, ol.ccce58 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ccce58 > li { counter-increment: step-counter; }
ol.ccce58 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b3989); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.d46d20 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b3989); }
.n9021c { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.cf5e48 { width: 36px; height: 36px; border-radius: 50%; background: var(--b3989); color: var(--a1716); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i2c728 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.nd772d { display: grid; grid-template-columns: 1fr; gap: 0; }
.e750d2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.e750d2:last-child { border-bottom: none; }
.db09a9 { font-weight: 600; padding: .75rem 1rem; color: var(--b3989); }
.lf5f7a { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.f50b8f .ie64c8 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.f50b8f .hdd9af { display: none; }
.f50b8f .baba94.i9da31 .hdd9af { display: block; }

/* faq variant C: definition list */
dl.kffa8b { display: grid; gap: 0; }
dl.kffa8b dt.fcf000 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.kffa8b dd.hdd9af { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.j15222 { padding: 2rem 0; }
.ofe63a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ofe63a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--fb4b5); border: 1px solid var(--iff04); color: var(--iff04); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ofe63a li a:hover { background: var(--iff04); color: var(--a1716); }


/* Promo Banner (SVG image banners) */
.oa90cc { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.d53393 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.d53393:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.p0d1e2 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.mb1067 { display: inline-block; vertical-align: middle; }
.i34d64 .mb1067 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.c278e4 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--g6ffd), var(--k9da9));
    border-radius: var(--fb4b5); padding: 24px; margin-top: 24px;
}
.i36ca6 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l64e0); background: var(--eb2a0); }
.i36ca6 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.i36ca6 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--iff04); }
@media (max-width: 768px) { .c278e4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .c278e4 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--iff04); 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; }
  .e8bfeb { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g53864, .e8bfeb, .caa58c, .p220b3, .j808ff, .g86372, .ie64c8, .fcf000, .j58515, .hf2c35 a, .g9d997 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.e8bfeb { position: relative; overflow: visible; }
.e8bfeb::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--iff04); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.e8bfeb:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.e8bfeb::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.j547fc { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.efaeac {
    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);
}
.efaeac.a10f47 { color: var(--iff04); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.m290ab, .p2623d { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.pd1b6a, .j4add9 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--l64e0); background: var(--g6ffd); transition: transform 0.2s; }
.pd1b6a:hover, .j4add9:hover { transform: translateY(-2px); }
.pd1b6a span, .j4add9 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.d9c938 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.l43b5b { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--l64e0); background: var(--g6ffd); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.l43b5b:hover { border-color: var(--iff04); }
.l43b5b span { font-size: 0.7rem; color: var(--iff04); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.oec578 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.j49baa { background: var(--g6ffd); border-radius: var(--fb4b5); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.c65231 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.o5b5bc { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--iff04), var(--b3989)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a1716); flex-shrink: 0; }
.acb650 { color: var(--iff04); font-size: 14px; letter-spacing: 1px; }
.de8eda { color: var(--o9193); font-size: 0.75rem; }
.j49baa p { font-size: 0.9rem; color: var(--nc9b6); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.65; }
body { font-size: 17px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
