@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Lexend:wght@400;500;600;700&display=swap');
/* ===== TROPIC HEAT — Design System ===== */
:root {
    --a4755:        #FF6B6B;
    --lfa4c:        #FF9090;
    --b1a5c:        #CC5555;
    --of074:        #FF7575;
    --c44c5:        #FECA57;
    --p0fb2:        #CCA240;
    --b68f0:        #FF6B6B;
    --n78f8:        #CC5555;
    --db017:        #060806;
    --pa89f:        #0C100C;
    --n83cd:        #121812;
    --dac45:        #182018;
    --ee92b:        #FFFFFF;
    --of50f:        #90A890;
    --f9dec:        #587058;
    --h2178:        #90A890;
    --a55fa:    'Fredoka', sans-serif;
    --a8df5:    'Lexend', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --he2d0:       16px;
    --b8f79:    24px;
    --d995b:    10px;
    --d5477:        1100px;
    --g2c66:       0 4px 24px rgba(0,0,0,.5);
    --d3c5d:         0 0 32px rgba(254,202,87,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a4755);
    --color-primary-light: var(--lfa4c);
    --color-primary-dark: var(--b1a5c);
    --color-accent: var(--c44c5);
    --color-accent-dark: var(--p0fb2);
    --color-secondary: var(--b68f0);
    --color-secondary-dark: var(--n78f8);
    --color-surface: var(--n83cd);
    --color-surface-elevated: var(--dac45);
    --color-on-surface: var(--ee92b);
    --color-on-surface-muted: var(--of50f);
    --color-text: var(--ee92b);
    --color-text-secondary: var(--h2178);
    --text-heading: var(--a55fa);
    --text-body: var(--a8df5);
    --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(--a8df5);
    background: var(--db017);
    color: var(--ee92b);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--lfa4c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--c44c5); }
img { max-width: 100%; height: auto; display: block; }

.h7fd7b { width: 92%; max-width: var(--d5477); margin: 0 auto; }

.k9305e {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.acf0ed {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a4755); color: var(--ee92b);
    padding: 8px 16px; border-radius: var(--d995b);
    z-index: 999; transition: top .2s;
}
.acf0ed:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.of4fb2 {
    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);
}
.fcb5e9 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.bac4cc {
    font-family: var(--a55fa);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ee92b);
    white-space: nowrap; text-decoration: none;
}
.bac4cc:hover { color: var(--c44c5); }

/* Main Nav */
.k83773 { display: flex; align-items: center; gap: 20px; }
.cae631 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.cae631 a {
    color: var(--of50f); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.cae631 a:hover { color: var(--lfa4c); }

/* Language Select */
.f1f557 {
    background: var(--n83cd); color: var(--ee92b);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--d995b);
    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;
}
.f1f557:hover, .f1f557:focus { border-color: var(--a4755); outline: none; }

/* Menu Toggle */
.g9bbbe {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.o0c849, .o0c849::before, .o0c849::after {
    display: block; width: 24px; height: 2px;
    background: var(--ee92b); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.o0c849 { position: relative; }
.o0c849::before, .o0c849::after { content: ''; position: absolute; left: 0; }
.o0c849::before { top: -7px; }
.o0c849::after { top: 7px; }

/* Mobile Nav */
.b1a3cb {
    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;
}
.b1a3cb.ncadff { display: flex; }
.aa2862 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.aa2862 a {
    font-size: 1.2rem; font-weight: 600; color: var(--ee92b); text-decoration: none;
}
.aa2862 a:hover { color: var(--lfa4c); }

/* ===== BUTTONS ===== */
.fb6fdf {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--a55fa); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--he2d0); 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(--a4755) 0%, var(--of074) 100%);
    color: var(--ee92b); box-shadow: var(--d3c5d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--ee92b);
}
.btn-secondary {
    background: transparent; color: var(--lfa4c);
    border: 2px solid var(--a4755);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--c44c5); }

/* 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); }
}
.e27fee {
    background: linear-gradient(135deg, var(--c44c5) 0%, #e8a020 55%, var(--p0fb2) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.e27fee:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.gb5d7a { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--b8f79); }
.k1d0f2 { padding: 8px 18px; font-size: .85rem; border-radius: var(--d995b); }

/* Nav CTA in header */
.a72449 {
    background: linear-gradient(135deg, var(--c44c5) 0%, var(--p0fb2) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--d995b);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.a72449:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.n625a6 {
    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(--db017);
    position: relative; overflow: hidden;
}
.n625a6::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;
}
.na0c0a {
    font-family: var(--a55fa);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--c44c5) 0%, var(--lfa4c) 50%, var(--a4755) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fa0eed {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--of50f);
    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(--db017);
}
.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(--a55fa);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--c44c5) 0%, var(--lfa4c) 45%, var(--a4755) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--of50f);
    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(--of50f);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--d995b);
}
.hero-stat strong { color: var(--lfa4c); }

/* ===== SECTIONS ===== */
.ccc6e7 { padding: clamp(52px, 7vw, 80px) 0; }
.b07fc5 { background: var(--pa89f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--a4755); margin-bottom: 10px;
}
.ccc6e7 h2, .bb5fba {
    font-family: var(--a55fa);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.ccc6e7 h3 {
    font-family: var(--a55fa); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--lfa4c);
}
.ccc6e7 p, .section-desc {
    color: var(--of50f); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.ccc6e7 ul, .ccc6e7 ol {
    color: var(--of50f); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.ccc6e7 li { margin-bottom: 8px; }
.ccc6e7 li strong { color: var(--ee92b); }

/* ===== 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(--n83cd), var(--dac45));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--he2d0); 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(--g2c66);
}
.p19211 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--a55fa); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ee92b);
}
.card p { color: var(--of50f); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.a55c1b { overflow-x: auto; margin: 24px 0; border-radius: var(--d995b); }
.kecea6 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.kecea6 thead th {
    background: var(--dac45); color: var(--ee92b); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.kecea6 thead th:first-child { border-radius: var(--d995b) 0 0 0; }
.kecea6 thead th:last-child { border-radius: 0 var(--d995b) 0 0; }
.kecea6 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.kecea6 td { padding: 13px 16px; }
.kecea6 td:first-child { color: var(--of50f); font-weight: 500; width: 42%; }
.kecea6 td:last-child { color: var(--ee92b); font-weight: 600; }
.kecea6 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(--a4755), var(--of074));
    border-radius: 50%; font-family: var(--a55fa);
    font-size: 1.2rem; font-weight: 700; color: var(--ee92b);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--of50f); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.pf5ea1 { max-width: 800px; margin: 0 auto; }
details.d34bab { border-bottom: 1px solid rgba(255,255,255,.07); }
details.d34bab summary {
    display: block; list-style: none;
    color: var(--ee92b); font-family: var(--a8df5);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.d34bab summary::-webkit-details-marker { display: none; }
details.d34bab summary::marker { display: none; content: ''; }
details.d34bab summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a4755); transition: transform .3s;
}
details.d34bab[open] summary::after { content: '\2212'; }
details.d34bab summary:hover { color: var(--lfa4c); }
details.d34bab > p { padding: 0 0 20px; color: var(--of50f); font-size: .9rem; line-height: 1.7; }
details.d34bab > div { padding: 0 0 20px; color: var(--of50f); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--pa89f); }

/* ===== INFO GRID & CARDS ===== */
.mebe6d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f1d547 {
    background: linear-gradient(145deg, var(--n83cd), var(--dac45));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--he2d0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f1d547:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g2c66);
}
.l5040c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.f1d547 h3 {
    font-family: var(--a55fa); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ee92b);
}
.f1d547 p { color: var(--of50f); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.d8dafd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pc1ba2 {
    background: linear-gradient(145deg, var(--n83cd), var(--dac45));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--he2d0); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.pc1ba2:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.pc1ba2 h3 {
    font-family: var(--a55fa); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c44c5);
}
.pc1ba2 p { color: var(--of50f); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.a4ff9c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.pa93f3 { text-align: center; padding: 22px 14px; }
.ddce05 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a4755), var(--of074));
    border-radius: 50%; font-family: var(--a55fa);
    font-size: 1.15rem; font-weight: 800; color: var(--ee92b);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.pa93f3 h3 {
    font-family: var(--a55fa); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ee92b);
}
.pa93f3 p { color: var(--of50f); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.n2d2be {
    background: linear-gradient(145deg, var(--n83cd), var(--dac45));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--b8f79);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.h06d01 { margin-top: 24px; }
.c162de {
    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;
}
.c162de > span:first-child { color: var(--of50f); text-align: left; }
.hab36b {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.o16ca4 {
    height: 100%;
    background: linear-gradient(90deg, var(--a4755) 0%, var(--c44c5) 100%);
    border-radius: 4px;
}
.c162de > span:last-child { color: var(--c44c5); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.cc2d9d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.fa0d5d, .n04a2b {
    background: linear-gradient(145deg, var(--n83cd), var(--dac45));
    border-radius: var(--he2d0); padding: 24px 22px;
}
.fa0d5d { border-top: 3px solid var(--b68f0); }
.n04a2b { border-top: 3px solid #C84040; }
.fa0d5d h3, .fa0d5d h4 { color: var(--b68f0); margin-bottom: 12px; font-size: 1rem; }
.n04a2b h3, .n04a2b h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.fa0d5d ul, .n04a2b ul { list-style: none; padding: 0; margin: 0; }
.fa0d5d li::before { content: '\2713 '; color: var(--b68f0); font-weight: 700; }
.n04a2b li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.fa0d5d li, .n04a2b li { padding: 5px 0; color: var(--of50f); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.g18501 {
    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(--pa89f);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.g18501 h2 {
    font-family: var(--a55fa);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--c44c5), var(--lfa4c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.g18501 p { color: var(--of50f); 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(--a4755);
    border-radius: var(--d995b); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--of50f); font-size: .9rem; }
.highlight-box strong { color: var(--lfa4c); }

/* ===== BREADCRUMB ===== */
.j643a5 { padding: 14px 0; font-size: .82rem; }
.j708b1 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.j708b1 li + li::before { content: '\203A'; margin-right: 8px; color: var(--f9dec); }
.j643a5 a { color: var(--f9dec); }
.j643a5 a:hover { color: var(--lfa4c); }
.j643a5 [aria-current] { color: var(--a4755); }

/* ===== SITE FOOTER ===== */
.k86b34 {
    background: var(--db017); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.p0fcb9 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.p0fcb9 a {
    color: var(--f9dec); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.p0fcb9 a:hover { color: var(--lfa4c); }

.e4da24 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.e4da24 p {
    color: var(--f9dec); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.e4da24 a { color: var(--a4755); }
.f51c0c { text-align: center; color: var(--f9dec); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.nf971b { max-width: 800px; margin: 0 auto; }
.nf971b p {
    color: var(--of50f); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.nf971b p:last-child { margin-bottom: 0; }
.nf971b strong { color: var(--ee92b); }
.nf971b a { color: var(--lfa4c); text-decoration: underline; text-underline-offset: 3px; }
.nf971b a:hover { color: var(--c44c5); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.n3a27f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l74ded { direction: rtl; }
.l74ded > * { direction: ltr; }
.g06588 { border-radius: var(--b8f79); overflow: hidden; }
.g06588 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--b8f79);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.hbcae1 { color: var(--of50f); font-size: .93rem; line-height: 1.7; }
.hbcae1 strong { color: var(--ee92b); }
.hbcae1 a { color: var(--lfa4c); }
@media (max-width: 768px) {
    .n3a27f { grid-template-columns: 1fr; gap: 24px; }
    .l74ded { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b1a5c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b1a5c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b3c224 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a4755);
    color: var(--ee92b); 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(--g2c66);
}
.b3c224.k56e1e { opacity: 1; visibility: visible; }
.b3c224:hover { transform: translateY(-3px); background: var(--b1a5c); }

/* ===== REVIEW SCORE (review page) ===== */
.l314cd {
    font-family: var(--a55fa); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--c44c5), var(--lfa4c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--c44c5); 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(--of50f); width: 55%; }
.score-table td:last-child { color: var(--c44c5); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.hf20d7 {
    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);
}
.hf20d7 .fb6fdf { 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) {
    .cae631 { display: none; }
    .k83773 .f1f557 { display: none; }
    .g9bbbe { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .cc2d9d { grid-template-columns: 1fr; }
    section, .ccc6e7 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .p0fcb9 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .a4ff9c { grid-template-columns: 1fr 1fr; }
    .mebe6d { grid-template-columns: 1fr 1fr; }
    .c162de { grid-template-columns: 1fr 100px auto; }
    .hf20d7 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .gb5d7a { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .a4ff9c { grid-template-columns: 1fr; }
    .mebe6d { grid-template-columns: 1fr; }
    .fcb5e9 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l314cd { font-size: 3.5rem; }
    .c162de { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .cc2d9d { grid-template-columns: 1fr; }
    .n2d2be { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.j68c95 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.j68c95 summary.nf7f3b {
    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(--ee92b);
    padding: 6px 11px;
    border-radius: var(--d995b);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--a8df5);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.j68c95 summary.nf7f3b::-webkit-details-marker { display: none; }
.j68c95 summary.nf7f3b::marker { display: none; }
.j68c95:hover summary.nf7f3b,
.j68c95[open] summary.nf7f3b {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--c44c5);
}
.e1eee1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.j68c95[open] .e1eee1 { transform: rotate(180deg); }

.n9e94a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--n83cd);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--he2d0);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.j68c95[open] .n9e94a {
    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); }
}
.n9e94a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h2178);
    border-radius: var(--d995b);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n9e94a li a:hover,
.n9e94a li a.a32878 {
    background: rgba(255,255,255,.08);
    color: var(--c44c5);
}
.n9e94a li a.a32878 { font-weight: 700; }

/* Mobile lang bar */
.jd1e63 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.jd1e63 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(--d995b);
    color: var(--h2178);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jd1e63 a:hover,
.jd1e63 a.f25940 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--c44c5);
}
.jd1e63 a.f25940 { font-weight: 700; }

@media (max-width: 768px) {
    .j68c95 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.mebe6d, ul.a09815 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.dd1b3a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .dd1b3a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.a4ff9c, ol.oe9ee9 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.oe9ee9 > li { counter-increment: step-counter; }
ol.oe9ee9 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a4755); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.nb791c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a4755); }
.h2632b { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.i86774 { width: 36px; height: 36px; border-radius: 50%; background: var(--a4755); color: var(--db017); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.fa4928 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l1c47e { display: grid; grid-template-columns: 1fr; gap: 0; }
.fc9277 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.fc9277:last-child { border-bottom: none; }
.l19ac9 { font-weight: 600; padding: .75rem 1rem; color: var(--a4755); }
.f72191 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.o89ee1 .n25fce { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.o89ee1 .l7231e { display: none; }
.o89ee1 .d34bab.ncadff .l7231e { display: block; }

/* faq variant C: definition list */
dl.pf5ea1 { display: grid; gap: 0; }
dl.pf5ea1 dt.mf04e1 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.pf5ea1 dd.l7231e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.d664d2 { padding: 2rem 0; }
.f41b05 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f41b05 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--he2d0); border: 1px solid var(--c44c5); color: var(--c44c5); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f41b05 li a:hover { background: var(--c44c5); color: var(--db017); }


/* Promo Banner (SVG image banners) */
.c0c12d { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.f4dda7 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.f4dda7:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.lbe35d { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p19211 { display: inline-block; vertical-align: middle; }
.l5040c .p19211 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.h9c3b5 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--n83cd), var(--dac45));
    border-radius: var(--he2d0); padding: 24px; margin-top: 24px;
}
.k10746 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--d995b); background: var(--pa89f); }
.k10746 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.k10746 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--c44c5); }
@media (max-width: 768px) { .h9c3b5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .h9c3b5 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--c44c5); 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; }
  .e27fee { animation: none; }
}
/* Touch targets: minimum 44x44px */
.fb6fdf, .e27fee, .gb5d7a, .k1d0f2, .a72449, .g9bbbe, .n25fce, .mf04e1, .b3c224, .hf20d7 a, .nf7f3b { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.e27fee { position: relative; overflow: visible; }
.e27fee::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--c44c5); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.e27fee:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.e27fee::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.g8c579 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.o56475 {
    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);
}
.o56475.mfde48 { color: var(--c44c5); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.pd16a2, .n993a1 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m12011, .b81ee4 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--d995b); background: var(--n83cd); transition: transform 0.2s; }
.m12011:hover, .b81ee4:hover { transform: translateY(-2px); }
.m12011 span, .b81ee4 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.b74cee { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.afe558 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--d995b); background: var(--n83cd); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.afe558:hover { border-color: var(--c44c5); }
.afe558 span { font-size: 0.7rem; color: var(--c44c5); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.lad971 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.pde67f { background: var(--n83cd); border-radius: var(--he2d0); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.bcc783 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ef6750 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--c44c5), var(--a4755)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--db017); flex-shrink: 0; }
.d4d836 { color: var(--c44c5); font-size: 14px; letter-spacing: 1px; }
.ef6edc { color: var(--f9dec); font-size: 0.75rem; }
.pde67f p { font-size: 0.9rem; color: var(--h2178); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.65; }
body { font-size: 16px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
