@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
/* ===== ELEGANT MINIMAL — Design System ===== */
:root {
    --a50cd:        #C9A96E;
    --i2946:  #DDC490;
    --n5487:   #A88B50;
    --i4f07:         #C9A96E;
    --f668a:         #C9A96E;
    --hae1b:    #A88B50;
    --b57a6:         #6BAF8D;
    --f9901:    #4E8C6E;
    --b1f2b:           #0C0C0C;
    --jf130:         #111111;
    --e23d7:         #1A1A1A;
    --f0701:         #222222;
    --b1f2b-4:         #2A2A2A;
    --k90af:        #FFFFFF;
    --f6892:         #B8B0A0;
    --bfb9e:       #706858;
    --d0dc7:       #B8B0A0;
    --g6bcb:    'Playfair Display', Georgia, serif;
    --n91a0:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --h5d4b:       0px;
    --cf78a:    0px;
    --p4585:    0px;
    --h5d4b-btn:   4px;
    --f259f:        1100px;
    --l67b0:       none;
    --g9f94:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a50cd);
    --color-primary-light: var(--i2946);
    --color-primary-dark: var(--n5487);
    --color-accent: var(--f668a);
    --color-accent-dark: var(--hae1b);
    --color-secondary: var(--b57a6);
    --color-secondary-dark: var(--f9901);
    --color-surface: var(--e23d7);
    --color-surface-elevated: var(--f0701);
    --color-on-surface: var(--k90af);
    --color-on-surface-muted: var(--f6892);
    --color-text: var(--k90af);
    --color-text-secondary: var(--d0dc7);
    --text-heading: var(--g6bcb);
    --text-body: var(--n91a0);
    --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(--n91a0);
    background: var(--b1f2b);
    color: var(--k90af);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--a50cd); text-decoration: none; transition: color .2s; }
a:hover { color: var(--i2946); }
img { max-width: 100%; height: auto; display: block; }

.jf87ab { width: 92%; max-width: var(--f259f); margin: 0 auto; }

.l7a7a0 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h7b977 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a50cd); color: var(--b1f2b);
    padding: 8px 16px; border-radius: var(--h5d4b-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.h7b977:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.oa635c {
    position: sticky; top: 0; z-index: 100;
    background: var(--b1f2b);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.efc802 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.o36ba2 {
    font-family: var(--g6bcb);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--k90af);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.o36ba2:hover { color: var(--a50cd); text-decoration: none; }

/* Main Nav */
.aa53a2 { display: flex; align-items: center; gap: 20px; }
.g27b52 {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.g27b52 a {
    color: var(--f6892); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.g27b52 a:hover { color: var(--a50cd); text-decoration: none; }

/* Language Select */
.f701ec {
    background: var(--e23d7); color: var(--k90af);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--h5d4b-btn);
    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='%23C9A96E'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.f701ec:hover, .f701ec:focus { border-color: var(--a50cd); outline: none; }

/* Menu Toggle */
.b41869 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.mc3ee7, .mc3ee7::before, .mc3ee7::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--k90af); border-radius: 0; transition: transform .3s, opacity .3s;
}
.mc3ee7 { position: relative; }
.mc3ee7::before, .mc3ee7::after { content: ''; position: absolute; left: 0; }
.mc3ee7::before { top: -7px; }
.mc3ee7::after { top: 7px; }

/* Mobile Nav */
.o07f7c {
    display: none; position: fixed; inset: 0;
    background: rgba(12,12,12,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.o07f7c.p57074 { display: flex; }
.je4212 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.je4212 a {
    font-size: 1.15rem; font-weight: 500; color: var(--k90af); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--g6bcb);
}
.je4212 a:hover { color: var(--a50cd); text-decoration: none; }

/* Mobile Nav Close */
.c94caa {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--k90af); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.c94caa:hover { border-color: var(--a50cd); color: var(--a50cd); }

/* ===== BUTTONS ===== */
.j544d6 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n91a0); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--h5d4b-btn); border: none;
    cursor: pointer; transition: background .2s, color .2s, border-color .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: 0.04em;
    text-transform: uppercase;
}
.btn-primary {
    background: var(--a50cd);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--n5487);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--a50cd);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--i2946); border-color: var(--a50cd); }

/* Gold CTA -- main call-to-action */
@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 0 rgba(201,169,110,0); }
    50%      { box-shadow: 0 0 1px rgba(201,169,110,.05); }
}
.dfdc97 {
    background: var(--a50cd);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.dfdc97:hover {
    background: var(--n5487);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.e2c50b { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--h5d4b-btn); }
.lbbe48 { padding: 8px 18px; font-size: .85rem; border-radius: var(--h5d4b-btn); }

/* Nav CTA in header */
.pe63ed {
    background: var(--a50cd);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--h5d4b-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.pe63ed:hover {
    background: var(--n5487);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.dbef38 {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--b1f2b);
    position: relative; overflow: hidden;
}
.dbef38::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.j31a9a {
    font-family: var(--g6bcb);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--a50cd);
    letter-spacing: 0.02em;
}
.e2a176 {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--f6892);
    max-width: 620px; margin: 0 auto 40px; line-height: 1.8;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(80px, 12vw, 140px) 0 clamp(64px, 10vw, 110px);
    text-align: center; overflow: hidden;
    background: var(--b1f2b);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--g6bcb);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--k90af);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--f6892);
    max-width: 640px; margin: 0 auto 36px; line-height: 1.8;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 40px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .88rem; color: var(--f6892);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--a50cd); }

/* ===== SECTIONS ===== */
.e6cfbd { padding: clamp(68px, 10vw, 100px) 0; }
.a14fa0 { background: var(--jf130); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--a50cd); margin-bottom: 14px;
}
.e6cfbd h2, .f9774b {
    font-family: var(--g6bcb);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.e6cfbd h3 {
    font-family: var(--g6bcb); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--a50cd);
}
.e6cfbd p, .section-desc {
    color: var(--f6892); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.e6cfbd ul, .e6cfbd ol {
    color: var(--f6892); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.e6cfbd li { margin-bottom: 8px; }
.e6cfbd li strong { color: var(--k90af); }

/* ===== 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: #141414;
    border: 1px solid #333;
    border-radius: 0; padding: 34px 28px;
    transition: border-color .25s;
}
.card:hover {
    border-color: rgba(201,169,110,.35);
}
.b23dd7 { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--g6bcb); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--k90af);
}
.card p { color: var(--f6892); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.fc941c { overflow-x: auto; margin: 28px 0; }
.paf05f { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.paf05f thead th {
    background: transparent; color: var(--k90af); font-weight: 600;
    font-size: .85rem; text-align: left; padding: 14px 16px;
    border-bottom: 1px solid rgba(201,169,110,.2);
    letter-spacing: 0.04em; text-transform: uppercase;
}
.paf05f thead th:first-child { border-radius: 0; }
.paf05f thead th:last-child { border-radius: 0; }
.paf05f tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.paf05f tr:nth-child(even) { background: rgba(255,255,255,.02); }
.paf05f td { padding: 14px 16px; }
.paf05f td:first-child { color: var(--f6892); font-weight: 500; width: 42%; }
.paf05f td:last-child { color: var(--k90af); font-weight: 600; }
.paf05f tr:hover { background: rgba(255,255,255,.02); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 28px 18px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 18px;
    background: transparent;
    border: 1.5px solid var(--a50cd);
    border-radius: 50%; font-family: var(--g6bcb);
    font-size: 1.15rem; font-weight: 700; color: var(--a50cd);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--f6892); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.k60863 { max-width: 800px; margin: 0 auto; }
details.j4ad0b { border-bottom: 1px solid rgba(255,255,255,.06); }
details.j4ad0b summary {
    display: block; list-style: none;
    color: var(--k90af); font-family: var(--n91a0);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.j4ad0b summary::-webkit-details-marker { display: none; }
details.j4ad0b summary::marker { display: none; content: ''; }
details.j4ad0b summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--a50cd); transition: transform .3s;
    font-weight: 300;
}
details.j4ad0b[open] summary::after { content: '\2212'; }
details.j4ad0b summary:hover { color: var(--a50cd); }
details.j4ad0b > p { padding: 0 0 24px; color: var(--f6892); font-size: .9rem; line-height: 1.8; }
details.j4ad0b > div { padding: 0 0 24px; color: var(--f6892); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--jf130); }

/* ===== INFO GRID & CARDS ===== */
.pc2383 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.k917c8 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.k917c8:hover {
    border-color: rgba(201,169,110,.35);
}
.g51841 { font-size: 2rem; margin-bottom: 16px; display: block; }
.k917c8 h3 {
    font-family: var(--g6bcb); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--k90af);
}
.k917c8 p { color: var(--f6892); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.i91e28 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.d95893 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.d95893:hover { border-color: rgba(201,169,110,.35); }
.d95893 h3 {
    font-family: var(--g6bcb); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--a50cd);
}
.d95893 p { color: var(--f6892); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.f54c02 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.j83266 { text-align: center; padding: 28px 16px; }
.h1bba0 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--a50cd);
    border-radius: 50%; font-family: var(--g6bcb);
    font-size: 1.15rem; font-weight: 700; color: var(--a50cd);
    box-shadow: none;
}
.j83266 h3 {
    font-family: var(--g6bcb); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--k90af);
}
.j83266 p { color: var(--f6892); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.i3d85f {
    background: #141414;
    border: 1px solid rgba(201,169,110,.15); border-radius: 0;
    padding: 44px 38px; text-align: center;
    max-width: 560px; margin: 0 auto 40px;
    box-shadow: none;
}
.l6c6e7 { margin-top: 28px; }
.if1d1d {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.if1d1d > span:first-child { color: var(--f6892); text-align: left; }
.idecb6 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.of8b9a {
    height: 100%;
    background: var(--a50cd);
    border-radius: 2px;
}
.if1d1d > span:last-child { color: var(--a50cd); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.oe84ec { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.ne2362, .h5dcaa {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.ne2362 { border-top: 2px solid var(--a50cd); }
.h5dcaa { border-top: 2px solid #9E4444; }
.ne2362 h3, .ne2362 h4 { color: var(--b57a6); margin-bottom: 14px; font-size: 1rem; font-family: var(--g6bcb); }
.h5dcaa h3, .h5dcaa h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--g6bcb); }
.ne2362 ul, .h5dcaa ul { list-style: none; padding: 0; margin: 0; }
.ne2362 li::before { content: '\2713 '; color: var(--b57a6); font-weight: 700; }
.h5dcaa li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.ne2362 li, .h5dcaa li { padding: 6px 0; color: var(--f6892); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.ha1e5e {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--jf130);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.ha1e5e h2 {
    font-family: var(--g6bcb);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--k90af);
    letter-spacing: 0.02em;
}
.ha1e5e p { color: var(--f6892); margin-bottom: 40px; font-size: .97rem; max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.8; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: rgba(201,169,110,.03);
    border: 1px solid rgba(201,169,110,.1); border-left: 3px solid var(--a50cd);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--f6892); font-size: .9rem; }
.highlight-box strong { color: var(--a50cd); }

/* ===== BREADCRUMB ===== */
.kbd8e9 { padding: 16px 0; font-size: .82rem; }
.l77d0f { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.l77d0f li + li::before { content: '/'; margin-right: 8px; color: var(--bfb9e); font-weight: 300; }
.kbd8e9 a { color: var(--bfb9e); text-decoration: none; }
.kbd8e9 a:hover { color: var(--a50cd); }
.kbd8e9 [aria-current] { color: var(--a50cd); }

/* ===== SITE FOOTER ===== */
.a390fe {
    background: var(--b1f2b); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.e31ee6 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.e31ee6 a {
    color: var(--bfb9e); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.e31ee6 a:hover { color: var(--a50cd); }

.b53969 {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.b53969 p {
    color: var(--bfb9e); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.b53969 a { color: var(--a50cd); text-decoration: none; }
.b53969 a:hover { text-decoration: underline; }
.f41899 { text-align: center; color: var(--bfb9e); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ke3365 { max-width: 780px; margin: 0 auto; }
.ke3365 p {
    color: var(--f6892); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.ke3365 p:last-child { margin-bottom: 0; }
.ke3365 strong { color: var(--k90af); }
.ke3365 a { color: var(--a50cd); text-decoration: underline; text-underline-offset: 3px; }
.ke3365 a:hover { color: var(--i2946); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.d827d4 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.kbab13 { direction: rtl; }
.kbab13 > * { direction: ltr; }
.o48ba0 { overflow: hidden; }
.o48ba0 img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.cb8370 { color: var(--f6892); font-size: .95rem; line-height: 1.8; }
.cb8370 strong { color: var(--k90af); }
.cb8370 a { color: var(--a50cd); }
@media (max-width: 768px) {
    .d827d4 { grid-template-columns: 1fr; gap: 28px; }
    .kbab13 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--n5487);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--n5487); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h05357 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--a50cd); border: 1px solid var(--a50cd); border-radius: 0;
    font-size: 1.1rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, background .2s, color .2s;
    z-index: 90; box-shadow: none;
}
.h05357.ica84a { opacity: 1; visibility: visible; }
.h05357:hover { background: var(--a50cd); color: var(--b1f2b); }

/* ===== REVIEW SCORE (review page) ===== */
.dcad6d {
    font-family: var(--g6bcb); font-size: 5rem; font-weight: 800;
    color: var(--a50cd);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--a50cd); letter-spacing: 4px; margin: 10px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: .9rem; }
.score-table td { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.04); }
.score-table td:first-child { color: var(--f6892); width: 55%; }
.score-table td:last-child { color: var(--a50cd); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o46b16 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(12,12,12,.97);
    border-top: 1px solid rgba(201,169,110,.15);
    text-align: center;
    box-shadow: none;
}
.o46b16 .j544d6 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.o10c6a {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.o10c6a summary.od0409 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--k90af);
    padding: 6px 11px;
    border-radius: var(--h5d4b-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--n91a0);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.o10c6a summary.od0409::-webkit-details-marker { display: none; }
.o10c6a summary.od0409::marker { display: none; }
.o10c6a:hover summary.od0409,
.o10c6a[open] summary.od0409 {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--a50cd);
}
.ka7b66 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.o10c6a[open] .ka7b66 { transform: rotate(180deg); }

.gb404b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e23d7);
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 4px 20px rgba(0,0,0,.5);
    min-width: 160px;
}
.o10c6a[open] .gb404b {
    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); }
}
.gb404b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d0dc7);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.gb404b li a:hover,
.gb404b li a.l5c517 {
    background: rgba(201,169,110,.08);
    color: var(--a50cd);
    text-decoration: none;
}
.gb404b li a.l5c517 { font-weight: 700; }

/* Mobile lang bar */
.n27a3f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.n27a3f a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    color: var(--d0dc7);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.n27a3f a:hover,
.n27a3f a.p89dfc {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--a50cd);
    text-decoration: none;
}
.n27a3f a.p89dfc { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .g27b52 { display: none; }
    .aa53a2 .f701ec { display: none; }
    .b41869 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .oe84ec { grid-template-columns: 1fr; }
    section, .e6cfbd { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .e31ee6 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f54c02 { grid-template-columns: 1fr 1fr; }
    .pc2383 { grid-template-columns: 1fr 1fr; }
    .if1d1d { grid-template-columns: 1fr 100px auto; }
    .o46b16 { display: block; }
    body { padding-bottom: 72px; }
    .o10c6a { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .e2c50b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f54c02 { grid-template-columns: 1fr; }
    .pc2383 { grid-template-columns: 1fr; }
    .efc802 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .dcad6d { font-size: 3.5rem; }
    .if1d1d { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .oe84ec { grid-template-columns: 1fr; }
    .i3d85f { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.pc2383, ul.b84d1c { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.i123e5 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .i123e5 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f54c02, ol.b8e88d { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.b8e88d > li { counter-increment: step-counter; }
ol.b8e88d > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a50cd); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.n6c83c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a50cd); }
.h51671 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.hb536b { width: 36px; height: 36px; border-radius: 50%; background: var(--a50cd); color: var(--b1f2b); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o661ec h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.cc0f67 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ef5bf2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ef5bf2:last-child { border-bottom: none; }
.kb01db { font-weight: 600; padding: .75rem 1rem; color: var(--a50cd); }
.jb389e { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.p0b88a .ff3813 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.p0b88a .ma2bbb { display: none; }
.p0b88a .j4ad0b.p57074 .ma2bbb { display: block; }

/* faq variant C: definition list */
dl.k60863 { display: grid; gap: 0; }
dl.k60863 dt.k5ba78 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.k60863 dd.ma2bbb { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.l0e9bb { padding: 2rem 0; }
.fd8423 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.fd8423 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--h5d4b); border: 1px solid var(--f668a); color: var(--f668a); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.fd8423 li a:hover { background: var(--f668a); color: var(--b1f2b); }


/* Promo Banner (SVG image banners) */
.bc3bf7 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ce7137 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ce7137:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.d3db2a { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.b23dd7 { display: inline-block; vertical-align: middle; }
.g51841 .b23dd7 { 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(--e23d7), var(--f0701));
    border-radius: var(--h5d4b); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p4585); background: var(--jf130); }
.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(--f668a); }
@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(--f668a); 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; }
  .dfdc97 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.j544d6, .dfdc97, .e2c50b, .lbbe48, .pe63ed, .b41869, .ff3813, .k5ba78, .h05357, .o46b16 a, .od0409 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.dfdc97 { position: relative; overflow: visible; }
.dfdc97::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--f668a); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.dfdc97:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.dfdc97::after { /* animation moved to ::after */ }

/* ===== 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(--f668a); 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(--p4585); background: var(--e23d7); 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(--p4585); background: var(--e23d7); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--f668a); }
.trust-item span { font-size: 0.7rem; color: var(--f668a); 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(--e23d7); border-radius: var(--h5d4b); 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(--f668a), var(--a50cd)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--b1f2b); flex-shrink: 0; }
.review-stars { color: var(--f668a); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--bfb9e); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d0dc7); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
: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(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.75; }
body { font-size: 16.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== USA design language: Dark Magazine (darkmag) ===== */
:root{
  --cbg:#0A0A0A; --csurf:#141414; --csurf2:#1E1E1E;
  --ctext:#F0EAD6; --cmuted:#979390; --cacc:#C9A24A; --cacc2:#F0EAD6;
  --cbord:#2A2A2A; --cfh:'EB Garamond',Georgia,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,.j31a9a,.f9774b{font-family:var(--cfh);}
.jf87ab{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.e6cfbd{padding:58px 0;position:relative;}
.pc2383{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.pc2383.i123e5{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.f54c02{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.oe84ec{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.d827d4{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.kbab13{direction:rtl;}.kbab13>*{direction:ltr;}
.o48ba0 img,.o48ba0 svg{width:100%;height:auto;}
.cb8370 p{margin:0 0 1em;}
.k60863{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.k5ba78{cursor:pointer;list-style:none;position:relative;}.k5ba78::-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;}
.d3db2a{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){
  .dbef38 .jf87ab{grid-template-columns:1fr !important;}
  .d827d4,.oe84ec{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.kbab13{direction:ltr;}
}

/* DARK MAGAZINE — чёрный фон, тонкий EB Garamond serif, золотые хэйрлайны */
body{background:#0A0A0A!important;color:#F0EAD6!important;}
header,.oa635c{background:#0A0A0A!important;border-bottom:1px solid rgba(201,162,74,0.4)!important;}
header a,nav a{color:#979390!important;font-family:'Inter',sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;}header a:hover{color:#C9A24A!important;}
.dbef38{padding:96px 0 64px;border-bottom:1px solid rgba(201,162,74,0.4);}
.dbef38.has-art .jf87ab{display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:end;}
.j31a9a{font-family:'EB Garamond',Georgia,serif;font-weight:500;font-size:clamp(2.4rem,5.4vw,4.4rem);line-height:1.0;font-style:italic;color:#F0EAD6!important;-webkit-text-fill-color:#F0EAD6!important;background:none!important;letter-spacing:-.01em;}
.j31a9a::after{content:"";display:block;width:120px;height:1px;background:#C9A24A;margin:24px 0 0;}
.e2a176{color:#979390;font-family:'EB Garamond',serif;font-size:1.2rem;max-width:54ch;margin:22px 0 28px;font-style:italic;}
.f9774b{text-align:left;font-family:'EB Garamond',serif;font-weight:500;font-style:italic;font-size:clamp(1.7rem,3.4vw,2.6rem);color:#F0EAD6!important;letter-spacing:-.01em;}
.f9774b::before{content:"№ ";color:#C9A24A;font-style:normal;}
.f9774b::after{content:"";display:block;width:100%;height:1px;background:rgba(201,162,74,0.4);margin:18px 0 0;}
.dfdc97,.pe63ed{background:transparent!important;color:#F0EAD6!important;border:1px solid #C9A24A!important;border-radius:0!important;font-family:'Inter',sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;font-weight:500;}
.e2c50b{padding:14px 32px;}.dfdc97:hover,.pe63ed:hover{background:#C9A24A!important;color:#0A0A0A!important;}
.hero-trust{display:flex;gap:28px;flex-wrap:wrap;margin-top:20px;}
.hero-badge{background:none!important;border:none!important;border-radius:0!important;color:#979390!important;padding:0!important;font-family:'Inter',sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;border-bottom:1px solid rgba(201,162,74,0.4)!important;padding-bottom:5px!important;}
.k917c8,.d95893,.j83266,.ne2362,.h5dcaa{background:none!important;border:none!important;border-top:1px solid rgba(201,162,74,0.5)!important;border-radius:0!important;padding:24px 0 0;box-shadow:none!important;transition:border-color .2s;}
.k917c8:hover,.d95893:hover,.j83266:hover{border-top-color:#C9A24A!important;}
.k917c8 h3,.d95893 h3,.j83266 h3{color:#F0EAD6!important;font-family:'EB Garamond',serif;font-weight:500;font-style:italic;font-size:1.4rem;}
.k917c8 p,.d95893 p,.j83266 p{color:#979390!important;font-family:'Inter',sans-serif;font-size:.94rem;line-height:1.65;}
.g51841 img,.b23dd7{width:40px;height:40px;}
.cb8370{color:#979390;font-family:'Inter',sans-serif;font-size:1.02rem;line-height:1.75;}.cb8370 strong{color:#F0EAD6;}.cb8370 p:first-of-type::first-letter{font-family:'EB Garamond',serif;font-size:3.4em;float:left;line-height:.85;padding:6px 12px 0 0;color:#C9A24A;font-style:italic;}
.o48ba0 img{border:1px solid rgba(201,162,74,0.4);border-radius:0;}
.a14fa0{background:#141414!important;}
.j4ad0b{background:none!important;border:none!important;border-bottom:1px solid rgba(201,162,74,0.3)!important;border-radius:0!important;padding:8px 0;}
.k5ba78{color:#F0EAD6!important;font-family:'EB Garamond',serif;font-style:italic;font-size:1.2rem;padding:16px 0;}
details.j4ad0b summary.k5ba78::after{content:"—";position:absolute;right:0;top:16px;color:#C9A24A;}details.j4ad0b[open] summary.k5ba78::after{content:"×";}
.ma2bbb{color:#979390!important;font-family:'Inter',sans-serif;padding-bottom:14px;font-size:.96rem;}
.trust-item{background:none!important;border:1px solid #C9A24A!important;border-radius:0;padding:11px 17px;color:#F0EAD6!important;font-family:'Inter',sans-serif;text-transform:uppercase;font-size:.74rem;letter-spacing:.12em;}
.ce7137{border:1px solid rgba(201,162,74,0.5);border-radius:0;display:block;overflow:hidden;}
footer,.a390fe{background:#0A0A0A!important;border-top:1px solid rgba(201,162,74,0.4)!important;}footer a{color:#979390!important;}

.ke3365 strong,.d827d4 strong,.faq strong,.oe84ec strong{color:inherit !important;}
