@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Barlow:wght@400;500;600;700&display=swap');
/* ===== STEEL EDGE — Design System ===== */
:root {
    --fab74:        #E0E0E0;
    --i199c:        #F0F0F0;
    --ob09c:        #C0C0C0;
    --pa5ff:        #D8D8D8;
    --jcfa8:        #E0E0E0;
    --k9aeb:        #C0C0C0;
    --j5a54:        #808080;
    --d4237:        #606060;
    --ad1dc:        #000000;
    --j22d4:        #0A0A0A;
    --ma989:        #141414;
    --kca9a:        #1E1E1E;
    --dc0c2:        #FFFFFF;
    --edea5:        #888888;
    --n5d91:        #555555;
    --b2cc0:        #888888;
    --pf463:    'Barlow Condensed', sans-serif;
    --mf58a:    'Barlow', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e135a:       0px;
    --bcf8a:    2px;
    --o5215:    0px;
    --d90b6:        1100px;
    --be736:       0 4px 24px rgba(0,0,0,.5);
    --ca3eb:         0 0 32px rgba(224,224,224,.15);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--fab74);
    --color-primary-light: var(--i199c);
    --color-primary-dark: var(--ob09c);
    --color-accent: var(--jcfa8);
    --color-accent-dark: var(--k9aeb);
    --color-secondary: var(--j5a54);
    --color-secondary-dark: var(--d4237);
    --color-surface: var(--ma989);
    --color-surface-elevated: var(--kca9a);
    --color-on-surface: var(--dc0c2);
    --color-on-surface-muted: var(--edea5);
    --color-text: var(--dc0c2);
    --color-text-secondary: var(--b2cc0);
    --text-heading: var(--pf463);
    --text-body: var(--mf58a);
    --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(--mf58a);
    background: var(--ad1dc);
    color: var(--dc0c2);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--i199c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--jcfa8); }
img { max-width: 100%; height: auto; display: block; }

.eff25a { width: 92%; max-width: var(--d90b6); margin: 0 auto; }

.jeaae6 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.d0416a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--fab74); color: var(--dc0c2);
    padding: 8px 16px; border-radius: var(--o5215);
    z-index: 999; transition: top .2s;
}
.d0416a:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.le048b {
    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);
}
.l62e45 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ie3074 {
    font-family: var(--pf463);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--dc0c2);
    white-space: nowrap; text-decoration: none;
}
.ie3074:hover { color: var(--jcfa8); }

/* Main Nav */
.pd2e13 { display: flex; align-items: center; gap: 20px; }
.aa71fc {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.aa71fc a {
    color: var(--edea5); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.aa71fc a:hover { color: var(--i199c); }

/* Language Select */
.od7b65 {
    background: var(--ma989); color: var(--dc0c2);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--o5215);
    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;
}
.od7b65:hover, .od7b65:focus { border-color: var(--fab74); outline: none; }

/* Menu Toggle */
.fe82c3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.k7fbf1, .k7fbf1::before, .k7fbf1::after {
    display: block; width: 24px; height: 2px;
    background: var(--dc0c2); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.k7fbf1 { position: relative; }
.k7fbf1::before, .k7fbf1::after { content: ''; position: absolute; left: 0; }
.k7fbf1::before { top: -7px; }
.k7fbf1::after { top: 7px; }

/* Mobile Nav */
.n4abfb {
    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;
}
.n4abfb.c14706 { display: flex; }
.mb4a58 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.mb4a58 a {
    font-size: 1.2rem; font-weight: 600; color: var(--dc0c2); text-decoration: none;
}
.mb4a58 a:hover { color: var(--i199c); }

/* ===== BUTTONS ===== */
.k54499 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--pf463); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e135a); 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(--fab74) 0%, var(--pa5ff) 100%);
    color: var(--dc0c2); box-shadow: var(--ca3eb);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--dc0c2);
}
.btn-secondary {
    background: transparent; color: var(--i199c);
    border: 2px solid var(--fab74);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--jcfa8); }

/* 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); }
}
.l608bb {
    background: linear-gradient(135deg, var(--jcfa8) 0%, #e8a020 55%, var(--k9aeb) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.l608bb:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.l795c6 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--bcf8a); }
.f17633 { padding: 8px 18px; font-size: .85rem; border-radius: var(--o5215); }

/* Nav CTA in header */
.h9917c {
    background: linear-gradient(135deg, var(--jcfa8) 0%, var(--k9aeb) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--o5215);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.h9917c:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.jc2bb1 {
    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(--ad1dc);
    position: relative; overflow: hidden;
}
.jc2bb1::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;
}
.l198ca {
    font-family: var(--pf463);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--jcfa8) 0%, var(--i199c) 50%, var(--fab74) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cd4e23 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--edea5);
    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(--ad1dc);
}
.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(--pf463);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--jcfa8) 0%, var(--i199c) 45%, var(--fab74) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--edea5);
    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(--edea5);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--o5215);
}
.hero-stat strong { color: var(--i199c); }

/* ===== SECTIONS ===== */
.bcb203 { padding: clamp(52px, 7vw, 80px) 0; }
.c37aa3 { background: var(--j22d4); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--fab74); margin-bottom: 10px;
}
.bcb203 h2, .f5e164 {
    font-family: var(--pf463);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.bcb203 h3 {
    font-family: var(--pf463); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--i199c);
}
.bcb203 p, .section-desc {
    color: var(--edea5); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.bcb203 ul, .bcb203 ol {
    color: var(--edea5); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.bcb203 li { margin-bottom: 8px; }
.bcb203 li strong { color: var(--dc0c2); }

/* ===== 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(--ma989), var(--kca9a));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--e135a); 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(--be736);
}
.ofdc4a { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--pf463); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--dc0c2);
}
.card p { color: var(--edea5); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ka389b { overflow-x: auto; margin: 24px 0; border-radius: var(--o5215); }
.p7b3e7 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.p7b3e7 thead th {
    background: var(--kca9a); color: var(--dc0c2); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.p7b3e7 thead th:first-child { border-radius: var(--o5215) 0 0 0; }
.p7b3e7 thead th:last-child { border-radius: 0 var(--o5215) 0 0; }
.p7b3e7 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.p7b3e7 td { padding: 13px 16px; }
.p7b3e7 td:first-child { color: var(--edea5); font-weight: 500; width: 42%; }
.p7b3e7 td:last-child { color: var(--dc0c2); font-weight: 600; }
.p7b3e7 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(--fab74), var(--pa5ff));
    border-radius: 50%; font-family: var(--pf463);
    font-size: 1.2rem; font-weight: 700; color: var(--dc0c2);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--edea5); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.hf6aa6 { max-width: 800px; margin: 0 auto; }
details.d20fc9 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.d20fc9 summary {
    display: block; list-style: none;
    color: var(--dc0c2); font-family: var(--mf58a);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.d20fc9 summary::-webkit-details-marker { display: none; }
details.d20fc9 summary::marker { display: none; content: ''; }
details.d20fc9 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--fab74); transition: transform .3s;
}
details.d20fc9[open] summary::after { content: '\2212'; }
details.d20fc9 summary:hover { color: var(--i199c); }
details.d20fc9 > p { padding: 0 0 20px; color: var(--edea5); font-size: .9rem; line-height: 1.7; }
details.d20fc9 > div { padding: 0 0 20px; color: var(--edea5); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--j22d4); }

/* ===== INFO GRID & CARDS ===== */
.k0de6e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g9608b {
    background: linear-gradient(145deg, var(--ma989), var(--kca9a));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--e135a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g9608b:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--be736);
}
.hc194d { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g9608b h3 {
    font-family: var(--pf463); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--dc0c2);
}
.g9608b p { color: var(--edea5); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.e762e2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p2bd4a {
    background: linear-gradient(145deg, var(--ma989), var(--kca9a));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--e135a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p2bd4a:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.p2bd4a h3 {
    font-family: var(--pf463); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--jcfa8);
}
.p2bd4a p { color: var(--edea5); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.n9496f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a03600 { text-align: center; padding: 22px 14px; }
.h7f55e {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--fab74), var(--pa5ff));
    border-radius: 50%; font-family: var(--pf463);
    font-size: 1.15rem; font-weight: 800; color: var(--dc0c2);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.a03600 h3 {
    font-family: var(--pf463); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--dc0c2);
}
.a03600 p { color: var(--edea5); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j3c15a {
    background: linear-gradient(145deg, var(--ma989), var(--kca9a));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--bcf8a);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.la5f1a { margin-top: 24px; }
.f7821c {
    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;
}
.f7821c > span:first-child { color: var(--edea5); text-align: left; }
.d09a3e {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.h5bf9c {
    height: 100%;
    background: linear-gradient(90deg, var(--fab74) 0%, var(--jcfa8) 100%);
    border-radius: 4px;
}
.f7821c > span:last-child { color: var(--jcfa8); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e4fb7f { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.b0d649, .k2794b {
    background: linear-gradient(145deg, var(--ma989), var(--kca9a));
    border-radius: var(--e135a); padding: 24px 22px;
}
.b0d649 { border-top: 3px solid var(--j5a54); }
.k2794b { border-top: 3px solid #C84040; }
.b0d649 h3, .b0d649 h4 { color: var(--j5a54); margin-bottom: 12px; font-size: 1rem; }
.k2794b h3, .k2794b h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.b0d649 ul, .k2794b ul { list-style: none; padding: 0; margin: 0; }
.b0d649 li::before { content: '\2713 '; color: var(--j5a54); font-weight: 700; }
.k2794b li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.b0d649 li, .k2794b li { padding: 5px 0; color: var(--edea5); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b7aef6 {
    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(--j22d4);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.b7aef6 h2 {
    font-family: var(--pf463);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--jcfa8), var(--i199c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b7aef6 p { color: var(--edea5); 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(--fab74);
    border-radius: var(--o5215); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--edea5); font-size: .9rem; }
.highlight-box strong { color: var(--i199c); }

/* ===== BREADCRUMB ===== */
.a3ad75 { padding: 14px 0; font-size: .82rem; }
.c27bab { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.c27bab li + li::before { content: '\203A'; margin-right: 8px; color: var(--n5d91); }
.a3ad75 a { color: var(--n5d91); }
.a3ad75 a:hover { color: var(--i199c); }
.a3ad75 [aria-current] { color: var(--fab74); }

/* ===== SITE FOOTER ===== */
.g2e07d {
    background: var(--ad1dc); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.d22c4c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.d22c4c a {
    color: var(--n5d91); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.d22c4c a:hover { color: var(--i199c); }

.g78b8d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g78b8d p {
    color: var(--n5d91); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g78b8d a { color: var(--fab74); }
.i12aa6 { text-align: center; color: var(--n5d91); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.cbc6f6 { max-width: 800px; margin: 0 auto; }
.cbc6f6 p {
    color: var(--edea5); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.cbc6f6 p:last-child { margin-bottom: 0; }
.cbc6f6 strong { color: var(--dc0c2); }
.cbc6f6 a { color: var(--i199c); text-decoration: underline; text-underline-offset: 3px; }
.cbc6f6 a:hover { color: var(--jcfa8); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.j08611 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.f65c95 { direction: rtl; }
.f65c95 > * { direction: ltr; }
.k00210 { border-radius: var(--bcf8a); overflow: hidden; }
.k00210 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--bcf8a);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.he67af { color: var(--edea5); font-size: .93rem; line-height: 1.7; }
.he67af strong { color: var(--dc0c2); }
.he67af a { color: var(--i199c); }
@media (max-width: 768px) {
    .j08611 { grid-template-columns: 1fr; gap: 24px; }
    .f65c95 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ob09c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ob09c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k8fa39 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--fab74);
    color: var(--dc0c2); 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(--be736);
}
.k8fa39.h9d48c { opacity: 1; visibility: visible; }
.k8fa39:hover { transform: translateY(-3px); background: var(--ob09c); }

/* ===== REVIEW SCORE (review page) ===== */
.ie9f9c {
    font-family: var(--pf463); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--jcfa8), var(--i199c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--jcfa8); 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(--edea5); width: 55%; }
.score-table td:last-child { color: var(--jcfa8); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.h97baa {
    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);
}
.h97baa .k54499 { 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) {
    .aa71fc { display: none; }
    .pd2e13 .od7b65 { display: none; }
    .fe82c3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e4fb7f { grid-template-columns: 1fr; }
    section, .bcb203 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .d22c4c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .n9496f { grid-template-columns: 1fr 1fr; }
    .k0de6e { grid-template-columns: 1fr 1fr; }
    .f7821c { grid-template-columns: 1fr 100px auto; }
    .h97baa { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .l795c6 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .n9496f { grid-template-columns: 1fr; }
    .k0de6e { grid-template-columns: 1fr; }
    .l62e45 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ie9f9c { font-size: 3.5rem; }
    .f7821c { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e4fb7f { grid-template-columns: 1fr; }
    .j3c15a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.af6ddc {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.af6ddc summary.j6d234 {
    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(--dc0c2);
    padding: 6px 11px;
    border-radius: var(--o5215);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--mf58a);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.af6ddc summary.j6d234::-webkit-details-marker { display: none; }
.af6ddc summary.j6d234::marker { display: none; }
.af6ddc:hover summary.j6d234,
.af6ddc[open] summary.j6d234 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--jcfa8);
}
.dd5746 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.af6ddc[open] .dd5746 { transform: rotate(180deg); }

.n5106b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ma989);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--e135a);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.af6ddc[open] .n5106b {
    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); }
}
.n5106b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b2cc0);
    border-radius: var(--o5215);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n5106b li a:hover,
.n5106b li a.pbda7b {
    background: rgba(255,255,255,.08);
    color: var(--jcfa8);
}
.n5106b li a.pbda7b { font-weight: 700; }

/* Mobile lang bar */
.m0384a {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.m0384a 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(--o5215);
    color: var(--b2cc0);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m0384a a:hover,
.m0384a a.o1b4a0 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--jcfa8);
}
.m0384a a.o1b4a0 { font-weight: 700; }

@media (max-width: 768px) {
    .af6ddc { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.k0de6e, ul.o1543a { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k0bd77 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k0bd77 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.n9496f, ol.pfe879 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.pfe879 > li { counter-increment: step-counter; }
ol.pfe879 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--fab74); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.c18cef { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--fab74); }
.bc2968 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.p81daa { width: 36px; height: 36px; border-radius: 50%; background: var(--fab74); color: var(--ad1dc); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ma54e2 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ed1ed2 { display: grid; grid-template-columns: 1fr; gap: 0; }
.be2ad3 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.be2ad3:last-child { border-bottom: none; }
.b91f68 { font-weight: 600; padding: .75rem 1rem; color: var(--fab74); }
.kb977d { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.p9bd2a .o19bf5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.p9bd2a .ebc57a { display: none; }
.p9bd2a .d20fc9.c14706 .ebc57a { display: block; }

/* faq variant C: definition list */
dl.hf6aa6 { display: grid; gap: 0; }
dl.hf6aa6 dt.l634c9 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.hf6aa6 dd.ebc57a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.oba8ac { padding: 2rem 0; }
.me6c17 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.me6c17 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e135a); border: 1px solid var(--jcfa8); color: var(--jcfa8); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.me6c17 li a:hover { background: var(--jcfa8); color: var(--ad1dc); }


/* Promo Banner (SVG image banners) */
.jf5e76 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.p21017 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.p21017:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.g5763a { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ofdc4a { display: inline-block; vertical-align: middle; }
.hc194d .ofdc4a { 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(--ma989), var(--kca9a));
    border-radius: var(--e135a); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--o5215); background: var(--j22d4); }
.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(--jcfa8); }
@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(--jcfa8); 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; }
  .l608bb { animation: none; }
}
/* Touch targets: minimum 44x44px */
.k54499, .l608bb, .l795c6, .f17633, .h9917c, .fe82c3, .o19bf5, .l634c9, .k8fa39, .h97baa a, .j6d234 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.l608bb { position: relative; overflow: visible; }
.l608bb::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--jcfa8); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.l608bb:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.l608bb::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(--jcfa8); 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(--o5215); background: var(--ma989); 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(--o5215); background: var(--ma989); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--jcfa8); }
.trust-item span { font-size: 0.7rem; color: var(--jcfa8); 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(--ma989); border-radius: var(--e135a); 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(--jcfa8), var(--fab74)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ad1dc); flex-shrink: 0; }
.review-stars { color: var(--jcfa8); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--n5d91); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--b2cc0); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
: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-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: none; }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }


/* ===== USA design language: Carbon Minimal (carbon) ===== */
:root{
  --cbg:#0C0D0F; --csurf:#141518; --csurf2:#1C1E22;
  --ctext:#F2F3F5; --cmuted:#9AA0A8; --cacc:#FFFFFF; --cacc2:#7AA2FF;
  --cbord:#2A2D33; --cfh:'Inter',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,.l198ca,.f5e164{font-family:var(--cfh);}
.eff25a{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.bcb203{padding:58px 0;position:relative;}
.k0de6e{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.k0de6e.k0bd77{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.n9496f{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e4fb7f{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.j08611{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.f65c95{direction:rtl;}.f65c95>*{direction:ltr;}
.k00210 img,.k00210 svg{width:100%;height:auto;}
.he67af p{margin:0 0 1em;}
.hf6aa6{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.l634c9{cursor:pointer;list-style:none;position:relative;}.l634c9::-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;}
.g5763a{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){
  .jc2bb1 .eff25a{grid-template-columns:1fr !important;}
  .j08611,.e4fb7f{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.f65c95{direction:ltr;}
}

/* CARBON MINIMAL — ахроматичный тёмный, монохром+стальной акцент, ультра-минимал */
body{background:#0C0D0F!important;color:#F2F3F5!important;letter-spacing:.01em;}
header,.le048b{background:rgba(12,13,15,0.88)!important;border-bottom:1px solid #2A2D33!important;backdrop-filter:blur(10px);}
header a,nav a{color:#9AA0A8!important;font-weight:500;font-size:.86rem;}header a:hover{color:#F2F3F5!important;}
.jc2bb1{padding:100px 0 70px;}
.jc2bb1.has-art .eff25a{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.l198ca{font-weight:300;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.08;letter-spacing:-.02em;color:#F2F3F5!important;-webkit-text-fill-color:#F2F3F5!important;background:none!important;}
.l198ca strong,.l198ca b{font-weight:700;}
.cd4e23{color:#9AA0A8;font-size:1.1rem;max-width:52ch;margin:20px 0 30px;font-weight:300;}
.f5e164{text-align:left;font-weight:600;font-size:clamp(1.5rem,2.6vw,2rem);color:#F2F3F5!important;letter-spacing:-.01em;}
.f5e164::before{content:"";display:inline-block;width:10px;height:10px;background:#7AA2FF;border-radius:50%;margin-right:12px;vertical-align:middle;}
.l608bb,.h9917c{background:#F2F3F5!important;color:#0C0D0F!important;border:none!important;border-radius:7px;font-weight:600;}
.l795c6{padding:15px 32px;}.l608bb:hover,.h9917c:hover{background:#7AA2FF!important;color:#0C0D0F!important;transform:translateY(-2px);}
.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:24px;}
.hero-badge{background:none!important;border:none!important;border-left:2px solid #7AA2FF!important;border-radius:0!important;color:#9AA0A8!important;padding:2px 0 2px 12px!important;font-size:.8rem;font-weight:500;}
.g9608b,.p2bd4a,.a03600,.b0d649,.k2794b{background:#141518!important;border:1px solid #2A2D33!important;border-radius:10px;padding:26px;box-shadow:none!important;transition:border-color .2s,transform .2s;}
.g9608b:hover,.p2bd4a:hover,.a03600:hover{transform:translateY(-4px);border-color:rgba(242,243,245,0.35)!important;}
.g9608b h3,.p2bd4a h3,.a03600 h3{color:#F2F3F5!important;font-weight:600;}
.g9608b p,.p2bd4a p,.a03600 p{color:#9AA0A8!important;font-weight:300;}
.he67af{color:#9AA0A8;font-weight:300;}.he67af strong{color:#F2F3F5;font-weight:600;}.k00210 img{border-radius:10px;border:1px solid #2A2D33;}
.c37aa3{background:#141518!important;}
.d20fc9{background:none!important;border:none!important;border-bottom:1px solid #2A2D33!important;border-radius:0!important;padding:6px 0;}
.l634c9{color:#F2F3F5!important;font-weight:500;padding:16px 0;}
details.d20fc9 summary.l634c9::after{content:"+";position:absolute;right:0;top:15px;color:#7AA2FF;}details.d20fc9[open] summary.l634c9::after{content:"\2013";}
.ebc57a{color:#9AA0A8!important;font-weight:300;padding-bottom:14px;}
.trust-item{background:none!important;border:1px solid #2A2D33!important;border-radius:7px;padding:11px 16px;color:#9AA0A8!important;font-weight:500;font-size:.82rem;}
.p21017{border-radius:10px;display:block;overflow:hidden;border:1px solid #2A2D33;}
footer,.g2e07d{background:#0C0D0F!important;border-top:1px solid #2A2D33!important;color:#9AA0A8!important;}footer a{color:#9AA0A8!important;}footer a:hover{color:#F2F3F5!important;}

.cbc6f6 strong,.j08611 strong,.faq strong,.e4fb7f strong{color:inherit !important;}
