@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 {
    --je38d:        #C9A96E;
    --cc5b4:  #DDC490;
    --m699a:   #A88B50;
    --fa0e2:         #C9A96E;
    --i9ba9:         #C9A96E;
    --ba58f:    #A88B50;
    --kb10f:         #6BAF8D;
    --g7ba7:    #4E8C6E;
    --d3f7a:           #0C0C0C;
    --fcd23:         #111111;
    --c9694:         #1A1A1A;
    --ib352:         #222222;
    --d3f7a-4:         #2A2A2A;
    --p27e5:        #FFFFFF;
    --k5459:         #B8B0A0;
    --k8aad:       #706858;
    --obd35:       #B8B0A0;
    --bc483:    'Playfair Display', Georgia, serif;
    --i0287:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --o60d8:       0px;
    --b23d4:    0px;
    --nd896:    0px;
    --o60d8-btn:   4px;
    --n9904:        1100px;
    --o08b0:       none;
    --p01d2:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--je38d);
    --color-primary-light: var(--cc5b4);
    --color-primary-dark: var(--m699a);
    --color-accent: var(--i9ba9);
    --color-accent-dark: var(--ba58f);
    --color-secondary: var(--kb10f);
    --color-secondary-dark: var(--g7ba7);
    --color-surface: var(--c9694);
    --color-surface-elevated: var(--ib352);
    --color-on-surface: var(--p27e5);
    --color-on-surface-muted: var(--k5459);
    --color-text: var(--p27e5);
    --color-text-secondary: var(--obd35);
    --text-heading: var(--bc483);
    --text-body: var(--i0287);
    --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(--i0287);
    background: var(--d3f7a);
    color: var(--p27e5);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--je38d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--cc5b4); }
img { max-width: 100%; height: auto; display: block; }

.g49df6 { width: 92%; max-width: var(--n9904); margin: 0 auto; }

.g98537 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.jecb2d {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--je38d); color: var(--d3f7a);
    padding: 8px 16px; border-radius: var(--o60d8-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.jecb2d:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.p7af21 {
    position: sticky; top: 0; z-index: 100;
    background: var(--d3f7a);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.gc2dd0 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.i8e086 {
    font-family: var(--bc483);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p27e5);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.i8e086:hover { color: var(--je38d); text-decoration: none; }

/* Main Nav */
.g6020d { display: flex; align-items: center; gap: 20px; }
.l6efd3 {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.l6efd3 a {
    color: var(--k5459); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.l6efd3 a:hover { color: var(--je38d); text-decoration: none; }

/* Language Select */
.ld27f4 {
    background: var(--c9694); color: var(--p27e5);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--o60d8-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;
}
.ld27f4:hover, .ld27f4:focus { border-color: var(--je38d); outline: none; }

/* Menu Toggle */
.nbc616 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e19328, .e19328::before, .e19328::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--p27e5); border-radius: 0; transition: transform .3s, opacity .3s;
}
.e19328 { position: relative; }
.e19328::before, .e19328::after { content: ''; position: absolute; left: 0; }
.e19328::before { top: -7px; }
.e19328::after { top: 7px; }

/* Mobile Nav */
.c708f8 {
    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;
}
.c708f8.f47ede { display: flex; }
.o53339 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.o53339 a {
    font-size: 1.15rem; font-weight: 500; color: var(--p27e5); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--bc483);
}
.o53339 a:hover { color: var(--je38d); text-decoration: none; }

/* Mobile Nav Close */
.lc169e {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--p27e5); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.lc169e:hover { border-color: var(--je38d); color: var(--je38d); }

/* ===== BUTTONS ===== */
.i034e8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--i0287); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--o60d8-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(--je38d);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--m699a);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--je38d);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--cc5b4); border-color: var(--je38d); }

/* 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); }
}
.k0b9dd {
    background: var(--je38d);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.k0b9dd:hover {
    background: var(--m699a);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.ba2c2a { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--o60d8-btn); }
.m57053 { padding: 8px 18px; font-size: .85rem; border-radius: var(--o60d8-btn); }

/* Nav CTA in header */
.g6d230 {
    background: var(--je38d);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--o60d8-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.g6d230:hover {
    background: var(--m699a);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.naf44c {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--d3f7a);
    position: relative; overflow: hidden;
}
.naf44c::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.p6841c {
    font-family: var(--bc483);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--je38d);
    letter-spacing: 0.02em;
}
.j9a271 {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--k5459);
    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(--d3f7a);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--bc483);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--p27e5);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--k5459);
    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(--k5459);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--je38d); }

/* ===== SECTIONS ===== */
.c10f3c { padding: clamp(68px, 10vw, 100px) 0; }
.n34e99 { background: var(--fcd23); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--je38d); margin-bottom: 14px;
}
.c10f3c h2, .od12bc {
    font-family: var(--bc483);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.c10f3c h3 {
    font-family: var(--bc483); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--je38d);
}
.c10f3c p, .section-desc {
    color: var(--k5459); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.c10f3c ul, .c10f3c ol {
    color: var(--k5459); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.c10f3c li { margin-bottom: 8px; }
.c10f3c li strong { color: var(--p27e5); }

/* ===== 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);
}
.acf492 { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--bc483); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--p27e5);
}
.card p { color: var(--k5459); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.ncd59d { overflow-x: auto; margin: 28px 0; }
.efff33 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.efff33 thead th {
    background: transparent; color: var(--p27e5); 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;
}
.efff33 thead th:first-child { border-radius: 0; }
.efff33 thead th:last-child { border-radius: 0; }
.efff33 tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.efff33 tr:nth-child(even) { background: rgba(255,255,255,.02); }
.efff33 td { padding: 14px 16px; }
.efff33 td:first-child { color: var(--k5459); font-weight: 500; width: 42%; }
.efff33 td:last-child { color: var(--p27e5); font-weight: 600; }
.efff33 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(--je38d);
    border-radius: 50%; font-family: var(--bc483);
    font-size: 1.15rem; font-weight: 700; color: var(--je38d);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--k5459); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.a2589f { max-width: 800px; margin: 0 auto; }
details.ca8a45 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.ca8a45 summary {
    display: block; list-style: none;
    color: var(--p27e5); font-family: var(--i0287);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.ca8a45 summary::-webkit-details-marker { display: none; }
details.ca8a45 summary::marker { display: none; content: ''; }
details.ca8a45 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--je38d); transition: transform .3s;
    font-weight: 300;
}
details.ca8a45[open] summary::after { content: '\2212'; }
details.ca8a45 summary:hover { color: var(--je38d); }
details.ca8a45 > p { padding: 0 0 24px; color: var(--k5459); font-size: .9rem; line-height: 1.8; }
details.ca8a45 > div { padding: 0 0 24px; color: var(--k5459); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--fcd23); }

/* ===== INFO GRID & CARDS ===== */
.j3abb1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.e8473e {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.e8473e:hover {
    border-color: rgba(201,169,110,.35);
}
.d03ba1 { font-size: 2rem; margin-bottom: 16px; display: block; }
.e8473e h3 {
    font-family: var(--bc483); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--p27e5);
}
.e8473e p { color: var(--k5459); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.gb0ce1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.p3a669 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.p3a669:hover { border-color: rgba(201,169,110,.35); }
.p3a669 h3 {
    font-family: var(--bc483); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--je38d);
}
.p3a669 p { color: var(--k5459); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.c1d4e8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.k86748 { text-align: center; padding: 28px 16px; }
.p17f80 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--je38d);
    border-radius: 50%; font-family: var(--bc483);
    font-size: 1.15rem; font-weight: 700; color: var(--je38d);
    box-shadow: none;
}
.k86748 h3 {
    font-family: var(--bc483); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p27e5);
}
.k86748 p { color: var(--k5459); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.pf309f {
    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;
}
.dfe558 { margin-top: 28px; }
.l13194 {
    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;
}
.l13194 > span:first-child { color: var(--k5459); text-align: left; }
.od8ba2 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.o4da2f {
    height: 100%;
    background: var(--je38d);
    border-radius: 2px;
}
.l13194 > span:last-child { color: var(--je38d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.la4f45 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.j0b8b0, .n1abdb {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.j0b8b0 { border-top: 2px solid var(--je38d); }
.n1abdb { border-top: 2px solid #9E4444; }
.j0b8b0 h3, .j0b8b0 h4 { color: var(--kb10f); margin-bottom: 14px; font-size: 1rem; font-family: var(--bc483); }
.n1abdb h3, .n1abdb h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--bc483); }
.j0b8b0 ul, .n1abdb ul { list-style: none; padding: 0; margin: 0; }
.j0b8b0 li::before { content: '\2713 '; color: var(--kb10f); font-weight: 700; }
.n1abdb li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.j0b8b0 li, .n1abdb li { padding: 6px 0; color: var(--k5459); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.fb8794 {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--fcd23);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.fb8794 h2 {
    font-family: var(--bc483);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--p27e5);
    letter-spacing: 0.02em;
}
.fb8794 p { color: var(--k5459); 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(--je38d);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--k5459); font-size: .9rem; }
.highlight-box strong { color: var(--je38d); }

/* ===== BREADCRUMB ===== */
.l34949 { padding: 16px 0; font-size: .82rem; }
.oa4a76 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.oa4a76 li + li::before { content: '/'; margin-right: 8px; color: var(--k8aad); font-weight: 300; }
.l34949 a { color: var(--k8aad); text-decoration: none; }
.l34949 a:hover { color: var(--je38d); }
.l34949 [aria-current] { color: var(--je38d); }

/* ===== SITE FOOTER ===== */
.kbeeee {
    background: var(--d3f7a); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.a813b1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.a813b1 a {
    color: var(--k8aad); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.a813b1 a:hover { color: var(--je38d); }

.l2d243 {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.l2d243 p {
    color: var(--k8aad); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.l2d243 a { color: var(--je38d); text-decoration: none; }
.l2d243 a:hover { text-decoration: underline; }
.d766f8 { text-align: center; color: var(--k8aad); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nfbac0 { max-width: 780px; margin: 0 auto; }
.nfbac0 p {
    color: var(--k5459); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.nfbac0 p:last-child { margin-bottom: 0; }
.nfbac0 strong { color: var(--p27e5); }
.nfbac0 a { color: var(--je38d); text-decoration: underline; text-underline-offset: 3px; }
.nfbac0 a:hover { color: var(--cc5b4); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.id2b08 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.j37389 { direction: rtl; }
.j37389 > * { direction: ltr; }
.fdc2ea { overflow: hidden; }
.fdc2ea img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.afd878 { color: var(--k5459); font-size: .95rem; line-height: 1.8; }
.afd878 strong { color: var(--p27e5); }
.afd878 a { color: var(--je38d); }
@media (max-width: 768px) {
    .id2b08 { grid-template-columns: 1fr; gap: 28px; }
    .j37389 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--m699a);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--m699a); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.n311e8 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--je38d); border: 1px solid var(--je38d); 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;
}
.n311e8.gef9a7 { opacity: 1; visibility: visible; }
.n311e8:hover { background: var(--je38d); color: var(--d3f7a); }

/* ===== REVIEW SCORE (review page) ===== */
.kf1e43 {
    font-family: var(--bc483); font-size: 5rem; font-weight: 800;
    color: var(--je38d);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--je38d); 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(--k5459); width: 55%; }
.score-table td:last-child { color: var(--je38d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.od5047 {
    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;
}
.od5047 .i034e8 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.m4c5f5 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.m4c5f5 summary.h6ea17 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--p27e5);
    padding: 6px 11px;
    border-radius: var(--o60d8-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--i0287);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.m4c5f5 summary.h6ea17::-webkit-details-marker { display: none; }
.m4c5f5 summary.h6ea17::marker { display: none; }
.m4c5f5:hover summary.h6ea17,
.m4c5f5[open] summary.h6ea17 {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--je38d);
}
.p1a432 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.m4c5f5[open] .p1a432 { transform: rotate(180deg); }

.d15ecf {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--c9694);
    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;
}
.m4c5f5[open] .d15ecf {
    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); }
}
.d15ecf li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--obd35);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.d15ecf li a:hover,
.d15ecf li a.i0397c {
    background: rgba(201,169,110,.08);
    color: var(--je38d);
    text-decoration: none;
}
.d15ecf li a.i0397c { font-weight: 700; }

/* Mobile lang bar */
.j88723 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.j88723 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(--obd35);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.j88723 a:hover,
.j88723 a.o348de {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--je38d);
    text-decoration: none;
}
.j88723 a.o348de { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .l6efd3 { display: none; }
    .g6020d .ld27f4 { display: none; }
    .nbc616 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .la4f45 { grid-template-columns: 1fr; }
    section, .c10f3c { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .a813b1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .c1d4e8 { grid-template-columns: 1fr 1fr; }
    .j3abb1 { grid-template-columns: 1fr 1fr; }
    .l13194 { grid-template-columns: 1fr 100px auto; }
    .od5047 { display: block; }
    body { padding-bottom: 72px; }
    .m4c5f5 { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ba2c2a { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .c1d4e8 { grid-template-columns: 1fr; }
    .j3abb1 { grid-template-columns: 1fr; }
    .gc2dd0 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .kf1e43 { font-size: 3.5rem; }
    .l13194 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .la4f45 { grid-template-columns: 1fr; }
    .pf309f { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.j3abb1, ul.oab996 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.p203a0 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .p203a0 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.c1d4e8, ol.e42337 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.e42337 > li { counter-increment: step-counter; }
ol.e42337 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--je38d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.n89991 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--je38d); }
.i1e037 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.lfcf84 { width: 36px; height: 36px; border-radius: 50%; background: var(--je38d); color: var(--d3f7a); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.o24127 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ke8a9a { display: grid; grid-template-columns: 1fr; gap: 0; }
.ga44a8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ga44a8:last-child { border-bottom: none; }
.kd2cd5 { font-weight: 600; padding: .75rem 1rem; color: var(--je38d); }
.g1ecd9 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.nfe64c .i779f8 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.nfe64c .dce0a6 { display: none; }
.nfe64c .ca8a45.f47ede .dce0a6 { display: block; }

/* faq variant C: definition list */
dl.a2589f { display: grid; gap: 0; }
dl.a2589f dt.l8dbd5 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.a2589f dd.dce0a6 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.h87f7f { padding: 2rem 0; }
.p75002 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p75002 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--o60d8); border: 1px solid var(--i9ba9); color: var(--i9ba9); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p75002 li a:hover { background: var(--i9ba9); color: var(--d3f7a); }


/* Promo Banner (SVG image banners) */
.l0650c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ob34c9 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ob34c9:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.bb4afd { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.acf492 { display: inline-block; vertical-align: middle; }
.d03ba1 .acf492 { 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(--c9694), var(--ib352));
    border-radius: var(--o60d8); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--nd896); background: var(--fcd23); }
.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(--i9ba9); }
@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(--i9ba9); 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; }
  .k0b9dd { animation: none; }
}
/* Touch targets: minimum 44x44px */
.i034e8, .k0b9dd, .ba2c2a, .m57053, .g6d230, .nbc616, .i779f8, .l8dbd5, .n311e8, .od5047 a, .h6ea17 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.k0b9dd { position: relative; overflow: visible; }
.k0b9dd::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--i9ba9); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.k0b9dd:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.k0b9dd::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(--i9ba9); 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(--nd896); background: var(--c9694); 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(--nd896); background: var(--c9694); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--i9ba9); }
.trust-item span { font-size: 0.7rem; color: var(--i9ba9); 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(--c9694); border-radius: var(--o60d8); 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(--i9ba9), var(--je38d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--d3f7a); flex-shrink: 0; }
.review-stars { color: var(--i9ba9); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--k8aad); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--obd35); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.8; }
body { font-size: 17px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }


/* ===== 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,.p6841c,.od12bc{font-family:var(--cfh);}
.g49df6{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.c10f3c{padding:58px 0;position:relative;}
.j3abb1{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.j3abb1.p203a0{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.c1d4e8{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.la4f45{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.id2b08{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.j37389{direction:rtl;}.j37389>*{direction:ltr;}
.fdc2ea img,.fdc2ea svg{width:100%;height:auto;}
.afd878 p{margin:0 0 1em;}
.a2589f{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.l8dbd5{cursor:pointer;list-style:none;position:relative;}.l8dbd5::-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;}
.bb4afd{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){
  .naf44c .g49df6{grid-template-columns:1fr !important;}
  .id2b08,.la4f45{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.j37389{direction:ltr;}
}

/* MIDNIGHT LUXE — тёмный минимал-люкс, тонкие золотые линии, без карточек */
body{background:radial-gradient(1100px 560px at 50% -15%,rgba(217,180,91,0.1),transparent 60%),#07070B!important;}
header,.p7af21{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;}
.naf44c{padding:96px 0 64px;}
.naf44c.has-art .g49df6{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;}
.p6841c{font-weight:600;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.04;letter-spacing:.005em;color:#ECEAF2!important;}
.p6841c::after{content:"";display:block;width:90px;height:1px;background:#D9B45B;margin:22px 0 0;}
.j9a271{color:#989AAE;font-size:1.12rem;max-width:54ch;margin:22px 0 30px;font-weight:300;}
.od12bc{text-align:center;font-weight:600;font-size:clamp(1.7rem,3vw,2.4rem);color:#ECEAF2!important;letter-spacing:.01em;}
.od12bc::after{content:"";display:block;width:60px;height:1px;background:#D9B45B;margin:16px auto 0;}
.k0b9dd,.g6d230{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;}
.ba2c2a{padding:15px 36px;}.k0b9dd:hover,.g6d230: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;}
/* карточки = без фона, тонкая верхняя линия */
.e8473e,.p3a669,.k86748{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;}
.e8473e h3,.p3a669 h3,.k86748 h3{color:#ECEAF2!important;font-family:var(--cfh);font-weight:600;font-size:1.18rem;}
.e8473e p,.p3a669 p,.k86748 p{color:#989AAE!important;}
.d03ba1 img,.acf492{width:42px;height:42px;}
.afd878{color:#989AAE;font-size:1.04rem;}.afd878 strong{color:#ECEAF2;}
.fdc2ea img{border-radius:4px;}
.ca8a45{background:none!important;border:none!important;border-bottom:1px solid rgba(236,234,242,0.08)!important;border-radius:0!important;padding:6px 0;}
.l8dbd5{color:#ECEAF2!important;font-family:var(--cfh);font-size:1.12rem;padding:16px 0;}
details.ca8a45 summary.l8dbd5::after{content:"+";position:absolute;right:0;top:14px;color:#D9B45B;}
details.ca8a45[open] summary.l8dbd5::after{content:"\2013";}
.dce0a6{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;}
.ob34c9{border-radius:4px;display:block;overflow:hidden;}
.n34e99{background:rgba(14,14,21,0.5)!important;}
footer,.kbeeee{background:#07070B!important;border-top:1px solid rgba(217,180,91,0.18)!important;}
footer a{color:#989AAE!important;}

.nfbac0 strong,.id2b08 strong,.faq strong,.la4f45 strong{color:inherit !important;}
