@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 {
    --o08a3:        #4169E1;
    --ae9ad:        #6B8DE8;
    --d2394:        #2F50B0;
    --md29c:        #5A7FE8;
    --k9c5d:        #4169E1;
    --g7b11:        #2F50B0;
    --kd975:        #C0C0C0;
    --l62c3:        #A0A0A0;
    --a6845:        #04060E;
    --gb3f5:        #080C18;
    --c7fe6:        #0E1428;
    --md604:        #141C38;
    --n3068:        #FFFFFF;
    --g1a08:        #8090B0;
    --ad31d:        #506080;
    --i0907:        #8090B0;
    --e81fc:    'Cormorant Garamond', serif;
    --ib8ad:    'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --b133b:       12px;
    --ac13e:    20px;
    --j4cea:    8px;
    --kb4fc:        1100px;
    --d20f3:       0 4px 24px rgba(0,0,0,.5);
    --fe563:         0 0 32px rgba(65,105,225,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--o08a3);
    --color-primary-light: var(--ae9ad);
    --color-primary-dark: var(--d2394);
    --color-accent: var(--k9c5d);
    --color-accent-dark: var(--g7b11);
    --color-secondary: var(--kd975);
    --color-secondary-dark: var(--l62c3);
    --color-surface: var(--c7fe6);
    --color-surface-elevated: var(--md604);
    --color-on-surface: var(--n3068);
    --color-on-surface-muted: var(--g1a08);
    --color-text: var(--n3068);
    --color-text-secondary: var(--i0907);
    --text-heading: var(--e81fc);
    --text-body: var(--ib8ad);
    --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(--ib8ad);
    background: var(--a6845);
    color: var(--n3068);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ae9ad); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k9c5d); }
img { max-width: 100%; height: auto; display: block; }

.i9ca18 { width: 92%; max-width: var(--kb4fc); margin: 0 auto; }

.fc3c97 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.g24b35 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--o08a3); color: var(--n3068);
    padding: 8px 16px; border-radius: var(--j4cea);
    z-index: 999; transition: top .2s;
}
.g24b35:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f76292 {
    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);
}
.p9a24a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.n2db2c {
    font-family: var(--e81fc);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--n3068);
    white-space: nowrap; text-decoration: none;
}
.n2db2c:hover { color: var(--k9c5d); }

/* Main Nav */
.f34f17 { display: flex; align-items: center; gap: 20px; }
.n77b38 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.n77b38 a {
    color: var(--g1a08); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.n77b38 a:hover { color: var(--ae9ad); }

/* Language Select */
.k475b5 {
    background: var(--c7fe6); color: var(--n3068);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--j4cea);
    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;
}
.k475b5:hover, .k475b5:focus { border-color: var(--o08a3); outline: none; }

/* Menu Toggle */
.i47772 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.aff9ec, .aff9ec::before, .aff9ec::after {
    display: block; width: 24px; height: 2px;
    background: var(--n3068); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.aff9ec { position: relative; }
.aff9ec::before, .aff9ec::after { content: ''; position: absolute; left: 0; }
.aff9ec::before { top: -7px; }
.aff9ec::after { top: 7px; }

/* Mobile Nav */
.n2f08a {
    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;
}
.n2f08a.oacf3f { display: flex; }
.c44f54 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.c44f54 a {
    font-size: 1.2rem; font-weight: 600; color: var(--n3068); text-decoration: none;
}
.c44f54 a:hover { color: var(--ae9ad); }

/* ===== BUTTONS ===== */
.d2b46a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--e81fc); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b133b); 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(--o08a3) 0%, var(--md29c) 100%);
    color: var(--n3068); box-shadow: var(--fe563);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--n3068);
}
.btn-secondary {
    background: transparent; color: var(--ae9ad);
    border: 2px solid var(--o08a3);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k9c5d); }

/* 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); }
}
.n8afd5 {
    background: linear-gradient(135deg, var(--k9c5d) 0%, #e8a020 55%, var(--g7b11) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.n8afd5:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.a46ba2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ac13e); }
.f9670a { padding: 8px 18px; font-size: .85rem; border-radius: var(--j4cea); }

/* Nav CTA in header */
.pb3ef8 {
    background: linear-gradient(135deg, var(--k9c5d) 0%, var(--g7b11) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--j4cea);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.pb3ef8:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.abeeb0 {
    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(--a6845);
    position: relative; overflow: hidden;
}
.abeeb0::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;
}
.fd9d41 {
    font-family: var(--e81fc);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k9c5d) 0%, var(--ae9ad) 50%, var(--o08a3) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.n0c310 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--g1a08);
    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(--a6845);
}
.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(--e81fc);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k9c5d) 0%, var(--ae9ad) 45%, var(--o08a3) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--g1a08);
    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(--g1a08);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--j4cea);
}
.hero-stat strong { color: var(--ae9ad); }

/* ===== SECTIONS ===== */
.jb1218 { padding: clamp(52px, 7vw, 80px) 0; }
.aebca6 { background: var(--gb3f5); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--o08a3); margin-bottom: 10px;
}
.jb1218 h2, .j916c4 {
    font-family: var(--e81fc);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.jb1218 h3 {
    font-family: var(--e81fc); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ae9ad);
}
.jb1218 p, .section-desc {
    color: var(--g1a08); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.jb1218 ul, .jb1218 ol {
    color: var(--g1a08); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.jb1218 li { margin-bottom: 8px; }
.jb1218 li strong { color: var(--n3068); }

/* ===== 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(--c7fe6), var(--md604));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--b133b); 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(--d20f3);
}
.e3c2ed { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--e81fc); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n3068);
}
.card p { color: var(--g1a08); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.bb5222 { overflow-x: auto; margin: 24px 0; border-radius: var(--j4cea); }
.n412bd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.n412bd thead th {
    background: var(--md604); color: var(--n3068); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.n412bd thead th:first-child { border-radius: var(--j4cea) 0 0 0; }
.n412bd thead th:last-child { border-radius: 0 var(--j4cea) 0 0; }
.n412bd tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.n412bd td { padding: 13px 16px; }
.n412bd td:first-child { color: var(--g1a08); font-weight: 500; width: 42%; }
.n412bd td:last-child { color: var(--n3068); font-weight: 600; }
.n412bd 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(--o08a3), var(--md29c));
    border-radius: 50%; font-family: var(--e81fc);
    font-size: 1.2rem; font-weight: 700; color: var(--n3068);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--g1a08); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b6e113 { max-width: 800px; margin: 0 auto; }
details.hd518b { border-bottom: 1px solid rgba(255,255,255,.07); }
details.hd518b summary {
    display: block; list-style: none;
    color: var(--n3068); font-family: var(--ib8ad);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.hd518b summary::-webkit-details-marker { display: none; }
details.hd518b summary::marker { display: none; content: ''; }
details.hd518b summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--o08a3); transition: transform .3s;
}
details.hd518b[open] summary::after { content: '\2212'; }
details.hd518b summary:hover { color: var(--ae9ad); }
details.hd518b > p { padding: 0 0 20px; color: var(--g1a08); font-size: .9rem; line-height: 1.7; }
details.hd518b > div { padding: 0 0 20px; color: var(--g1a08); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--gb3f5); }

/* ===== INFO GRID & CARDS ===== */
.k5b237 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j252bf {
    background: linear-gradient(145deg, var(--c7fe6), var(--md604));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--b133b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j252bf:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--d20f3);
}
.m1c99f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.j252bf h3 {
    font-family: var(--e81fc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n3068);
}
.j252bf p { color: var(--g1a08); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.occ85f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.keb8ab {
    background: linear-gradient(145deg, var(--c7fe6), var(--md604));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--b133b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.keb8ab:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.keb8ab h3 {
    font-family: var(--e81fc); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k9c5d);
}
.keb8ab p { color: var(--g1a08); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.n12c0a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n76afa { text-align: center; padding: 22px 14px; }
.acd75f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--o08a3), var(--md29c));
    border-radius: 50%; font-family: var(--e81fc);
    font-size: 1.15rem; font-weight: 800; color: var(--n3068);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.n76afa h3 {
    font-family: var(--e81fc); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--n3068);
}
.n76afa p { color: var(--g1a08); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.e3bc01 {
    background: linear-gradient(145deg, var(--c7fe6), var(--md604));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ac13e);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.cb7722 { margin-top: 24px; }
.c431c8 {
    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;
}
.c431c8 > span:first-child { color: var(--g1a08); text-align: left; }
.f19153 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.a25965 {
    height: 100%;
    background: linear-gradient(90deg, var(--o08a3) 0%, var(--k9c5d) 100%);
    border-radius: 4px;
}
.c431c8 > span:last-child { color: var(--k9c5d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.c2c747 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.dd65e6, .jaf0d8 {
    background: linear-gradient(145deg, var(--c7fe6), var(--md604));
    border-radius: var(--b133b); padding: 24px 22px;
}
.dd65e6 { border-top: 3px solid var(--kd975); }
.jaf0d8 { border-top: 3px solid #C84040; }
.dd65e6 h3, .dd65e6 h4 { color: var(--kd975); margin-bottom: 12px; font-size: 1rem; }
.jaf0d8 h3, .jaf0d8 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.dd65e6 ul, .jaf0d8 ul { list-style: none; padding: 0; margin: 0; }
.dd65e6 li::before { content: '\2713 '; color: var(--kd975); font-weight: 700; }
.jaf0d8 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.dd65e6 li, .jaf0d8 li { padding: 5px 0; color: var(--g1a08); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.hff844 {
    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(--gb3f5);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.hff844 h2 {
    font-family: var(--e81fc);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k9c5d), var(--ae9ad));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hff844 p { color: var(--g1a08); 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(--o08a3);
    border-radius: var(--j4cea); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--g1a08); font-size: .9rem; }
.highlight-box strong { color: var(--ae9ad); }

/* ===== BREADCRUMB ===== */
.kdefe4 { padding: 14px 0; font-size: .82rem; }
.f24f86 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.f24f86 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ad31d); }
.kdefe4 a { color: var(--ad31d); }
.kdefe4 a:hover { color: var(--ae9ad); }
.kdefe4 [aria-current] { color: var(--o08a3); }

/* ===== SITE FOOTER ===== */
.kc5a73 {
    background: var(--a6845); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.nbaf59 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.nbaf59 a {
    color: var(--ad31d); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.nbaf59 a:hover { color: var(--ae9ad); }

.oc455d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.oc455d p {
    color: var(--ad31d); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.oc455d a { color: var(--o08a3); }
.hbd6b3 { text-align: center; color: var(--ad31d); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f05c48 { max-width: 800px; margin: 0 auto; }
.f05c48 p {
    color: var(--g1a08); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f05c48 p:last-child { margin-bottom: 0; }
.f05c48 strong { color: var(--n3068); }
.f05c48 a { color: var(--ae9ad); text-decoration: underline; text-underline-offset: 3px; }
.f05c48 a:hover { color: var(--k9c5d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.p43154 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.f48cbf { direction: rtl; }
.f48cbf > * { direction: ltr; }
.b7ca6e { border-radius: var(--ac13e); overflow: hidden; }
.b7ca6e img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ac13e);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.h621b3 { color: var(--g1a08); font-size: .93rem; line-height: 1.7; }
.h621b3 strong { color: var(--n3068); }
.h621b3 a { color: var(--ae9ad); }
@media (max-width: 768px) {
    .p43154 { grid-template-columns: 1fr; gap: 24px; }
    .f48cbf { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--d2394);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--d2394); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.d03948 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--o08a3);
    color: var(--n3068); 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(--d20f3);
}
.d03948.dd3198 { opacity: 1; visibility: visible; }
.d03948:hover { transform: translateY(-3px); background: var(--d2394); }

/* ===== REVIEW SCORE (review page) ===== */
.haa9a3 {
    font-family: var(--e81fc); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k9c5d), var(--ae9ad));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k9c5d); 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(--g1a08); width: 55%; }
.score-table td:last-child { color: var(--k9c5d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.of4fe3 {
    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);
}
.of4fe3 .d2b46a { 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) {
    .n77b38 { display: none; }
    .f34f17 .k475b5 { display: none; }
    .i47772 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .c2c747 { grid-template-columns: 1fr; }
    section, .jb1218 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .nbaf59 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .n12c0a { grid-template-columns: 1fr 1fr; }
    .k5b237 { grid-template-columns: 1fr 1fr; }
    .c431c8 { grid-template-columns: 1fr 100px auto; }
    .of4fe3 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .a46ba2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .n12c0a { grid-template-columns: 1fr; }
    .k5b237 { grid-template-columns: 1fr; }
    .p9a24a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .haa9a3 { font-size: 3.5rem; }
    .c431c8 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .c2c747 { grid-template-columns: 1fr; }
    .e3bc01 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.nff6bb {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.nff6bb summary.c404ed {
    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(--n3068);
    padding: 6px 11px;
    border-radius: var(--j4cea);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ib8ad);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.nff6bb summary.c404ed::-webkit-details-marker { display: none; }
.nff6bb summary.c404ed::marker { display: none; }
.nff6bb:hover summary.c404ed,
.nff6bb[open] summary.c404ed {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k9c5d);
}
.oabd52 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.nff6bb[open] .oabd52 { transform: rotate(180deg); }

.l7821a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--c7fe6);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--b133b);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.nff6bb[open] .l7821a {
    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); }
}
.l7821a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i0907);
    border-radius: var(--j4cea);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l7821a li a:hover,
.l7821a li a.gaab9e {
    background: rgba(255,255,255,.08);
    color: var(--k9c5d);
}
.l7821a li a.gaab9e { font-weight: 700; }

/* Mobile lang bar */
.pdd044 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.pdd044 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(--j4cea);
    color: var(--i0907);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.pdd044 a:hover,
.pdd044 a.kf3059 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k9c5d);
}
.pdd044 a.kf3059 { font-weight: 700; }

@media (max-width: 768px) {
    .nff6bb { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.k5b237, ul.mff148 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.ab1ac4 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .ab1ac4 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.n12c0a, ol.eec64f { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.eec64f > li { counter-increment: step-counter; }
ol.eec64f > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--o08a3); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.b64856 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--o08a3); }
.bbed76 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.n6b711 { width: 36px; height: 36px; border-radius: 50%; background: var(--o08a3); color: var(--a6845); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.k85b6c h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.i2c969 { display: grid; grid-template-columns: 1fr; gap: 0; }
.mc9589 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.mc9589:last-child { border-bottom: none; }
.n1930c { font-weight: 600; padding: .75rem 1rem; color: var(--o08a3); }
.kb59db { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.db45a7 .p44cd1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.db45a7 .n66442 { display: none; }
.db45a7 .hd518b.oacf3f .n66442 { display: block; }

/* faq variant C: definition list */
dl.b6e113 { display: grid; gap: 0; }
dl.b6e113 dt.bce79b { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b6e113 dd.n66442 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.cdf9be { padding: 2rem 0; }
.p47775 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p47775 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b133b); border: 1px solid var(--k9c5d); color: var(--k9c5d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p47775 li a:hover { background: var(--k9c5d); color: var(--a6845); }


/* Promo Banner (SVG image banners) */
.m305ae { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.be0963 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.be0963:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.a234e5 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.e3c2ed { display: inline-block; vertical-align: middle; }
.m1c99f .e3c2ed { 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(--c7fe6), var(--md604));
    border-radius: var(--b133b); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--j4cea); background: var(--gb3f5); }
.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(--k9c5d); }
@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(--k9c5d); 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; }
  .n8afd5 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d2b46a, .n8afd5, .a46ba2, .f9670a, .pb3ef8, .i47772, .p44cd1, .bce79b, .d03948, .of4fe3 a, .c404ed { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n8afd5 { position: relative; overflow: visible; }
.n8afd5::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k9c5d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n8afd5:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n8afd5::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(--k9c5d); 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(--j4cea); background: var(--c7fe6); 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(--j4cea); background: var(--c7fe6); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--k9c5d); }
.trust-item span { font-size: 0.7rem; color: var(--k9c5d); 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(--c7fe6); border-radius: var(--b133b); 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(--k9c5d), var(--o08a3)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a6845); flex-shrink: 0; }
.review-stars { color: var(--k9c5d); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ad31d); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--i0907); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.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.7; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }


/* ===== USA design language: 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,.fd9d41,.j916c4{font-family:var(--cfh);}
.i9ca18{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.jb1218{padding:58px 0;position:relative;}
.k5b237{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.k5b237.ab1ac4{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.n12c0a{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.c2c747{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.p43154{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.f48cbf{direction:rtl;}.f48cbf>*{direction:ltr;}
.b7ca6e img,.b7ca6e svg{width:100%;height:auto;}
.h621b3 p{margin:0 0 1em;}
.b6e113{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.bce79b{cursor:pointer;list-style:none;position:relative;}.bce79b::-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;}
.a234e5{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){
  .abeeb0 .i9ca18{grid-template-columns:1fr !important;}
  .p43154,.c2c747{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.f48cbf{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,.f76292{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;}
.abeeb0{padding:90px 0 64px;text-align:center;background:transparent!important;position:relative;}.abeeb0::before{display:none!important;}
.abeeb0.has-art .i9ca18{display:flex;flex-direction:column;align-items:center;gap:22px;}.abeeb0 .hero-art{order:2;}.hero-art img{max-width:440px;filter:drop-shadow(0 0 40px rgba(255,209,102,0.5));}
.fd9d41{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);}}.fd9d41::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;}}
.n0c310{color:#9D9DD4;max-width:60ch;margin:18px auto 26px;font-size:1.08rem;}
.j916c4{text-align:center;font-family:'Russo One',sans-serif;text-transform:uppercase;letter-spacing:.04em;color:#EFEEFF!important;}
.j916c4::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;}
.n8afd5,.pb3ef8{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);}
.a46ba2{padding:15px 32px;}.n8afd5:hover,.pb3ef8: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;}
.j252bf,.keb8ab,.n76afa,.dd65e6,.jaf0d8{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;}
.j252bf:hover,.keb8ab:hover,.n76afa:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px #FFD166,0 18px 42px rgba(123,95,255,0.4)!important;}
.j252bf h3,.keb8ab h3,.n76afa h3{color:#FFD166!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:1rem;letter-spacing:.04em;}
.j252bf p,.keb8ab p,.n76afa p{color:#9D9DD4!important;}
.h621b3{color:#9D9DD4;}.h621b3 strong{color:#FFD166;}.b7ca6e img{border-radius:14px;box-shadow:0 0 36px rgba(123,95,255,0.45);}
.aebca6{background:rgba(8,8,58,0.4)!important;}
.hd518b{background:rgba(8,8,58,0.55)!important;border:1px solid rgba(123,95,255,0.4)!important;border-radius:12px;padding:4px 18px;}
.bce79b{color:#EFEEFF!important;font-family:'Russo One',sans-serif;text-transform:uppercase;font-size:.94rem;letter-spacing:.04em;padding:14px 0;}
details.hd518b summary.bce79b::after{content:"+";position:absolute;right:0;top:13px;color:#FFD166;font-size:1.3rem;}details.hd518b[open] summary.bce79b::after{content:"\2013";}
.n66442{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;}
.be0963{border-radius:14px;display:block;overflow:hidden;box-shadow:0 0 36px rgba(123,95,255,0.5);}
footer,.kc5a73{background:#03031A!important;border-top:1px solid rgba(123,95,255,0.4)!important;}footer a{color:#9D9DD4!important;}

.f05c48 strong,.p43154 strong,.faq strong,.c2c747 strong{color:inherit !important;}
