@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:wght@400;500;700&display=swap');
/* ===== MAGENTA PULSE — Design System ===== */
:root {
    --o0802:        #FF1493;
    --k3e80:        #FF50B0;
    --o9382:        #CC1078;
    --b8a09:        #FF2090;
    --c69c3:        #FF1493;
    --ka337:        #CC1078;
    --l01d3:        #E040FB;
    --na98f:        #B030C8;
    --k56dc:        #08040A;
    --bb1af:        #100814;
    --a5496:        #180C1E;
    --ode40:        #201028;
    --kda50:        #FFFFFF;
    --db3d6:        #B080A0;
    --e9740:        #705068;
    --i6257:        #B080A0;
    --l8667:    'Sora', sans-serif;
    --o1b74:    'DM Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ke13b:       12px;
    --b495d:    20px;
    --jcda4:    8px;
    --b1d00:        1100px;
    --c79b3:       0 4px 24px rgba(0,0,0,.5);
    --bc95c:         0 0 32px rgba(255,20,147,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--o0802);
    --color-primary-light: var(--k3e80);
    --color-primary-dark: var(--o9382);
    --color-accent: var(--c69c3);
    --color-accent-dark: var(--ka337);
    --color-secondary: var(--l01d3);
    --color-secondary-dark: var(--na98f);
    --color-surface: var(--a5496);
    --color-surface-elevated: var(--ode40);
    --color-on-surface: var(--kda50);
    --color-on-surface-muted: var(--db3d6);
    --color-text: var(--kda50);
    --color-text-secondary: var(--i6257);
    --text-heading: var(--l8667);
    --text-body: var(--o1b74);
    --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(--o1b74);
    background: var(--k56dc);
    color: var(--kda50);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--k3e80); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c69c3); }
img { max-width: 100%; height: auto; display: block; }

.a5f7fe { width: 92%; max-width: var(--b1d00); margin: 0 auto; }

.h6bb34 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.d3e51f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--o0802); color: var(--kda50);
    padding: 8px 16px; border-radius: var(--jcda4);
    z-index: 999; transition: top .2s;
}
.d3e51f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.e52190 {
    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);
}
.g4f1b8 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.fcc553 {
    font-family: var(--l8667);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--kda50);
    white-space: nowrap; text-decoration: none;
}
.fcc553:hover { color: var(--c69c3); }

/* Main Nav */
.ma7944 { display: flex; align-items: center; gap: 20px; }
.p47675 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.p47675 a {
    color: var(--db3d6); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.p47675 a:hover { color: var(--k3e80); }

/* Language Select */
.l74e2c {
    background: var(--a5496); color: var(--kda50);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--jcda4);
    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;
}
.l74e2c:hover, .l74e2c:focus { border-color: var(--o0802); outline: none; }

/* Menu Toggle */
.j8b722 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.o446ae, .o446ae::before, .o446ae::after {
    display: block; width: 24px; height: 2px;
    background: var(--kda50); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.o446ae { position: relative; }
.o446ae::before, .o446ae::after { content: ''; position: absolute; left: 0; }
.o446ae::before { top: -7px; }
.o446ae::after { top: 7px; }

/* Mobile Nav */
.g23bab {
    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;
}
.g23bab.lfb809 { display: flex; }
.dfec9b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.dfec9b a {
    font-size: 1.2rem; font-weight: 600; color: var(--kda50); text-decoration: none;
}
.dfec9b a:hover { color: var(--k3e80); }

/* ===== BUTTONS ===== */
.a4e443 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l8667); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ke13b); 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(--o0802) 0%, var(--b8a09) 100%);
    color: var(--kda50); box-shadow: var(--bc95c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--kda50);
}
.btn-secondary {
    background: transparent; color: var(--k3e80);
    border: 2px solid var(--o0802);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--c69c3); }

/* 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); }
}
.lb44dd {
    background: linear-gradient(135deg, var(--c69c3) 0%, #e8a020 55%, var(--ka337) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.lb44dd:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.nd58e9 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--b495d); }
.o90e22 { padding: 8px 18px; font-size: .85rem; border-radius: var(--jcda4); }

/* Nav CTA in header */
.dd2ec6 {
    background: linear-gradient(135deg, var(--c69c3) 0%, var(--ka337) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--jcda4);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.dd2ec6:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.h96cce {
    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(--k56dc);
    position: relative; overflow: hidden;
}
.h96cce::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;
}
.l323a2 {
    font-family: var(--l8667);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--c69c3) 0%, var(--k3e80) 50%, var(--o0802) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.jcc0e0 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--db3d6);
    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(--k56dc);
}
.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(--l8667);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--c69c3) 0%, var(--k3e80) 45%, var(--o0802) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--db3d6);
    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(--db3d6);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--jcda4);
}
.hero-stat strong { color: var(--k3e80); }

/* ===== SECTIONS ===== */
.hda17a { padding: clamp(52px, 7vw, 80px) 0; }
.ja7adb { background: var(--bb1af); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--o0802); margin-bottom: 10px;
}
.hda17a h2, .id4260 {
    font-family: var(--l8667);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.hda17a h3 {
    font-family: var(--l8667); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--k3e80);
}
.hda17a p, .section-desc {
    color: var(--db3d6); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.hda17a ul, .hda17a ol {
    color: var(--db3d6); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.hda17a li { margin-bottom: 8px; }
.hda17a li strong { color: var(--kda50); }

/* ===== 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(--a5496), var(--ode40));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--ke13b); 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(--c79b3);
}
.j0fa22 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l8667); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--kda50);
}
.card p { color: var(--db3d6); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.e41508 { overflow-x: auto; margin: 24px 0; border-radius: var(--jcda4); }
.d51976 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.d51976 thead th {
    background: var(--ode40); color: var(--kda50); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.d51976 thead th:first-child { border-radius: var(--jcda4) 0 0 0; }
.d51976 thead th:last-child { border-radius: 0 var(--jcda4) 0 0; }
.d51976 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.d51976 td { padding: 13px 16px; }
.d51976 td:first-child { color: var(--db3d6); font-weight: 500; width: 42%; }
.d51976 td:last-child { color: var(--kda50); font-weight: 600; }
.d51976 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(--o0802), var(--b8a09));
    border-radius: 50%; font-family: var(--l8667);
    font-size: 1.2rem; font-weight: 700; color: var(--kda50);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--db3d6); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.o0f327 { max-width: 800px; margin: 0 auto; }
details.e06871 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.e06871 summary {
    display: block; list-style: none;
    color: var(--kda50); font-family: var(--o1b74);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.e06871 summary::-webkit-details-marker { display: none; }
details.e06871 summary::marker { display: none; content: ''; }
details.e06871 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--o0802); transition: transform .3s;
}
details.e06871[open] summary::after { content: '\2212'; }
details.e06871 summary:hover { color: var(--k3e80); }
details.e06871 > p { padding: 0 0 20px; color: var(--db3d6); font-size: .9rem; line-height: 1.7; }
details.e06871 > div { padding: 0 0 20px; color: var(--db3d6); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--bb1af); }

/* ===== INFO GRID & CARDS ===== */
.f330ff {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p1c28c {
    background: linear-gradient(145deg, var(--a5496), var(--ode40));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--ke13b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p1c28c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--c79b3);
}
.f0ba47 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p1c28c h3 {
    font-family: var(--l8667); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--kda50);
}
.p1c28c p { color: var(--db3d6); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d09f35 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.he0d00 {
    background: linear-gradient(145deg, var(--a5496), var(--ode40));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--ke13b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.he0d00:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.he0d00 h3 {
    font-family: var(--l8667); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c69c3);
}
.he0d00 p { color: var(--db3d6); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.c7f45f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.df0687 { text-align: center; padding: 22px 14px; }
.f5cdc3 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--o0802), var(--b8a09));
    border-radius: 50%; font-family: var(--l8667);
    font-size: 1.15rem; font-weight: 800; color: var(--kda50);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.df0687 h3 {
    font-family: var(--l8667); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--kda50);
}
.df0687 p { color: var(--db3d6); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.b21730 {
    background: linear-gradient(145deg, var(--a5496), var(--ode40));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--b495d);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.m690a5 { margin-top: 24px; }
.m40cbe {
    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;
}
.m40cbe > span:first-child { color: var(--db3d6); text-align: left; }
.d54701 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.a42d78 {
    height: 100%;
    background: linear-gradient(90deg, var(--o0802) 0%, var(--c69c3) 100%);
    border-radius: 4px;
}
.m40cbe > span:last-child { color: var(--c69c3); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ca76e8 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ha4a9c, .a517ec {
    background: linear-gradient(145deg, var(--a5496), var(--ode40));
    border-radius: var(--ke13b); padding: 24px 22px;
}
.ha4a9c { border-top: 3px solid var(--l01d3); }
.a517ec { border-top: 3px solid #C84040; }
.ha4a9c h3, .ha4a9c h4 { color: var(--l01d3); margin-bottom: 12px; font-size: 1rem; }
.a517ec h3, .a517ec h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ha4a9c ul, .a517ec ul { list-style: none; padding: 0; margin: 0; }
.ha4a9c li::before { content: '\2713 '; color: var(--l01d3); font-weight: 700; }
.a517ec li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ha4a9c li, .a517ec li { padding: 5px 0; color: var(--db3d6); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.n7d1cf {
    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(--bb1af);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.n7d1cf h2 {
    font-family: var(--l8667);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--c69c3), var(--k3e80));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.n7d1cf p { color: var(--db3d6); 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(--o0802);
    border-radius: var(--jcda4); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--db3d6); font-size: .9rem; }
.highlight-box strong { color: var(--k3e80); }

/* ===== BREADCRUMB ===== */
.l5e15a { padding: 14px 0; font-size: .82rem; }
.cc5fd9 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.cc5fd9 li + li::before { content: '\203A'; margin-right: 8px; color: var(--e9740); }
.l5e15a a { color: var(--e9740); }
.l5e15a a:hover { color: var(--k3e80); }
.l5e15a [aria-current] { color: var(--o0802); }

/* ===== SITE FOOTER ===== */
.jf8349 {
    background: var(--k56dc); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.m4d072 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.m4d072 a {
    color: var(--e9740); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.m4d072 a:hover { color: var(--k3e80); }

.def8ca {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.def8ca p {
    color: var(--e9740); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.def8ca a { color: var(--o0802); }
.nef6af { text-align: center; color: var(--e9740); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f967d8 { max-width: 800px; margin: 0 auto; }
.f967d8 p {
    color: var(--db3d6); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f967d8 p:last-child { margin-bottom: 0; }
.f967d8 strong { color: var(--kda50); }
.f967d8 a { color: var(--k3e80); text-decoration: underline; text-underline-offset: 3px; }
.f967d8 a:hover { color: var(--c69c3); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.k98c1f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ea0022 { direction: rtl; }
.ea0022 > * { direction: ltr; }
.h224a8 { border-radius: var(--b495d); overflow: hidden; }
.h224a8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--b495d);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.o2c643 { color: var(--db3d6); font-size: .93rem; line-height: 1.7; }
.o2c643 strong { color: var(--kda50); }
.o2c643 a { color: var(--k3e80); }
@media (max-width: 768px) {
    .k98c1f { grid-template-columns: 1fr; gap: 24px; }
    .ea0022 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o9382);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--o9382); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.j92191 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--o0802);
    color: var(--kda50); 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(--c79b3);
}
.j92191.o1ded3 { opacity: 1; visibility: visible; }
.j92191:hover { transform: translateY(-3px); background: var(--o9382); }

/* ===== REVIEW SCORE (review page) ===== */
.g03ff7 {
    font-family: var(--l8667); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--c69c3), var(--k3e80));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--c69c3); 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(--db3d6); width: 55%; }
.score-table td:last-child { color: var(--c69c3); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.lc2c0b {
    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);
}
.lc2c0b .a4e443 { 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) {
    .p47675 { display: none; }
    .ma7944 .l74e2c { display: none; }
    .j8b722 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ca76e8 { grid-template-columns: 1fr; }
    section, .hda17a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .m4d072 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .c7f45f { grid-template-columns: 1fr 1fr; }
    .f330ff { grid-template-columns: 1fr 1fr; }
    .m40cbe { grid-template-columns: 1fr 100px auto; }
    .lc2c0b { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .nd58e9 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .c7f45f { grid-template-columns: 1fr; }
    .f330ff { grid-template-columns: 1fr; }
    .g4f1b8 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .g03ff7 { font-size: 3.5rem; }
    .m40cbe { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ca76e8 { grid-template-columns: 1fr; }
    .b21730 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f0e4c0 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f0e4c0 summary.abaf12 {
    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(--kda50);
    padding: 6px 11px;
    border-radius: var(--jcda4);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--o1b74);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f0e4c0 summary.abaf12::-webkit-details-marker { display: none; }
.f0e4c0 summary.abaf12::marker { display: none; }
.f0e4c0:hover summary.abaf12,
.f0e4c0[open] summary.abaf12 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--c69c3);
}
.i93a7f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f0e4c0[open] .i93a7f { transform: rotate(180deg); }

.nc5e70 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--a5496);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ke13b);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f0e4c0[open] .nc5e70 {
    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); }
}
.nc5e70 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i6257);
    border-radius: var(--jcda4);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nc5e70 li a:hover,
.nc5e70 li a.kc12a9 {
    background: rgba(255,255,255,.08);
    color: var(--c69c3);
}
.nc5e70 li a.kc12a9 { font-weight: 700; }

/* Mobile lang bar */
.jf5758 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.jf5758 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(--jcda4);
    color: var(--i6257);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jf5758 a:hover,
.jf5758 a.j37896 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--c69c3);
}
.jf5758 a.j37896 { font-weight: 700; }

@media (max-width: 768px) {
    .f0e4c0 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f330ff, ul.aa692a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.j2c64a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .j2c64a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.c7f45f, ol.db4ce2 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.db4ce2 > li { counter-increment: step-counter; }
ol.db4ce2 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--o0802); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.m6f00b { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--o0802); }
.e802d1 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g12734 { width: 36px; height: 36px; border-radius: 50%; background: var(--o0802); color: var(--k56dc); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a0d737 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.pb8e4a { display: grid; grid-template-columns: 1fr; gap: 0; }
.i488a2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.i488a2:last-child { border-bottom: none; }
.f015fa { font-weight: 600; padding: .75rem 1rem; color: var(--o0802); }
.k81d1b { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ca98f9 .a1c128 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ca98f9 .n0f28c { display: none; }
.ca98f9 .e06871.lfb809 .n0f28c { display: block; }

/* faq variant C: definition list */
dl.o0f327 { display: grid; gap: 0; }
dl.o0f327 dt.hb8e0c { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.o0f327 dd.n0f28c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.id77ff { padding: 2rem 0; }
.d2d05e { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.d2d05e li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ke13b); border: 1px solid var(--c69c3); color: var(--c69c3); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.d2d05e li a:hover { background: var(--c69c3); color: var(--k56dc); }


/* Promo Banner (SVG image banners) */
.lb40a6 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.nf5f5e { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.nf5f5e:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.p7c345 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.j0fa22 { display: inline-block; vertical-align: middle; }
.f0ba47 .j0fa22 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.d3fbaa {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--a5496), var(--ode40));
    border-radius: var(--ke13b); padding: 24px; margin-top: 24px;
}
.h712b1 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--jcda4); background: var(--bb1af); }
.h712b1 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.h712b1 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--c69c3); }
@media (max-width: 768px) { .d3fbaa { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .d3fbaa { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--c69c3); 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; }
  .lb44dd { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a4e443, .lb44dd, .nd58e9, .o90e22, .dd2ec6, .j8b722, .a1c128, .hb8e0c, .j92191, .lc2c0b a, .abaf12 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.lb44dd { position: relative; overflow: visible; }
.lb44dd::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--c69c3); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.lb44dd:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.lb44dd::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.g11877 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.j61f12 {
    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);
}
.j61f12.l52110 { color: var(--c69c3); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.k7e84a, .n1e6a1 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.d053e0, .ccd79e { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--jcda4); background: var(--a5496); transition: transform 0.2s; }
.d053e0:hover, .ccd79e:hover { transform: translateY(-2px); }
.d053e0 span, .ccd79e span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.fc0305 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.aa2956 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--jcda4); background: var(--a5496); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.aa2956:hover { border-color: var(--c69c3); }
.aa2956 span { font-size: 0.7rem; color: var(--c69c3); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.lcbc98 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.lda33c { background: var(--a5496); border-radius: var(--ke13b); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.ff0e92 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.oada6b { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--c69c3), var(--o0802)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k56dc); flex-shrink: 0; }
.k4df6c { color: var(--c69c3); font-size: 14px; letter-spacing: 1px; }
.h7b401 { color: var(--e9740); font-size: 0.75rem; }
.lda33c p { font-size: 0.9rem; color: var(--i6257); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.7; }
body { font-size: 16.5px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }
