@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');
/* ===== NEON CYBER — Design System ===== */
:root {
    --peb0b:        #00F0FF;
    --h36bb:  #33F5FF;
    --lc52e:   #00BCD4;
    --hdf9d:         #FF2D78;
    --pb528:         #00F0FF;
    --cbc76:    #00BCD4;
    --mf3d3:         #00E676;
    --p2efd:    #00C853;
    --k9f46:           #09050F;
    --a59d4:         #0D0916;
    --p8141:         #130B20;
    --ab3cf:         #1A1030;
    --k0b94:        #FFFFFF;
    --peb05:         #9CA3AF;
    --i95ab:       #6B7280;
    --dd6ec:       #9CA3AF;
    --g5443:    'Rajdhani', sans-serif;
    --b14af:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --k3e5c:       4px;
    --ka331:    8px;
    --p84a0:    2px;
    --p20ea:        1100px;
    --l895e:       0 4px 24px rgba(0,0,0,.6);
    --md56e:         0 0 32px rgba(0,240,255,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--peb0b);
    --color-primary-light: var(--h36bb);
    --color-primary-dark: var(--lc52e);
    --color-accent: var(--pb528);
    --color-accent-dark: var(--cbc76);
    --color-secondary: var(--mf3d3);
    --color-secondary-dark: var(--p2efd);
    --color-surface: var(--p8141);
    --color-surface-elevated: var(--ab3cf);
    --color-on-surface: var(--k0b94);
    --color-on-surface-muted: var(--peb05);
    --color-text: var(--k0b94);
    --color-text-secondary: var(--dd6ec);
    --text-heading: var(--g5443);
    --text-body: var(--b14af);
    --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(--b14af);
    background: var(--k9f46);
    color: var(--k0b94);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--h36bb); text-decoration: none; transition: color .2s; }
a:hover { color: var(--pb528); }
img { max-width: 100%; height: auto; display: block; }

.l7e413 { width: 92%; max-width: var(--p20ea); margin: 0 auto; }

.b94b37 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.k4680c {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--peb0b); color: var(--k9f46);
    padding: 8px 16px; border-radius: var(--p84a0);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.k4680c:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.pc8965 {
    position: sticky; top: 0; z-index: 100;
    background: var(--k9f46);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--peb0b) 0%, var(--hdf9d) 100%) 1;
}
.p9c33c {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.dc2a28 {
    font-family: var(--g5443);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--k0b94);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 1px; text-transform: uppercase;
}
.dc2a28:hover { color: var(--peb0b); }

/* Main Nav */
.ged69a { display: flex; align-items: center; gap: 20px; }
.e8fe33 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e8fe33 a {
    color: var(--peb05); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e8fe33 a:hover { color: var(--h36bb); }

/* Language Select */
.c07108 {
    background: var(--p8141); color: var(--k0b94);
    border: 1px solid rgba(0,240,255,.25);
    border-radius: var(--p84a0);
    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='%2300F0FF'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.c07108:hover, .c07108:focus { border-color: var(--peb0b); outline: none; }

/* Menu Toggle */
.m06e3f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.n4c03b, .n4c03b::before, .n4c03b::after {
    display: block; width: 24px; height: 2px;
    background: var(--k0b94); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.n4c03b { position: relative; }
.n4c03b::before, .n4c03b::after { content: ''; position: absolute; left: 0; }
.n4c03b::before { top: -7px; }
.n4c03b::after { top: 7px; }

/* Mobile Nav */
.n14476 {
    display: none; position: fixed; inset: 0;
    background: rgba(13,9,22,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.n14476.ce9e58 { display: flex; }
.n976e3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.n976e3 a {
    font-size: 1.2rem; font-weight: 600; color: var(--k0b94); text-decoration: none;
    letter-spacing: .5px;
}
.n976e3 a:hover { color: var(--h36bb); }

/* ===== BUTTONS ===== */
.k1b7e9 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--g5443); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--k3e5c); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .5px;
    text-transform: uppercase;
}
.btn-primary {
    background: linear-gradient(135deg, var(--peb0b) 0%, var(--lc52e) 100%);
    color: var(--k9f46); box-shadow: var(--md56e);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(0,240,255,.55);
    color: var(--k9f46);
}
.btn-secondary {
    background: transparent; color: var(--h36bb);
    border: 2px solid var(--peb0b);
}
.btn-secondary:hover { background: rgba(0,240,255,.08); color: var(--h36bb); }

/* Neon CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(0,240,255,.35); }
    50%      { box-shadow: 0 0 50px rgba(0,240,255,.7), 0 0 90px rgba(0,240,255,.18); }
}
.nf810b {
    background: linear-gradient(135deg, var(--peb0b) 0%, #00D4E0 55%, var(--lc52e) 100%);
    color: var(--k9f46); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(0,240,255,.4);
    /* animation moved to ::after */
    text-transform: uppercase; letter-spacing: 1px;
}
.nf810b:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(0,240,255,.7);
    color: var(--k9f46); animation: none;
}

.l180d2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ka331); }
.b3a221 { padding: 8px 18px; font-size: .85rem; border-radius: var(--p84a0); }

/* Nav CTA in header */
.oa1575 {
    background: linear-gradient(135deg, var(--peb0b) 0%, var(--lc52e) 100%);
    color: var(--k9f46) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p84a0);
    box-shadow: 0 0 16px rgba(0,240,255,.3);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.oa1575:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0,240,255,.55);
    color: var(--k9f46) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.dd08b1 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(0,240,255,.1) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(255,45,120,.04) 0%, transparent 60%),
        var(--k9f46);
    position: relative; overflow: hidden;
}
.dd08b1::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%3Ccircle cx='30' cy='30' r='1' fill='rgba(0,240,255,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.n53a18 {
    font-family: var(--g5443);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--peb0b) 0%, #66F7FF 50%, var(--hdf9d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.p4b2b9 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--peb05);
    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(0,240,255,.1) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255,45,120,.06) 0%, transparent 60%),
        var(--k9f46);
}
.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%3Ccircle cx='30' cy='30' r='1' fill='rgba(0,240,255,0.025)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--g5443);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--peb0b) 0%, #66F7FF 45%, var(--hdf9d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 2px;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--peb05);
    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(--peb05);
    padding: 7px 14px;
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--p84a0);
}
.hero-stat strong { color: var(--h36bb); }

/* ===== SECTIONS ===== */
.a10ef2 { padding: clamp(52px, 7vw, 80px) 0; }
.f20e5e { background: var(--a59d4); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--peb0b); margin-bottom: 10px;
}
.a10ef2 h2, .ae3ba4 {
    font-family: var(--g5443);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
    text-transform: uppercase; letter-spacing: .5px;
}
.a10ef2 h3 {
    font-family: var(--g5443); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--h36bb);
    text-transform: uppercase;
}
.a10ef2 p, .section-desc {
    color: var(--peb05); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a10ef2 ul, .a10ef2 ol {
    color: var(--peb05); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a10ef2 li { margin-bottom: 8px; }
.a10ef2 li strong { color: var(--k0b94); }

/* ===== 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: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12);
    border-radius: var(--k3e5c); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--l895e);
}
.l80924 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--g5443); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--k0b94);
    text-transform: uppercase; letter-spacing: .3px;
}
.card p { color: var(--peb05); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h3f160 { overflow-x: auto; margin: 24px 0; border-radius: var(--p84a0); }
.f4922a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.f4922a thead th {
    background: var(--ab3cf); color: var(--k0b94); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(0,240,255,.2);
    font-family: var(--g5443); text-transform: uppercase;
    letter-spacing: .5px;
}
.f4922a thead th:first-child { border-radius: var(--p84a0) 0 0 0; }
.f4922a thead th:last-child { border-radius: 0 var(--p84a0) 0 0; }
.f4922a tr { border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.f4922a td { padding: 13px 16px; }
.f4922a td:first-child { color: var(--peb05); font-weight: 500; width: 42%; }
.f4922a td:last-child { color: var(--k0b94); font-weight: 600; }
.f4922a tr:hover {
    background: rgba(0,240,255,.04);
    border-left: 3px solid var(--peb0b);
}

/* ===== 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(--peb0b), var(--hdf9d));
    border-radius: var(--k3e5c); font-family: var(--g5443);
    font-size: 1.2rem; font-weight: 700; color: var(--k9f46);
    box-shadow: 0 0 20px rgba(0,240,255,.3);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; text-transform: uppercase; }
.step p { color: var(--peb05); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j849ce { max-width: 800px; margin: 0 auto; }
details.had553 {
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--k3e5c); margin-bottom: 8px;
    transition: border-color .2s;
}
details.had553[open] { border-color: rgba(0,240,255,.3); }
details.had553 summary {
    display: block; list-style: none;
    color: var(--k0b94); font-family: var(--b14af);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 20px;
    cursor: pointer; position: relative; transition: color .2s;
}
details.had553 summary::-webkit-details-marker { display: none; }
details.had553 summary::marker { display: none; content: ''; }
details.had553 summary::after {
    content: '+'; position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--peb0b); transition: transform .3s;
}
details.had553[open] summary::after { content: '\2212'; }
details.had553 summary:hover { color: var(--h36bb); }
details.had553 > p { padding: 0 20px 20px; color: var(--peb05); font-size: .9rem; line-height: 1.7; }
details.had553 > div { padding: 0 20px 20px; color: var(--peb05); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--a59d4); }

/* ===== INFO GRID & CARDS ===== */
.e11e00 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.hc8be0 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12); border-radius: var(--k3e5c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.hc8be0:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--l895e);
}
.n580a7 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.hc8be0 h3 {
    font-family: var(--g5443); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k0b94);
    text-transform: uppercase; letter-spacing: .3px;
}
.hc8be0 p { color: var(--peb05); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j0b79b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b912a3 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15); border-radius: var(--k3e5c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.b912a3:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--l895e);
}
.b912a3 h3 {
    font-family: var(--g5443); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--peb0b);
    text-transform: uppercase; letter-spacing: .3px;
}
.b912a3 p { color: var(--peb05); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f1f9c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c10805 { text-align: center; padding: 22px 14px; }
.hea2f8 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--peb0b), var(--hdf9d));
    border-radius: var(--k3e5c); font-family: var(--g5443);
    font-size: 1.15rem; font-weight: 800; color: var(--k9f46);
    box-shadow: 0 0 22px rgba(0,240,255,.35);
}
.c10805 h3 {
    font-family: var(--g5443); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--k0b94);
    text-transform: uppercase;
}
.c10805 p { color: var(--peb05); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.f98684 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.18); border-radius: var(--ka331);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.f66108 { margin-top: 24px; }
.b20aa3 {
    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;
}
.b20aa3 > span:first-child { color: var(--peb05); text-align: left; }
.f8e777 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: var(--p84a0); overflow: hidden;
}
.i25441 {
    height: 100%;
    background: linear-gradient(90deg, var(--peb0b) 0%, var(--hdf9d) 100%);
    border-radius: var(--p84a0);
}
.b20aa3 > span:last-child { color: var(--peb0b); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.d12f2b { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.p569ea, .g52c9c {
    background: rgba(0,240,255,.02);
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--k3e5c); padding: 24px 22px;
}
.p569ea { border-top: 3px solid var(--mf3d3); }
.g52c9c { border-top: 3px solid var(--hdf9d); }
.p569ea h3, .p569ea h4 { color: var(--mf3d3); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.g52c9c h3, .g52c9c h4 { color: var(--hdf9d); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.p569ea ul, .g52c9c ul { list-style: none; padding: 0; margin: 0; }
.p569ea li::before { content: '\2713 '; color: var(--mf3d3); font-weight: 700; }
.g52c9c li::before { content: '\2717 '; color: var(--hdf9d); font-weight: 700; }
.p569ea li, .g52c9c li { padding: 5px 0; color: var(--peb05); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ef3f36 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,240,255,.07) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(255,45,120,.04) 0%, transparent 70%),
        var(--a59d4);
    border-top: 1px solid rgba(0,240,255,.1);
    border-bottom: 1px solid rgba(0,240,255,.1);
}
.ef3f36 h2 {
    font-family: var(--g5443);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--peb0b), var(--hdf9d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.ef3f36 p { color: var(--peb05); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: rgba(0,240,255,.04);
    border: 1px solid rgba(0,240,255,.15); border-left: 4px solid var(--peb0b);
    border-radius: var(--p84a0); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--peb05); font-size: .9rem; }
.highlight-box strong { color: var(--h36bb); }

/* ===== BREADCRUMB ===== */
.e266f1 { padding: 14px 0; font-size: .82rem; }
.o4e8aa { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.o4e8aa li + li::before { content: '\203A'; margin-right: 8px; color: var(--i95ab); }
.e266f1 a { color: var(--i95ab); }
.e266f1 a:hover { color: var(--h36bb); }
.e266f1 [aria-current] { color: var(--peb0b); }

/* ===== SITE FOOTER ===== */
.fccdbc {
    background: var(--k9f46); border-top: 1px solid rgba(0,240,255,.08);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.d76dc0 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.d76dc0 a {
    color: var(--i95ab); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.d76dc0 a:hover { color: var(--h36bb); }

.ic649e {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(0,240,255,.06); margin-top: 8px;
}
.ic649e p {
    color: var(--i95ab); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ic649e a { color: var(--peb0b); }
.f83581 { text-align: center; color: var(--i95ab); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.a20091 { max-width: 800px; margin: 0 auto; }
.a20091 p {
    color: var(--peb05); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.a20091 p:last-child { margin-bottom: 0; }
.a20091 strong { color: var(--k0b94); }
.a20091 a { color: var(--h36bb); text-decoration: underline; text-underline-offset: 3px; }
.a20091 a:hover { color: var(--peb0b); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.f6c6b4 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e4e59f { direction: rtl; }
.e4e59f > * { direction: ltr; }
.fb0b6a { border-radius: var(--ka331); overflow: hidden; }
.fb0b6a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ka331);
    border: 1px solid rgba(0,240,255,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.eb5f56 { color: var(--peb05); font-size: .93rem; line-height: 1.7; }
.eb5f56 strong { color: var(--k0b94); }
.eb5f56 a { color: var(--h36bb); }
@media (max-width: 768px) {
    .f6c6b4 { grid-template-columns: 1fr; gap: 24px; }
    .e4e59f { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--lc52e);
    border-radius: var(--p84a0); font-weight: 700; font-size: .8rem;
    color: var(--lc52e); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k6df5d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--peb0b);
    color: var(--k9f46); border: none; border-radius: var(--k3e5c);
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: 0 0 20px rgba(0,240,255,.3);
}
.k6df5d.l23ec3 { opacity: 1; visibility: visible; }
.k6df5d:hover { transform: translateY(-3px); background: var(--lc52e); }

/* ===== REVIEW SCORE (review page) ===== */
.e89bbc {
    font-family: var(--g5443); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--peb0b), var(--hdf9d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--peb0b); 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(--peb05); width: 55%; }
.score-table td:last-child { color: var(--peb0b); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k7aeb2 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(13,9,22,.96);
    backdrop-filter: blur(12px);
    border-top: 2px solid var(--peb0b);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.k7aeb2 .k1b7e9 { 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) {
    .e8fe33 { display: none; }
    .ged69a .c07108 { display: none; }
    .m06e3f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .d12f2b { grid-template-columns: 1fr; }
    section, .a10ef2 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .d76dc0 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f1f9c0 { grid-template-columns: 1fr 1fr; }
    .e11e00 { grid-template-columns: 1fr 1fr; }
    .b20aa3 { grid-template-columns: 1fr 100px auto; }
    .k7aeb2 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .l180d2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f1f9c0 { grid-template-columns: 1fr; }
    .e11e00 { grid-template-columns: 1fr; }
    .p9c33c { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .e89bbc { font-size: 3.5rem; }
    .b20aa3 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .d12f2b { grid-template-columns: 1fr; }
    .f98684 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.nf2df2 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.nf2df2 summary.m29f33 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,240,255,.05);
    border: 1px solid rgba(0,240,255,.15);
    color: var(--k0b94);
    padding: 6px 11px;
    border-radius: var(--p84a0);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--b14af);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.nf2df2 summary.m29f33::-webkit-details-marker { display: none; }
.nf2df2 summary.m29f33::marker { display: none; }
.nf2df2:hover summary.m29f33,
.nf2df2[open] summary.m29f33 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.4);
    color: var(--peb0b);
}
.n73c55 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.nf2df2[open] .n73c55 { transform: rotate(180deg); }

.ca781f {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p8141);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--k3e5c);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.nf2df2[open] .ca781f {
    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); }
}
.ca781f li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--dd6ec);
    border-radius: var(--p84a0);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ca781f li a:hover,
.ca781f li a.m5c532 {
    background: rgba(0,240,255,.08);
    color: var(--peb0b);
}
.ca781f li a.m5c532 { font-weight: 700; }

/* Mobile lang bar */
.fea2e7 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(0,240,255,.08);
    margin-top: 8px;
}
.fea2e7 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(0,240,255,.04);
    border: 1px solid rgba(0,240,255,.12);
    border-radius: var(--p84a0);
    color: var(--dd6ec);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.fea2e7 a:hover,
.fea2e7 a.i4e062 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.35);
    color: var(--peb0b);
}
.fea2e7 a.i4e062 { font-weight: 700; }

@media (max-width: 768px) {
    .nf2df2 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.e11e00, ul.b9c5b6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.l49437 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .l49437 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f1f9c0, ol.be72c6 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.be72c6 > li { counter-increment: step-counter; }
ol.be72c6 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--peb0b); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ffff35 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--peb0b); }
.ocd68d { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g4bee8 { width: 36px; height: 36px; border-radius: 50%; background: var(--peb0b); color: var(--k9f46); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.g8b4b6 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.o1148a { display: grid; grid-template-columns: 1fr; gap: 0; }
.f70fd1 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.f70fd1:last-child { border-bottom: none; }
.b3a52e { font-weight: 600; padding: .75rem 1rem; color: var(--peb0b); }
.i6b1a0 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.l4ea53 .m7453d { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.l4ea53 .c89c23 { display: none; }
.l4ea53 .had553.ce9e58 .c89c23 { display: block; }

/* faq variant C: definition list */
dl.j849ce { display: grid; gap: 0; }
dl.j849ce dt.ab16d7 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j849ce dd.c89c23 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.o5cd09 { padding: 2rem 0; }
.h6522a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h6522a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--k3e5c); border: 1px solid var(--pb528); color: var(--pb528); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h6522a li a:hover { background: var(--pb528); color: var(--k9f46); }


/* Promo Banner (SVG image banners) */
.i15c87 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.l6c586 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.l6c586:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.hb98a3 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.l80924 { display: inline-block; vertical-align: middle; }
.n580a7 .l80924 { 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(--p8141), var(--ab3cf));
    border-radius: var(--k3e5c); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p84a0); background: var(--a59d4); }
.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(--pb528); }
@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(--pb528); 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; }
  .nf810b { animation: none; }
}
/* Touch targets: minimum 44x44px */
.k1b7e9, .nf810b, .l180d2, .b3a221, .oa1575, .m06e3f, .m7453d, .ab16d7, .k6df5d, .k7aeb2 a, .m29f33 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.nf810b { position: relative; overflow: visible; }
.nf810b::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--pb528); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.nf810b:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.nf810b::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(--pb528); 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(--p84a0); background: var(--p8141); 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(--p84a0); background: var(--p8141); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--pb528); }
.trust-item span { font-size: 0.7rem; color: var(--pb528); 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(--p8141); border-radius: var(--k3e5c); 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(--pb528), var(--peb0b)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k9f46); flex-shrink: 0; }
.review-stars { color: var(--pb528); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--i95ab); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--dd6ec); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Neon Arcade (arcade) ===== */
:root{
  --cbg:#050108; --csurf:#0E0618; --csurf2:#160A26;
  --ctext:#F3EAFF; --cmuted:#A98BC6; --cacc:#FF2EA6; --cacc2:#21E6FF;
  --cbord:#2E1846; --cfh:'Orbitron',sans-serif; --cfb:'Rajdhani',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.n53a18,.ae3ba4{font-family:var(--cfh);}
.l7e413{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.a10ef2{padding:58px 0;position:relative;}
.e11e00{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e11e00.l49437{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.f1f9c0{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.d12f2b{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.f6c6b4{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.e4e59f{direction:rtl;}.e4e59f>*{direction:ltr;}
.fb0b6a img,.fb0b6a svg{width:100%;height:auto;}
.eb5f56 p{margin:0 0 1em;}
.j849ce{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.ab16d7{cursor:pointer;list-style:none;position:relative;}.ab16d7::-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;}
.hb98a3{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){
  .dd08b1 .l7e413{grid-template-columns:1fr !important;}
  .f6c6b4,.d12f2b{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.e4e59f{direction:ltr;}
}

/* NEON ARCADE — чёрный неон, techno-шрифт, сетка, glow */
body{background:
  linear-gradient(rgba(33,230,255,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(33,230,255,0.06) 1px,transparent 1px),
  radial-gradient(700px 460px at 15% 0%,rgba(255,46,166,0.16),transparent 60%),
  radial-gradient(700px 460px at 85% 10%,rgba(33,230,255,0.14),transparent 60%),#050108!important;
  background-size:42px 42px,42px 42px,auto,auto,auto!important;background-attachment:fixed;color:#F3EAFF!important;}
header,.pc8965{background:rgba(5,1,8,0.8)!important;border-bottom:1px solid rgba(255,46,166,0.4)!important;backdrop-filter:blur(8px);}
header a,nav a{color:#A98BC6!important;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;}header a:hover{color:#21E6FF!important;text-shadow:0 0 8px #21E6FF;}
.dd08b1{padding:84px 0 60px;text-align:center;}
.dd08b1.has-art .l7e413{display:flex;flex-direction:column;align-items:center;gap:22px;}
.dd08b1 .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 30px rgba(255,46,166,0.5));}
.n53a18{font-family:'Orbitron',sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.02em;
  font-size:clamp(1.9rem,4.4vw,3.2rem);line-height:1.1;color:#F3EAFF!important;text-shadow:0 0 18px rgba(255,46,166,0.55);}
.p4b2b9{color:#A98BC6;max-width:60ch;margin:18px auto 26px;font-size:1.08rem;}
.ae3ba4{text-align:center;text-transform:uppercase;letter-spacing:.04em;color:#F3EAFF!important;text-shadow:0 0 14px rgba(255,46,166,0.45);font-size:clamp(1.5rem,2.7vw,2.1rem);}
.ae3ba4::after{content:"";display:block;width:70px;height:2px;background:linear-gradient(90deg,#FF2EA6,#21E6FF);margin:14px auto 0;box-shadow:0 0 10px #FF2EA6;}
.nf810b,.oa1575{background:linear-gradient(120deg,#FF2EA6,#21E6FF)!important;color:#08010c!important;border:none!important;border-radius:8px;
  text-transform:uppercase;letter-spacing:.08em;font-weight:700;box-shadow:0 0 0 1px rgba(255,46,166,0.5),0 0 26px rgba(255,46,166,0.6);}
.l180d2{padding:15px 32px;}.nf810b:hover,.oa1575:hover{box-shadow:0 0 0 1px #FF2EA6,0 0 40px rgba(255,46,166,0.85);transform:translateY(-2px);}
.hero-badge{background:rgba(14,6,24,0.7)!important;border:1px solid rgba(255,46,166,0.5)!important;color:#F3EAFF!important;border-radius:6px;padding:8px 14px;text-transform:uppercase;font-size:.74rem;letter-spacing:.06em;}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:20px;}
.hc8be0,.b912a3,.c10805,.p569ea,.g52c9c{background:rgba(14,6,24,0.6)!important;border:1px solid rgba(255,46,166,0.35)!important;border-radius:14px;padding:24px;
  backdrop-filter:blur(6px);transition:box-shadow .2s,transform .2s;}
.hc8be0:hover,.b912a3:hover,.c10805:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #FF2EA6,0 0 30px rgba(255,46,166,0.4)!important;}
.hc8be0 h3,.b912a3 h3,.c10805 h3{color:#F3EAFF!important;text-transform:uppercase;font-size:1.02rem;letter-spacing:.02em;}
.hc8be0 p,.b912a3 p,.c10805 p{color:#A98BC6!important;}
.eb5f56{color:#A98BC6;}.eb5f56 strong{color:#21E6FF;}
.fb0b6a img{border-radius:14px;filter:drop-shadow(0 0 24px rgba(255,46,166,0.4));}
.f20e5e{background:rgba(14,6,24,0.4)!important;}
.had553{background:rgba(14,6,24,0.55)!important;border:1px solid rgba(255,46,166,0.3)!important;border-radius:10px;padding:4px 18px;}
.ab16d7{color:#F3EAFF!important;text-transform:uppercase;font-size:.96rem;letter-spacing:.02em;padding:15px 0;}
details.had553 summary.ab16d7::after{content:"+";position:absolute;right:0;top:13px;color:#21E6FF;}
details.had553[open] summary.ab16d7::after{content:"\2013";}
.c89c23{color:#A98BC6!important;padding-bottom:14px;}
.trust-item{background:rgba(14,6,24,0.6)!important;border:1px solid rgba(255,46,166,0.4)!important;border-radius:8px;padding:12px 18px;color:#F3EAFF!important;text-transform:uppercase;font-size:.76rem;letter-spacing:.05em;}
.l6c586{border-radius:14px;display:block;overflow:hidden;box-shadow:0 0 30px rgba(255,46,166,0.35);}
footer,.fccdbc{background:#050108!important;border-top:1px solid rgba(255,46,166,0.4)!important;}footer a{color:#A98BC6!important;}

.a20091 strong,.f6c6b4 strong,.faq strong,.d12f2b strong{color:inherit !important;}
