@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* ===== SAPPHIRE LUXE — Design System ===== */
:root {
    --l3b64:        #4169E1;
    --f2e0c:        #6B8DE8;
    --oc0de:        #2F50B0;
    --p2f13:        #5A7FE8;
    --kcedf:        #4169E1;
    --oc7e3:        #2F50B0;
    --j94c5:        #C0C0C0;
    --b6425:        #A0A0A0;
    --i891c:        #04060E;
    --gfa8b:        #080C18;
    --p389b:        #0E1428;
    --caacd:        #141C38;
    --l83af:        #FFFFFF;
    --je5e4:        #8090B0;
    --n85dd:        #506080;
    --e1854:        #8090B0;
    --m8515:    'Cormorant Garamond', serif;
    --l0b03:    'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fe20d:       12px;
    --nbf1c:    20px;
    --l7a3c:    8px;
    --lb4e8:        1100px;
    --o84e2:       0 4px 24px rgba(0,0,0,.5);
    --j578a:         0 0 32px rgba(65,105,225,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--l3b64);
    --color-primary-light: var(--f2e0c);
    --color-primary-dark: var(--oc0de);
    --color-accent: var(--kcedf);
    --color-accent-dark: var(--oc7e3);
    --color-secondary: var(--j94c5);
    --color-secondary-dark: var(--b6425);
    --color-surface: var(--p389b);
    --color-surface-elevated: var(--caacd);
    --color-on-surface: var(--l83af);
    --color-on-surface-muted: var(--je5e4);
    --color-text: var(--l83af);
    --color-text-secondary: var(--e1854);
    --text-heading: var(--m8515);
    --text-body: var(--l0b03);
    --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(--l0b03);
    background: var(--i891c);
    color: var(--l83af);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--f2e0c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--kcedf); }
img { max-width: 100%; height: auto; display: block; }

.gcc5eb { width: 92%; max-width: var(--lb4e8); margin: 0 auto; }

.d951e8 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h442ba {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--l3b64); color: var(--l83af);
    padding: 8px 16px; border-radius: var(--l7a3c);
    z-index: 999; transition: top .2s;
}
.h442ba:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.l050ac {
    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);
}
.n5c7f8 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.c4a46b {
    font-family: var(--m8515);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--l83af);
    white-space: nowrap; text-decoration: none;
}
.c4a46b:hover { color: var(--kcedf); }

/* Main Nav */
.k37987 { display: flex; align-items: center; gap: 20px; }
.mb219f {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.mb219f a {
    color: var(--je5e4); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.mb219f a:hover { color: var(--f2e0c); }

/* Language Select */
.idc8f2 {
    background: var(--p389b); color: var(--l83af);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--l7a3c);
    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;
}
.idc8f2:hover, .idc8f2:focus { border-color: var(--l3b64); outline: none; }

/* Menu Toggle */
.l9caaa {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e7b026, .e7b026::before, .e7b026::after {
    display: block; width: 24px; height: 2px;
    background: var(--l83af); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e7b026 { position: relative; }
.e7b026::before, .e7b026::after { content: ''; position: absolute; left: 0; }
.e7b026::before { top: -7px; }
.e7b026::after { top: 7px; }

/* Mobile Nav */
.f5fd79 {
    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;
}
.f5fd79.m6c33e { display: flex; }
.a347e7 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a347e7 a {
    font-size: 1.2rem; font-weight: 600; color: var(--l83af); text-decoration: none;
}
.a347e7 a:hover { color: var(--f2e0c); }

/* ===== BUTTONS ===== */
.hd84f4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--m8515); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--fe20d); 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(--l3b64) 0%, var(--p2f13) 100%);
    color: var(--l83af); box-shadow: var(--j578a);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--l83af);
}
.btn-secondary {
    background: transparent; color: var(--f2e0c);
    border: 2px solid var(--l3b64);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--kcedf); }

/* 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); }
}
.k14e3b {
    background: linear-gradient(135deg, var(--kcedf) 0%, #e8a020 55%, var(--oc7e3) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.k14e3b:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.od99d7 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--nbf1c); }
.h51a18 { padding: 8px 18px; font-size: .85rem; border-radius: var(--l7a3c); }

/* Nav CTA in header */
.a4bc15 {
    background: linear-gradient(135deg, var(--kcedf) 0%, var(--oc7e3) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--l7a3c);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.a4bc15:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.l2d18e {
    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(--i891c);
    position: relative; overflow: hidden;
}
.l2d18e::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;
}
.mb897f {
    font-family: var(--m8515);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--kcedf) 0%, var(--f2e0c) 50%, var(--l3b64) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j689a8 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--je5e4);
    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(--i891c);
}
.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(--m8515);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--kcedf) 0%, var(--f2e0c) 45%, var(--l3b64) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--je5e4);
    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(--je5e4);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--l7a3c);
}
.hero-stat strong { color: var(--f2e0c); }

/* ===== SECTIONS ===== */
.p0d894 { padding: clamp(52px, 7vw, 80px) 0; }
.f68cb4 { background: var(--gfa8b); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--l3b64); margin-bottom: 10px;
}
.p0d894 h2, .e4159c {
    font-family: var(--m8515);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.p0d894 h3 {
    font-family: var(--m8515); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--f2e0c);
}
.p0d894 p, .section-desc {
    color: var(--je5e4); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.p0d894 ul, .p0d894 ol {
    color: var(--je5e4); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.p0d894 li { margin-bottom: 8px; }
.p0d894 li strong { color: var(--l83af); }

/* ===== 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(--p389b), var(--caacd));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--fe20d); 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(--o84e2);
}
.i02c92 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--m8515); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--l83af);
}
.card p { color: var(--je5e4); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n2b11b { overflow-x: auto; margin: 24px 0; border-radius: var(--l7a3c); }
.n610fc { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.n610fc thead th {
    background: var(--caacd); color: var(--l83af); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.n610fc thead th:first-child { border-radius: var(--l7a3c) 0 0 0; }
.n610fc thead th:last-child { border-radius: 0 var(--l7a3c) 0 0; }
.n610fc tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.n610fc td { padding: 13px 16px; }
.n610fc td:first-child { color: var(--je5e4); font-weight: 500; width: 42%; }
.n610fc td:last-child { color: var(--l83af); font-weight: 600; }
.n610fc 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(--l3b64), var(--p2f13));
    border-radius: 50%; font-family: var(--m8515);
    font-size: 1.2rem; font-weight: 700; color: var(--l83af);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--je5e4); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.k12fff { max-width: 800px; margin: 0 auto; }
details.o909a0 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.o909a0 summary {
    display: block; list-style: none;
    color: var(--l83af); font-family: var(--l0b03);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.o909a0 summary::-webkit-details-marker { display: none; }
details.o909a0 summary::marker { display: none; content: ''; }
details.o909a0 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--l3b64); transition: transform .3s;
}
details.o909a0[open] summary::after { content: '\2212'; }
details.o909a0 summary:hover { color: var(--f2e0c); }
details.o909a0 > p { padding: 0 0 20px; color: var(--je5e4); font-size: .9rem; line-height: 1.7; }
details.o909a0 > div { padding: 0 0 20px; color: var(--je5e4); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--gfa8b); }

/* ===== INFO GRID & CARDS ===== */
.j784ae {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c5faa9 {
    background: linear-gradient(145deg, var(--p389b), var(--caacd));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--fe20d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c5faa9:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--o84e2);
}
.m46778 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.c5faa9 h3 {
    font-family: var(--m8515); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l83af);
}
.c5faa9 p { color: var(--je5e4); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ec06f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j45325 {
    background: linear-gradient(145deg, var(--p389b), var(--caacd));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--fe20d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j45325:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.j45325 h3 {
    font-family: var(--m8515); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--kcedf);
}
.j45325 p { color: var(--je5e4); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.maed1d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ga176c { text-align: center; padding: 22px 14px; }
.l71a22 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--l3b64), var(--p2f13));
    border-radius: 50%; font-family: var(--m8515);
    font-size: 1.15rem; font-weight: 800; color: var(--l83af);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.ga176c h3 {
    font-family: var(--m8515); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l83af);
}
.ga176c p { color: var(--je5e4); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.n75e79 {
    background: linear-gradient(145deg, var(--p389b), var(--caacd));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--nbf1c);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.b35995 { margin-top: 24px; }
.o9495b {
    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;
}
.o9495b > span:first-child { color: var(--je5e4); text-align: left; }
.d019c7 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f70fca {
    height: 100%;
    background: linear-gradient(90deg, var(--l3b64) 0%, var(--kcedf) 100%);
    border-radius: 4px;
}
.o9495b > span:last-child { color: var(--kcedf); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.iaa3d0 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.o329dd, .kb96c1 {
    background: linear-gradient(145deg, var(--p389b), var(--caacd));
    border-radius: var(--fe20d); padding: 24px 22px;
}
.o329dd { border-top: 3px solid var(--j94c5); }
.kb96c1 { border-top: 3px solid #C84040; }
.o329dd h3, .o329dd h4 { color: var(--j94c5); margin-bottom: 12px; font-size: 1rem; }
.kb96c1 h3, .kb96c1 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.o329dd ul, .kb96c1 ul { list-style: none; padding: 0; margin: 0; }
.o329dd li::before { content: '\2713 '; color: var(--j94c5); font-weight: 700; }
.kb96c1 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.o329dd li, .kb96c1 li { padding: 5px 0; color: var(--je5e4); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m5d889 {
    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(--gfa8b);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.m5d889 h2 {
    font-family: var(--m8515);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--kcedf), var(--f2e0c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m5d889 p { color: var(--je5e4); 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(--l3b64);
    border-radius: var(--l7a3c); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--je5e4); font-size: .9rem; }
.highlight-box strong { color: var(--f2e0c); }

/* ===== BREADCRUMB ===== */
.j58353 { padding: 14px 0; font-size: .82rem; }
.mf776c { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.mf776c li + li::before { content: '\203A'; margin-right: 8px; color: var(--n85dd); }
.j58353 a { color: var(--n85dd); }
.j58353 a:hover { color: var(--f2e0c); }
.j58353 [aria-current] { color: var(--l3b64); }

/* ===== SITE FOOTER ===== */
.p5d0f9 {
    background: var(--i891c); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.h065c1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.h065c1 a {
    color: var(--n85dd); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.h065c1 a:hover { color: var(--f2e0c); }

.p3442a {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.p3442a p {
    color: var(--n85dd); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.p3442a a { color: var(--l3b64); }
.k1862e { text-align: center; color: var(--n85dd); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.m69ad4 { max-width: 800px; margin: 0 auto; }
.m69ad4 p {
    color: var(--je5e4); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.m69ad4 p:last-child { margin-bottom: 0; }
.m69ad4 strong { color: var(--l83af); }
.m69ad4 a { color: var(--f2e0c); text-decoration: underline; text-underline-offset: 3px; }
.m69ad4 a:hover { color: var(--kcedf); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.bd75b4 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.pb47bf { direction: rtl; }
.pb47bf > * { direction: ltr; }
.oe0b95 { border-radius: var(--nbf1c); overflow: hidden; }
.oe0b95 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--nbf1c);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.l1c321 { color: var(--je5e4); font-size: .93rem; line-height: 1.7; }
.l1c321 strong { color: var(--l83af); }
.l1c321 a { color: var(--f2e0c); }
@media (max-width: 768px) {
    .bd75b4 { grid-template-columns: 1fr; gap: 24px; }
    .pb47bf { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--oc0de);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--oc0de); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.c43e9b {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--l3b64);
    color: var(--l83af); 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(--o84e2);
}
.c43e9b.c07a62 { opacity: 1; visibility: visible; }
.c43e9b:hover { transform: translateY(-3px); background: var(--oc0de); }

/* ===== REVIEW SCORE (review page) ===== */
.mbee85 {
    font-family: var(--m8515); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--kcedf), var(--f2e0c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--kcedf); 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(--je5e4); width: 55%; }
.score-table td:last-child { color: var(--kcedf); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.m3af08 {
    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);
}
.m3af08 .hd84f4 { 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) {
    .mb219f { display: none; }
    .k37987 .idc8f2 { display: none; }
    .l9caaa { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .iaa3d0 { grid-template-columns: 1fr; }
    section, .p0d894 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .h065c1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .maed1d { grid-template-columns: 1fr 1fr; }
    .j784ae { grid-template-columns: 1fr 1fr; }
    .o9495b { grid-template-columns: 1fr 100px auto; }
    .m3af08 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .od99d7 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .maed1d { grid-template-columns: 1fr; }
    .j784ae { grid-template-columns: 1fr; }
    .n5c7f8 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .mbee85 { font-size: 3.5rem; }
    .o9495b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .iaa3d0 { grid-template-columns: 1fr; }
    .n75e79 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.i245b1 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.i245b1 summary.n529e0 {
    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(--l83af);
    padding: 6px 11px;
    border-radius: var(--l7a3c);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--l0b03);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.i245b1 summary.n529e0::-webkit-details-marker { display: none; }
.i245b1 summary.n529e0::marker { display: none; }
.i245b1:hover summary.n529e0,
.i245b1[open] summary.n529e0 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--kcedf);
}
.mf6ca9 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.i245b1[open] .mf6ca9 { transform: rotate(180deg); }

.i0f1d8 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p389b);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--fe20d);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.i245b1[open] .i0f1d8 {
    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); }
}
.i0f1d8 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--e1854);
    border-radius: var(--l7a3c);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.i0f1d8 li a:hover,
.i0f1d8 li a.l3dec9 {
    background: rgba(255,255,255,.08);
    color: var(--kcedf);
}
.i0f1d8 li a.l3dec9 { font-weight: 700; }

/* Mobile lang bar */
.mdf0ed {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.mdf0ed 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(--l7a3c);
    color: var(--e1854);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.mdf0ed a:hover,
.mdf0ed a.nef55f {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--kcedf);
}
.mdf0ed a.nef55f { font-weight: 700; }

@media (max-width: 768px) {
    .i245b1 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.j784ae, ul.g2d61a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.f12b72 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .f12b72 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.maed1d, ol.f7bb45 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.f7bb45 > li { counter-increment: step-counter; }
ol.f7bb45 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--l3b64); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.bce0e3 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--l3b64); }
.c27505 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.h28718 { width: 36px; height: 36px; border-radius: 50%; background: var(--l3b64); color: var(--i891c); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f401c4 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.gabb3d { display: grid; grid-template-columns: 1fr; gap: 0; }
.db77e8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.db77e8:last-child { border-bottom: none; }
.mf2afe { font-weight: 600; padding: .75rem 1rem; color: var(--l3b64); }
.cd3775 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.oaaac0 .n02f64 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.oaaac0 .oc7df3 { display: none; }
.oaaac0 .o909a0.m6c33e .oc7df3 { display: block; }

/* faq variant C: definition list */
dl.k12fff { display: grid; gap: 0; }
dl.k12fff dt.hb7966 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.k12fff dd.oc7df3 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.j47e8e { padding: 2rem 0; }
.i8efa9 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.i8efa9 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--fe20d); border: 1px solid var(--kcedf); color: var(--kcedf); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.i8efa9 li a:hover { background: var(--kcedf); color: var(--i891c); }


/* Promo Banner (SVG image banners) */
.n3bca2 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cd32ff { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cd32ff:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.id342b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i02c92 { display: inline-block; vertical-align: middle; }
.m46778 .i02c92 { 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(--p389b), var(--caacd));
    border-radius: var(--fe20d); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--l7a3c); background: var(--gfa8b); }
.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(--kcedf); }
@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(--kcedf); 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; }
  .k14e3b { animation: none; }
}
/* Touch targets: minimum 44x44px */
.hd84f4, .k14e3b, .od99d7, .h51a18, .a4bc15, .l9caaa, .n02f64, .hb7966, .c43e9b, .m3af08 a, .n529e0 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.k14e3b { position: relative; overflow: visible; }
.k14e3b::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--kcedf); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.k14e3b:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.k14e3b::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(--kcedf); 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(--l7a3c); background: var(--p389b); 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(--l7a3c); background: var(--p389b); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--kcedf); }
.trust-item span { font-size: 0.7rem; color: var(--kcedf); 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(--p389b); border-radius: var(--fe20d); 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(--kcedf), var(--l3b64)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--i891c); flex-shrink: 0; }
.review-stars { color: var(--kcedf); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--n85dd); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--e1854); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.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 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.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: none; border-color: var(--gold); }


/* ===== USA design language: Cosmic Voyage (cosmic) ===== */
:root{
  --cbg:#03031A; --csurf:#08083A; --csurf2:#0E0E54;
  --ctext:#EFEEFF; --cmuted:#9D9DD4; --cacc:#FFD166; --cacc2:#7B5FFF;
  --cbord:#1A1A4E; --cfh:'Russo One',sans-serif; --cfb:'Inter',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.mb897f,.e4159c{font-family:var(--cfh);}
.gcc5eb{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.p0d894{padding:58px 0;position:relative;}
.j784ae{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.j784ae.f12b72{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.maed1d{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.iaa3d0{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.bd75b4{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.pb47bf{direction:rtl;}.pb47bf>*{direction:ltr;}
.oe0b95 img,.oe0b95 svg{width:100%;height:auto;}
.l1c321 p{margin:0 0 1em;}
.k12fff{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.hb7966{cursor:pointer;list-style:none;position:relative;}.hb7966::-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;}
.id342b{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){
  .l2d18e .gcc5eb{grid-template-columns:1fr !important;}
  .bd75b4,.iaa3d0{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.pb47bf{direction:ltr;}
}

/* COSMIC VOYAGE — звёздное поле, орбитальная анимация, Russo One */
body{background:
  radial-gradient(2px 2px at 12% 18%,#EFEEFF 50%,transparent 51%),
  radial-gradient(1.5px 1.5px at 24% 62%,#EFEEFF 50%,transparent 51%),
  radial-gradient(2px 2px at 38% 32%,#EFEEFF 50%,transparent 51%),
  radial-gradient(1.5px 1.5px at 56% 8%,#EFEEFF 50%,transparent 51%),
  radial-gradient(2px 2px at 72% 76%,#EFEEFF 50%,transparent 51%),
  radial-gradient(1.5px 1.5px at 84% 38%,#EFEEFF 50%,transparent 51%),
  radial-gradient(2px 2px at 92% 84%,#EFEEFF 50%,transparent 51%),
  radial-gradient(800px 540px at 50% -10%,rgba(123,95,255,0.32),transparent 60%),
  linear-gradient(180deg,#03031A 0%,#020210 100%)!important;background-attachment:fixed;color:#EFEEFF!important;}
header,.l050ac{background:rgba(3,3,26,0.9)!important;border-bottom:1px solid rgba(123,95,255,0.4)!important;backdrop-filter:blur(8px);}
header a,nav a{color:#9D9DD4!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:.78rem;letter-spacing:.1em;}header a:hover{color:#FFD166!important;}
.l2d18e{padding:90px 0 64px;text-align:center;background:transparent!important;position:relative;}.l2d18e::before{display:none!important;}
.l2d18e.has-art .gcc5eb{display:flex;flex-direction:column;align-items:center;gap:22px;}.l2d18e .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 40px rgba(255,209,102,0.5));}
.mb897f{font-family:'Russo One',sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(2rem,4.8vw,3.6rem);line-height:1.06;color:#EFEEFF!important;-webkit-text-fill-color:#EFEEFF!important;background:none!important;
  text-shadow:0 0 28px rgba(123,95,255,0.55),0 0 60px rgba(123,95,255,0.25);}
@media (prefers-reduced-motion: no-preference){@keyframes u-orbit{to{transform:rotate(360deg);}}.mb897f::after{content:"";display:inline-block;width:14px;height:14px;border-radius:50%;background:#FFD166;margin-left:18px;vertical-align:middle;box-shadow:0 0 0 26px transparent,0 0 14px #FFD166;transform-origin:-30px center;animation:u-orbit 6s linear infinite;}}
.j689a8{color:#9D9DD4;max-width:60ch;margin:18px auto 26px;font-size:1.08rem;}
.e4159c{text-align:center;font-family:'Russo One',sans-serif;text-transform:uppercase;letter-spacing:.04em;color:#EFEEFF!important;}
.e4159c::after{content:"";display:block;width:80px;height:3px;background:linear-gradient(90deg,transparent,#FFD166,transparent);margin:14px auto 0;box-shadow:0 0 14px #FFD166;}
.k14e3b,.a4bc15{background:linear-gradient(120deg,#7B5FFF,#FFD166)!important;color:#0a0a30!important;border:none!important;border-radius:999px;font-family:'Russo One',sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:.92rem;box-shadow:0 0 0 1px rgba(255,209,102,0.4),0 12px 32px rgba(123,95,255,0.5);}
.od99d7{padding:15px 32px;}.k14e3b:hover,.a4bc15:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #FFD166,0 16px 40px rgba(255,209,102,0.6);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px;}
.hero-badge{background:rgba(8,8,58,0.7)!important;border:1px solid rgba(123,95,255,0.5)!important;color:#EFEEFF!important;border-radius:999px;padding:7px 14px;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;}
.c5faa9,.j45325,.ga176c,.o329dd,.kb96c1{background:rgba(8,8,58,0.55)!important;border:1px solid rgba(123,95,255,0.4)!important;border-radius:14px;padding:24px;backdrop-filter:blur(8px);box-shadow:inset 0 0 0 1px rgba(239,238,255,0.04),0 12px 32px #00000060!important;transition:box-shadow .2s,transform .2s;}
.c5faa9:hover,.j45325:hover,.ga176c:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #FFD166,0 18px 42px rgba(123,95,255,0.4)!important;}
.c5faa9 h3,.j45325 h3,.ga176c h3{color:#FFD166!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:1rem;letter-spacing:.04em;}
.c5faa9 p,.j45325 p,.ga176c p{color:#9D9DD4!important;}
.l1c321{color:#9D9DD4;}.l1c321 strong{color:#FFD166;}.oe0b95 img{border-radius:14px;box-shadow:0 0 36px rgba(123,95,255,0.45);}
.f68cb4{background:rgba(8,8,58,0.4)!important;}
.o909a0{background:rgba(8,8,58,0.55)!important;border:1px solid rgba(123,95,255,0.4)!important;border-radius:12px;padding:4px 18px;}
.hb7966{color:#EFEEFF!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:.94rem;letter-spacing:.04em;padding:14px 0;}
details.o909a0 summary.hb7966::after{content:"+";position:absolute;right:0;top:13px;color:#FFD166;font-size:1.3rem;}details.o909a0[open] summary.hb7966::after{content:"\2013";}
.oc7df3{color:#9D9DD4!important;padding-bottom:14px;}
.trust-item{background:rgba(8,8,58,0.6)!important;border:1px solid rgba(123,95,255,0.5)!important;border-radius:999px;padding:11px 17px;color:#EFEEFF!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:.74rem;letter-spacing:.05em;}
.cd32ff{border-radius:14px;display:block;overflow:hidden;box-shadow:0 0 36px rgba(123,95,255,0.5);}
footer,.p5d0f9{background:#03031A!important;border-top:1px solid rgba(123,95,255,0.4)!important;}footer a{color:#9D9DD4!important;}

.m69ad4 strong,.bd75b4 strong,.faq strong,.iaa3d0 strong{color:inherit !important;}
