@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 {
    --g144d:        #C9A96E;
    --af391:  #DDC490;
    --lf418:   #A88B50;
    --na6fd:         #C9A96E;
    --g2dab:         #C9A96E;
    --l2d5d:    #A88B50;
    --c5122:         #6BAF8D;
    --a90d9:    #4E8C6E;
    --a38ff:           #0C0C0C;
    --he2c9:         #111111;
    --pf745:         #1A1A1A;
    --i8f0b:         #222222;
    --a38ff-4:         #2A2A2A;
    --m2589:        #FFFFFF;
    --g7612:         #B8B0A0;
    --o988c:       #706858;
    --a72ba:       #B8B0A0;
    --lac7f:    'Playfair Display', Georgia, serif;
    --c0450:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --n9394:       0px;
    --p6830:    0px;
    --iafd9:    0px;
    --n9394-btn:   4px;
    --e377f:        1100px;
    --g9063:       none;
    --j7239:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--g144d);
    --color-primary-light: var(--af391);
    --color-primary-dark: var(--lf418);
    --color-accent: var(--g2dab);
    --color-accent-dark: var(--l2d5d);
    --color-secondary: var(--c5122);
    --color-secondary-dark: var(--a90d9);
    --color-surface: var(--pf745);
    --color-surface-elevated: var(--i8f0b);
    --color-on-surface: var(--m2589);
    --color-on-surface-muted: var(--g7612);
    --color-text: var(--m2589);
    --color-text-secondary: var(--a72ba);
    --text-heading: var(--lac7f);
    --text-body: var(--c0450);
    --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(--c0450);
    background: var(--a38ff);
    color: var(--m2589);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--g144d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--af391); }
img { max-width: 100%; height: auto; display: block; }

.p63048 { width: 92%; max-width: var(--e377f); margin: 0 auto; }

.g27082 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.iae4fb {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--g144d); color: var(--a38ff);
    padding: 8px 16px; border-radius: var(--n9394-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.iae4fb:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.da7f36 {
    position: sticky; top: 0; z-index: 100;
    background: var(--a38ff);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.ee5bb5 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.m1bf09 {
    font-family: var(--lac7f);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--m2589);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.m1bf09:hover { color: var(--g144d); text-decoration: none; }

/* Main Nav */
.md752d { display: flex; align-items: center; gap: 20px; }
.a67e36 {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.a67e36 a {
    color: var(--g7612); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.a67e36 a:hover { color: var(--g144d); text-decoration: none; }

/* Language Select */
.gfcf56 {
    background: var(--pf745); color: var(--m2589);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--n9394-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;
}
.gfcf56:hover, .gfcf56:focus { border-color: var(--g144d); outline: none; }

/* Menu Toggle */
.f0c014 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ic057e, .ic057e::before, .ic057e::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--m2589); border-radius: 0; transition: transform .3s, opacity .3s;
}
.ic057e { position: relative; }
.ic057e::before, .ic057e::after { content: ''; position: absolute; left: 0; }
.ic057e::before { top: -7px; }
.ic057e::after { top: 7px; }

/* Mobile Nav */
.ga632a {
    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;
}
.ga632a.n26c3f { display: flex; }
.e9e3b3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.e9e3b3 a {
    font-size: 1.15rem; font-weight: 500; color: var(--m2589); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--lac7f);
}
.e9e3b3 a:hover { color: var(--g144d); text-decoration: none; }

/* Mobile Nav Close */
.k4df59 {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--m2589); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.k4df59:hover { border-color: var(--g144d); color: var(--g144d); }

/* ===== BUTTONS ===== */
.e250df {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--c0450); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--n9394-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(--g144d);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--lf418);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--g144d);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--af391); border-color: var(--g144d); }

/* 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); }
}
.l13252 {
    background: var(--g144d);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.l13252:hover {
    background: var(--lf418);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.l0da4d { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--n9394-btn); }
.nd40a5 { padding: 8px 18px; font-size: .85rem; border-radius: var(--n9394-btn); }

/* Nav CTA in header */
.bb9076 {
    background: var(--g144d);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--n9394-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.bb9076:hover {
    background: var(--lf418);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.i981f3 {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--a38ff);
    position: relative; overflow: hidden;
}
.i981f3::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.m917cb {
    font-family: var(--lac7f);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--g144d);
    letter-spacing: 0.02em;
}
.o62fc5 {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--g7612);
    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(--a38ff);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--lac7f);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--m2589);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--g7612);
    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(--g7612);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--g144d); }

/* ===== SECTIONS ===== */
.kca66c { padding: clamp(68px, 10vw, 100px) 0; }
.f2350f { background: var(--he2c9); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--g144d); margin-bottom: 14px;
}
.kca66c h2, .i77c07 {
    font-family: var(--lac7f);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.kca66c h3 {
    font-family: var(--lac7f); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--g144d);
}
.kca66c p, .section-desc {
    color: var(--g7612); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.kca66c ul, .kca66c ol {
    color: var(--g7612); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.kca66c li { margin-bottom: 8px; }
.kca66c li strong { color: var(--m2589); }

/* ===== 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);
}
.e01a5a { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--lac7f); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--m2589);
}
.card p { color: var(--g7612); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.o3a8ab { overflow-x: auto; margin: 28px 0; }
.g2b640 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.g2b640 thead th {
    background: transparent; color: var(--m2589); 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;
}
.g2b640 thead th:first-child { border-radius: 0; }
.g2b640 thead th:last-child { border-radius: 0; }
.g2b640 tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.g2b640 tr:nth-child(even) { background: rgba(255,255,255,.02); }
.g2b640 td { padding: 14px 16px; }
.g2b640 td:first-child { color: var(--g7612); font-weight: 500; width: 42%; }
.g2b640 td:last-child { color: var(--m2589); font-weight: 600; }
.g2b640 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(--g144d);
    border-radius: 50%; font-family: var(--lac7f);
    font-size: 1.15rem; font-weight: 700; color: var(--g144d);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--g7612); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.oce514 { max-width: 800px; margin: 0 auto; }
details.p403fe { border-bottom: 1px solid rgba(255,255,255,.06); }
details.p403fe summary {
    display: block; list-style: none;
    color: var(--m2589); font-family: var(--c0450);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.p403fe summary::-webkit-details-marker { display: none; }
details.p403fe summary::marker { display: none; content: ''; }
details.p403fe summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--g144d); transition: transform .3s;
    font-weight: 300;
}
details.p403fe[open] summary::after { content: '\2212'; }
details.p403fe summary:hover { color: var(--g144d); }
details.p403fe > p { padding: 0 0 24px; color: var(--g7612); font-size: .9rem; line-height: 1.8; }
details.p403fe > div { padding: 0 0 24px; color: var(--g7612); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--he2c9); }

/* ===== INFO GRID & CARDS ===== */
.o36cd3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.l9ed43 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.l9ed43:hover {
    border-color: rgba(201,169,110,.35);
}
.m6b0dc { font-size: 2rem; margin-bottom: 16px; display: block; }
.l9ed43 h3 {
    font-family: var(--lac7f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--m2589);
}
.l9ed43 p { color: var(--g7612); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.a14748 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.i3992e {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.i3992e:hover { border-color: rgba(201,169,110,.35); }
.i3992e h3 {
    font-family: var(--lac7f); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--g144d);
}
.i3992e p { color: var(--g7612); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.j9e7c8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.fe3d37 { text-align: center; padding: 28px 16px; }
.d179eb {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--g144d);
    border-radius: 50%; font-family: var(--lac7f);
    font-size: 1.15rem; font-weight: 700; color: var(--g144d);
    box-shadow: none;
}
.fe3d37 h3 {
    font-family: var(--lac7f); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--m2589);
}
.fe3d37 p { color: var(--g7612); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.g2d7b5 {
    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;
}
.bd4170 { margin-top: 28px; }
.p91500 {
    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;
}
.p91500 > span:first-child { color: var(--g7612); text-align: left; }
.i60c49 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.f2a8bd {
    height: 100%;
    background: var(--g144d);
    border-radius: 2px;
}
.p91500 > span:last-child { color: var(--g144d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i72d89 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.j3a3a1, .e9b709 {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.j3a3a1 { border-top: 2px solid var(--g144d); }
.e9b709 { border-top: 2px solid #9E4444; }
.j3a3a1 h3, .j3a3a1 h4 { color: var(--c5122); margin-bottom: 14px; font-size: 1rem; font-family: var(--lac7f); }
.e9b709 h3, .e9b709 h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--lac7f); }
.j3a3a1 ul, .e9b709 ul { list-style: none; padding: 0; margin: 0; }
.j3a3a1 li::before { content: '\2713 '; color: var(--c5122); font-weight: 700; }
.e9b709 li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.j3a3a1 li, .e9b709 li { padding: 6px 0; color: var(--g7612); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.n1f26c {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--he2c9);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.n1f26c h2 {
    font-family: var(--lac7f);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--m2589);
    letter-spacing: 0.02em;
}
.n1f26c p { color: var(--g7612); 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(--g144d);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--g7612); font-size: .9rem; }
.highlight-box strong { color: var(--g144d); }

/* ===== BREADCRUMB ===== */
.c60491 { padding: 16px 0; font-size: .82rem; }
.ide9c8 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.ide9c8 li + li::before { content: '/'; margin-right: 8px; color: var(--o988c); font-weight: 300; }
.c60491 a { color: var(--o988c); text-decoration: none; }
.c60491 a:hover { color: var(--g144d); }
.c60491 [aria-current] { color: var(--g144d); }

/* ===== SITE FOOTER ===== */
.bd4a7a {
    background: var(--a38ff); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.g9e1d8 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.g9e1d8 a {
    color: var(--o988c); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.g9e1d8 a:hover { color: var(--g144d); }

.ce5dac {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.ce5dac p {
    color: var(--o988c); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.ce5dac a { color: var(--g144d); text-decoration: none; }
.ce5dac a:hover { text-decoration: underline; }
.l0668c { text-align: center; color: var(--o988c); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.e08892 { max-width: 780px; margin: 0 auto; }
.e08892 p {
    color: var(--g7612); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.e08892 p:last-child { margin-bottom: 0; }
.e08892 strong { color: var(--m2589); }
.e08892 a { color: var(--g144d); text-decoration: underline; text-underline-offset: 3px; }
.e08892 a:hover { color: var(--af391); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.jd4ac8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.a6bb6c { direction: rtl; }
.a6bb6c > * { direction: ltr; }
.h075fe { overflow: hidden; }
.h075fe img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.n567a6 { color: var(--g7612); font-size: .95rem; line-height: 1.8; }
.n567a6 strong { color: var(--m2589); }
.n567a6 a { color: var(--g144d); }
@media (max-width: 768px) {
    .jd4ac8 { grid-template-columns: 1fr; gap: 28px; }
    .a6bb6c { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--lf418);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--lf418); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ma95e7 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--g144d); border: 1px solid var(--g144d); 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;
}
.ma95e7.h0fe8e { opacity: 1; visibility: visible; }
.ma95e7:hover { background: var(--g144d); color: var(--a38ff); }

/* ===== REVIEW SCORE (review page) ===== */
.g3b36e {
    font-family: var(--lac7f); font-size: 5rem; font-weight: 800;
    color: var(--g144d);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--g144d); 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(--g7612); width: 55%; }
.score-table td:last-child { color: var(--g144d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o65957 {
    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;
}
.o65957 .e250df { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.b7348b {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b7348b summary.b6e9e2 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--m2589);
    padding: 6px 11px;
    border-radius: var(--n9394-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c0450);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b7348b summary.b6e9e2::-webkit-details-marker { display: none; }
.b7348b summary.b6e9e2::marker { display: none; }
.b7348b:hover summary.b6e9e2,
.b7348b[open] summary.b6e9e2 {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--g144d);
}
.ob062d { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b7348b[open] .ob062d { transform: rotate(180deg); }

.f92d71 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--pf745);
    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;
}
.b7348b[open] .f92d71 {
    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); }
}
.f92d71 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--a72ba);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.f92d71 li a:hover,
.f92d71 li a.pf377c {
    background: rgba(201,169,110,.08);
    color: var(--g144d);
    text-decoration: none;
}
.f92d71 li a.pf377c { font-weight: 700; }

/* Mobile lang bar */
.c71ec7 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.c71ec7 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(--a72ba);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.c71ec7 a:hover,
.c71ec7 a.ma40d4 {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--g144d);
    text-decoration: none;
}
.c71ec7 a.ma40d4 { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .a67e36 { display: none; }
    .md752d .gfcf56 { display: none; }
    .f0c014 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i72d89 { grid-template-columns: 1fr; }
    section, .kca66c { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .g9e1d8 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .j9e7c8 { grid-template-columns: 1fr 1fr; }
    .o36cd3 { grid-template-columns: 1fr 1fr; }
    .p91500 { grid-template-columns: 1fr 100px auto; }
    .o65957 { display: block; }
    body { padding-bottom: 72px; }
    .b7348b { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .l0da4d { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .j9e7c8 { grid-template-columns: 1fr; }
    .o36cd3 { grid-template-columns: 1fr; }
    .ee5bb5 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .g3b36e { font-size: 3.5rem; }
    .p91500 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i72d89 { grid-template-columns: 1fr; }
    .g2d7b5 { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.o36cd3, ul.pbe9f5 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.eea53f { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .eea53f { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.j9e7c8, ol.p3eb48 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.p3eb48 > li { counter-increment: step-counter; }
ol.p3eb48 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--g144d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.pa2b83 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--g144d); }
.da2da2 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ccc3a4 { width: 36px; height: 36px; border-radius: 50%; background: var(--g144d); color: var(--a38ff); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i0a3bd h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ab6dca { display: grid; grid-template-columns: 1fr; gap: 0; }
.b04723 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.b04723:last-child { border-bottom: none; }
.jcdc1d { font-weight: 600; padding: .75rem 1rem; color: var(--g144d); }
.o8b194 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.k6c704 .f79549 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.k6c704 .m41ca6 { display: none; }
.k6c704 .p403fe.n26c3f .m41ca6 { display: block; }

/* faq variant C: definition list */
dl.oce514 { display: grid; gap: 0; }
dl.oce514 dt.ka35a8 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.oce514 dd.m41ca6 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gf8d6d { padding: 2rem 0; }
.d766f2 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.d766f2 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--n9394); border: 1px solid var(--g2dab); color: var(--g2dab); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.d766f2 li a:hover { background: var(--g2dab); color: var(--a38ff); }


/* Promo Banner (SVG image banners) */
.i44ae8 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ia896d { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ia896d:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.be0e0b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.e01a5a { display: inline-block; vertical-align: middle; }
.m6b0dc .e01a5a { 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(--pf745), var(--i8f0b));
    border-radius: var(--n9394); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--iafd9); background: var(--he2c9); }
.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(--g2dab); }
@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(--g2dab); 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; }
  .l13252 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.e250df, .l13252, .l0da4d, .nd40a5, .bb9076, .f0c014, .f79549, .ka35a8, .ma95e7, .o65957 a, .b6e9e2 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.l13252 { position: relative; overflow: visible; }
.l13252::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--g2dab); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.l13252:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.l13252::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(--g2dab); 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(--iafd9); background: var(--pf745); 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(--iafd9); background: var(--pf745); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--g2dab); }
.trust-item span { font-size: 0.7rem; color: var(--g2dab); 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(--pf745); border-radius: var(--n9394); 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(--g2dab), var(--g144d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a38ff); flex-shrink: 0; }
.review-stars { color: var(--g2dab); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o988c); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--a72ba); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.6; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }


/* ===== 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,.m917cb,.i77c07{font-family:var(--cfh);}
.p63048{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.kca66c{padding:58px 0;position:relative;}
.o36cd3{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.o36cd3.eea53f{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.j9e7c8{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.i72d89{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.jd4ac8{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.a6bb6c{direction:rtl;}.a6bb6c>*{direction:ltr;}
.h075fe img,.h075fe svg{width:100%;height:auto;}
.n567a6 p{margin:0 0 1em;}
.oce514{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.ka35a8{cursor:pointer;list-style:none;position:relative;}.ka35a8::-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;}
.be0e0b{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){
  .i981f3 .p63048{grid-template-columns:1fr !important;}
  .jd4ac8,.i72d89{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.a6bb6c{direction:ltr;}
}

/* MIDNIGHT LUXE — тёмный минимал-люкс, тонкие золотые линии, без карточек */
body{background:radial-gradient(1100px 560px at 50% -15%,rgba(217,180,91,0.1),transparent 60%),#07070B!important;}
header,.da7f36{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;}
.i981f3{padding:96px 0 64px;}
.i981f3.has-art .p63048{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;}
.m917cb{font-weight:600;font-size:clamp(2.4rem,5.2vw,4rem);line-height:1.04;letter-spacing:.005em;color:#ECEAF2!important;}
.m917cb::after{content:"";display:block;width:90px;height:1px;background:#D9B45B;margin:22px 0 0;}
.o62fc5{color:#989AAE;font-size:1.12rem;max-width:54ch;margin:22px 0 30px;font-weight:300;}
.i77c07{text-align:center;font-weight:600;font-size:clamp(1.7rem,3vw,2.4rem);color:#ECEAF2!important;letter-spacing:.01em;}
.i77c07::after{content:"";display:block;width:60px;height:1px;background:#D9B45B;margin:16px auto 0;}
.l13252,.bb9076{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;}
.l0da4d{padding:15px 36px;}.l13252:hover,.bb9076: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;}
/* карточки = без фона, тонкая верхняя линия */
.l9ed43,.i3992e,.fe3d37{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;}
.l9ed43 h3,.i3992e h3,.fe3d37 h3{color:#ECEAF2!important;font-family:var(--cfh);font-weight:600;font-size:1.18rem;}
.l9ed43 p,.i3992e p,.fe3d37 p{color:#989AAE!important;}
.m6b0dc img,.e01a5a{width:42px;height:42px;}
.n567a6{color:#989AAE;font-size:1.04rem;}.n567a6 strong{color:#ECEAF2;}
.h075fe img{border-radius:4px;}
.p403fe{background:none!important;border:none!important;border-bottom:1px solid rgba(236,234,242,0.08)!important;border-radius:0!important;padding:6px 0;}
.ka35a8{color:#ECEAF2!important;font-family:var(--cfh);font-size:1.12rem;padding:16px 0;}
details.p403fe summary.ka35a8::after{content:"+";position:absolute;right:0;top:14px;color:#D9B45B;}
details.p403fe[open] summary.ka35a8::after{content:"\2013";}
.m41ca6{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;}
.ia896d{border-radius:4px;display:block;overflow:hidden;}
.f2350f{background:rgba(14,14,21,0.5)!important;}
footer,.bd4a7a{background:#07070B!important;border-top:1px solid rgba(217,180,91,0.18)!important;}
footer a{color:#989AAE!important;}

.e08892 strong,.jd4ac8 strong,.faq strong,.i72d89 strong{color:inherit !important;}
