@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 {
    --k8584:        #FFB300;
    --ie25d:        #FFC840;
    --n2dff:        #CC9000;
    --ed482:        #FFBB20;
    --b8c46:        #FFD700;
    --l01ab:        #CCAC00;
    --oe2a0:        #FFB300;
    --d297b:        #CC9000;
    --l9d48:        #0A0806;
    --bd234:        #12100C;
    --k2b73:        #1A1812;
    --oe02d:        #222018;
    --mb868:        #FFFFFF;
    --m250e:        #B0A890;
    --n57c8:        #706850;
    --pb9db:        #B0A890;
    --m926b:    'Archivo', sans-serif;
    --a6094:    'Noto Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e67a3:       12px;
    --fc5c0:    20px;
    --o05d1:    8px;
    --n4d02:        1100px;
    --n6869:       0 4px 24px rgba(0,0,0,.5);
    --b7b93:         0 0 32px rgba(255,215,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--k8584);
    --color-primary-light: var(--ie25d);
    --color-primary-dark: var(--n2dff);
    --color-accent: var(--b8c46);
    --color-accent-dark: var(--l01ab);
    --color-secondary: var(--oe2a0);
    --color-secondary-dark: var(--d297b);
    --color-surface: var(--k2b73);
    --color-surface-elevated: var(--oe02d);
    --color-on-surface: var(--mb868);
    --color-on-surface-muted: var(--m250e);
    --color-text: var(--mb868);
    --color-text-secondary: var(--pb9db);
    --text-heading: var(--m926b);
    --text-body: var(--a6094);
    --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(--a6094);
    background: var(--l9d48);
    color: var(--mb868);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ie25d); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b8c46); }
img { max-width: 100%; height: auto; display: block; }

.aa27b3 { width: 92%; max-width: var(--n4d02); margin: 0 auto; }

.m62d66 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.p4d421 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--k8584); color: var(--mb868);
    padding: 8px 16px; border-radius: var(--o05d1);
    z-index: 999; transition: top .2s;
}
.p4d421:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.h97d56 {
    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);
}
.p966cd {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.le33c7 {
    font-family: var(--m926b);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--mb868);
    white-space: nowrap; text-decoration: none;
}
.le33c7:hover { color: var(--b8c46); }

/* Main Nav */
.dfcf66 { display: flex; align-items: center; gap: 20px; }
.ke4b38 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.ke4b38 a {
    color: var(--m250e); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ke4b38 a:hover { color: var(--ie25d); }

/* Language Select */
.c23c19 {
    background: var(--k2b73); color: var(--mb868);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--o05d1);
    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;
}
.c23c19:hover, .c23c19:focus { border-color: var(--k8584); outline: none; }

/* Menu Toggle */
.h08069 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.a7c901, .a7c901::before, .a7c901::after {
    display: block; width: 24px; height: 2px;
    background: var(--mb868); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.a7c901 { position: relative; }
.a7c901::before, .a7c901::after { content: ''; position: absolute; left: 0; }
.a7c901::before { top: -7px; }
.a7c901::after { top: 7px; }

/* Mobile Nav */
.b3f853 {
    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;
}
.b3f853.d230a1 { display: flex; }
.ec2d5f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ec2d5f a {
    font-size: 1.2rem; font-weight: 600; color: var(--mb868); text-decoration: none;
}
.ec2d5f a:hover { color: var(--ie25d); }

/* ===== BUTTONS ===== */
.f1dbe8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--m926b); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--e67a3); 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(--k8584) 0%, var(--ed482) 100%);
    color: var(--mb868); box-shadow: var(--b7b93);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--mb868);
}
.btn-secondary {
    background: transparent; color: var(--ie25d);
    border: 2px solid var(--k8584);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--b8c46); }

/* 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); }
}
.ec05a8 {
    background: linear-gradient(135deg, var(--b8c46) 0%, #e8a020 55%, var(--l01ab) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ec05a8:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.a41482 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--fc5c0); }
.fe1999 { padding: 8px 18px; font-size: .85rem; border-radius: var(--o05d1); }

/* Nav CTA in header */
.e48751 {
    background: linear-gradient(135deg, var(--b8c46) 0%, var(--l01ab) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--o05d1);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.e48751:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.h639f8 {
    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(--l9d48);
    position: relative; overflow: hidden;
}
.h639f8::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;
}
.l28d47 {
    font-family: var(--m926b);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b8c46) 0%, var(--ie25d) 50%, var(--k8584) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e9c160 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--m250e);
    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(--l9d48);
}
.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(--m926b);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b8c46) 0%, var(--ie25d) 45%, var(--k8584) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--m250e);
    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(--m250e);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--o05d1);
}
.hero-stat strong { color: var(--ie25d); }

/* ===== SECTIONS ===== */
.o8ecf7 { padding: clamp(52px, 7vw, 80px) 0; }
.icc9a1 { background: var(--bd234); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--k8584); margin-bottom: 10px;
}
.o8ecf7 h2, .l9f482 {
    font-family: var(--m926b);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.o8ecf7 h3 {
    font-family: var(--m926b); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ie25d);
}
.o8ecf7 p, .section-desc {
    color: var(--m250e); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.o8ecf7 ul, .o8ecf7 ol {
    color: var(--m250e); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.o8ecf7 li { margin-bottom: 8px; }
.o8ecf7 li strong { color: var(--mb868); }

/* ===== 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(--k2b73), var(--oe02d));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--e67a3); 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(--n6869);
}
.i2ac2f { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--m926b); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--mb868);
}
.card p { color: var(--m250e); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.l7c4ad { overflow-x: auto; margin: 24px 0; border-radius: var(--o05d1); }
.l5d27c { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.l5d27c thead th {
    background: var(--oe02d); color: var(--mb868); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.l5d27c thead th:first-child { border-radius: var(--o05d1) 0 0 0; }
.l5d27c thead th:last-child { border-radius: 0 var(--o05d1) 0 0; }
.l5d27c tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.l5d27c td { padding: 13px 16px; }
.l5d27c td:first-child { color: var(--m250e); font-weight: 500; width: 42%; }
.l5d27c td:last-child { color: var(--mb868); font-weight: 600; }
.l5d27c 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(--k8584), var(--ed482));
    border-radius: 50%; font-family: var(--m926b);
    font-size: 1.2rem; font-weight: 700; color: var(--mb868);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--m250e); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.m3cefb { max-width: 800px; margin: 0 auto; }
details.f8dfcc { border-bottom: 1px solid rgba(255,255,255,.07); }
details.f8dfcc summary {
    display: block; list-style: none;
    color: var(--mb868); font-family: var(--a6094);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.f8dfcc summary::-webkit-details-marker { display: none; }
details.f8dfcc summary::marker { display: none; content: ''; }
details.f8dfcc summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--k8584); transition: transform .3s;
}
details.f8dfcc[open] summary::after { content: '\2212'; }
details.f8dfcc summary:hover { color: var(--ie25d); }
details.f8dfcc > p { padding: 0 0 20px; color: var(--m250e); font-size: .9rem; line-height: 1.7; }
details.f8dfcc > div { padding: 0 0 20px; color: var(--m250e); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--bd234); }

/* ===== INFO GRID & CARDS ===== */
.ac4885 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o9bea3 {
    background: linear-gradient(145deg, var(--k2b73), var(--oe02d));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--e67a3); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.o9bea3:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--n6869);
}
.d64478 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.o9bea3 h3 {
    font-family: var(--m926b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--mb868);
}
.o9bea3 p { color: var(--m250e); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.kc5621 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d75469 {
    background: linear-gradient(145deg, var(--k2b73), var(--oe02d));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--e67a3); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d75469:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.d75469 h3 {
    font-family: var(--m926b); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b8c46);
}
.d75469 p { color: var(--m250e); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.h28501 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kc2883 { text-align: center; padding: 22px 14px; }
.ha4fe7 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--k8584), var(--ed482));
    border-radius: 50%; font-family: var(--m926b);
    font-size: 1.15rem; font-weight: 800; color: var(--mb868);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.kc2883 h3 {
    font-family: var(--m926b); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--mb868);
}
.kc2883 p { color: var(--m250e); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.d0923a {
    background: linear-gradient(145deg, var(--k2b73), var(--oe02d));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--fc5c0);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.c273f1 { margin-top: 24px; }
.d6350c {
    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;
}
.d6350c > span:first-child { color: var(--m250e); text-align: left; }
.oe683b {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.gee4d2 {
    height: 100%;
    background: linear-gradient(90deg, var(--k8584) 0%, var(--b8c46) 100%);
    border-radius: 4px;
}
.d6350c > span:last-child { color: var(--b8c46); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.lb7cd3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.o2288a, .od18a0 {
    background: linear-gradient(145deg, var(--k2b73), var(--oe02d));
    border-radius: var(--e67a3); padding: 24px 22px;
}
.o2288a { border-top: 3px solid var(--oe2a0); }
.od18a0 { border-top: 3px solid #C84040; }
.o2288a h3, .o2288a h4 { color: var(--oe2a0); margin-bottom: 12px; font-size: 1rem; }
.od18a0 h3, .od18a0 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.o2288a ul, .od18a0 ul { list-style: none; padding: 0; margin: 0; }
.o2288a li::before { content: '\2713 '; color: var(--oe2a0); font-weight: 700; }
.od18a0 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.o2288a li, .od18a0 li { padding: 5px 0; color: var(--m250e); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.c12322 {
    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(--bd234);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.c12322 h2 {
    font-family: var(--m926b);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b8c46), var(--ie25d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c12322 p { color: var(--m250e); 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(--k8584);
    border-radius: var(--o05d1); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--m250e); font-size: .9rem; }
.highlight-box strong { color: var(--ie25d); }

/* ===== BREADCRUMB ===== */
.lbc4cb { padding: 14px 0; font-size: .82rem; }
.n52afd { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n52afd li + li::before { content: '\203A'; margin-right: 8px; color: var(--n57c8); }
.lbc4cb a { color: var(--n57c8); }
.lbc4cb a:hover { color: var(--ie25d); }
.lbc4cb [aria-current] { color: var(--k8584); }

/* ===== SITE FOOTER ===== */
.a9cb3a {
    background: var(--l9d48); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b45d0a {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b45d0a a {
    color: var(--n57c8); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b45d0a a:hover { color: var(--ie25d); }

.kf3d47 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.kf3d47 p {
    color: var(--n57c8); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.kf3d47 a { color: var(--k8584); }
.b9c339 { text-align: center; color: var(--n57c8); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.j84b68 { max-width: 800px; margin: 0 auto; }
.j84b68 p {
    color: var(--m250e); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.j84b68 p:last-child { margin-bottom: 0; }
.j84b68 strong { color: var(--mb868); }
.j84b68 a { color: var(--ie25d); text-decoration: underline; text-underline-offset: 3px; }
.j84b68 a:hover { color: var(--b8c46); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.l02b4d {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l31bfe { direction: rtl; }
.l31bfe > * { direction: ltr; }
.mf0a24 { border-radius: var(--fc5c0); overflow: hidden; }
.mf0a24 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--fc5c0);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.ne4236 { color: var(--m250e); font-size: .93rem; line-height: 1.7; }
.ne4236 strong { color: var(--mb868); }
.ne4236 a { color: var(--ie25d); }
@media (max-width: 768px) {
    .l02b4d { grid-template-columns: 1fr; gap: 24px; }
    .l31bfe { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--n2dff);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--n2dff); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.i92fcb {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--k8584);
    color: var(--mb868); 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(--n6869);
}
.i92fcb.f0f6ee { opacity: 1; visibility: visible; }
.i92fcb:hover { transform: translateY(-3px); background: var(--n2dff); }

/* ===== REVIEW SCORE (review page) ===== */
.o3b727 {
    font-family: var(--m926b); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b8c46), var(--ie25d));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--b8c46); 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(--m250e); width: 55%; }
.score-table td:last-child { color: var(--b8c46); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.id247a {
    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);
}
.id247a .f1dbe8 { 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) {
    .ke4b38 { display: none; }
    .dfcf66 .c23c19 { display: none; }
    .h08069 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .lb7cd3 { grid-template-columns: 1fr; }
    section, .o8ecf7 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b45d0a { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .h28501 { grid-template-columns: 1fr 1fr; }
    .ac4885 { grid-template-columns: 1fr 1fr; }
    .d6350c { grid-template-columns: 1fr 100px auto; }
    .id247a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .a41482 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .h28501 { grid-template-columns: 1fr; }
    .ac4885 { grid-template-columns: 1fr; }
    .p966cd { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .o3b727 { font-size: 3.5rem; }
    .d6350c { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .lb7cd3 { grid-template-columns: 1fr; }
    .d0923a { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ea591e {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ea591e summary.a23e7a {
    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(--mb868);
    padding: 6px 11px;
    border-radius: var(--o05d1);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--a6094);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ea591e summary.a23e7a::-webkit-details-marker { display: none; }
.ea591e summary.a23e7a::marker { display: none; }
.ea591e:hover summary.a23e7a,
.ea591e[open] summary.a23e7a {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--b8c46);
}
.c25cdf { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ea591e[open] .c25cdf { transform: rotate(180deg); }

.e49952 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--k2b73);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--e67a3);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.ea591e[open] .e49952 {
    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); }
}
.e49952 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--pb9db);
    border-radius: var(--o05d1);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.e49952 li a:hover,
.e49952 li a.fb823b {
    background: rgba(255,255,255,.08);
    color: var(--b8c46);
}
.e49952 li a.fb823b { font-weight: 700; }

/* Mobile lang bar */
.j3e597 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.j3e597 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(--o05d1);
    color: var(--pb9db);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.j3e597 a:hover,
.j3e597 a.d8d1dc {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--b8c46);
}
.j3e597 a.d8d1dc { font-weight: 700; }

@media (max-width: 768px) {
    .ea591e { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ac4885, ul.c3d233 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.e5635c { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .e5635c { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.h28501, ol.l8ae2a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.l8ae2a > li { counter-increment: step-counter; }
ol.l8ae2a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--k8584); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.od8836 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--k8584); }
.jf0d0b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.a041c7 { width: 36px; height: 36px; border-radius: 50%; background: var(--k8584); color: var(--l9d48); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.baeba1 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.p07416 { display: grid; grid-template-columns: 1fr; gap: 0; }
.ob79dc { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.ob79dc:last-child { border-bottom: none; }
.i98724 { font-weight: 600; padding: .75rem 1rem; color: var(--k8584); }
.mb81ce { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n0f4bb .k6b059 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n0f4bb .d7f5af { display: none; }
.n0f4bb .f8dfcc.d230a1 .d7f5af { display: block; }

/* faq variant C: definition list */
dl.m3cefb { display: grid; gap: 0; }
dl.m3cefb dt.a8942f { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.m3cefb dd.d7f5af { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.i5bc12 { padding: 2rem 0; }
.g259bd { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.g259bd li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--e67a3); border: 1px solid var(--b8c46); color: var(--b8c46); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.g259bd li a:hover { background: var(--b8c46); color: var(--l9d48); }


/* Promo Banner (SVG image banners) */
.h40119 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.p819c1 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.p819c1:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.m6bc7b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i2ac2f { display: inline-block; vertical-align: middle; }
.d64478 .i2ac2f { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.h27658 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--k2b73), var(--oe02d));
    border-radius: var(--e67a3); padding: 24px; margin-top: 24px;
}
.k95bc6 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--o05d1); background: var(--bd234); }
.k95bc6 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.k95bc6 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--b8c46); }
@media (max-width: 768px) { .h27658 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .h27658 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--b8c46); 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; }
  .ec05a8 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f1dbe8, .ec05a8, .a41482, .fe1999, .e48751, .h08069, .k6b059, .a8942f, .i92fcb, .id247a a, .a23e7a { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ec05a8 { position: relative; overflow: visible; }
.ec05a8::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--b8c46); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ec05a8:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ec05a8::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.g2c8f4 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.h0440a {
    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);
}
.h0440a.o04d96 { color: var(--b8c46); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.d47cf2, .nd6d24 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.n84f89, .e686b0 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--o05d1); background: var(--k2b73); transition: transform 0.2s; }
.n84f89:hover, .e686b0:hover { transform: translateY(-2px); }
.n84f89 span, .e686b0 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.hc7b6e { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.p5c92f { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--o05d1); background: var(--k2b73); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.p5c92f:hover { border-color: var(--b8c46); }
.p5c92f span { font-size: 0.7rem; color: var(--b8c46); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.j66727 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.o8bade { background: var(--k2b73); border-radius: var(--e67a3); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.kad2ab { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.edd878 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--b8c46), var(--k8584)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l9d48); flex-shrink: 0; }
.odc8c1 { color: var(--b8c46); font-size: 14px; letter-spacing: 1px; }
.a13557 { color: var(--n57c8); font-size: 0.75rem; }
.o8bade p { font-size: 0.9rem; color: var(--pb9db); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.65; }
body { font-size: 15.5px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }
