@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Karla:wght@400;500;600;700&display=swap');
/* ===== VELVET WINE — Design System ===== */
:root {
    --c14dd:        #8B0000;
    --b3198:        #B03030;
    --pa2f9:        #600000;
    --k477b:        #A01020;
    --j62c7:        #C9A84C;
    --md48e:        #A08838;
    --j7dd3:        #8B0000;
    --e0e81:        #600000;
    --n47cf:        #080406;
    --b9598:        #100808;
    --keb02:        #180C0C;
    --i93e5:        #201010;
    --oe1e9:        #FFFFFF;
    --c73fd:        #A09090;
    --l0be2:        #685858;
    --k0e7a:        #A09090;
    --mb5b5:    'Libre Baskerville', serif;
    --f8d42:    'Karla', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ja017:       12px;
    --j01b9:    20px;
    --i4f17:    8px;
    --ia070:        1100px;
    --ga775:       0 4px 24px rgba(0,0,0,.5);
    --jc8b6:         0 0 32px rgba(201,168,76,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--c14dd);
    --color-primary-light: var(--b3198);
    --color-primary-dark: var(--pa2f9);
    --color-accent: var(--j62c7);
    --color-accent-dark: var(--md48e);
    --color-secondary: var(--j7dd3);
    --color-secondary-dark: var(--e0e81);
    --color-surface: var(--keb02);
    --color-surface-elevated: var(--i93e5);
    --color-on-surface: var(--oe1e9);
    --color-on-surface-muted: var(--c73fd);
    --color-text: var(--oe1e9);
    --color-text-secondary: var(--k0e7a);
    --text-heading: var(--mb5b5);
    --text-body: var(--f8d42);
    --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(--f8d42);
    background: var(--n47cf);
    color: var(--oe1e9);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--b3198); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j62c7); }
img { max-width: 100%; height: auto; display: block; }

.i20383 { width: 92%; max-width: var(--ia070); margin: 0 auto; }

.n5ebf2 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.a72d9f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--c14dd); color: var(--oe1e9);
    padding: 8px 16px; border-radius: var(--i4f17);
    z-index: 999; transition: top .2s;
}
.a72d9f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k70c20 {
    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);
}
.p1060f {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j432b2 {
    font-family: var(--mb5b5);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--oe1e9);
    white-space: nowrap; text-decoration: none;
}
.j432b2:hover { color: var(--j62c7); }

/* Main Nav */
.a1684e { display: flex; align-items: center; gap: 20px; }
.l6c75b {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.l6c75b a {
    color: var(--c73fd); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.l6c75b a:hover { color: var(--b3198); }

/* Language Select */
.lef0f1 {
    background: var(--keb02); color: var(--oe1e9);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--i4f17);
    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;
}
.lef0f1:hover, .lef0f1:focus { border-color: var(--c14dd); outline: none; }

/* Menu Toggle */
.p82919 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e160ac, .e160ac::before, .e160ac::after {
    display: block; width: 24px; height: 2px;
    background: var(--oe1e9); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e160ac { position: relative; }
.e160ac::before, .e160ac::after { content: ''; position: absolute; left: 0; }
.e160ac::before { top: -7px; }
.e160ac::after { top: 7px; }

/* Mobile Nav */
.h12d0a {
    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;
}
.h12d0a.l21a6d { display: flex; }
.nccf8e {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.nccf8e a {
    font-size: 1.2rem; font-weight: 600; color: var(--oe1e9); text-decoration: none;
}
.nccf8e a:hover { color: var(--b3198); }

/* ===== BUTTONS ===== */
.d66005 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--mb5b5); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ja017); 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(--c14dd) 0%, var(--k477b) 100%);
    color: var(--oe1e9); box-shadow: var(--jc8b6);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--oe1e9);
}
.btn-secondary {
    background: transparent; color: var(--b3198);
    border: 2px solid var(--c14dd);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j62c7); }

/* 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); }
}
.m7a6c6 {
    background: linear-gradient(135deg, var(--j62c7) 0%, #e8a020 55%, var(--md48e) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.m7a6c6:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.o3e7f4 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--j01b9); }
.b9d1b3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--i4f17); }

/* Nav CTA in header */
.n823e0 {
    background: linear-gradient(135deg, var(--j62c7) 0%, var(--md48e) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--i4f17);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.n823e0:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.d521d9 {
    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(--n47cf);
    position: relative; overflow: hidden;
}
.d521d9::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;
}
.o6e30e {
    font-family: var(--mb5b5);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j62c7) 0%, var(--b3198) 50%, var(--c14dd) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.jb4bc7 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--c73fd);
    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(--n47cf);
}
.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(--mb5b5);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j62c7) 0%, var(--b3198) 45%, var(--c14dd) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--c73fd);
    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(--c73fd);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--i4f17);
}
.hero-stat strong { color: var(--b3198); }

/* ===== SECTIONS ===== */
.a72373 { padding: clamp(52px, 7vw, 80px) 0; }
.fba976 { background: var(--b9598); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--c14dd); margin-bottom: 10px;
}
.a72373 h2, .k5f77b {
    font-family: var(--mb5b5);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.a72373 h3 {
    font-family: var(--mb5b5); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--b3198);
}
.a72373 p, .section-desc {
    color: var(--c73fd); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a72373 ul, .a72373 ol {
    color: var(--c73fd); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a72373 li { margin-bottom: 8px; }
.a72373 li strong { color: var(--oe1e9); }

/* ===== 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(--keb02), var(--i93e5));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--ja017); 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(--ga775);
}
.mc0868 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--mb5b5); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--oe1e9);
}
.card p { color: var(--c73fd); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.edf685 { overflow-x: auto; margin: 24px 0; border-radius: var(--i4f17); }
.c34e1f { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.c34e1f thead th {
    background: var(--i93e5); color: var(--oe1e9); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.c34e1f thead th:first-child { border-radius: var(--i4f17) 0 0 0; }
.c34e1f thead th:last-child { border-radius: 0 var(--i4f17) 0 0; }
.c34e1f tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.c34e1f td { padding: 13px 16px; }
.c34e1f td:first-child { color: var(--c73fd); font-weight: 500; width: 42%; }
.c34e1f td:last-child { color: var(--oe1e9); font-weight: 600; }
.c34e1f 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(--c14dd), var(--k477b));
    border-radius: 50%; font-family: var(--mb5b5);
    font-size: 1.2rem; font-weight: 700; color: var(--oe1e9);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--c73fd); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.feabc7 { max-width: 800px; margin: 0 auto; }
details.ga0c07 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ga0c07 summary {
    display: block; list-style: none;
    color: var(--oe1e9); font-family: var(--f8d42);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ga0c07 summary::-webkit-details-marker { display: none; }
details.ga0c07 summary::marker { display: none; content: ''; }
details.ga0c07 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--c14dd); transition: transform .3s;
}
details.ga0c07[open] summary::after { content: '\2212'; }
details.ga0c07 summary:hover { color: var(--b3198); }
details.ga0c07 > p { padding: 0 0 20px; color: var(--c73fd); font-size: .9rem; line-height: 1.7; }
details.ga0c07 > div { padding: 0 0 20px; color: var(--c73fd); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--b9598); }

/* ===== INFO GRID & CARDS ===== */
.d3dec0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m7c460 {
    background: linear-gradient(145deg, var(--keb02), var(--i93e5));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--ja017); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m7c460:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ga775);
}
.pf9b6d { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.m7c460 h3 {
    font-family: var(--mb5b5); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--oe1e9);
}
.m7c460 p { color: var(--c73fd); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ddee8e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a3e4a4 {
    background: linear-gradient(145deg, var(--keb02), var(--i93e5));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--ja017); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a3e4a4:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.a3e4a4 h3 {
    font-family: var(--mb5b5); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j62c7);
}
.a3e4a4 p { color: var(--c73fd); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ada1dc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d6ab5f { text-align: center; padding: 22px 14px; }
.bdfd0b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--c14dd), var(--k477b));
    border-radius: 50%; font-family: var(--mb5b5);
    font-size: 1.15rem; font-weight: 800; color: var(--oe1e9);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.d6ab5f h3 {
    font-family: var(--mb5b5); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--oe1e9);
}
.d6ab5f p { color: var(--c73fd); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.e205f4 {
    background: linear-gradient(145deg, var(--keb02), var(--i93e5));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--j01b9);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.e04647 { margin-top: 24px; }
.e5347b {
    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;
}
.e5347b > span:first-child { color: var(--c73fd); text-align: left; }
.a258d2 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.j84922 {
    height: 100%;
    background: linear-gradient(90deg, var(--c14dd) 0%, var(--j62c7) 100%);
    border-radius: 4px;
}
.e5347b > span:last-child { color: var(--j62c7); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.be4adb { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c2ac6c, .fe8a4c {
    background: linear-gradient(145deg, var(--keb02), var(--i93e5));
    border-radius: var(--ja017); padding: 24px 22px;
}
.c2ac6c { border-top: 3px solid var(--j7dd3); }
.fe8a4c { border-top: 3px solid #C84040; }
.c2ac6c h3, .c2ac6c h4 { color: var(--j7dd3); margin-bottom: 12px; font-size: 1rem; }
.fe8a4c h3, .fe8a4c h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.c2ac6c ul, .fe8a4c ul { list-style: none; padding: 0; margin: 0; }
.c2ac6c li::before { content: '\2713 '; color: var(--j7dd3); font-weight: 700; }
.fe8a4c li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.c2ac6c li, .fe8a4c li { padding: 5px 0; color: var(--c73fd); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.h97d51 {
    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(--b9598);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.h97d51 h2 {
    font-family: var(--mb5b5);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j62c7), var(--b3198));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.h97d51 p { color: var(--c73fd); 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(--c14dd);
    border-radius: var(--i4f17); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--c73fd); font-size: .9rem; }
.highlight-box strong { color: var(--b3198); }

/* ===== BREADCRUMB ===== */
.ied9ab { padding: 14px 0; font-size: .82rem; }
.f255cb { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.f255cb li + li::before { content: '\203A'; margin-right: 8px; color: var(--l0be2); }
.ied9ab a { color: var(--l0be2); }
.ied9ab a:hover { color: var(--b3198); }
.ied9ab [aria-current] { color: var(--c14dd); }

/* ===== SITE FOOTER ===== */
.i81c61 {
    background: var(--n47cf); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.ff8fb2 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.ff8fb2 a {
    color: var(--l0be2); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.ff8fb2 a:hover { color: var(--b3198); }

.b0b540 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.b0b540 p {
    color: var(--l0be2); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.b0b540 a { color: var(--c14dd); }
.bb51bb { text-align: center; color: var(--l0be2); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.cdf553 { max-width: 800px; margin: 0 auto; }
.cdf553 p {
    color: var(--c73fd); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.cdf553 p:last-child { margin-bottom: 0; }
.cdf553 strong { color: var(--oe1e9); }
.cdf553 a { color: var(--b3198); text-decoration: underline; text-underline-offset: 3px; }
.cdf553 a:hover { color: var(--j62c7); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.g792d9 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.p117f9 { direction: rtl; }
.p117f9 > * { direction: ltr; }
.j0b296 { border-radius: var(--j01b9); overflow: hidden; }
.j0b296 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--j01b9);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.l0f45f { color: var(--c73fd); font-size: .93rem; line-height: 1.7; }
.l0f45f strong { color: var(--oe1e9); }
.l0f45f a { color: var(--b3198); }
@media (max-width: 768px) {
    .g792d9 { grid-template-columns: 1fr; gap: 24px; }
    .p117f9 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--pa2f9);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--pa2f9); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.c7b5ad {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--c14dd);
    color: var(--oe1e9); 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(--ga775);
}
.c7b5ad.b850ce { opacity: 1; visibility: visible; }
.c7b5ad:hover { transform: translateY(-3px); background: var(--pa2f9); }

/* ===== REVIEW SCORE (review page) ===== */
.n11314 {
    font-family: var(--mb5b5); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j62c7), var(--b3198));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j62c7); 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(--c73fd); width: 55%; }
.score-table td:last-child { color: var(--j62c7); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.l5f557 {
    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);
}
.l5f557 .d66005 { 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) {
    .l6c75b { display: none; }
    .a1684e .lef0f1 { display: none; }
    .p82919 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .be4adb { grid-template-columns: 1fr; }
    section, .a72373 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .ff8fb2 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ada1dc { grid-template-columns: 1fr 1fr; }
    .d3dec0 { grid-template-columns: 1fr 1fr; }
    .e5347b { grid-template-columns: 1fr 100px auto; }
    .l5f557 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .o3e7f4 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ada1dc { grid-template-columns: 1fr; }
    .d3dec0 { grid-template-columns: 1fr; }
    .p1060f { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .n11314 { font-size: 3.5rem; }
    .e5347b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .be4adb { grid-template-columns: 1fr; }
    .e205f4 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.o6e11f {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.o6e11f summary.d697ea {
    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(--oe1e9);
    padding: 6px 11px;
    border-radius: var(--i4f17);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--f8d42);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.o6e11f summary.d697ea::-webkit-details-marker { display: none; }
.o6e11f summary.d697ea::marker { display: none; }
.o6e11f:hover summary.d697ea,
.o6e11f[open] summary.d697ea {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j62c7);
}
.jbbf61 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.o6e11f[open] .jbbf61 { transform: rotate(180deg); }

.p76ab1 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--keb02);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ja017);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.o6e11f[open] .p76ab1 {
    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); }
}
.p76ab1 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--k0e7a);
    border-radius: var(--i4f17);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.p76ab1 li a:hover,
.p76ab1 li a.hbcfdd {
    background: rgba(255,255,255,.08);
    color: var(--j62c7);
}
.p76ab1 li a.hbcfdd { font-weight: 700; }

/* Mobile lang bar */
.d52c50 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.d52c50 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(--i4f17);
    color: var(--k0e7a);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d52c50 a:hover,
.d52c50 a.p8ccd2 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j62c7);
}
.d52c50 a.p8ccd2 { font-weight: 700; }

@media (max-width: 768px) {
    .o6e11f { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.d3dec0, ul.eb068e { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.m8f4b2 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .m8f4b2 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ada1dc, ol.kf96e1 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.kf96e1 > li { counter-increment: step-counter; }
ol.kf96e1 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--c14dd); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.k6cbca { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--c14dd); }
.l4c669 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.nc5b13 { width: 36px; height: 36px; border-radius: 50%; background: var(--c14dd); color: var(--n47cf); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.mc5125 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.b880b4 { display: grid; grid-template-columns: 1fr; gap: 0; }
.m2a793 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.m2a793:last-child { border-bottom: none; }
.c97cfb { font-weight: 600; padding: .75rem 1rem; color: var(--c14dd); }
.n95a41 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.gc85bf .h687a5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.gc85bf .hea68d { display: none; }
.gc85bf .ga0c07.l21a6d .hea68d { display: block; }

/* faq variant C: definition list */
dl.feabc7 { display: grid; gap: 0; }
dl.feabc7 dt.pf345a { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.feabc7 dd.hea68d { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gef1ba { padding: 2rem 0; }
.m4f211 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.m4f211 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ja017); border: 1px solid var(--j62c7); color: var(--j62c7); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.m4f211 li a:hover { background: var(--j62c7); color: var(--n47cf); }


/* Promo Banner (SVG image banners) */
.kad357 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ob6277 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ob6277:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.g9bf2d { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.mc0868 { display: inline-block; vertical-align: middle; }
.pf9b6d .mc0868 { 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(--keb02), var(--i93e5));
    border-radius: var(--ja017); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--i4f17); background: var(--b9598); }
.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(--j62c7); }
@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(--j62c7); 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; }
  .m7a6c6 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d66005, .m7a6c6, .o3e7f4, .b9d1b3, .n823e0, .p82919, .h687a5, .pf345a, .c7b5ad, .l5f557 a, .d697ea { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.m7a6c6 { position: relative; overflow: visible; }
.m7a6c6::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j62c7); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.m7a6c6:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.m7a6c6::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(--j62c7); 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(--i4f17); background: var(--keb02); 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(--i4f17); background: var(--keb02); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j62c7); }
.trust-item span { font-size: 0.7rem; color: var(--j62c7); 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(--keb02); border-radius: var(--ja017); 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(--j62c7), var(--c14dd)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--n47cf); flex-shrink: 0; }
.review-stars { color: var(--j62c7); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--l0be2); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--k0e7a); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.8; }
body { font-size: 15px; }
.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: scale(1.03); }


/* ===== USA design language: Vinyl Jazz (vinyl) ===== */
:root{
  --cbg:#0E0606; --csurf:#1A0E0E; --csurf2:#261212;
  --ctext:#F3E2C9; --cmuted:#B49680; --cacc:#E5A857; --cacc2:#6A1212;
  --cbord:#3A201C; --cfh:'Yeseva One',serif; --cfb:'Lora',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,.o6e30e,.k5f77b{font-family:var(--cfh);}
.i20383{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.a72373{padding:58px 0;position:relative;}
.d3dec0{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.d3dec0.m8f4b2{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.ada1dc{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.be4adb{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.g792d9{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.p117f9{direction:rtl;}.p117f9>*{direction:ltr;}
.j0b296 img,.j0b296 svg{width:100%;height:auto;}
.l0f45f p{margin:0 0 1em;}
.feabc7{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.pf345a{cursor:pointer;list-style:none;position:relative;}.pf345a::-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;}
.g9bf2d{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){
  .d521d9 .i20383{grid-template-columns:1fr !important;}
  .g792d9,.be4adb{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.p117f9{direction:ltr;}
}

/* VINYL JAZZ — bordeaux club, тёплый spot, Yeseva display, виниловые монеты */
body{background:
  radial-gradient(900px 600px at 50% -10%,rgba(229,168,87,0.32),transparent 60%),
  radial-gradient(720px 540px at 80% 110%,rgba(106,18,18,0.4),transparent 60%),
  linear-gradient(180deg,#0E0606 0%,#160806 100%)!important;background-attachment:fixed;color:#F3E2C9!important;}
header,.k70c20{background:rgba(14,6,6,0.92)!important;border-bottom:1px solid rgba(229,168,87,0.4)!important;}
header a,nav a{color:#B49680!important;font-family:'Lora',serif;font-size:.92rem;letter-spacing:.02em;}header a:hover{color:#E5A857!important;}
.d521d9{padding:88px 0 60px;border-bottom:1px solid rgba(229,168,87,0.3);background:transparent!important;}.d521d9::before{display:none!important;}
.d521d9.has-art .i20383{display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center;}
.o6e30e{font-family:'Yeseva One',serif;font-weight:400;font-size:clamp(2.4rem,5.6vw,4.4rem);line-height:1.0;color:#E5A857!important;-webkit-text-fill-color:#E5A857!important;background:none!important;letter-spacing:-.01em;text-shadow:0 4px 20px rgba(106,18,18,0.5);}
.jb4bc7{color:#B49680;font-family:'Lora',serif;font-style:italic;font-size:1.18rem;max-width:54ch;margin:22px 0 28px;}
.k5f77b{text-align:left;font-family:'Yeseva One',serif;font-weight:400;font-size:clamp(1.8rem,3.6vw,2.8rem);color:#E5A857!important;border-bottom:1px solid rgba(229,168,87,0.4);padding-bottom:12px;margin-bottom:28px;}
.k5f77b::before{content:"♪ ";color:#E5A857;}
.m7a6c6,.n823e0{background:linear-gradient(180deg,#E5A857,#B78645)!important;color:#0E0606!important;border:1px solid #A0753C!important;border-radius:6px;font-family:'Yeseva One',serif;font-size:1rem;letter-spacing:.02em;box-shadow:0 8px 24px rgba(229,168,87,0.45);}
.o3e7f4{padding:13px 30px;}.m7a6c6:hover,.n823e0:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(229,168,87,0.6);}
.hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:18px;border-top:1px solid rgba(229,168,87,0.3);padding-top:14px;}
.hero-badge{background:none!important;border:none!important;border-radius:0!important;color:#B49680!important;padding:0!important;font-family:'Lora',serif;font-style:italic;font-size:.92rem;border-right:1px solid rgba(229,168,87,0.3)!important;padding-right:18px!important;}
.m7c460,.a3e4a4,.d6ab5f,.c2ac6c,.fe8a4c{background:linear-gradient(160deg,#1A0E0E,#261212)!important;border:1px solid rgba(229,168,87,0.4)!important;border-radius:8px;padding:26px;box-shadow:inset 0 1px 0 rgba(229,168,87,0.15),0 12px 28px #00000080!important;transition:box-shadow .2s,transform .2s;}
.m7c460:hover,.a3e4a4:hover,.d6ab5f:hover{transform:translateY(-4px);box-shadow:inset 0 1px 0 rgba(229,168,87,0.3),0 18px 38px rgba(229,168,87,0.35)!important;border-color:#E5A857!important;}
.m7c460 h3,.a3e4a4 h3,.d6ab5f h3{color:#E5A857!important;font-family:'Yeseva One',serif;font-weight:400;font-size:1.22rem;}
.m7c460 p,.a3e4a4 p,.d6ab5f p{color:#B49680!important;font-family:'Lora',serif;}
.a3e4a4{border-left:3px solid #E5A857!important;}
.l0f45f{color:#B49680;font-family:'Lora',serif;font-size:1.05rem;line-height:1.75;}.l0f45f strong{color:#E5A857;}.j0b296 img{border:1px solid rgba(229,168,87,0.4);border-radius:8px;box-shadow:0 14px 36px #00000080;}
.fba976{background:rgba(26,14,14,0.4)!important;}
.ga0c07{background:rgba(26,14,14,0.55)!important;border:1px solid rgba(229,168,87,0.3)!important;border-radius:6px;padding:4px 20px;}
.pf345a{color:#F3E2C9!important;font-family:'Yeseva One',serif;font-size:1.14rem;padding:15px 0;}
details.ga0c07 summary.pf345a::after{content:"♪";position:absolute;right:0;top:14px;color:#E5A857;}details.ga0c07[open] summary.pf345a::after{content:"♫";}
.hea68d{color:#B49680!important;font-family:'Lora',serif;padding-bottom:14px;}
.trust-item{background:rgba(26,14,14,0.6)!important;border:1px solid rgba(229,168,87,0.45)!important;border-radius:6px;padding:11px 18px;color:#F3E2C9!important;font-family:'Lora',serif;font-style:italic;}
.ob6277{border:1px solid rgba(229,168,87,0.4);border-radius:8px;display:block;overflow:hidden;box-shadow:0 14px 36px #000000a0;}
footer,.i81c61{background:#0E0606!important;border-top:1px solid rgba(229,168,87,0.4)!important;}footer a{color:#B49680!important;}

.cdf553 strong,.g792d9 strong,.faq strong,.be4adb strong{color:inherit !important;}
