@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 {
    --nb948:        #C9A96E;
    --me20d:  #DDC490;
    --j4d14:   #A88B50;
    --ob380:         #C9A96E;
    --nc56f:         #C9A96E;
    --i5efd:    #A88B50;
    --e50e3:         #6BAF8D;
    --jc233:    #4E8C6E;
    --p9ad2:           #0C0C0C;
    --fcaef:         #111111;
    --f45a7:         #1A1A1A;
    --l30a4:         #222222;
    --p9ad2-4:         #2A2A2A;
    --o9741:        #FFFFFF;
    --o956f:         #B8B0A0;
    --if49d:       #706858;
    --g5449:       #B8B0A0;
    --b033e:    'Playfair Display', Georgia, serif;
    --ba562:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --m0cd7:       0px;
    --pe45d:    0px;
    --ob6b2:    0px;
    --m0cd7-btn:   4px;
    --p6383:        1100px;
    --bab85:       none;
    --m186e:         none;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--nb948);
    --color-primary-light: var(--me20d);
    --color-primary-dark: var(--j4d14);
    --color-accent: var(--nc56f);
    --color-accent-dark: var(--i5efd);
    --color-secondary: var(--e50e3);
    --color-secondary-dark: var(--jc233);
    --color-surface: var(--f45a7);
    --color-surface-elevated: var(--l30a4);
    --color-on-surface: var(--o9741);
    --color-on-surface-muted: var(--o956f);
    --color-text: var(--o9741);
    --color-text-secondary: var(--g5449);
    --text-heading: var(--b033e);
    --text-body: var(--ba562);
    --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(--ba562);
    background: var(--p9ad2);
    color: var(--o9741);
    line-height: 1.8;
    font-size: 17px;
    overflow-x: hidden;
    letter-spacing: 0.01em;
}
a { color: var(--nb948); text-decoration: none; transition: color .2s; }
a:hover { color: var(--me20d); }
img { max-width: 100%; height: auto; display: block; }

.l23961 { width: 92%; max-width: var(--p6383); margin: 0 auto; }

.cdbab6 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ac747a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--nb948); color: var(--p9ad2);
    padding: 8px 16px; border-radius: var(--m0cd7-btn);
    z-index: 999; transition: top .2s;
    font-weight: 600;
}
.ac747a:focus { top: 10px; text-decoration: none; }

/* ===== SITE HEADER ===== */
.ef9747 {
    position: sticky; top: 0; z-index: 100;
    background: var(--p9ad2);
    border-bottom: 1px solid rgba(201,169,110,.12);
}
.ff5cb6 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 0; gap: 16px;
}
.acc643 {
    font-family: var(--b033e);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o9741);
    white-space: nowrap; text-decoration: none;
    letter-spacing: 0.03em;
}
.acc643:hover { color: var(--nb948); text-decoration: none; }

/* Main Nav */
.e68ca5 { display: flex; align-items: center; gap: 20px; }
.k449cf {
    display: flex; gap: 28px; list-style: none;
    font-size: .88rem; font-weight: 500; align-items: center;
}
.k449cf a {
    color: var(--o956f); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
    letter-spacing: 0.02em;
}
.k449cf a:hover { color: var(--nb948); text-decoration: none; }

/* Language Select */
.l68f6a {
    background: var(--f45a7); color: var(--o9741);
    border: 1px solid rgba(201,169,110,.18);
    border-radius: var(--m0cd7-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;
}
.l68f6a:hover, .l68f6a:focus { border-color: var(--nb948); outline: none; }

/* Menu Toggle */
.h9437d {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l19638, .l19638::before, .l19638::after {
    display: block; width: 22px; height: 1.5px;
    background: var(--o9741); border-radius: 0; transition: transform .3s, opacity .3s;
}
.l19638 { position: relative; }
.l19638::before, .l19638::after { content: ''; position: absolute; left: 0; }
.l19638::before { top: -7px; }
.l19638::after { top: 7px; }

/* Mobile Nav */
.p91703 {
    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;
}
.p91703.gddaae { display: flex; }
.n97785 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 28px;
}
.n97785 a {
    font-size: 1.15rem; font-weight: 500; color: var(--o9741); text-decoration: none;
    letter-spacing: 0.04em;
    font-family: var(--b033e);
}
.n97785 a:hover { color: var(--nb948); text-decoration: none; }

/* Mobile Nav Close */
.n07151 {
    position: absolute; top: 20px; right: 20px;
    background: none; border: 1px solid rgba(201,169,110,.2);
    color: var(--o9741); width: 40px; height: 40px;
    font-size: 1.3rem; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: border-color .2s, color .2s;
}
.n07151:hover { border-color: var(--nb948); color: var(--nb948); }

/* ===== BUTTONS ===== */
.c40f17 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ba562); font-weight: 600; font-size: .92rem;
    padding: 12px 28px; border-radius: var(--m0cd7-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(--nb948);
    color: #0C0C0C;
}
.btn-primary:hover {
    background: var(--j4d14);
    color: #0C0C0C;
    text-decoration: none;
}
.btn-secondary {
    background: transparent; color: var(--nb948);
    border: 1px solid rgba(201,169,110,.35);
}
.btn-secondary:hover { background: rgba(201,169,110,.06); color: var(--me20d); border-color: var(--nb948); }

/* 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); }
}
.i407f8 {
    background: var(--nb948);
    color: #0C0C0C; font-weight: 700; font-size: 1rem;
    box-shadow: none;
    animation: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.i407f8:hover {
    background: var(--j4d14);
    box-shadow: none;
    color: #0C0C0C; animation: none;
    text-decoration: none;
}

.m83ed6 { padding: 17px 44px; font-size: 1.05rem; border-radius: var(--m0cd7-btn); }
.aee75a { padding: 8px 18px; font-size: .85rem; border-radius: var(--m0cd7-btn); }

/* Nav CTA in header */
.n2bfce {
    background: var(--nb948);
    color: #0C0C0C !important; font-weight: 600;
    padding: 9px 22px; border-radius: var(--m0cd7-btn);
    box-shadow: none;
    transition: background .2s;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: .82rem;
}
.n2bfce:hover {
    background: var(--j4d14);
    color: #0C0C0C !important;
    text-decoration: none;
}

/* ===== PAGE HERO (subpages) ===== */
.j5c2c1 {
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center;
    background: var(--p9ad2);
    position: relative; overflow: hidden;
}
.j5c2c1::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.md3f55 {
    font-family: var(--b033e);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    color: var(--nb948);
    letter-spacing: 0.02em;
}
.jba348 {
    font-size: clamp(.95rem, 2vw, 1.08rem); color: var(--o956f);
    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(--p9ad2);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
    pointer-events: none;
}
.hero h1 {
    font-family: var(--b033e);
    font-size: clamp(2.2rem, 5.5vw, 3.8rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 22px;
    color: var(--o9741);
    letter-spacing: 0.01em;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem); color: var(--o956f);
    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(--o956f);
    padding: 8px 16px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.12);
    border-radius: 0;
}
.hero-stat strong { color: var(--nb948); }

/* ===== SECTIONS ===== */
.b7673d { padding: clamp(68px, 10vw, 100px) 0; }
.j900ae { background: var(--fcaef); }
.section-tag {
    display: inline-block; font-size: .72rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--nb948); margin-bottom: 14px;
}
.b7673d h2, .o62da5 {
    font-family: var(--b033e);
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700; margin-bottom: 18px; line-height: 1.2;
    letter-spacing: 0.01em;
}
.b7673d h3 {
    font-family: var(--b033e); font-size: 1.1rem; font-weight: 600;
    margin: 32px 0 10px; color: var(--nb948);
}
.b7673d p, .section-desc {
    color: var(--o956f); font-size: .95rem; line-height: 1.8; margin-bottom: 14px;
}
.section-desc { max-width: 700px; margin-bottom: 44px; }
.b7673d ul, .b7673d ol {
    color: var(--o956f); font-size: .93rem; line-height: 1.8;
    padding-left: 20px; margin-bottom: 18px;
}
.b7673d li { margin-bottom: 8px; }
.b7673d li strong { color: var(--o9741); }

/* ===== 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);
}
.g2eb86 { font-size: 1.8rem; margin-bottom: 18px; display: block; }
.card h3 {
    font-family: var(--b033e); font-size: 1.08rem; font-weight: 600;
    margin-bottom: 10px; color: var(--o9741);
}
.card p { color: var(--o956f); font-size: .9rem; line-height: 1.7; }

/* ===== INFO TABLE ===== */
.j0e1e6 { overflow-x: auto; margin: 28px 0; }
.e7624b { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.e7624b thead th {
    background: transparent; color: var(--o9741); 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;
}
.e7624b thead th:first-child { border-radius: 0; }
.e7624b thead th:last-child { border-radius: 0; }
.e7624b tr { border-bottom: 1px solid rgba(255,255,255,.04); }
.e7624b tr:nth-child(even) { background: rgba(255,255,255,.02); }
.e7624b td { padding: 14px 16px; }
.e7624b td:first-child { color: var(--o956f); font-weight: 500; width: 42%; }
.e7624b td:last-child { color: var(--o9741); font-weight: 600; }
.e7624b 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(--nb948);
    border-radius: 50%; font-family: var(--b033e);
    font-size: 1.15rem; font-weight: 700; color: var(--nb948);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
.step p { color: var(--o956f); font-size: .87rem; line-height: 1.6; }

/* ===== FAQ -- details/summary ===== */
.f7ef4e { max-width: 800px; margin: 0 auto; }
details.g79d55 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.g79d55 summary {
    display: block; list-style: none;
    color: var(--o9741); font-family: var(--ba562);
    font-size: .97rem; font-weight: 500;
    padding: 24px 40px 24px 0;
    cursor: pointer; position: relative; transition: color .2s;
    letter-spacing: 0.01em;
}
details.g79d55 summary::-webkit-details-marker { display: none; }
details.g79d55 summary::marker { display: none; content: ''; }
details.g79d55 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.2rem;
    color: var(--nb948); transition: transform .3s;
    font-weight: 300;
}
details.g79d55[open] summary::after { content: '\2212'; }
details.g79d55 summary:hover { color: var(--nb948); }
details.g79d55 > p { padding: 0 0 24px; color: var(--o956f); font-size: .9rem; line-height: 1.8; }
details.g79d55 > div { padding: 0 0 24px; color: var(--o956f); font-size: .9rem; line-height: 1.8; }
.faq-section { background: var(--fcaef); }

/* ===== INFO GRID & CARDS ===== */
.b1127e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.d34b91 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.d34b91:hover {
    border-color: rgba(201,169,110,.35);
}
.a482a4 { font-size: 2rem; margin-bottom: 16px; display: block; }
.d34b91 h3 {
    font-family: var(--b033e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--o9741);
}
.d34b91 p { color: var(--o956f); font-size: .9rem; line-height: 1.7; }

/* ===== BONUS GRID & CARDS ===== */
.bce71b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 28px;
}
.g2df72 {
    background: #141414;
    border: 1px solid #333; border-radius: 0; padding: 34px 26px;
    transition: border-color .25s;
}
.g2df72:hover { border-color: rgba(201,169,110,.35); }
.g2df72 h3 {
    font-family: var(--b033e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 10px; color: var(--nb948);
}
.g2df72 p { color: var(--o956f); font-size: .9rem; line-height: 1.7; }

/* ===== STEPS GRID & CARDS ===== */
.lb00c8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 28px;
}
.pc5bd9 { text-align: center; padding: 28px 16px; }
.nd9b64 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 16px;
    background: transparent;
    border: 1.5px solid var(--nb948);
    border-radius: 50%; font-family: var(--b033e);
    font-size: 1.15rem; font-weight: 700; color: var(--nb948);
    box-shadow: none;
}
.pc5bd9 h3 {
    font-family: var(--b033e); font-size: .97rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o9741);
}
.pc5bd9 p { color: var(--o956f); font-size: .87rem; line-height: 1.6; }

/* ===== REVIEW SCORE CARD ===== */
.cec3d5 {
    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;
}
.h842c5 { margin-top: 28px; }
.heeb8e {
    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;
}
.heeb8e > span:first-child { color: var(--o956f); text-align: left; }
.i5e2c7 {
    height: 4px; background: rgba(255,255,255,.06);
    border-radius: 2px; overflow: hidden;
}
.l38096 {
    height: 100%;
    background: var(--nb948);
    border-radius: 2px;
}
.heeb8e > span:last-child { color: var(--nb948); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.k0861e { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }
.f2c73e, .l544ae {
    background: #141414;
    border-radius: 0; padding: 30px 26px;
    border: 1px solid #333;
}
.f2c73e { border-top: 2px solid var(--nb948); }
.l544ae { border-top: 2px solid #9E4444; }
.f2c73e h3, .f2c73e h4 { color: var(--e50e3); margin-bottom: 14px; font-size: 1rem; font-family: var(--b033e); }
.l544ae h3, .l544ae h4 { color: #C86060; margin-bottom: 14px; font-size: 1rem; font-family: var(--b033e); }
.f2c73e ul, .l544ae ul { list-style: none; padding: 0; margin: 0; }
.f2c73e li::before { content: '\2713 '; color: var(--e50e3); font-weight: 700; }
.l544ae li::before { content: '\2717 '; color: #9E4444; font-weight: 700; }
.f2c73e li, .l544ae li { padding: 6px 0; color: var(--o956f); font-size: .9rem; line-height: 1.6; }

/* ===== CTA BANNER ===== */
.e35de4 {
    text-align: center; padding: clamp(68px, 10vw, 110px) 0;
    background: var(--fcaef);
    border-top: 1px solid rgba(201,169,110,.1);
    border-bottom: 1px solid rgba(201,169,110,.1);
    position: relative;
}
.e35de4 h2 {
    font-family: var(--b033e);
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700; margin-bottom: 16px;
    color: var(--o9741);
    letter-spacing: 0.02em;
}
.e35de4 p { color: var(--o956f); 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(--nb948);
    border-radius: 0; padding: 24px 28px; margin: 28px 0;
}
.highlight-box p { color: var(--o956f); font-size: .9rem; }
.highlight-box strong { color: var(--nb948); }

/* ===== BREADCRUMB ===== */
.if9e5e { padding: 16px 0; font-size: .82rem; }
.mfcba8 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.mfcba8 li + li::before { content: '/'; margin-right: 8px; color: var(--if49d); font-weight: 300; }
.if9e5e a { color: var(--if49d); text-decoration: none; }
.if9e5e a:hover { color: var(--nb948); }
.if9e5e [aria-current] { color: var(--nb948); }

/* ===== SITE FOOTER ===== */
.aceffc {
    background: var(--p9ad2); border-top: 1px solid rgba(201,169,110,.08);
    padding: 60px 0 36px; font-size: .85rem;
}
.footer-nav { margin-bottom: 28px; }
.pacd16 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 28px; list-style: none;
}
.pacd16 a {
    color: var(--if49d); transition: color .2s;
    text-decoration: none; font-size: .88rem;
    letter-spacing: 0.02em;
}
.pacd16 a:hover { color: var(--nb948); }

.pb63ae {
    text-align: center; padding: 28px 0 18px;
    border-top: 1px solid rgba(201,169,110,.06); margin-top: 12px;
}
.pb63ae p {
    color: var(--if49d); font-size: .8rem; line-height: 1.7;
    max-width: 700px; margin: 12px auto 0;
}
.pb63ae a { color: var(--nb948); text-decoration: none; }
.pb63ae a:hover { text-decoration: underline; }
.lcc28e { text-align: center; color: var(--if49d); font-size: .78rem; margin-top: 18px; letter-spacing: 0.03em; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ia0da6 { max-width: 780px; margin: 0 auto; }
.ia0da6 p {
    color: var(--o956f); font-size: .97rem; line-height: 1.9;
    margin-bottom: 22px;
}
.ia0da6 p:last-child { margin-bottom: 0; }
.ia0da6 strong { color: var(--o9741); }
.ia0da6 a { color: var(--nb948); text-decoration: underline; text-underline-offset: 3px; }
.ia0da6 a:hover { color: var(--me20d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.p4b186 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 52px;
    align-items: center; margin-top: 32px;
}
.fbae99 { direction: rtl; }
.fbae99 > * { direction: ltr; }
.eb3c2c { overflow: hidden; }
.eb3c2c img {
    width: 100%; height: auto; display: block;
    border: 1px solid rgba(201,169,110,.1);
}
.i1e37d { color: var(--o956f); font-size: .95rem; line-height: 1.8; }
.i1e37d strong { color: var(--o9741); }
.i1e37d a { color: var(--nb948); }
@media (max-width: 768px) {
    .p4b186 { grid-template-columns: 1fr; gap: 28px; }
    .fbae99 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 1.5px solid var(--j4d14);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--j4d14); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.h59ec3 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: transparent;
    color: var(--nb948); border: 1px solid var(--nb948); 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;
}
.h59ec3.p8c5d7 { opacity: 1; visibility: visible; }
.h59ec3:hover { background: var(--nb948); color: var(--p9ad2); }

/* ===== REVIEW SCORE (review page) ===== */
.m641cc {
    font-family: var(--b033e); font-size: 5rem; font-weight: 800;
    color: var(--nb948);
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--nb948); 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(--o956f); width: 55%; }
.score-table td:last-child { color: var(--nb948); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ie775d {
    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;
}
.ie775d .c40f17 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== LANGUAGE SWITCHER ===== */
.df7f66 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.df7f66 summary.j6f69c {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid rgba(201,169,110,.15);
    color: var(--o9741);
    padding: 6px 11px;
    border-radius: var(--m0cd7-btn);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ba562);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.df7f66 summary.j6f69c::-webkit-details-marker { display: none; }
.df7f66 summary.j6f69c::marker { display: none; }
.df7f66:hover summary.j6f69c,
.df7f66[open] summary.j6f69c {
    background: rgba(255,255,255,.04);
    border-color: rgba(201,169,110,.35);
    color: var(--nb948);
}
.aa50ac { font-size: .7rem; opacity: .7; transition: transform .2s; }
.df7f66[open] .aa50ac { transform: rotate(180deg); }

.me75ab {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--f45a7);
    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;
}
.df7f66[open] .me75ab {
    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); }
}
.me75ab li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--g5449);
    border-radius: 0;
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.me75ab li a:hover,
.me75ab li a.j7a82d {
    background: rgba(201,169,110,.08);
    color: var(--nb948);
    text-decoration: none;
}
.me75ab li a.j7a82d { font-weight: 700; }

/* Mobile lang bar */
.l65050 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 10px;
}
.l65050 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(--g5449);
    font-size: .78rem;
    transition: background .15s, color .15s;
    text-decoration: none;
}
.l65050 a:hover,
.l65050 a.e39cb9 {
    background: rgba(201,169,110,.08);
    border-color: rgba(201,169,110,.25);
    color: var(--nb948);
    text-decoration: none;
}
.l65050 a.e39cb9 { font-weight: 700; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .k449cf { display: none; }
    .e68ca5 .l68f6a { display: none; }
    .h9437d { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .k0861e { grid-template-columns: 1fr; }
    section, .b7673d { padding: clamp(44px, 7vw, 68px) 0; }
    .hero { padding: clamp(56px, 9vw, 92px) 0 clamp(44px, 7vw, 68px); }
    .pacd16 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .lb00c8 { grid-template-columns: 1fr 1fr; }
    .b1127e { grid-template-columns: 1fr 1fr; }
    .heeb8e { grid-template-columns: 1fr 100px auto; }
    .ie775d { display: block; }
    body { padding-bottom: 72px; }
    .df7f66 { display: none; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .m83ed6 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .lb00c8 { grid-template-columns: 1fr; }
    .b1127e { grid-template-columns: 1fr; }
    .ff5cb6 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .m641cc { font-size: 3.5rem; }
    .heeb8e { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .k0861e { grid-template-columns: 1fr; }
    .cec3d5 { padding: 28px 20px; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.b1127e, ul.ec138f { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o17e17 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o17e17 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.lb00c8, ol.gb7815 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.gb7815 > li { counter-increment: step-counter; }
ol.gb7815 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--nb948); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.pfa06d { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--nb948); }
.f8dfc1 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k39956 { width: 36px; height: 36px; border-radius: 50%; background: var(--nb948); color: var(--p9ad2); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.j4863f h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.na9106 { display: grid; grid-template-columns: 1fr; gap: 0; }
.bd51bd { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.bd51bd:last-child { border-bottom: none; }
.b2c9e3 { font-weight: 600; padding: .75rem 1rem; color: var(--nb948); }
.cd167f { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.nd5436 .nc1a05 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.nd5436 .e4f483 { display: none; }
.nd5436 .g79d55.gddaae .e4f483 { display: block; }

/* faq variant C: definition list */
dl.f7ef4e { display: grid; gap: 0; }
dl.f7ef4e dt.o914fc { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.f7ef4e dd.e4f483 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.i8511f { padding: 2rem 0; }
.ab84b1 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ab84b1 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--m0cd7); border: 1px solid var(--nc56f); color: var(--nc56f); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ab84b1 li a:hover { background: var(--nc56f); color: var(--p9ad2); }


/* Promo Banner (SVG image banners) */
.f53f74 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ce5f13 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ce5f13:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k1d6c2 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g2eb86 { display: inline-block; vertical-align: middle; }
.a482a4 .g2eb86 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.h7b616 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--f45a7), var(--l30a4));
    border-radius: var(--m0cd7); padding: 24px; margin-top: 24px;
}
.o70af4 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ob6b2); background: var(--fcaef); }
.o70af4 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.o70af4 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--nc56f); }
@media (max-width: 768px) { .h7b616 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .h7b616 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--nc56f); 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; }
  .i407f8 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c40f17, .i407f8, .m83ed6, .aee75a, .n2bfce, .h9437d, .nc1a05, .o914fc, .h59ec3, .ie775d a, .j6f69c { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i407f8 { position: relative; overflow: visible; }
.i407f8::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--nc56f); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i407f8:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i407f8::after { /* animation moved to ::after */ }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.d09a3f { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.g540bd {
    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);
}
.g540bd.e79809 { color: var(--nc56f); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.n09796, .m98e5b { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.dcaa92, .a12d2b { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ob6b2); background: var(--f45a7); transition: transform 0.2s; }
.dcaa92:hover, .a12d2b:hover { transform: translateY(-2px); }
.dcaa92 span, .a12d2b span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.md1b2f { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.e9946b { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ob6b2); background: var(--f45a7); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.e9946b:hover { border-color: var(--nc56f); }
.e9946b span { font-size: 0.7rem; color: var(--nc56f); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.d827f4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.dadaa6 { background: var(--f45a7); border-radius: var(--m0cd7); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.fff2bc { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.a6ecb2 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--nc56f), var(--nb948)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--p9ad2); flex-shrink: 0; }
.d67d2f { color: var(--nc56f); font-size: 14px; letter-spacing: 1px; }
.g4f65a { color: var(--if49d); font-size: 0.75rem; }
.dadaa6 p { font-size: 0.9rem; color: var(--g5449); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.65; }
body { font-size: 15px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
