@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Barlow:wght@400;500;600;700&display=swap');
/* ===== STEEL EDGE — Design System ===== */
:root {
    --pebcd:        #E0E0E0;
    --mca75:        #F0F0F0;
    --o5cc7:        #C0C0C0;
    --o7fa9:        #D8D8D8;
    --k48f2:        #E0E0E0;
    --n7a83:        #C0C0C0;
    --a8a41:        #808080;
    --f2420:        #606060;
    --a4466:        #000000;
    --m0217:        #0A0A0A;
    --efd14:        #141414;
    --beac7:        #1E1E1E;
    --p9fc3:        #FFFFFF;
    --k075d:        #888888;
    --nef5b:        #555555;
    --hf6a8:        #888888;
    --o6a05:    'Barlow Condensed', sans-serif;
    --m6b1c:    'Barlow', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --b2fde:       0px;
    --nb145:    2px;
    --if0bd:    0px;
    --p1376:        1100px;
    --iaac9:       0 4px 24px rgba(0,0,0,.5);
    --g5227:         0 0 32px rgba(224,224,224,.15);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--pebcd);
    --color-primary-light: var(--mca75);
    --color-primary-dark: var(--o5cc7);
    --color-accent: var(--k48f2);
    --color-accent-dark: var(--n7a83);
    --color-secondary: var(--a8a41);
    --color-secondary-dark: var(--f2420);
    --color-surface: var(--efd14);
    --color-surface-elevated: var(--beac7);
    --color-on-surface: var(--p9fc3);
    --color-on-surface-muted: var(--k075d);
    --color-text: var(--p9fc3);
    --color-text-secondary: var(--hf6a8);
    --text-heading: var(--o6a05);
    --text-body: var(--m6b1c);
    --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(--m6b1c);
    background: var(--a4466);
    color: var(--p9fc3);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--mca75); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k48f2); }
img { max-width: 100%; height: auto; display: block; }

.c81592 { width: 92%; max-width: var(--p1376); margin: 0 auto; }

.kf5ec4 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.aa6bba {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--pebcd); color: var(--p9fc3);
    padding: 8px 16px; border-radius: var(--if0bd);
    z-index: 999; transition: top .2s;
}
.aa6bba:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f5732b {
    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);
}
.l43155 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i1884d {
    font-family: var(--o6a05);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p9fc3);
    white-space: nowrap; text-decoration: none;
}
.i1884d:hover { color: var(--k48f2); }

/* Main Nav */
.de60ec { display: flex; align-items: center; gap: 20px; }
.c5674d {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.c5674d a {
    color: var(--k075d); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.c5674d a:hover { color: var(--mca75); }

/* Language Select */
.oedbe5 {
    background: var(--efd14); color: var(--p9fc3);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--if0bd);
    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;
}
.oedbe5:hover, .oedbe5:focus { border-color: var(--pebcd); outline: none; }

/* Menu Toggle */
.k2bcd3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.k16371, .k16371::before, .k16371::after {
    display: block; width: 24px; height: 2px;
    background: var(--p9fc3); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.k16371 { position: relative; }
.k16371::before, .k16371::after { content: ''; position: absolute; left: 0; }
.k16371::before { top: -7px; }
.k16371::after { top: 7px; }

/* Mobile Nav */
.pc23c3 {
    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;
}
.pc23c3.bd0981 { display: flex; }
.cb08f8 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.cb08f8 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p9fc3); text-decoration: none;
}
.cb08f8 a:hover { color: var(--mca75); }

/* ===== BUTTONS ===== */
.a825d8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--o6a05); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b2fde); 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(--pebcd) 0%, var(--o7fa9) 100%);
    color: var(--p9fc3); box-shadow: var(--g5227);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--p9fc3);
}
.btn-secondary {
    background: transparent; color: var(--mca75);
    border: 2px solid var(--pebcd);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k48f2); }

/* 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); }
}
.m866dd {
    background: linear-gradient(135deg, var(--k48f2) 0%, #e8a020 55%, var(--n7a83) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.m866dd:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.c1afc2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--nb145); }
.i56943 { padding: 8px 18px; font-size: .85rem; border-radius: var(--if0bd); }

/* Nav CTA in header */
.g3515f {
    background: linear-gradient(135deg, var(--k48f2) 0%, var(--n7a83) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--if0bd);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.g3515f:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.lc8ad7 {
    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(--a4466);
    position: relative; overflow: hidden;
}
.lc8ad7::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;
}
.c05f2b {
    font-family: var(--o6a05);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k48f2) 0%, var(--mca75) 50%, var(--pebcd) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.cb1cd8 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--k075d);
    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(--a4466);
}
.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(--o6a05);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k48f2) 0%, var(--mca75) 45%, var(--pebcd) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--k075d);
    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(--k075d);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--if0bd);
}
.hero-stat strong { color: var(--mca75); }

/* ===== SECTIONS ===== */
.i39893 { padding: clamp(52px, 7vw, 80px) 0; }
.o32796 { background: var(--m0217); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--pebcd); margin-bottom: 10px;
}
.i39893 h2, .d2a439 {
    font-family: var(--o6a05);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.i39893 h3 {
    font-family: var(--o6a05); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--mca75);
}
.i39893 p, .section-desc {
    color: var(--k075d); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i39893 ul, .i39893 ol {
    color: var(--k075d); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i39893 li { margin-bottom: 8px; }
.i39893 li strong { color: var(--p9fc3); }

/* ===== 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(--efd14), var(--beac7));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--b2fde); 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(--iaac9);
}
.oe0be4 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--o6a05); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p9fc3);
}
.card p { color: var(--k075d); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.m04d29 { overflow-x: auto; margin: 24px 0; border-radius: var(--if0bd); }
.b2658d { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.b2658d thead th {
    background: var(--beac7); color: var(--p9fc3); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.b2658d thead th:first-child { border-radius: var(--if0bd) 0 0 0; }
.b2658d thead th:last-child { border-radius: 0 var(--if0bd) 0 0; }
.b2658d tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.b2658d td { padding: 13px 16px; }
.b2658d td:first-child { color: var(--k075d); font-weight: 500; width: 42%; }
.b2658d td:last-child { color: var(--p9fc3); font-weight: 600; }
.b2658d 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(--pebcd), var(--o7fa9));
    border-radius: 50%; font-family: var(--o6a05);
    font-size: 1.2rem; font-weight: 700; color: var(--p9fc3);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--k075d); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.if0a09 { max-width: 800px; margin: 0 auto; }
details.d85bb8 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.d85bb8 summary {
    display: block; list-style: none;
    color: var(--p9fc3); font-family: var(--m6b1c);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.d85bb8 summary::-webkit-details-marker { display: none; }
details.d85bb8 summary::marker { display: none; content: ''; }
details.d85bb8 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--pebcd); transition: transform .3s;
}
details.d85bb8[open] summary::after { content: '\2212'; }
details.d85bb8 summary:hover { color: var(--mca75); }
details.d85bb8 > p { padding: 0 0 20px; color: var(--k075d); font-size: .9rem; line-height: 1.7; }
details.d85bb8 > div { padding: 0 0 20px; color: var(--k075d); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--m0217); }

/* ===== INFO GRID & CARDS ===== */
.lb04ce {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.kd6e4a {
    background: linear-gradient(145deg, var(--efd14), var(--beac7));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--b2fde); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.kd6e4a:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--iaac9);
}
.pfc40e { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.kd6e4a h3 {
    font-family: var(--o6a05); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p9fc3);
}
.kd6e4a p { color: var(--k075d); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.n8fd9e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k014aa {
    background: linear-gradient(145deg, var(--efd14), var(--beac7));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--b2fde); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k014aa:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.k014aa h3 {
    font-family: var(--o6a05); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k48f2);
}
.k014aa p { color: var(--k075d); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.l2726b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a62a44 { text-align: center; padding: 22px 14px; }
.f96c4b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--pebcd), var(--o7fa9));
    border-radius: 50%; font-family: var(--o6a05);
    font-size: 1.15rem; font-weight: 800; color: var(--p9fc3);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.a62a44 h3 {
    font-family: var(--o6a05); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p9fc3);
}
.a62a44 p { color: var(--k075d); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.mda183 {
    background: linear-gradient(145deg, var(--efd14), var(--beac7));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--nb145);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.ja6223 { margin-top: 24px; }
.pebfd0 {
    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;
}
.pebfd0 > span:first-child { color: var(--k075d); text-align: left; }
.p93a4a {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.b8fde2 {
    height: 100%;
    background: linear-gradient(90deg, var(--pebcd) 0%, var(--k48f2) 100%);
    border-radius: 4px;
}
.pebfd0 > span:last-child { color: var(--k48f2); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.h0fa69 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.a56b3f, .i6c7e0 {
    background: linear-gradient(145deg, var(--efd14), var(--beac7));
    border-radius: var(--b2fde); padding: 24px 22px;
}
.a56b3f { border-top: 3px solid var(--a8a41); }
.i6c7e0 { border-top: 3px solid #C84040; }
.a56b3f h3, .a56b3f h4 { color: var(--a8a41); margin-bottom: 12px; font-size: 1rem; }
.i6c7e0 h3, .i6c7e0 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.a56b3f ul, .i6c7e0 ul { list-style: none; padding: 0; margin: 0; }
.a56b3f li::before { content: '\2713 '; color: var(--a8a41); font-weight: 700; }
.i6c7e0 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.a56b3f li, .i6c7e0 li { padding: 5px 0; color: var(--k075d); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b4b9f0 {
    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(--m0217);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.b4b9f0 h2 {
    font-family: var(--o6a05);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k48f2), var(--mca75));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b4b9f0 p { color: var(--k075d); 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(--pebcd);
    border-radius: var(--if0bd); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--k075d); font-size: .9rem; }
.highlight-box strong { color: var(--mca75); }

/* ===== BREADCRUMB ===== */
.d34dac { padding: 14px 0; font-size: .82rem; }
.cc1f6e { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.cc1f6e li + li::before { content: '\203A'; margin-right: 8px; color: var(--nef5b); }
.d34dac a { color: var(--nef5b); }
.d34dac a:hover { color: var(--mca75); }
.d34dac [aria-current] { color: var(--pebcd); }

/* ===== SITE FOOTER ===== */
.of3e90 {
    background: var(--a4466); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o569aa {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o569aa a {
    color: var(--nef5b); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o569aa a:hover { color: var(--mca75); }

.k01dde {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.k01dde p {
    color: var(--nef5b); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k01dde a { color: var(--pebcd); }
.j430f5 { text-align: center; color: var(--nef5b); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.o937a9 { max-width: 800px; margin: 0 auto; }
.o937a9 p {
    color: var(--k075d); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.o937a9 p:last-child { margin-bottom: 0; }
.o937a9 strong { color: var(--p9fc3); }
.o937a9 a { color: var(--mca75); text-decoration: underline; text-underline-offset: 3px; }
.o937a9 a:hover { color: var(--k48f2); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m65b07 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c698cb { direction: rtl; }
.c698cb > * { direction: ltr; }
.f5181d { border-radius: var(--nb145); overflow: hidden; }
.f5181d img {
    width: 100%; height: auto; display: block;
    border-radius: var(--nb145);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.bb2e42 { color: var(--k075d); font-size: .93rem; line-height: 1.7; }
.bb2e42 strong { color: var(--p9fc3); }
.bb2e42 a { color: var(--mca75); }
@media (max-width: 768px) {
    .m65b07 { grid-template-columns: 1fr; gap: 24px; }
    .c698cb { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o5cc7);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--o5cc7); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.n5f82d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--pebcd);
    color: var(--p9fc3); 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(--iaac9);
}
.n5f82d.p85efc { opacity: 1; visibility: visible; }
.n5f82d:hover { transform: translateY(-3px); background: var(--o5cc7); }

/* ===== REVIEW SCORE (review page) ===== */
.j07fab {
    font-family: var(--o6a05); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k48f2), var(--mca75));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k48f2); 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(--k075d); width: 55%; }
.score-table td:last-child { color: var(--k48f2); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ja68ee {
    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);
}
.ja68ee .a825d8 { 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) {
    .c5674d { display: none; }
    .de60ec .oedbe5 { display: none; }
    .k2bcd3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .h0fa69 { grid-template-columns: 1fr; }
    section, .i39893 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o569aa { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .l2726b { grid-template-columns: 1fr 1fr; }
    .lb04ce { grid-template-columns: 1fr 1fr; }
    .pebfd0 { grid-template-columns: 1fr 100px auto; }
    .ja68ee { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .c1afc2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .l2726b { grid-template-columns: 1fr; }
    .lb04ce { grid-template-columns: 1fr; }
    .l43155 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j07fab { font-size: 3.5rem; }
    .pebfd0 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .h0fa69 { grid-template-columns: 1fr; }
    .mda183 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ifdfe6 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ifdfe6 summary.p066c0 {
    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(--p9fc3);
    padding: 6px 11px;
    border-radius: var(--if0bd);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--m6b1c);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ifdfe6 summary.p066c0::-webkit-details-marker { display: none; }
.ifdfe6 summary.p066c0::marker { display: none; }
.ifdfe6:hover summary.p066c0,
.ifdfe6[open] summary.p066c0 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k48f2);
}
.ib1396 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ifdfe6[open] .ib1396 { transform: rotate(180deg); }

.ab573c {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--efd14);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--b2fde);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.ifdfe6[open] .ab573c {
    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); }
}
.ab573c li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--hf6a8);
    border-radius: var(--if0bd);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ab573c li a:hover,
.ab573c li a.b36448 {
    background: rgba(255,255,255,.08);
    color: var(--k48f2);
}
.ab573c li a.b36448 { font-weight: 700; }

/* Mobile lang bar */
.de6f5b {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.de6f5b 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(--if0bd);
    color: var(--hf6a8);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.de6f5b a:hover,
.de6f5b a.jfad46 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k48f2);
}
.de6f5b a.jfad46 { font-weight: 700; }

@media (max-width: 768px) {
    .ifdfe6 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.lb04ce, ul.k64c5f { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.f9492a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .f9492a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.l2726b, ol.fcf7bc { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.fcf7bc > li { counter-increment: step-counter; }
ol.fcf7bc > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--pebcd); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.f43357 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--pebcd); }
.e596e4 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.o3c86e { width: 36px; height: 36px; border-radius: 50%; background: var(--pebcd); color: var(--a4466); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.c83ca2 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ofc3d9 { display: grid; grid-template-columns: 1fr; gap: 0; }
.edfc6a { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.edfc6a:last-child { border-bottom: none; }
.ea2240 { font-weight: 600; padding: .75rem 1rem; color: var(--pebcd); }
.o1361b { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.kbe1b3 .c638d6 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.kbe1b3 .k58c45 { display: none; }
.kbe1b3 .d85bb8.bd0981 .k58c45 { display: block; }

/* faq variant C: definition list */
dl.if0a09 { display: grid; gap: 0; }
dl.if0a09 dt.ldf931 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.if0a09 dd.k58c45 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.pc7a7a { padding: 2rem 0; }
.j8528d { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.j8528d li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b2fde); border: 1px solid var(--k48f2); color: var(--k48f2); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.j8528d li a:hover { background: var(--k48f2); color: var(--a4466); }


/* Promo Banner (SVG image banners) */
.n3f56c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.a58317 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.a58317:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k64027 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.oe0be4 { display: inline-block; vertical-align: middle; }
.pfc40e .oe0be4 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.n2a9c3 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--efd14), var(--beac7));
    border-radius: var(--b2fde); padding: 24px; margin-top: 24px;
}
.dab964 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--if0bd); background: var(--m0217); }
.dab964 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.dab964 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--k48f2); }
@media (max-width: 768px) { .n2a9c3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .n2a9c3 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--k48f2); 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; }
  .m866dd { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a825d8, .m866dd, .c1afc2, .i56943, .g3515f, .k2bcd3, .c638d6, .ldf931, .n5f82d, .ja68ee a, .p066c0 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.m866dd { position: relative; overflow: visible; }
.m866dd::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k48f2); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.m866dd:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.m866dd::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.jec034 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.g85b0b {
    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);
}
.g85b0b.o85a9a { color: var(--k48f2); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.i9c927, .l18569 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m56fd0, .ib824b { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--if0bd); background: var(--efd14); transition: transform 0.2s; }
.m56fd0:hover, .ib824b:hover { transform: translateY(-2px); }
.m56fd0 span, .ib824b span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.ge378c { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.cbf92f { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--if0bd); background: var(--efd14); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.cbf92f:hover { border-color: var(--k48f2); }
.cbf92f span { font-size: 0.7rem; color: var(--k48f2); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.pc3f69 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.f0fa53 { background: var(--efd14); border-radius: var(--b2fde); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l81888 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.i7828c { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--k48f2), var(--pebcd)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--a4466); flex-shrink: 0; }
.acd408 { color: var(--k48f2); font-size: 14px; letter-spacing: 1px; }
.ke21cb { color: var(--nef5b); font-size: 0.75rem; }
.f0fa53 p { font-size: 0.9rem; color: var(--hf6a8); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 15.5px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
