@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@400;600;700&family=Albert+Sans:wght@400;500;600;700&display=swap');
/* ===== PHANTOM VIOLET — Design System ===== */
:root {
    --eba6f:        #9B59B6;
    --p2318:        #B87DD0;
    --d54b1:        #7A3F90;
    --a3ba5:        #A668C0;
    --c2149:        #BB86FC;
    --nd7da:        #9060CC;
    --e6e8d:        #CE93D8;
    --m997c:        #A070B0;
    --pc100:        #060410;
    --p0c05:        #0C0818;
    --d776c:        #120C22;
    --e006b:        #18102C;
    --f361c:        #FFFFFF;
    --n9bfb:        #9080A8;
    --ocab1:        #605070;
    --k3e3e:        #9080A8;
    --hbe13:    'Spectral', serif;
    --k2585:    'Albert Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --d1d24:       12px;
    --d1f92:    20px;
    --pde18:    8px;
    --h53df:        1100px;
    --g77d9:       0 4px 24px rgba(0,0,0,.5);
    --n0ef2:         0 0 32px rgba(187,134,252,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--eba6f);
    --color-primary-light: var(--p2318);
    --color-primary-dark: var(--d54b1);
    --color-accent: var(--c2149);
    --color-accent-dark: var(--nd7da);
    --color-secondary: var(--e6e8d);
    --color-secondary-dark: var(--m997c);
    --color-surface: var(--d776c);
    --color-surface-elevated: var(--e006b);
    --color-on-surface: var(--f361c);
    --color-on-surface-muted: var(--n9bfb);
    --color-text: var(--f361c);
    --color-text-secondary: var(--k3e3e);
    --text-heading: var(--hbe13);
    --text-body: var(--k2585);
    --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(--k2585);
    background: var(--pc100);
    color: var(--f361c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--p2318); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c2149); }
img { max-width: 100%; height: auto; display: block; }

.hf0e94 { width: 92%; max-width: var(--h53df); margin: 0 auto; }

.b4e886 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.e47549 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--eba6f); color: var(--f361c);
    padding: 8px 16px; border-radius: var(--pde18);
    z-index: 999; transition: top .2s;
}
.e47549:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.l6b669 {
    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);
}
.i3f245 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.fb5eef {
    font-family: var(--hbe13);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--f361c);
    white-space: nowrap; text-decoration: none;
}
.fb5eef:hover { color: var(--c2149); }

/* Main Nav */
.a8a29f { display: flex; align-items: center; gap: 20px; }
.a9d80e {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.a9d80e a {
    color: var(--n9bfb); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.a9d80e a:hover { color: var(--p2318); }

/* Language Select */
.bb2828 {
    background: var(--d776c); color: var(--f361c);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--pde18);
    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;
}
.bb2828:hover, .bb2828:focus { border-color: var(--eba6f); outline: none; }

/* Menu Toggle */
.f1663f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ob63ca, .ob63ca::before, .ob63ca::after {
    display: block; width: 24px; height: 2px;
    background: var(--f361c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ob63ca { position: relative; }
.ob63ca::before, .ob63ca::after { content: ''; position: absolute; left: 0; }
.ob63ca::before { top: -7px; }
.ob63ca::after { top: 7px; }

/* Mobile Nav */
.f556dd {
    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;
}
.f556dd.o3e342 { display: flex; }
.efaf6b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.efaf6b a {
    font-size: 1.2rem; font-weight: 600; color: var(--f361c); text-decoration: none;
}
.efaf6b a:hover { color: var(--p2318); }

/* ===== BUTTONS ===== */
.k152f6 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--hbe13); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--d1d24); 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(--eba6f) 0%, var(--a3ba5) 100%);
    color: var(--f361c); box-shadow: var(--n0ef2);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--f361c);
}
.btn-secondary {
    background: transparent; color: var(--p2318);
    border: 2px solid var(--eba6f);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--c2149); }

/* 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); }
}
.a32c03 {
    background: linear-gradient(135deg, var(--c2149) 0%, #e8a020 55%, var(--nd7da) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.a32c03:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.pa1d4a { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d1f92); }
.if0e3c { padding: 8px 18px; font-size: .85rem; border-radius: var(--pde18); }

/* Nav CTA in header */
.j0d184 {
    background: linear-gradient(135deg, var(--c2149) 0%, var(--nd7da) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--pde18);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.j0d184:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.i34d2a {
    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(--pc100);
    position: relative; overflow: hidden;
}
.i34d2a::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;
}
.le70e9 {
    font-family: var(--hbe13);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--c2149) 0%, var(--p2318) 50%, var(--eba6f) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ka1509 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n9bfb);
    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(--pc100);
}
.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(--hbe13);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--c2149) 0%, var(--p2318) 45%, var(--eba6f) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n9bfb);
    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(--n9bfb);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--pde18);
}
.hero-stat strong { color: var(--p2318); }

/* ===== SECTIONS ===== */
.macc0a { padding: clamp(52px, 7vw, 80px) 0; }
.ae845a { background: var(--p0c05); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--eba6f); margin-bottom: 10px;
}
.macc0a h2, .j9b107 {
    font-family: var(--hbe13);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.macc0a h3 {
    font-family: var(--hbe13); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--p2318);
}
.macc0a p, .section-desc {
    color: var(--n9bfb); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.macc0a ul, .macc0a ol {
    color: var(--n9bfb); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.macc0a li { margin-bottom: 8px; }
.macc0a li strong { color: var(--f361c); }

/* ===== 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(--d776c), var(--e006b));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--d1d24); 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(--g77d9);
}
.af7349 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--hbe13); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--f361c);
}
.card p { color: var(--n9bfb); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n7be10 { overflow-x: auto; margin: 24px 0; border-radius: var(--pde18); }
.m8be71 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m8be71 thead th {
    background: var(--e006b); color: var(--f361c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.m8be71 thead th:first-child { border-radius: var(--pde18) 0 0 0; }
.m8be71 thead th:last-child { border-radius: 0 var(--pde18) 0 0; }
.m8be71 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m8be71 td { padding: 13px 16px; }
.m8be71 td:first-child { color: var(--n9bfb); font-weight: 500; width: 42%; }
.m8be71 td:last-child { color: var(--f361c); font-weight: 600; }
.m8be71 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(--eba6f), var(--a3ba5));
    border-radius: 50%; font-family: var(--hbe13);
    font-size: 1.2rem; font-weight: 700; color: var(--f361c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n9bfb); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.jfe536 { max-width: 800px; margin: 0 auto; }
details.e11905 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.e11905 summary {
    display: block; list-style: none;
    color: var(--f361c); font-family: var(--k2585);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.e11905 summary::-webkit-details-marker { display: none; }
details.e11905 summary::marker { display: none; content: ''; }
details.e11905 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--eba6f); transition: transform .3s;
}
details.e11905[open] summary::after { content: '\2212'; }
details.e11905 summary:hover { color: var(--p2318); }
details.e11905 > p { padding: 0 0 20px; color: var(--n9bfb); font-size: .9rem; line-height: 1.7; }
details.e11905 > div { padding: 0 0 20px; color: var(--n9bfb); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--p0c05); }

/* ===== INFO GRID & CARDS ===== */
.ca0942 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b434d7 {
    background: linear-gradient(145deg, var(--d776c), var(--e006b));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--d1d24); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.b434d7:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g77d9);
}
.o22e29 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.b434d7 h3 {
    font-family: var(--hbe13); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f361c);
}
.b434d7 p { color: var(--n9bfb); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j4bd54 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d548cf {
    background: linear-gradient(145deg, var(--d776c), var(--e006b));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--d1d24); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d548cf:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.d548cf h3 {
    font-family: var(--hbe13); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c2149);
}
.d548cf p { color: var(--n9bfb); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m38160 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a17ae5 { text-align: center; padding: 22px 14px; }
.m9530e {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--eba6f), var(--a3ba5));
    border-radius: 50%; font-family: var(--hbe13);
    font-size: 1.15rem; font-weight: 800; color: var(--f361c);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.a17ae5 h3 {
    font-family: var(--hbe13); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--f361c);
}
.a17ae5 p { color: var(--n9bfb); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.p12abe {
    background: linear-gradient(145deg, var(--d776c), var(--e006b));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--d1f92);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.d01fa7 { margin-top: 24px; }
.j55797 {
    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;
}
.j55797 > span:first-child { color: var(--n9bfb); text-align: left; }
.mf81ec {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ld6947 {
    height: 100%;
    background: linear-gradient(90deg, var(--eba6f) 0%, var(--c2149) 100%);
    border-radius: 4px;
}
.j55797 > span:last-child { color: var(--c2149); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.b7ce62 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m32f6b, .p3a5ae {
    background: linear-gradient(145deg, var(--d776c), var(--e006b));
    border-radius: var(--d1d24); padding: 24px 22px;
}
.m32f6b { border-top: 3px solid var(--e6e8d); }
.p3a5ae { border-top: 3px solid #C84040; }
.m32f6b h3, .m32f6b h4 { color: var(--e6e8d); margin-bottom: 12px; font-size: 1rem; }
.p3a5ae h3, .p3a5ae h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.m32f6b ul, .p3a5ae ul { list-style: none; padding: 0; margin: 0; }
.m32f6b li::before { content: '\2713 '; color: var(--e6e8d); font-weight: 700; }
.p3a5ae li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.m32f6b li, .p3a5ae li { padding: 5px 0; color: var(--n9bfb); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.fff813 {
    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(--p0c05);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.fff813 h2 {
    font-family: var(--hbe13);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--c2149), var(--p2318));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fff813 p { color: var(--n9bfb); 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(--eba6f);
    border-radius: var(--pde18); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n9bfb); font-size: .9rem; }
.highlight-box strong { color: var(--p2318); }

/* ===== BREADCRUMB ===== */
.i3fc2e { padding: 14px 0; font-size: .82rem; }
.i223bb { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.i223bb li + li::before { content: '\203A'; margin-right: 8px; color: var(--ocab1); }
.i3fc2e a { color: var(--ocab1); }
.i3fc2e a:hover { color: var(--p2318); }
.i3fc2e [aria-current] { color: var(--eba6f); }

/* ===== SITE FOOTER ===== */
.oc7edc {
    background: var(--pc100); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.aa3bc0 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.aa3bc0 a {
    color: var(--ocab1); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.aa3bc0 a:hover { color: var(--p2318); }

.o9859d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.o9859d p {
    color: var(--ocab1); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.o9859d a { color: var(--eba6f); }
.lcc82c { text-align: center; color: var(--ocab1); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f5b234 { max-width: 800px; margin: 0 auto; }
.f5b234 p {
    color: var(--n9bfb); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f5b234 p:last-child { margin-bottom: 0; }
.f5b234 strong { color: var(--f361c); }
.f5b234 a { color: var(--p2318); text-decoration: underline; text-underline-offset: 3px; }
.f5b234 a:hover { color: var(--c2149); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m1f054 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.h67807 { direction: rtl; }
.h67807 > * { direction: ltr; }
.ja308c { border-radius: var(--d1f92); overflow: hidden; }
.ja308c img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d1f92);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.o74615 { color: var(--n9bfb); font-size: .93rem; line-height: 1.7; }
.o74615 strong { color: var(--f361c); }
.o74615 a { color: var(--p2318); }
@media (max-width: 768px) {
    .m1f054 { grid-template-columns: 1fr; gap: 24px; }
    .h67807 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--d54b1);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--d54b1); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l03fb0 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--eba6f);
    color: var(--f361c); 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(--g77d9);
}
.l03fb0.a81012 { opacity: 1; visibility: visible; }
.l03fb0:hover { transform: translateY(-3px); background: var(--d54b1); }

/* ===== REVIEW SCORE (review page) ===== */
.nd6ad0 {
    font-family: var(--hbe13); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--c2149), var(--p2318));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--c2149); 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(--n9bfb); width: 55%; }
.score-table td:last-child { color: var(--c2149); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.dff0d3 {
    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);
}
.dff0d3 .k152f6 { 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) {
    .a9d80e { display: none; }
    .a8a29f .bb2828 { display: none; }
    .f1663f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .b7ce62 { grid-template-columns: 1fr; }
    section, .macc0a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .aa3bc0 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m38160 { grid-template-columns: 1fr 1fr; }
    .ca0942 { grid-template-columns: 1fr 1fr; }
    .j55797 { grid-template-columns: 1fr 100px auto; }
    .dff0d3 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .pa1d4a { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m38160 { grid-template-columns: 1fr; }
    .ca0942 { grid-template-columns: 1fr; }
    .i3f245 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .nd6ad0 { font-size: 3.5rem; }
    .j55797 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .b7ce62 { grid-template-columns: 1fr; }
    .p12abe { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.j46d44 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.j46d44 summary.f0fd2f {
    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(--f361c);
    padding: 6px 11px;
    border-radius: var(--pde18);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--k2585);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.j46d44 summary.f0fd2f::-webkit-details-marker { display: none; }
.j46d44 summary.f0fd2f::marker { display: none; }
.j46d44:hover summary.f0fd2f,
.j46d44[open] summary.f0fd2f {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--c2149);
}
.l2cb15 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.j46d44[open] .l2cb15 { transform: rotate(180deg); }

.c12900 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d776c);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--d1d24);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.j46d44[open] .c12900 {
    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); }
}
.c12900 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--k3e3e);
    border-radius: var(--pde18);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c12900 li a:hover,
.c12900 li a.oaff27 {
    background: rgba(255,255,255,.08);
    color: var(--c2149);
}
.c12900 li a.oaff27 { font-weight: 700; }

/* Mobile lang bar */
.l6c787 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.l6c787 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(--pde18);
    color: var(--k3e3e);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.l6c787 a:hover,
.l6c787 a.c6137b {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--c2149);
}
.l6c787 a.c6137b { font-weight: 700; }

@media (max-width: 768px) {
    .j46d44 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ca0942, ul.lbf783 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.maf312 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .maf312 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m38160, ol.m1268a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.m1268a > li { counter-increment: step-counter; }
ol.m1268a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--eba6f); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.aa02fe { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--eba6f); }
.ma9c40 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.iee2f9 { width: 36px; height: 36px; border-radius: 50%; background: var(--eba6f); color: var(--pc100); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.b9029b h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f79d27 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ddecb4 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ddecb4:last-child { border-bottom: none; }
.oa9fea { font-weight: 600; padding: .75rem 1rem; color: var(--eba6f); }
.l86133 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.fc8842 .je13c5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.fc8842 .g71de5 { display: none; }
.fc8842 .e11905.o3e342 .g71de5 { display: block; }

/* faq variant C: definition list */
dl.jfe536 { display: grid; gap: 0; }
dl.jfe536 dt.kf8af7 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.jfe536 dd.g71de5 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c4dcc8 { padding: 2rem 0; }
.lf84be { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.lf84be li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--d1d24); border: 1px solid var(--c2149); color: var(--c2149); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.lf84be li a:hover { background: var(--c2149); color: var(--pc100); }


/* Promo Banner (SVG image banners) */
.g44893 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ne1e70 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ne1e70:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.n475ba { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.af7349 { display: inline-block; vertical-align: middle; }
.o22e29 .af7349 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--d776c), var(--e006b));
    border-radius: var(--d1d24); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--pde18); background: var(--p0c05); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--c2149); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--c2149); 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; }
  .a32c03 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.k152f6, .a32c03, .pa1d4a, .if0e3c, .j0d184, .f1663f, .je13c5, .kf8af7, .l03fb0, .dff0d3 a, .f0fd2f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a32c03 { position: relative; overflow: visible; }
.a32c03::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--c2149); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a32c03:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a32c03::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--c2149); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--pde18); background: var(--d776c); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--pde18); background: var(--d776c); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--c2149); }
.trust-item span { font-size: 0.7rem; color: var(--c2149); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--d776c); border-radius: var(--d1d24); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--c2149), var(--eba6f)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--pc100); flex-shrink: 0; }
.review-stars { color: var(--c2149); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ocab1); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--k3e3e); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.7; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
