@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 {
    --h3b9d:        #9B59B6;
    --l307c:        #B87DD0;
    --bf797:        #7A3F90;
    --i52c6:        #A668C0;
    --j7d5c:        #BB86FC;
    --k5fa4:        #9060CC;
    --gdbea:        #CE93D8;
    --d75c5:        #A070B0;
    --ccc13:        #060410;
    --hbe02:        #0C0818;
    --f91f6:        #120C22;
    --geecd:        #18102C;
    --k558e:        #FFFFFF;
    --ofb46:        #9080A8;
    --m33c1:        #605070;
    --b0211:        #9080A8;
    --c4253:    'Spectral', serif;
    --c8ac6:    'Albert Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --c734f:       12px;
    --eb45b:    20px;
    --o1bdc:    8px;
    --gb7e7:        1100px;
    --db6b8:       0 4px 24px rgba(0,0,0,.5);
    --l5590:         0 0 32px rgba(187,134,252,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--h3b9d);
    --color-primary-light: var(--l307c);
    --color-primary-dark: var(--bf797);
    --color-accent: var(--j7d5c);
    --color-accent-dark: var(--k5fa4);
    --color-secondary: var(--gdbea);
    --color-secondary-dark: var(--d75c5);
    --color-surface: var(--f91f6);
    --color-surface-elevated: var(--geecd);
    --color-on-surface: var(--k558e);
    --color-on-surface-muted: var(--ofb46);
    --color-text: var(--k558e);
    --color-text-secondary: var(--b0211);
    --text-heading: var(--c4253);
    --text-body: var(--c8ac6);
    --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(--c8ac6);
    background: var(--ccc13);
    color: var(--k558e);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--l307c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j7d5c); }
img { max-width: 100%; height: auto; display: block; }

.h7b5c8 { width: 92%; max-width: var(--gb7e7); margin: 0 auto; }

.j7a3e1 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.mc4288 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--h3b9d); color: var(--k558e);
    padding: 8px 16px; border-radius: var(--o1bdc);
    z-index: 999; transition: top .2s;
}
.mc4288:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.jd77fc {
    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);
}
.a09104 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ad607b {
    font-family: var(--c4253);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--k558e);
    white-space: nowrap; text-decoration: none;
}
.ad607b:hover { color: var(--j7d5c); }

/* Main Nav */
.fab70e { display: flex; align-items: center; gap: 20px; }
.g8979b {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.g8979b a {
    color: var(--ofb46); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g8979b a:hover { color: var(--l307c); }

/* Language Select */
.c31a65 {
    background: var(--f91f6); color: var(--k558e);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--o1bdc);
    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;
}
.c31a65:hover, .c31a65:focus { border-color: var(--h3b9d); outline: none; }

/* Menu Toggle */
.j48d4f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.afa35e, .afa35e::before, .afa35e::after {
    display: block; width: 24px; height: 2px;
    background: var(--k558e); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.afa35e { position: relative; }
.afa35e::before, .afa35e::after { content: ''; position: absolute; left: 0; }
.afa35e::before { top: -7px; }
.afa35e::after { top: 7px; }

/* Mobile Nav */
.gde459 {
    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;
}
.gde459.m6f2a4 { display: flex; }
.ke484f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ke484f a {
    font-size: 1.2rem; font-weight: 600; color: var(--k558e); text-decoration: none;
}
.ke484f a:hover { color: var(--l307c); }

/* ===== BUTTONS ===== */
.mc37ea {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--c4253); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--c734f); 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(--h3b9d) 0%, var(--i52c6) 100%);
    color: var(--k558e); box-shadow: var(--l5590);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--k558e);
}
.btn-secondary {
    background: transparent; color: var(--l307c);
    border: 2px solid var(--h3b9d);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j7d5c); }

/* 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); }
}
.o0992d {
    background: linear-gradient(135deg, var(--j7d5c) 0%, #e8a020 55%, var(--k5fa4) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.o0992d:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.bfc47f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--eb45b); }
.bddeb7 { padding: 8px 18px; font-size: .85rem; border-radius: var(--o1bdc); }

/* Nav CTA in header */
.bd055b {
    background: linear-gradient(135deg, var(--j7d5c) 0%, var(--k5fa4) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--o1bdc);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.bd055b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.a8a6bd {
    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(--ccc13);
    position: relative; overflow: hidden;
}
.a8a6bd::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;
}
.o08f5a {
    font-family: var(--c4253);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j7d5c) 0%, var(--l307c) 50%, var(--h3b9d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c9daef {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ofb46);
    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(--ccc13);
}
.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(--c4253);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j7d5c) 0%, var(--l307c) 45%, var(--h3b9d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ofb46);
    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(--ofb46);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--o1bdc);
}
.hero-stat strong { color: var(--l307c); }

/* ===== SECTIONS ===== */
.hcee9e { padding: clamp(52px, 7vw, 80px) 0; }
.b89349 { background: var(--hbe02); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--h3b9d); margin-bottom: 10px;
}
.hcee9e h2, .p25394 {
    font-family: var(--c4253);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.hcee9e h3 {
    font-family: var(--c4253); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--l307c);
}
.hcee9e p, .section-desc {
    color: var(--ofb46); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.hcee9e ul, .hcee9e ol {
    color: var(--ofb46); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.hcee9e li { margin-bottom: 8px; }
.hcee9e li strong { color: var(--k558e); }

/* ===== 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(--f91f6), var(--geecd));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--c734f); 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(--db6b8);
}
.i067fe { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--c4253); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--k558e);
}
.card p { color: var(--ofb46); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.m72c80 { overflow-x: auto; margin: 24px 0; border-radius: var(--o1bdc); }
.kc7954 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.kc7954 thead th {
    background: var(--geecd); color: var(--k558e); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.kc7954 thead th:first-child { border-radius: var(--o1bdc) 0 0 0; }
.kc7954 thead th:last-child { border-radius: 0 var(--o1bdc) 0 0; }
.kc7954 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.kc7954 td { padding: 13px 16px; }
.kc7954 td:first-child { color: var(--ofb46); font-weight: 500; width: 42%; }
.kc7954 td:last-child { color: var(--k558e); font-weight: 600; }
.kc7954 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(--h3b9d), var(--i52c6));
    border-radius: 50%; font-family: var(--c4253);
    font-size: 1.2rem; font-weight: 700; color: var(--k558e);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ofb46); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.kffbc2 { max-width: 800px; margin: 0 auto; }
details.lb1c6d { border-bottom: 1px solid rgba(255,255,255,.07); }
details.lb1c6d summary {
    display: block; list-style: none;
    color: var(--k558e); font-family: var(--c8ac6);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.lb1c6d summary::-webkit-details-marker { display: none; }
details.lb1c6d summary::marker { display: none; content: ''; }
details.lb1c6d summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--h3b9d); transition: transform .3s;
}
details.lb1c6d[open] summary::after { content: '\2212'; }
details.lb1c6d summary:hover { color: var(--l307c); }
details.lb1c6d > p { padding: 0 0 20px; color: var(--ofb46); font-size: .9rem; line-height: 1.7; }
details.lb1c6d > div { padding: 0 0 20px; color: var(--ofb46); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--hbe02); }

/* ===== INFO GRID & CARDS ===== */
.b1088f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fe3b57 {
    background: linear-gradient(145deg, var(--f91f6), var(--geecd));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--c734f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fe3b57:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--db6b8);
}
.oe2bf5 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.fe3b57 h3 {
    font-family: var(--c4253); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k558e);
}
.fe3b57 p { color: var(--ofb46); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.a35c6d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j5e860 {
    background: linear-gradient(145deg, var(--f91f6), var(--geecd));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--c734f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j5e860:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.j5e860 h3 {
    font-family: var(--c4253); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j7d5c);
}
.j5e860 p { color: var(--ofb46); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.i11bdd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b2d39b { text-align: center; padding: 22px 14px; }
.e5e511 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--h3b9d), var(--i52c6));
    border-radius: 50%; font-family: var(--c4253);
    font-size: 1.15rem; font-weight: 800; color: var(--k558e);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.b2d39b h3 {
    font-family: var(--c4253); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--k558e);
}
.b2d39b p { color: var(--ofb46); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.ae505c {
    background: linear-gradient(145deg, var(--f91f6), var(--geecd));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--eb45b);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.cb9a78 { margin-top: 24px; }
.c83ce7 {
    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;
}
.c83ce7 > span:first-child { color: var(--ofb46); text-align: left; }
.eaf1bd {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.h64e82 {
    height: 100%;
    background: linear-gradient(90deg, var(--h3b9d) 0%, var(--j7d5c) 100%);
    border-radius: 4px;
}
.c83ce7 > span:last-child { color: var(--j7d5c); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.d23967 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k99b11, .m43c8d {
    background: linear-gradient(145deg, var(--f91f6), var(--geecd));
    border-radius: var(--c734f); padding: 24px 22px;
}
.k99b11 { border-top: 3px solid var(--gdbea); }
.m43c8d { border-top: 3px solid #C84040; }
.k99b11 h3, .k99b11 h4 { color: var(--gdbea); margin-bottom: 12px; font-size: 1rem; }
.m43c8d h3, .m43c8d h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.k99b11 ul, .m43c8d ul { list-style: none; padding: 0; margin: 0; }
.k99b11 li::before { content: '\2713 '; color: var(--gdbea); font-weight: 700; }
.m43c8d li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.k99b11 li, .m43c8d li { padding: 5px 0; color: var(--ofb46); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.l840b9 {
    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(--hbe02);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.l840b9 h2 {
    font-family: var(--c4253);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j7d5c), var(--l307c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.l840b9 p { color: var(--ofb46); 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(--h3b9d);
    border-radius: var(--o1bdc); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ofb46); font-size: .9rem; }
.highlight-box strong { color: var(--l307c); }

/* ===== BREADCRUMB ===== */
.f51d50 { padding: 14px 0; font-size: .82rem; }
.l68cce { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.l68cce li + li::before { content: '\203A'; margin-right: 8px; color: var(--m33c1); }
.f51d50 a { color: var(--m33c1); }
.f51d50 a:hover { color: var(--l307c); }
.f51d50 [aria-current] { color: var(--h3b9d); }

/* ===== SITE FOOTER ===== */
.o330fd {
    background: var(--ccc13); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.m174b1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.m174b1 a {
    color: var(--m33c1); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.m174b1 a:hover { color: var(--l307c); }

.oa33a8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.oa33a8 p {
    color: var(--m33c1); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.oa33a8 a { color: var(--h3b9d); }
.n2d443 { text-align: center; color: var(--m33c1); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.b52032 { max-width: 800px; margin: 0 auto; }
.b52032 p {
    color: var(--ofb46); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.b52032 p:last-child { margin-bottom: 0; }
.b52032 strong { color: var(--k558e); }
.b52032 a { color: var(--l307c); text-decoration: underline; text-underline-offset: 3px; }
.b52032 a:hover { color: var(--j7d5c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.n82fb9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.od9ad9 { direction: rtl; }
.od9ad9 > * { direction: ltr; }
.e28c65 { border-radius: var(--eb45b); overflow: hidden; }
.e28c65 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--eb45b);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.h89dee { color: var(--ofb46); font-size: .93rem; line-height: 1.7; }
.h89dee strong { color: var(--k558e); }
.h89dee a { color: var(--l307c); }
@media (max-width: 768px) {
    .n82fb9 { grid-template-columns: 1fr; gap: 24px; }
    .od9ad9 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--bf797);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--bf797); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.oc9f17 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--h3b9d);
    color: var(--k558e); 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(--db6b8);
}
.oc9f17.dd0f2a { opacity: 1; visibility: visible; }
.oc9f17:hover { transform: translateY(-3px); background: var(--bf797); }

/* ===== REVIEW SCORE (review page) ===== */
.i57ef8 {
    font-family: var(--c4253); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j7d5c), var(--l307c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j7d5c); 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(--ofb46); width: 55%; }
.score-table td:last-child { color: var(--j7d5c); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.m688b1 {
    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);
}
.m688b1 .mc37ea { 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) {
    .g8979b { display: none; }
    .fab70e .c31a65 { display: none; }
    .j48d4f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .d23967 { grid-template-columns: 1fr; }
    section, .hcee9e { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .m174b1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .i11bdd { grid-template-columns: 1fr 1fr; }
    .b1088f { grid-template-columns: 1fr 1fr; }
    .c83ce7 { grid-template-columns: 1fr 100px auto; }
    .m688b1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .bfc47f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .i11bdd { grid-template-columns: 1fr; }
    .b1088f { grid-template-columns: 1fr; }
    .a09104 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .i57ef8 { font-size: 3.5rem; }
    .c83ce7 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .d23967 { grid-template-columns: 1fr; }
    .ae505c { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.c4972e {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.c4972e summary.p23601 {
    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(--k558e);
    padding: 6px 11px;
    border-radius: var(--o1bdc);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c8ac6);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.c4972e summary.p23601::-webkit-details-marker { display: none; }
.c4972e summary.p23601::marker { display: none; }
.c4972e:hover summary.p23601,
.c4972e[open] summary.p23601 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j7d5c);
}
.i915ab { font-size: .7rem; opacity: .7; transition: transform .2s; }
.c4972e[open] .i915ab { transform: rotate(180deg); }

.d1dcc9 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--f91f6);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--c734f);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.c4972e[open] .d1dcc9 {
    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); }
}
.d1dcc9 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b0211);
    border-radius: var(--o1bdc);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.d1dcc9 li a:hover,
.d1dcc9 li a.e0e89c {
    background: rgba(255,255,255,.08);
    color: var(--j7d5c);
}
.d1dcc9 li a.e0e89c { font-weight: 700; }

/* Mobile lang bar */
.p871e9 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p871e9 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(--o1bdc);
    color: var(--b0211);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p871e9 a:hover,
.p871e9 a.p23625 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j7d5c);
}
.p871e9 a.p23625 { font-weight: 700; }

@media (max-width: 768px) {
    .c4972e { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b1088f, ul.b85fcb { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o45847 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o45847 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.i11bdd, ol.faf9bf { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.faf9bf > li { counter-increment: step-counter; }
ol.faf9bf > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--h3b9d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.mb9641 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--h3b9d); }
.k5eb06 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.b1d38c { width: 36px; height: 36px; border-radius: 50%; background: var(--h3b9d); color: var(--ccc13); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.e4bcd9 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.hba941 { display: grid; grid-template-columns: 1fr; gap: 0; }
.o2572f { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.o2572f:last-child { border-bottom: none; }
.n8274e { font-weight: 600; padding: .75rem 1rem; color: var(--h3b9d); }
.jd8747 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a172eb .ndf110 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a172eb .l1e453 { display: none; }
.a172eb .lb1c6d.m6f2a4 .l1e453 { display: block; }

/* faq variant C: definition list */
dl.kffbc2 { display: grid; gap: 0; }
dl.kffbc2 dt.j38af1 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.kffbc2 dd.l1e453 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.i7d5f2 { padding: 2rem 0; }
.p06aa2 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p06aa2 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--c734f); border: 1px solid var(--j7d5c); color: var(--j7d5c); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p06aa2 li a:hover { background: var(--j7d5c); color: var(--ccc13); }


/* Promo Banner (SVG image banners) */
.p71b92 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.k89381 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.k89381:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.jd53d9 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i067fe { display: inline-block; vertical-align: middle; }
.oe2bf5 .i067fe { 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(--f91f6), var(--geecd));
    border-radius: var(--c734f); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--o1bdc); background: var(--hbe02); }
.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(--j7d5c); }
@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(--j7d5c); 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; }
  .o0992d { animation: none; }
}
/* Touch targets: minimum 44x44px */
.mc37ea, .o0992d, .bfc47f, .bddeb7, .bd055b, .j48d4f, .ndf110, .j38af1, .oc9f17, .m688b1 a, .p23601 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.o0992d { position: relative; overflow: visible; }
.o0992d::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j7d5c); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.o0992d:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.o0992d::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(--j7d5c); 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(--o1bdc); background: var(--f91f6); 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(--o1bdc); background: var(--f91f6); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j7d5c); }
.trust-item span { font-size: 0.7rem; color: var(--j7d5c); 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(--f91f6); border-radius: var(--c734f); 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(--j7d5c), var(--h3b9d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ccc13); flex-shrink: 0; }
.review-stars { color: var(--j7d5c); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--m33c1); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--b0211); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.6; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Synthwave 80s (synth) ===== */
:root{
  --cbg:#160B2E; --csurf:#1E1140; --csurf2:#2A1A55;
  --ctext:#FDEBFF; --cmuted:#B79BD6; --cacc:#FF4E8E; --cacc2:#2DE2FF;
  --cbord:#3A2470; --cfh:'Righteous',sans-serif; --cfb:'Rajdhani',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.o08f5a,.p25394{font-family:var(--cfh);}
.h7b5c8{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.hcee9e{padding:58px 0;position:relative;}
.b1088f{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.b1088f.o45847{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.i11bdd{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.d23967{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.n82fb9{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.od9ad9{direction:rtl;}.od9ad9>*{direction:ltr;}
.e28c65 img,.e28c65 svg{width:100%;height:auto;}
.h89dee p{margin:0 0 1em;}
.kffbc2{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.j38af1{cursor:pointer;list-style:none;position:relative;}.j38af1::-webkit-details-marker{display:none;}
.trust-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.trust-item{display:inline-flex;align-items:center;gap:10px;text-decoration:none;}
.trust-item img{width:30px;height:30px;}
.jd53d9{width:100%;height:auto;display:block;}
.logo-mark{vertical-align:middle;margin-right:9px;}
table{width:100%;border-collapse:collapse;}
table th,table td{padding:13px 16px;text-align:left;}
@media (prefers-reduced-motion: no-preference){
  @keyframes u-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .hero-art img,.hero-art svg{animation:u-float 6.5s ease-in-out infinite;}
  section.u-rev{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
  section.u-rev.u-in{opacity:1;transform:none;}
}
@media (max-width:900px){
  .a8a6bd .h7b5c8{grid-template-columns:1fr !important;}
  .n82fb9,.d23967{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.od9ad9{direction:ltr;}
}

/* SYNTHWAVE 80s — закатный градиент, хром-неон, сетка-горизонт, Righteous */
body{background:
  radial-gradient(680px 360px at 50% 2%,rgba(255,78,142,0.5),transparent 60%),
  repeating-linear-gradient(transparent 0 38px,rgba(45,226,255,0.1) 38px 39px),
  linear-gradient(180deg,#2B0E45 0%,#160B2E 46%,#0C0620 100%)!important;
  background-attachment:fixed;color:#FDEBFF!important;}
header,.jd77fc{background:rgba(22,11,46,0.82)!important;border-bottom:1px solid rgba(255,78,142,0.5)!important;backdrop-filter:blur(8px);}
header a,nav a{color:#B79BD6!important;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;}header a:hover{color:#2DE2FF!important;}
.a8a6bd{padding:84px 0 60px;text-align:center;background:transparent!important;}
.a8a6bd::before{display:none!important;}
.a8a6bd.has-art .h7b5c8{display:flex;flex-direction:column;align-items:center;gap:22px;}
.a8a6bd .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 28px rgba(255,78,142,0.55));}
.o08f5a{font-family:'Righteous',sans-serif;text-transform:uppercase;letter-spacing:.02em;font-size:clamp(2rem,4.8vw,3.6rem);line-height:1.06;
  background:linear-gradient(120deg,#FF4E8E,#2DE2FF)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;
  filter:drop-shadow(0 0 18px rgba(255,78,142,0.45));}
.c9daef{color:#B79BD6;max-width:60ch;margin:18px auto 26px;font-size:1.1rem;}
.p25394{text-align:center;font-family:'Righteous',sans-serif;text-transform:uppercase;color:#FDEBFF!important;text-shadow:0 0 16px rgba(255,78,142,0.5);}
.p25394::after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,#FF4E8E,#2DE2FF);margin:14px auto 0;box-shadow:0 0 12px #FF4E8E;}
.o0992d,.bd055b{background:linear-gradient(120deg,#FF4E8E,#2DE2FF)!important;color:#1a0626!important;border:none!important;border-radius:10px;
  text-transform:uppercase;letter-spacing:.06em;font-weight:700;box-shadow:0 0 24px rgba(255,78,142,0.55);}
.bfc47f{padding:15px 32px;}.o0992d:hover,.bd055b:hover{transform:translateY(-2px);box-shadow:0 0 40px rgba(255,78,142,0.8);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:20px;}
.hero-badge{background:rgba(30,17,64,0.7)!important;border:1px solid rgba(45,226,255,0.5)!important;color:#FDEBFF!important;border-radius:6px;padding:8px 14px;text-transform:uppercase;font-size:.74rem;letter-spacing:.05em;}
.fe3b57,.j5e860,.b2d39b,.k99b11,.m43c8d{background:linear-gradient(160deg,rgba(30,17,64,0.85),rgba(42,26,85,0.7))!important;border:1px solid rgba(255,78,142,0.4)!important;border-radius:12px;padding:24px;transition:box-shadow .2s,transform .2s;}
.fe3b57:hover,.j5e860:hover,.b2d39b:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #2DE2FF,0 0 28px rgba(45,226,255,0.4)!important;}
.fe3b57 h3,.j5e860 h3,.b2d39b h3{color:#FDEBFF!important;text-transform:uppercase;font-size:1.02rem;}
.fe3b57 p,.j5e860 p,.b2d39b p{color:#B79BD6!important;}
.h89dee{color:#B79BD6;}.h89dee strong{color:#2DE2FF;}.e28c65 img{border-radius:12px;filter:drop-shadow(0 0 22px rgba(255,78,142,0.4));}
.b89349{background:rgba(30,17,64,0.35)!important;}
.lb1c6d{background:rgba(30,17,64,0.6)!important;border:1px solid rgba(255,78,142,0.35)!important;border-radius:10px;padding:4px 18px;}
.j38af1{color:#FDEBFF!important;text-transform:uppercase;font-size:.95rem;padding:15px 0;}
details.lb1c6d summary.j38af1::after{content:"+";position:absolute;right:0;top:13px;color:#2DE2FF;}details.lb1c6d[open] summary.j38af1::after{content:"\2013";}
.l1e453{color:#B79BD6!important;padding-bottom:14px;}
.trust-item{background:rgba(30,17,64,0.6)!important;border:1px solid rgba(45,226,255,0.45)!important;border-radius:8px;padding:12px 18px;color:#FDEBFF!important;text-transform:uppercase;font-size:.76rem;letter-spacing:.05em;}
.k89381{border-radius:12px;display:block;overflow:hidden;box-shadow:0 0 28px rgba(255,78,142,0.4);}
footer,.o330fd{background:#160B2E!important;border-top:1px solid rgba(255,78,142,0.5)!important;}footer a{color:#B79BD6!important;}

.b52032 strong,.n82fb9 strong,.faq strong,.d23967 strong{color:inherit !important;}
