@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
/* ===== CLASSIC GOLD — Design System ===== */
:root {
    --ge8ce:        #D4A843;
    --bb7b2:  #F0CC6A;
    --g3c61:   #B88A30;
    --k877c:         #E8B840;
    --b181c:         #F4C842;
    --p390c:    #C9A020;
    --e927a:         #2CA6A4;
    --ncb28:    #1E8886;
    --of88d:           #080C18;
    --hfb54:         #0D1220;
    --d8468:         #131A2C;
    --a0d28:         #1A2238;
    --i8e85:        #FFFFFF;
    --m15b4:         #A8B0C4;
    --p2b01:       #6E7890;
    --gc595:       #A8B0C4;
    --l5c58:    'Poppins', sans-serif;
    --ofa15:    'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --na22a:       12px;
    --n7d0e:    20px;
    --db0b9:    8px;
    --o3e9b:        1100px;
    --jabea:       0 4px 24px rgba(0,0,0,.5);
    --d5d9a:         0 0 32px rgba(212,168,67,.3);
}

/* ===== 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(--ofa15);
    background: var(--of88d);
    color: var(--i8e85);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--bb7b2); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b181c); }
img { max-width: 100%; height: auto; display: block; }

.jfc02d { width: 92%; max-width: var(--o3e9b); margin: 0 auto; }

.n3cbb5 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ffcdeb {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--ge8ce); color: var(--i8e85);
    padding: 8px 16px; border-radius: var(--db0b9);
    z-index: 999; transition: top .2s;
}
.ffcdeb:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.o9f878 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(8,12,24,.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(212,168,67,.15);
}
.o878c4 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i7ca92 {
    font-family: var(--l5c58);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--i8e85);
    white-space: nowrap; text-decoration: none;
}
.i7ca92:hover { color: var(--b181c); }

/* Main Nav */
.ec764c { display: flex; align-items: center; gap: 20px; }
.lb5dd6 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.lb5dd6 a {
    color: var(--m15b4); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.lb5dd6 a:hover { color: var(--bb7b2); }

/* Language Select */
.d905ab {
    background: var(--d8468); color: var(--i8e85);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--db0b9);
    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='%23D4A843'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.d905ab:hover, .d905ab:focus { border-color: var(--ge8ce); outline: none; }

/* Menu Toggle */
.h963b3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g5e34f, .g5e34f::before, .g5e34f::after {
    display: block; width: 24px; height: 2px;
    background: var(--i8e85); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.g5e34f { position: relative; }
.g5e34f::before, .g5e34f::after { content: ''; position: absolute; left: 0; }
.g5e34f::before { top: -7px; }
.g5e34f::after { top: 7px; }

/* Mobile Nav */
.acc733 {
    display: none; position: fixed; inset: 0;
    background: rgba(8,12,24,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.acc733.gdfab1 { display: flex; }
.dd0548 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.dd0548 a {
    font-size: 1.2rem; font-weight: 600; color: var(--i8e85); text-decoration: none;
}
.dd0548 a:hover { color: var(--bb7b2); }

/* ===== BUTTONS ===== */
.l30ef9 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l5c58); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--na22a); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .3px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--ge8ce) 0%, var(--k877c) 100%);
    color: var(--i8e85); box-shadow: var(--d5d9a);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--i8e85);
}
.btn-secondary {
    background: transparent; color: var(--bb7b2);
    border: 2px solid var(--ge8ce);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--b181c); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(244,200,66,.35); }
    50%      { box-shadow: 0 0 50px rgba(244,200,66,.7), 0 0 90px rgba(244,200,66,.18); }
}
.lb5b19 {
    background: linear-gradient(135deg, var(--b181c) 0%, #e8a020 55%, var(--p390c) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(244,200,66,.4);
    animation: pulse-glow 2.8s ease-in-out infinite;
}
.lb5b19:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.m5ebbd { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--n7d0e); }
.m91691 { padding: 8px 18px; font-size: .85rem; border-radius: var(--db0b9); }

/* Nav CTA in header */
.e9dafa {
    background: linear-gradient(135deg, var(--b181c) 0%, var(--p390c) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--db0b9);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.e9dafa:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.naf9f6 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(212,168,67,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(244,200,66,.05) 0%, transparent 60%),
        var(--of88d);
    position: relative; overflow: hidden;
}
.naf9f6::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.pfcecd {
    font-family: var(--l5c58);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b181c) 0%, var(--bb7b2) 50%, var(--ge8ce) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i192f1 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--m15b4);
    max-width: 640px; margin: 0 auto 32px; line-height: 1.7;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212,168,67,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(184,138,48,.08) 0%, transparent 60%),
        var(--of88d);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5L33 20H47L36 28L39 43L30 34L21 43L24 28L13 20H27Z' fill='rgba(212,168,67,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--l5c58);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b181c) 0%, var(--bb7b2) 45%, var(--ge8ce) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--m15b4);
    max-width: 660px; margin: 0 auto 28px; line-height: 1.7;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 32px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .92rem; color: var(--m15b4);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--db0b9);
}
.hero-stat strong { color: var(--bb7b2); }

/* ===== SECTIONS ===== */
.he4ce7 { padding: clamp(52px, 7vw, 80px) 0; }
.ecba4d { background: var(--hfb54); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--ge8ce); margin-bottom: 10px;
}
.he4ce7 h2, .e82889 {
    font-family: var(--l5c58);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.he4ce7 h3 {
    font-family: var(--l5c58); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--bb7b2);
}
.he4ce7 p, .section-desc {
    color: var(--m15b4); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.he4ce7 ul, .he4ce7 ol {
    color: var(--m15b4); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.he4ce7 li { margin-bottom: 8px; }
.he4ce7 li strong { color: var(--i8e85); }

/* ===== 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: linear-gradient(145deg, var(--d8468), var(--a0d28));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--na22a); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(212,168,67,.3);
    box-shadow: var(--jabea);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l5c58); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--i8e85);
}
.card p { color: var(--m15b4); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.d0f4d4 { overflow-x: auto; margin: 24px 0; border-radius: var(--db0b9); }
.db6dfa { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.db6dfa thead th {
    background: var(--a0d28); color: var(--i8e85); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.db6dfa thead th:first-child { border-radius: var(--db0b9) 0 0 0; }
.db6dfa thead th:last-child { border-radius: 0 var(--db0b9) 0 0; }
.db6dfa tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.db6dfa td { padding: 13px 16px; }
.db6dfa td:first-child { color: var(--m15b4); font-weight: 500; width: 42%; }
.db6dfa td:last-child { color: var(--i8e85); font-weight: 600; }
.db6dfa tr:hover { background: rgba(212,168,67,.04); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 24px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--ge8ce), var(--k877c));
    border-radius: 50%; font-family: var(--l5c58);
    font-size: 1.2rem; font-weight: 700; color: var(--i8e85);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--m15b4); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.o15a28 { max-width: 800px; margin: 0 auto; }
details.cb259c { border-bottom: 1px solid rgba(255,255,255,.07); }
details.cb259c summary {
    display: block; list-style: none;
    color: var(--i8e85); font-family: var(--ofa15);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.cb259c summary::-webkit-details-marker { display: none; }
details.cb259c summary::marker { display: none; content: ''; }
details.cb259c summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--ge8ce); transition: transform .3s;
}
details.cb259c[open] summary::after { content: '\2212'; }
details.cb259c summary:hover { color: var(--bb7b2); }
details.cb259c > p { padding: 0 0 20px; color: var(--m15b4); font-size: .9rem; line-height: 1.7; }
details.cb259c > div { padding: 0 0 20px; color: var(--m15b4); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--hfb54); }

/* ===== INFO GRID & CARDS ===== */
.m34fac {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e877b6 {
    background: linear-gradient(145deg, var(--d8468), var(--a0d28));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--na22a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e877b6:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--jabea);
}
.m56232 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.e877b6 h3 {
    font-family: var(--l5c58); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i8e85);
}
.e877b6 p { color: var(--m15b4); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.f7f789 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k13f7c {
    background: linear-gradient(145deg, var(--d8468), var(--a0d28));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--na22a); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k13f7c:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.k13f7c h3 {
    font-family: var(--l5c58); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b181c);
}
.k13f7c p { color: var(--m15b4); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m24c86 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o7e7f8 { text-align: center; padding: 22px 14px; }
.jd4dc7 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--ge8ce), var(--k877c));
    border-radius: 50%; font-family: var(--l5c58);
    font-size: 1.15rem; font-weight: 800; color: var(--i8e85);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.o7e7f8 h3 {
    font-family: var(--l5c58); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--i8e85);
}
.o7e7f8 p { color: var(--m15b4); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.oe2586 {
    background: linear-gradient(145deg, var(--d8468), var(--a0d28));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--n7d0e);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.nd7095 { margin-top: 24px; }
.o8b087 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .9rem;
}
.o8b087 > span:first-child { color: var(--m15b4); text-align: left; }
.n757d4 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ga96e7 {
    height: 100%;
    background: linear-gradient(90deg, var(--ge8ce) 0%, var(--b181c) 100%);
    border-radius: 4px;
}
.o8b087 > span:last-child { color: var(--b181c); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.b0728d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.b885f7, .p77863 {
    background: linear-gradient(145deg, var(--d8468), var(--a0d28));
    border-radius: var(--na22a); padding: 24px 22px;
}
.b885f7 { border-top: 3px solid var(--e927a); }
.p77863 { border-top: 3px solid #C84040; }
.b885f7 h3, .b885f7 h4 { color: var(--e927a); margin-bottom: 12px; font-size: 1rem; }
.p77863 h3, .p77863 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.b885f7 ul, .p77863 ul { list-style: none; padding: 0; margin: 0; }
.b885f7 li::before { content: '\2713 '; color: var(--e927a); font-weight: 700; }
.p77863 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.b885f7 li, .p77863 li { padding: 5px 0; color: var(--m15b4); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.o8f080 {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(244,200,66,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(212,168,67,.08) 0%, transparent 70%),
        var(--hfb54);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.o8f080 h2 {
    font-family: var(--l5c58);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b181c), var(--bb7b2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o8f080 p { color: var(--m15b4); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(212,168,67,.08), rgba(184,138,48,.05));
    border: 1px solid rgba(212,168,67,.2); border-left: 4px solid var(--ge8ce);
    border-radius: var(--db0b9); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--m15b4); font-size: .9rem; }
.highlight-box strong { color: var(--bb7b2); }

/* ===== BREADCRUMB ===== */
.l27e73 { padding: 14px 0; font-size: .82rem; }
.n07c97 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n07c97 li + li::before { content: '\203A'; margin-right: 8px; color: var(--p2b01); }
.l27e73 a { color: var(--p2b01); }
.l27e73 a:hover { color: var(--bb7b2); }
.l27e73 [aria-current] { color: var(--ge8ce); }

/* ===== SITE FOOTER ===== */
.b3e38c {
    background: var(--of88d); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.f975f6 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.f975f6 a {
    color: var(--p2b01); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.f975f6 a:hover { color: var(--bb7b2); }

.nc34c8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.nc34c8 p {
    color: var(--p2b01); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.nc34c8 a { color: var(--ge8ce); }
.lc8a73 { text-align: center; color: var(--p2b01); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.hee2c4 { max-width: 800px; margin: 0 auto; }
.hee2c4 p {
    color: var(--m15b4); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.hee2c4 p:last-child { margin-bottom: 0; }
.hee2c4 strong { color: var(--i8e85); }
.hee2c4 a { color: var(--bb7b2); text-decoration: underline; text-underline-offset: 3px; }
.hee2c4 a:hover { color: var(--b181c); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.cd8bcc {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c3f9ec { direction: rtl; }
.c3f9ec > * { direction: ltr; }
.b5ed88 { border-radius: var(--n7d0e); overflow: hidden; }
.b5ed88 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--n7d0e);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.a53aae { color: var(--m15b4); font-size: .93rem; line-height: 1.7; }
.a53aae strong { color: var(--i8e85); }
.a53aae a { color: var(--bb7b2); }
@media (max-width: 768px) {
    .cd8bcc { grid-template-columns: 1fr; gap: 24px; }
    .c3f9ec { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g3c61);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--g3c61); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b1be24 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--ge8ce);
    color: var(--i8e85); border: none; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--jabea);
}
.b1be24.ocd2dd { opacity: 1; visibility: visible; }
.b1be24:hover { transform: translateY(-3px); background: var(--g3c61); }

/* ===== REVIEW SCORE (review page) ===== */
.d5649e {
    font-family: var(--l5c58); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b181c), var(--bb7b2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--b181c); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.score-table td:first-child { color: var(--m15b4); width: 55%; }
.score-table td:last-child { color: var(--b181c); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.d76d3b {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(8,12,24,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(244,200,66,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.d76d3b .l30ef9 { width: 100%; max-width: 360px; justify-content: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .lb5dd6 { display: none; }
    .ec764c .d905ab { display: none; }
    .h963b3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .b0728d { grid-template-columns: 1fr; }
    section, .he4ce7 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .f975f6 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m24c86 { grid-template-columns: 1fr 1fr; }
    .m34fac { grid-template-columns: 1fr 1fr; }
    .o8b087 { grid-template-columns: 1fr 100px auto; }
    .d76d3b { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .m5ebbd { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m24c86 { grid-template-columns: 1fr; }
    .m34fac { grid-template-columns: 1fr; }
    .o878c4 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .d5649e { font-size: 3.5rem; }
    .o8b087 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .b0728d { grid-template-columns: 1fr; }
    .oe2586 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.cb4071 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.cb4071 summary.cbca7c {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    color: var(--i8e85);
    padding: 6px 11px;
    border-radius: var(--db0b9);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--ofa15);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.cb4071 summary.cbca7c::-webkit-details-marker { display: none; }
.cb4071 summary.cbca7c::marker { display: none; }
.cb4071:hover summary.cbca7c,
.cb4071[open] summary.cbca7c {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--b181c);
}
.g9437f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.cb4071[open] .g9437f { transform: rotate(180deg); }

.l725ad {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d8468);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--na22a);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.cb4071[open] .l725ad {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.l725ad li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--gc595);
    border-radius: var(--db0b9);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l725ad li a:hover,
.l725ad li a.l278ec {
    background: rgba(255,255,255,.08);
    color: var(--b181c);
}
.l725ad li a.l278ec { font-weight: 700; }

/* Mobile lang bar */
.ae7e03 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ae7e03 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--db0b9);
    color: var(--gc595);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ae7e03 a:hover,
.ae7e03 a.ad4b70 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--b181c);
}
.ae7e03 a.ad4b70 { font-weight: 700; }

@media (max-width: 768px) {
    .cb4071 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.m34fac, ul.jb80d8 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.bd91b9 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .bd91b9 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m24c86, ol.a01aa3 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a01aa3 > li { counter-increment: step-counter; }
ol.a01aa3 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--ge8ce); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.hf78dc { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--ge8ce); }
.k0b7f5 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.nd9902 { width: 36px; height: 36px; border-radius: 50%; background: var(--ge8ce); color: var(--of88d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.idd5c2 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ad4027 { display: grid; grid-template-columns: 1fr; gap: 0; }
.fff12c { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.fff12c:last-child { border-bottom: none; }
.kd6b41 { font-weight: 600; padding: .75rem 1rem; color: var(--ge8ce); }
.e5b0d8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a3e820 .lb1b24 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a3e820 .f5ddf7 { display: none; }
.a3e820 .cb259c.gdfab1 .f5ddf7 { display: block; }

/* faq variant C: definition list */
dl.o15a28 { display: grid; gap: 0; }
dl.o15a28 dt.l631e2 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.o15a28 dd.f5ddf7 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

