@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Nunito+Sans:wght@400;500;600;700&display=swap');
/* ===== ROYAL PURPLE — Design System ===== */
:root {
    --n1647:        #9B59B6;
    --k8a12:  #C39BD3;
    --mfb57:   #7D3C98;
    --d5d65:         #AF7AC5;
    --h7c84:         #C0C0C0;
    --ff5a8:    #A0A0A0;
    --h1843:         #C0C0C0;
    --o8d49:    #A8A8A8;
    --j2eb9:           #0A0614;
    --dfad4:         #110B22;
    --o4d95:         #180F30;
    --k2676:         #1F1440;
    --m58e0:        #FFFFFF;
    --a6bd9:         #B8B0CC;
    --e48aa:       #7E7494;
    --c4b36:       #B8B0CC;
    --hff38:    'Cinzel', serif;
    --p8512:    'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --n8efb:       12px;
    --p725f:    20px;
    --lba13:    8px;
    --m36ad:        1100px;
    --f285d:       0 4px 24px rgba(0,0,0,.55);
    --d81bd:         0 0 32px rgba(155,89,182,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n1647);
    --color-primary-light: var(--k8a12);
    --color-primary-dark: var(--mfb57);
    --color-accent: var(--h7c84);
    --color-accent-dark: var(--ff5a8);
    --color-secondary: var(--h1843);
    --color-secondary-dark: var(--o8d49);
    --color-surface: var(--o4d95);
    --color-surface-elevated: var(--k2676);
    --color-on-surface: var(--m58e0);
    --color-on-surface-muted: var(--a6bd9);
    --color-text: var(--m58e0);
    --color-text-secondary: var(--c4b36);
    --text-heading: var(--hff38);
    --text-body: var(--p8512);
    --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(--p8512);
    background: var(--j2eb9);
    color: var(--m58e0);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--k8a12); text-decoration: none; transition: color .2s; }
a:hover { color: var(--h7c84); }
img { max-width: 100%; height: auto; display: block; }

.hfc825 { width: 92%; max-width: var(--m36ad); margin: 0 auto; }

.hfe416 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.k3894c {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n1647); color: var(--m58e0);
    padding: 8px 16px; border-radius: var(--lba13);
    z-index: 999; transition: top .2s;
}
.k3894c:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.i32ad7 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(10,6,20,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(155,89,182,.18);
}
.cc2b42 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j55c6e {
    font-family: var(--hff38);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--m58e0);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .5px;
}
.j55c6e:hover { color: var(--k8a12); }

/* Main Nav */
.hdcec5 { display: flex; align-items: center; gap: 20px; }
.e998c4 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e998c4 a {
    color: var(--a6bd9); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e998c4 a:hover { color: var(--k8a12); }

/* Language Select */
.oa53b1 {
    background: var(--o4d95); color: var(--m58e0);
    border: 1px solid rgba(155,89,182,.25);
    border-radius: var(--lba13);
    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='%239B59B6'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.oa53b1:hover, .oa53b1:focus { border-color: var(--n1647); outline: none; }

/* Menu Toggle */
.g3b11f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.a17c35, .a17c35::before, .a17c35::after {
    display: block; width: 24px; height: 2px;
    background: var(--m58e0); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.a17c35 { position: relative; }
.a17c35::before, .a17c35::after { content: ''; position: absolute; left: 0; }
.a17c35::before { top: -7px; }
.a17c35::after { top: 7px; }

/* Mobile Nav */
.dedb12 {
    display: none; position: fixed; inset: 0;
    background: rgba(10,6,20,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.dedb12.md01d7 { display: flex; }
.n83478 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.n83478 a {
    font-size: 1.2rem; font-weight: 600; color: var(--m58e0); text-decoration: none;
}
.n83478 a:hover { color: var(--k8a12); }

/* ===== BUTTONS ===== */
.aff696 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--hff38); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--n8efb); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .5px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--n1647) 0%, var(--d5d65) 100%);
    color: var(--m58e0); box-shadow: var(--d81bd);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(155,89,182,.55);
    color: var(--m58e0);
}
.btn-secondary {
    background: transparent; color: var(--k8a12);
    border: 2px solid var(--n1647);
}
.btn-secondary:hover { background: rgba(155,89,182,.1); color: var(--h7c84); }

/* Gold CTA — main call-to-action (purple theme) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(155,89,182,.35); }
    50%      { box-shadow: 0 0 50px rgba(155,89,182,.7), 0 0 90px rgba(175,122,197,.2); }
}
.n48ba8 {
    background: linear-gradient(135deg, #9B59B6 0%, #8E44AD 55%, #7D3C98 100%);
    color: #D4D4D4; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(155,89,182,.4);
    /* animation moved to ::after */
}
.n48ba8:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(155,89,182,.7);
    color: #FFFFFF; animation: none;
}

.lf9aa6 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--p725f); }
.lfa032 { padding: 8px 18px; font-size: .85rem; border-radius: var(--lba13); }

/* Nav CTA in header */
.d63ad5 {
    background: linear-gradient(135deg, var(--n1647) 0%, var(--mfb57) 100%);
    color: #FFFFFF !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--lba13);
    box-shadow: 0 0 16px rgba(155,89,182,.3);
    transition: transform .2s, box-shadow .2s;
}
.d63ad5:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(155,89,182,.55);
    color: #FFFFFF !important;
}

/* ===== PAGE HERO (subpages) ===== */
.aa1d20 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(155,89,182,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(175,122,197,.06) 0%, transparent 60%),
        var(--j2eb9);
    position: relative; overflow: hidden;
}
.aa1d20::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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(155,89,182,0.04)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.k2849d {
    font-family: var(--hff38);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #D4D4D4 0%, var(--k8a12) 50%, var(--n1647) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.kb99ea {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--a6bd9);
    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(155,89,182,.15) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(125,60,152,.1) 0%, transparent 60%),
        var(--j2eb9);
}
.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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(155,89,182,0.035)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--hff38);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #D4D4D4 0%, var(--k8a12) 45%, var(--n1647) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--a6bd9);
    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(--a6bd9);
    padding: 7px 14px;
    background: rgba(155,89,182,.07);
    border: 1px solid rgba(155,89,182,.18);
    border-radius: var(--lba13);
}
.hero-stat strong { color: var(--k8a12); }

/* ===== SECTIONS ===== */
.ic0c4d { padding: clamp(52px, 7vw, 80px) 0; }
.b307f2 { background: var(--dfad4); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n1647); margin-bottom: 10px;
}
.ic0c4d h2, .g09c3d {
    font-family: var(--hff38);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ic0c4d h3 {
    font-family: var(--hff38); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--k8a12);
}
.ic0c4d p, .section-desc {
    color: var(--a6bd9); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ic0c4d ul, .ic0c4d ol {
    color: var(--a6bd9); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ic0c4d li { margin-bottom: 8px; }
.ic0c4d li strong { color: var(--m58e0); }

/* ===== 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(--o4d95), var(--k2676));
    border: 1px solid rgba(155,89,182,.12);
    border-radius: var(--n8efb); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(155,89,182,.35);
    box-shadow: var(--f285d);
}
.bbf89d { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--hff38); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--m58e0);
}
.card p { color: var(--a6bd9); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b7d414 { overflow-x: auto; margin: 24px 0; border-radius: var(--lba13); }
.gcd585 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.gcd585 thead th {
    background: var(--k2676); color: var(--m58e0); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(155,89,182,.22);
}
.gcd585 thead th:first-child { border-radius: var(--lba13) 0 0 0; }
.gcd585 thead th:last-child { border-radius: 0 var(--lba13) 0 0; }
.gcd585 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.gcd585 td { padding: 13px 16px; }
.gcd585 td:first-child { color: var(--a6bd9); font-weight: 500; width: 42%; }
.gcd585 td:last-child { color: var(--m58e0); font-weight: 600; }
.gcd585 tr:hover { background: rgba(155,89,182,.05); }

/* ===== 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(--n1647), var(--d5d65));
    border-radius: 50%; font-family: var(--hff38);
    font-size: 1.2rem; font-weight: 700; color: var(--m58e0);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--a6bd9); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ibb475 { max-width: 800px; margin: 0 auto; }
details.p62a74 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.p62a74 summary {
    display: block; list-style: none;
    color: var(--m58e0); font-family: var(--p8512);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.p62a74 summary::-webkit-details-marker { display: none; }
details.p62a74 summary::marker { display: none; content: ''; }
details.p62a74 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n1647); transition: transform .3s;
}
details.p62a74[open] summary::after { content: '\2212'; }
details.p62a74 summary:hover { color: var(--k8a12); }
details.p62a74 > p { padding: 0 0 20px; color: var(--a6bd9); font-size: .9rem; line-height: 1.7; }
details.p62a74 > div { padding: 0 0 20px; color: var(--a6bd9); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--dfad4); }

/* ===== INFO GRID & CARDS ===== */
.n138ad {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p42ddd {
    background: linear-gradient(145deg, var(--o4d95), var(--k2676));
    border: 1px solid rgba(155,89,182,.14); border-radius: var(--n8efb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p42ddd:hover {
    transform: translateY(-5px);
    border-color: rgba(155,89,182,.4);
    box-shadow: var(--f285d);
}
.ae10db { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p42ddd h3 {
    font-family: var(--hff38); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m58e0);
}
.p42ddd p { color: var(--a6bd9); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.jfdf3f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j5f699 {
    background: linear-gradient(145deg, var(--o4d95), var(--k2676));
    border: 1px solid rgba(155,89,182,.18); border-radius: var(--n8efb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j5f699:hover { transform: translateY(-5px); border-color: rgba(155,89,182,.42); }
.j5f699 h3 {
    font-family: var(--hff38); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k8a12);
}
.j5f699 p { color: var(--a6bd9); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f2e8d8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o997ca { text-align: center; padding: 22px 14px; }
.e870b3 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n1647), var(--d5d65));
    border-radius: 50%; font-family: var(--hff38);
    font-size: 1.15rem; font-weight: 800; color: var(--m58e0);
    box-shadow: 0 0 22px rgba(155,89,182,.4);
}
.o997ca h3 {
    font-family: var(--hff38); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--m58e0);
}
.o997ca p { color: var(--a6bd9); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.n4865a {
    background: linear-gradient(145deg, var(--o4d95), var(--k2676));
    border: 1px solid rgba(155,89,182,.2); border-radius: var(--p725f);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.45);
}
.fd9822 { margin-top: 24px; }
.b37dd6 {
    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;
}
.b37dd6 > span:first-child { color: var(--a6bd9); text-align: left; }
.cf9d77 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ld4d63 {
    height: 100%;
    background: linear-gradient(90deg, var(--n1647) 0%, var(--k8a12) 100%);
    border-radius: 4px;
}
.b37dd6 > span:last-child { color: var(--k8a12); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.d9410a { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.b61dbc, .lfa880 {
    background: linear-gradient(145deg, var(--o4d95), var(--k2676));
    border-radius: var(--n8efb); padding: 24px 22px;
}
.b61dbc { border-top: 3px solid var(--h1843); }
.lfa880 { border-top: 3px solid #A82020; }
.b61dbc h3, .b61dbc h4 { color: var(--h1843); margin-bottom: 12px; font-size: 1rem; }
.lfa880 h3, .lfa880 h4 { color: #E05050; margin-bottom: 12px; font-size: 1rem; }
.b61dbc ul, .lfa880 ul { list-style: none; padding: 0; margin: 0; }
.b61dbc li::before { content: '\2713 '; color: var(--h1843); font-weight: 700; }
.lfa880 li::before { content: '\2717 '; color: #A82020; font-weight: 700; }
.b61dbc li, .lfa880 li { padding: 5px 0; color: var(--a6bd9); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ac0e25 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(155,89,182,.1) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(175,122,197,.08) 0%, transparent 70%),
        var(--dfad4);
    border-top: 1px solid rgba(155,89,182,.12);
    border-bottom: 1px solid rgba(155,89,182,.12);
}
.ac0e25 h2 {
    font-family: var(--hff38);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, #D4D4D4, var(--k8a12));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ac0e25 p { color: var(--a6bd9); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(155,89,182,.08), rgba(125,60,152,.05));
    border: 1px solid rgba(155,89,182,.2); border-left: 4px solid var(--n1647);
    border-radius: var(--lba13); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a6bd9); font-size: .9rem; }
.highlight-box strong { color: var(--k8a12); }

/* ===== BREADCRUMB ===== */
.cee110 { padding: 14px 0; font-size: .82rem; }
.f8fe80 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.f8fe80 li + li::before { content: '\203A'; margin-right: 8px; color: var(--e48aa); }
.cee110 a { color: var(--e48aa); }
.cee110 a:hover { color: var(--k8a12); }
.cee110 [aria-current] { color: var(--n1647); }

/* ===== SITE FOOTER ===== */
.i3f70f {
    background: var(--j2eb9); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o6ca1a {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o6ca1a a {
    color: var(--e48aa); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o6ca1a a:hover { color: var(--k8a12); }

.k7987f {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.k7987f p {
    color: var(--e48aa); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k7987f a { color: var(--n1647); }
.f2833b { text-align: center; color: var(--e48aa); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j11c6c { max-width: 800px; margin: 0 auto; }
.j11c6c p {
    color: var(--a6bd9); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j11c6c p:last-child { margin-bottom: 0; }
.j11c6c strong { color: var(--m58e0); }
.j11c6c a { color: var(--k8a12); text-decoration: underline; text-underline-offset: 3px; }
.j11c6c a:hover { color: var(--h7c84); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a669fa {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.j82876 { direction: rtl; }
.j82876 > * { direction: ltr; }
.jda413 { border-radius: var(--p725f); overflow: hidden; }
.jda413 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--p725f);
    border: 1px solid rgba(155,89,182,.18);
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
}
.i36b35 { color: var(--a6bd9); font-size: .93rem; line-height: 1.7; }
.i36b35 strong { color: var(--m58e0); }
.i36b35 a { color: var(--k8a12); }
@media (max-width: 768px) {
    .a669fa { grid-template-columns: 1fr; gap: 24px; }
    .j82876 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--mfb57);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--mfb57); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.o00812 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n1647);
    color: var(--m58e0); 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(--f285d);
}
.o00812.m1ece5 { opacity: 1; visibility: visible; }
.o00812:hover { transform: translateY(-3px); background: var(--mfb57); }

/* ===== REVIEW SCORE (review page) ===== */
.ie35ab {
    font-family: var(--hff38); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, #D4D4D4, var(--k8a12));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k8a12); 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(--a6bd9); width: 55%; }
.score-table td:last-child { color: var(--k8a12); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k11eda {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(10,6,20,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(155,89,182,.22);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.55);
}
.k11eda .aff696 { 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) {
    .e998c4 { display: none; }
    .hdcec5 .oa53b1 { display: none; }
    .g3b11f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .d9410a { grid-template-columns: 1fr; }
    section, .ic0c4d { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o6ca1a { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f2e8d8 { grid-template-columns: 1fr 1fr; }
    .n138ad { grid-template-columns: 1fr 1fr; }
    .b37dd6 { grid-template-columns: 1fr 100px auto; }
    .k11eda { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .lf9aa6 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f2e8d8 { grid-template-columns: 1fr; }
    .n138ad { grid-template-columns: 1fr; }
    .cc2b42 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ie35ab { font-size: 3.5rem; }
    .b37dd6 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .d9410a { grid-template-columns: 1fr; }
    .n4865a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.medfc5 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.medfc5 summary.aa0d39 {
    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(--m58e0);
    padding: 6px 11px;
    border-radius: var(--lba13);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p8512);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.medfc5 summary.aa0d39::-webkit-details-marker { display: none; }
.medfc5 summary.aa0d39::marker { display: none; }
.medfc5:hover summary.aa0d39,
.medfc5[open] summary.aa0d39 {
    background: rgba(255,255,255,.13);
    border-color: rgba(155,89,182,.4);
    color: var(--k8a12);
}
.n0e91c { font-size: .7rem; opacity: .7; transition: transform .2s; }
.medfc5[open] .n0e91c { transform: rotate(180deg); }

.o13814 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--o4d95);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--n8efb);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.65);
    min-width: 160px;
}
.medfc5[open] .o13814 {
    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); }
}
.o13814 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--c4b36);
    border-radius: var(--lba13);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.o13814 li a:hover,
.o13814 li a.g2cdf2 {
    background: rgba(255,255,255,.08);
    color: var(--k8a12);
}
.o13814 li a.g2cdf2 { font-weight: 700; }

/* Mobile lang bar */
.e4d43a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e4d43a 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(--lba13);
    color: var(--c4b36);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e4d43a a:hover,
.e4d43a a.h74ba2 {
    background: rgba(155,89,182,.14);
    border-color: rgba(155,89,182,.35);
    color: var(--k8a12);
}
.e4d43a a.h74ba2 { font-weight: 700; }

@media (max-width: 768px) {
    .medfc5 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n138ad, ul.efa2ab { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a75777 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a75777 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f2e8d8, ol.m87739 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.m87739 > li { counter-increment: step-counter; }
ol.m87739 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n1647); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.f99ef9 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n1647); }
.ga68ca { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.b0b84b { width: 36px; height: 36px; border-radius: 50%; background: var(--n1647); color: var(--j2eb9); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i7e485 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ldd508 { display: grid; grid-template-columns: 1fr; gap: 0; }
.h4aa69 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h4aa69:last-child { border-bottom: none; }
.h153f4 { font-weight: 600; padding: .75rem 1rem; color: var(--n1647); }
.afa78c { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a6a7c3 .m766b4 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a6a7c3 .o52c5d { display: none; }
.a6a7c3 .p62a74.md01d7 .o52c5d { display: block; }

/* faq variant C: definition list */
dl.ibb475 { display: grid; gap: 0; }
dl.ibb475 dt.k8539b { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ibb475 dd.o52c5d { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ac43db { padding: 2rem 0; }
.f4d9d2 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f4d9d2 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--n8efb); border: 1px solid var(--h7c84); color: var(--h7c84); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f4d9d2 li a:hover { background: var(--h7c84); color: var(--j2eb9); }


/* Promo Banner (SVG image banners) */
.f84759 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.i8079e { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.i8079e:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k894b2 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.bbf89d { display: inline-block; vertical-align: middle; }
.ae10db .bbf89d { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.j507d3 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--o4d95), var(--k2676));
    border-radius: var(--n8efb); padding: 24px; margin-top: 24px;
}
.nb59ee { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--lba13); background: var(--dfad4); }
.nb59ee dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.nb59ee dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--h7c84); }
@media (max-width: 768px) { .j507d3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .j507d3 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--h7c84); 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; }
  .n48ba8 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.aff696, .n48ba8, .lf9aa6, .lfa032, .d63ad5, .g3b11f, .m766b4, .k8539b, .o00812, .k11eda a, .aa0d39 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n48ba8 { position: relative; overflow: visible; }
.n48ba8::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--h7c84); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n48ba8:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n48ba8::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.bdd7d8 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.a642f0 {
    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);
}
.a642f0.b0e686 { color: var(--h7c84); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.ma673b, .o6bf56 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.dcab60, .fd4f4f { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--lba13); background: var(--o4d95); transition: transform 0.2s; }
.dcab60:hover, .fd4f4f:hover { transform: translateY(-2px); }
.dcab60 span, .fd4f4f span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.k76e30 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.l02b39 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--lba13); background: var(--o4d95); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.l02b39:hover { border-color: var(--h7c84); }
.l02b39 span { font-size: 0.7rem; color: var(--h7c84); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.d150db { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.k279b8 { background: var(--o4d95); border-radius: var(--n8efb); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l05258 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.hd7c81 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--h7c84), var(--n1647)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--j2eb9); flex-shrink: 0; }
.ia00be { color: var(--h7c84); font-size: 14px; letter-spacing: 1px; }
.fb5344 { color: var(--e48aa); font-size: 0.75rem; }
.k279b8 p { font-size: 0.9rem; color: var(--c4b36); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
