@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 {
    --j26a5:        #00F0FF;
    --e2028:  #33F5FF;
    --b93fe:   #00BCD4;
    --n16d4:         #FF2D78;
    --l1d47:         #00F0FF;
    --c1797:    #00BCD4;
    --obb8e:         #00E676;
    --j80a7:    #00C853;
    --l42b1:           #09050F;
    --m8fba:         #0D0916;
    --ka779:         #130B20;
    --o4e3d:         #1A1030;
    --p0671:        #FFFFFF;
    --fe6e0:         #9CA3AF;
    --b1e7c:       #6B7280;
    --m7b60:       #9CA3AF;
    --g0861:    'Rajdhani', sans-serif;
    --daeec:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --i616b:       4px;
    --eee0d:    8px;
    --h7801:    2px;
    --f524e:        1100px;
    --dcef2:       0 4px 24px rgba(0,0,0,.6);
    --o6a8d:         0 0 32px rgba(0,240,255,.25);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--j26a5);
    --color-primary-light: var(--e2028);
    --color-primary-dark: var(--b93fe);
    --color-accent: var(--l1d47);
    --color-accent-dark: var(--c1797);
    --color-secondary: var(--obb8e);
    --color-secondary-dark: var(--j80a7);
    --color-surface: var(--ka779);
    --color-surface-elevated: var(--o4e3d);
    --color-on-surface: var(--p0671);
    --color-on-surface-muted: var(--fe6e0);
    --color-text: var(--p0671);
    --color-text-secondary: var(--m7b60);
    --text-heading: var(--g0861);
    --text-body: var(--daeec);
    --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(--daeec);
    background: var(--l42b1);
    color: var(--p0671);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--e2028); text-decoration: none; transition: color .2s; }
a:hover { color: var(--l1d47); }
img { max-width: 100%; height: auto; display: block; }

.d409ae { width: 92%; max-width: var(--f524e); margin: 0 auto; }

.p28ab2 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.b37d94 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--j26a5); color: var(--l42b1);
    padding: 8px 16px; border-radius: var(--h7801);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.b37d94:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.gd568f {
    position: sticky; top: 0; z-index: 100;
    background: var(--l42b1);
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, var(--j26a5) 0%, var(--n16d4) 100%) 1;
}
.na0281 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.b57581 {
    font-family: var(--g0861);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p0671);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 1px; text-transform: uppercase;
}
.b57581:hover { color: var(--j26a5); }

/* Main Nav */
.dd2db6 { display: flex; align-items: center; gap: 20px; }
.m352f7 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.m352f7 a {
    color: var(--fe6e0); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.m352f7 a:hover { color: var(--e2028); }

/* Language Select */
.k773e4 {
    background: var(--ka779); color: var(--p0671);
    border: 1px solid rgba(0,240,255,.25);
    border-radius: var(--h7801);
    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;
}
.k773e4:hover, .k773e4:focus { border-color: var(--j26a5); outline: none; }

/* Menu Toggle */
.jc6523 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.j643f1, .j643f1::before, .j643f1::after {
    display: block; width: 24px; height: 2px;
    background: var(--p0671); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.j643f1 { position: relative; }
.j643f1::before, .j643f1::after { content: ''; position: absolute; left: 0; }
.j643f1::before { top: -7px; }
.j643f1::after { top: 7px; }

/* Mobile Nav */
.gaae58 {
    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;
}
.gaae58.m63f84 { display: flex; }
.ca8c52 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ca8c52 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p0671); text-decoration: none;
    letter-spacing: .5px;
}
.ca8c52 a:hover { color: var(--e2028); }

/* ===== BUTTONS ===== */
.gaea6e {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--g0861); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--i616b); 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(--j26a5) 0%, var(--b93fe) 100%);
    color: var(--l42b1); box-shadow: var(--o6a8d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(0,240,255,.55);
    color: var(--l42b1);
}
.btn-secondary {
    background: transparent; color: var(--e2028);
    border: 2px solid var(--j26a5);
}
.btn-secondary:hover { background: rgba(0,240,255,.08); color: var(--e2028); }

/* 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); }
}
.kc640e {
    background: linear-gradient(135deg, var(--j26a5) 0%, #00D4E0 55%, var(--b93fe) 100%);
    color: var(--l42b1); 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;
}
.kc640e:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(0,240,255,.7);
    color: var(--l42b1); animation: none;
}

.bed48b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--eee0d); }
.j5d7ed { padding: 8px 18px; font-size: .85rem; border-radius: var(--h7801); }

/* Nav CTA in header */
.ja2c20 {
    background: linear-gradient(135deg, var(--j26a5) 0%, var(--b93fe) 100%);
    color: var(--l42b1) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--h7801);
    box-shadow: 0 0 16px rgba(0,240,255,.3);
    transition: transform .2s, box-shadow .2s;
    text-transform: uppercase; letter-spacing: .5px;
}
.ja2c20:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(0,240,255,.55);
    color: var(--l42b1) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.l7c991 {
    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(--l42b1);
    position: relative; overflow: hidden;
}
.l7c991::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;
}
.d3fa5c {
    font-family: var(--g0861);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j26a5) 0%, #66F7FF 50%, var(--n16d4) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.dac4a7 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--fe6e0);
    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(--l42b1);
}
.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(--g0861);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j26a5) 0%, #66F7FF 45%, var(--n16d4) 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(--fe6e0);
    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(--fe6e0);
    padding: 7px 14px;
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--h7801);
}
.hero-stat strong { color: var(--e2028); }

/* ===== SECTIONS ===== */
.kaddc0 { padding: clamp(52px, 7vw, 80px) 0; }
.f88013 { background: var(--m8fba); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--j26a5); margin-bottom: 10px;
}
.kaddc0 h2, .k63c2f {
    font-family: var(--g0861);
    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;
}
.kaddc0 h3 {
    font-family: var(--g0861); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--e2028);
    text-transform: uppercase;
}
.kaddc0 p, .section-desc {
    color: var(--fe6e0); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.kaddc0 ul, .kaddc0 ol {
    color: var(--fe6e0); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.kaddc0 li { margin-bottom: 8px; }
.kaddc0 li strong { color: var(--p0671); }

/* ===== 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(--i616b); 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(--dcef2);
}
.h9de4d { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--g0861); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p0671);
    text-transform: uppercase; letter-spacing: .3px;
}
.card p { color: var(--fe6e0); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b8e48c { overflow-x: auto; margin: 24px 0; border-radius: var(--h7801); }
.na1a8d { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.na1a8d thead th {
    background: var(--o4e3d); color: var(--p0671); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(0,240,255,.2);
    font-family: var(--g0861); text-transform: uppercase;
    letter-spacing: .5px;
}
.na1a8d thead th:first-child { border-radius: var(--h7801) 0 0 0; }
.na1a8d thead th:last-child { border-radius: 0 var(--h7801) 0 0; }
.na1a8d tr { border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.na1a8d td { padding: 13px 16px; }
.na1a8d td:first-child { color: var(--fe6e0); font-weight: 500; width: 42%; }
.na1a8d td:last-child { color: var(--p0671); font-weight: 600; }
.na1a8d tr:hover {
    background: rgba(0,240,255,.04);
    border-left: 3px solid var(--j26a5);
}

/* ===== 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(--j26a5), var(--n16d4));
    border-radius: var(--i616b); font-family: var(--g0861);
    font-size: 1.2rem; font-weight: 700; color: var(--l42b1);
    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(--fe6e0); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ne1248 { max-width: 800px; margin: 0 auto; }
details.g14aff {
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--i616b); margin-bottom: 8px;
    transition: border-color .2s;
}
details.g14aff[open] { border-color: rgba(0,240,255,.3); }
details.g14aff summary {
    display: block; list-style: none;
    color: var(--p0671); font-family: var(--daeec);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 20px;
    cursor: pointer; position: relative; transition: color .2s;
}
details.g14aff summary::-webkit-details-marker { display: none; }
details.g14aff summary::marker { display: none; content: ''; }
details.g14aff summary::after {
    content: '+'; position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--j26a5); transition: transform .3s;
}
details.g14aff[open] summary::after { content: '\2212'; }
details.g14aff summary:hover { color: var(--e2028); }
details.g14aff > p { padding: 0 20px 20px; color: var(--fe6e0); font-size: .9rem; line-height: 1.7; }
details.g14aff > div { padding: 0 20px 20px; color: var(--fe6e0); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m8fba); }

/* ===== INFO GRID & CARDS ===== */
.h9d346 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j1bbb8 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.12); border-radius: var(--i616b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j1bbb8:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--dcef2);
}
.g1b47f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.j1bbb8 h3 {
    font-family: var(--g0861); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p0671);
    text-transform: uppercase; letter-spacing: .3px;
}
.j1bbb8 p { color: var(--fe6e0); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.dfcadf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p6dc01 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.15); border-radius: var(--i616b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p6dc01:hover {
    transform: translateY(-5px);
    border-color: rgba(0,240,255,.4);
    box-shadow: 0 0 30px rgba(0,240,255,.15), var(--dcef2);
}
.p6dc01 h3 {
    font-family: var(--g0861); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j26a5);
    text-transform: uppercase; letter-spacing: .3px;
}
.p6dc01 p { color: var(--fe6e0); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.b0bad4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ac18f1 { text-align: center; padding: 22px 14px; }
.n34e88 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--j26a5), var(--n16d4));
    border-radius: var(--i616b); font-family: var(--g0861);
    font-size: 1.15rem; font-weight: 800; color: var(--l42b1);
    box-shadow: 0 0 22px rgba(0,240,255,.35);
}
.ac18f1 h3 {
    font-family: var(--g0861); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p0671);
    text-transform: uppercase;
}
.ac18f1 p { color: var(--fe6e0); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g9a760 {
    background: rgba(0,240,255,.03);
    border: 1px solid rgba(0,240,255,.18); border-radius: var(--eee0d);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.pae7b3 { margin-top: 24px; }
.ca5b7f {
    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;
}
.ca5b7f > span:first-child { color: var(--fe6e0); text-align: left; }
.o1bc51 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: var(--h7801); overflow: hidden;
}
.mf1743 {
    height: 100%;
    background: linear-gradient(90deg, var(--j26a5) 0%, var(--n16d4) 100%);
    border-radius: var(--h7801);
}
.ca5b7f > span:last-child { color: var(--j26a5); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.g327d9 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c00d2e, .l92de2 {
    background: rgba(0,240,255,.02);
    border: 1px solid rgba(0,240,255,.1);
    border-radius: var(--i616b); padding: 24px 22px;
}
.c00d2e { border-top: 3px solid var(--obb8e); }
.l92de2 { border-top: 3px solid var(--n16d4); }
.c00d2e h3, .c00d2e h4 { color: var(--obb8e); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.l92de2 h3, .l92de2 h4 { color: var(--n16d4); margin-bottom: 12px; font-size: 1rem; text-transform: uppercase; }
.c00d2e ul, .l92de2 ul { list-style: none; padding: 0; margin: 0; }
.c00d2e li::before { content: '\2713 '; color: var(--obb8e); font-weight: 700; }
.l92de2 li::before { content: '\2717 '; color: var(--n16d4); font-weight: 700; }
.c00d2e li, .l92de2 li { padding: 5px 0; color: var(--fe6e0); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.pf8b42 {
    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(--m8fba);
    border-top: 1px solid rgba(0,240,255,.1);
    border-bottom: 1px solid rgba(0,240,255,.1);
}
.pf8b42 h2 {
    font-family: var(--g0861);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j26a5), var(--n16d4));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    text-transform: uppercase; letter-spacing: 1px;
}
.pf8b42 p { color: var(--fe6e0); 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(--j26a5);
    border-radius: var(--h7801); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--fe6e0); font-size: .9rem; }
.highlight-box strong { color: var(--e2028); }

/* ===== BREADCRUMB ===== */
.c5e2e1 { padding: 14px 0; font-size: .82rem; }
.f9ae0b { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.f9ae0b li + li::before { content: '\203A'; margin-right: 8px; color: var(--b1e7c); }
.c5e2e1 a { color: var(--b1e7c); }
.c5e2e1 a:hover { color: var(--e2028); }
.c5e2e1 [aria-current] { color: var(--j26a5); }

/* ===== SITE FOOTER ===== */
.cac93e {
    background: var(--l42b1); border-top: 1px solid rgba(0,240,255,.08);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.le6c74 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.le6c74 a {
    color: var(--b1e7c); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.le6c74 a:hover { color: var(--e2028); }

.pbb173 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(0,240,255,.06); margin-top: 8px;
}
.pbb173 p {
    color: var(--b1e7c); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.pbb173 a { color: var(--j26a5); }
.o51864 { text-align: center; color: var(--b1e7c); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.a93702 { max-width: 800px; margin: 0 auto; }
.a93702 p {
    color: var(--fe6e0); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.a93702 p:last-child { margin-bottom: 0; }
.a93702 strong { color: var(--p0671); }
.a93702 a { color: var(--e2028); text-decoration: underline; text-underline-offset: 3px; }
.a93702 a:hover { color: var(--j26a5); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.b29ccd {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.iea588 { direction: rtl; }
.iea588 > * { direction: ltr; }
.cb74b8 { border-radius: var(--eee0d); overflow: hidden; }
.cb74b8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--eee0d);
    border: 1px solid rgba(0,240,255,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.o0b908 { color: var(--fe6e0); font-size: .93rem; line-height: 1.7; }
.o0b908 strong { color: var(--p0671); }
.o0b908 a { color: var(--e2028); }
@media (max-width: 768px) {
    .b29ccd { grid-template-columns: 1fr; gap: 24px; }
    .iea588 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b93fe);
    border-radius: var(--h7801); font-weight: 700; font-size: .8rem;
    color: var(--b93fe); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.pf29c5 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--j26a5);
    color: var(--l42b1); border: none; border-radius: var(--i616b);
    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);
}
.pf29c5.h9890a { opacity: 1; visibility: visible; }
.pf29c5:hover { transform: translateY(-3px); background: var(--b93fe); }

/* ===== REVIEW SCORE (review page) ===== */
.a21955 {
    font-family: var(--g0861); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--j26a5), var(--n16d4));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j26a5); 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(--fe6e0); width: 55%; }
.score-table td:last-child { color: var(--j26a5); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ab9956 {
    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(--j26a5);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.6);
}
.ab9956 .gaea6e { 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) {
    .m352f7 { display: none; }
    .dd2db6 .k773e4 { display: none; }
    .jc6523 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .g327d9 { grid-template-columns: 1fr; }
    section, .kaddc0 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .le6c74 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .b0bad4 { grid-template-columns: 1fr 1fr; }
    .h9d346 { grid-template-columns: 1fr 1fr; }
    .ca5b7f { grid-template-columns: 1fr 100px auto; }
    .ab9956 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .bed48b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .b0bad4 { grid-template-columns: 1fr; }
    .h9d346 { grid-template-columns: 1fr; }
    .na0281 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .a21955 { font-size: 3.5rem; }
    .ca5b7f { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .g327d9 { grid-template-columns: 1fr; }
    .g9a760 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.h9c201 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.h9c201 summary.g13061 {
    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(--p0671);
    padding: 6px 11px;
    border-radius: var(--h7801);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--daeec);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.h9c201 summary.g13061::-webkit-details-marker { display: none; }
.h9c201 summary.g13061::marker { display: none; }
.h9c201:hover summary.g13061,
.h9c201[open] summary.g13061 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.4);
    color: var(--j26a5);
}
.id0d37 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.h9c201[open] .id0d37 { transform: rotate(180deg); }

.pd93b1 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ka779);
    border: 1px solid rgba(0,240,255,.15);
    border-radius: var(--i616b);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.7);
    min-width: 160px;
}
.h9c201[open] .pd93b1 {
    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); }
}
.pd93b1 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--m7b60);
    border-radius: var(--h7801);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.pd93b1 li a:hover,
.pd93b1 li a.gb0dbe {
    background: rgba(0,240,255,.08);
    color: var(--j26a5);
}
.pd93b1 li a.gb0dbe { font-weight: 700; }

/* Mobile lang bar */
.k2c1f8 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(0,240,255,.08);
    margin-top: 8px;
}
.k2c1f8 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(--h7801);
    color: var(--m7b60);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.k2c1f8 a:hover,
.k2c1f8 a.n22a30 {
    background: rgba(0,240,255,.1);
    border-color: rgba(0,240,255,.35);
    color: var(--j26a5);
}
.k2c1f8 a.n22a30 { font-weight: 700; }

@media (max-width: 768px) {
    .h9c201 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.h9d346, ul.ab5f7e { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.fcb7be { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .fcb7be { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.b0bad4, ol.h39cfc { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.h39cfc > li { counter-increment: step-counter; }
ol.h39cfc > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--j26a5); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.a82bc3 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--j26a5); }
.cf032c { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.kded5d { width: 36px; height: 36px; border-radius: 50%; background: var(--j26a5); color: var(--l42b1); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f94cd3 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.hc35f1 { display: grid; grid-template-columns: 1fr; gap: 0; }
.a3a169 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.a3a169:last-child { border-bottom: none; }
.b11f6a { font-weight: 600; padding: .75rem 1rem; color: var(--j26a5); }
.gf0669 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.e9ef84 .j30490 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.e9ef84 .ffc377 { display: none; }
.e9ef84 .g14aff.m63f84 .ffc377 { display: block; }

/* faq variant C: definition list */
dl.ne1248 { display: grid; gap: 0; }
dl.ne1248 dt.od8917 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ne1248 dd.ffc377 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ob7020 { padding: 2rem 0; }
.lc5623 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.lc5623 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--i616b); border: 1px solid var(--l1d47); color: var(--l1d47); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.lc5623 li a:hover { background: var(--l1d47); color: var(--l42b1); }


/* Promo Banner (SVG image banners) */
.cf886b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.a09ad0 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.a09ad0:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ge78fa { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.h9de4d { display: inline-block; vertical-align: middle; }
.g1b47f .h9de4d { 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(--ka779), var(--o4e3d));
    border-radius: var(--i616b); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--h7801); background: var(--m8fba); }
.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(--l1d47); }
@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(--l1d47); 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; }
  .kc640e { animation: none; }
}
/* Touch targets: minimum 44x44px */
.gaea6e, .kc640e, .bed48b, .j5d7ed, .ja2c20, .jc6523, .j30490, .od8917, .pf29c5, .ab9956 a, .g13061 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.kc640e { position: relative; overflow: visible; }
.kc640e::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--l1d47); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.kc640e:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.kc640e::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(--l1d47); 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(--h7801); background: var(--ka779); 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(--h7801); background: var(--ka779); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--l1d47); }
.trust-item span { font-size: 0.7rem; color: var(--l1d47); 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(--ka779); border-radius: var(--i616b); 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(--l1d47), var(--j26a5)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l42b1); flex-shrink: 0; }
.review-stars { color: var(--l1d47); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--b1e7c); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--m7b60); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 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: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.7; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }


/* ===== 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,.d3fa5c,.k63c2f{font-family:var(--cfh);}
.d409ae{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.kaddc0{padding:58px 0;position:relative;}
.h9d346{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.h9d346.fcb7be{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.b0bad4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.g327d9{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.b29ccd{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.iea588{direction:rtl;}.iea588>*{direction:ltr;}
.cb74b8 img,.cb74b8 svg{width:100%;height:auto;}
.o0b908 p{margin:0 0 1em;}
.ne1248{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.od8917{cursor:pointer;list-style:none;position:relative;}.od8917::-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;}
.ge78fa{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){
  .l7c991 .d409ae{grid-template-columns:1fr !important;}
  .b29ccd,.g327d9{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.iea588{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,.gd568f{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;}
.l7c991{padding:84px 0 60px;text-align:center;}
.l7c991.has-art .d409ae{display:flex;flex-direction:column;align-items:center;gap:22px;}
.l7c991 .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 30px rgba(255,46,166,0.5));}
.d3fa5c{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);}
.dac4a7{color:#A98BC6;max-width:60ch;margin:18px auto 26px;font-size:1.08rem;}
.k63c2f{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);}
.k63c2f::after{content:"";display:block;width:70px;height:2px;background:linear-gradient(90deg,#FF2EA6,#21E6FF);margin:14px auto 0;box-shadow:0 0 10px #FF2EA6;}
.kc640e,.ja2c20{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);}
.bed48b{padding:15px 32px;}.kc640e:hover,.ja2c20: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;}
.j1bbb8,.p6dc01,.ac18f1,.c00d2e,.l92de2{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;}
.j1bbb8:hover,.p6dc01:hover,.ac18f1:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #FF2EA6,0 0 30px rgba(255,46,166,0.4)!important;}
.j1bbb8 h3,.p6dc01 h3,.ac18f1 h3{color:#F3EAFF!important;text-transform:uppercase;font-size:1.02rem;letter-spacing:.02em;}
.j1bbb8 p,.p6dc01 p,.ac18f1 p{color:#A98BC6!important;}
.o0b908{color:#A98BC6;}.o0b908 strong{color:#21E6FF;}
.cb74b8 img{border-radius:14px;filter:drop-shadow(0 0 24px rgba(255,46,166,0.4));}
.f88013{background:rgba(14,6,24,0.4)!important;}
.g14aff{background:rgba(14,6,24,0.55)!important;border:1px solid rgba(255,46,166,0.3)!important;border-radius:10px;padding:4px 18px;}
.od8917{color:#F3EAFF!important;text-transform:uppercase;font-size:.96rem;letter-spacing:.02em;padding:15px 0;}
details.g14aff summary.od8917::after{content:"+";position:absolute;right:0;top:13px;color:#21E6FF;}
details.g14aff[open] summary.od8917::after{content:"\2013";}
.ffc377{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;}
.a09ad0{border-radius:14px;display:block;overflow:hidden;box-shadow:0 0 30px rgba(255,46,166,0.35);}
footer,.cac93e{background:#050108!important;border-top:1px solid rgba(255,46,166,0.4)!important;}footer a{color:#A98BC6!important;}

.a93702 strong,.b29ccd strong,.faq strong,.g327d9 strong{color:inherit !important;}
