@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=DM+Sans:wght@400;500;700&display=swap');
/* ===== MAGENTA PULSE — Design System ===== */
:root {
    --i0f93:        #FF1493;
    --k00c9:        #FF50B0;
    --b9411:        #CC1078;
    --p940e:        #FF2090;
    --e52d6:        #FF1493;
    --ped66:        #CC1078;
    --ne5a3:        #E040FB;
    --fb553:        #B030C8;
    --c0845:        #08040A;
    --e20b2:        #100814;
    --c0946:        #180C1E;
    --p5083:        #201028;
    --c30a8:        #FFFFFF;
    --ha718:        #B080A0;
    --f2b52:        #705068;
    --mb903:        #B080A0;
    --h1d2c:    'Sora', sans-serif;
    --m0020:    'DM Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --d2277:       12px;
    --pdb83:    20px;
    --ce0a5:    8px;
    --lfa2a:        1100px;
    --oabca:       0 4px 24px rgba(0,0,0,.5);
    --b2552:         0 0 32px rgba(255,20,147,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--i0f93);
    --color-primary-light: var(--k00c9);
    --color-primary-dark: var(--b9411);
    --color-accent: var(--e52d6);
    --color-accent-dark: var(--ped66);
    --color-secondary: var(--ne5a3);
    --color-secondary-dark: var(--fb553);
    --color-surface: var(--c0946);
    --color-surface-elevated: var(--p5083);
    --color-on-surface: var(--c30a8);
    --color-on-surface-muted: var(--ha718);
    --color-text: var(--c30a8);
    --color-text-secondary: var(--mb903);
    --text-heading: var(--h1d2c);
    --text-body: var(--m0020);
    --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(--m0020);
    background: var(--c0845);
    color: var(--c30a8);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--k00c9); text-decoration: none; transition: color .2s; }
a:hover { color: var(--e52d6); }
img { max-width: 100%; height: auto; display: block; }

.e99328 { width: 92%; max-width: var(--lfa2a); margin: 0 auto; }

.o411d8 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.bc55e5 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--i0f93); color: var(--c30a8);
    padding: 8px 16px; border-radius: var(--ce0a5);
    z-index: 999; transition: top .2s;
}
.bc55e5:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k4d504 {
    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);
}
.j53499 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.l81b3d {
    font-family: var(--h1d2c);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--c30a8);
    white-space: nowrap; text-decoration: none;
}
.l81b3d:hover { color: var(--e52d6); }

/* Main Nav */
.m8f28e { display: flex; align-items: center; gap: 20px; }
.f9ae34 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.f9ae34 a {
    color: var(--ha718); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.f9ae34 a:hover { color: var(--k00c9); }

/* Language Select */
.n4915d {
    background: var(--c0946); color: var(--c30a8);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ce0a5);
    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;
}
.n4915d:hover, .n4915d:focus { border-color: var(--i0f93); outline: none; }

/* Menu Toggle */
.f8990f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.jf1c55, .jf1c55::before, .jf1c55::after {
    display: block; width: 24px; height: 2px;
    background: var(--c30a8); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.jf1c55 { position: relative; }
.jf1c55::before, .jf1c55::after { content: ''; position: absolute; left: 0; }
.jf1c55::before { top: -7px; }
.jf1c55::after { top: 7px; }

/* Mobile Nav */
.k01dec {
    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;
}
.k01dec.i06988 { display: flex; }
.d7a0e7 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.d7a0e7 a {
    font-size: 1.2rem; font-weight: 600; color: var(--c30a8); text-decoration: none;
}
.d7a0e7 a:hover { color: var(--k00c9); }

/* ===== BUTTONS ===== */
.eb430a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--h1d2c); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--d2277); 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(--i0f93) 0%, var(--p940e) 100%);
    color: var(--c30a8); box-shadow: var(--b2552);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--c30a8);
}
.btn-secondary {
    background: transparent; color: var(--k00c9);
    border: 2px solid var(--i0f93);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--e52d6); }

/* 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); }
}
.h44974 {
    background: linear-gradient(135deg, var(--e52d6) 0%, #e8a020 55%, var(--ped66) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.h44974:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.a05769 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--pdb83); }
.nd0876 { padding: 8px 18px; font-size: .85rem; border-radius: var(--ce0a5); }

/* Nav CTA in header */
.j91a64 {
    background: linear-gradient(135deg, var(--e52d6) 0%, var(--ped66) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ce0a5);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.j91a64:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ad87f0 {
    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(--c0845);
    position: relative; overflow: hidden;
}
.ad87f0::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;
}
.c0061c {
    font-family: var(--h1d2c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--e52d6) 0%, var(--k00c9) 50%, var(--i0f93) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j540a5 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ha718);
    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(--c0845);
}
.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(--h1d2c);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--e52d6) 0%, var(--k00c9) 45%, var(--i0f93) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ha718);
    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(--ha718);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ce0a5);
}
.hero-stat strong { color: var(--k00c9); }

/* ===== SECTIONS ===== */
.i3ec02 { padding: clamp(52px, 7vw, 80px) 0; }
.o5a082 { background: var(--e20b2); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--i0f93); margin-bottom: 10px;
}
.i3ec02 h2, .i5f1ac {
    font-family: var(--h1d2c);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.i3ec02 h3 {
    font-family: var(--h1d2c); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--k00c9);
}
.i3ec02 p, .section-desc {
    color: var(--ha718); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i3ec02 ul, .i3ec02 ol {
    color: var(--ha718); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i3ec02 li { margin-bottom: 8px; }
.i3ec02 li strong { color: var(--c30a8); }

/* ===== 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(--c0946), var(--p5083));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--d2277); 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(--oabca);
}
.p38afb { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--h1d2c); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--c30a8);
}
.card p { color: var(--ha718); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.kb81bf { overflow-x: auto; margin: 24px 0; border-radius: var(--ce0a5); }
.cca79b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.cca79b thead th {
    background: var(--p5083); color: var(--c30a8); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.cca79b thead th:first-child { border-radius: var(--ce0a5) 0 0 0; }
.cca79b thead th:last-child { border-radius: 0 var(--ce0a5) 0 0; }
.cca79b tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.cca79b td { padding: 13px 16px; }
.cca79b td:first-child { color: var(--ha718); font-weight: 500; width: 42%; }
.cca79b td:last-child { color: var(--c30a8); font-weight: 600; }
.cca79b 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(--i0f93), var(--p940e));
    border-radius: 50%; font-family: var(--h1d2c);
    font-size: 1.2rem; font-weight: 700; color: var(--c30a8);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ha718); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.m04e83 { max-width: 800px; margin: 0 auto; }
details.nee520 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.nee520 summary {
    display: block; list-style: none;
    color: var(--c30a8); font-family: var(--m0020);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.nee520 summary::-webkit-details-marker { display: none; }
details.nee520 summary::marker { display: none; content: ''; }
details.nee520 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--i0f93); transition: transform .3s;
}
details.nee520[open] summary::after { content: '\2212'; }
details.nee520 summary:hover { color: var(--k00c9); }
details.nee520 > p { padding: 0 0 20px; color: var(--ha718); font-size: .9rem; line-height: 1.7; }
details.nee520 > div { padding: 0 0 20px; color: var(--ha718); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--e20b2); }

/* ===== INFO GRID & CARDS ===== */
.g31a81 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.gaddcc {
    background: linear-gradient(145deg, var(--c0946), var(--p5083));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--d2277); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gaddcc:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--oabca);
}
.o8672f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.gaddcc h3 {
    font-family: var(--h1d2c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c30a8);
}
.gaddcc p { color: var(--ha718); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d14785 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.if51bb {
    background: linear-gradient(145deg, var(--c0946), var(--p5083));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--d2277); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.if51bb:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.if51bb h3 {
    font-family: var(--h1d2c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e52d6);
}
.if51bb p { color: var(--ha718); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.l4d5b5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h56c78 { text-align: center; padding: 22px 14px; }
.j30c9f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--i0f93), var(--p940e));
    border-radius: 50%; font-family: var(--h1d2c);
    font-size: 1.15rem; font-weight: 800; color: var(--c30a8);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.h56c78 h3 {
    font-family: var(--h1d2c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--c30a8);
}
.h56c78 p { color: var(--ha718); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.o30727 {
    background: linear-gradient(145deg, var(--c0946), var(--p5083));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--pdb83);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.k28ffc { margin-top: 24px; }
.m71f83 {
    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;
}
.m71f83 > span:first-child { color: var(--ha718); text-align: left; }
.ab5374 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.nfa297 {
    height: 100%;
    background: linear-gradient(90deg, var(--i0f93) 0%, var(--e52d6) 100%);
    border-radius: 4px;
}
.m71f83 > span:last-child { color: var(--e52d6); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.m7533d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a4c05a, .ma380a {
    background: linear-gradient(145deg, var(--c0946), var(--p5083));
    border-radius: var(--d2277); padding: 24px 22px;
}
.a4c05a { border-top: 3px solid var(--ne5a3); }
.ma380a { border-top: 3px solid #C84040; }
.a4c05a h3, .a4c05a h4 { color: var(--ne5a3); margin-bottom: 12px; font-size: 1rem; }
.ma380a h3, .ma380a h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.a4c05a ul, .ma380a ul { list-style: none; padding: 0; margin: 0; }
.a4c05a li::before { content: '\2713 '; color: var(--ne5a3); font-weight: 700; }
.ma380a li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.a4c05a li, .ma380a li { padding: 5px 0; color: var(--ha718); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.l432d7 {
    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(--e20b2);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.l432d7 h2 {
    font-family: var(--h1d2c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--e52d6), var(--k00c9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.l432d7 p { color: var(--ha718); 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(--i0f93);
    border-radius: var(--ce0a5); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ha718); font-size: .9rem; }
.highlight-box strong { color: var(--k00c9); }

/* ===== BREADCRUMB ===== */
.nd9110 { padding: 14px 0; font-size: .82rem; }
.oa8dd3 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.oa8dd3 li + li::before { content: '\203A'; margin-right: 8px; color: var(--f2b52); }
.nd9110 a { color: var(--f2b52); }
.nd9110 a:hover { color: var(--k00c9); }
.nd9110 [aria-current] { color: var(--i0f93); }

/* ===== SITE FOOTER ===== */
.jc7091 {
    background: var(--c0845); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i408f2 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i408f2 a {
    color: var(--f2b52); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i408f2 a:hover { color: var(--k00c9); }

.g675eb {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g675eb p {
    color: var(--f2b52); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g675eb a { color: var(--i0f93); }
.o69612 { text-align: center; color: var(--f2b52); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.g65776 { max-width: 800px; margin: 0 auto; }
.g65776 p {
    color: var(--ha718); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.g65776 p:last-child { margin-bottom: 0; }
.g65776 strong { color: var(--c30a8); }
.g65776 a { color: var(--k00c9); text-decoration: underline; text-underline-offset: 3px; }
.g65776 a:hover { color: var(--e52d6); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.hc5dfb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.o34295 { direction: rtl; }
.o34295 > * { direction: ltr; }
.k85bb7 { border-radius: var(--pdb83); overflow: hidden; }
.k85bb7 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--pdb83);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.nc412b { color: var(--ha718); font-size: .93rem; line-height: 1.7; }
.nc412b strong { color: var(--c30a8); }
.nc412b a { color: var(--k00c9); }
@media (max-width: 768px) {
    .hc5dfb { grid-template-columns: 1fr; gap: 24px; }
    .o34295 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b9411);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b9411); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.c62181 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--i0f93);
    color: var(--c30a8); 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(--oabca);
}
.c62181.o4b6fb { opacity: 1; visibility: visible; }
.c62181:hover { transform: translateY(-3px); background: var(--b9411); }

/* ===== REVIEW SCORE (review page) ===== */
.ab022a {
    font-family: var(--h1d2c); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--e52d6), var(--k00c9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--e52d6); 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(--ha718); width: 55%; }
.score-table td:last-child { color: var(--e52d6); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.mfc54d {
    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);
}
.mfc54d .eb430a { 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) {
    .f9ae34 { display: none; }
    .m8f28e .n4915d { display: none; }
    .f8990f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .m7533d { grid-template-columns: 1fr; }
    section, .i3ec02 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i408f2 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .l4d5b5 { grid-template-columns: 1fr 1fr; }
    .g31a81 { grid-template-columns: 1fr 1fr; }
    .m71f83 { grid-template-columns: 1fr 100px auto; }
    .mfc54d { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .a05769 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .l4d5b5 { grid-template-columns: 1fr; }
    .g31a81 { grid-template-columns: 1fr; }
    .j53499 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ab022a { font-size: 3.5rem; }
    .m71f83 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .m7533d { grid-template-columns: 1fr; }
    .o30727 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.n73179 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.n73179 summary.f21e82 {
    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(--c30a8);
    padding: 6px 11px;
    border-radius: var(--ce0a5);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--m0020);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.n73179 summary.f21e82::-webkit-details-marker { display: none; }
.n73179 summary.f21e82::marker { display: none; }
.n73179:hover summary.f21e82,
.n73179[open] summary.f21e82 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--e52d6);
}
.j918b3 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.n73179[open] .j918b3 { transform: rotate(180deg); }

.j8c06b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--c0946);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--d2277);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.n73179[open] .j8c06b {
    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); }
}
.j8c06b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--mb903);
    border-radius: var(--ce0a5);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.j8c06b li a:hover,
.j8c06b li a.k240ce {
    background: rgba(255,255,255,.08);
    color: var(--e52d6);
}
.j8c06b li a.k240ce { font-weight: 700; }

/* Mobile lang bar */
.a01592 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.a01592 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(--ce0a5);
    color: var(--mb903);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.a01592 a:hover,
.a01592 a.g5ae14 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--e52d6);
}
.a01592 a.g5ae14 { font-weight: 700; }

@media (max-width: 768px) {
    .n73179 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.g31a81, ul.j2c86b { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.h68615 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .h68615 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.l4d5b5, ol.i046cc { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.i046cc > li { counter-increment: step-counter; }
ol.i046cc > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--i0f93); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ka8aa0 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--i0f93); }
.gb6662 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f90c13 { width: 36px; height: 36px; border-radius: 50%; background: var(--i0f93); color: var(--c0845); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.geeacd h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f2f628 { display: grid; grid-template-columns: 1fr; gap: 0; }
.d28330 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.d28330:last-child { border-bottom: none; }
.jc4745 { font-weight: 600; padding: .75rem 1rem; color: var(--i0f93); }
.c22606 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.l5081c .n6d5ba { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.l5081c .ce3616 { display: none; }
.l5081c .nee520.i06988 .ce3616 { display: block; }

/* faq variant C: definition list */
dl.m04e83 { display: grid; gap: 0; }
dl.m04e83 dt.g18b96 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.m04e83 dd.ce3616 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ae3f9a { padding: 2rem 0; }
.g6334d { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.g6334d li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--d2277); border: 1px solid var(--e52d6); color: var(--e52d6); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.g6334d li a:hover { background: var(--e52d6); color: var(--c0845); }


/* Promo Banner (SVG image banners) */
.g31b08 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.n7ae70 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.n7ae70:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.kb3e78 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p38afb { display: inline-block; vertical-align: middle; }
.o8672f .p38afb { 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(--c0946), var(--p5083));
    border-radius: var(--d2277); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ce0a5); background: var(--e20b2); }
.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(--e52d6); }
@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(--e52d6); 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; }
  .h44974 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.eb430a, .h44974, .a05769, .nd0876, .j91a64, .f8990f, .n6d5ba, .g18b96, .c62181, .mfc54d a, .f21e82 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.h44974 { position: relative; overflow: visible; }
.h44974::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--e52d6); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.h44974:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.h44974::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(--e52d6); 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(--ce0a5); background: var(--c0946); 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(--ce0a5); background: var(--c0946); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--e52d6); }
.trust-item span { font-size: 0.7rem; color: var(--e52d6); 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(--c0946); border-radius: var(--d2277); 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(--e52d6), var(--i0f93)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c0845); flex-shrink: 0; }
.review-stars { color: var(--e52d6); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--f2b52); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--mb903); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 16.5px; }
.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: Pixel Retro (pixel) ===== */
:root{
  --cbg:#0F0820; --csurf:#1B1234; --csurf2:#2A1F4A;
  --ctext:#F5F2FF; --cmuted:#B8AAD8; --cacc:#FFE94D; --cacc2:#FF4D6D;
  --cbord:#2A1F4A; --cfh:'Press Start 2P',monospace; --cfb:'VT323',monospace;
}
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,.c0061c,.i5f1ac{font-family:var(--cfh);}
.e99328{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.i3ec02{padding:58px 0;position:relative;}
.g31a81{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.g31a81.h68615{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.l4d5b5{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.m7533d{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.hc5dfb{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.o34295{direction:rtl;}.o34295>*{direction:ltr;}
.k85bb7 img,.k85bb7 svg{width:100%;height:auto;}
.nc412b p{margin:0 0 1em;}
.m04e83{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.g18b96{cursor:pointer;list-style:none;position:relative;}.g18b96::-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;}
.kb3e78{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){
  .ad87f0 .e99328{grid-template-columns:1fr !important;}
  .hc5dfb,.m7533d{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.o34295{direction:ltr;}
}

/* PIXEL RETRO — 8-bit, Press Start 2P, чёткие пиксельные блоки */
body{background:
  repeating-linear-gradient(transparent 0 8px,rgba(255,233,77,0.04) 8px 9px),
  repeating-linear-gradient(90deg,transparent 0 8px,rgba(255,233,77,0.04) 8px 9px),#0F0820!important;
  background-attachment:fixed;color:#F5F2FF!important;image-rendering:pixelated;font-family:'VT323',monospace;font-size:1.15rem;line-height:1.5;}
header,.k4d504{background:#0F0820!important;border-bottom:3px solid #FFE94D!important;}
header a,nav a{color:#F5F2FF!important;font-family:'Press Start 2P',monospace;font-size:.62rem;text-transform:uppercase;}header a:hover{color:#FFE94D!important;}
.ad87f0{padding:60px 0 50px;text-align:center;background:transparent!important;}.ad87f0::before{display:none!important;}
.ad87f0.has-art .e99328{display:flex;flex-direction:column;align-items:center;gap:22px;}.ad87f0 .hero-art{order:2;}.hero-art img{max-width:380px;image-rendering:pixelated;}
.c0061c{font-family:'Press Start 2P',monospace;font-size:clamp(1.05rem,2.6vw,1.8rem);line-height:1.4;letter-spacing:.01em;color:#FFE94D!important;-webkit-text-fill-color:#FFE94D!important;background:none!important;text-shadow:3px 3px 0 #FF4D6D;}
.j540a5{color:#B8AAD8;font-family:'VT323',monospace;font-size:1.2rem;max-width:60ch;margin:18px auto 26px;}
.i5f1ac{text-align:center;font-family:'Press Start 2P',monospace;font-size:clamp(.85rem,1.8vw,1.2rem);color:#F5F2FF!important;text-shadow:2px 2px 0 #FF4D6D;letter-spacing:.02em;}
.i5f1ac::after{content:"";display:block;width:80px;height:6px;background:#FFE94D;margin:14px auto 0;}
.h44974,.j91a64{background:#FFE94D!important;color:#0F0820!important;border:3px solid #FF4D6D!important;border-radius:0!important;font-family:'Press Start 2P',monospace;font-size:.7rem;text-transform:uppercase;box-shadow:5px 5px 0 #FF4D6D;}
.a05769{padding:13px 22px;}.h44974:hover,.j91a64:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 #FF4D6D;}
.hero-trust{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:20px;}
.hero-badge{background:#1B1234!important;border:3px solid #FFE94D!important;color:#F5F2FF!important;border-radius:0!important;padding:6px 12px;font-family:'Press Start 2P',monospace;font-size:.55rem;text-transform:uppercase;box-shadow:3px 3px 0 #FF4D6D;}
.gaddcc,.if51bb,.h56c78,.a4c05a,.ma380a{background:#1B1234!important;border:3px solid #FFE94D!important;border-radius:0!important;padding:22px;box-shadow:5px 5px 0 #FF4D6D!important;transition:transform .12s,box-shadow .12s;}
.gaddcc:hover,.if51bb:hover,.h56c78:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 #FF4D6D!important;}
.gaddcc h3,.if51bb h3,.h56c78 h3{color:#FFE94D!important;font-family:'Press Start 2P',monospace;font-size:.78rem;text-transform:uppercase;letter-spacing:.01em;}
.gaddcc p,.if51bb p,.h56c78 p{color:#F5F2FF!important;font-family:'VT323',monospace;font-size:1.1rem;}
.j30c9f,.f90c13{background:#FFE94D;color:#0F0820;border:3px solid #FF4D6D;border-radius:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;font-family:'Press Start 2P',monospace;font-size:.78rem;margin-bottom:8px;box-shadow:3px 3px 0 #FF4D6D;}
.nc412b{color:#F5F2FF;font-family:'VT323',monospace;font-size:1.15rem;}.nc412b strong{color:#FFE94D;}.k85bb7 img{border:3px solid #FFE94D;border-radius:0;box-shadow:6px 6px 0 #FF4D6D;image-rendering:pixelated;}
.o5a082{background:rgba(27,18,52,0.5)!important;}
.nee520{background:#1B1234!important;border:3px solid #FFE94D!important;border-radius:0!important;padding:4px 18px;box-shadow:4px 4px 0 #FF4D6D;}
.g18b96{color:#FFE94D!important;font-family:'Press Start 2P',monospace;font-size:.68rem;text-transform:uppercase;padding:14px 0;}
details.nee520 summary.g18b96::after{content:"[+]";position:absolute;right:0;top:13px;color:#FF4D6D;}details.nee520[open] summary.g18b96::after{content:"[-]";}
.ce3616{color:#F5F2FF!important;font-family:'VT323',monospace;font-size:1.05rem;padding-bottom:14px;}
.trust-item{background:#1B1234!important;border:3px solid #FFE94D!important;border-radius:0;padding:9px 14px;color:#F5F2FF!important;font-family:'Press Start 2P',monospace;font-size:.56rem;text-transform:uppercase;box-shadow:3px 3px 0 #FF4D6D;}
.n7ae70{border:3px solid #FFE94D;border-radius:0;display:block;overflow:hidden;box-shadow:6px 6px 0 #FF4D6D;}
footer,.jc7091{background:#0F0820!important;border-top:3px solid #FFE94D!important;}footer a{color:#B8AAD8!important;font-family:'VT323',monospace;}

.g65776 strong,.hc5dfb strong,.faq strong,.m7533d strong{color:inherit !important;}
