@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 {
    --d4375:        #E0E0E0;
    --b259f:        #F0F0F0;
    --h3356:        #C0C0C0;
    --n005e:        #D8D8D8;
    --p1952:        #E0E0E0;
    --b1021:        #C0C0C0;
    --m62f6:        #808080;
    --n4bdc:        #606060;
    --n5590:        #000000;
    --pc863:        #0A0A0A;
    --h8131:        #141414;
    --dd6f6:        #1E1E1E;
    --e3c1e:        #FFFFFF;
    --cc305:        #888888;
    --def5f:        #555555;
    --gcaf3:        #888888;
    --i92e9:    'Barlow Condensed', sans-serif;
    --n0ead:    'Barlow', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --b5e5c:       0px;
    --b4519:    2px;
    --jcde9:    0px;
    --a6e4d:        1100px;
    --g1766:       0 4px 24px rgba(0,0,0,.5);
    --h1bf6:         0 0 32px rgba(224,224,224,.15);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--d4375);
    --color-primary-light: var(--b259f);
    --color-primary-dark: var(--h3356);
    --color-accent: var(--p1952);
    --color-accent-dark: var(--b1021);
    --color-secondary: var(--m62f6);
    --color-secondary-dark: var(--n4bdc);
    --color-surface: var(--h8131);
    --color-surface-elevated: var(--dd6f6);
    --color-on-surface: var(--e3c1e);
    --color-on-surface-muted: var(--cc305);
    --color-text: var(--e3c1e);
    --color-text-secondary: var(--gcaf3);
    --text-heading: var(--i92e9);
    --text-body: var(--n0ead);
    --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(--n0ead);
    background: var(--n5590);
    color: var(--e3c1e);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--b259f); text-decoration: none; transition: color .2s; }
a:hover { color: var(--p1952); }
img { max-width: 100%; height: auto; display: block; }

.o00d55 { width: 92%; max-width: var(--a6e4d); margin: 0 auto; }

.f8c8c3 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.c39be8 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--d4375); color: var(--e3c1e);
    padding: 8px 16px; border-radius: var(--jcde9);
    z-index: 999; transition: top .2s;
}
.c39be8:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.dca7f1 {
    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);
}
.j4fefd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a8bc38 {
    font-family: var(--i92e9);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--e3c1e);
    white-space: nowrap; text-decoration: none;
}
.a8bc38:hover { color: var(--p1952); }

/* Main Nav */
.p0247c { display: flex; align-items: center; gap: 20px; }
.hbf598 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.hbf598 a {
    color: var(--cc305); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.hbf598 a:hover { color: var(--b259f); }

/* Language Select */
.d0fb04 {
    background: var(--h8131); color: var(--e3c1e);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--jcde9);
    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;
}
.d0fb04:hover, .d0fb04:focus { border-color: var(--d4375); outline: none; }

/* Menu Toggle */
.n90bf0 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g2d8d4, .g2d8d4::before, .g2d8d4::after {
    display: block; width: 24px; height: 2px;
    background: var(--e3c1e); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.g2d8d4 { position: relative; }
.g2d8d4::before, .g2d8d4::after { content: ''; position: absolute; left: 0; }
.g2d8d4::before { top: -7px; }
.g2d8d4::after { top: 7px; }

/* Mobile Nav */
.k86110 {
    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;
}
.k86110.dd99e1 { display: flex; }
.cb93b8 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.cb93b8 a {
    font-size: 1.2rem; font-weight: 600; color: var(--e3c1e); text-decoration: none;
}
.cb93b8 a:hover { color: var(--b259f); }

/* ===== BUTTONS ===== */
.eaea34 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--i92e9); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b5e5c); 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(--d4375) 0%, var(--n005e) 100%);
    color: var(--e3c1e); box-shadow: var(--h1bf6);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--e3c1e);
}
.btn-secondary {
    background: transparent; color: var(--b259f);
    border: 2px solid var(--d4375);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--p1952); }

/* 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); }
}
.ma3643 {
    background: linear-gradient(135deg, var(--p1952) 0%, #e8a020 55%, var(--b1021) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ma3643:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.n3da7f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--b4519); }
.dffcf3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--jcde9); }

/* Nav CTA in header */
.k5ad8d {
    background: linear-gradient(135deg, var(--p1952) 0%, var(--b1021) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--jcde9);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.k5ad8d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.lfdf27 {
    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(--n5590);
    position: relative; overflow: hidden;
}
.lfdf27::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;
}
.g4b750 {
    font-family: var(--i92e9);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--p1952) 0%, var(--b259f) 50%, var(--d4375) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i42053 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--cc305);
    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(--n5590);
}
.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(--i92e9);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--p1952) 0%, var(--b259f) 45%, var(--d4375) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--cc305);
    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(--cc305);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--jcde9);
}
.hero-stat strong { color: var(--b259f); }

/* ===== SECTIONS ===== */
.p90b6e { padding: clamp(52px, 7vw, 80px) 0; }
.g99e05 { background: var(--pc863); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--d4375); margin-bottom: 10px;
}
.p90b6e h2, .e8cdf2 {
    font-family: var(--i92e9);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.p90b6e h3 {
    font-family: var(--i92e9); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--b259f);
}
.p90b6e p, .section-desc {
    color: var(--cc305); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.p90b6e ul, .p90b6e ol {
    color: var(--cc305); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.p90b6e li { margin-bottom: 8px; }
.p90b6e li strong { color: var(--e3c1e); }

/* ===== 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(--h8131), var(--dd6f6));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--b5e5c); 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(--g1766);
}
.l00dc3 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--i92e9); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--e3c1e);
}
.card p { color: var(--cc305); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g60b2b { overflow-x: auto; margin: 24px 0; border-radius: var(--jcde9); }
.p24359 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.p24359 thead th {
    background: var(--dd6f6); color: var(--e3c1e); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.p24359 thead th:first-child { border-radius: var(--jcde9) 0 0 0; }
.p24359 thead th:last-child { border-radius: 0 var(--jcde9) 0 0; }
.p24359 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.p24359 td { padding: 13px 16px; }
.p24359 td:first-child { color: var(--cc305); font-weight: 500; width: 42%; }
.p24359 td:last-child { color: var(--e3c1e); font-weight: 600; }
.p24359 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(--d4375), var(--n005e));
    border-radius: 50%; font-family: var(--i92e9);
    font-size: 1.2rem; font-weight: 700; color: var(--e3c1e);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--cc305); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ca7d46 { max-width: 800px; margin: 0 auto; }
details.hefea0 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.hefea0 summary {
    display: block; list-style: none;
    color: var(--e3c1e); font-family: var(--n0ead);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.hefea0 summary::-webkit-details-marker { display: none; }
details.hefea0 summary::marker { display: none; content: ''; }
details.hefea0 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--d4375); transition: transform .3s;
}
details.hefea0[open] summary::after { content: '\2212'; }
details.hefea0 summary:hover { color: var(--b259f); }
details.hefea0 > p { padding: 0 0 20px; color: var(--cc305); font-size: .9rem; line-height: 1.7; }
details.hefea0 > div { padding: 0 0 20px; color: var(--cc305); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--pc863); }

/* ===== INFO GRID & CARDS ===== */
.a728e6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nfa938 {
    background: linear-gradient(145deg, var(--h8131), var(--dd6f6));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--b5e5c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.nfa938:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g1766);
}
.md5d55 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.nfa938 h3 {
    font-family: var(--i92e9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e3c1e);
}
.nfa938 p { color: var(--cc305); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.afa415 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.md7070 {
    background: linear-gradient(145deg, var(--h8131), var(--dd6f6));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--b5e5c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.md7070:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.md7070 h3 {
    font-family: var(--i92e9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p1952);
}
.md7070 p { color: var(--cc305); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.h67194 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d96982 { text-align: center; padding: 22px 14px; }
.b5830f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--d4375), var(--n005e));
    border-radius: 50%; font-family: var(--i92e9);
    font-size: 1.15rem; font-weight: 800; color: var(--e3c1e);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.d96982 h3 {
    font-family: var(--i92e9); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--e3c1e);
}
.d96982 p { color: var(--cc305); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l92cb5 {
    background: linear-gradient(145deg, var(--h8131), var(--dd6f6));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--b4519);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.p63e79 { margin-top: 24px; }
.k056ff {
    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;
}
.k056ff > span:first-child { color: var(--cc305); text-align: left; }
.e27ea9 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.p5d597 {
    height: 100%;
    background: linear-gradient(90deg, var(--d4375) 0%, var(--p1952) 100%);
    border-radius: 4px;
}
.k056ff > span:last-child { color: var(--p1952); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a2ccb0 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.n262a8, .k85f0d {
    background: linear-gradient(145deg, var(--h8131), var(--dd6f6));
    border-radius: var(--b5e5c); padding: 24px 22px;
}
.n262a8 { border-top: 3px solid var(--m62f6); }
.k85f0d { border-top: 3px solid #C84040; }
.n262a8 h3, .n262a8 h4 { color: var(--m62f6); margin-bottom: 12px; font-size: 1rem; }
.k85f0d h3, .k85f0d h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.n262a8 ul, .k85f0d ul { list-style: none; padding: 0; margin: 0; }
.n262a8 li::before { content: '\2713 '; color: var(--m62f6); font-weight: 700; }
.k85f0d li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.n262a8 li, .k85f0d li { padding: 5px 0; color: var(--cc305); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.i03693 {
    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(--pc863);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.i03693 h2 {
    font-family: var(--i92e9);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--p1952), var(--b259f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i03693 p { color: var(--cc305); 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(--d4375);
    border-radius: var(--jcde9); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--cc305); font-size: .9rem; }
.highlight-box strong { color: var(--b259f); }

/* ===== BREADCRUMB ===== */
.f41fb8 { padding: 14px 0; font-size: .82rem; }
.p645e0 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.p645e0 li + li::before { content: '\203A'; margin-right: 8px; color: var(--def5f); }
.f41fb8 a { color: var(--def5f); }
.f41fb8 a:hover { color: var(--b259f); }
.f41fb8 [aria-current] { color: var(--d4375); }

/* ===== SITE FOOTER ===== */
.e7f3ef {
    background: var(--n5590); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i8418f {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i8418f a {
    color: var(--def5f); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i8418f a:hover { color: var(--b259f); }

.afe347 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.afe347 p {
    color: var(--def5f); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.afe347 a { color: var(--d4375); }
.g85cac { text-align: center; color: var(--def5f); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.d508b9 { max-width: 800px; margin: 0 auto; }
.d508b9 p {
    color: var(--cc305); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.d508b9 p:last-child { margin-bottom: 0; }
.d508b9 strong { color: var(--e3c1e); }
.d508b9 a { color: var(--b259f); text-decoration: underline; text-underline-offset: 3px; }
.d508b9 a:hover { color: var(--p1952); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ja69b1 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e6f2b9 { direction: rtl; }
.e6f2b9 > * { direction: ltr; }
.gfd853 { border-radius: var(--b4519); overflow: hidden; }
.gfd853 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--b4519);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.n254e0 { color: var(--cc305); font-size: .93rem; line-height: 1.7; }
.n254e0 strong { color: var(--e3c1e); }
.n254e0 a { color: var(--b259f); }
@media (max-width: 768px) {
    .ja69b1 { grid-template-columns: 1fr; gap: 24px; }
    .e6f2b9 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h3356);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h3356); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.g1b672 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--d4375);
    color: var(--e3c1e); 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(--g1766);
}
.g1b672.h271aa { opacity: 1; visibility: visible; }
.g1b672:hover { transform: translateY(-3px); background: var(--h3356); }

/* ===== REVIEW SCORE (review page) ===== */
.gbdd76 {
    font-family: var(--i92e9); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--p1952), var(--b259f));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--p1952); 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(--cc305); width: 55%; }
.score-table td:last-child { color: var(--p1952); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.bf035c {
    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);
}
.bf035c .eaea34 { 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) {
    .hbf598 { display: none; }
    .p0247c .d0fb04 { display: none; }
    .n90bf0 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a2ccb0 { grid-template-columns: 1fr; }
    section, .p90b6e { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i8418f { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .h67194 { grid-template-columns: 1fr 1fr; }
    .a728e6 { grid-template-columns: 1fr 1fr; }
    .k056ff { grid-template-columns: 1fr 100px auto; }
    .bf035c { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n3da7f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .h67194 { grid-template-columns: 1fr; }
    .a728e6 { grid-template-columns: 1fr; }
    .j4fefd { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .gbdd76 { font-size: 3.5rem; }
    .k056ff { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a2ccb0 { grid-template-columns: 1fr; }
    .l92cb5 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.g912f1 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.g912f1 summary.hd8b04 {
    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(--e3c1e);
    padding: 6px 11px;
    border-radius: var(--jcde9);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--n0ead);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.g912f1 summary.hd8b04::-webkit-details-marker { display: none; }
.g912f1 summary.hd8b04::marker { display: none; }
.g912f1:hover summary.hd8b04,
.g912f1[open] summary.hd8b04 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--p1952);
}
.c89a62 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.g912f1[open] .c89a62 { transform: rotate(180deg); }

.e2278c {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--h8131);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--b5e5c);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.g912f1[open] .e2278c {
    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); }
}
.e2278c li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--gcaf3);
    border-radius: var(--jcde9);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.e2278c li a:hover,
.e2278c li a.i3b7b0 {
    background: rgba(255,255,255,.08);
    color: var(--p1952);
}
.e2278c li a.i3b7b0 { font-weight: 700; }

/* Mobile lang bar */
.i04911 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.i04911 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(--jcde9);
    color: var(--gcaf3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.i04911 a:hover,
.i04911 a.pcef7a {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--p1952);
}
.i04911 a.pcef7a { font-weight: 700; }

@media (max-width: 768px) {
    .g912f1 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.a728e6, ul.m334f6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.ac3844 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .ac3844 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.h67194, ol.oa9d19 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.oa9d19 > li { counter-increment: step-counter; }
ol.oa9d19 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--d4375); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.o02a57 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--d4375); }
.c0d405 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.bf10d6 { width: 36px; height: 36px; border-radius: 50%; background: var(--d4375); color: var(--n5590); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o37337 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.c06a3f { display: grid; grid-template-columns: 1fr; gap: 0; }
.a0aa82 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.a0aa82:last-child { border-bottom: none; }
.a0cf25 { font-weight: 600; padding: .75rem 1rem; color: var(--d4375); }
.f25dd5 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.cf04db .n00d38 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.cf04db .d16dbe { display: none; }
.cf04db .hefea0.dd99e1 .d16dbe { display: block; }

/* faq variant C: definition list */
dl.ca7d46 { display: grid; gap: 0; }
dl.ca7d46 dt.i59a10 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ca7d46 dd.d16dbe { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.d97b40 { padding: 2rem 0; }
.h5065d { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h5065d li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b5e5c); border: 1px solid var(--p1952); color: var(--p1952); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h5065d li a:hover { background: var(--p1952); color: var(--n5590); }


/* Promo Banner (SVG image banners) */
.je6360 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h9b930 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h9b930:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.o2eb6e { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.l00dc3 { display: inline-block; vertical-align: middle; }
.md5d55 .l00dc3 { 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(--h8131), var(--dd6f6));
    border-radius: var(--b5e5c); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--jcde9); background: var(--pc863); }
.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(--p1952); }
@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(--p1952); 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; }
  .ma3643 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.eaea34, .ma3643, .n3da7f, .dffcf3, .k5ad8d, .n90bf0, .n00d38, .i59a10, .g1b672, .bf035c a, .hd8b04 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ma3643 { position: relative; overflow: visible; }
.ma3643::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--p1952); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ma3643:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ma3643::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(--p1952); 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(--jcde9); background: var(--h8131); 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(--jcde9); background: var(--h8131); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--p1952); }
.trust-item span { font-size: 0.7rem; color: var(--p1952); 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(--h8131); border-radius: var(--b5e5c); 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(--p1952), var(--d4375)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n5590); flex-shrink: 0; }
.review-stars { color: var(--p1952); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--def5f); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--gcaf3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
: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(220px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.75; }
body { font-size: 17px; }
.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: 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,.g4b750,.e8cdf2{font-family:var(--cfh);}
.o00d55{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.p90b6e{padding:58px 0;position:relative;}
.a728e6{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.a728e6.ac3844{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.h67194{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.a2ccb0{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.ja69b1{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.e6f2b9{direction:rtl;}.e6f2b9>*{direction:ltr;}
.gfd853 img,.gfd853 svg{width:100%;height:auto;}
.n254e0 p{margin:0 0 1em;}
.ca7d46{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.i59a10{cursor:pointer;list-style:none;position:relative;}.i59a10::-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;}
.o2eb6e{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){
  .lfdf27 .o00d55{grid-template-columns:1fr !important;}
  .ja69b1,.a2ccb0{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.e6f2b9{direction:ltr;}
}

/* CARBON MINIMAL — ахроматичный тёмный, монохром+стальной акцент, ультра-минимал */
body{background:#0C0D0F!important;color:#F2F3F5!important;letter-spacing:.01em;}
header,.dca7f1{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;}
.lfdf27{padding:100px 0 70px;}
.lfdf27.has-art .o00d55{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.g4b750{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;}
.g4b750 strong,.g4b750 b{font-weight:700;}
.i42053{color:#9AA0A8;font-size:1.1rem;max-width:52ch;margin:20px 0 30px;font-weight:300;}
.e8cdf2{text-align:left;font-weight:600;font-size:clamp(1.5rem,2.6vw,2rem);color:#F2F3F5!important;letter-spacing:-.01em;}
.e8cdf2::before{content:"";display:inline-block;width:10px;height:10px;background:#7AA2FF;border-radius:50%;margin-right:12px;vertical-align:middle;}
.ma3643,.k5ad8d{background:#F2F3F5!important;color:#0C0D0F!important;border:none!important;border-radius:7px;font-weight:600;}
.n3da7f{padding:15px 32px;}.ma3643:hover,.k5ad8d: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;}
.nfa938,.md7070,.d96982,.n262a8,.k85f0d{background:#141518!important;border:1px solid #2A2D33!important;border-radius:10px;padding:26px;box-shadow:none!important;transition:border-color .2s,transform .2s;}
.nfa938:hover,.md7070:hover,.d96982:hover{transform:translateY(-4px);border-color:rgba(242,243,245,0.35)!important;}
.nfa938 h3,.md7070 h3,.d96982 h3{color:#F2F3F5!important;font-weight:600;}
.nfa938 p,.md7070 p,.d96982 p{color:#9AA0A8!important;font-weight:300;}
.n254e0{color:#9AA0A8;font-weight:300;}.n254e0 strong{color:#F2F3F5;font-weight:600;}.gfd853 img{border-radius:10px;border:1px solid #2A2D33;}
.g99e05{background:#141518!important;}
.hefea0{background:none!important;border:none!important;border-bottom:1px solid #2A2D33!important;border-radius:0!important;padding:6px 0;}
.i59a10{color:#F2F3F5!important;font-weight:500;padding:16px 0;}
details.hefea0 summary.i59a10::after{content:"+";position:absolute;right:0;top:15px;color:#7AA2FF;}details.hefea0[open] summary.i59a10::after{content:"\2013";}
.d16dbe{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;}
.h9b930{border-radius:10px;display:block;overflow:hidden;border:1px solid #2A2D33;}
footer,.e7f3ef{background:#0C0D0F!important;border-top:1px solid #2A2D33!important;color:#9AA0A8!important;}footer a{color:#9AA0A8!important;}footer a:hover{color:#F2F3F5!important;}

.d508b9 strong,.ja69b1 strong,.faq strong,.a2ccb0 strong{color:inherit !important;}
