@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
/* ===== ELEGANT MINIMAL — Design System ===== */
:root {
    --k5804:        #C9A96E;
    --d1e4f:  #DDC490;
    --m31d5:   #A88B50;
    --p8bc8:         #C9A96E;
    --j7042:         #C9A96E;
    --kdb1c:    #A88B50;
    --cf9b8:         #6BAF8D;
    --p2857:    #4E8C6E;
    --c79e5:           #0C0C0C;
    --p3392:         #111111;
    --ed9f9:         #1A1A1A;
    --c3f45:         #222222;
    --c79e5-4:         #2A2A2A;
    --i2bc4:        #FFFFFF;
    --kd6b3:         #B8B0A0;
    --ee202:       #706858;
    --m68ca:       #B8B0A0;
    --o0d54:    'Playfair Display', Georgia, serif;
    --p357c:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --f6c7d:       0px;
    --ea59c:    0px;
    --cc165:    0px;
    --f6c7d-btn:   4px;
    --o1da2:        1100px;
    --ca904:       none;
    --dcc0c:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--k5804);
    --color-primary-light: var(--d1e4f);
    --color-primary-dark: var(--m31d5);
    --color-accent: var(--j7042);
    --color-accent-dark: var(--kdb1c);
    --color-secondary: var(--cf9b8);
    --color-secondary-dark: var(--p2857);
    --color-surface: var(--ed9f9);
    --color-surface-elevated: var(--c3f45);
    --color-on-surface: var(--i2bc4);
    --color-on-surface-muted: var(--kd6b3);
    --color-text: var(--i2bc4);
    --color-text-secondary: var(--m68ca);
    --text-heading: var(--o0d54);
    --text-body: var(--p357c);
    --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(--p357c);
    background: var(--c79e5);
    color: var(--i2bc4);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--k5804); text-decoration: none; transition: color .2s; }
a:hover { color: var(--d1e4f); }
img { max-width: 100%; height: auto; display: block; }

.j13653 { width: 92%; max-width: var(--o1da2); margin: 0 auto; }

.l981be {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l88663 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--k5804); color: var(--c79e5);
    padding: 8px 16px; border-radius: var(--f6c7d-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.l88663:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.j17926 {
    position: sticky; top: 0; z-index: 100;
    background: var(--c79e5);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.ca1c40 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.p1536b {
    font-family: var(--o0d54);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--i2bc4);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.p1536b:hover { color: var(--k5804); text-decoration: none; }

/* Main Nav */
.of526e { display: flex; align-items: center; gap: 20px; }
.o7994f {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.o7994f a {
    color: var(--kd6b3); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.o7994f a:hover { color: var(--k5804); text-decoration: none; }

/* Language Select */
.l835d4 {
    background: var(--ed9f9); color: var(--i2bc4);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--f6c7d-btn);
    padding: 6px 28px 6px 10px; font-size: .85rem;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23C9A96E'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.l835d4:hover, .l835d4:focus { border-color: var(--k5804); outline: none; }

/* Menu Toggle */
.a9e43f {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pce710, .pce710::before, .pce710::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--i2bc4); border-radius: 0; transition: transform .3s, opacity .3s;
}
.pce710 { position: relative; }
.pce710::before, .pce710::after { content: ''; position: absolute; left: 0; }
.pce710::before { top: -7px; }
.pce710::after { top: 7px; }

/* Mobile Nav */
.ca826b {
    display: none; position: fixed; inset: 0;
    background: rgba(12,12,12,.98); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.ca826b.o90567 { display: flex; }
.ab2ab6 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.ab2ab6 a {
    font-size: 1.15rem; font-weight: 500; color: var(--i2bc4); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--o0d54);
}
.ab2ab6 a:hover { color: var(--k5804); text-decoration: none; }

/* Mobile Nav Close */
.if6cdd {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--i2bc4); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.if6cdd:hover { border-color: var(--k5804); color: var(--k5804); }

/* ===== BUTTONS ===== */
.cbdcab {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--p357c); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--f6c7d-btn); border: none;
    cursor: pointer; transition: background .2s, color .2s, border-color .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: 0.04em;
    text-transform: uppercase;
}
.btn-primary {
    background: var(--k5804);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--m31d5);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--k5804);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--d1e4f); border-color: var(--k5804); }

/* Gold CTA -- main call-to-action */
@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 0 rgba(201,169,110,0); }
    50%      { box-shadow: 0 0 1px rgba(201,169,110,.05); }
}
.m2aeca {
    background: var(--k5804);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.m2aeca:hover {
    background: var(--m31d5);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.m17835 { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--f6c7d-btn); }
.be5f54 { padding: 8px 18px; font-size: .85rem; border-radius: var(--f6c7d-btn); }

/* Nav CTA in header */
.cb9969 {
    background: var(--k5804);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--f6c7d-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.cb9969:hover {
    background: var(--m31d5);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.o8656d {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--c79e5);
    position: relative; overflow: hidden;
}
.o8656d::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.d3daf8 {
    font-family: var(--o0d54);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--k5804);
    letter-spacing: 0.02em;
}
.a18d0a {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--kd6b3);
    max-width: 620px; margin: 0 auto 40px; line-height: 1.8;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(80px, 12vw, 140px) 0 clamp(64px, 10vw, 110px);
    text-align: center; overflow: hidden;
    background: var(--c79e5);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--o0d54);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--i2bc4);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--kd6b3);
    max-width: 640px; margin: 0 auto 36px; line-height: 1.8;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 40px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .88rem; color: var(--kd6b3);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--k5804); }

/* ===== SECTIONS ===== */
.b356b7 { padding: clamp(68px, 10vw, 100px) 0; }
.jcf2c5 { background: var(--p3392); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--k5804); margin-bottom: 14px;
}
.b356b7 h2, .gbca18 {
    font-family: var(--o0d54);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.b356b7 h3 {
    font-family: var(--o0d54); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--k5804);
}
.b356b7 p, .section-desc {
    color: var(--kd6b3); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.b356b7 ul, .b356b7 ol {
    color: var(--kd6b3); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.b356b7 li { margin-bottom: 8px; }
.b356b7 li strong { color: var(--i2bc4); }

/* ===== CARDS / GRID ===== */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: #141414;
    border: 1px solid #333;
    border-radius: 0; padding: 34px 28px;
    transition: border-color .25s;
}
.card:hover {
    border-color: rgba(201,169,110,.35);
}
.oe3201 { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--o0d54); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--i2bc4);
}
.card p { color: var(--kd6b3); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.i3857a { overflow-x: auto; margin: 28px 0; }
.j5e3cd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.j5e3cd thead th {
    background: transparent; color: var(--i2bc4); font-weight: 600;
    font-size: .85rem; text-align: left; padding: 14px 16px;
    border-bottom: 1px solid rgba(201,169,110,.2);
    letter-spacing: 0.04em; text-transform: uppercase;
}
.j5e3cd thead th:first-child { border-radius: 0; }
.j5e3cd thead th:last-child { border-radius: 0; }
.j5e3cd tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.j5e3cd tr:nth-child(even) { background: rgba(255,255,255,.02); }
.j5e3cd td { padding: 14px 16px; }
.j5e3cd td:first-child { color: var(--kd6b3); font-weight: 500; width: 42%; }
.j5e3cd td:last-child { color: var(--i2bc4); font-weight: 600; }
.j5e3cd tr:hover { background: rgba(255,255,255,.02); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 28px 18px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 18px;
    background: transparent;
    border: 1.5px solid var(--k5804);
    border-radius: 50%; font-family: var(--o0d54);
    font-size: 1.15rem; font-weight: 700; color: var(--k5804);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--kd6b3); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.a30c15 { max-width: 800px; margin: 0 auto; }
details.o7f313 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.o7f313 summary {
    display: block; list-style: none;
    color: var(--i2bc4); font-family: var(--p357c);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.o7f313 summary::-webkit-details-marker { display: none; }
details.o7f313 summary::marker { display: none; content: ''; }
details.o7f313 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--k5804); transition: transform .3s;
    font-weight: 300;
}
details.o7f313[open] summary::after { content: '\2212'; }
details.o7f313 summary:hover { color: var(--k5804); }
details.o7f313 > p { padding: 0 0 24px; color: var(--kd6b3); font-size: .9rem; line-height: 1.8; }
details.o7f313 > div { padding: 0 0 24px; color: var(--kd6b3); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--p3392); }

/* ===== INFO GRID & CARDS ===== */
.jcfcfa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.je1c96 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.je1c96:hover {
    border-color: rgba(201,169,110,.35);
}
.dabfc0 { font-size: 2rem; margin-bottom: 16px; display: block; }
.je1c96 h3 {
    font-family: var(--o0d54); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--i2bc4);
}
.je1c96 p { color: var(--kd6b3); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.lc83a3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.o00f3d {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.o00f3d:hover { border-color: rgba(201,169,110,.35); }
.o00f3d h3 {
    font-family: var(--o0d54); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--k5804);
}
.o00f3d p { color: var(--kd6b3); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.i4ed03 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.j2c4a6 { text-align: center; padding: 28px 16px; }
.h28855 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--k5804);
    border-radius: 50%; font-family: var(--o0d54);
    font-size: 1.15rem; font-weight: 700; color: var(--k5804);
    box-shadow: none;
}
.j2c4a6 h3 {
    font-family: var(--o0d54); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--i2bc4);
}
.j2c4a6 p { color: var(--kd6b3); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.h1e769 {
    background: #141414;
    border: 1px solid rgba(201,169,110,.15); border-radius: 0;
    padding: 44px 38px; text-align: center;
    max-width: 560px; margin: 0 auto 40px;
    box-shadow: none;
}
.j42cbe { margin-top: 28px; }
.lbd290 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.lbd290 > span:first-child { color: var(--kd6b3); text-align: left; }
.l009d0 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.b897e7 {
    height: 100%;
    background: var(--k5804);
    border-radius: 2px;
}
.lbd290 > span:last-child { color: var(--k5804); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.le2df6 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.n52b13, .oa9c6b {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.n52b13 { border-top: 2px solid var(--k5804); }
.oa9c6b { border-top: 2px solid #9E4444; }
.n52b13 h3, .n52b13 h4 { color: var(--cf9b8); margin-bottom: 14px; font-size: 1rem; font-family: var(--o0d54); }
.oa9c6b h3, .oa9c6b h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--o0d54); }
.n52b13 ul, .oa9c6b ul { list-style: none; padding: 0; margin: 0; }
.n52b13 li::before { content: '\2713 '; color: var(--cf9b8); font-weight: 700; }
.oa9c6b li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.n52b13 li, .oa9c6b li { padding: 6px 0; color: var(--kd6b3); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.d66858 {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--p3392);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.d66858 h2 {
    font-family: var(--o0d54);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--i2bc4);
    letter-spacing: 0.02em;
}
.d66858 p { color: var(--kd6b3); margin-bottom: 40px; font-size: .97rem; max-width: 540px; margin-left: auto; margin-right: auto; line-height: 1.8; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: rgba(201,169,110,.03);
    border: 1px solid rgba(201,169,110,.1); border-left: 3px solid var(--k5804);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--kd6b3); font-size: .9rem; }
.highlight-box strong { color: var(--k5804); }

/* ===== BREADCRUMB ===== */
.ic2abc { padding: 16px 0; font-size: .82rem; }
.o5eb06 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.o5eb06 li + li::before { content: '/'; margin-right: 8px; color: var(--ee202); font-weight: 300; }
.ic2abc a { color: var(--ee202); text-decoration: none; }
.ic2abc a:hover { color: var(--k5804); }
.ic2abc [aria-current] { color: var(--k5804); }

/* ===== SITE FOOTER ===== */
.ib738e {
    background: var(--c79e5); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.ie4603 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.ie4603 a {
    color: var(--ee202); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.ie4603 a:hover { color: var(--k5804); }

.dba445 {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.dba445 p {
    color: var(--ee202); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.dba445 a { color: var(--k5804); text-decoration: none; }
.dba445 a:hover { text-decoration: underline; }
.heef9b { text-align: center; color: var(--ee202); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.acd4d2 { max-width: 780px; margin: 0 auto; }
.acd4d2 p {
    color: var(--kd6b3); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.acd4d2 p:last-child { margin-bottom: 0; }
.acd4d2 strong { color: var(--i2bc4); }
.acd4d2 a { color: var(--k5804); text-decoration: underline; text-underline-offset: 3px; }
.acd4d2 a:hover { color: var(--d1e4f); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.he9d09 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.m3d549 { direction: rtl; }
.m3d549 > * { direction: ltr; }
.b7ce42 { overflow: hidden; }
.b7ce42 img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.mb9f61 { color: var(--kd6b3); font-size: .95rem; line-height: 1.8; }
.mb9f61 strong { color: var(--i2bc4); }
.mb9f61 a { color: var(--k5804); }
@media (max-width: 768px) {
    .he9d09 { grid-template-columns: 1fr; gap: 28px; }
    .m3d549 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--m31d5);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--m31d5); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.g17848 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--k5804); border: 1px solid var(--k5804); border-radius: 0;
    font-size: 1.1rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, background .2s, color .2s;
    z-index: 90; box-shadow: none;
}
.g17848.f65e62 { opacity: 1; visibility: visible; }
.g17848:hover { background: var(--k5804); color: var(--c79e5); }

/* ===== REVIEW SCORE (review page) ===== */
.l37431 {
    font-family: var(--o0d54); font-size: 5rem; font-weight: 800;
    color: var(--k5804);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k5804); letter-spacing: 4px; margin: 10px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: .9rem; }
.score-table td { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,.04); }
.score-table td:first-child { color: var(--kd6b3); width: 55%; }
.score-table td:last-child { color: var(--k5804); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.f2a360 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(12,12,12,.97);
    border-top: 1px solid rgba(201,169,110,.15);
    text-align: center;
    box-shadow: none;
}
.f2a360 .cbdcab { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.ge7476 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ge7476 summary.mc3db1 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--i2bc4);
    padding: 6px 11px;
    border-radius: var(--f6c7d-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p357c);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ge7476 summary.mc3db1::-webkit-details-marker { display: none; }
.ge7476 summary.mc3db1::marker { display: none; }
.ge7476:hover summary.mc3db1,
.ge7476[open] summary.mc3db1 {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--k5804);
}
.n6f36d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ge7476[open] .n6f36d { transform: rotate(180deg); }

.k5996b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ed9f9);
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 4px 20px rgba(0,0,0,.5);
    min-width: 160px;
}
.ge7476[open] .k5996b {
    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); }
}
.k5996b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--m68ca);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.k5996b li a:hover,
.k5996b li a.jc4d30 {
    background: rgba(201,169,110,.08);
    color: var(--k5804);
    text-decoration: none;
}
.k5996b li a.jc4d30 { font-weight: 700; }

/* Mobile lang bar */
.m85b2c {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.m85b2c a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    color: var(--m68ca);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.m85b2c a:hover,
.m85b2c a.pc997c {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--k5804);
    text-decoration: none;
}
.m85b2c a.pc997c { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .o7994f { display: none; }
    .of526e .l835d4 { display: none; }
    .a9e43f { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .le2df6 { grid-template-columns: 1fr; }
    section, .b356b7 { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .ie4603 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .i4ed03 { grid-template-columns: 1fr 1fr; }
    .jcfcfa { grid-template-columns: 1fr 1fr; }
    .lbd290 { grid-template-columns: 1fr 100px auto; }
    .f2a360 { display: block; }
    body { padding-bottom: 72px; }
    .ge7476 { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .m17835 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .i4ed03 { grid-template-columns: 1fr; }
    .jcfcfa { grid-template-columns: 1fr; }
    .ca1c40 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l37431 { font-size: 3.5rem; }
    .lbd290 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .le2df6 { grid-template-columns: 1fr; }
    .h1e769 { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.jcfcfa, ul.k55190 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.e4e83b { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .e4e83b { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.i4ed03, ol.b62843 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.b62843 > li { counter-increment: step-counter; }
ol.b62843 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--k5804); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.j03fa3 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--k5804); }
.b48959 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k9ebbe { width: 36px; height: 36px; border-radius: 50%; background: var(--k5804); color: var(--c79e5); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.oe1aa7 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p2d475 { display: grid; grid-template-columns: 1fr; gap: 0; }
.jdf0b1 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.jdf0b1:last-child { border-bottom: none; }
.b888c6 { font-weight: 600; padding: .75rem 1rem; color: var(--k5804); }
.ka750c { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.h69170 .o30dde { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.h69170 .a58d27 { display: none; }
.h69170 .o7f313.o90567 .a58d27 { display: block; }

/* faq variant C: definition list */
dl.a30c15 { display: grid; gap: 0; }
dl.a30c15 dt.cb3f3b { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.a30c15 dd.a58d27 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ja4ec8 { padding: 2rem 0; }
.g368c2 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.g368c2 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--f6c7d); border: 1px solid var(--j7042); color: var(--j7042); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.g368c2 li a:hover { background: var(--j7042); color: var(--c79e5); }


/* Promo Banner (SVG image banners) */
.ea0f38 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.e68ea5 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.e68ea5:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.ae34d7 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.oe3201 { display: inline-block; vertical-align: middle; }
.dabfc0 .oe3201 { 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(--ed9f9), var(--c3f45));
    border-radius: var(--f6c7d); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--cc165); background: var(--p3392); }
.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(--j7042); }
@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(--j7042); 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; }
  .m2aeca { animation: none; }
}
/* Touch targets: minimum 44x44px */
.cbdcab, .m2aeca, .m17835, .be5f54, .cb9969, .a9e43f, .o30dde, .cb3f3b, .g17848, .f2a360 a, .mc3db1 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.m2aeca { position: relative; overflow: visible; }
.m2aeca::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j7042); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.m2aeca:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.m2aeca::after { /* animation moved to ::after */ }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--j7042); 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(--cc165); background: var(--ed9f9); 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(--cc165); background: var(--ed9f9); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j7042); }
.trust-item span { font-size: 0.7rem; color: var(--j7042); 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(--ed9f9); border-radius: var(--f6c7d); 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(--j7042), var(--k5804)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c79e5); flex-shrink: 0; }
.review-stars { color: var(--j7042); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ee202); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--m68ca); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Midnight Luxe (luxe) ===== */
:root{
  --cbg:#07070B; --csurf:#0E0E15; --csurf2:#15151F;
  --ctext:#ECEAF2; --cmuted:#989AAE; --cacc:#D9B45B; --cacc2:#C8A24A;
  --cbord:#28283A; --cfh:'Cormorant Garamond',Georgia,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,.d3daf8,.gbca18{font-family:var(--cfh);}
.j13653{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.b356b7{padding:58px 0;position:relative;}
.jcfcfa{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.jcfcfa.e4e83b{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.i4ed03{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.le2df6{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.he9d09{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.m3d549{direction:rtl;}.m3d549>*{direction:ltr;}
.b7ce42 img,.b7ce42 svg{width:100%;height:auto;}
.mb9f61 p{margin:0 0 1em;}
.a30c15{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.cb3f3b{cursor:pointer;list-style:none;position:relative;}.cb3f3b::-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;}
.ae34d7{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){
  .o8656d .j13653{grid-template-columns:1fr !important;}
  .he9d09,.le2df6{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.m3d549{direction:ltr;}
}

/* MIDNIGHT LUXE — тёмный минимал-люкс, тонкие золотые линии, без карточек */
body{background:radial-gradient(1100px 560px at 50% -15%,rgba(217,180,91,0.1),transparent 60%),#07070B!important;}
header,.j17926{background:rgba(7,7,11,0.86)!important;border-bottom:1px solid rgba(217,180,91,0.18)!important;backdrop-filter:blur(10px);}
header a,nav a{color:#989AAE!important;letter-spacing:.04em;}header a:hover{color:#D9B45B!important;}
.o8656d{padding:96px 0 64px;}
.o8656d.has-art .j13653{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;}
.d3daf8{font-weight:600;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.04;letter-spacing:.005em;color:#ECEAF2!important;}
.d3daf8::after{content:"";display:block;width:90px;height:1px;background:#D9B45B;margin:22px 0 0;}
.a18d0a{color:#989AAE;font-size:1.12rem;max-width:54ch;margin:22px 0 30px;font-weight:300;}
.gbca18{text-align:center;font-weight:600;font-size:clamp(1.7rem,3vw,2.4rem);color:#ECEAF2!important;letter-spacing:.01em;}
.gbca18::after{content:"";display:block;width:60px;height:1px;background:#D9B45B;margin:16px auto 0;}
.m2aeca,.cb9969{background:transparent!important;color:#D9B45B!important;border:1px solid #D9B45B!important;border-radius:2px;
  text-transform:uppercase;letter-spacing:.12em;font-size:.86rem;font-weight:500;}
.m17835{padding:15px 36px;}.m2aeca:hover,.cb9969:hover{background:rgba(217,180,91,0.12)!important;}
.hero-trust{display:flex;gap:26px;flex-wrap:wrap;margin-top:8px;}
.hero-badge{background:none!important;border:none!important;color:#989AAE!important;padding:0;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;
  border-left:1px solid rgba(217,180,91,0.4)!important;padding-left:14px!important;border-radius:0!important;}
/* карточки = без фона, тонкая верхняя линия */
.je1c96,.o00f3d,.j2c4a6{background:none!important;border:none!important;border-top:1px solid rgba(217,180,91,0.35)!important;
  border-radius:0!important;padding:24px 18px;box-shadow:none!important;}
.je1c96 h3,.o00f3d h3,.j2c4a6 h3{color:#ECEAF2!important;font-family:var(--cfh);font-weight:600;font-size:1.18rem;}
.je1c96 p,.o00f3d p,.j2c4a6 p{color:#989AAE!important;}
.dabfc0 img,.oe3201{width:42px;height:42px;}
.mb9f61{color:#989AAE;font-size:1.04rem;}.mb9f61 strong{color:#ECEAF2;}
.b7ce42 img{border-radius:4px;}
.o7f313{background:none!important;border:none!important;border-bottom:1px solid rgba(236,234,242,0.08)!important;border-radius:0!important;padding:6px 0;}
.cb3f3b{color:#ECEAF2!important;font-family:var(--cfh);font-size:1.12rem;padding:16px 0;}
details.o7f313 summary.cb3f3b::after{content:"+";position:absolute;right:0;top:14px;color:#D9B45B;}
details.o7f313[open] summary.cb3f3b::after{content:"\2013";}
.a58d27{color:#989AAE!important;padding-bottom:14px;}
.trust-item{color:#989AAE!important;border:1px solid rgba(217,180,91,0.25);border-radius:2px;padding:12px 18px;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;}
.e68ea5{border-radius:4px;display:block;overflow:hidden;}
.jcf2c5{background:rgba(14,14,21,0.5)!important;}
footer,.ib738e{background:#07070B!important;border-top:1px solid rgba(217,180,91,0.18)!important;}
footer a{color:#989AAE!important;}

.acd4d2 strong,.he9d09 strong,.faq strong,.le2df6 strong{color:inherit !important;}
