@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 {
    --hbfe3:        #9B59B6;
    --f6c82:        #B87DD0;
    --dfd69:        #7A3F90;
    --gd729:        #A668C0;
    --i5b87:        #BB86FC;
    --n69ba:        #9060CC;
    --p8d97:        #CE93D8;
    --cd29f:        #A070B0;
    --l59fd:        #060410;
    --oe84f:        #0C0818;
    --d993e:        #120C22;
    --bfd23:        #18102C;
    --g5774:        #FFFFFF;
    --ha910:        #9080A8;
    --a6081:        #605070;
    --b802c:        #9080A8;
    --g6acd:    'Spectral', serif;
    --lbb21:    'Albert Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --h9d0f:       12px;
    --m655f:    20px;
    --ae50e:    8px;
    --n5e40:        1100px;
    --m4ff8:       0 4px 24px rgba(0,0,0,.5);
    --ede5c:         0 0 32px rgba(187,134,252,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--hbfe3);
    --color-primary-light: var(--f6c82);
    --color-primary-dark: var(--dfd69);
    --color-accent: var(--i5b87);
    --color-accent-dark: var(--n69ba);
    --color-secondary: var(--p8d97);
    --color-secondary-dark: var(--cd29f);
    --color-surface: var(--d993e);
    --color-surface-elevated: var(--bfd23);
    --color-on-surface: var(--g5774);
    --color-on-surface-muted: var(--ha910);
    --color-text: var(--g5774);
    --color-text-secondary: var(--b802c);
    --text-heading: var(--g6acd);
    --text-body: var(--lbb21);
    --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(--lbb21);
    background: var(--l59fd);
    color: var(--g5774);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--f6c82); text-decoration: none; transition: color .2s; }
a:hover { color: var(--i5b87); }
img { max-width: 100%; height: auto; display: block; }

.o1a09c { width: 92%; max-width: var(--n5e40); margin: 0 auto; }

.md17a2 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.jb2d58 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--hbfe3); color: var(--g5774);
    padding: 8px 16px; border-radius: var(--ae50e);
    z-index: 999; transition: top .2s;
}
.jb2d58:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k9996a {
    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);
}
.ibdfa3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.de1247 {
    font-family: var(--g6acd);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--g5774);
    white-space: nowrap; text-decoration: none;
}
.de1247:hover { color: var(--i5b87); }

/* Main Nav */
.p642ae { display: flex; align-items: center; gap: 20px; }
.n9c3ac {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.n9c3ac a {
    color: var(--ha910); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.n9c3ac a:hover { color: var(--f6c82); }

/* Language Select */
.h92cfd {
    background: var(--d993e); color: var(--g5774);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ae50e);
    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;
}
.h92cfd:hover, .h92cfd:focus { border-color: var(--hbfe3); outline: none; }

/* Menu Toggle */
.i09bbf {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.a9200f, .a9200f::before, .a9200f::after {
    display: block; width: 24px; height: 2px;
    background: var(--g5774); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.a9200f { position: relative; }
.a9200f::before, .a9200f::after { content: ''; position: absolute; left: 0; }
.a9200f::before { top: -7px; }
.a9200f::after { top: 7px; }

/* Mobile Nav */
.g17c98 {
    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;
}
.g17c98.o71467 { display: flex; }
.o92461 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.o92461 a {
    font-size: 1.2rem; font-weight: 600; color: var(--g5774); text-decoration: none;
}
.o92461 a:hover { color: var(--f6c82); }

/* ===== BUTTONS ===== */
.c63951 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--g6acd); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--h9d0f); 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(--hbfe3) 0%, var(--gd729) 100%);
    color: var(--g5774); box-shadow: var(--ede5c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--g5774);
}
.btn-secondary {
    background: transparent; color: var(--f6c82);
    border: 2px solid var(--hbfe3);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--i5b87); }

/* 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); }
}
.cf6679 {
    background: linear-gradient(135deg, var(--i5b87) 0%, #e8a020 55%, var(--n69ba) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.cf6679:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.jedd9f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--m655f); }
.e77c7e { padding: 8px 18px; font-size: .85rem; border-radius: var(--ae50e); }

/* Nav CTA in header */
.cf3fd1 {
    background: linear-gradient(135deg, var(--i5b87) 0%, var(--n69ba) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ae50e);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.cf3fd1:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.la7eb7 {
    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(--l59fd);
    position: relative; overflow: hidden;
}
.la7eb7::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;
}
.kc84a6 {
    font-family: var(--g6acd);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--i5b87) 0%, var(--f6c82) 50%, var(--hbfe3) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lade77 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ha910);
    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(--l59fd);
}
.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(--g6acd);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--i5b87) 0%, var(--f6c82) 45%, var(--hbfe3) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ha910);
    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(--ha910);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ae50e);
}
.hero-stat strong { color: var(--f6c82); }

/* ===== SECTIONS ===== */
.n37522 { padding: clamp(52px, 7vw, 80px) 0; }
.h7023e { background: var(--oe84f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--hbfe3); margin-bottom: 10px;
}
.n37522 h2, .fdf428 {
    font-family: var(--g6acd);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.n37522 h3 {
    font-family: var(--g6acd); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--f6c82);
}
.n37522 p, .section-desc {
    color: var(--ha910); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.n37522 ul, .n37522 ol {
    color: var(--ha910); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.n37522 li { margin-bottom: 8px; }
.n37522 li strong { color: var(--g5774); }

/* ===== 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(--d993e), var(--bfd23));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--h9d0f); 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(--m4ff8);
}
.f29fe9 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--g6acd); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--g5774);
}
.card p { color: var(--ha910); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.nd3ace { overflow-x: auto; margin: 24px 0; border-radius: var(--ae50e); }
.k2b8d9 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.k2b8d9 thead th {
    background: var(--bfd23); color: var(--g5774); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.k2b8d9 thead th:first-child { border-radius: var(--ae50e) 0 0 0; }
.k2b8d9 thead th:last-child { border-radius: 0 var(--ae50e) 0 0; }
.k2b8d9 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.k2b8d9 td { padding: 13px 16px; }
.k2b8d9 td:first-child { color: var(--ha910); font-weight: 500; width: 42%; }
.k2b8d9 td:last-child { color: var(--g5774); font-weight: 600; }
.k2b8d9 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(--hbfe3), var(--gd729));
    border-radius: 50%; font-family: var(--g6acd);
    font-size: 1.2rem; font-weight: 700; color: var(--g5774);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ha910); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.o5c059 { max-width: 800px; margin: 0 auto; }
details.ed0083 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ed0083 summary {
    display: block; list-style: none;
    color: var(--g5774); font-family: var(--lbb21);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ed0083 summary::-webkit-details-marker { display: none; }
details.ed0083 summary::marker { display: none; content: ''; }
details.ed0083 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--hbfe3); transition: transform .3s;
}
details.ed0083[open] summary::after { content: '\2212'; }
details.ed0083 summary:hover { color: var(--f6c82); }
details.ed0083 > p { padding: 0 0 20px; color: var(--ha910); font-size: .9rem; line-height: 1.7; }
details.ed0083 > div { padding: 0 0 20px; color: var(--ha910); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--oe84f); }

/* ===== INFO GRID & CARDS ===== */
.k2eccf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p3dd5d {
    background: linear-gradient(145deg, var(--d993e), var(--bfd23));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--h9d0f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p3dd5d:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--m4ff8);
}
.j41ba6 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.p3dd5d h3 {
    font-family: var(--g6acd); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g5774);
}
.p3dd5d p { color: var(--ha910); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h95d94 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kfa626 {
    background: linear-gradient(145deg, var(--d993e), var(--bfd23));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--h9d0f); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.kfa626:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.kfa626 h3 {
    font-family: var(--g6acd); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i5b87);
}
.kfa626 p { color: var(--ha910); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.kca385 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.iaeae6 { text-align: center; padding: 22px 14px; }
.aec7ad {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--hbfe3), var(--gd729));
    border-radius: 50%; font-family: var(--g6acd);
    font-size: 1.15rem; font-weight: 800; color: var(--g5774);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.iaeae6 h3 {
    font-family: var(--g6acd); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--g5774);
}
.iaeae6 p { color: var(--ha910); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.n4813a {
    background: linear-gradient(145deg, var(--d993e), var(--bfd23));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--m655f);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.lc8bd9 { margin-top: 24px; }
.ae4caf {
    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;
}
.ae4caf > span:first-child { color: var(--ha910); text-align: left; }
.l9847d {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.cbe01b {
    height: 100%;
    background: linear-gradient(90deg, var(--hbfe3) 0%, var(--i5b87) 100%);
    border-radius: 4px;
}
.ae4caf > span:last-child { color: var(--i5b87); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e33c25 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.acce47, .dbc07e {
    background: linear-gradient(145deg, var(--d993e), var(--bfd23));
    border-radius: var(--h9d0f); padding: 24px 22px;
}
.acce47 { border-top: 3px solid var(--p8d97); }
.dbc07e { border-top: 3px solid #C84040; }
.acce47 h3, .acce47 h4 { color: var(--p8d97); margin-bottom: 12px; font-size: 1rem; }
.dbc07e h3, .dbc07e h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.acce47 ul, .dbc07e ul { list-style: none; padding: 0; margin: 0; }
.acce47 li::before { content: '\2713 '; color: var(--p8d97); font-weight: 700; }
.dbc07e li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.acce47 li, .dbc07e li { padding: 5px 0; color: var(--ha910); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.g63492 {
    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(--oe84f);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.g63492 h2 {
    font-family: var(--g6acd);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--i5b87), var(--f6c82));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g63492 p { color: var(--ha910); 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(--hbfe3);
    border-radius: var(--ae50e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ha910); font-size: .9rem; }
.highlight-box strong { color: var(--f6c82); }

/* ===== BREADCRUMB ===== */
.l5b77c { padding: 14px 0; font-size: .82rem; }
.cc56b4 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.cc56b4 li + li::before { content: '\203A'; margin-right: 8px; color: var(--a6081); }
.l5b77c a { color: var(--a6081); }
.l5b77c a:hover { color: var(--f6c82); }
.l5b77c [aria-current] { color: var(--hbfe3); }

/* ===== SITE FOOTER ===== */
.l6e721 {
    background: var(--l59fd); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.ld62e3 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.ld62e3 a {
    color: var(--a6081); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.ld62e3 a:hover { color: var(--f6c82); }

.p8a8c4 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.p8a8c4 p {
    color: var(--a6081); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.p8a8c4 a { color: var(--hbfe3); }
.e0a62b { text-align: center; color: var(--a6081); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nc2a98 { max-width: 800px; margin: 0 auto; }
.nc2a98 p {
    color: var(--ha910); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.nc2a98 p:last-child { margin-bottom: 0; }
.nc2a98 strong { color: var(--g5774); }
.nc2a98 a { color: var(--f6c82); text-decoration: underline; text-underline-offset: 3px; }
.nc2a98 a:hover { color: var(--i5b87); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a02509 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.b4fef4 { direction: rtl; }
.b4fef4 > * { direction: ltr; }
.na3280 { border-radius: var(--m655f); overflow: hidden; }
.na3280 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--m655f);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.b4eb76 { color: var(--ha910); font-size: .93rem; line-height: 1.7; }
.b4eb76 strong { color: var(--g5774); }
.b4eb76 a { color: var(--f6c82); }
@media (max-width: 768px) {
    .a02509 { grid-template-columns: 1fr; gap: 24px; }
    .b4fef4 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--dfd69);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--dfd69); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l3b3a8 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--hbfe3);
    color: var(--g5774); 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(--m4ff8);
}
.l3b3a8.kda2f7 { opacity: 1; visibility: visible; }
.l3b3a8:hover { transform: translateY(-3px); background: var(--dfd69); }

/* ===== REVIEW SCORE (review page) ===== */
.o3cce1 {
    font-family: var(--g6acd); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--i5b87), var(--f6c82));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--i5b87); 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(--ha910); width: 55%; }
.score-table td:last-child { color: var(--i5b87); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.dac75a {
    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);
}
.dac75a .c63951 { 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) {
    .n9c3ac { display: none; }
    .p642ae .h92cfd { display: none; }
    .i09bbf { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e33c25 { grid-template-columns: 1fr; }
    section, .n37522 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .ld62e3 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .kca385 { grid-template-columns: 1fr 1fr; }
    .k2eccf { grid-template-columns: 1fr 1fr; }
    .ae4caf { grid-template-columns: 1fr 100px auto; }
    .dac75a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .jedd9f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .kca385 { grid-template-columns: 1fr; }
    .k2eccf { grid-template-columns: 1fr; }
    .ibdfa3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .o3cce1 { font-size: 3.5rem; }
    .ae4caf { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e33c25 { grid-template-columns: 1fr; }
    .n4813a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.bf9022 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.bf9022 summary.m4d36d {
    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(--g5774);
    padding: 6px 11px;
    border-radius: var(--ae50e);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--lbb21);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.bf9022 summary.m4d36d::-webkit-details-marker { display: none; }
.bf9022 summary.m4d36d::marker { display: none; }
.bf9022:hover summary.m4d36d,
.bf9022[open] summary.m4d36d {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--i5b87);
}
.o9f597 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.bf9022[open] .o9f597 { transform: rotate(180deg); }

.h9831e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d993e);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--h9d0f);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.bf9022[open] .h9831e {
    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); }
}
.h9831e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b802c);
    border-radius: var(--ae50e);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.h9831e li a:hover,
.h9831e li a.o0aeb9 {
    background: rgba(255,255,255,.08);
    color: var(--i5b87);
}
.h9831e li a.o0aeb9 { font-weight: 700; }

/* Mobile lang bar */
.d1a5c1 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.d1a5c1 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(--ae50e);
    color: var(--b802c);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d1a5c1 a:hover,
.d1a5c1 a.d0cea2 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--i5b87);
}
.d1a5c1 a.d0cea2 { font-weight: 700; }

@media (max-width: 768px) {
    .bf9022 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.k2eccf, ul.g9dad5 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.p1a094 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .p1a094 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.kca385, ol.i1f7fd { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.i1f7fd > li { counter-increment: step-counter; }
ol.i1f7fd > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--hbfe3); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ec0936 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--hbfe3); }
.a68f35 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.m7bcfc { width: 36px; height: 36px; border-radius: 50%; background: var(--hbfe3); color: var(--l59fd); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a40148 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.i16b80 { display: grid; grid-template-columns: 1fr; gap: 0; }
.lf0c07 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.lf0c07:last-child { border-bottom: none; }
.p265fc { font-weight: 600; padding: .75rem 1rem; color: var(--hbfe3); }
.h23e39 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d18744 .b4232e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d18744 .ac89a5 { display: none; }
.d18744 .ed0083.o71467 .ac89a5 { display: block; }

/* faq variant C: definition list */
dl.o5c059 { display: grid; gap: 0; }
dl.o5c059 dt.bdcdde { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.o5c059 dd.ac89a5 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.keea8e { padding: 2rem 0; }
.lc10e9 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.lc10e9 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--h9d0f); border: 1px solid var(--i5b87); color: var(--i5b87); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.lc10e9 li a:hover { background: var(--i5b87); color: var(--l59fd); }


/* Promo Banner (SVG image banners) */
.la49ce { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.c51a4f { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.c51a4f:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.l69c56 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.f29fe9 { display: inline-block; vertical-align: middle; }
.j41ba6 .f29fe9 { 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(--d993e), var(--bfd23));
    border-radius: var(--h9d0f); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ae50e); background: var(--oe84f); }
.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(--i5b87); }
@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(--i5b87); 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; }
  .cf6679 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c63951, .cf6679, .jedd9f, .e77c7e, .cf3fd1, .i09bbf, .b4232e, .bdcdde, .l3b3a8, .dac75a a, .m4d36d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.cf6679 { position: relative; overflow: visible; }
.cf6679::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--i5b87); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.cf6679:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.cf6679::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(--i5b87); 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(--ae50e); background: var(--d993e); 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(--ae50e); background: var(--d993e); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--i5b87); }
.trust-item span { font-size: 0.7rem; color: var(--i5b87); 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(--d993e); border-radius: var(--h9d0f); 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(--i5b87), var(--hbfe3)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l59fd); flex-shrink: 0; }
.review-stars { color: var(--i5b87); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--a6081); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--b802c); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.75; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== 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,.kc84a6,.fdf428{font-family:var(--cfh);}
.o1a09c{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.n37522{padding:58px 0;position:relative;}
.k2eccf{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.k2eccf.p1a094{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.kca385{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e33c25{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.a02509{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.b4fef4{direction:rtl;}.b4fef4>*{direction:ltr;}
.na3280 img,.na3280 svg{width:100%;height:auto;}
.b4eb76 p{margin:0 0 1em;}
.o5c059{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.bdcdde{cursor:pointer;list-style:none;position:relative;}.bdcdde::-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;}
.l69c56{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){
  .la7eb7 .o1a09c{grid-template-columns:1fr !important;}
  .a02509,.e33c25{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.b4fef4{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);}}.la7eb7::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,.k9996a{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;}
.la7eb7{padding:88px 0 60px;background:transparent!important;position:relative;overflow:hidden;}.la7eb7::before{display:none!important;}
.la7eb7.has-art .o1a09c{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;position:relative;z-index:1;}
.kc84a6{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);}
.lade77{color:#B7B3D6;font-size:1.14rem;max-width:56ch;margin:20px 0 28px;}
.fdf428{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);}
.fdf428::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;}
.cf6679,.cf3fd1{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;}
.cf6679::before{content:"";position:absolute;inset:1.5px;border-radius:13px;background:rgba(6,6,26,0.4);z-index:0;}.cf6679>*{position:relative;z-index:1;}
.jedd9f{padding:15px 32px;}.cf6679:hover,.cf3fd1: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;}
.p3dd5d,.kfa626,.iaeae6,.acce47,.dbc07e{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;}
.p3dd5d:hover,.kfa626:hover,.iaeae6:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(197,161,255,0.4);}
.p3dd5d h3,.kfa626 h3,.iaeae6 h3{color:#FBF8FF!important;font-family:'Lexend',sans-serif;font-weight:700;}
.p3dd5d p,.kfa626 p,.iaeae6 p{color:#B7B3D6!important;}
.b4eb76{color:#B7B3D6;}.b4eb76 strong{color:#FBF8FF;}.na3280 img{border-radius:20px;box-shadow:0 20px 48px rgba(197,161,255,0.4);}
.h7023e{background:rgba(255,255,255,0.025)!important;}
.ed0083{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);}
.bdcdde{color:#FBF8FF!important;font-family:'Lexend',sans-serif;font-weight:600;padding:15px 0;}
details.ed0083 summary.bdcdde::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.ed0083[open] summary.bdcdde::after{content:"\2013";}
.ac89a5{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;}
.c51a4f{border-radius:20px;display:block;overflow:hidden;box-shadow:0 18px 44px rgba(197,161,255,0.4);}
footer,.l6e721{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;}

.nc2a98 strong,.a02509 strong,.faq strong,.e33c25 strong{color:inherit !important;}
