@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 {
    --ef7b8:        #CD7F32;
    --c54c1:        #E0A050;
    --hfbfa:        #A06020;
    --l975f:        #D89040;
    --oa164:        #CD7F32;
    --n88bd:        #A06020;
    --je2ec:        #B87333;
    --a2848:        #905828;
    --d3598:        #080604;
    --pc0f9:        #100C08;
    --b7e54:        #18140E;
    --le0ce:        #201C14;
    --be3a5:        #FFFFFF;
    --oe4f8:        #A09080;
    --n7cfe:        #686050;
    --ob0cd:        #A09080;
    --na6cd:    'Merriweather', serif;
    --mb2d1:    'Fira Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --de916:       12px;
    --d822c:    20px;
    --ec75b:    8px;
    --a871c:        1100px;
    --k8a56:       0 4px 24px rgba(0,0,0,.5);
    --o64d1:         0 0 32px rgba(205,127,50,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--ef7b8);
    --color-primary-light: var(--c54c1);
    --color-primary-dark: var(--hfbfa);
    --color-accent: var(--oa164);
    --color-accent-dark: var(--n88bd);
    --color-secondary: var(--je2ec);
    --color-secondary-dark: var(--a2848);
    --color-surface: var(--b7e54);
    --color-surface-elevated: var(--le0ce);
    --color-on-surface: var(--be3a5);
    --color-on-surface-muted: var(--oe4f8);
    --color-text: var(--be3a5);
    --color-text-secondary: var(--ob0cd);
    --text-heading: var(--na6cd);
    --text-body: var(--mb2d1);
    --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(--mb2d1);
    background: var(--d3598);
    color: var(--be3a5);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c54c1); text-decoration: none; transition: color .2s; }
a:hover { color: var(--oa164); }
img { max-width: 100%; height: auto; display: block; }

.k5c085 { width: 92%; max-width: var(--a871c); margin: 0 auto; }

.i7ac00 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.eee8c2 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--ef7b8); color: var(--be3a5);
    padding: 8px 16px; border-radius: var(--ec75b);
    z-index: 999; transition: top .2s;
}
.eee8c2:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.ef0902 {
    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);
}
.c06d84 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.mb378e {
    font-family: var(--na6cd);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--be3a5);
    white-space: nowrap; text-decoration: none;
}
.mb378e:hover { color: var(--oa164); }

/* Main Nav */
.j38d03 { display: flex; align-items: center; gap: 20px; }
.g7f74c {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.g7f74c a {
    color: var(--oe4f8); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g7f74c a:hover { color: var(--c54c1); }

/* Language Select */
.h8f757 {
    background: var(--b7e54); color: var(--be3a5);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ec75b);
    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;
}
.h8f757:hover, .h8f757:focus { border-color: var(--ef7b8); outline: none; }

/* Menu Toggle */
.l2b2e5 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.pb10ba, .pb10ba::before, .pb10ba::after {
    display: block; width: 24px; height: 2px;
    background: var(--be3a5); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.pb10ba { position: relative; }
.pb10ba::before, .pb10ba::after { content: ''; position: absolute; left: 0; }
.pb10ba::before { top: -7px; }
.pb10ba::after { top: 7px; }

/* Mobile Nav */
.idd155 {
    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;
}
.idd155.afc7bf { display: flex; }
.a2b53b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a2b53b a {
    font-size: 1.2rem; font-weight: 600; color: var(--be3a5); text-decoration: none;
}
.a2b53b a:hover { color: var(--c54c1); }

/* ===== BUTTONS ===== */
.ba5531 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--na6cd); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--de916); 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(--ef7b8) 0%, var(--l975f) 100%);
    color: var(--be3a5); box-shadow: var(--o64d1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--be3a5);
}
.btn-secondary {
    background: transparent; color: var(--c54c1);
    border: 2px solid var(--ef7b8);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--oa164); }

/* 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); }
}
.ac4274 {
    background: linear-gradient(135deg, var(--oa164) 0%, #e8a020 55%, var(--n88bd) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.ac4274:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.j1509f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d822c); }
.h65db3 { padding: 8px 18px; font-size: .85rem; border-radius: var(--ec75b); }

/* Nav CTA in header */
.g2f49c {
    background: linear-gradient(135deg, var(--oa164) 0%, var(--n88bd) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ec75b);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.g2f49c:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.g1f8eb {
    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(--d3598);
    position: relative; overflow: hidden;
}
.g1f8eb::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;
}
.b5839e {
    font-family: var(--na6cd);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--oa164) 0%, var(--c54c1) 50%, var(--ef7b8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c6409e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--oe4f8);
    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(--d3598);
}
.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(--na6cd);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--oa164) 0%, var(--c54c1) 45%, var(--ef7b8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--oe4f8);
    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(--oe4f8);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ec75b);
}
.hero-stat strong { color: var(--c54c1); }

/* ===== SECTIONS ===== */
.oa9541 { padding: clamp(52px, 7vw, 80px) 0; }
.g7fd30 { background: var(--pc0f9); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--ef7b8); margin-bottom: 10px;
}
.oa9541 h2, .j8f986 {
    font-family: var(--na6cd);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.oa9541 h3 {
    font-family: var(--na6cd); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c54c1);
}
.oa9541 p, .section-desc {
    color: var(--oe4f8); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.oa9541 ul, .oa9541 ol {
    color: var(--oe4f8); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.oa9541 li { margin-bottom: 8px; }
.oa9541 li strong { color: var(--be3a5); }

/* ===== 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(--b7e54), var(--le0ce));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--de916); 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(--k8a56);
}
.o0e596 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--na6cd); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--be3a5);
}
.card p { color: var(--oe4f8); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.k9acc2 { overflow-x: auto; margin: 24px 0; border-radius: var(--ec75b); }
.a98598 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.a98598 thead th {
    background: var(--le0ce); color: var(--be3a5); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.a98598 thead th:first-child { border-radius: var(--ec75b) 0 0 0; }
.a98598 thead th:last-child { border-radius: 0 var(--ec75b) 0 0; }
.a98598 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.a98598 td { padding: 13px 16px; }
.a98598 td:first-child { color: var(--oe4f8); font-weight: 500; width: 42%; }
.a98598 td:last-child { color: var(--be3a5); font-weight: 600; }
.a98598 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(--ef7b8), var(--l975f));
    border-radius: 50%; font-family: var(--na6cd);
    font-size: 1.2rem; font-weight: 700; color: var(--be3a5);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--oe4f8); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.m3cb31 { max-width: 800px; margin: 0 auto; }
details.hde382 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.hde382 summary {
    display: block; list-style: none;
    color: var(--be3a5); font-family: var(--mb2d1);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.hde382 summary::-webkit-details-marker { display: none; }
details.hde382 summary::marker { display: none; content: ''; }
details.hde382 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--ef7b8); transition: transform .3s;
}
details.hde382[open] summary::after { content: '\2212'; }
details.hde382 summary:hover { color: var(--c54c1); }
details.hde382 > p { padding: 0 0 20px; color: var(--oe4f8); font-size: .9rem; line-height: 1.7; }
details.hde382 > div { padding: 0 0 20px; color: var(--oe4f8); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--pc0f9); }

/* ===== INFO GRID & CARDS ===== */
.ia3efc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l0d815 {
    background: linear-gradient(145deg, var(--b7e54), var(--le0ce));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--de916); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l0d815:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--k8a56);
}
.jebc51 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.l0d815 h3 {
    font-family: var(--na6cd); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--be3a5);
}
.l0d815 p { color: var(--oe4f8); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ee13f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c8f3a9 {
    background: linear-gradient(145deg, var(--b7e54), var(--le0ce));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--de916); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c8f3a9:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.c8f3a9 h3 {
    font-family: var(--na6cd); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--oa164);
}
.c8f3a9 p { color: var(--oe4f8); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.ea3481 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j763cc { text-align: center; padding: 22px 14px; }
.l1f609 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--ef7b8), var(--l975f));
    border-radius: 50%; font-family: var(--na6cd);
    font-size: 1.15rem; font-weight: 800; color: var(--be3a5);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.j763cc h3 {
    font-family: var(--na6cd); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--be3a5);
}
.j763cc p { color: var(--oe4f8); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.g8c2c1 {
    background: linear-gradient(145deg, var(--b7e54), var(--le0ce));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--d822c);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.g06c7a { margin-top: 24px; }
.k03542 {
    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;
}
.k03542 > span:first-child { color: var(--oe4f8); text-align: left; }
.o32550 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.a6af36 {
    height: 100%;
    background: linear-gradient(90deg, var(--ef7b8) 0%, var(--oa164) 100%);
    border-radius: 4px;
}
.k03542 > span:last-child { color: var(--oa164); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.le39d1 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.i2327e, .ka0954 {
    background: linear-gradient(145deg, var(--b7e54), var(--le0ce));
    border-radius: var(--de916); padding: 24px 22px;
}
.i2327e { border-top: 3px solid var(--je2ec); }
.ka0954 { border-top: 3px solid #C84040; }
.i2327e h3, .i2327e h4 { color: var(--je2ec); margin-bottom: 12px; font-size: 1rem; }
.ka0954 h3, .ka0954 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.i2327e ul, .ka0954 ul { list-style: none; padding: 0; margin: 0; }
.i2327e li::before { content: '\2713 '; color: var(--je2ec); font-weight: 700; }
.ka0954 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.i2327e li, .ka0954 li { padding: 5px 0; color: var(--oe4f8); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b9fe6b {
    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(--pc0f9);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.b9fe6b h2 {
    font-family: var(--na6cd);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--oa164), var(--c54c1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b9fe6b p { color: var(--oe4f8); 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(--ef7b8);
    border-radius: var(--ec75b); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--oe4f8); font-size: .9rem; }
.highlight-box strong { color: var(--c54c1); }

/* ===== BREADCRUMB ===== */
.a8a665 { padding: 14px 0; font-size: .82rem; }
.p53d03 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.p53d03 li + li::before { content: '\203A'; margin-right: 8px; color: var(--n7cfe); }
.a8a665 a { color: var(--n7cfe); }
.a8a665 a:hover { color: var(--c54c1); }
.a8a665 [aria-current] { color: var(--ef7b8); }

/* ===== SITE FOOTER ===== */
.k9dcdc {
    background: var(--d3598); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l889e0 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l889e0 a {
    color: var(--n7cfe); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l889e0 a:hover { color: var(--c54c1); }

.k877f8 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.k877f8 p {
    color: var(--n7cfe); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k877f8 a { color: var(--ef7b8); }
.ge66fe { text-align: center; color: var(--n7cfe); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.kfb2f5 { max-width: 800px; margin: 0 auto; }
.kfb2f5 p {
    color: var(--oe4f8); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.kfb2f5 p:last-child { margin-bottom: 0; }
.kfb2f5 strong { color: var(--be3a5); }
.kfb2f5 a { color: var(--c54c1); text-decoration: underline; text-underline-offset: 3px; }
.kfb2f5 a:hover { color: var(--oa164); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.gc7670 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e4fce5 { direction: rtl; }
.e4fce5 > * { direction: ltr; }
.k81845 { border-radius: var(--d822c); overflow: hidden; }
.k81845 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d822c);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.d7166b { color: var(--oe4f8); font-size: .93rem; line-height: 1.7; }
.d7166b strong { color: var(--be3a5); }
.d7166b a { color: var(--c54c1); }
@media (max-width: 768px) {
    .gc7670 { grid-template-columns: 1fr; gap: 24px; }
    .e4fce5 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--hfbfa);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--hfbfa); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ge9ac8 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--ef7b8);
    color: var(--be3a5); 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(--k8a56);
}
.ge9ac8.jf4300 { opacity: 1; visibility: visible; }
.ge9ac8:hover { transform: translateY(-3px); background: var(--hfbfa); }

/* ===== REVIEW SCORE (review page) ===== */
.kcbe99 {
    font-family: var(--na6cd); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--oa164), var(--c54c1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--oa164); 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(--oe4f8); width: 55%; }
.score-table td:last-child { color: var(--oa164); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ec04e2 {
    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);
}
.ec04e2 .ba5531 { 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) {
    .g7f74c { display: none; }
    .j38d03 .h8f757 { display: none; }
    .l2b2e5 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .le39d1 { grid-template-columns: 1fr; }
    section, .oa9541 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l889e0 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .ea3481 { grid-template-columns: 1fr 1fr; }
    .ia3efc { grid-template-columns: 1fr 1fr; }
    .k03542 { grid-template-columns: 1fr 100px auto; }
    .ec04e2 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .j1509f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .ea3481 { grid-template-columns: 1fr; }
    .ia3efc { grid-template-columns: 1fr; }
    .c06d84 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .kcbe99 { font-size: 3.5rem; }
    .k03542 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .le39d1 { grid-template-columns: 1fr; }
    .g8c2c1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.le8836 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.le8836 summary.hb48c1 {
    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(--be3a5);
    padding: 6px 11px;
    border-radius: var(--ec75b);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--mb2d1);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.le8836 summary.hb48c1::-webkit-details-marker { display: none; }
.le8836 summary.hb48c1::marker { display: none; }
.le8836:hover summary.hb48c1,
.le8836[open] summary.hb48c1 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--oa164);
}
.n0eb62 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.le8836[open] .n0eb62 { transform: rotate(180deg); }

.f00d35 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--b7e54);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--de916);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.le8836[open] .f00d35 {
    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); }
}
.f00d35 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ob0cd);
    border-radius: var(--ec75b);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.f00d35 li a:hover,
.f00d35 li a.lb0f0f {
    background: rgba(255,255,255,.08);
    color: var(--oa164);
}
.f00d35 li a.lb0f0f { font-weight: 700; }

/* Mobile lang bar */
.mc7d67 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.mc7d67 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(--ec75b);
    color: var(--ob0cd);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.mc7d67 a:hover,
.mc7d67 a.o63ab3 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--oa164);
}
.mc7d67 a.o63ab3 { font-weight: 700; }

@media (max-width: 768px) {
    .le8836 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.ia3efc, ul.bba7f6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o739a4 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o739a4 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.ea3481, ol.d66c1f { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.d66c1f > li { counter-increment: step-counter; }
ol.d66c1f > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--ef7b8); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.b354b4 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--ef7b8); }
.m2655c { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.a74eb8 { width: 36px; height: 36px; border-radius: 50%; background: var(--ef7b8); color: var(--d3598); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.c10480 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.e6a71a { display: grid; grid-template-columns: 1fr; gap: 0; }
.l9f865 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.l9f865:last-child { border-bottom: none; }
.j72409 { font-weight: 600; padding: .75rem 1rem; color: var(--ef7b8); }
.o191d3 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.ac64c6 .e9d77f { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.ac64c6 .m67e36 { display: none; }
.ac64c6 .hde382.afc7bf .m67e36 { display: block; }

/* faq variant C: definition list */
dl.m3cb31 { display: grid; gap: 0; }
dl.m3cb31 dt.k5f41d { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.m3cb31 dd.m67e36 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c68906 { padding: 2rem 0; }
.m8d5dc { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.m8d5dc li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--de916); border: 1px solid var(--oa164); color: var(--oa164); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.m8d5dc li a:hover { background: var(--oa164); color: var(--d3598); }


/* Promo Banner (SVG image banners) */
.b23d61 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cf56b9 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cf56b9:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.b6d442 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.o0e596 { display: inline-block; vertical-align: middle; }
.jebc51 .o0e596 { 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(--b7e54), var(--le0ce));
    border-radius: var(--de916); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ec75b); background: var(--pc0f9); }
.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(--oa164); }
@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(--oa164); 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; }
  .ac4274 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ba5531, .ac4274, .j1509f, .h65db3, .g2f49c, .l2b2e5, .e9d77f, .k5f41d, .ge9ac8, .ec04e2 a, .hb48c1 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.ac4274 { position: relative; overflow: visible; }
.ac4274::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--oa164); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.ac4274:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.ac4274::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(--oa164); 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(--ec75b); background: var(--b7e54); 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(--ec75b); background: var(--b7e54); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--oa164); }
.trust-item span { font-size: 0.7rem; color: var(--oa164); 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(--b7e54); border-radius: var(--de916); 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(--oa164), var(--ef7b8)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--d3598); flex-shrink: 0; }
.review-stars { color: var(--oa164); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--n7cfe); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--ob0cd); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 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); }
.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: none; }
body { line-height: 1.6; }
body { font-size: 17px; }
.info-card:hover { transform: none; border-color: var(--gold); }
