@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 {
    --g8eb2:        #9B59B6;
    --geabd:        #B87DD0;
    --e3ca8:        #7A3F90;
    --f28c1:        #A668C0;
    --ie023:        #BB86FC;
    --n9be6:        #9060CC;
    --n6627:        #CE93D8;
    --b6112:        #A070B0;
    --h3915:        #060410;
    --a2d59:        #0C0818;
    --h2a24:        #120C22;
    --ke09f:        #18102C;
    --m563c:        #FFFFFF;
    --je2f2:        #9080A8;
    --md361:        #605070;
    --d0e2d:        #9080A8;
    --e9ed7:    'Spectral', serif;
    --m96dc:    'Albert Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --l5c14:       12px;
    --c9e39:    20px;
    --oddfc:    8px;
    --l582b:        1100px;
    --ac44d:       0 4px 24px rgba(0,0,0,.5);
    --c79fa:         0 0 32px rgba(187,134,252,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--g8eb2);
    --color-primary-light: var(--geabd);
    --color-primary-dark: var(--e3ca8);
    --color-accent: var(--ie023);
    --color-accent-dark: var(--n9be6);
    --color-secondary: var(--n6627);
    --color-secondary-dark: var(--b6112);
    --color-surface: var(--h2a24);
    --color-surface-elevated: var(--ke09f);
    --color-on-surface: var(--m563c);
    --color-on-surface-muted: var(--je2f2);
    --color-text: var(--m563c);
    --color-text-secondary: var(--d0e2d);
    --text-heading: var(--e9ed7);
    --text-body: var(--m96dc);
    --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(--m96dc);
    background: var(--h3915);
    color: var(--m563c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--geabd); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ie023); }
img { max-width: 100%; height: auto; display: block; }

.f99bd9 { width: 92%; max-width: var(--l582b); margin: 0 auto; }

.m2f327 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.od49a8 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--g8eb2); color: var(--m563c);
    padding: 8px 16px; border-radius: var(--oddfc);
    z-index: 999; transition: top .2s;
}
.od49a8:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.m95e5a {
    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);
}
.ee5a93 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.lbc23b {
    font-family: var(--e9ed7);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--m563c);
    white-space: nowrap; text-decoration: none;
}
.lbc23b:hover { color: var(--ie023); }

/* Main Nav */
.e89f38 { display: flex; align-items: center; gap: 20px; }
.ne5fef {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.ne5fef a {
    color: var(--je2f2); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ne5fef a:hover { color: var(--geabd); }

/* Language Select */
.n072f1 {
    background: var(--h2a24); color: var(--m563c);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--oddfc);
    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;
}
.n072f1:hover, .n072f1:focus { border-color: var(--g8eb2); outline: none; }

/* Menu Toggle */
.hadad8 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.df63cc, .df63cc::before, .df63cc::after {
    display: block; width: 24px; height: 2px;
    background: var(--m563c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.df63cc { position: relative; }
.df63cc::before, .df63cc::after { content: ''; position: absolute; left: 0; }
.df63cc::before { top: -7px; }
.df63cc::after { top: 7px; }

/* Mobile Nav */
.l156fa {
    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;
}
.l156fa.l0e8ae { display: flex; }
.dcdba4 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.dcdba4 a {
    font-size: 1.2rem; font-weight: 600; color: var(--m563c); text-decoration: none;
}
.dcdba4 a:hover { color: var(--geabd); }

/* ===== BUTTONS ===== */
.j81594 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--e9ed7); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--l5c14); 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(--g8eb2) 0%, var(--f28c1) 100%);
    color: var(--m563c); box-shadow: var(--c79fa);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--m563c);
}
.btn-secondary {
    background: transparent; color: var(--geabd);
    border: 2px solid var(--g8eb2);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--ie023); }

/* 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); }
}
.i134de {
    background: linear-gradient(135deg, var(--ie023) 0%, #e8a020 55%, var(--n9be6) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.i134de:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.n3e3bb { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--c9e39); }
.m1753b { padding: 8px 18px; font-size: .85rem; border-radius: var(--oddfc); }

/* Nav CTA in header */
.iebb59 {
    background: linear-gradient(135deg, var(--ie023) 0%, var(--n9be6) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--oddfc);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.iebb59:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.n4b07d {
    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(--h3915);
    position: relative; overflow: hidden;
}
.n4b07d::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;
}
.o25c27 {
    font-family: var(--e9ed7);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ie023) 0%, var(--geabd) 50%, var(--g8eb2) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lef83f {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--je2f2);
    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(--h3915);
}
.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(--e9ed7);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ie023) 0%, var(--geabd) 45%, var(--g8eb2) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--je2f2);
    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(--je2f2);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--oddfc);
}
.hero-stat strong { color: var(--geabd); }

/* ===== SECTIONS ===== */
.ma251a { padding: clamp(52px, 7vw, 80px) 0; }
.c8b6f8 { background: var(--a2d59); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--g8eb2); margin-bottom: 10px;
}
.ma251a h2, .g97216 {
    font-family: var(--e9ed7);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ma251a h3 {
    font-family: var(--e9ed7); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--geabd);
}
.ma251a p, .section-desc {
    color: var(--je2f2); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ma251a ul, .ma251a ol {
    color: var(--je2f2); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ma251a li { margin-bottom: 8px; }
.ma251a li strong { color: var(--m563c); }

/* ===== 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(--h2a24), var(--ke09f));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--l5c14); 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(--ac44d);
}
.o6b24f { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--e9ed7); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--m563c);
}
.card p { color: var(--je2f2); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h48a9d { overflow-x: auto; margin: 24px 0; border-radius: var(--oddfc); }
.g7bd71 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.g7bd71 thead th {
    background: var(--ke09f); color: var(--m563c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.g7bd71 thead th:first-child { border-radius: var(--oddfc) 0 0 0; }
.g7bd71 thead th:last-child { border-radius: 0 var(--oddfc) 0 0; }
.g7bd71 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.g7bd71 td { padding: 13px 16px; }
.g7bd71 td:first-child { color: var(--je2f2); font-weight: 500; width: 42%; }
.g7bd71 td:last-child { color: var(--m563c); font-weight: 600; }
.g7bd71 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(--g8eb2), var(--f28c1));
    border-radius: 50%; font-family: var(--e9ed7);
    font-size: 1.2rem; font-weight: 700; color: var(--m563c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--je2f2); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.hd25b3 { max-width: 800px; margin: 0 auto; }
details.m4eda4 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.m4eda4 summary {
    display: block; list-style: none;
    color: var(--m563c); font-family: var(--m96dc);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.m4eda4 summary::-webkit-details-marker { display: none; }
details.m4eda4 summary::marker { display: none; content: ''; }
details.m4eda4 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--g8eb2); transition: transform .3s;
}
details.m4eda4[open] summary::after { content: '\2212'; }
details.m4eda4 summary:hover { color: var(--geabd); }
details.m4eda4 > p { padding: 0 0 20px; color: var(--je2f2); font-size: .9rem; line-height: 1.7; }
details.m4eda4 > div { padding: 0 0 20px; color: var(--je2f2); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--a2d59); }

/* ===== INFO GRID & CARDS ===== */
.b77ebd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fd8090 {
    background: linear-gradient(145deg, var(--h2a24), var(--ke09f));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--l5c14); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fd8090:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ac44d);
}
.d27651 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.fd8090 h3 {
    font-family: var(--e9ed7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m563c);
}
.fd8090 p { color: var(--je2f2); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.oa6800 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.off9fb {
    background: linear-gradient(145deg, var(--h2a24), var(--ke09f));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--l5c14); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.off9fb:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.off9fb h3 {
    font-family: var(--e9ed7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ie023);
}
.off9fb p { color: var(--je2f2); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.o2323b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j21c8b { text-align: center; padding: 22px 14px; }
.ea7e9c {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--g8eb2), var(--f28c1));
    border-radius: 50%; font-family: var(--e9ed7);
    font-size: 1.15rem; font-weight: 800; color: var(--m563c);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.j21c8b h3 {
    font-family: var(--e9ed7); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--m563c);
}
.j21c8b p { color: var(--je2f2); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.o712eb {
    background: linear-gradient(145deg, var(--h2a24), var(--ke09f));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--c9e39);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.i74c2e { margin-top: 24px; }
.gfd7f8 {
    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;
}
.gfd7f8 > span:first-child { color: var(--je2f2); text-align: left; }
.hf892a {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.e041d3 {
    height: 100%;
    background: linear-gradient(90deg, var(--g8eb2) 0%, var(--ie023) 100%);
    border-radius: 4px;
}
.gfd7f8 > span:last-child { color: var(--ie023); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.od68ea { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c342a7, .ifd826 {
    background: linear-gradient(145deg, var(--h2a24), var(--ke09f));
    border-radius: var(--l5c14); padding: 24px 22px;
}
.c342a7 { border-top: 3px solid var(--n6627); }
.ifd826 { border-top: 3px solid #C84040; }
.c342a7 h3, .c342a7 h4 { color: var(--n6627); margin-bottom: 12px; font-size: 1rem; }
.ifd826 h3, .ifd826 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.c342a7 ul, .ifd826 ul { list-style: none; padding: 0; margin: 0; }
.c342a7 li::before { content: '\2713 '; color: var(--n6627); font-weight: 700; }
.ifd826 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.c342a7 li, .ifd826 li { padding: 5px 0; color: var(--je2f2); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.o8c971 {
    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(--a2d59);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.o8c971 h2 {
    font-family: var(--e9ed7);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ie023), var(--geabd));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o8c971 p { color: var(--je2f2); 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(--g8eb2);
    border-radius: var(--oddfc); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--je2f2); font-size: .9rem; }
.highlight-box strong { color: var(--geabd); }

/* ===== BREADCRUMB ===== */
.n9022d { padding: 14px 0; font-size: .82rem; }
.i3e1b3 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.i3e1b3 li + li::before { content: '\203A'; margin-right: 8px; color: var(--md361); }
.n9022d a { color: var(--md361); }
.n9022d a:hover { color: var(--geabd); }
.n9022d [aria-current] { color: var(--g8eb2); }

/* ===== SITE FOOTER ===== */
.j9500a {
    background: var(--h3915); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.p74342 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.p74342 a {
    color: var(--md361); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.p74342 a:hover { color: var(--geabd); }

.j08829 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.j08829 p {
    color: var(--md361); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.j08829 a { color: var(--g8eb2); }
.ndbc20 { text-align: center; color: var(--md361); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.l8f117 { max-width: 800px; margin: 0 auto; }
.l8f117 p {
    color: var(--je2f2); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.l8f117 p:last-child { margin-bottom: 0; }
.l8f117 strong { color: var(--m563c); }
.l8f117 a { color: var(--geabd); text-decoration: underline; text-underline-offset: 3px; }
.l8f117 a:hover { color: var(--ie023); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.mc6b2c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.d10d09 { direction: rtl; }
.d10d09 > * { direction: ltr; }
.m3cfc8 { border-radius: var(--c9e39); overflow: hidden; }
.m3cfc8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--c9e39);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.a5b4f8 { color: var(--je2f2); font-size: .93rem; line-height: 1.7; }
.a5b4f8 strong { color: var(--m563c); }
.a5b4f8 a { color: var(--geabd); }
@media (max-width: 768px) {
    .mc6b2c { grid-template-columns: 1fr; gap: 24px; }
    .d10d09 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--e3ca8);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--e3ca8); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ib615d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--g8eb2);
    color: var(--m563c); 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(--ac44d);
}
.ib615d.b2ff38 { opacity: 1; visibility: visible; }
.ib615d:hover { transform: translateY(-3px); background: var(--e3ca8); }

/* ===== REVIEW SCORE (review page) ===== */
.j1dd5a {
    font-family: var(--e9ed7); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--ie023), var(--geabd));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ie023); 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(--je2f2); width: 55%; }
.score-table td:last-child { color: var(--ie023); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k562e7 {
    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);
}
.k562e7 .j81594 { 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) {
    .ne5fef { display: none; }
    .e89f38 .n072f1 { display: none; }
    .hadad8 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .od68ea { grid-template-columns: 1fr; }
    section, .ma251a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .p74342 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .o2323b { grid-template-columns: 1fr 1fr; }
    .b77ebd { grid-template-columns: 1fr 1fr; }
    .gfd7f8 { grid-template-columns: 1fr 100px auto; }
    .k562e7 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n3e3bb { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .o2323b { grid-template-columns: 1fr; }
    .b77ebd { grid-template-columns: 1fr; }
    .ee5a93 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j1dd5a { font-size: 3.5rem; }
    .gfd7f8 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .od68ea { grid-template-columns: 1fr; }
    .o712eb { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.kb7283 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.kb7283 summary.hd8071 {
    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(--m563c);
    padding: 6px 11px;
    border-radius: var(--oddfc);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--m96dc);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.kb7283 summary.hd8071::-webkit-details-marker { display: none; }
.kb7283 summary.hd8071::marker { display: none; }
.kb7283:hover summary.hd8071,
.kb7283[open] summary.hd8071 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--ie023);
}
.m6694e { font-size: .7rem; opacity: .7; transition: transform .2s; }
.kb7283[open] .m6694e { transform: rotate(180deg); }

.kc06d6 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--h2a24);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--l5c14);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.kb7283[open] .kc06d6 {
    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); }
}
.kc06d6 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d0e2d);
    border-radius: var(--oddfc);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.kc06d6 li a:hover,
.kc06d6 li a.h59cd8 {
    background: rgba(255,255,255,.08);
    color: var(--ie023);
}
.kc06d6 li a.h59cd8 { font-weight: 700; }

/* Mobile lang bar */
.j6b5f4 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.j6b5f4 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(--oddfc);
    color: var(--d0e2d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.j6b5f4 a:hover,
.j6b5f4 a.f3928c {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--ie023);
}
.j6b5f4 a.f3928c { font-weight: 700; }

@media (max-width: 768px) {
    .kb7283 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b77ebd, ul.j192e3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.g1dd1c { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .g1dd1c { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.o2323b, ol.c274b9 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.c274b9 > li { counter-increment: step-counter; }
ol.c274b9 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--g8eb2); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.jcb480 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--g8eb2); }
.f3e431 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.if6fdd { width: 36px; height: 36px; border-radius: 50%; background: var(--g8eb2); color: var(--h3915); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.l1aded h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.haff32 { display: grid; grid-template-columns: 1fr; gap: 0; }
.a99108 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.a99108:last-child { border-bottom: none; }
.bf88e6 { font-weight: 600; padding: .75rem 1rem; color: var(--g8eb2); }
.h5199f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.mc21e7 .c36b85 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.mc21e7 .jf6921 { display: none; }
.mc21e7 .m4eda4.l0e8ae .jf6921 { display: block; }

/* faq variant C: definition list */
dl.hd25b3 { display: grid; gap: 0; }
dl.hd25b3 dt.ca83bc { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.hd25b3 dd.jf6921 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f77f87 { padding: 2rem 0; }
.b7aef6 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.b7aef6 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--l5c14); border: 1px solid var(--ie023); color: var(--ie023); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.b7aef6 li a:hover { background: var(--ie023); color: var(--h3915); }


/* Promo Banner (SVG image banners) */
.fa173c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.i8c4d8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.i8c4d8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.f27ea5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.o6b24f { display: inline-block; vertical-align: middle; }
.d27651 .o6b24f { 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(--h2a24), var(--ke09f));
    border-radius: var(--l5c14); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--oddfc); background: var(--a2d59); }
.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(--ie023); }
@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(--ie023); 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; }
  .i134de { animation: none; }
}
/* Touch targets: minimum 44x44px */
.j81594, .i134de, .n3e3bb, .m1753b, .iebb59, .hadad8, .c36b85, .ca83bc, .ib615d, .k562e7 a, .hd8071 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i134de { position: relative; overflow: visible; }
.i134de::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ie023); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i134de:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i134de::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(--ie023); 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(--oddfc); background: var(--h2a24); 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(--oddfc); background: var(--h2a24); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--ie023); }
.trust-item span { font-size: 0.7rem; color: var(--ie023); 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(--h2a24); border-radius: var(--l5c14); 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(--ie023), var(--g8eb2)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--h3915); flex-shrink: 0; }
.review-stars { color: var(--ie023); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--md361); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d0e2d); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.65; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.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,.o25c27,.g97216{font-family:var(--cfh);}
.f99bd9{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.ma251a{padding:58px 0;position:relative;}
.b77ebd{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.b77ebd.g1dd1c{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.o2323b{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.od68ea{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.mc6b2c{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.d10d09{direction:rtl;}.d10d09>*{direction:ltr;}
.m3cfc8 img,.m3cfc8 svg{width:100%;height:auto;}
.a5b4f8 p{margin:0 0 1em;}
.hd25b3{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.ca83bc{cursor:pointer;list-style:none;position:relative;}.ca83bc::-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;}
.f27ea5{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){
  .n4b07d .f99bd9{grid-template-columns:1fr !important;}
  .mc6b2c,.od68ea{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.d10d09{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,.m95e5a{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;}
.n4b07d{padding:84px 0 60px;text-align:center;background:transparent!important;}
.n4b07d::before{display:none!important;}
.n4b07d.has-art .f99bd9{display:flex;flex-direction:column;align-items:center;gap:22px;}
.n4b07d .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 28px rgba(255,78,142,0.55));}
.o25c27{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));}
.lef83f{color:#B79BD6;max-width:60ch;margin:18px auto 26px;font-size:1.1rem;}
.g97216{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);}
.g97216::after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,#FF4E8E,#2DE2FF);margin:14px auto 0;box-shadow:0 0 12px #FF4E8E;}
.i134de,.iebb59{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);}
.n3e3bb{padding:15px 32px;}.i134de:hover,.iebb59: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;}
.fd8090,.off9fb,.j21c8b,.c342a7,.ifd826{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;}
.fd8090:hover,.off9fb:hover,.j21c8b:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #2DE2FF,0 0 28px rgba(45,226,255,0.4)!important;}
.fd8090 h3,.off9fb h3,.j21c8b h3{color:#FDEBFF!important;text-transform:uppercase;font-size:1.02rem;}
.fd8090 p,.off9fb p,.j21c8b p{color:#B79BD6!important;}
.a5b4f8{color:#B79BD6;}.a5b4f8 strong{color:#2DE2FF;}.m3cfc8 img{border-radius:12px;filter:drop-shadow(0 0 22px rgba(255,78,142,0.4));}
.c8b6f8{background:rgba(30,17,64,0.35)!important;}
.m4eda4{background:rgba(30,17,64,0.6)!important;border:1px solid rgba(255,78,142,0.35)!important;border-radius:10px;padding:4px 18px;}
.ca83bc{color:#FDEBFF!important;text-transform:uppercase;font-size:.95rem;padding:15px 0;}
details.m4eda4 summary.ca83bc::after{content:"+";position:absolute;right:0;top:13px;color:#2DE2FF;}details.m4eda4[open] summary.ca83bc::after{content:"\2013";}
.jf6921{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;}
.i8c4d8{border-radius:12px;display:block;overflow:hidden;box-shadow:0 0 28px rgba(255,78,142,0.4);}
footer,.j9500a{background:#160B2E!important;border-top:1px solid rgba(255,78,142,0.5)!important;}footer a{color:#B79BD6!important;}

.l8f117 strong,.mc6b2c strong,.faq strong,.od68ea strong{color:inherit !important;}
