@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
/* ===== ONYX FLAME — Design System ===== */
:root {
    --fa908:        #FF4500;
    --b860c:        #FF6830;
    --nda8c:        #CC3800;
    --ba80c:        #FF5500;
    --ld9db:        #FF6600;
    --j9fd2:        #CC5200;
    --k2cb7:        #FF4500;
    --pa1ed:        #CC3800;
    --o06f3:        #000000;
    --f0329:        #080808;
    --ea72a:        #101010;
    --daa75:        #181818;
    --cbb6b:        #FFFFFF;
    --e827e:        #999999;
    --e6679:        #666666;
    --k1b5f:        #999999;
    --p37ce:    'Oswald', sans-serif;
    --i5743:    'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --fae79:       4px;
    --befc9:    8px;
    --m7be6:    2px;
    --c824f:        1100px;
    --g2cd2:       0 4px 24px rgba(0,0,0,.5);
    --m079a:         0 0 32px rgba(255,69,0,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--fa908);
    --color-primary-light: var(--b860c);
    --color-primary-dark: var(--nda8c);
    --color-accent: var(--ld9db);
    --color-accent-dark: var(--j9fd2);
    --color-secondary: var(--k2cb7);
    --color-secondary-dark: var(--pa1ed);
    --color-surface: var(--ea72a);
    --color-surface-elevated: var(--daa75);
    --color-on-surface: var(--cbb6b);
    --color-on-surface-muted: var(--e827e);
    --color-text: var(--cbb6b);
    --color-text-secondary: var(--k1b5f);
    --text-heading: var(--p37ce);
    --text-body: var(--i5743);
    --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(--i5743);
    background: var(--o06f3);
    color: var(--cbb6b);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--b860c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ld9db); }
img { max-width: 100%; height: auto; display: block; }

.pcd7c0 { width: 92%; max-width: var(--c824f); margin: 0 auto; }

.k889ac {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l779f4 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--fa908); color: var(--cbb6b);
    padding: 8px 16px; border-radius: var(--m7be6);
    z-index: 999; transition: top .2s;
}
.l779f4:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.lb1bb8 {
    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);
}
.a54972 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.e0fd55 {
    font-family: var(--p37ce);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--cbb6b);
    white-space: nowrap; text-decoration: none;
}
.e0fd55:hover { color: var(--ld9db); }

/* Main Nav */
.j69cbb { display: flex; align-items: center; gap: 20px; }
.fd8ada {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.fd8ada a {
    color: var(--e827e); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.fd8ada a:hover { color: var(--b860c); }

/* Language Select */
.p6670c {
    background: var(--ea72a); color: var(--cbb6b);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--m7be6);
    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;
}
.p6670c:hover, .p6670c:focus { border-color: var(--fa908); outline: none; }

/* Menu Toggle */
.lf601c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pfac13, .pfac13::before, .pfac13::after {
    display: block; width: 24px; height: 2px;
    background: var(--cbb6b); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.pfac13 { position: relative; }
.pfac13::before, .pfac13::after { content: ''; position: absolute; left: 0; }
.pfac13::before { top: -7px; }
.pfac13::after { top: 7px; }

/* Mobile Nav */
.bce175 {
    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;
}
.bce175.k87d03 { display: flex; }
.bebf96 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.bebf96 a {
    font-size: 1.2rem; font-weight: 600; color: var(--cbb6b); text-decoration: none;
}
.bebf96 a:hover { color: var(--b860c); }

/* ===== BUTTONS ===== */
.d5c610 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--p37ce); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--fae79); 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(--fa908) 0%, var(--ba80c) 100%);
    color: var(--cbb6b); box-shadow: var(--m079a);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--cbb6b);
}
.btn-secondary {
    background: transparent; color: var(--b860c);
    border: 2px solid var(--fa908);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--ld9db); }

/* 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); }
}
.pba1b8 {
    background: linear-gradient(135deg, var(--ld9db) 0%, #e8a020 55%, var(--j9fd2) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.pba1b8:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ic094e { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--befc9); }
.hdc802 { padding: 8px 18px; font-size: .85rem; border-radius: var(--m7be6); }

/* Nav CTA in header */
.k80647 {
    background: linear-gradient(135deg, var(--ld9db) 0%, var(--j9fd2) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--m7be6);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.k80647:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.m03db4 {
    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(--o06f3);
    position: relative; overflow: hidden;
}
.m03db4::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;
}
.c35474 {
    font-family: var(--p37ce);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ld9db) 0%, var(--b860c) 50%, var(--fa908) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hfef99 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--e827e);
    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(--o06f3);
}
.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(--p37ce);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ld9db) 0%, var(--b860c) 45%, var(--fa908) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--e827e);
    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(--e827e);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--m7be6);
}
.hero-stat strong { color: var(--b860c); }

/* ===== SECTIONS ===== */
.k2d34f { padding: clamp(52px, 7vw, 80px) 0; }
.ab5c90 { background: var(--f0329); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--fa908); margin-bottom: 10px;
}
.k2d34f h2, .o751d2 {
    font-family: var(--p37ce);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.k2d34f h3 {
    font-family: var(--p37ce); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--b860c);
}
.k2d34f p, .section-desc {
    color: var(--e827e); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.k2d34f ul, .k2d34f ol {
    color: var(--e827e); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.k2d34f li { margin-bottom: 8px; }
.k2d34f li strong { color: var(--cbb6b); }

/* ===== 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(--ea72a), var(--daa75));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--fae79); 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(--g2cd2);
}
.ld85d8 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--p37ce); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--cbb6b);
}
.card p { color: var(--e827e); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b0ba3b { overflow-x: auto; margin: 24px 0; border-radius: var(--m7be6); }
.h614b9 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.h614b9 thead th {
    background: var(--daa75); color: var(--cbb6b); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.h614b9 thead th:first-child { border-radius: var(--m7be6) 0 0 0; }
.h614b9 thead th:last-child { border-radius: 0 var(--m7be6) 0 0; }
.h614b9 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.h614b9 td { padding: 13px 16px; }
.h614b9 td:first-child { color: var(--e827e); font-weight: 500; width: 42%; }
.h614b9 td:last-child { color: var(--cbb6b); font-weight: 600; }
.h614b9 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(--fa908), var(--ba80c));
    border-radius: 50%; font-family: var(--p37ce);
    font-size: 1.2rem; font-weight: 700; color: var(--cbb6b);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--e827e); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.h7dccf { max-width: 800px; margin: 0 auto; }
details.i35a1b { border-bottom: 1px solid rgba(255,255,255,.07); }
details.i35a1b summary {
    display: block; list-style: none;
    color: var(--cbb6b); font-family: var(--i5743);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.i35a1b summary::-webkit-details-marker { display: none; }
details.i35a1b summary::marker { display: none; content: ''; }
details.i35a1b summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--fa908); transition: transform .3s;
}
details.i35a1b[open] summary::after { content: '\2212'; }
details.i35a1b summary:hover { color: var(--b860c); }
details.i35a1b > p { padding: 0 0 20px; color: var(--e827e); font-size: .9rem; line-height: 1.7; }
details.i35a1b > div { padding: 0 0 20px; color: var(--e827e); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--f0329); }

/* ===== INFO GRID & CARDS ===== */
.f59b85 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b8c94e {
    background: linear-gradient(145deg, var(--ea72a), var(--daa75));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--fae79); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.b8c94e:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--g2cd2);
}
.od8348 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.b8c94e h3 {
    font-family: var(--p37ce); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--cbb6b);
}
.b8c94e p { color: var(--e827e); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.l48745 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c66b3a {
    background: linear-gradient(145deg, var(--ea72a), var(--daa75));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--fae79); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c66b3a:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.c66b3a h3 {
    font-family: var(--p37ce); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ld9db);
}
.c66b3a p { color: var(--e827e); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.l4c461 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h7ba7d { text-align: center; padding: 22px 14px; }
.dbebbf {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--fa908), var(--ba80c));
    border-radius: 50%; font-family: var(--p37ce);
    font-size: 1.15rem; font-weight: 800; color: var(--cbb6b);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.h7ba7d h3 {
    font-family: var(--p37ce); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--cbb6b);
}
.h7ba7d p { color: var(--e827e); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.e16101 {
    background: linear-gradient(145deg, var(--ea72a), var(--daa75));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--befc9);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.ne348e { margin-top: 24px; }
.a6dfd1 {
    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;
}
.a6dfd1 > span:first-child { color: var(--e827e); text-align: left; }
.f461cb {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ef8bae {
    height: 100%;
    background: linear-gradient(90deg, var(--fa908) 0%, var(--ld9db) 100%);
    border-radius: 4px;
}
.a6dfd1 > span:last-child { color: var(--ld9db); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.n79fb3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.f89a6c, .d3a809 {
    background: linear-gradient(145deg, var(--ea72a), var(--daa75));
    border-radius: var(--fae79); padding: 24px 22px;
}
.f89a6c { border-top: 3px solid var(--k2cb7); }
.d3a809 { border-top: 3px solid #C84040; }
.f89a6c h3, .f89a6c h4 { color: var(--k2cb7); margin-bottom: 12px; font-size: 1rem; }
.d3a809 h3, .d3a809 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.f89a6c ul, .d3a809 ul { list-style: none; padding: 0; margin: 0; }
.f89a6c li::before { content: '\2713 '; color: var(--k2cb7); font-weight: 700; }
.d3a809 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.f89a6c li, .d3a809 li { padding: 5px 0; color: var(--e827e); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.ee452e {
    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(--f0329);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.ee452e h2 {
    font-family: var(--p37ce);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ld9db), var(--b860c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ee452e p { color: var(--e827e); 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(--fa908);
    border-radius: var(--m7be6); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--e827e); font-size: .9rem; }
.highlight-box strong { color: var(--b860c); }

/* ===== BREADCRUMB ===== */
.ja685c { padding: 14px 0; font-size: .82rem; }
.n3261f { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n3261f li + li::before { content: '\203A'; margin-right: 8px; color: var(--e6679); }
.ja685c a { color: var(--e6679); }
.ja685c a:hover { color: var(--b860c); }
.ja685c [aria-current] { color: var(--fa908); }

/* ===== SITE FOOTER ===== */
.a51647 {
    background: var(--o06f3); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.iabfcb {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.iabfcb a {
    color: var(--e6679); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.iabfcb a:hover { color: var(--b860c); }

.ib81fa {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.ib81fa p {
    color: var(--e6679); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ib81fa a { color: var(--fa908); }
.o50f5c { text-align: center; color: var(--e6679); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.m33eea { max-width: 800px; margin: 0 auto; }
.m33eea p {
    color: var(--e827e); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.m33eea p:last-child { margin-bottom: 0; }
.m33eea strong { color: var(--cbb6b); }
.m33eea a { color: var(--b860c); text-decoration: underline; text-underline-offset: 3px; }
.m33eea a:hover { color: var(--ld9db); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.dbf357 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.l9a975 { direction: rtl; }
.l9a975 > * { direction: ltr; }
.hf9674 { border-radius: var(--befc9); overflow: hidden; }
.hf9674 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--befc9);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.k705c1 { color: var(--e827e); font-size: .93rem; line-height: 1.7; }
.k705c1 strong { color: var(--cbb6b); }
.k705c1 a { color: var(--b860c); }
@media (max-width: 768px) {
    .dbf357 { grid-template-columns: 1fr; gap: 24px; }
    .l9a975 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--nda8c);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--nda8c); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.i88c71 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--fa908);
    color: var(--cbb6b); 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(--g2cd2);
}
.i88c71.ldfed9 { opacity: 1; visibility: visible; }
.i88c71:hover { transform: translateY(-3px); background: var(--nda8c); }

/* ===== REVIEW SCORE (review page) ===== */
.kc37ac {
    font-family: var(--p37ce); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--ld9db), var(--b860c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ld9db); 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(--e827e); width: 55%; }
.score-table td:last-child { color: var(--ld9db); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ja7fa1 {
    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);
}
.ja7fa1 .d5c610 { 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) {
    .fd8ada { display: none; }
    .j69cbb .p6670c { display: none; }
    .lf601c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .n79fb3 { grid-template-columns: 1fr; }
    section, .k2d34f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .iabfcb { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .l4c461 { grid-template-columns: 1fr 1fr; }
    .f59b85 { grid-template-columns: 1fr 1fr; }
    .a6dfd1 { grid-template-columns: 1fr 100px auto; }
    .ja7fa1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ic094e { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .l4c461 { grid-template-columns: 1fr; }
    .f59b85 { grid-template-columns: 1fr; }
    .a54972 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .kc37ac { font-size: 3.5rem; }
    .a6dfd1 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .n79fb3 { grid-template-columns: 1fr; }
    .e16101 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.j1838d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.j1838d summary.ga9b2e {
    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(--cbb6b);
    padding: 6px 11px;
    border-radius: var(--m7be6);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--i5743);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.j1838d summary.ga9b2e::-webkit-details-marker { display: none; }
.j1838d summary.ga9b2e::marker { display: none; }
.j1838d:hover summary.ga9b2e,
.j1838d[open] summary.ga9b2e {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--ld9db);
}
.n53fcb { font-size: .7rem; opacity: .7; transition: transform .2s; }
.j1838d[open] .n53fcb { transform: rotate(180deg); }

.d43fd7 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ea72a);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--fae79);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.j1838d[open] .d43fd7 {
    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); }
}
.d43fd7 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--k1b5f);
    border-radius: var(--m7be6);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.d43fd7 li a:hover,
.d43fd7 li a.i69d41 {
    background: rgba(255,255,255,.08);
    color: var(--ld9db);
}
.d43fd7 li a.i69d41 { font-weight: 700; }

/* Mobile lang bar */
.e9fc28 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e9fc28 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(--m7be6);
    color: var(--k1b5f);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e9fc28 a:hover,
.e9fc28 a.g5c6ab {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--ld9db);
}
.e9fc28 a.g5c6ab { font-weight: 700; }

@media (max-width: 768px) {
    .j1838d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f59b85, ul.c0910d { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.c0ea9e { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .c0ea9e { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.l4c461, ol.a461c2 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.a461c2 > li { counter-increment: step-counter; }
ol.a461c2 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--fa908); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.c9d325 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--fa908); }
.e4783c { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.n8c885 { width: 36px; height: 36px; border-radius: 50%; background: var(--fa908); color: var(--o06f3); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.fdf11a h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.j058f4 { display: grid; grid-template-columns: 1fr; gap: 0; }
.e5261b { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.e5261b:last-child { border-bottom: none; }
.l62e96 { font-weight: 600; padding: .75rem 1rem; color: var(--fa908); }
.jd5523 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.a624d9 .a604a0 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.a624d9 .hf1d8e { display: none; }
.a624d9 .i35a1b.k87d03 .hf1d8e { display: block; }

/* faq variant C: definition list */
dl.h7dccf { display: grid; gap: 0; }
dl.h7dccf dt.d6abd6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.h7dccf dd.hf1d8e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c9db46 { padding: 2rem 0; }
.p9d588 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p9d588 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--fae79); border: 1px solid var(--ld9db); color: var(--ld9db); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p9d588 li a:hover { background: var(--ld9db); color: var(--o06f3); }


/* Promo Banner (SVG image banners) */
.be05da { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.b941f8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.b941f8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.h5b668 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.ld85d8 { display: inline-block; vertical-align: middle; }
.od8348 .ld85d8 { 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(--ea72a), var(--daa75));
    border-radius: var(--fae79); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--m7be6); background: var(--f0329); }
.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(--ld9db); }
@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(--ld9db); 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; }
  .pba1b8 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.d5c610, .pba1b8, .ic094e, .hdc802, .k80647, .lf601c, .a604a0, .d6abd6, .i88c71, .ja7fa1 a, .ga9b2e { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.pba1b8 { position: relative; overflow: visible; }
.pba1b8::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ld9db); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.pba1b8:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.pba1b8::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(--ld9db); 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(--m7be6); background: var(--ea72a); 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(--m7be6); background: var(--ea72a); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--ld9db); }
.trust-item span { font-size: 0.7rem; color: var(--ld9db); 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(--ea72a); border-radius: var(--fae79); 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(--ld9db), var(--fa908)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--o06f3); flex-shrink: 0; }
.review-stars { color: var(--ld9db); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--e6679); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--k1b5f); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.65; }
body { font-size: 15.5px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
