@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Noto+Sans:wght@400;500;600;700&display=swap');
/* ===== SOLAR GOLD — Design System ===== */
:root {
    --kcfe7:        #FFB300;
    --ee6d5:        #FFC840;
    --g05cc:        #CC9000;
    --f3961:        #FFBB20;
    --c3187:        #FFD700;
    --e1d89:        #CCAC00;
    --h6866:        #FFB300;
    --n0139:        #CC9000;
    --oa4e9:        #0A0806;
    --l829b:        #12100C;
    --c6694:        #1A1812;
    --ca145:        #222018;
    --kb06a:        #FFFFFF;
    --ie90e:        #B0A890;
    --mfd5c:        #706850;
    --a5d9d:        #B0A890;
    --f27b3:    'Archivo', sans-serif;
    --f6a05:    'Noto Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --j404d:       12px;
    --e49d8:    20px;
    --icb17:    8px;
    --j9d16:        1100px;
    --b7b07:       0 4px 24px rgba(0,0,0,.5);
    --fd3fd:         0 0 32px rgba(255,215,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--kcfe7);
    --color-primary-light: var(--ee6d5);
    --color-primary-dark: var(--g05cc);
    --color-accent: var(--c3187);
    --color-accent-dark: var(--e1d89);
    --color-secondary: var(--h6866);
    --color-secondary-dark: var(--n0139);
    --color-surface: var(--c6694);
    --color-surface-elevated: var(--ca145);
    --color-on-surface: var(--kb06a);
    --color-on-surface-muted: var(--ie90e);
    --color-text: var(--kb06a);
    --color-text-secondary: var(--a5d9d);
    --text-heading: var(--f27b3);
    --text-body: var(--f6a05);
    --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(--f6a05);
    background: var(--oa4e9);
    color: var(--kb06a);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ee6d5); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c3187); }
img { max-width: 100%; height: auto; display: block; }

.k0b960 { width: 92%; max-width: var(--j9d16); margin: 0 auto; }

.ja1a23 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l79099 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--kcfe7); color: var(--kb06a);
    padding: 8px 16px; border-radius: var(--icb17);
    z-index: 999; transition: top .2s;
}
.l79099:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.pabf21 {
    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);
}
.fde679 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.c52d4e {
    font-family: var(--f27b3);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--kb06a);
    white-space: nowrap; text-decoration: none;
}
.c52d4e:hover { color: var(--c3187); }

/* Main Nav */
.j27236 { display: flex; align-items: center; gap: 20px; }
.e18894 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e18894 a {
    color: var(--ie90e); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e18894 a:hover { color: var(--ee6d5); }

/* Language Select */
.i994f5 {
    background: var(--c6694); color: var(--kb06a);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--icb17);
    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;
}
.i994f5:hover, .i994f5:focus { border-color: var(--kcfe7); outline: none; }

/* Menu Toggle */
.h81f30 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.kb2367, .kb2367::before, .kb2367::after {
    display: block; width: 24px; height: 2px;
    background: var(--kb06a); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.kb2367 { position: relative; }
.kb2367::before, .kb2367::after { content: ''; position: absolute; left: 0; }
.kb2367::before { top: -7px; }
.kb2367::after { top: 7px; }

/* Mobile Nav */
.o7c883 {
    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;
}
.o7c883.f8e11c { display: flex; }
.m07f84 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.m07f84 a {
    font-size: 1.2rem; font-weight: 600; color: var(--kb06a); text-decoration: none;
}
.m07f84 a:hover { color: var(--ee6d5); }

/* ===== BUTTONS ===== */
.mc2a72 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--f27b3); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--j404d); 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(--kcfe7) 0%, var(--f3961) 100%);
    color: var(--kb06a); box-shadow: var(--fd3fd);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--kb06a);
}
.btn-secondary {
    background: transparent; color: var(--ee6d5);
    border: 2px solid var(--kcfe7);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--c3187); }

/* 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); }
}
.h36608 {
    background: linear-gradient(135deg, var(--c3187) 0%, #e8a020 55%, var(--e1d89) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.h36608:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ifbc0b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--e49d8); }
.j87a1f { padding: 8px 18px; font-size: .85rem; border-radius: var(--icb17); }

/* Nav CTA in header */
.l4008e {
    background: linear-gradient(135deg, var(--c3187) 0%, var(--e1d89) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--icb17);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.l4008e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.hf5e5a {
    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(--oa4e9);
    position: relative; overflow: hidden;
}
.hf5e5a::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;
}
.m0fafa {
    font-family: var(--f27b3);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--c3187) 0%, var(--ee6d5) 50%, var(--kcfe7) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ma09f5 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ie90e);
    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(--oa4e9);
}
.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(--f27b3);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--c3187) 0%, var(--ee6d5) 45%, var(--kcfe7) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ie90e);
    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(--ie90e);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--icb17);
}
.hero-stat strong { color: var(--ee6d5); }

/* ===== SECTIONS ===== */
.g0bc1f { padding: clamp(52px, 7vw, 80px) 0; }
.p398c5 { background: var(--l829b); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--kcfe7); margin-bottom: 10px;
}
.g0bc1f h2, .c77cfc {
    font-family: var(--f27b3);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g0bc1f h3 {
    font-family: var(--f27b3); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ee6d5);
}
.g0bc1f p, .section-desc {
    color: var(--ie90e); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g0bc1f ul, .g0bc1f ol {
    color: var(--ie90e); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g0bc1f li { margin-bottom: 8px; }
.g0bc1f li strong { color: var(--kb06a); }

/* ===== 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(--c6694), var(--ca145));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--j404d); 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(--b7b07);
}
.o39539 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--f27b3); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--kb06a);
}
.card p { color: var(--ie90e); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.o1dde3 { overflow-x: auto; margin: 24px 0; border-radius: var(--icb17); }
.fa5bb1 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.fa5bb1 thead th {
    background: var(--ca145); color: var(--kb06a); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.fa5bb1 thead th:first-child { border-radius: var(--icb17) 0 0 0; }
.fa5bb1 thead th:last-child { border-radius: 0 var(--icb17) 0 0; }
.fa5bb1 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.fa5bb1 td { padding: 13px 16px; }
.fa5bb1 td:first-child { color: var(--ie90e); font-weight: 500; width: 42%; }
.fa5bb1 td:last-child { color: var(--kb06a); font-weight: 600; }
.fa5bb1 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(--kcfe7), var(--f3961));
    border-radius: 50%; font-family: var(--f27b3);
    font-size: 1.2rem; font-weight: 700; color: var(--kb06a);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ie90e); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.n0b21f { max-width: 800px; margin: 0 auto; }
details.na0757 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.na0757 summary {
    display: block; list-style: none;
    color: var(--kb06a); font-family: var(--f6a05);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.na0757 summary::-webkit-details-marker { display: none; }
details.na0757 summary::marker { display: none; content: ''; }
details.na0757 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--kcfe7); transition: transform .3s;
}
details.na0757[open] summary::after { content: '\2212'; }
details.na0757 summary:hover { color: var(--ee6d5); }
details.na0757 > p { padding: 0 0 20px; color: var(--ie90e); font-size: .9rem; line-height: 1.7; }
details.na0757 > div { padding: 0 0 20px; color: var(--ie90e); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--l829b); }

/* ===== INFO GRID & CARDS ===== */
.ld4a56 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.fa8ae8 {
    background: linear-gradient(145deg, var(--c6694), var(--ca145));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--j404d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.fa8ae8:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--b7b07);
}
.oef2a8 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.fa8ae8 h3 {
    font-family: var(--f27b3); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--kb06a);
}
.fa8ae8 p { color: var(--ie90e); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.f2326b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.oa62fa {
    background: linear-gradient(145deg, var(--c6694), var(--ca145));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--j404d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.oa62fa:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.oa62fa h3 {
    font-family: var(--f27b3); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c3187);
}
.oa62fa p { color: var(--ie90e); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f5492f {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p6531d { text-align: center; padding: 22px 14px; }
.e5711d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--kcfe7), var(--f3961));
    border-radius: 50%; font-family: var(--f27b3);
    font-size: 1.15rem; font-weight: 800; color: var(--kb06a);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.p6531d h3 {
    font-family: var(--f27b3); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--kb06a);
}
.p6531d p { color: var(--ie90e); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.jdd890 {
    background: linear-gradient(145deg, var(--c6694), var(--ca145));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--e49d8);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.p317e8 { margin-top: 24px; }
.e46cc3 {
    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;
}
.e46cc3 > span:first-child { color: var(--ie90e); text-align: left; }
.f2d2e8 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ea178d {
    height: 100%;
    background: linear-gradient(90deg, var(--kcfe7) 0%, var(--c3187) 100%);
    border-radius: 4px;
}
.e46cc3 > span:last-child { color: var(--c3187); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i84a1e { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ga8217, .o70e50 {
    background: linear-gradient(145deg, var(--c6694), var(--ca145));
    border-radius: var(--j404d); padding: 24px 22px;
}
.ga8217 { border-top: 3px solid var(--h6866); }
.o70e50 { border-top: 3px solid #C84040; }
.ga8217 h3, .ga8217 h4 { color: var(--h6866); margin-bottom: 12px; font-size: 1rem; }
.o70e50 h3, .o70e50 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ga8217 ul, .o70e50 ul { list-style: none; padding: 0; margin: 0; }
.ga8217 li::before { content: '\2713 '; color: var(--h6866); font-weight: 700; }
.o70e50 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ga8217 li, .o70e50 li { padding: 5px 0; color: var(--ie90e); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b6caf1 {
    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(--l829b);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.b6caf1 h2 {
    font-family: var(--f27b3);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--c3187), var(--ee6d5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b6caf1 p { color: var(--ie90e); 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(--kcfe7);
    border-radius: var(--icb17); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ie90e); font-size: .9rem; }
.highlight-box strong { color: var(--ee6d5); }

/* ===== BREADCRUMB ===== */
.acb178 { padding: 14px 0; font-size: .82rem; }
.hfc7b0 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.hfc7b0 li + li::before { content: '\203A'; margin-right: 8px; color: var(--mfd5c); }
.acb178 a { color: var(--mfd5c); }
.acb178 a:hover { color: var(--ee6d5); }
.acb178 [aria-current] { color: var(--kcfe7); }

/* ===== SITE FOOTER ===== */
.i6fb71 {
    background: var(--oa4e9); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.m468b5 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.m468b5 a {
    color: var(--mfd5c); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.m468b5 a:hover { color: var(--ee6d5); }

.g41a60 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g41a60 p {
    color: var(--mfd5c); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g41a60 a { color: var(--kcfe7); }
.d9dd8c { text-align: center; color: var(--mfd5c); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.i94279 { max-width: 800px; margin: 0 auto; }
.i94279 p {
    color: var(--ie90e); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.i94279 p:last-child { margin-bottom: 0; }
.i94279 strong { color: var(--kb06a); }
.i94279 a { color: var(--ee6d5); text-decoration: underline; text-underline-offset: 3px; }
.i94279 a:hover { color: var(--c3187); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.h27073 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.i96a0e { direction: rtl; }
.i96a0e > * { direction: ltr; }
.j06878 { border-radius: var(--e49d8); overflow: hidden; }
.j06878 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--e49d8);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.id3df6 { color: var(--ie90e); font-size: .93rem; line-height: 1.7; }
.id3df6 strong { color: var(--kb06a); }
.id3df6 a { color: var(--ee6d5); }
@media (max-width: 768px) {
    .h27073 { grid-template-columns: 1fr; gap: 24px; }
    .i96a0e { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g05cc);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--g05cc); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.d0db2d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--kcfe7);
    color: var(--kb06a); 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(--b7b07);
}
.d0db2d.f1de89 { opacity: 1; visibility: visible; }
.d0db2d:hover { transform: translateY(-3px); background: var(--g05cc); }

/* ===== REVIEW SCORE (review page) ===== */
.j36fce {
    font-family: var(--f27b3); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--c3187), var(--ee6d5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--c3187); 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(--ie90e); width: 55%; }
.score-table td:last-child { color: var(--c3187); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.hbd5cb {
    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);
}
.hbd5cb .mc2a72 { 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) {
    .e18894 { display: none; }
    .j27236 .i994f5 { display: none; }
    .h81f30 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i84a1e { grid-template-columns: 1fr; }
    section, .g0bc1f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .m468b5 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f5492f { grid-template-columns: 1fr 1fr; }
    .ld4a56 { grid-template-columns: 1fr 1fr; }
    .e46cc3 { grid-template-columns: 1fr 100px auto; }
    .hbd5cb { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ifbc0b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f5492f { grid-template-columns: 1fr; }
    .ld4a56 { grid-template-columns: 1fr; }
    .fde679 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j36fce { font-size: 3.5rem; }
    .e46cc3 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i84a1e { grid-template-columns: 1fr; }
    .jdd890 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.kab99b {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.kab99b summary.me9dc0 {
    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(--kb06a);
    padding: 6px 11px;
    border-radius: var(--icb17);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--f6a05);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.kab99b summary.me9dc0::-webkit-details-marker { display: none; }
.kab99b summary.me9dc0::marker { display: none; }
.kab99b:hover summary.me9dc0,
.kab99b[open] summary.me9dc0 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--c3187);
}
.j87b4f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.kab99b[open] .j87b4f { transform: rotate(180deg); }

.k11722 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--c6694);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--j404d);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.kab99b[open] .k11722 {
    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); }
}
.k11722 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--a5d9d);
    border-radius: var(--icb17);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.k11722 li a:hover,
.k11722 li a.ec016b {
    background: rgba(255,255,255,.08);
    color: var(--c3187);
}
.k11722 li a.ec016b { font-weight: 700; }

/* Mobile lang bar */
.e9e0bb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e9e0bb 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(--icb17);
    color: var(--a5d9d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e9e0bb a:hover,
.e9e0bb a.b9f050 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--c3187);
}
.e9e0bb a.b9f050 { font-weight: 700; }

@media (max-width: 768px) {
    .kab99b { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ld4a56, ul.d5a79c { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.bea42d { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .bea42d { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f5492f, ol.l5f726 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.l5f726 > li { counter-increment: step-counter; }
ol.l5f726 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--kcfe7); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.k3d58b { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--kcfe7); }
.ed12ca { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.n47d2a { width: 36px; height: 36px; border-radius: 50%; background: var(--kcfe7); color: var(--oa4e9); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.m1eeb7 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.b4bce7 { display: grid; grid-template-columns: 1fr; gap: 0; }
.jf0f16 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.jf0f16:last-child { border-bottom: none; }
.dd4759 { font-weight: 600; padding: .75rem 1rem; color: var(--kcfe7); }
.la9b32 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.fdc3f8 .i22e8e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.fdc3f8 .maef43 { display: none; }
.fdc3f8 .na0757.f8e11c .maef43 { display: block; }

/* faq variant C: definition list */
dl.n0b21f { display: grid; gap: 0; }
dl.n0b21f dt.c405a8 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.n0b21f dd.maef43 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.jf185e { padding: 2rem 0; }
.j56555 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.j56555 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--j404d); border: 1px solid var(--c3187); color: var(--c3187); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.j56555 li a:hover { background: var(--c3187); color: var(--oa4e9); }


/* Promo Banner (SVG image banners) */
.m0cb13 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.h22399 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.h22399:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.n34294 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.o39539 { display: inline-block; vertical-align: middle; }
.oef2a8 .o39539 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.gc831d {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--c6694), var(--ca145));
    border-radius: var(--j404d); padding: 24px; margin-top: 24px;
}
.l5e5e9 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--icb17); background: var(--l829b); }
.l5e5e9 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.l5e5e9 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--c3187); }
@media (max-width: 768px) { .gc831d { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .gc831d { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--c3187); 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; }
  .h36608 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.mc2a72, .h36608, .ifbc0b, .j87a1f, .l4008e, .h81f30, .i22e8e, .c405a8, .d0db2d, .hbd5cb a, .me9dc0 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.h36608 { position: relative; overflow: visible; }
.h36608::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--c3187); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.h36608:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.h36608::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.o24ae7 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.fc673e {
    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);
}
.fc673e.p0292f { color: var(--c3187); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.j8c083, .a9c413 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.gd77e6, .h54aa7 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--icb17); background: var(--c6694); transition: transform 0.2s; }
.gd77e6:hover, .h54aa7:hover { transform: translateY(-2px); }
.gd77e6 span, .h54aa7 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.o7798c { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.j67a2b { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--icb17); background: var(--c6694); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.j67a2b:hover { border-color: var(--c3187); }
.j67a2b span { font-size: 0.7rem; color: var(--c3187); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.i1cfc6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.fe30d2 { background: var(--c6694); border-radius: var(--j404d); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.a5b8ce { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.hbab7f { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--c3187), var(--kcfe7)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--oa4e9); flex-shrink: 0; }
.o2f9b3 { color: var(--c3187); font-size: 14px; letter-spacing: 1px; }
.h51b2b { color: var(--mfd5c); font-size: 0.75rem; }
.fe30d2 p { font-size: 0.9rem; color: var(--a5d9d); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 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: none; }
body { line-height: 1.8; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }
