@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 {
    --gc0bc:        #FFB300;
    --m6254:        #FFC840;
    --c81d6:        #CC9000;
    --fe8b8:        #FFBB20;
    --j8d9e:        #FFD700;
    --e4227:        #CCAC00;
    --h14d0:        #FFB300;
    --m3246:        #CC9000;
    --nfe4c:        #0A0806;
    --oec43:        #12100C;
    --ca1b8:        #1A1812;
    --i5cbb:        #222018;
    --o9455:        #FFFFFF;
    --a8125:        #B0A890;
    --j55bf:        #706850;
    --ge6cf:        #B0A890;
    --l7e9e:    'Archivo', sans-serif;
    --labd4:    'Noto Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ibac9:       12px;
    --m3770:    20px;
    --ed389:    8px;
    --ca218:        1100px;
    --k1842:       0 4px 24px rgba(0,0,0,.5);
    --gd9fc:         0 0 32px rgba(255,215,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--gc0bc);
    --color-primary-light: var(--m6254);
    --color-primary-dark: var(--c81d6);
    --color-accent: var(--j8d9e);
    --color-accent-dark: var(--e4227);
    --color-secondary: var(--h14d0);
    --color-secondary-dark: var(--m3246);
    --color-surface: var(--ca1b8);
    --color-surface-elevated: var(--i5cbb);
    --color-on-surface: var(--o9455);
    --color-on-surface-muted: var(--a8125);
    --color-text: var(--o9455);
    --color-text-secondary: var(--ge6cf);
    --text-heading: var(--l7e9e);
    --text-body: var(--labd4);
    --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(--labd4);
    background: var(--nfe4c);
    color: var(--o9455);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--m6254); text-decoration: none; transition: color .2s; }
a:hover { color: var(--j8d9e); }
img { max-width: 100%; height: auto; display: block; }

.h70371 { width: 92%; max-width: var(--ca218); margin: 0 auto; }

.a40c27 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.bc45a0 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--gc0bc); color: var(--o9455);
    padding: 8px 16px; border-radius: var(--ed389);
    z-index: 999; transition: top .2s;
}
.bc45a0:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.lf79c2 {
    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);
}
.e38365 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.l0b939 {
    font-family: var(--l7e9e);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o9455);
    white-space: nowrap; text-decoration: none;
}
.l0b939:hover { color: var(--j8d9e); }

/* Main Nav */
.h35813 { display: flex; align-items: center; gap: 20px; }
.d28316 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.d28316 a {
    color: var(--a8125); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.d28316 a:hover { color: var(--m6254); }

/* Language Select */
.p13fb0 {
    background: var(--ca1b8); color: var(--o9455);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ed389);
    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;
}
.p13fb0:hover, .p13fb0:focus { border-color: var(--gc0bc); outline: none; }

/* Menu Toggle */
.h4ac81 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e8dfc8, .e8dfc8::before, .e8dfc8::after {
    display: block; width: 24px; height: 2px;
    background: var(--o9455); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e8dfc8 { position: relative; }
.e8dfc8::before, .e8dfc8::after { content: ''; position: absolute; left: 0; }
.e8dfc8::before { top: -7px; }
.e8dfc8::after { top: 7px; }

/* Mobile Nav */
.pe287f {
    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;
}
.pe287f.p4c86d { display: flex; }
.pa2ee3 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.pa2ee3 a {
    font-size: 1.2rem; font-weight: 600; color: var(--o9455); text-decoration: none;
}
.pa2ee3 a:hover { color: var(--m6254); }

/* ===== BUTTONS ===== */
.hcd1ce {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--l7e9e); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ibac9); 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(--gc0bc) 0%, var(--fe8b8) 100%);
    color: var(--o9455); box-shadow: var(--gd9fc);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--o9455);
}
.btn-secondary {
    background: transparent; color: var(--m6254);
    border: 2px solid var(--gc0bc);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--j8d9e); }

/* 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); }
}
.gf6d52 {
    background: linear-gradient(135deg, var(--j8d9e) 0%, #e8a020 55%, var(--e4227) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.gf6d52:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.gfa870 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--m3770); }
.lcff5e { padding: 8px 18px; font-size: .85rem; border-radius: var(--ed389); }

/* Nav CTA in header */
.m860bd {
    background: linear-gradient(135deg, var(--j8d9e) 0%, var(--e4227) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ed389);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.m860bd:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.be8352 {
    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(--nfe4c);
    position: relative; overflow: hidden;
}
.be8352::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;
}
.k5f184 {
    font-family: var(--l7e9e);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--j8d9e) 0%, var(--m6254) 50%, var(--gc0bc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.k4e6c8 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--a8125);
    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(--nfe4c);
}
.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(--l7e9e);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--j8d9e) 0%, var(--m6254) 45%, var(--gc0bc) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--a8125);
    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(--a8125);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ed389);
}
.hero-stat strong { color: var(--m6254); }

/* ===== SECTIONS ===== */
.o964d1 { padding: clamp(52px, 7vw, 80px) 0; }
.p69f16 { background: var(--oec43); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--gc0bc); margin-bottom: 10px;
}
.o964d1 h2, .k38bb5 {
    font-family: var(--l7e9e);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.o964d1 h3 {
    font-family: var(--l7e9e); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--m6254);
}
.o964d1 p, .section-desc {
    color: var(--a8125); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.o964d1 ul, .o964d1 ol {
    color: var(--a8125); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.o964d1 li { margin-bottom: 8px; }
.o964d1 li strong { color: var(--o9455); }

/* ===== 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(--ca1b8), var(--i5cbb));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--ibac9); 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(--k1842);
}
.f3fb0c { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--l7e9e); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o9455);
}
.card p { color: var(--a8125); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h7e711 { overflow-x: auto; margin: 24px 0; border-radius: var(--ed389); }
.o07744 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.o07744 thead th {
    background: var(--i5cbb); color: var(--o9455); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.o07744 thead th:first-child { border-radius: var(--ed389) 0 0 0; }
.o07744 thead th:last-child { border-radius: 0 var(--ed389) 0 0; }
.o07744 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.o07744 td { padding: 13px 16px; }
.o07744 td:first-child { color: var(--a8125); font-weight: 500; width: 42%; }
.o07744 td:last-child { color: var(--o9455); font-weight: 600; }
.o07744 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(--gc0bc), var(--fe8b8));
    border-radius: 50%; font-family: var(--l7e9e);
    font-size: 1.2rem; font-weight: 700; color: var(--o9455);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--a8125); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j738e9 { max-width: 800px; margin: 0 auto; }
details.c0f5bc { border-bottom: 1px solid rgba(255,255,255,.07); }
details.c0f5bc summary {
    display: block; list-style: none;
    color: var(--o9455); font-family: var(--labd4);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c0f5bc summary::-webkit-details-marker { display: none; }
details.c0f5bc summary::marker { display: none; content: ''; }
details.c0f5bc summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--gc0bc); transition: transform .3s;
}
details.c0f5bc[open] summary::after { content: '\2212'; }
details.c0f5bc summary:hover { color: var(--m6254); }
details.c0f5bc > p { padding: 0 0 20px; color: var(--a8125); font-size: .9rem; line-height: 1.7; }
details.c0f5bc > div { padding: 0 0 20px; color: var(--a8125); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--oec43); }

/* ===== INFO GRID & CARDS ===== */
.g740a0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e2a6a3 {
    background: linear-gradient(145deg, var(--ca1b8), var(--i5cbb));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--ibac9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e2a6a3:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--k1842);
}
.b73a32 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.e2a6a3 h3 {
    font-family: var(--l7e9e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o9455);
}
.e2a6a3 p { color: var(--a8125); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.m97c8e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h27893 {
    background: linear-gradient(145deg, var(--ca1b8), var(--i5cbb));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--ibac9); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.h27893:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.h27893 h3 {
    font-family: var(--l7e9e); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--j8d9e);
}
.h27893 p { color: var(--a8125); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.f4fca4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m73639 { text-align: center; padding: 22px 14px; }
.f6f98b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--gc0bc), var(--fe8b8));
    border-radius: 50%; font-family: var(--l7e9e);
    font-size: 1.15rem; font-weight: 800; color: var(--o9455);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.m73639 h3 {
    font-family: var(--l7e9e); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o9455);
}
.m73639 p { color: var(--a8125); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.gb5d87 {
    background: linear-gradient(145deg, var(--ca1b8), var(--i5cbb));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--m3770);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.cbe4bc { margin-top: 24px; }
.f96740 {
    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;
}
.f96740 > span:first-child { color: var(--a8125); text-align: left; }
.k5c737 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f6174e {
    height: 100%;
    background: linear-gradient(90deg, var(--gc0bc) 0%, var(--j8d9e) 100%);
    border-radius: 4px;
}
.f96740 > span:last-child { color: var(--j8d9e); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ieade5 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.c473e8, .be1ccf {
    background: linear-gradient(145deg, var(--ca1b8), var(--i5cbb));
    border-radius: var(--ibac9); padding: 24px 22px;
}
.c473e8 { border-top: 3px solid var(--h14d0); }
.be1ccf { border-top: 3px solid #C84040; }
.c473e8 h3, .c473e8 h4 { color: var(--h14d0); margin-bottom: 12px; font-size: 1rem; }
.be1ccf h3, .be1ccf h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.c473e8 ul, .be1ccf ul { list-style: none; padding: 0; margin: 0; }
.c473e8 li::before { content: '\2713 '; color: var(--h14d0); font-weight: 700; }
.be1ccf li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.c473e8 li, .be1ccf li { padding: 5px 0; color: var(--a8125); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m96c41 {
    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(--oec43);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.m96c41 h2 {
    font-family: var(--l7e9e);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--j8d9e), var(--m6254));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m96c41 p { color: var(--a8125); 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(--gc0bc);
    border-radius: var(--ed389); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--a8125); font-size: .9rem; }
.highlight-box strong { color: var(--m6254); }

/* ===== BREADCRUMB ===== */
.fc92f0 { padding: 14px 0; font-size: .82rem; }
.bae4a1 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.bae4a1 li + li::before { content: '\203A'; margin-right: 8px; color: var(--j55bf); }
.fc92f0 a { color: var(--j55bf); }
.fc92f0 a:hover { color: var(--m6254); }
.fc92f0 [aria-current] { color: var(--gc0bc); }

/* ===== SITE FOOTER ===== */
.d5b39b {
    background: var(--nfe4c); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l2c119 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l2c119 a {
    color: var(--j55bf); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l2c119 a:hover { color: var(--m6254); }

.g22d86 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g22d86 p {
    color: var(--j55bf); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g22d86 a { color: var(--gc0bc); }
.jc987b { text-align: center; color: var(--j55bf); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.g692ac { max-width: 800px; margin: 0 auto; }
.g692ac p {
    color: var(--a8125); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.g692ac p:last-child { margin-bottom: 0; }
.g692ac strong { color: var(--o9455); }
.g692ac a { color: var(--m6254); text-decoration: underline; text-underline-offset: 3px; }
.g692ac a:hover { color: var(--j8d9e); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.g3eb49 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.f7cca2 { direction: rtl; }
.f7cca2 > * { direction: ltr; }
.ca12d8 { border-radius: var(--m3770); overflow: hidden; }
.ca12d8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--m3770);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.m85b25 { color: var(--a8125); font-size: .93rem; line-height: 1.7; }
.m85b25 strong { color: var(--o9455); }
.m85b25 a { color: var(--m6254); }
@media (max-width: 768px) {
    .g3eb49 { grid-template-columns: 1fr; gap: 24px; }
    .f7cca2 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--c81d6);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--c81d6); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.kd19e4 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--gc0bc);
    color: var(--o9455); 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(--k1842);
}
.kd19e4.c085c1 { opacity: 1; visibility: visible; }
.kd19e4:hover { transform: translateY(-3px); background: var(--c81d6); }

/* ===== REVIEW SCORE (review page) ===== */
.h33b69 {
    font-family: var(--l7e9e); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--j8d9e), var(--m6254));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--j8d9e); 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(--a8125); width: 55%; }
.score-table td:last-child { color: var(--j8d9e); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.e8e7ff {
    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);
}
.e8e7ff .hcd1ce { 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) {
    .d28316 { display: none; }
    .h35813 .p13fb0 { display: none; }
    .h4ac81 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ieade5 { grid-template-columns: 1fr; }
    section, .o964d1 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l2c119 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .f4fca4 { grid-template-columns: 1fr 1fr; }
    .g740a0 { grid-template-columns: 1fr 1fr; }
    .f96740 { grid-template-columns: 1fr 100px auto; }
    .e8e7ff { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .gfa870 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .f4fca4 { grid-template-columns: 1fr; }
    .g740a0 { grid-template-columns: 1fr; }
    .e38365 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .h33b69 { font-size: 3.5rem; }
    .f96740 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ieade5 { grid-template-columns: 1fr; }
    .gb5d87 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.b5b419 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.b5b419 summary.pa376f {
    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(--o9455);
    padding: 6px 11px;
    border-radius: var(--ed389);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--labd4);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.b5b419 summary.pa376f::-webkit-details-marker { display: none; }
.b5b419 summary.pa376f::marker { display: none; }
.b5b419:hover summary.pa376f,
.b5b419[open] summary.pa376f {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--j8d9e);
}
.f4c8a1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.b5b419[open] .f4c8a1 { transform: rotate(180deg); }

.oeded4 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ca1b8);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ibac9);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.b5b419[open] .oeded4 {
    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); }
}
.oeded4 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ge6cf);
    border-radius: var(--ed389);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.oeded4 li a:hover,
.oeded4 li a.g42053 {
    background: rgba(255,255,255,.08);
    color: var(--j8d9e);
}
.oeded4 li a.g42053 { font-weight: 700; }

/* Mobile lang bar */
.e5b1dd {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e5b1dd 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(--ed389);
    color: var(--ge6cf);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e5b1dd a:hover,
.e5b1dd a.he1cb1 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--j8d9e);
}
.e5b1dd a.he1cb1 { font-weight: 700; }

@media (max-width: 768px) {
    .b5b419 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.g740a0, ul.n787b8 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.lc3efd { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .lc3efd { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.f4fca4, ol.fce65c { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.fce65c > li { counter-increment: step-counter; }
ol.fce65c > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--gc0bc); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.bada79 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--gc0bc); }
.p023b8 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.n5be60 { width: 36px; height: 36px; border-radius: 50%; background: var(--gc0bc); color: var(--nfe4c); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.c753e2 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k04e66 { display: grid; grid-template-columns: 1fr; gap: 0; }
.p2fb0b { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.p2fb0b:last-child { border-bottom: none; }
.n781ba { font-weight: 600; padding: .75rem 1rem; color: var(--gc0bc); }
.k585b0 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.e701d4 .pa2b78 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.e701d4 .mc77e8 { display: none; }
.e701d4 .c0f5bc.p4c86d .mc77e8 { display: block; }

/* faq variant C: definition list */
dl.j738e9 { display: grid; gap: 0; }
dl.j738e9 dt.dcd6d3 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j738e9 dd.mc77e8 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.ocd124 { padding: 2rem 0; }
.ce7d79 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ce7d79 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ibac9); border: 1px solid var(--j8d9e); color: var(--j8d9e); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ce7d79 li a:hover { background: var(--j8d9e); color: var(--nfe4c); }


/* Promo Banner (SVG image banners) */
.b0df17 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cf991b { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cf991b:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.iea050 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.f3fb0c { display: inline-block; vertical-align: middle; }
.b73a32 .f3fb0c { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--ca1b8), var(--i5cbb));
    border-radius: var(--ibac9); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ed389); background: var(--oec43); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--j8d9e); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--j8d9e); 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; }
  .gf6d52 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.hcd1ce, .gf6d52, .gfa870, .lcff5e, .m860bd, .h4ac81, .pa2b78, .dcd6d3, .kd19e4, .e8e7ff a, .pa376f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.gf6d52 { position: relative; overflow: visible; }
.gf6d52::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--j8d9e); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.gf6d52:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.gf6d52::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    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);
}
.hero-badge.freshness { color: var(--j8d9e); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ed389); background: var(--ca1b8); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ed389); background: var(--ca1b8); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--j8d9e); }
.trust-item span { font-size: 0.7rem; color: var(--j8d9e); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--ca1b8); border-radius: var(--ibac9); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--j8d9e), var(--gc0bc)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--nfe4c); flex-shrink: 0; }
.review-stars { color: var(--j8d9e); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--j55bf); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--ge6cf); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.7; }
body { font-size: 17px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: none; border-color: var(--gold); }
