@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 {
    --mbca8:        #FF1493;
    --m5f25:        #FF50B0;
    --hd813:        #CC1078;
    --iee14:        #FF2090;
    --f2372:        #FF1493;
    --g4c4e:        #CC1078;
    --k30e9:        #E040FB;
    --fa86f:        #B030C8;
    --k0399:        #08040A;
    --jb2f7:        #100814;
    --pcf33:        #180C1E;
    --o899b:        #201028;
    --p23f8:        #FFFFFF;
    --p8024:        #B080A0;
    --ebd53:        #705068;
    --m99b9:        #B080A0;
    --db4f7:    'Sora', sans-serif;
    --f03d1:    'DM Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --pa1ee:       12px;
    --mda13:    20px;
    --k969f:    8px;
    --i0028:        1100px;
    --h2b87:       0 4px 24px rgba(0,0,0,.5);
    --ke222:         0 0 32px rgba(255,20,147,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--mbca8);
    --color-primary-light: var(--m5f25);
    --color-primary-dark: var(--hd813);
    --color-accent: var(--f2372);
    --color-accent-dark: var(--g4c4e);
    --color-secondary: var(--k30e9);
    --color-secondary-dark: var(--fa86f);
    --color-surface: var(--pcf33);
    --color-surface-elevated: var(--o899b);
    --color-on-surface: var(--p23f8);
    --color-on-surface-muted: var(--p8024);
    --color-text: var(--p23f8);
    --color-text-secondary: var(--m99b9);
    --text-heading: var(--db4f7);
    --text-body: var(--f03d1);
    --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(--f03d1);
    background: var(--k0399);
    color: var(--p23f8);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--m5f25); text-decoration: none; transition: color .2s; }
a:hover { color: var(--f2372); }
img { max-width: 100%; height: auto; display: block; }

.b606d8 { width: 92%; max-width: var(--i0028); margin: 0 auto; }

.j8de39 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.gcafc9 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--mbca8); color: var(--p23f8);
    padding: 8px 16px; border-radius: var(--k969f);
    z-index: 999; transition: top .2s;
}
.gcafc9:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ea9c12 {
    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);
}
.d58e1f {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j66a23 {
    font-family: var(--db4f7);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p23f8);
    white-space: nowrap; text-decoration: none;
}
.j66a23:hover { color: var(--f2372); }

/* Main Nav */
.pafd05 { display: flex; align-items: center; gap: 20px; }
.pff8ac {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.pff8ac a {
    color: var(--p8024); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.pff8ac a:hover { color: var(--m5f25); }

/* Language Select */
.ldd39f {
    background: var(--pcf33); color: var(--p23f8);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--k969f);
    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;
}
.ldd39f:hover, .ldd39f:focus { border-color: var(--mbca8); outline: none; }

/* Menu Toggle */
.kc718d {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.jd0225, .jd0225::before, .jd0225::after {
    display: block; width: 24px; height: 2px;
    background: var(--p23f8); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.jd0225 { position: relative; }
.jd0225::before, .jd0225::after { content: ''; position: absolute; left: 0; }
.jd0225::before { top: -7px; }
.jd0225::after { top: 7px; }

/* Mobile Nav */
.l2b394 {
    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;
}
.l2b394.fa1de0 { display: flex; }
.f74704 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.f74704 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p23f8); text-decoration: none;
}
.f74704 a:hover { color: var(--m5f25); }

/* ===== BUTTONS ===== */
.n1710e {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--db4f7); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--pa1ee); 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(--mbca8) 0%, var(--iee14) 100%);
    color: var(--p23f8); box-shadow: var(--ke222);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--p23f8);
}
.btn-secondary {
    background: transparent; color: var(--m5f25);
    border: 2px solid var(--mbca8);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--f2372); }

/* 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); }
}
.fee64c {
    background: linear-gradient(135deg, var(--f2372) 0%, #e8a020 55%, var(--g4c4e) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.fee64c:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ia1400 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--mda13); }
.b39f89 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k969f); }

/* Nav CTA in header */
.meefe4 {
    background: linear-gradient(135deg, var(--f2372) 0%, var(--g4c4e) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k969f);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.meefe4:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.jd174d {
    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(--k0399);
    position: relative; overflow: hidden;
}
.jd174d::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;
}
.pbff72 {
    font-family: var(--db4f7);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--f2372) 0%, var(--m5f25) 50%, var(--mbca8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.df3415 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--p8024);
    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(--k0399);
}
.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(--db4f7);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--f2372) 0%, var(--m5f25) 45%, var(--mbca8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--p8024);
    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(--p8024);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--k969f);
}
.hero-stat strong { color: var(--m5f25); }

/* ===== SECTIONS ===== */
.n61033 { padding: clamp(52px, 7vw, 80px) 0; }
.a9b585 { background: var(--jb2f7); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--mbca8); margin-bottom: 10px;
}
.n61033 h2, .l46eeb {
    font-family: var(--db4f7);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.n61033 h3 {
    font-family: var(--db4f7); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--m5f25);
}
.n61033 p, .section-desc {
    color: var(--p8024); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.n61033 ul, .n61033 ol {
    color: var(--p8024); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.n61033 li { margin-bottom: 8px; }
.n61033 li strong { color: var(--p23f8); }

/* ===== 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(--pcf33), var(--o899b));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--pa1ee); 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(--h2b87);
}
.eb8d56 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--db4f7); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p23f8);
}
.card p { color: var(--p8024); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ld5cf0 { overflow-x: auto; margin: 24px 0; border-radius: var(--k969f); }
.lfca76 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.lfca76 thead th {
    background: var(--o899b); color: var(--p23f8); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.lfca76 thead th:first-child { border-radius: var(--k969f) 0 0 0; }
.lfca76 thead th:last-child { border-radius: 0 var(--k969f) 0 0; }
.lfca76 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.lfca76 td { padding: 13px 16px; }
.lfca76 td:first-child { color: var(--p8024); font-weight: 500; width: 42%; }
.lfca76 td:last-child { color: var(--p23f8); font-weight: 600; }
.lfca76 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(--mbca8), var(--iee14));
    border-radius: 50%; font-family: var(--db4f7);
    font-size: 1.2rem; font-weight: 700; color: var(--p23f8);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--p8024); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p99b97 { max-width: 800px; margin: 0 auto; }
details.l74fd3 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.l74fd3 summary {
    display: block; list-style: none;
    color: var(--p23f8); font-family: var(--f03d1);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.l74fd3 summary::-webkit-details-marker { display: none; }
details.l74fd3 summary::marker { display: none; content: ''; }
details.l74fd3 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--mbca8); transition: transform .3s;
}
details.l74fd3[open] summary::after { content: '\2212'; }
details.l74fd3 summary:hover { color: var(--m5f25); }
details.l74fd3 > p { padding: 0 0 20px; color: var(--p8024); font-size: .9rem; line-height: 1.7; }
details.l74fd3 > div { padding: 0 0 20px; color: var(--p8024); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--jb2f7); }

/* ===== INFO GRID & CARDS ===== */
.b0f14c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m2d6a0 {
    background: linear-gradient(145deg, var(--pcf33), var(--o899b));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--pa1ee); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m2d6a0:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--h2b87);
}
.e04458 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.m2d6a0 h3 {
    font-family: var(--db4f7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p23f8);
}
.m2d6a0 p { color: var(--p8024); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.o8f62c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c531d3 {
    background: linear-gradient(145deg, var(--pcf33), var(--o899b));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--pa1ee); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c531d3:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.c531d3 h3 {
    font-family: var(--db4f7); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f2372);
}
.c531d3 p { color: var(--p8024); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.d54cd2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pf835c { text-align: center; padding: 22px 14px; }
.m23911 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--mbca8), var(--iee14));
    border-radius: 50%; font-family: var(--db4f7);
    font-size: 1.15rem; font-weight: 800; color: var(--p23f8);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.pf835c h3 {
    font-family: var(--db4f7); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p23f8);
}
.pf835c p { color: var(--p8024); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.k7214f {
    background: linear-gradient(145deg, var(--pcf33), var(--o899b));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--mda13);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.de1875 { margin-top: 24px; }
.c4d6b2 {
    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;
}
.c4d6b2 > span:first-child { color: var(--p8024); text-align: left; }
.feb266 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.m66452 {
    height: 100%;
    background: linear-gradient(90deg, var(--mbca8) 0%, var(--f2372) 100%);
    border-radius: 4px;
}
.c4d6b2 > span:last-child { color: var(--f2372); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.pdc4b9 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m6d7cc, .jf42d1 {
    background: linear-gradient(145deg, var(--pcf33), var(--o899b));
    border-radius: var(--pa1ee); padding: 24px 22px;
}
.m6d7cc { border-top: 3px solid var(--k30e9); }
.jf42d1 { border-top: 3px solid #C84040; }
.m6d7cc h3, .m6d7cc h4 { color: var(--k30e9); margin-bottom: 12px; font-size: 1rem; }
.jf42d1 h3, .jf42d1 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.m6d7cc ul, .jf42d1 ul { list-style: none; padding: 0; margin: 0; }
.m6d7cc li::before { content: '\2713 '; color: var(--k30e9); font-weight: 700; }
.jf42d1 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.m6d7cc li, .jf42d1 li { padding: 5px 0; color: var(--p8024); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.j827eb {
    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(--jb2f7);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.j827eb h2 {
    font-family: var(--db4f7);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--f2372), var(--m5f25));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j827eb p { color: var(--p8024); 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(--mbca8);
    border-radius: var(--k969f); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--p8024); font-size: .9rem; }
.highlight-box strong { color: var(--m5f25); }

/* ===== BREADCRUMB ===== */
.n29bcb { padding: 14px 0; font-size: .82rem; }
.k86546 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.k86546 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ebd53); }
.n29bcb a { color: var(--ebd53); }
.n29bcb a:hover { color: var(--m5f25); }
.n29bcb [aria-current] { color: var(--mbca8); }

/* ===== SITE FOOTER ===== */
.m34f07 {
    background: var(--k0399); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.afe3b0 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.afe3b0 a {
    color: var(--ebd53); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.afe3b0 a:hover { color: var(--m5f25); }

.fad193 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.fad193 p {
    color: var(--ebd53); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.fad193 a { color: var(--mbca8); }
.p5e707 { text-align: center; color: var(--ebd53); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.gcb56f { max-width: 800px; margin: 0 auto; }
.gcb56f p {
    color: var(--p8024); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.gcb56f p:last-child { margin-bottom: 0; }
.gcb56f strong { color: var(--p23f8); }
.gcb56f a { color: var(--m5f25); text-decoration: underline; text-underline-offset: 3px; }
.gcb56f a:hover { color: var(--f2372); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.be0f47 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.p2e198 { direction: rtl; }
.p2e198 > * { direction: ltr; }
.e29939 { border-radius: var(--mda13); overflow: hidden; }
.e29939 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--mda13);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.me7e63 { color: var(--p8024); font-size: .93rem; line-height: 1.7; }
.me7e63 strong { color: var(--p23f8); }
.me7e63 a { color: var(--m5f25); }
@media (max-width: 768px) {
    .be0f47 { grid-template-columns: 1fr; gap: 24px; }
    .p2e198 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--hd813);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--hd813); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.if8bec {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--mbca8);
    color: var(--p23f8); 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(--h2b87);
}
.if8bec.ida5f8 { opacity: 1; visibility: visible; }
.if8bec:hover { transform: translateY(-3px); background: var(--hd813); }

/* ===== REVIEW SCORE (review page) ===== */
.h2aced {
    font-family: var(--db4f7); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--f2372), var(--m5f25));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--f2372); 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(--p8024); width: 55%; }
.score-table td:last-child { color: var(--f2372); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o17263 {
    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);
}
.o17263 .n1710e { 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) {
    .pff8ac { display: none; }
    .pafd05 .ldd39f { display: none; }
    .kc718d { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .pdc4b9 { grid-template-columns: 1fr; }
    section, .n61033 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .afe3b0 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d54cd2 { grid-template-columns: 1fr 1fr; }
    .b0f14c { grid-template-columns: 1fr 1fr; }
    .c4d6b2 { grid-template-columns: 1fr 100px auto; }
    .o17263 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ia1400 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d54cd2 { grid-template-columns: 1fr; }
    .b0f14c { grid-template-columns: 1fr; }
    .d58e1f { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .h2aced { font-size: 3.5rem; }
    .c4d6b2 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .pdc4b9 { grid-template-columns: 1fr; }
    .k7214f { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.m1fb19 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.m1fb19 summary.b81e02 {
    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(--p23f8);
    padding: 6px 11px;
    border-radius: var(--k969f);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--f03d1);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.m1fb19 summary.b81e02::-webkit-details-marker { display: none; }
.m1fb19 summary.b81e02::marker { display: none; }
.m1fb19:hover summary.b81e02,
.m1fb19[open] summary.b81e02 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--f2372);
}
.cefbe8 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.m1fb19[open] .cefbe8 { transform: rotate(180deg); }

.pbfc78 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--pcf33);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--pa1ee);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.m1fb19[open] .pbfc78 {
    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); }
}
.pbfc78 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--m99b9);
    border-radius: var(--k969f);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.pbfc78 li a:hover,
.pbfc78 li a.l52f72 {
    background: rgba(255,255,255,.08);
    color: var(--f2372);
}
.pbfc78 li a.l52f72 { font-weight: 700; }

/* Mobile lang bar */
.ddc578 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ddc578 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(--k969f);
    color: var(--m99b9);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ddc578 a:hover,
.ddc578 a.h14703 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--f2372);
}
.ddc578 a.h14703 { font-weight: 700; }

@media (max-width: 768px) {
    .m1fb19 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b0f14c, ul.oae509 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.l16fe4 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .l16fe4 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d54cd2, ol.j99f4b { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.j99f4b > li { counter-increment: step-counter; }
ol.j99f4b > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--mbca8); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ic2a2a { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--mbca8); }
.bb4513 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.fcd775 { width: 36px; height: 36px; border-radius: 50%; background: var(--mbca8); color: var(--k0399); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.l8aca0 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.hf2091 { display: grid; grid-template-columns: 1fr; gap: 0; }
.h7e4c8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h7e4c8:last-child { border-bottom: none; }
.o1c6e5 { font-weight: 600; padding: .75rem 1rem; color: var(--mbca8); }
.e029a7 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.jab128 .n71f52 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.jab128 .n2f767 { display: none; }
.jab128 .l74fd3.fa1de0 .n2f767 { display: block; }

/* faq variant C: definition list */
dl.p99b97 { display: grid; gap: 0; }
dl.p99b97 dt.m3d8aa { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p99b97 dd.n2f767 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.hc8ec9 { padding: 2rem 0; }
.aebb39 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.aebb39 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--pa1ee); border: 1px solid var(--f2372); color: var(--f2372); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.aebb39 li a:hover { background: var(--f2372); color: var(--k0399); }


/* Promo Banner (SVG image banners) */
.iabee6 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.dce836 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.dce836:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.nd495e { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.eb8d56 { display: inline-block; vertical-align: middle; }
.e04458 .eb8d56 { 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(--pcf33), var(--o899b));
    border-radius: var(--pa1ee); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k969f); background: var(--jb2f7); }
.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(--f2372); }
@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(--f2372); 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; }
  .fee64c { animation: none; }
}
/* Touch targets: minimum 44x44px */
.n1710e, .fee64c, .ia1400, .b39f89, .meefe4, .kc718d, .n71f52, .m3d8aa, .if8bec, .o17263 a, .b81e02 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.fee64c { position: relative; overflow: visible; }
.fee64c::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--f2372); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.fee64c:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.fee64c::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(--f2372); 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(--k969f); background: var(--pcf33); 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(--k969f); background: var(--pcf33); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--f2372); }
.trust-item span { font-size: 0.7rem; color: var(--f2372); 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(--pcf33); border-radius: var(--pa1ee); 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(--f2372), var(--mbca8)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k0399); flex-shrink: 0; }
.review-stars { color: var(--f2372); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ebd53); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--m99b9); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.8; }
body { font-size: 17px; }
.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: scale(1.03); }


/* ===== USA design language: Cyberpunk Glitch (glitch) ===== */
:root{
  --cbg:#04030C; --csurf:#0A0818; --csurf2:#100C28;
  --ctext:#EEEEFF; --cmuted:#8B8BB5; --cacc:#FF2A6D; --cacc2:#05D9FF;
  --cbord:#1E1830; --cfh:'Major Mono Display',monospace; --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,.pbff72,.l46eeb{font-family:var(--cfh);}
.b606d8{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.n61033{padding:58px 0;position:relative;}
.b0f14c{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.b0f14c.l16fe4{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.d54cd2{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.pdc4b9{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.be0f47{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.p2e198{direction:rtl;}.p2e198>*{direction:ltr;}
.e29939 img,.e29939 svg{width:100%;height:auto;}
.me7e63 p{margin:0 0 1em;}
.p99b97{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.m3d8aa{cursor:pointer;list-style:none;position:relative;}.m3d8aa::-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;}
.nd495e{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){
  .jd174d .b606d8{grid-template-columns:1fr !important;}
  .be0f47,.pdc4b9{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.p2e198{direction:ltr;}
}

/* CYBERPUNK GLITCH — RGB-split анимация заголовка, сканлайны, datamosh */
body{background:
  repeating-linear-gradient(transparent 0 2px,rgba(238,238,255,0.03) 2px 3px),
  radial-gradient(720px 460px at 4% 6%,rgba(255,42,109,0.15),transparent 60%),
  radial-gradient(720px 460px at 96% 16%,rgba(5,217,255,0.15),transparent 60%),#04030C!important;
  background-attachment:fixed;color:#EEEEFF!important;}
header,.ea9c12{background:rgba(4,3,12,0.9)!important;border-bottom:1px solid rgba(255,42,109,0.4)!important;
  box-shadow:0 1px 0 rgba(5,217,255,0.35);}
header a,nav a{color:#8B8BB5!important;font-family:'Major Mono Display',monospace;text-transform:lowercase;letter-spacing:.04em;font-size:.84rem;}header a:hover{color:#05D9FF!important;text-shadow:0 0 8px #05D9FF;}
.jd174d{padding:84px 0 56px;text-align:center;background:transparent!important;}.jd174d::before{display:none!important;}
.jd174d.has-art .b606d8{display:flex;flex-direction:column;align-items:center;gap:22px;}.jd174d .hero-art{order:2;}.hero-art img{max-width:420px;}
.pbff72{font-family:'Major Mono Display',monospace;text-transform:lowercase;font-weight:400;font-size:clamp(1.9rem,4.4vw,3.2rem);line-height:1.08;color:#EEEEFF!important;-webkit-text-fill-color:#EEEEFF!important;background:none!important;
  text-shadow:3px 0 0 rgba(255,42,109,0.85),-3px 0 0 rgba(5,217,255,0.85);animation:u-glitch 4.5s steps(1) infinite;}
@keyframes u-glitch{0%,90%,100%{transform:translate(0)} 92%{transform:translate(-2px,1px)} 94%{transform:translate(2px,-1px)} 96%{transform:translate(-1px,-2px)} 98%{transform:translate(1px,2px)}}
.df3415{color:#8B8BB5;max-width:60ch;margin:18px auto 26px;font-size:1.04rem;}
.df3415::before{content:"> ";color:#FF2A6D;}.df3415::after{content:" _";color:#05D9FF;animation:u-blink 1.1s steps(1) infinite;}
@keyframes u-blink{50%{opacity:0;}}
.l46eeb{text-align:center;font-family:'Major Mono Display',monospace;text-transform:lowercase;color:#EEEEFF!important;text-shadow:2px 0 0 rgba(255,42,109,0.7),-2px 0 0 rgba(5,217,255,0.7);}
.l46eeb::before{content:"// ";color:#FF2A6D;}
.fee64c,.meefe4{background:linear-gradient(120deg,#FF2A6D,#05D9FF)!important;color:#04030C!important;border:none!important;border-radius:0!important;font-family:'Major Mono Display',monospace;text-transform:lowercase;font-size:.94rem;letter-spacing:.04em;box-shadow:0 0 0 1px #FF2A6D,4px 4px 0 rgba(5,217,255,0.7);clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));}
.ia1400{padding:14px 30px;}.fee64c:hover,.meefe4:hover{box-shadow:0 0 0 1px #05D9FF,6px 6px 0 rgba(255,42,109,0.7);transform:translate(-2px,-2px);}
.hero-trust{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px;}
.hero-badge{background:rgba(10,8,24,0.7)!important;border:1px solid rgba(255,42,109,0.5)!important;color:#EEEEFF!important;border-radius:0!important;padding:7px 14px;font-family:'Major Mono Display',monospace;text-transform:lowercase;font-size:.78rem;}
.m2d6a0,.c531d3,.pf835c,.m6d7cc,.jf42d1{background:rgba(10,8,24,0.65)!important;border:1px solid rgba(255,42,109,0.35)!important;border-radius:0!important;padding:24px;
  box-shadow:4px 4px 0 rgba(5,217,255,0.4)!important;transition:box-shadow .15s,transform .15s;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));}
.m2d6a0:hover,.c531d3:hover,.pf835c:hover{transform:translate(-3px,-3px);box-shadow:7px 7px 0 rgba(255,42,109,0.5)!important;}
.m2d6a0 h3,.c531d3 h3,.pf835c h3{color:#FF2A6D!important;font-family:'Major Mono Display',monospace;text-transform:lowercase;font-size:1rem;}
.m2d6a0 p,.c531d3 p,.pf835c p{color:#8B8BB5!important;}
.me7e63{color:#8B8BB5;}.me7e63 strong{color:#05D9FF;}.e29939 img{border:1px solid rgba(255,42,109,0.4);border-radius:0;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));}
.a9b585{background:rgba(10,8,24,0.4)!important;}
.l74fd3{background:rgba(10,8,24,0.6)!important;border:1px solid rgba(255,42,109,0.3)!important;border-radius:0!important;padding:4px 18px;}
.m3d8aa{color:#EEEEFF!important;font-family:'Major Mono Display',monospace;text-transform:lowercase;font-size:.96rem;padding:14px 0;}.m3d8aa::before{content:"? ";color:#FF2A6D;}
details.l74fd3 summary.m3d8aa::after{content:"[+]";position:absolute;right:0;top:13px;color:#05D9FF;font-family:'Major Mono Display',monospace;}details.l74fd3[open] summary.m3d8aa::after{content:"[-]";}
.n2f767{color:#8B8BB5!important;padding-bottom:14px;}
.trust-item{background:rgba(10,8,24,0.6)!important;border:1px solid rgba(255,42,109,0.4)!important;border-radius:0;padding:11px 16px;color:#EEEEFF!important;font-family:'Major Mono Display',monospace;text-transform:lowercase;font-size:.78rem;}
.dce836{border:1px solid rgba(255,42,109,0.4);border-radius:0;display:block;overflow:hidden;clip-path:polygon(0 0,calc(100% - 18px) 0,100% 18px,100% 100%,18px 100%,0 calc(100% - 18px));}
footer,.m34f07{background:#04030C!important;border-top:1px solid rgba(255,42,109,0.4)!important;}footer a{color:#8B8BB5!important;}

.gcb56f strong,.be0f47 strong,.faq strong,.pdc4b9 strong{color:inherit !important;}
