@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Fira+Sans:wght@400;500;600;700&display=swap');
/* ===== BRONZE TITAN — Design System ===== */
:root {
    --m3047:        #CD7F32;
    --hac6c:        #E0A050;
    --cf331:        #A06020;
    --ec91f:        #D89040;
    --b3758:        #CD7F32;
    --l37e3:        #A06020;
    --m2076:        #B87333;
    --p030a:        #905828;
    --k0a2d:        #080604;
    --lb877:        #100C08;
    --e2d1f:        #18140E;
    --o7941:        #201C14;
    --ia5fb:        #FFFFFF;
    --ee900:        #A09080;
    --n76da:        #686050;
    --d9e34:        #A09080;
    --a0c3c:    'Merriweather', serif;
    --nd518:    'Fira Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --le976:       12px;
    --ff7b2:    20px;
    --nee54:    8px;
    --fc9b0:        1100px;
    --jf696:       0 4px 24px rgba(0,0,0,.5);
    --j0576:         0 0 32px rgba(205,127,50,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--m3047);
    --color-primary-light: var(--hac6c);
    --color-primary-dark: var(--cf331);
    --color-accent: var(--b3758);
    --color-accent-dark: var(--l37e3);
    --color-secondary: var(--m2076);
    --color-secondary-dark: var(--p030a);
    --color-surface: var(--e2d1f);
    --color-surface-elevated: var(--o7941);
    --color-on-surface: var(--ia5fb);
    --color-on-surface-muted: var(--ee900);
    --color-text: var(--ia5fb);
    --color-text-secondary: var(--d9e34);
    --text-heading: var(--a0c3c);
    --text-body: var(--nd518);
    --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(--nd518);
    background: var(--k0a2d);
    color: var(--ia5fb);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--hac6c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--b3758); }
img { max-width: 100%; height: auto; display: block; }

.baa49c { width: 92%; max-width: var(--fc9b0); margin: 0 auto; }

.g8a31f {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.f858f7 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--m3047); color: var(--ia5fb);
    padding: 8px 16px; border-radius: var(--nee54);
    z-index: 999; transition: top .2s;
}
.f858f7:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.c4673f {
    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);
}
.c712ca {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j64d68 {
    font-family: var(--a0c3c);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ia5fb);
    white-space: nowrap; text-decoration: none;
}
.j64d68:hover { color: var(--b3758); }

/* Main Nav */
.j8d6b9 { display: flex; align-items: center; gap: 20px; }
.m14050 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.m14050 a {
    color: var(--ee900); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.m14050 a:hover { color: var(--hac6c); }

/* Language Select */
.b8e059 {
    background: var(--e2d1f); color: var(--ia5fb);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--nee54);
    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;
}
.b8e059:hover, .b8e059:focus { border-color: var(--m3047); outline: none; }

/* Menu Toggle */
.n4c9b8 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.gf706e, .gf706e::before, .gf706e::after {
    display: block; width: 24px; height: 2px;
    background: var(--ia5fb); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.gf706e { position: relative; }
.gf706e::before, .gf706e::after { content: ''; position: absolute; left: 0; }
.gf706e::before { top: -7px; }
.gf706e::after { top: 7px; }

/* Mobile Nav */
.fd0611 {
    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;
}
.fd0611.ccab32 { display: flex; }
.a31a77 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a31a77 a {
    font-size: 1.2rem; font-weight: 600; color: var(--ia5fb); text-decoration: none;
}
.a31a77 a:hover { color: var(--hac6c); }

/* ===== BUTTONS ===== */
.ffa859 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--a0c3c); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--le976); 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(--m3047) 0%, var(--ec91f) 100%);
    color: var(--ia5fb); box-shadow: var(--j0576);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--ia5fb);
}
.btn-secondary {
    background: transparent; color: var(--hac6c);
    border: 2px solid var(--m3047);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--b3758); }

/* 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); }
}
.i94fcd {
    background: linear-gradient(135deg, var(--b3758) 0%, #e8a020 55%, var(--l37e3) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.i94fcd:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.jad4f1 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ff7b2); }
.l5275b { padding: 8px 18px; font-size: .85rem; border-radius: var(--nee54); }

/* Nav CTA in header */
.hc945c {
    background: linear-gradient(135deg, var(--b3758) 0%, var(--l37e3) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--nee54);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.hc945c:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.odca9e {
    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(--k0a2d);
    position: relative; overflow: hidden;
}
.odca9e::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;
}
.ndca70 {
    font-family: var(--a0c3c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b3758) 0%, var(--hac6c) 50%, var(--m3047) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.of8ece {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ee900);
    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(--k0a2d);
}
.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(--a0c3c);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b3758) 0%, var(--hac6c) 45%, var(--m3047) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ee900);
    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(--ee900);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--nee54);
}
.hero-stat strong { color: var(--hac6c); }

/* ===== SECTIONS ===== */
.e78830 { padding: clamp(52px, 7vw, 80px) 0; }
.je14cf { background: var(--lb877); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--m3047); margin-bottom: 10px;
}
.e78830 h2, .c2e55f {
    font-family: var(--a0c3c);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.e78830 h3 {
    font-family: var(--a0c3c); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--hac6c);
}
.e78830 p, .section-desc {
    color: var(--ee900); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.e78830 ul, .e78830 ol {
    color: var(--ee900); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.e78830 li { margin-bottom: 8px; }
.e78830 li strong { color: var(--ia5fb); }

/* ===== 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(--e2d1f), var(--o7941));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--le976); 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(--jf696);
}
.m87001 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--a0c3c); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ia5fb);
}
.card p { color: var(--ee900); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.pf157e { overflow-x: auto; margin: 24px 0; border-radius: var(--nee54); }
.eeb3b9 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.eeb3b9 thead th {
    background: var(--o7941); color: var(--ia5fb); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.eeb3b9 thead th:first-child { border-radius: var(--nee54) 0 0 0; }
.eeb3b9 thead th:last-child { border-radius: 0 var(--nee54) 0 0; }
.eeb3b9 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.eeb3b9 td { padding: 13px 16px; }
.eeb3b9 td:first-child { color: var(--ee900); font-weight: 500; width: 42%; }
.eeb3b9 td:last-child { color: var(--ia5fb); font-weight: 600; }
.eeb3b9 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(--m3047), var(--ec91f));
    border-radius: 50%; font-family: var(--a0c3c);
    font-size: 1.2rem; font-weight: 700; color: var(--ia5fb);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ee900); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.n3c3fc { max-width: 800px; margin: 0 auto; }
details.j4162c { border-bottom: 1px solid rgba(255,255,255,.07); }
details.j4162c summary {
    display: block; list-style: none;
    color: var(--ia5fb); font-family: var(--nd518);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.j4162c summary::-webkit-details-marker { display: none; }
details.j4162c summary::marker { display: none; content: ''; }
details.j4162c summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--m3047); transition: transform .3s;
}
details.j4162c[open] summary::after { content: '\2212'; }
details.j4162c summary:hover { color: var(--hac6c); }
details.j4162c > p { padding: 0 0 20px; color: var(--ee900); font-size: .9rem; line-height: 1.7; }
details.j4162c > div { padding: 0 0 20px; color: var(--ee900); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--lb877); }

/* ===== INFO GRID & CARDS ===== */
.n1916e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.cfcbd8 {
    background: linear-gradient(145deg, var(--e2d1f), var(--o7941));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--le976); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.cfcbd8:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--jf696);
}
.o4362f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.cfcbd8 h3 {
    font-family: var(--a0c3c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ia5fb);
}
.cfcbd8 p { color: var(--ee900); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.gc8923 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.id2198 {
    background: linear-gradient(145deg, var(--e2d1f), var(--o7941));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--le976); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.id2198:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.id2198 h3 {
    font-family: var(--a0c3c); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b3758);
}
.id2198 p { color: var(--ee900); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.d43c64 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c2f159 { text-align: center; padding: 22px 14px; }
.e5b8b8 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--m3047), var(--ec91f));
    border-radius: 50%; font-family: var(--a0c3c);
    font-size: 1.15rem; font-weight: 800; color: var(--ia5fb);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.c2f159 h3 {
    font-family: var(--a0c3c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ia5fb);
}
.c2f159 p { color: var(--ee900); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.c8aa7d {
    background: linear-gradient(145deg, var(--e2d1f), var(--o7941));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ff7b2);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.o1eba3 { margin-top: 24px; }
.j77582 {
    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;
}
.j77582 > span:first-child { color: var(--ee900); text-align: left; }
.j46037 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.b1a39a {
    height: 100%;
    background: linear-gradient(90deg, var(--m3047) 0%, var(--b3758) 100%);
    border-radius: 4px;
}
.j77582 > span:last-child { color: var(--b3758); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.m3aaf3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.e90e7f, .p0fd87 {
    background: linear-gradient(145deg, var(--e2d1f), var(--o7941));
    border-radius: var(--le976); padding: 24px 22px;
}
.e90e7f { border-top: 3px solid var(--m2076); }
.p0fd87 { border-top: 3px solid #C84040; }
.e90e7f h3, .e90e7f h4 { color: var(--m2076); margin-bottom: 12px; font-size: 1rem; }
.p0fd87 h3, .p0fd87 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.e90e7f ul, .p0fd87 ul { list-style: none; padding: 0; margin: 0; }
.e90e7f li::before { content: '\2713 '; color: var(--m2076); font-weight: 700; }
.p0fd87 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.e90e7f li, .p0fd87 li { padding: 5px 0; color: var(--ee900); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.la3bca {
    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(--lb877);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.la3bca h2 {
    font-family: var(--a0c3c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b3758), var(--hac6c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.la3bca p { color: var(--ee900); 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(--m3047);
    border-radius: var(--nee54); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ee900); font-size: .9rem; }
.highlight-box strong { color: var(--hac6c); }

/* ===== BREADCRUMB ===== */
.l8b7f2 { padding: 14px 0; font-size: .82rem; }
.h02790 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.h02790 li + li::before { content: '\203A'; margin-right: 8px; color: var(--n76da); }
.l8b7f2 a { color: var(--n76da); }
.l8b7f2 a:hover { color: var(--hac6c); }
.l8b7f2 [aria-current] { color: var(--m3047); }

/* ===== SITE FOOTER ===== */
.j10f60 {
    background: var(--k0a2d); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.hdf8a3 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.hdf8a3 a {
    color: var(--n76da); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.hdf8a3 a:hover { color: var(--hac6c); }

.hb72de {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.hb72de p {
    color: var(--n76da); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.hb72de a { color: var(--m3047); }
.j4835b { text-align: center; color: var(--n76da); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.lb4021 { max-width: 800px; margin: 0 auto; }
.lb4021 p {
    color: var(--ee900); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.lb4021 p:last-child { margin-bottom: 0; }
.lb4021 strong { color: var(--ia5fb); }
.lb4021 a { color: var(--hac6c); text-decoration: underline; text-underline-offset: 3px; }
.lb4021 a:hover { color: var(--b3758); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ia6257 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.m95668 { direction: rtl; }
.m95668 > * { direction: ltr; }
.f3a5a8 { border-radius: var(--ff7b2); overflow: hidden; }
.f3a5a8 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ff7b2);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.n45bb9 { color: var(--ee900); font-size: .93rem; line-height: 1.7; }
.n45bb9 strong { color: var(--ia5fb); }
.n45bb9 a { color: var(--hac6c); }
@media (max-width: 768px) {
    .ia6257 { grid-template-columns: 1fr; gap: 24px; }
    .m95668 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--cf331);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--cf331); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.kdbb2b {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--m3047);
    color: var(--ia5fb); 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(--jf696);
}
.kdbb2b.ma3033 { opacity: 1; visibility: visible; }
.kdbb2b:hover { transform: translateY(-3px); background: var(--cf331); }

/* ===== REVIEW SCORE (review page) ===== */
.f7ef96 {
    font-family: var(--a0c3c); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b3758), var(--hac6c));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--b3758); 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(--ee900); width: 55%; }
.score-table td:last-child { color: var(--b3758); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.maf421 {
    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);
}
.maf421 .ffa859 { 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) {
    .m14050 { display: none; }
    .j8d6b9 .b8e059 { display: none; }
    .n4c9b8 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .m3aaf3 { grid-template-columns: 1fr; }
    section, .e78830 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .hdf8a3 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .d43c64 { grid-template-columns: 1fr 1fr; }
    .n1916e { grid-template-columns: 1fr 1fr; }
    .j77582 { grid-template-columns: 1fr 100px auto; }
    .maf421 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .jad4f1 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .d43c64 { grid-template-columns: 1fr; }
    .n1916e { grid-template-columns: 1fr; }
    .c712ca { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .f7ef96 { font-size: 3.5rem; }
    .j77582 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .m3aaf3 { grid-template-columns: 1fr; }
    .c8aa7d { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.d5b579 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.d5b579 summary.d6ce97 {
    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(--ia5fb);
    padding: 6px 11px;
    border-radius: var(--nee54);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--nd518);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.d5b579 summary.d6ce97::-webkit-details-marker { display: none; }
.d5b579 summary.d6ce97::marker { display: none; }
.d5b579:hover summary.d6ce97,
.d5b579[open] summary.d6ce97 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--b3758);
}
.laed4f { font-size: .7rem; opacity: .7; transition: transform .2s; }
.d5b579[open] .laed4f { transform: rotate(180deg); }

.m68ee4 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e2d1f);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--le976);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.d5b579[open] .m68ee4 {
    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); }
}
.m68ee4 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d9e34);
    border-radius: var(--nee54);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m68ee4 li a:hover,
.m68ee4 li a.a159fc {
    background: rgba(255,255,255,.08);
    color: var(--b3758);
}
.m68ee4 li a.a159fc { font-weight: 700; }

/* Mobile lang bar */
.l07227 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.l07227 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(--nee54);
    color: var(--d9e34);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.l07227 a:hover,
.l07227 a.cd0945 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--b3758);
}
.l07227 a.cd0945 { font-weight: 700; }

@media (max-width: 768px) {
    .d5b579 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.n1916e, ul.l584f4 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.i87f65 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .i87f65 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.d43c64, ol.n79e70 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n79e70 > li { counter-increment: step-counter; }
ol.n79e70 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--m3047); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.obacf1 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--m3047); }
.j13b22 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f68b49 { width: 36px; height: 36px; border-radius: 50%; background: var(--m3047); color: var(--k0a2d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.iceeae h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ae6009 { display: grid; grid-template-columns: 1fr; gap: 0; }
.f4bce5 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.f4bce5:last-child { border-bottom: none; }
.p3e9c9 { font-weight: 600; padding: .75rem 1rem; color: var(--m3047); }
.oc9525 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.c37ecf .hc4507 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.c37ecf .f71d4e { display: none; }
.c37ecf .j4162c.ccab32 .f71d4e { display: block; }

/* faq variant C: definition list */
dl.n3c3fc { display: grid; gap: 0; }
dl.n3c3fc dt.n49c11 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.n3c3fc dd.f71d4e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gc0d3f { padding: 2rem 0; }
.ccd304 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.ccd304 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--le976); border: 1px solid var(--b3758); color: var(--b3758); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.ccd304 li a:hover { background: var(--b3758); color: var(--k0a2d); }


/* Promo Banner (SVG image banners) */
.gc4cda { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ac2cf4 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ac2cf4:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.i435a8 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.m87001 { display: inline-block; vertical-align: middle; }
.o4362f .m87001 { 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(--e2d1f), var(--o7941));
    border-radius: var(--le976); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--nee54); background: var(--lb877); }
.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(--b3758); }
@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(--b3758); 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; }
  .i94fcd { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ffa859, .i94fcd, .jad4f1, .l5275b, .hc945c, .n4c9b8, .hc4507, .n49c11, .kdbb2b, .maf421 a, .d6ce97 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i94fcd { position: relative; overflow: visible; }
.i94fcd::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--b3758); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i94fcd:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i94fcd::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(--b3758); 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(--nee54); background: var(--e2d1f); 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(--nee54); background: var(--e2d1f); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--b3758); }
.trust-item span { font-size: 0.7rem; color: var(--b3758); 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(--e2d1f); border-radius: var(--le976); 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(--b3758), var(--m3047)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k0a2d); flex-shrink: 0; }
.review-stars { color: var(--b3758); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--n76da); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d9e34); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(48px, 6vw, 72px) 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); }
.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: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.75; }
body { font-size: 15px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
