@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 {
    --j2637:        #C9A96E;
    --fc74c:  #DDC490;
    --bab94:   #A88B50;
    --bff3b:         #C9A96E;
    --oae09:         #C9A96E;
    --g092d:    #A88B50;
    --paedc:         #6BAF8D;
    --fb39d:    #4E8C6E;
    --c605a:           #0C0C0C;
    --d9ba0:         #111111;
    --fbfd3:         #1A1A1A;
    --j7856:         #222222;
    --c605a-4:         #2A2A2A;
    --n3072:        #FFFFFF;
    --j6580:         #B8B0A0;
    --ifb95:       #706858;
    --b3ae1:       #B8B0A0;
    --ea462:    'Playfair Display', Georgia, serif;
    --b1e0e:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --lc21b:       0px;
    --i049c:    0px;
    --if637:    0px;
    --lc21b-btn:   4px;
    --c766e:        1100px;
    --p83a6:       none;
    --h9af7:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--j2637);
    --color-primary-light: var(--fc74c);
    --color-primary-dark: var(--bab94);
    --color-accent: var(--oae09);
    --color-accent-dark: var(--g092d);
    --color-secondary: var(--paedc);
    --color-secondary-dark: var(--fb39d);
    --color-surface: var(--fbfd3);
    --color-surface-elevated: var(--j7856);
    --color-on-surface: var(--n3072);
    --color-on-surface-muted: var(--j6580);
    --color-text: var(--n3072);
    --color-text-secondary: var(--b3ae1);
    --text-heading: var(--ea462);
    --text-body: var(--b1e0e);
    --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(--b1e0e);
    background: var(--c605a);
    color: var(--n3072);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--j2637); text-decoration: none; transition: color .2s; }
a:hover { color: var(--fc74c); }
img { max-width: 100%; height: auto; display: block; }

.h6282b { width: 92%; max-width: var(--c766e); margin: 0 auto; }

.l2890f {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m673a2 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--j2637); color: var(--c605a);
    padding: 8px 16px; border-radius: var(--lc21b-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.m673a2:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.pa1a27 {
    position: sticky; top: 0; z-index: 100;
    background: var(--c605a);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.k3bb53 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.j9192e {
    font-family: var(--ea462);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--n3072);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.j9192e:hover { color: var(--j2637); text-decoration: none; }

/* Main Nav */
.p13ba1 { display: flex; align-items: center; gap: 20px; }
.hf8731 {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.hf8731 a {
    color: var(--j6580); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.hf8731 a:hover { color: var(--j2637); text-decoration: none; }

/* Language Select */
.jfa779 {
    background: var(--fbfd3); color: var(--n3072);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--lc21b-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;
}
.jfa779:hover, .jfa779:focus { border-color: var(--j2637); outline: none; }

/* Menu Toggle */
.i8f3cf {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.i4f26d, .i4f26d::before, .i4f26d::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--n3072); border-radius: 0; transition: transform .3s, opacity .3s;
}
.i4f26d { position: relative; }
.i4f26d::before, .i4f26d::after { content: ''; position: absolute; left: 0; }
.i4f26d::before { top: -7px; }
.i4f26d::after { top: 7px; }

/* Mobile Nav */
.g40641 {
    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;
}
.g40641.a8134b { display: flex; }
.hc81bf {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.hc81bf a {
    font-size: 1.15rem; font-weight: 500; color: var(--n3072); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--ea462);
}
.hc81bf a:hover { color: var(--j2637); text-decoration: none; }

/* Mobile Nav Close */
.e55d02 {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--n3072); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.e55d02:hover { border-color: var(--j2637); color: var(--j2637); }

/* ===== BUTTONS ===== */
.d41db0 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--b1e0e); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--lc21b-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(--j2637);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--bab94);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--j2637);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--fc74c); border-color: var(--j2637); }

/* 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); }
}
.oed147 {
    background: var(--j2637);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.oed147:hover {
    background: var(--bab94);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.nea501 { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--lc21b-btn); }
.n8c385 { padding: 8px 18px; font-size: .85rem; border-radius: var(--lc21b-btn); }

/* Nav CTA in header */
.ga966e {
    background: var(--j2637);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--lc21b-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.ga966e:hover {
    background: var(--bab94);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.p7c909 {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--c605a);
    position: relative; overflow: hidden;
}
.p7c909::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.fd55c9 {
    font-family: var(--ea462);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--j2637);
    letter-spacing: 0.02em;
}
.ea1971 {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--j6580);
    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(--c605a);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--ea462);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--n3072);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--j6580);
    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(--j6580);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--j2637); }

/* ===== SECTIONS ===== */
.b4bea8 { padding: clamp(68px, 10vw, 100px) 0; }
.lb42b7 { background: var(--d9ba0); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--j2637); margin-bottom: 14px;
}
.b4bea8 h2, .kfd78b {
    font-family: var(--ea462);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.b4bea8 h3 {
    font-family: var(--ea462); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--j2637);
}
.b4bea8 p, .section-desc {
    color: var(--j6580); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.b4bea8 ul, .b4bea8 ol {
    color: var(--j6580); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.b4bea8 li { margin-bottom: 8px; }
.b4bea8 li strong { color: var(--n3072); }

/* ===== 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);
}
.mb4698 { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--ea462); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--n3072);
}
.card p { color: var(--j6580); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.ee96bb { overflow-x: auto; margin: 28px 0; }
.gae839 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.gae839 thead th {
    background: transparent; color: var(--n3072); 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;
}
.gae839 thead th:first-child { border-radius: 0; }
.gae839 thead th:last-child { border-radius: 0; }
.gae839 tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.gae839 tr:nth-child(even) { background: rgba(255,255,255,.02); }
.gae839 td { padding: 14px 16px; }
.gae839 td:first-child { color: var(--j6580); font-weight: 500; width: 42%; }
.gae839 td:last-child { color: var(--n3072); font-weight: 600; }
.gae839 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(--j2637);
    border-radius: 50%; font-family: var(--ea462);
    font-size: 1.15rem; font-weight: 700; color: var(--j2637);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--j6580); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.d2182a { max-width: 800px; margin: 0 auto; }
details.n50787 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.n50787 summary {
    display: block; list-style: none;
    color: var(--n3072); font-family: var(--b1e0e);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.n50787 summary::-webkit-details-marker { display: none; }
details.n50787 summary::marker { display: none; content: ''; }
details.n50787 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--j2637); transition: transform .3s;
    font-weight: 300;
}
details.n50787[open] summary::after { content: '\2212'; }
details.n50787 summary:hover { color: var(--j2637); }
details.n50787 > p { padding: 0 0 24px; color: var(--j6580); font-size: .9rem; line-height: 1.8; }
details.n50787 > div { padding: 0 0 24px; color: var(--j6580); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--d9ba0); }

/* ===== INFO GRID & CARDS ===== */
.g84687 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.lc343f {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.lc343f:hover {
    border-color: rgba(201,169,110,.35);
}
.j2c9de { font-size: 2rem; margin-bottom: 16px; display: block; }
.lc343f h3 {
    font-family: var(--ea462); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--n3072);
}
.lc343f p { color: var(--j6580); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.k8104f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.cd4c75 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.cd4c75:hover { border-color: rgba(201,169,110,.35); }
.cd4c75 h3 {
    font-family: var(--ea462); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--j2637);
}
.cd4c75 p { color: var(--j6580); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.d27989 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.ie9fe8 { text-align: center; padding: 28px 16px; }
.hcf34c {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--j2637);
    border-radius: 50%; font-family: var(--ea462);
    font-size: 1.15rem; font-weight: 700; color: var(--j2637);
    box-shadow: none;
}
.ie9fe8 h3 {
    font-family: var(--ea462); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n3072);
}
.ie9fe8 p { color: var(--j6580); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.ed2eb0 {
    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;
}
.p01aa2 { margin-top: 28px; }
.l789e3 {
    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;
}
.l789e3 > span:first-child { color: var(--j6580); text-align: left; }
.k95597 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.g553e2 {
    height: 100%;
    background: var(--j2637);
    border-radius: 2px;
}
.l789e3 > span:last-child { color: var(--j2637); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i31bae { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.mc5fbe, .n3d4ca {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.mc5fbe { border-top: 2px solid var(--j2637); }
.n3d4ca { border-top: 2px solid #9E4444; }
.mc5fbe h3, .mc5fbe h4 { color: var(--paedc); margin-bottom: 14px; font-size: 1rem; font-family: var(--ea462); }
.n3d4ca h3, .n3d4ca h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--ea462); }
.mc5fbe ul, .n3d4ca ul { list-style: none; padding: 0; margin: 0; }
.mc5fbe li::before { content: '\2713 '; color: var(--paedc); font-weight: 700; }
.n3d4ca li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.mc5fbe li, .n3d4ca li { padding: 6px 0; color: var(--j6580); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.f4b952 {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--d9ba0);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.f4b952 h2 {
    font-family: var(--ea462);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--n3072);
    letter-spacing: 0.02em;
}
.f4b952 p { color: var(--j6580); 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(--j2637);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--j6580); font-size: .9rem; }
.highlight-box strong { color: var(--j2637); }

/* ===== BREADCRUMB ===== */
.h5348e { padding: 16px 0; font-size: .82rem; }
.n01903 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n01903 li + li::before { content: '/'; margin-right: 8px; color: var(--ifb95); font-weight: 300; }
.h5348e a { color: var(--ifb95); text-decoration: none; }
.h5348e a:hover { color: var(--j2637); }
.h5348e [aria-current] { color: var(--j2637); }

/* ===== SITE FOOTER ===== */
.dd0839 {
    background: var(--c605a); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.od96dd {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.od96dd a {
    color: var(--ifb95); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.od96dd a:hover { color: var(--j2637); }

.d170d8 {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.d170d8 p {
    color: var(--ifb95); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.d170d8 a { color: var(--j2637); text-decoration: none; }
.d170d8 a:hover { text-decoration: underline; }
.ae8932 { text-align: center; color: var(--ifb95); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.b96fce { max-width: 780px; margin: 0 auto; }
.b96fce p {
    color: var(--j6580); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.b96fce p:last-child { margin-bottom: 0; }
.b96fce strong { color: var(--n3072); }
.b96fce a { color: var(--j2637); text-decoration: underline; text-underline-offset: 3px; }
.b96fce a:hover { color: var(--fc74c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m3568a {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.c03ea5 { direction: rtl; }
.c03ea5 > * { direction: ltr; }
.g4f556 { overflow: hidden; }
.g4f556 img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.f3bd1b { color: var(--j6580); font-size: .95rem; line-height: 1.8; }
.f3bd1b strong { color: var(--n3072); }
.f3bd1b a { color: var(--j2637); }
@media (max-width: 768px) {
    .m3568a { grid-template-columns: 1fr; gap: 28px; }
    .c03ea5 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--bab94);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--bab94); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.hee772 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--j2637); border: 1px solid var(--j2637); 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;
}
.hee772.cdf6c6 { opacity: 1; visibility: visible; }
.hee772:hover { background: var(--j2637); color: var(--c605a); }

/* ===== REVIEW SCORE (review page) ===== */
.ae8260 {
    font-family: var(--ea462); font-size: 5rem; font-weight: 800;
    color: var(--j2637);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j2637); 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(--j6580); width: 55%; }
.score-table td:last-child { color: var(--j2637); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ie583d {
    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;
}
.ie583d .d41db0 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.db3167 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.db3167 summary.o6aeb8 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--n3072);
    padding: 6px 11px;
    border-radius: var(--lc21b-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--b1e0e);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.db3167 summary.o6aeb8::-webkit-details-marker { display: none; }
.db3167 summary.o6aeb8::marker { display: none; }
.db3167:hover summary.o6aeb8,
.db3167[open] summary.o6aeb8 {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--j2637);
}
.ge8aba { font-size: .7rem; opacity: .7; transition: transform .2s; }
.db3167[open] .ge8aba { transform: rotate(180deg); }

.oe4cda {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--fbfd3);
    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;
}
.db3167[open] .oe4cda {
    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); }
}
.oe4cda li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b3ae1);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.oe4cda li a:hover,
.oe4cda li a.i612da {
    background: rgba(201,169,110,.08);
    color: var(--j2637);
    text-decoration: none;
}
.oe4cda li a.i612da { font-weight: 700; }

/* Mobile lang bar */
.gef5c1 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.gef5c1 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(--b3ae1);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.gef5c1 a:hover,
.gef5c1 a.efb9ae {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--j2637);
    text-decoration: none;
}
.gef5c1 a.efb9ae { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hf8731 { display: none; }
    .p13ba1 .jfa779 { display: none; }
    .i8f3cf { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i31bae { grid-template-columns: 1fr; }
    section, .b4bea8 { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .od96dd { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d27989 { grid-template-columns: 1fr 1fr; }
    .g84687 { grid-template-columns: 1fr 1fr; }
    .l789e3 { grid-template-columns: 1fr 100px auto; }
    .ie583d { display: block; }
    body { padding-bottom: 72px; }
    .db3167 { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .nea501 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d27989 { grid-template-columns: 1fr; }
    .g84687 { grid-template-columns: 1fr; }
    .k3bb53 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .ae8260 { font-size: 3.5rem; }
    .l789e3 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i31bae { grid-template-columns: 1fr; }
    .ed2eb0 { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.g84687, ul.f2a306 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.pe2359 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .pe2359 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d27989, ol.b3b63a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.b3b63a > li { counter-increment: step-counter; }
ol.b3b63a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--j2637); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.k49721 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--j2637); }
.he9e5d { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.db7cd8 { width: 36px; height: 36px; border-radius: 50%; background: var(--j2637); color: var(--c605a); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a970fa h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.m6d290 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ndb094 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ndb094:last-child { border-bottom: none; }
.p8b41a { font-weight: 600; padding: .75rem 1rem; color: var(--j2637); }
.b5124b { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.de1316 .cc3388 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.de1316 .k12303 { display: none; }
.de1316 .n50787.a8134b .k12303 { display: block; }

/* faq variant C: definition list */
dl.d2182a { display: grid; gap: 0; }
dl.d2182a dt.b8c761 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.d2182a dd.k12303 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.g9da16 { padding: 2rem 0; }
.i09102 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.i09102 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--lc21b); border: 1px solid var(--oae09); color: var(--oae09); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.i09102 li a:hover { background: var(--oae09); color: var(--c605a); }


/* Promo Banner (SVG image banners) */
.d08134 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.l86397 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.l86397:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.a28f11 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.mb4698 { display: inline-block; vertical-align: middle; }
.j2c9de .mb4698 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.a8aeeb {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--fbfd3), var(--j7856));
    border-radius: var(--lc21b); padding: 24px; margin-top: 24px;
}
.o98d63 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--if637); background: var(--d9ba0); }
.o98d63 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.o98d63 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--oae09); }
@media (max-width: 768px) { .a8aeeb { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .a8aeeb { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--oae09); 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; }
  .oed147 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d41db0, .oed147, .nea501, .n8c385, .ga966e, .i8f3cf, .cc3388, .b8c761, .hee772, .ie583d a, .o6aeb8 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.oed147 { position: relative; overflow: visible; }
.oed147::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--oae09); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.oed147:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.oed147::after { /* animation moved to ::after */ }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.pa8c74 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.e215e2 {
    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);
}
.e215e2.o22894 { color: var(--oae09); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.f1ee5d, .b02408 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.p0951c, .n12f3a { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--if637); background: var(--fbfd3); transition: transform 0.2s; }
.p0951c:hover, .n12f3a:hover { transform: translateY(-2px); }
.p0951c span, .n12f3a span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.o97bb3 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.oed5b4 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--if637); background: var(--fbfd3); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.oed5b4:hover { border-color: var(--oae09); }
.oed5b4 span { font-size: 0.7rem; color: var(--oae09); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.g487c6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.b43eeb { background: var(--fbfd3); border-radius: var(--lc21b); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.f3ad42 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.d771ed { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--oae09), var(--j2637)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c605a); flex-shrink: 0; }
.p65af0 { color: var(--oae09); font-size: 14px; letter-spacing: 1px; }
.he1d13 { color: var(--ifb95); font-size: 0.75rem; }
.b43eeb p { font-size: 0.9rem; color: var(--b3ae1); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.8; }
body { font-size: 16px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
