@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Fira+Sans:wght@400;500;600;700&display=swap');
/* ===== BRONZE TITAN — Design System ===== */
:root {
    --he7a9:        #CD7F32;
    --n8a5b:        #E0A050;
    --jeebd:        #A06020;
    --cb2b6:        #D89040;
    --g85d8:        #CD7F32;
    --a1c80:        #A06020;
    --k9c64:        #B87333;
    --k07c0:        #905828;
    --i92f7:        #080604;
    --m6ea0:        #100C08;
    --jac7f:        #18140E;
    --mc97b:        #201C14;
    --pef3a:        #FFFFFF;
    --a3125:        #A09080;
    --h1054:        #686050;
    --d2259:        #A09080;
    --ida34:    'Merriweather', serif;
    --iadd6:    'Fira Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --hd5ba:       12px;
    --ebf7f:    20px;
    --h19c2:    8px;
    --n6c63:        1100px;
    --a8736:       0 4px 24px rgba(0,0,0,.5);
    --h371c:         0 0 32px rgba(205,127,50,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--he7a9);
    --color-primary-light: var(--n8a5b);
    --color-primary-dark: var(--jeebd);
    --color-accent: var(--g85d8);
    --color-accent-dark: var(--a1c80);
    --color-secondary: var(--k9c64);
    --color-secondary-dark: var(--k07c0);
    --color-surface: var(--jac7f);
    --color-surface-elevated: var(--mc97b);
    --color-on-surface: var(--pef3a);
    --color-on-surface-muted: var(--a3125);
    --color-text: var(--pef3a);
    --color-text-secondary: var(--d2259);
    --text-heading: var(--ida34);
    --text-body: var(--iadd6);
    --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(--iadd6);
    background: var(--i92f7);
    color: var(--pef3a);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--n8a5b); text-decoration: none; transition: color .2s; }
a:hover { color: var(--g85d8); }
img { max-width: 100%; height: auto; display: block; }

.p2b7c9 { width: 92%; max-width: var(--n6c63); margin: 0 auto; }

.e57e87 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.p894d4 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--he7a9); color: var(--pef3a);
    padding: 8px 16px; border-radius: var(--h19c2);
    z-index: 999; transition: top .2s;
}
.p894d4:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.d202a7 {
    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);
}
.i2aedc {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.o1cf82 {
    font-family: var(--ida34);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--pef3a);
    white-space: nowrap; text-decoration: none;
}
.o1cf82:hover { color: var(--g85d8); }

/* Main Nav */
.c1f79d { display: flex; align-items: center; gap: 20px; }
.g72d41 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.g72d41 a {
    color: var(--a3125); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g72d41 a:hover { color: var(--n8a5b); }

/* Language Select */
.df5310 {
    background: var(--jac7f); color: var(--pef3a);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--h19c2);
    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;
}
.df5310:hover, .df5310:focus { border-color: var(--he7a9); outline: none; }

/* Menu Toggle */
.e096a9 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.f97a5b, .f97a5b::before, .f97a5b::after {
    display: block; width: 24px; height: 2px;
    background: var(--pef3a); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.f97a5b { position: relative; }
.f97a5b::before, .f97a5b::after { content: ''; position: absolute; left: 0; }
.f97a5b::before { top: -7px; }
.f97a5b::after { top: 7px; }

/* Mobile Nav */
.o7d816 {
    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;
}
.o7d816.o63325 { display: flex; }
.o16d3e {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.o16d3e a {
    font-size: 1.2rem; font-weight: 600; color: var(--pef3a); text-decoration: none;
}
.o16d3e a:hover { color: var(--n8a5b); }

/* ===== BUTTONS ===== */
.ebcb94 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ida34); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--hd5ba); 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(--he7a9) 0%, var(--cb2b6) 100%);
    color: var(--pef3a); box-shadow: var(--h371c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--pef3a);
}
.btn-secondary {
    background: transparent; color: var(--n8a5b);
    border: 2px solid var(--he7a9);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--g85d8); }

/* 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); }
}
.cda7c3 {
    background: linear-gradient(135deg, var(--g85d8) 0%, #e8a020 55%, var(--a1c80) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.cda7c3:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.d62388 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ebf7f); }
.o404e5 { padding: 8px 18px; font-size: .85rem; border-radius: var(--h19c2); }

/* Nav CTA in header */
.n79f65 {
    background: linear-gradient(135deg, var(--g85d8) 0%, var(--a1c80) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--h19c2);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.n79f65:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.eb025a {
    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(--i92f7);
    position: relative; overflow: hidden;
}
.eb025a::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;
}
.g05504 {
    font-family: var(--ida34);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--g85d8) 0%, var(--n8a5b) 50%, var(--he7a9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e00246 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--a3125);
    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(--i92f7);
}
.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(--ida34);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--g85d8) 0%, var(--n8a5b) 45%, var(--he7a9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--a3125);
    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(--a3125);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--h19c2);
}
.hero-stat strong { color: var(--n8a5b); }

/* ===== SECTIONS ===== */
.offe02 { padding: clamp(52px, 7vw, 80px) 0; }
.l07e36 { background: var(--m6ea0); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--he7a9); margin-bottom: 10px;
}
.offe02 h2, .ia00ab {
    font-family: var(--ida34);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.offe02 h3 {
    font-family: var(--ida34); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--n8a5b);
}
.offe02 p, .section-desc {
    color: var(--a3125); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.offe02 ul, .offe02 ol {
    color: var(--a3125); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.offe02 li { margin-bottom: 8px; }
.offe02 li strong { color: var(--pef3a); }

/* ===== 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(--jac7f), var(--mc97b));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--hd5ba); 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(--a8736);
}
.nfc54b { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ida34); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--pef3a);
}
.card p { color: var(--a3125); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.k32928 { overflow-x: auto; margin: 24px 0; border-radius: var(--h19c2); }
.kcfe9a { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.kcfe9a thead th {
    background: var(--mc97b); color: var(--pef3a); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.kcfe9a thead th:first-child { border-radius: var(--h19c2) 0 0 0; }
.kcfe9a thead th:last-child { border-radius: 0 var(--h19c2) 0 0; }
.kcfe9a tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.kcfe9a td { padding: 13px 16px; }
.kcfe9a td:first-child { color: var(--a3125); font-weight: 500; width: 42%; }
.kcfe9a td:last-child { color: var(--pef3a); font-weight: 600; }
.kcfe9a 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(--he7a9), var(--cb2b6));
    border-radius: 50%; font-family: var(--ida34);
    font-size: 1.2rem; font-weight: 700; color: var(--pef3a);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--a3125); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.gf0970 { max-width: 800px; margin: 0 auto; }
details.c94669 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.c94669 summary {
    display: block; list-style: none;
    color: var(--pef3a); font-family: var(--iadd6);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c94669 summary::-webkit-details-marker { display: none; }
details.c94669 summary::marker { display: none; content: ''; }
details.c94669 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--he7a9); transition: transform .3s;
}
details.c94669[open] summary::after { content: '\2212'; }
details.c94669 summary:hover { color: var(--n8a5b); }
details.c94669 > p { padding: 0 0 20px; color: var(--a3125); font-size: .9rem; line-height: 1.7; }
details.c94669 > div { padding: 0 0 20px; color: var(--a3125); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m6ea0); }

/* ===== INFO GRID & CARDS ===== */
.ge1c73 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k24a1f {
    background: linear-gradient(145deg, var(--jac7f), var(--mc97b));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--hd5ba); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k24a1f:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--a8736);
}
.cb8f95 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.k24a1f h3 {
    font-family: var(--ida34); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--pef3a);
}
.k24a1f p { color: var(--a3125); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.febf92 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pda9cb {
    background: linear-gradient(145deg, var(--jac7f), var(--mc97b));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--hd5ba); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pda9cb:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.pda9cb h3 {
    font-family: var(--ida34); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g85d8);
}
.pda9cb p { color: var(--a3125); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ia8b4a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j1c100 { text-align: center; padding: 22px 14px; }
.g04888 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--he7a9), var(--cb2b6));
    border-radius: 50%; font-family: var(--ida34);
    font-size: 1.15rem; font-weight: 800; color: var(--pef3a);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.j1c100 h3 {
    font-family: var(--ida34); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--pef3a);
}
.j1c100 p { color: var(--a3125); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.b49572 {
    background: linear-gradient(145deg, var(--jac7f), var(--mc97b));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ebf7f);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.h78718 { margin-top: 24px; }
.jf8e90 {
    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;
}
.jf8e90 > span:first-child { color: var(--a3125); text-align: left; }
.gf53b9 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.p75520 {
    height: 100%;
    background: linear-gradient(90deg, var(--he7a9) 0%, var(--g85d8) 100%);
    border-radius: 4px;
}
.jf8e90 > span:last-child { color: var(--g85d8); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.m959b8 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a03ea1, .ecfc0c {
    background: linear-gradient(145deg, var(--jac7f), var(--mc97b));
    border-radius: var(--hd5ba); padding: 24px 22px;
}
.a03ea1 { border-top: 3px solid var(--k9c64); }
.ecfc0c { border-top: 3px solid #C84040; }
.a03ea1 h3, .a03ea1 h4 { color: var(--k9c64); margin-bottom: 12px; font-size: 1rem; }
.ecfc0c h3, .ecfc0c h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.a03ea1 ul, .ecfc0c ul { list-style: none; padding: 0; margin: 0; }
.a03ea1 li::before { content: '\2713 '; color: var(--k9c64); font-weight: 700; }
.ecfc0c li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.a03ea1 li, .ecfc0c li { padding: 5px 0; color: var(--a3125); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.j15c42 {
    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(--m6ea0);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.j15c42 h2 {
    font-family: var(--ida34);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--g85d8), var(--n8a5b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j15c42 p { color: var(--a3125); 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(--he7a9);
    border-radius: var(--h19c2); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a3125); font-size: .9rem; }
.highlight-box strong { color: var(--n8a5b); }

/* ===== BREADCRUMB ===== */
.oea799 { padding: 14px 0; font-size: .82rem; }
.j5ca5c { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j5ca5c li + li::before { content: '\203A'; margin-right: 8px; color: var(--h1054); }
.oea799 a { color: var(--h1054); }
.oea799 a:hover { color: var(--n8a5b); }
.oea799 [aria-current] { color: var(--he7a9); }

/* ===== SITE FOOTER ===== */
.d5443c {
    background: var(--i92f7); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i0da95 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i0da95 a {
    color: var(--h1054); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i0da95 a:hover { color: var(--n8a5b); }

.h43684 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.h43684 p {
    color: var(--h1054); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.h43684 a { color: var(--he7a9); }
.i9b238 { text-align: center; color: var(--h1054); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.kfa757 { max-width: 800px; margin: 0 auto; }
.kfa757 p {
    color: var(--a3125); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.kfa757 p:last-child { margin-bottom: 0; }
.kfa757 strong { color: var(--pef3a); }
.kfa757 a { color: var(--n8a5b); text-decoration: underline; text-underline-offset: 3px; }
.kfa757 a:hover { color: var(--g85d8); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.p4008e {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hbecb5 { direction: rtl; }
.hbecb5 > * { direction: ltr; }
.n26f45 { border-radius: var(--ebf7f); overflow: hidden; }
.n26f45 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ebf7f);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.h353f7 { color: var(--a3125); font-size: .93rem; line-height: 1.7; }
.h353f7 strong { color: var(--pef3a); }
.h353f7 a { color: var(--n8a5b); }
@media (max-width: 768px) {
    .p4008e { grid-template-columns: 1fr; gap: 24px; }
    .hbecb5 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--jeebd);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--jeebd); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f1c51e {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--he7a9);
    color: var(--pef3a); 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(--a8736);
}
.f1c51e.j6873b { opacity: 1; visibility: visible; }
.f1c51e:hover { transform: translateY(-3px); background: var(--jeebd); }

/* ===== REVIEW SCORE (review page) ===== */
.l3b3a7 {
    font-family: var(--ida34); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--g85d8), var(--n8a5b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--g85d8); 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(--a3125); width: 55%; }
.score-table td:last-child { color: var(--g85d8); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k864f0 {
    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);
}
.k864f0 .ebcb94 { 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) {
    .g72d41 { display: none; }
    .c1f79d .df5310 { display: none; }
    .e096a9 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .m959b8 { grid-template-columns: 1fr; }
    section, .offe02 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i0da95 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ia8b4a { grid-template-columns: 1fr 1fr; }
    .ge1c73 { grid-template-columns: 1fr 1fr; }
    .jf8e90 { grid-template-columns: 1fr 100px auto; }
    .k864f0 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .d62388 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ia8b4a { grid-template-columns: 1fr; }
    .ge1c73 { grid-template-columns: 1fr; }
    .i2aedc { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l3b3a7 { font-size: 3.5rem; }
    .jf8e90 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .m959b8 { grid-template-columns: 1fr; }
    .b49572 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.a8e668 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.a8e668 summary.i32a16 {
    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(--pef3a);
    padding: 6px 11px;
    border-radius: var(--h19c2);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--iadd6);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.a8e668 summary.i32a16::-webkit-details-marker { display: none; }
.a8e668 summary.i32a16::marker { display: none; }
.a8e668:hover summary.i32a16,
.a8e668[open] summary.i32a16 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--g85d8);
}
.o8e2ea { font-size: .7rem; opacity: .7; transition: transform .2s; }
.a8e668[open] .o8e2ea { transform: rotate(180deg); }

.a4d79a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--jac7f);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--hd5ba);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.a8e668[open] .a4d79a {
    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); }
}
.a4d79a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d2259);
    border-radius: var(--h19c2);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a4d79a li a:hover,
.a4d79a li a.ldcadc {
    background: rgba(255,255,255,.08);
    color: var(--g85d8);
}
.a4d79a li a.ldcadc { font-weight: 700; }

/* Mobile lang bar */
.afa4bd {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.afa4bd 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(--h19c2);
    color: var(--d2259);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.afa4bd a:hover,
.afa4bd a.bcb6b8 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--g85d8);
}
.afa4bd a.bcb6b8 { font-weight: 700; }

@media (max-width: 768px) {
    .a8e668 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ge1c73, ul.oda5ba { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a19c4a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a19c4a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ia8b4a, ol.k45065 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.k45065 > li { counter-increment: step-counter; }
ol.k45065 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--he7a9); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.lb0216 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--he7a9); }
.e1ddde { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.fca403 { width: 36px; height: 36px; border-radius: 50%; background: var(--he7a9); color: var(--i92f7); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.g5212d h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l7ba2e { display: grid; grid-template-columns: 1fr; gap: 0; }
.gbbef7 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.gbbef7:last-child { border-bottom: none; }
.db82fb { font-weight: 600; padding: .75rem 1rem; color: var(--he7a9); }
.p1aca4 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.o794c9 .m18da1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.o794c9 .bff72e { display: none; }
.o794c9 .c94669.o63325 .bff72e { display: block; }

/* faq variant C: definition list */
dl.gf0970 { display: grid; gap: 0; }
dl.gf0970 dt.e49589 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.gf0970 dd.bff72e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ha9061 { padding: 2rem 0; }
.a27292 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.a27292 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--hd5ba); border: 1px solid var(--g85d8); color: var(--g85d8); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.a27292 li a:hover { background: var(--g85d8); color: var(--i92f7); }


/* Promo Banner (SVG image banners) */
.oa2053 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.nda0ad { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.nda0ad:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c6bd39 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.nfc54b { display: inline-block; vertical-align: middle; }
.cb8f95 .nfc54b { 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(--jac7f), var(--mc97b));
    border-radius: var(--hd5ba); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--h19c2); background: var(--m6ea0); }
.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(--g85d8); }
@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(--g85d8); 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; }
  .cda7c3 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ebcb94, .cda7c3, .d62388, .o404e5, .n79f65, .e096a9, .m18da1, .e49589, .f1c51e, .k864f0 a, .i32a16 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.cda7c3 { position: relative; overflow: visible; }
.cda7c3::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--g85d8); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.cda7c3:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.cda7c3::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(--g85d8); 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(--h19c2); background: var(--jac7f); 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(--h19c2); background: var(--jac7f); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--g85d8); }
.trust-item span { font-size: 0.7rem; color: var(--g85d8); 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(--jac7f); border-radius: var(--hd5ba); 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(--g85d8), var(--he7a9)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--i92f7); flex-shrink: 0; }
.review-stars { color: var(--g85d8); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--h1054); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d2259); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 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: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.6; }
body { font-size: 17px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.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: Art Deco Gold (deco) ===== */
:root{
  --cbg:#0A0E0C; --csurf:#10171A; --csurf2:#16211F;
  --ctext:#F3E9D2; --cmuted:#B7A98C; --cacc:#D4AF37; --cacc2:#1FA88E;
  --cbord:#3A3324; --cfh:'Cinzel',serif; --cfb:'Jost',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,.g05504,.ia00ab{font-family:var(--cfh);}
.p2b7c9{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.offe02{padding:58px 0;position:relative;}
.ge1c73{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.ge1c73.a19c4a{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.ia8b4a{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.m959b8{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.p4008e{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.hbecb5{direction:rtl;}.hbecb5>*{direction:ltr;}
.n26f45 img,.n26f45 svg{width:100%;height:auto;}
.h353f7 p{margin:0 0 1em;}
.gf0970{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.e49589{cursor:pointer;list-style:none;position:relative;}.e49589::-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;}
.c6bd39{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){
  .eb025a .p2b7c9{grid-template-columns:1fr !important;}
  .p4008e,.m959b8{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.hbecb5{direction:ltr;}
}

/* ART DECO GOLD — изумруд+золото, геометрика, золотые рамки, Cinzel */
body{background:radial-gradient(900px 500px at 50% -10%,rgba(212,175,55,0.1),transparent 60%),#0A0E0C!important;color:#F3E9D2!important;}
header,.d202a7{background:rgba(10,14,12,0.88)!important;border-bottom:1px solid rgba(212,175,55,0.45)!important;}
header a,nav a{color:#B7A98C!important;font-family:'Cinzel',serif;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;}header a:hover{color:#D4AF37!important;}
.eb025a{padding:90px 0 64px;}
.eb025a.has-art .p2b7c9{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;}
.g05504{font-family:'Cinzel',serif;font-weight:700;font-size:clamp(2.1rem,4.6vw,3.5rem);line-height:1.1;letter-spacing:.02em;color:#D4AF37!important;-webkit-text-fill-color:#D4AF37!important;background:none!important;}
.g05504::after{content:"";display:block;width:120px;height:0;border-top:2px solid #D4AF37;border-bottom:2px solid #D4AF37;height:6px;margin:20px 0 0;}
.e00246{color:#B7A98C;font-size:1.08rem;max-width:54ch;margin:20px 0 28px;}
.ia00ab{text-align:center;font-family:'Cinzel',serif;letter-spacing:.06em;text-transform:uppercase;color:#D4AF37!important;}
.ia00ab::after{content:"◆";display:block;color:#D4AF37;margin:12px auto 0;font-size:.9rem;}
.cda7c3,.n79f65{background:transparent!important;color:#D4AF37!important;border:2px solid #D4AF37!important;border-radius:0!important;font-family:'Cinzel',serif;text-transform:uppercase;letter-spacing:.1em;font-size:.86rem;}
.d62388{padding:15px 34px;}.cda7c3:hover,.n79f65:hover{background:rgba(212,175,55,0.14)!important;}
.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:18px;}
.hero-badge{background:none!important;border:none!important;border-bottom:1px solid rgba(212,175,55,0.5)!important;border-radius:0!important;color:#B7A98C!important;padding:0 0 6px!important;font-family:'Cinzel',serif;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;}
.k24a1f,.pda9cb,.j1c100,.a03ea1,.ecfc0c{background:#10171A!important;border:1px solid rgba(212,175,55,0.4)!important;border-radius:0!important;padding:26px;position:relative;box-shadow:inset 0 0 0 3px rgba(212,175,55,0.12)!important;transition:box-shadow .2s,transform .2s;}
.k24a1f:hover,.pda9cb:hover,.j1c100:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 3px rgba(212,175,55,0.3),0 16px 36px rgba(0,0,0,0.4)!important;}
.k24a1f h3,.pda9cb h3,.j1c100 h3{color:#D4AF37!important;font-family:'Cinzel',serif;font-weight:600;letter-spacing:.03em;}
.k24a1f p,.pda9cb p,.j1c100 p{color:#B7A98C!important;}
.h353f7{color:#B7A98C;}.h353f7 strong{color:#D4AF37;}.n26f45 img{border:1px solid rgba(212,175,55,0.5);border-radius:0;box-shadow:0 0 0 4px #0A0E0C,0 0 0 5px rgba(212,175,55,0.4);}
.l07e36{background:#16211F!important;}
.c94669{background:none!important;border:none!important;border-bottom:1px solid rgba(212,175,55,0.3)!important;border-radius:0!important;padding:6px 0;}
.e49589{color:#F3E9D2!important;font-family:'Cinzel',serif;letter-spacing:.02em;padding:16px 0;}
details.c94669 summary.e49589::after{content:"◆";position:absolute;right:0;top:16px;color:#D4AF37;font-size:.7rem;}details.c94669[open] summary.e49589::after{content:"◇";}
.bff72e{color:#B7A98C!important;padding-bottom:14px;}
.trust-item{background:none!important;border:1px solid #D4AF37!important;border-radius:0;padding:11px 17px;color:#D4AF37!important;font-family:'Cinzel',serif;text-transform:uppercase;font-size:.74rem;letter-spacing:.06em;}
.nda0ad{border:1px solid rgba(212,175,55,0.5);border-radius:0;display:block;overflow:hidden;box-shadow:0 0 0 4px #0A0E0C,0 0 0 5px rgba(212,175,55,0.4);}
footer,.d5443c{background:#0A0E0C!important;border-top:1px solid rgba(212,175,55,0.45)!important;}footer a{color:#B7A98C!important;}

.kfa757 strong,.p4008e strong,.faq strong,.m959b8 strong{color:inherit !important;}
