@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 {
    --k01cc:        #9B59B6;
    --c2be8:        #B87DD0;
    --kde3c:        #7A3F90;
    --n8d29:        #A668C0;
    --k0a0f:        #BB86FC;
    --n0488:        #9060CC;
    --fd7ad:        #CE93D8;
    --o6c01:        #A070B0;
    --m25e3:        #060410;
    --i8412:        #0C0818;
    --b4068:        #120C22;
    --n6638:        #18102C;
    --cbe0d:        #FFFFFF;
    --n443c:        #9080A8;
    --ede55:        #605070;
    --b733c:        #9080A8;
    --ebb7e:    'Spectral', serif;
    --ab3bc:    'Albert Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --pda44:       12px;
    --eab61:    20px;
    --hacf9:    8px;
    --n29b4:        1100px;
    --h2822:       0 4px 24px rgba(0,0,0,.5);
    --k9034:         0 0 32px rgba(187,134,252,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--k01cc);
    --color-primary-light: var(--c2be8);
    --color-primary-dark: var(--kde3c);
    --color-accent: var(--k0a0f);
    --color-accent-dark: var(--n0488);
    --color-secondary: var(--fd7ad);
    --color-secondary-dark: var(--o6c01);
    --color-surface: var(--b4068);
    --color-surface-elevated: var(--n6638);
    --color-on-surface: var(--cbe0d);
    --color-on-surface-muted: var(--n443c);
    --color-text: var(--cbe0d);
    --color-text-secondary: var(--b733c);
    --text-heading: var(--ebb7e);
    --text-body: var(--ab3bc);
    --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(--ab3bc);
    background: var(--m25e3);
    color: var(--cbe0d);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c2be8); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k0a0f); }
img { max-width: 100%; height: auto; display: block; }

.e50334 { width: 92%; max-width: var(--n29b4); margin: 0 auto; }

.j62af0 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.n9af90 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--k01cc); color: var(--cbe0d);
    padding: 8px 16px; border-radius: var(--hacf9);
    z-index: 999; transition: top .2s;
}
.n9af90:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.c78c1a {
    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);
}
.l393d5 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.kc2a2d {
    font-family: var(--ebb7e);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--cbe0d);
    white-space: nowrap; text-decoration: none;
}
.kc2a2d:hover { color: var(--k0a0f); }

/* Main Nav */
.hd9fcc { display: flex; align-items: center; gap: 20px; }
.f2998a {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.f2998a a {
    color: var(--n443c); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.f2998a a:hover { color: var(--c2be8); }

/* Language Select */
.ieeb51 {
    background: var(--b4068); color: var(--cbe0d);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--hacf9);
    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;
}
.ieeb51:hover, .ieeb51:focus { border-color: var(--k01cc); outline: none; }

/* Menu Toggle */
.pa78bc {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n4cd04, .n4cd04::before, .n4cd04::after {
    display: block; width: 24px; height: 2px;
    background: var(--cbe0d); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.n4cd04 { position: relative; }
.n4cd04::before, .n4cd04::after { content: ''; position: absolute; left: 0; }
.n4cd04::before { top: -7px; }
.n4cd04::after { top: 7px; }

/* Mobile Nav */
.n56563 {
    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;
}
.n56563.c16624 { display: flex; }
.ea6dcd {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ea6dcd a {
    font-size: 1.2rem; font-weight: 600; color: var(--cbe0d); text-decoration: none;
}
.ea6dcd a:hover { color: var(--c2be8); }

/* ===== BUTTONS ===== */
.c08533 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ebb7e); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--pda44); 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(--k01cc) 0%, var(--n8d29) 100%);
    color: var(--cbe0d); box-shadow: var(--k9034);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--cbe0d);
}
.btn-secondary {
    background: transparent; color: var(--c2be8);
    border: 2px solid var(--k01cc);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k0a0f); }

/* 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); }
}
.a5f03d {
    background: linear-gradient(135deg, var(--k0a0f) 0%, #e8a020 55%, var(--n0488) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.a5f03d:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.lbb776 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--eab61); }
.n725b1 { padding: 8px 18px; font-size: .85rem; border-radius: var(--hacf9); }

/* Nav CTA in header */
.kc7187 {
    background: linear-gradient(135deg, var(--k0a0f) 0%, var(--n0488) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--hacf9);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.kc7187:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ka6246 {
    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(--m25e3);
    position: relative; overflow: hidden;
}
.ka6246::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;
}
.c95db9 {
    font-family: var(--ebb7e);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k0a0f) 0%, var(--c2be8) 50%, var(--k01cc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c4d486 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n443c);
    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(--m25e3);
}
.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(--ebb7e);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k0a0f) 0%, var(--c2be8) 45%, var(--k01cc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n443c);
    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(--n443c);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--hacf9);
}
.hero-stat strong { color: var(--c2be8); }

/* ===== SECTIONS ===== */
.b0aca8 { padding: clamp(52px, 7vw, 80px) 0; }
.g76f04 { background: var(--i8412); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--k01cc); margin-bottom: 10px;
}
.b0aca8 h2, .d0413f {
    font-family: var(--ebb7e);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.b0aca8 h3 {
    font-family: var(--ebb7e); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c2be8);
}
.b0aca8 p, .section-desc {
    color: var(--n443c); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.b0aca8 ul, .b0aca8 ol {
    color: var(--n443c); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.b0aca8 li { margin-bottom: 8px; }
.b0aca8 li strong { color: var(--cbe0d); }

/* ===== 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(--b4068), var(--n6638));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--pda44); 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(--h2822);
}
.jb9387 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ebb7e); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--cbe0d);
}
.card p { color: var(--n443c); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ge3467 { overflow-x: auto; margin: 24px 0; border-radius: var(--hacf9); }
.h5db6f { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.h5db6f thead th {
    background: var(--n6638); color: var(--cbe0d); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.h5db6f thead th:first-child { border-radius: var(--hacf9) 0 0 0; }
.h5db6f thead th:last-child { border-radius: 0 var(--hacf9) 0 0; }
.h5db6f tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.h5db6f td { padding: 13px 16px; }
.h5db6f td:first-child { color: var(--n443c); font-weight: 500; width: 42%; }
.h5db6f td:last-child { color: var(--cbe0d); font-weight: 600; }
.h5db6f 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(--k01cc), var(--n8d29));
    border-radius: 50%; font-family: var(--ebb7e);
    font-size: 1.2rem; font-weight: 700; color: var(--cbe0d);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n443c); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.d2676c { max-width: 800px; margin: 0 auto; }
details.a88894 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.a88894 summary {
    display: block; list-style: none;
    color: var(--cbe0d); font-family: var(--ab3bc);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.a88894 summary::-webkit-details-marker { display: none; }
details.a88894 summary::marker { display: none; content: ''; }
details.a88894 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--k01cc); transition: transform .3s;
}
details.a88894[open] summary::after { content: '\2212'; }
details.a88894 summary:hover { color: var(--c2be8); }
details.a88894 > p { padding: 0 0 20px; color: var(--n443c); font-size: .9rem; line-height: 1.7; }
details.a88894 > div { padding: 0 0 20px; color: var(--n443c); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--i8412); }

/* ===== INFO GRID & CARDS ===== */
.i61da0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c3987c {
    background: linear-gradient(145deg, var(--b4068), var(--n6638));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--pda44); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c3987c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--h2822);
}
.dc1de0 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.c3987c h3 {
    font-family: var(--ebb7e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--cbe0d);
}
.c3987c p { color: var(--n443c); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.hbb323 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.adb20a {
    background: linear-gradient(145deg, var(--b4068), var(--n6638));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--pda44); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.adb20a:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.adb20a h3 {
    font-family: var(--ebb7e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k0a0f);
}
.adb20a p { color: var(--n443c); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.g4d39e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.hab1ef { text-align: center; padding: 22px 14px; }
.c96259 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--k01cc), var(--n8d29));
    border-radius: 50%; font-family: var(--ebb7e);
    font-size: 1.15rem; font-weight: 800; color: var(--cbe0d);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.hab1ef h3 {
    font-family: var(--ebb7e); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--cbe0d);
}
.hab1ef p { color: var(--n443c); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a0932a {
    background: linear-gradient(145deg, var(--b4068), var(--n6638));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--eab61);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.h75c2d { margin-top: 24px; }
.k2805e {
    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;
}
.k2805e > span:first-child { color: var(--n443c); text-align: left; }
.g0d723 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ofb827 {
    height: 100%;
    background: linear-gradient(90deg, var(--k01cc) 0%, var(--k0a0f) 100%);
    border-radius: 4px;
}
.k2805e > span:last-child { color: var(--k0a0f); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.g1a7e1 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.pb38b0, .j40c2f {
    background: linear-gradient(145deg, var(--b4068), var(--n6638));
    border-radius: var(--pda44); padding: 24px 22px;
}
.pb38b0 { border-top: 3px solid var(--fd7ad); }
.j40c2f { border-top: 3px solid #C84040; }
.pb38b0 h3, .pb38b0 h4 { color: var(--fd7ad); margin-bottom: 12px; font-size: 1rem; }
.j40c2f h3, .j40c2f h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.pb38b0 ul, .j40c2f ul { list-style: none; padding: 0; margin: 0; }
.pb38b0 li::before { content: '\2713 '; color: var(--fd7ad); font-weight: 700; }
.j40c2f li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.pb38b0 li, .j40c2f li { padding: 5px 0; color: var(--n443c); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m02319 {
    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(--i8412);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.m02319 h2 {
    font-family: var(--ebb7e);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k0a0f), var(--c2be8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m02319 p { color: var(--n443c); 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(--k01cc);
    border-radius: var(--hacf9); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n443c); font-size: .9rem; }
.highlight-box strong { color: var(--c2be8); }

/* ===== BREADCRUMB ===== */
.o0a4f4 { padding: 14px 0; font-size: .82rem; }
.o43ffc { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.o43ffc li + li::before { content: '\203A'; margin-right: 8px; color: var(--ede55); }
.o0a4f4 a { color: var(--ede55); }
.o0a4f4 a:hover { color: var(--c2be8); }
.o0a4f4 [aria-current] { color: var(--k01cc); }

/* ===== SITE FOOTER ===== */
.lfe8d1 {
    background: var(--m25e3); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.maa95d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.maa95d a {
    color: var(--ede55); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.maa95d a:hover { color: var(--c2be8); }

.n4c3c4 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.n4c3c4 p {
    color: var(--ede55); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.n4c3c4 a { color: var(--k01cc); }
.o63d02 { text-align: center; color: var(--ede55); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.jf9f7c { max-width: 800px; margin: 0 auto; }
.jf9f7c p {
    color: var(--n443c); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.jf9f7c p:last-child { margin-bottom: 0; }
.jf9f7c strong { color: var(--cbe0d); }
.jf9f7c a { color: var(--c2be8); text-decoration: underline; text-underline-offset: 3px; }
.jf9f7c a:hover { color: var(--k0a0f); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.de1bd8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.k237c5 { direction: rtl; }
.k237c5 > * { direction: ltr; }
.c9d1cc { border-radius: var(--eab61); overflow: hidden; }
.c9d1cc img {
    width: 100%; height: auto; display: block;
    border-radius: var(--eab61);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.p3fd87 { color: var(--n443c); font-size: .93rem; line-height: 1.7; }
.p3fd87 strong { color: var(--cbe0d); }
.p3fd87 a { color: var(--c2be8); }
@media (max-width: 768px) {
    .de1bd8 { grid-template-columns: 1fr; gap: 24px; }
    .k237c5 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--kde3c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--kde3c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.cb18d4 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--k01cc);
    color: var(--cbe0d); 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(--h2822);
}
.cb18d4.e1f057 { opacity: 1; visibility: visible; }
.cb18d4:hover { transform: translateY(-3px); background: var(--kde3c); }

/* ===== REVIEW SCORE (review page) ===== */
.l73ddc {
    font-family: var(--ebb7e); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k0a0f), var(--c2be8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k0a0f); 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(--n443c); width: 55%; }
.score-table td:last-child { color: var(--k0a0f); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b7df51 {
    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);
}
.b7df51 .c08533 { 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) {
    .f2998a { display: none; }
    .hd9fcc .ieeb51 { display: none; }
    .pa78bc { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .g1a7e1 { grid-template-columns: 1fr; }
    section, .b0aca8 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .maa95d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .g4d39e { grid-template-columns: 1fr 1fr; }
    .i61da0 { grid-template-columns: 1fr 1fr; }
    .k2805e { grid-template-columns: 1fr 100px auto; }
    .b7df51 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .lbb776 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .g4d39e { grid-template-columns: 1fr; }
    .i61da0 { grid-template-columns: 1fr; }
    .l393d5 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l73ddc { font-size: 3.5rem; }
    .k2805e { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .g1a7e1 { grid-template-columns: 1fr; }
    .a0932a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.j13350 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.j13350 summary.e9b906 {
    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(--cbe0d);
    padding: 6px 11px;
    border-radius: var(--hacf9);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ab3bc);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.j13350 summary.e9b906::-webkit-details-marker { display: none; }
.j13350 summary.e9b906::marker { display: none; }
.j13350:hover summary.e9b906,
.j13350[open] summary.e9b906 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k0a0f);
}
.oe5188 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.j13350[open] .oe5188 { transform: rotate(180deg); }

.bb7a6d {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--b4068);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--pda44);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.j13350[open] .bb7a6d {
    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); }
}
.bb7a6d li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b733c);
    border-radius: var(--hacf9);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.bb7a6d li a:hover,
.bb7a6d li a.gfbf67 {
    background: rgba(255,255,255,.08);
    color: var(--k0a0f);
}
.bb7a6d li a.gfbf67 { font-weight: 700; }

/* Mobile lang bar */
.hfce3c {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.hfce3c 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(--hacf9);
    color: var(--b733c);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.hfce3c a:hover,
.hfce3c a.de5894 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k0a0f);
}
.hfce3c a.de5894 { font-weight: 700; }

@media (max-width: 768px) {
    .j13350 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.i61da0, ul.ka8f7d { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.mc622e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .mc622e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.g4d39e, ol.b5fc6e { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.b5fc6e > li { counter-increment: step-counter; }
ol.b5fc6e > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--k01cc); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.e4b45c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--k01cc); }
.mb44c6 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.p32857 { width: 36px; height: 36px; border-radius: 50%; background: var(--k01cc); color: var(--m25e3); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ja34c4 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f04f2e { display: grid; grid-template-columns: 1fr; gap: 0; }
.a374a7 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.a374a7:last-child { border-bottom: none; }
.g817f9 { font-weight: 600; padding: .75rem 1rem; color: var(--k01cc); }
.cbb934 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ode667 .nbdf44 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ode667 .g462b7 { display: none; }
.ode667 .a88894.c16624 .g462b7 { display: block; }

/* faq variant C: definition list */
dl.d2676c { display: grid; gap: 0; }
dl.d2676c dt.j90509 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.d2676c dd.g462b7 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.e1edbf { padding: 2rem 0; }
.h832bc { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h832bc li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--pda44); border: 1px solid var(--k0a0f); color: var(--k0a0f); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h832bc li a:hover { background: var(--k0a0f); color: var(--m25e3); }


/* Promo Banner (SVG image banners) */
.j7a78b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ob9130 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ob9130:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.jc5ee5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.jb9387 { display: inline-block; vertical-align: middle; }
.dc1de0 .jb9387 { 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(--b4068), var(--n6638));
    border-radius: var(--pda44); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--hacf9); background: var(--i8412); }
.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(--k0a0f); }
@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(--k0a0f); 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; }
  .a5f03d { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c08533, .a5f03d, .lbb776, .n725b1, .kc7187, .pa78bc, .nbdf44, .j90509, .cb18d4, .b7df51 a, .e9b906 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a5f03d { position: relative; overflow: visible; }
.a5f03d::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k0a0f); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a5f03d:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a5f03d::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(--k0a0f); 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(--hacf9); background: var(--b4068); 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(--hacf9); background: var(--b4068); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--k0a0f); }
.trust-item span { font-size: 0.7rem; color: var(--k0a0f); 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(--b4068); border-radius: var(--pda44); 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(--k0a0f), var(--k01cc)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--m25e3); flex-shrink: 0; }
.review-stars { color: var(--k0a0f); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ede55); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--b733c); 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(200px, 1fr)); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.65; }
body { font-size: 15px; }
.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; }


/* ===== USA design language: Holographic Iridescent (iri) ===== */
:root{
  --cbg:#06061A; --csurf:#0E0E2A; --csurf2:#16163E;
  --ctext:#FBF8FF; --cmuted:#B7B3D6; --cacc:#C5A1FF; --cacc2:#6EE7FF;
  --cbord:#2A2A52; --cfh:'Lexend',sans-serif; --cfb:'Inter',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,.c95db9,.d0413f{font-family:var(--cfh);}
.e50334{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.b0aca8{padding:58px 0;position:relative;}
.i61da0{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.i61da0.mc622e{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.g4d39e{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.g1a7e1{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.de1bd8{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.k237c5{direction:rtl;}.k237c5>*{direction:ltr;}
.c9d1cc img,.c9d1cc svg{width:100%;height:auto;}
.p3fd87 p{margin:0 0 1em;}
.d2676c{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.j90509{cursor:pointer;list-style:none;position:relative;}.j90509::-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;}
.jc5ee5{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){
  .ka6246 .e50334{grid-template-columns:1fr !important;}
  .de1bd8,.g1a7e1{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.k237c5{direction:ltr;}
}

/* HOLOGRAPHIC IRIDESCENT — конический радужный градиент, hue-rotate, prism */
body{background:
  radial-gradient(720px 600px at 4% 4%,rgba(197,161,255,0.36),transparent 60%),
  radial-gradient(720px 600px at 96% 14%,rgba(110,231,255,0.32),transparent 60%),
  radial-gradient(760px 620px at 50% 110%,rgba(255,122,182,0.26),transparent 60%),
  linear-gradient(180deg,#06061A,#040414)!important;background-attachment:fixed;color:#FBF8FF!important;}
@media (prefers-reduced-motion: no-preference){@keyframes u-hue{to{filter:hue-rotate(360deg);}}.ka6246::after{content:"";position:absolute;inset:auto -20% -40% -20%;height:60%;background:conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF);opacity:.20;filter:blur(60px);pointer-events:none;animation:u-hue 18s linear infinite;}}
header,.c78c1a{background:rgba(6,6,26,0.55)!important;border-bottom:1px solid rgba(251,248,255,0.12)!important;backdrop-filter:blur(18px);}
header a,nav a{color:#B7B3D6!important;font-family:'Lexend',sans-serif;font-weight:500;}header a:hover{color:#FBF8FF!important;}
.ka6246{padding:88px 0 60px;background:transparent!important;position:relative;overflow:hidden;}.ka6246::before{display:none!important;}
.ka6246.has-art .e50334{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;position:relative;z-index:1;}
.c95db9{font-family:'Lexend',sans-serif;font-weight:800;font-size:clamp(2.2rem,4.8vw,3.8rem);line-height:1.06;letter-spacing:-.02em;color:#FBF8FF!important;-webkit-text-fill-color:#FBF8FF!important;background:none!important;text-shadow:0 0 22px rgba(197,161,255,0.45),0 0 10px rgba(110,231,255,0.35);}
.c4d486{color:#B7B3D6;font-size:1.14rem;max-width:56ch;margin:20px 0 28px;}
.d0413f{text-align:center;font-family:'Lexend',sans-serif;font-weight:800;color:#FBF8FF!important;-webkit-text-fill-color:#FBF8FF!important;background:none!important;text-shadow:0 0 18px rgba(197,161,255,0.4);}
.d0413f::after{content:"";display:block;width:96px;height:5px;border-radius:5px;background:conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF);margin:14px auto 0;}
.a5f03d,.kc7187{background:conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF)!important;color:#0c0a1c!important;border:none!important;border-radius:14px;font-family:'Lexend',sans-serif;font-weight:700;box-shadow:0 12px 32px rgba(197,161,255,0.45);position:relative;overflow:hidden;}
.a5f03d::before{content:"";position:absolute;inset:1.5px;border-radius:13px;background:rgba(6,6,26,0.4);z-index:0;}.a5f03d>*{position:relative;z-index:1;}
.lbb776{padding:15px 32px;}.a5f03d:hover,.kc7187:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(110,231,255,0.55);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:rgba(255,255,255,0.06)!important;border:1px solid transparent!important;background-image:linear-gradient(rgba(6,6,26,0.95),rgba(6,6,26,0.95)),conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;color:#FBF8FF!important;border-radius:999px;padding:8px 16px;font-weight:500;font-size:.84rem;}
.c3987c,.adb20a,.hab1ef,.pb38b0,.j40c2f{background:linear-gradient(rgba(14,14,42,0.65),rgba(22,22,62,0.55))!important;border:1.5px solid transparent!important;border-radius:20px;padding:26px;
  background-image:linear-gradient(rgba(14,14,42,0.7),rgba(22,22,62,0.55)),conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;
  backdrop-filter:blur(14px);transition:transform .2s,box-shadow .2s;}
.c3987c:hover,.adb20a:hover,.hab1ef:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(197,161,255,0.4);}
.c3987c h3,.adb20a h3,.hab1ef h3{color:#FBF8FF!important;font-family:'Lexend',sans-serif;font-weight:700;}
.c3987c p,.adb20a p,.hab1ef p{color:#B7B3D6!important;}
.p3fd87{color:#B7B3D6;}.p3fd87 strong{color:#FBF8FF;}.c9d1cc img{border-radius:20px;box-shadow:0 20px 48px rgba(197,161,255,0.4);}
.g76f04{background:rgba(255,255,255,0.025)!important;}
.a88894{background:rgba(14,14,42,0.6)!important;border:1px solid rgba(251,248,255,0.12)!important;border-radius:14px;padding:4px 18px;backdrop-filter:blur(10px);}
.j90509{color:#FBF8FF!important;font-family:'Lexend',sans-serif;font-weight:600;padding:15px 0;}
details.a88894 summary.j90509::after{content:"+";position:absolute;right:0;top:13px;color:#6EE7FF!important;-webkit-text-fill-color:#6EE7FF!important;font-size:1.4rem;font-weight:700;}details.a88894[open] summary.j90509::after{content:"\2013";}
.g462b7{color:#B7B3D6!important;padding-bottom:14px;}
.trust-item{background:rgba(14,14,42,0.6)!important;border:1px solid transparent!important;background-image:linear-gradient(rgba(6,6,26,0.92),rgba(6,6,26,0.92)),conic-gradient(from 90deg,#C5A1FF,#6EE7FF,#FF7AB6,#C5A1FF,#6EE7FF)!important;background-origin:border-box!important;background-clip:padding-box,border-box!important;border-radius:999px;padding:12px 18px;color:#FBF8FF!important;font-family:'Lexend',sans-serif;font-weight:500;}
.ob9130{border-radius:20px;display:block;overflow:hidden;box-shadow:0 18px 44px rgba(197,161,255,0.4);}
footer,.lfe8d1{background:rgba(6,6,26,0.7)!important;border-top:1px solid rgba(251,248,255,0.12)!important;backdrop-filter:blur(12px);}footer a{color:#B7B3D6!important;}

.jf9f7c strong,.de1bd8 strong,.faq strong,.g1a7e1 strong{color:inherit !important;}
