@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
/* ===== ONYX FLAME — Design System ===== */
:root {
    --g7ce4:        #FF4500;
    --acf9e:        #FF6830;
    --e4fb4:        #CC3800;
    --iae91:        #FF5500;
    --l9c19:        #FF6600;
    --ke406:        #CC5200;
    --g5f23:        #FF4500;
    --k93ac:        #CC3800;
    --p6254:        #000000;
    --m832c:        #080808;
    --oef3e:        #101010;
    --eeca8:        #181818;
    --h4652:        #FFFFFF;
    --h2f96:        #999999;
    --k06c3:        #666666;
    --id2f7:        #999999;
    --h839b:    'Oswald', sans-serif;
    --g3c32:    'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p63f9:       4px;
    --m2569:    8px;
    --a68ed:    2px;
    --jaa73:        1100px;
    --ke109:       0 4px 24px rgba(0,0,0,.5);
    --c6867:         0 0 32px rgba(255,69,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--g7ce4);
    --color-primary-light: var(--acf9e);
    --color-primary-dark: var(--e4fb4);
    --color-accent: var(--l9c19);
    --color-accent-dark: var(--ke406);
    --color-secondary: var(--g5f23);
    --color-secondary-dark: var(--k93ac);
    --color-surface: var(--oef3e);
    --color-surface-elevated: var(--eeca8);
    --color-on-surface: var(--h4652);
    --color-on-surface-muted: var(--h2f96);
    --color-text: var(--h4652);
    --color-text-secondary: var(--id2f7);
    --text-heading: var(--h839b);
    --text-body: var(--g3c32);
    --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(--g3c32);
    background: var(--p6254);
    color: var(--h4652);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--acf9e); text-decoration: none; transition: color .2s; }
a:hover { color: var(--l9c19); }
img { max-width: 100%; height: auto; display: block; }

.o08f70 { width: 92%; max-width: var(--jaa73); margin: 0 auto; }

.ge3e52 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m9386c {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--g7ce4); color: var(--h4652);
    padding: 8px 16px; border-radius: var(--a68ed);
    z-index: 999; transition: top .2s;
}
.m9386c:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.h3df1a {
    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);
}
.kfcae3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.d3f0b2 {
    font-family: var(--h839b);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--h4652);
    white-space: nowrap; text-decoration: none;
}
.d3f0b2:hover { color: var(--l9c19); }

/* Main Nav */
.f9630f { display: flex; align-items: center; gap: 20px; }
.had4f5 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.had4f5 a {
    color: var(--h2f96); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.had4f5 a:hover { color: var(--acf9e); }

/* Language Select */
.g3663d {
    background: var(--oef3e); color: var(--h4652);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--a68ed);
    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;
}
.g3663d:hover, .g3663d:focus { border-color: var(--g7ce4); outline: none; }

/* Menu Toggle */
.l1495c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ofd33e, .ofd33e::before, .ofd33e::after {
    display: block; width: 24px; height: 2px;
    background: var(--h4652); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ofd33e { position: relative; }
.ofd33e::before, .ofd33e::after { content: ''; position: absolute; left: 0; }
.ofd33e::before { top: -7px; }
.ofd33e::after { top: 7px; }

/* Mobile Nav */
.l3b081 {
    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;
}
.l3b081.ab05c7 { display: flex; }
.mb7619 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.mb7619 a {
    font-size: 1.2rem; font-weight: 600; color: var(--h4652); text-decoration: none;
}
.mb7619 a:hover { color: var(--acf9e); }

/* ===== BUTTONS ===== */
.cf555c {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--h839b); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--p63f9); 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(--g7ce4) 0%, var(--iae91) 100%);
    color: var(--h4652); box-shadow: var(--c6867);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--h4652);
}
.btn-secondary {
    background: transparent; color: var(--acf9e);
    border: 2px solid var(--g7ce4);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--l9c19); }

/* 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); }
}
.cfffdf {
    background: linear-gradient(135deg, var(--l9c19) 0%, #e8a020 55%, var(--ke406) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.cfffdf:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.oee0d0 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--m2569); }
.pde7b2 { padding: 8px 18px; font-size: .85rem; border-radius: var(--a68ed); }

/* Nav CTA in header */
.e1db0d {
    background: linear-gradient(135deg, var(--l9c19) 0%, var(--ke406) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--a68ed);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.e1db0d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.o97a7b {
    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(--p6254);
    position: relative; overflow: hidden;
}
.o97a7b::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;
}
.c757a7 {
    font-family: var(--h839b);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--l9c19) 0%, var(--acf9e) 50%, var(--g7ce4) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ef2da5 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--h2f96);
    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(--p6254);
}
.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(--h839b);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--l9c19) 0%, var(--acf9e) 45%, var(--g7ce4) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--h2f96);
    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(--h2f96);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--a68ed);
}
.hero-stat strong { color: var(--acf9e); }

/* ===== SECTIONS ===== */
.pa3339 { padding: clamp(52px, 7vw, 80px) 0; }
.m58c55 { background: var(--m832c); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--g7ce4); margin-bottom: 10px;
}
.pa3339 h2, .p649e0 {
    font-family: var(--h839b);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.pa3339 h3 {
    font-family: var(--h839b); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--acf9e);
}
.pa3339 p, .section-desc {
    color: var(--h2f96); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.pa3339 ul, .pa3339 ol {
    color: var(--h2f96); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.pa3339 li { margin-bottom: 8px; }
.pa3339 li strong { color: var(--h4652); }

/* ===== 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(--oef3e), var(--eeca8));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--p63f9); 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(--ke109);
}
.g75a7a { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--h839b); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--h4652);
}
.card p { color: var(--h2f96); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g5247e { overflow-x: auto; margin: 24px 0; border-radius: var(--a68ed); }
.jfb1e0 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.jfb1e0 thead th {
    background: var(--eeca8); color: var(--h4652); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.jfb1e0 thead th:first-child { border-radius: var(--a68ed) 0 0 0; }
.jfb1e0 thead th:last-child { border-radius: 0 var(--a68ed) 0 0; }
.jfb1e0 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.jfb1e0 td { padding: 13px 16px; }
.jfb1e0 td:first-child { color: var(--h2f96); font-weight: 500; width: 42%; }
.jfb1e0 td:last-child { color: var(--h4652); font-weight: 600; }
.jfb1e0 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(--g7ce4), var(--iae91));
    border-radius: 50%; font-family: var(--h839b);
    font-size: 1.2rem; font-weight: 700; color: var(--h4652);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--h2f96); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.l954bb { max-width: 800px; margin: 0 auto; }
details.o655e6 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.o655e6 summary {
    display: block; list-style: none;
    color: var(--h4652); font-family: var(--g3c32);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.o655e6 summary::-webkit-details-marker { display: none; }
details.o655e6 summary::marker { display: none; content: ''; }
details.o655e6 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--g7ce4); transition: transform .3s;
}
details.o655e6[open] summary::after { content: '\2212'; }
details.o655e6 summary:hover { color: var(--acf9e); }
details.o655e6 > p { padding: 0 0 20px; color: var(--h2f96); font-size: .9rem; line-height: 1.7; }
details.o655e6 > div { padding: 0 0 20px; color: var(--h2f96); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m832c); }

/* ===== INFO GRID & CARDS ===== */
.c06eac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a20f0e {
    background: linear-gradient(145deg, var(--oef3e), var(--eeca8));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--p63f9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a20f0e:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ke109);
}
.g9cc58 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.a20f0e h3 {
    font-family: var(--h839b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--h4652);
}
.a20f0e p { color: var(--h2f96); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d7ddf5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i4ce8b {
    background: linear-gradient(145deg, var(--oef3e), var(--eeca8));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--p63f9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i4ce8b:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.i4ce8b h3 {
    font-family: var(--h839b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l9c19);
}
.i4ce8b p { color: var(--h2f96); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.h5e776 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.cba839 { text-align: center; padding: 22px 14px; }
.e5415b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--g7ce4), var(--iae91));
    border-radius: 50%; font-family: var(--h839b);
    font-size: 1.15rem; font-weight: 800; color: var(--h4652);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.cba839 h3 {
    font-family: var(--h839b); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--h4652);
}
.cba839 p { color: var(--h2f96); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l117d1 {
    background: linear-gradient(145deg, var(--oef3e), var(--eeca8));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--m2569);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.f89374 { margin-top: 24px; }
.a91065 {
    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;
}
.a91065 > span:first-child { color: var(--h2f96); text-align: left; }
.pd5e10 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.p67035 {
    height: 100%;
    background: linear-gradient(90deg, var(--g7ce4) 0%, var(--l9c19) 100%);
    border-radius: 4px;
}
.a91065 > span:last-child { color: var(--l9c19); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ffd87a { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.eebe03, .e70915 {
    background: linear-gradient(145deg, var(--oef3e), var(--eeca8));
    border-radius: var(--p63f9); padding: 24px 22px;
}
.eebe03 { border-top: 3px solid var(--g5f23); }
.e70915 { border-top: 3px solid #C84040; }
.eebe03 h3, .eebe03 h4 { color: var(--g5f23); margin-bottom: 12px; font-size: 1rem; }
.e70915 h3, .e70915 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.eebe03 ul, .e70915 ul { list-style: none; padding: 0; margin: 0; }
.eebe03 li::before { content: '\2713 '; color: var(--g5f23); font-weight: 700; }
.e70915 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.eebe03 li, .e70915 li { padding: 5px 0; color: var(--h2f96); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.p8d1b7 {
    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(--m832c);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.p8d1b7 h2 {
    font-family: var(--h839b);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--l9c19), var(--acf9e));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.p8d1b7 p { color: var(--h2f96); 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(--g7ce4);
    border-radius: var(--a68ed); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--h2f96); font-size: .9rem; }
.highlight-box strong { color: var(--acf9e); }

/* ===== BREADCRUMB ===== */
.k61713 { padding: 14px 0; font-size: .82rem; }
.c1b217 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.c1b217 li + li::before { content: '\203A'; margin-right: 8px; color: var(--k06c3); }
.k61713 a { color: var(--k06c3); }
.k61713 a:hover { color: var(--acf9e); }
.k61713 [aria-current] { color: var(--g7ce4); }

/* ===== SITE FOOTER ===== */
.kd95ba {
    background: var(--p6254); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.kddd08 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.kddd08 a {
    color: var(--k06c3); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.kddd08 a:hover { color: var(--acf9e); }

.oe738a {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.oe738a p {
    color: var(--k06c3); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.oe738a a { color: var(--g7ce4); }
.d96fee { text-align: center; color: var(--k06c3); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f028af { max-width: 800px; margin: 0 auto; }
.f028af p {
    color: var(--h2f96); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f028af p:last-child { margin-bottom: 0; }
.f028af strong { color: var(--h4652); }
.f028af a { color: var(--acf9e); text-decoration: underline; text-underline-offset: 3px; }
.f028af a:hover { color: var(--l9c19); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.o367e5 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.o815e0 { direction: rtl; }
.o815e0 > * { direction: ltr; }
.p9953b { border-radius: var(--m2569); overflow: hidden; }
.p9953b img {
    width: 100%; height: auto; display: block;
    border-radius: var(--m2569);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.j206fe { color: var(--h2f96); font-size: .93rem; line-height: 1.7; }
.j206fe strong { color: var(--h4652); }
.j206fe a { color: var(--acf9e); }
@media (max-width: 768px) {
    .o367e5 { grid-template-columns: 1fr; gap: 24px; }
    .o815e0 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--e4fb4);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--e4fb4); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.l48b39 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--g7ce4);
    color: var(--h4652); 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(--ke109);
}
.l48b39.c7cd03 { opacity: 1; visibility: visible; }
.l48b39:hover { transform: translateY(-3px); background: var(--e4fb4); }

/* ===== REVIEW SCORE (review page) ===== */
.dbf665 {
    font-family: var(--h839b); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--l9c19), var(--acf9e));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--l9c19); 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(--h2f96); width: 55%; }
.score-table td:last-child { color: var(--l9c19); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ie7eb7 {
    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);
}
.ie7eb7 .cf555c { 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) {
    .had4f5 { display: none; }
    .f9630f .g3663d { display: none; }
    .l1495c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ffd87a { grid-template-columns: 1fr; }
    section, .pa3339 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .kddd08 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .h5e776 { grid-template-columns: 1fr 1fr; }
    .c06eac { grid-template-columns: 1fr 1fr; }
    .a91065 { grid-template-columns: 1fr 100px auto; }
    .ie7eb7 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .oee0d0 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .h5e776 { grid-template-columns: 1fr; }
    .c06eac { grid-template-columns: 1fr; }
    .kfcae3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .dbf665 { font-size: 3.5rem; }
    .a91065 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ffd87a { grid-template-columns: 1fr; }
    .l117d1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.n10022 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.n10022 summary.pd4595 {
    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(--h4652);
    padding: 6px 11px;
    border-radius: var(--a68ed);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--g3c32);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.n10022 summary.pd4595::-webkit-details-marker { display: none; }
.n10022 summary.pd4595::marker { display: none; }
.n10022:hover summary.pd4595,
.n10022[open] summary.pd4595 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--l9c19);
}
.d69c0d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.n10022[open] .d69c0d { transform: rotate(180deg); }

.gd6e6e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--oef3e);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--p63f9);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.n10022[open] .gd6e6e {
    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); }
}
.gd6e6e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--id2f7);
    border-radius: var(--a68ed);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.gd6e6e li a:hover,
.gd6e6e li a.aaf91f {
    background: rgba(255,255,255,.08);
    color: var(--l9c19);
}
.gd6e6e li a.aaf91f { font-weight: 700; }

/* Mobile lang bar */
.d4b7b0 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.d4b7b0 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(--a68ed);
    color: var(--id2f7);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d4b7b0 a:hover,
.d4b7b0 a.aaa97b {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--l9c19);
}
.d4b7b0 a.aaa97b { font-weight: 700; }

@media (max-width: 768px) {
    .n10022 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.c06eac, ul.l95f4e { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.e1d266 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .e1d266 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.h5e776, ol.a78995 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a78995 > li { counter-increment: step-counter; }
ol.a78995 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--g7ce4); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.aca779 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--g7ce4); }
.f7bc22 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.db2f29 { width: 36px; height: 36px; border-radius: 50%; background: var(--g7ce4); color: var(--p6254); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.g8520a h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f5eccb { display: grid; grid-template-columns: 1fr; gap: 0; }
.h76d7a { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h76d7a:last-child { border-bottom: none; }
.ibbe1f { font-weight: 600; padding: .75rem 1rem; color: var(--g7ce4); }
.d42354 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.j980af .j6f884 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.j980af .jde85a { display: none; }
.j980af .o655e6.ab05c7 .jde85a { display: block; }

/* faq variant C: definition list */
dl.l954bb { display: grid; gap: 0; }
dl.l954bb dt.b16dfe { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.l954bb dd.jde85a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.p045e3 { padding: 2rem 0; }
.m3e3ff { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.m3e3ff li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p63f9); border: 1px solid var(--l9c19); color: var(--l9c19); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.m3e3ff li a:hover { background: var(--l9c19); color: var(--p6254); }


/* Promo Banner (SVG image banners) */
.g7e855 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.m5ab75 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.m5ab75:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.abf61b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g75a7a { display: inline-block; vertical-align: middle; }
.g9cc58 .g75a7a { 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(--oef3e), var(--eeca8));
    border-radius: var(--p63f9); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--a68ed); background: var(--m832c); }
.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(--l9c19); }
@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(--l9c19); 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; }
  .cfffdf { animation: none; }
}
/* Touch targets: minimum 44x44px */
.cf555c, .cfffdf, .oee0d0, .pde7b2, .e1db0d, .l1495c, .j6f884, .b16dfe, .l48b39, .ie7eb7 a, .pd4595 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.cfffdf { position: relative; overflow: visible; }
.cfffdf::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--l9c19); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.cfffdf:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.cfffdf::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(--l9c19); 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(--a68ed); background: var(--oef3e); 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(--a68ed); background: var(--oef3e); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--l9c19); }
.trust-item span { font-size: 0.7rem; color: var(--l9c19); 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(--oef3e); border-radius: var(--p63f9); 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(--l9c19), var(--g7ce4)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--p6254); flex-shrink: 0; }
.review-stars { color: var(--l9c19); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--k06c3); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--id2f7); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.65; }
body { font-size: 15.5px; }
.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: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Ember Forge (ember) ===== */
:root{
  --cbg:#0E0606; --csurf:#1A0E0C; --csurf2:#261812;
  --ctext:#F2E2D5; --cmuted:#B59A88; --cacc:#FF6A2D; --cacc2:#B91C1C;
  --cbord:#3A201A; --cfh:'Bebas Neue',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,.c757a7,.p649e0{font-family:var(--cfh);}
.o08f70{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.pa3339{padding:58px 0;position:relative;}
.c06eac{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.c06eac.e1d266{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.h5e776{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.ffd87a{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.o367e5{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.o815e0{direction:rtl;}.o815e0>*{direction:ltr;}
.p9953b img,.p9953b svg{width:100%;height:auto;}
.j206fe p{margin:0 0 1em;}
.l954bb{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.b16dfe{cursor:pointer;list-style:none;position:relative;}.b16dfe::-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;}
.abf61b{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){
  .o97a7b .o08f70{grid-template-columns:1fr !important;}
  .o367e5,.ffd87a{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.o815e0{direction:ltr;}
}

/* EMBER FORGE — индустриальный металл, оранжево-красный, Bebas Neue */
body{background:
  radial-gradient(900px 600px at 50% 100%,rgba(255,106,45,0.2),transparent 60%),
  radial-gradient(700px 480px at 88% 8%,rgba(185,28,28,0.14),transparent 60%),
  linear-gradient(180deg,#0E0606 0%,#180808 100%)!important;background-attachment:fixed;color:#F2E2D5!important;}
header,.h3df1a{background:rgba(14,6,6,0.92)!important;border-bottom:2px solid #FF6A2D!important;}
header a,nav a{color:#B59A88!important;font-family:'Bebas Neue',sans-serif;font-size:1.04rem;letter-spacing:.08em;}header a:hover{color:#FF6A2D!important;}
.o97a7b{padding:88px 0 60px;}
.o97a7b.has-art .o08f70{display:grid;grid-template-columns:1.08fr .92fr;gap:46px;align-items:center;}
.c757a7{font-family:'Bebas Neue',sans-serif;font-weight:400;font-size:clamp(2.8rem,7vw,5.6rem);line-height:0.95;letter-spacing:.01em;color:#F2E2D5!important;-webkit-text-fill-color:#F2E2D5!important;background:none!important;text-transform:uppercase;text-shadow:0 0 24px rgba(255,106,45,0.4);}
.c757a7 b,.c757a7 strong{color:#FF6A2D;display:inline;}
.ef2da5{color:#B59A88;font-family:'Inter',sans-serif;font-size:1.08rem;max-width:54ch;margin:20px 0 30px;}
.p649e0{text-align:center;font-family:'Bebas Neue',sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.04em;font-size:clamp(2rem,3.6vw,2.9rem);color:#F2E2D5!important;}
.p649e0::after{content:"";display:block;width:90px;height:4px;background:linear-gradient(90deg,#B91C1C,#FF6A2D);margin:12px auto 0;box-shadow:0 0 14px rgba(255,106,45,0.6);}
.cfffdf,.e1db0d{background:linear-gradient(180deg,#FF6A2D 0%,#B91C1C 100%)!important;color:#fff!important;border:2px solid #B24A1F!important;border-radius:3px;font-family:'Bebas Neue',sans-serif;font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 6px 0 #5a1108,0 16px 32px rgba(185,28,28,0.4);}
.oee0d0{padding:14px 32px;}.cfffdf:hover,.e1db0d:hover{transform:translateY(-2px);box-shadow:0 8px 0 #5a1108,0 22px 40px rgba(255,106,45,0.55);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:rgba(26,14,12,0.85)!important;border:1px solid rgba(255,106,45,0.5)!important;color:#F2E2D5!important;border-radius:2px;padding:7px 14px;font-family:'Bebas Neue',sans-serif;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;}
.a20f0e,.i4ce8b,.cba839,.eebe03,.e70915{background:linear-gradient(160deg,#1A0E0C 0%,#261812 100%)!important;border:1px solid rgba(255,106,45,0.45)!important;border-radius:4px;padding:24px;box-shadow:inset 0 1px 0 rgba(255,106,45,0.18),0 12px 28px #00000080!important;transition:box-shadow .2s,transform .2s;}
.a20f0e:hover,.i4ce8b:hover,.cba839:hover{transform:translateY(-4px);box-shadow:inset 0 1px 0 rgba(255,106,45,0.35),0 0 0 1px #FF6A2D,0 18px 38px rgba(255,106,45,0.4)!important;}
.a20f0e h3,.i4ce8b h3,.cba839 h3{color:#FF6A2D!important;font-family:'Bebas Neue',sans-serif;font-size:1.3rem;text-transform:uppercase;letter-spacing:.06em;}
.a20f0e p,.i4ce8b p,.cba839 p{color:#B59A88!important;font-family:'Inter',sans-serif;}
.i4ce8b{border-left:4px solid #FF6A2D!important;}
.j206fe{color:#B59A88;font-family:'Inter',sans-serif;}.j206fe strong{color:#FF6A2D;}.p9953b img{border:1px solid rgba(255,106,45,0.45);border-radius:4px;box-shadow:0 14px 32px rgba(185,28,28,0.3);}
.m58c55{background:rgba(26,14,12,0.4)!important;}
.o655e6{background:rgba(26,14,12,0.6)!important;border:1px solid rgba(255,106,45,0.35)!important;border-radius:3px;padding:4px 18px;}
.b16dfe{color:#F2E2D5!important;font-family:'Bebas Neue',sans-serif;font-size:1.15rem;text-transform:uppercase;letter-spacing:.04em;padding:15px 0;}
details.o655e6 summary.b16dfe::after{content:"+";position:absolute;right:0;top:13px;color:#FF6A2D;font-size:1.5rem;}details.o655e6[open] summary.b16dfe::after{content:"\2013";}
.jde85a{color:#B59A88!important;font-family:'Inter',sans-serif;padding-bottom:14px;}
.trust-item{background:rgba(26,14,12,0.7)!important;border:1px solid rgba(255,106,45,0.45)!important;border-radius:2px;padding:11px 17px;color:#F2E2D5!important;font-family:'Bebas Neue',sans-serif;font-size:.86rem;text-transform:uppercase;letter-spacing:.06em;}
.m5ab75{border-radius:4px;display:block;overflow:hidden;box-shadow:0 14px 32px rgba(255,106,45,0.4);}
footer,.kd95ba{background:#0E0606!important;border-top:2px solid #FF6A2D!important;}footer a{color:#B59A88!important;}

.f028af strong,.o367e5 strong,.faq strong,.ffd87a strong{color:inherit !important;}
