@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 {
    --nacee:        #CD7F32;
    --l0cec:        #E0A050;
    --m0b06:        #A06020;
    --lefe0:        #D89040;
    --d4d3d:        #CD7F32;
    --a643b:        #A06020;
    --m42d7:        #B87333;
    --h2458:        #905828;
    --j2338:        #080604;
    --k6783:        #100C08;
    --j92a7:        #18140E;
    --c104d:        #201C14;
    --ce82a:        #FFFFFF;
    --c3365:        #A09080;
    --g375d:        #686050;
    --ebf26:        #A09080;
    --b3df9:    'Merriweather', serif;
    --b33be:    'Fira Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --deea5:       12px;
    --d27f6:    20px;
    --o2bdf:    8px;
    --a59dc:        1100px;
    --jb04f:       0 4px 24px rgba(0,0,0,.5);
    --j5cf0:         0 0 32px rgba(205,127,50,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--nacee);
    --color-primary-light: var(--l0cec);
    --color-primary-dark: var(--m0b06);
    --color-accent: var(--d4d3d);
    --color-accent-dark: var(--a643b);
    --color-secondary: var(--m42d7);
    --color-secondary-dark: var(--h2458);
    --color-surface: var(--j92a7);
    --color-surface-elevated: var(--c104d);
    --color-on-surface: var(--ce82a);
    --color-on-surface-muted: var(--c3365);
    --color-text: var(--ce82a);
    --color-text-secondary: var(--ebf26);
    --text-heading: var(--b3df9);
    --text-body: var(--b33be);
    --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(--b33be);
    background: var(--j2338);
    color: var(--ce82a);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--l0cec); text-decoration: none; transition: color .2s; }
a:hover { color: var(--d4d3d); }
img { max-width: 100%; height: auto; display: block; }

.c8a8ea { width: 92%; max-width: var(--a59dc); margin: 0 auto; }

.l275ea {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.n4dc2b {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--nacee); color: var(--ce82a);
    padding: 8px 16px; border-radius: var(--o2bdf);
    z-index: 999; transition: top .2s;
}
.n4dc2b:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.beef73 {
    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);
}
.g03be3 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a0a522 {
    font-family: var(--b3df9);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ce82a);
    white-space: nowrap; text-decoration: none;
}
.a0a522:hover { color: var(--d4d3d); }

/* Main Nav */
.g9d0bb { display: flex; align-items: center; gap: 20px; }
.ibb6fd {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.ibb6fd a {
    color: var(--c3365); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ibb6fd a:hover { color: var(--l0cec); }

/* Language Select */
.i1cd0f {
    background: var(--j92a7); color: var(--ce82a);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--o2bdf);
    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;
}
.i1cd0f:hover, .i1cd0f:focus { border-color: var(--nacee); outline: none; }

/* Menu Toggle */
.b254f9 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.m661b5, .m661b5::before, .m661b5::after {
    display: block; width: 24px; height: 2px;
    background: var(--ce82a); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.m661b5 { position: relative; }
.m661b5::before, .m661b5::after { content: ''; position: absolute; left: 0; }
.m661b5::before { top: -7px; }
.m661b5::after { top: 7px; }

/* Mobile Nav */
.ge2eb9 {
    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;
}
.ge2eb9.h1b388 { display: flex; }
.n5fb7f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.n5fb7f a {
    font-size: 1.2rem; font-weight: 600; color: var(--ce82a); text-decoration: none;
}
.n5fb7f a:hover { color: var(--l0cec); }

/* ===== BUTTONS ===== */
.id5b1e {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--b3df9); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--deea5); 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(--nacee) 0%, var(--lefe0) 100%);
    color: var(--ce82a); box-shadow: var(--j5cf0);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--ce82a);
}
.btn-secondary {
    background: transparent; color: var(--l0cec);
    border: 2px solid var(--nacee);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--d4d3d); }

/* 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); }
}
.j1d2a2 {
    background: linear-gradient(135deg, var(--d4d3d) 0%, #e8a020 55%, var(--a643b) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.j1d2a2:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ac90ec { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d27f6); }
.p76043 { padding: 8px 18px; font-size: .85rem; border-radius: var(--o2bdf); }

/* Nav CTA in header */
.ee3e46 {
    background: linear-gradient(135deg, var(--d4d3d) 0%, var(--a643b) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--o2bdf);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.ee3e46:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.pc903c {
    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(--j2338);
    position: relative; overflow: hidden;
}
.pc903c::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;
}
.ece3bc {
    font-family: var(--b3df9);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--d4d3d) 0%, var(--l0cec) 50%, var(--nacee) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e6b6a4 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--c3365);
    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(--j2338);
}
.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(--b3df9);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--d4d3d) 0%, var(--l0cec) 45%, var(--nacee) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--c3365);
    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(--c3365);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--o2bdf);
}
.hero-stat strong { color: var(--l0cec); }

/* ===== SECTIONS ===== */
.kc3401 { padding: clamp(52px, 7vw, 80px) 0; }
.d41b7a { background: var(--k6783); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--nacee); margin-bottom: 10px;
}
.kc3401 h2, .pe563e {
    font-family: var(--b3df9);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.kc3401 h3 {
    font-family: var(--b3df9); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--l0cec);
}
.kc3401 p, .section-desc {
    color: var(--c3365); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.kc3401 ul, .kc3401 ol {
    color: var(--c3365); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.kc3401 li { margin-bottom: 8px; }
.kc3401 li strong { color: var(--ce82a); }

/* ===== 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(--j92a7), var(--c104d));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--deea5); 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(--jb04f);
}
.ef123d { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--b3df9); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ce82a);
}
.card p { color: var(--c3365); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ac4d80 { overflow-x: auto; margin: 24px 0; border-radius: var(--o2bdf); }
.a6a8df { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.a6a8df thead th {
    background: var(--c104d); color: var(--ce82a); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.a6a8df thead th:first-child { border-radius: var(--o2bdf) 0 0 0; }
.a6a8df thead th:last-child { border-radius: 0 var(--o2bdf) 0 0; }
.a6a8df tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.a6a8df td { padding: 13px 16px; }
.a6a8df td:first-child { color: var(--c3365); font-weight: 500; width: 42%; }
.a6a8df td:last-child { color: var(--ce82a); font-weight: 600; }
.a6a8df 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(--nacee), var(--lefe0));
    border-radius: 50%; font-family: var(--b3df9);
    font-size: 1.2rem; font-weight: 700; color: var(--ce82a);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--c3365); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.f61061 { max-width: 800px; margin: 0 auto; }
details.n41115 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.n41115 summary {
    display: block; list-style: none;
    color: var(--ce82a); font-family: var(--b33be);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n41115 summary::-webkit-details-marker { display: none; }
details.n41115 summary::marker { display: none; content: ''; }
details.n41115 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--nacee); transition: transform .3s;
}
details.n41115[open] summary::after { content: '\2212'; }
details.n41115 summary:hover { color: var(--l0cec); }
details.n41115 > p { padding: 0 0 20px; color: var(--c3365); font-size: .9rem; line-height: 1.7; }
details.n41115 > div { padding: 0 0 20px; color: var(--c3365); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--k6783); }

/* ===== INFO GRID & CARDS ===== */
.f3dbd6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i1071c {
    background: linear-gradient(145deg, var(--j92a7), var(--c104d));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--deea5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i1071c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--jb04f);
}
.i6cb87 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.i1071c h3 {
    font-family: var(--b3df9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ce82a);
}
.i1071c p { color: var(--c3365); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j167dc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p12014 {
    background: linear-gradient(145deg, var(--j92a7), var(--c104d));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--deea5); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.p12014:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.p12014 h3 {
    font-family: var(--b3df9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d4d3d);
}
.p12014 p { color: var(--c3365); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.d2572d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c66f01 { text-align: center; padding: 22px 14px; }
.la5fb2 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--nacee), var(--lefe0));
    border-radius: 50%; font-family: var(--b3df9);
    font-size: 1.15rem; font-weight: 800; color: var(--ce82a);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.c66f01 h3 {
    font-family: var(--b3df9); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ce82a);
}
.c66f01 p { color: var(--c3365); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.f15c43 {
    background: linear-gradient(145deg, var(--j92a7), var(--c104d));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--d27f6);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.o5bf14 { margin-top: 24px; }
.b35d1b {
    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;
}
.b35d1b > span:first-child { color: var(--c3365); text-align: left; }
.i46bc7 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.bad4ab {
    height: 100%;
    background: linear-gradient(90deg, var(--nacee) 0%, var(--d4d3d) 100%);
    border-radius: 4px;
}
.b35d1b > span:last-child { color: var(--d4d3d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.j02130 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.i035e2, .nde7cc {
    background: linear-gradient(145deg, var(--j92a7), var(--c104d));
    border-radius: var(--deea5); padding: 24px 22px;
}
.i035e2 { border-top: 3px solid var(--m42d7); }
.nde7cc { border-top: 3px solid #C84040; }
.i035e2 h3, .i035e2 h4 { color: var(--m42d7); margin-bottom: 12px; font-size: 1rem; }
.nde7cc h3, .nde7cc h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.i035e2 ul, .nde7cc ul { list-style: none; padding: 0; margin: 0; }
.i035e2 li::before { content: '\2713 '; color: var(--m42d7); font-weight: 700; }
.nde7cc li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.i035e2 li, .nde7cc li { padding: 5px 0; color: var(--c3365); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.a73808 {
    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(--k6783);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.a73808 h2 {
    font-family: var(--b3df9);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--d4d3d), var(--l0cec));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a73808 p { color: var(--c3365); 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(--nacee);
    border-radius: var(--o2bdf); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--c3365); font-size: .9rem; }
.highlight-box strong { color: var(--l0cec); }

/* ===== BREADCRUMB ===== */
.od50d4 { padding: 14px 0; font-size: .82rem; }
.oae59d { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.oae59d li + li::before { content: '\203A'; margin-right: 8px; color: var(--g375d); }
.od50d4 a { color: var(--g375d); }
.od50d4 a:hover { color: var(--l0cec); }
.od50d4 [aria-current] { color: var(--nacee); }

/* ===== SITE FOOTER ===== */
.h72353 {
    background: var(--j2338); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.n90eb4 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.n90eb4 a {
    color: var(--g375d); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.n90eb4 a:hover { color: var(--l0cec); }

.bac2aa {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.bac2aa p {
    color: var(--g375d); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.bac2aa a { color: var(--nacee); }
.j8d45a { text-align: center; color: var(--g375d); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.jed855 { max-width: 800px; margin: 0 auto; }
.jed855 p {
    color: var(--c3365); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.jed855 p:last-child { margin-bottom: 0; }
.jed855 strong { color: var(--ce82a); }
.jed855 a { color: var(--l0cec); text-decoration: underline; text-underline-offset: 3px; }
.jed855 a:hover { color: var(--d4d3d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.j9914b {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.ccaac4 { direction: rtl; }
.ccaac4 > * { direction: ltr; }
.p9ed37 { border-radius: var(--d27f6); overflow: hidden; }
.p9ed37 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d27f6);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.k668ce { color: var(--c3365); font-size: .93rem; line-height: 1.7; }
.k668ce strong { color: var(--ce82a); }
.k668ce a { color: var(--l0cec); }
@media (max-width: 768px) {
    .j9914b { grid-template-columns: 1fr; gap: 24px; }
    .ccaac4 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--m0b06);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--m0b06); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h923cc {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--nacee);
    color: var(--ce82a); 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(--jb04f);
}
.h923cc.f3d46e { opacity: 1; visibility: visible; }
.h923cc:hover { transform: translateY(-3px); background: var(--m0b06); }

/* ===== REVIEW SCORE (review page) ===== */
.l4c657 {
    font-family: var(--b3df9); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--d4d3d), var(--l0cec));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--d4d3d); 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(--c3365); width: 55%; }
.score-table td:last-child { color: var(--d4d3d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ec2463 {
    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);
}
.ec2463 .id5b1e { 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) {
    .ibb6fd { display: none; }
    .g9d0bb .i1cd0f { display: none; }
    .b254f9 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .j02130 { grid-template-columns: 1fr; }
    section, .kc3401 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .n90eb4 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d2572d { grid-template-columns: 1fr 1fr; }
    .f3dbd6 { grid-template-columns: 1fr 1fr; }
    .b35d1b { grid-template-columns: 1fr 100px auto; }
    .ec2463 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ac90ec { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d2572d { grid-template-columns: 1fr; }
    .f3dbd6 { grid-template-columns: 1fr; }
    .g03be3 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l4c657 { font-size: 3.5rem; }
    .b35d1b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .j02130 { grid-template-columns: 1fr; }
    .f15c43 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.e0c5a5 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.e0c5a5 summary.g3a4ee {
    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(--ce82a);
    padding: 6px 11px;
    border-radius: var(--o2bdf);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--b33be);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.e0c5a5 summary.g3a4ee::-webkit-details-marker { display: none; }
.e0c5a5 summary.g3a4ee::marker { display: none; }
.e0c5a5:hover summary.g3a4ee,
.e0c5a5[open] summary.g3a4ee {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--d4d3d);
}
.b0bdba { font-size: .7rem; opacity: .7; transition: transform .2s; }
.e0c5a5[open] .b0bdba { transform: rotate(180deg); }

.la60fc {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--j92a7);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--deea5);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.e0c5a5[open] .la60fc {
    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); }
}
.la60fc li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ebf26);
    border-radius: var(--o2bdf);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.la60fc li a:hover,
.la60fc li a.ge2320 {
    background: rgba(255,255,255,.08);
    color: var(--d4d3d);
}
.la60fc li a.ge2320 { font-weight: 700; }

/* Mobile lang bar */
.m61e2f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.m61e2f 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(--o2bdf);
    color: var(--ebf26);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m61e2f a:hover,
.m61e2f a.ef45ff {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--d4d3d);
}
.m61e2f a.ef45ff { font-weight: 700; }

@media (max-width: 768px) {
    .e0c5a5 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f3dbd6, ul.c361e0 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.h3f797 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .h3f797 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d2572d, ol.d4252f { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.d4252f > li { counter-increment: step-counter; }
ol.d4252f > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--nacee); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.h0d538 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--nacee); }
.d1744d { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.e1087f { width: 36px; height: 36px; border-radius: 50%; background: var(--nacee); color: var(--j2338); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.p6ed1c h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k7f6f7 { display: grid; grid-template-columns: 1fr; gap: 0; }
.m94c9a { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.m94c9a:last-child { border-bottom: none; }
.n57215 { font-weight: 600; padding: .75rem 1rem; color: var(--nacee); }
.p2c734 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a91a8a .j27b1a { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a91a8a .k2c1b8 { display: none; }
.a91a8a .n41115.h1b388 .k2c1b8 { display: block; }

/* faq variant C: definition list */
dl.f61061 { display: grid; gap: 0; }
dl.f61061 dt.a2c1c7 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f61061 dd.k2c1b8 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.f77617 { padding: 2rem 0; }
.e867d1 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.e867d1 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--deea5); border: 1px solid var(--d4d3d); color: var(--d4d3d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.e867d1 li a:hover { background: var(--d4d3d); color: var(--j2338); }


/* Promo Banner (SVG image banners) */
.o44b47 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.g3b268 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.g3b268:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.le5bd9 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ef123d { display: inline-block; vertical-align: middle; }
.i6cb87 .ef123d { 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(--j92a7), var(--c104d));
    border-radius: var(--deea5); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--o2bdf); background: var(--k6783); }
.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(--d4d3d); }
@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(--d4d3d); 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; }
  .j1d2a2 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.id5b1e, .j1d2a2, .ac90ec, .p76043, .ee3e46, .b254f9, .j27b1a, .a2c1c7, .h923cc, .ec2463 a, .g3a4ee { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.j1d2a2 { position: relative; overflow: visible; }
.j1d2a2::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--d4d3d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.j1d2a2:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.j1d2a2::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(--d4d3d); 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(--o2bdf); background: var(--j92a7); 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(--o2bdf); background: var(--j92a7); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--d4d3d); }
.trust-item span { font-size: 0.7rem; color: var(--d4d3d); 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(--j92a7); border-radius: var(--deea5); 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(--d4d3d), var(--nacee)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--j2338); flex-shrink: 0; }
.review-stars { color: var(--d4d3d); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--g375d); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--ebf26); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.7; }
body { font-size: 16.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: scale(1.03); }


/* ===== 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,.ece3bc,.pe563e{font-family:var(--cfh);}
.c8a8ea{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.kc3401{padding:58px 0;position:relative;}
.f3dbd6{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.f3dbd6.h3f797{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.d2572d{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.j02130{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.j9914b{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.ccaac4{direction:rtl;}.ccaac4>*{direction:ltr;}
.p9ed37 img,.p9ed37 svg{width:100%;height:auto;}
.k668ce p{margin:0 0 1em;}
.f61061{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.a2c1c7{cursor:pointer;list-style:none;position:relative;}.a2c1c7::-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;}
.le5bd9{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){
  .pc903c .c8a8ea{grid-template-columns:1fr !important;}
  .j9914b,.j02130{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.ccaac4{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,.beef73{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;}
.pc903c{padding:90px 0 64px;}
.pc903c.has-art .c8a8ea{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center;}
.ece3bc{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;}
.ece3bc::after{content:"";display:block;width:120px;height:0;border-top:2px solid #D4AF37;border-bottom:2px solid #D4AF37;height:6px;margin:20px 0 0;}
.e6b6a4{color:#B7A98C;font-size:1.08rem;max-width:54ch;margin:20px 0 28px;}
.pe563e{text-align:center;font-family:'Cinzel',serif;letter-spacing:.06em;text-transform:uppercase;color:#D4AF37!important;}
.pe563e::after{content:"◆";display:block;color:#D4AF37;margin:12px auto 0;font-size:.9rem;}
.j1d2a2,.ee3e46{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;}
.ac90ec{padding:15px 34px;}.j1d2a2:hover,.ee3e46: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;}
.i1071c,.p12014,.c66f01,.i035e2,.nde7cc{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;}
.i1071c:hover,.p12014:hover,.c66f01: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;}
.i1071c h3,.p12014 h3,.c66f01 h3{color:#D4AF37!important;font-family:'Cinzel',serif;font-weight:600;letter-spacing:.03em;}
.i1071c p,.p12014 p,.c66f01 p{color:#B7A98C!important;}
.k668ce{color:#B7A98C;}.k668ce strong{color:#D4AF37;}.p9ed37 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);}
.d41b7a{background:#16211F!important;}
.n41115{background:none!important;border:none!important;border-bottom:1px solid rgba(212,175,55,0.3)!important;border-radius:0!important;padding:6px 0;}
.a2c1c7{color:#F3E9D2!important;font-family:'Cinzel',serif;letter-spacing:.02em;padding:16px 0;}
details.n41115 summary.a2c1c7::after{content:"◆";position:absolute;right:0;top:16px;color:#D4AF37;font-size:.7rem;}details.n41115[open] summary.a2c1c7::after{content:"◇";}
.k2c1b8{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;}
.g3b268{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,.h72353{background:#0A0E0C!important;border-top:1px solid rgba(212,175,55,0.45)!important;}footer a{color:#B7A98C!important;}

.jed855 strong,.j9914b strong,.faq strong,.j02130 strong{color:inherit !important;}
