@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 {
    --n5c3d:        #E0E0E0;
    --g8022:        #F0F0F0;
    --o804f:        #C0C0C0;
    --e2903:        #D8D8D8;
    --l2075:        #E0E0E0;
    --o5e26:        #C0C0C0;
    --e98fc:        #808080;
    --lce65:        #606060;
    --k3b8f:        #000000;
    --l0f67:        #0A0A0A;
    --h99c0:        #141414;
    --fa9fd:        #1E1E1E;
    --ic52c:        #FFFFFF;
    --fb18a:        #888888;
    --b0e74:        #555555;
    --n20af:        #888888;
    --m45cf:    'Barlow Condensed', sans-serif;
    --c804f:    'Barlow', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ma3ce:       0px;
    --k8282:    2px;
    --c3808:    0px;
    --kec21:        1100px;
    --fcb62:       0 4px 24px rgba(0,0,0,.5);
    --cf6dd:         0 0 32px rgba(224,224,224,.15);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n5c3d);
    --color-primary-light: var(--g8022);
    --color-primary-dark: var(--o804f);
    --color-accent: var(--l2075);
    --color-accent-dark: var(--o5e26);
    --color-secondary: var(--e98fc);
    --color-secondary-dark: var(--lce65);
    --color-surface: var(--h99c0);
    --color-surface-elevated: var(--fa9fd);
    --color-on-surface: var(--ic52c);
    --color-on-surface-muted: var(--fb18a);
    --color-text: var(--ic52c);
    --color-text-secondary: var(--n20af);
    --text-heading: var(--m45cf);
    --text-body: var(--c804f);
    --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(--c804f);
    background: var(--k3b8f);
    color: var(--ic52c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--g8022); text-decoration: none; transition: color .2s; }
a:hover { color: var(--l2075); }
img { max-width: 100%; height: auto; display: block; }

.k5abe6 { width: 92%; max-width: var(--kec21); margin: 0 auto; }

.b58830 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.la5fb2 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n5c3d); color: var(--ic52c);
    padding: 8px 16px; border-radius: var(--c3808);
    z-index: 999; transition: top .2s;
}
.la5fb2:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b641b5 {
    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);
}
.hcca0a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.h8d805 {
    font-family: var(--m45cf);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--ic52c);
    white-space: nowrap; text-decoration: none;
}
.h8d805:hover { color: var(--l2075); }

/* Main Nav */
.ff54b5 { display: flex; align-items: center; gap: 20px; }
.ia6f98 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.ia6f98 a {
    color: var(--fb18a); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ia6f98 a:hover { color: var(--g8022); }

/* Language Select */
.k70ca3 {
    background: var(--h99c0); color: var(--ic52c);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--c3808);
    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;
}
.k70ca3:hover, .k70ca3:focus { border-color: var(--n5c3d); outline: none; }

/* Menu Toggle */
.jf817d {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.o50490, .o50490::before, .o50490::after {
    display: block; width: 24px; height: 2px;
    background: var(--ic52c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.o50490 { position: relative; }
.o50490::before, .o50490::after { content: ''; position: absolute; left: 0; }
.o50490::before { top: -7px; }
.o50490::after { top: 7px; }

/* Mobile Nav */
.cc2704 {
    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;
}
.cc2704.o63ae5 { display: flex; }
.ndbda8 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.ndbda8 a {
    font-size: 1.2rem; font-weight: 600; color: var(--ic52c); text-decoration: none;
}
.ndbda8 a:hover { color: var(--g8022); }

/* ===== BUTTONS ===== */
.n46e55 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--m45cf); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--ma3ce); 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(--n5c3d) 0%, var(--e2903) 100%);
    color: var(--ic52c); box-shadow: var(--cf6dd);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--ic52c);
}
.btn-secondary {
    background: transparent; color: var(--g8022);
    border: 2px solid var(--n5c3d);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--l2075); }

/* 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); }
}
.a520c4 {
    background: linear-gradient(135deg, var(--l2075) 0%, #e8a020 55%, var(--o5e26) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.a520c4:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.nae2ba { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--k8282); }
.def243 { padding: 8px 18px; font-size: .85rem; border-radius: var(--c3808); }

/* Nav CTA in header */
.la6711 {
    background: linear-gradient(135deg, var(--l2075) 0%, var(--o5e26) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--c3808);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.la6711:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.c6d934 {
    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(--k3b8f);
    position: relative; overflow: hidden;
}
.c6d934::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;
}
.n98a6b {
    font-family: var(--m45cf);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--l2075) 0%, var(--g8022) 50%, var(--n5c3d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.maf541 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--fb18a);
    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(--k3b8f);
}
.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(--m45cf);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--l2075) 0%, var(--g8022) 45%, var(--n5c3d) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--fb18a);
    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(--fb18a);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--c3808);
}
.hero-stat strong { color: var(--g8022); }

/* ===== SECTIONS ===== */
.g6dca3 { padding: clamp(52px, 7vw, 80px) 0; }
.oa2499 { background: var(--l0f67); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n5c3d); margin-bottom: 10px;
}
.g6dca3 h2, .j3b1ec {
    font-family: var(--m45cf);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g6dca3 h3 {
    font-family: var(--m45cf); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--g8022);
}
.g6dca3 p, .section-desc {
    color: var(--fb18a); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g6dca3 ul, .g6dca3 ol {
    color: var(--fb18a); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g6dca3 li { margin-bottom: 8px; }
.g6dca3 li strong { color: var(--ic52c); }

/* ===== 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(--h99c0), var(--fa9fd));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--ma3ce); 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(--fcb62);
}
.f7f0f4 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--m45cf); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--ic52c);
}
.card p { color: var(--fb18a); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.a8d5de { overflow-x: auto; margin: 24px 0; border-radius: var(--c3808); }
.m4ea79 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m4ea79 thead th {
    background: var(--fa9fd); color: var(--ic52c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.m4ea79 thead th:first-child { border-radius: var(--c3808) 0 0 0; }
.m4ea79 thead th:last-child { border-radius: 0 var(--c3808) 0 0; }
.m4ea79 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.m4ea79 td { padding: 13px 16px; }
.m4ea79 td:first-child { color: var(--fb18a); font-weight: 500; width: 42%; }
.m4ea79 td:last-child { color: var(--ic52c); font-weight: 600; }
.m4ea79 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(--n5c3d), var(--e2903));
    border-radius: 50%; font-family: var(--m45cf);
    font-size: 1.2rem; font-weight: 700; color: var(--ic52c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--fb18a); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.m695a1 { max-width: 800px; margin: 0 auto; }
details.g55a9f { border-bottom: 1px solid rgba(255,255,255,.07); }
details.g55a9f summary {
    display: block; list-style: none;
    color: var(--ic52c); font-family: var(--c804f);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.g55a9f summary::-webkit-details-marker { display: none; }
details.g55a9f summary::marker { display: none; content: ''; }
details.g55a9f summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n5c3d); transition: transform .3s;
}
details.g55a9f[open] summary::after { content: '\2212'; }
details.g55a9f summary:hover { color: var(--g8022); }
details.g55a9f > p { padding: 0 0 20px; color: var(--fb18a); font-size: .9rem; line-height: 1.7; }
details.g55a9f > div { padding: 0 0 20px; color: var(--fb18a); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--l0f67); }

/* ===== INFO GRID & CARDS ===== */
.k5bbd9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.od4980 {
    background: linear-gradient(145deg, var(--h99c0), var(--fa9fd));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--ma3ce); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.od4980:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--fcb62);
}
.f14e71 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.od4980 h3 {
    font-family: var(--m45cf); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ic52c);
}
.od4980 p { color: var(--fb18a); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.b5bda2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j92931 {
    background: linear-gradient(145deg, var(--h99c0), var(--fa9fd));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--ma3ce); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.j92931:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.j92931 h3 {
    font-family: var(--m45cf); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l2075);
}
.j92931 p { color: var(--fb18a); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.oe6ec4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f57ce0 { text-align: center; padding: 22px 14px; }
.mc20b5 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n5c3d), var(--e2903));
    border-radius: 50%; font-family: var(--m45cf);
    font-size: 1.15rem; font-weight: 800; color: var(--ic52c);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.f57ce0 h3 {
    font-family: var(--m45cf); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--ic52c);
}
.f57ce0 p { color: var(--fb18a); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.c153a9 {
    background: linear-gradient(145deg, var(--h99c0), var(--fa9fd));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--k8282);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.k482ea { margin-top: 24px; }
.f0d3e3 {
    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;
}
.f0d3e3 > span:first-child { color: var(--fb18a); text-align: left; }
.ma2d94 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.g47d4b {
    height: 100%;
    background: linear-gradient(90deg, var(--n5c3d) 0%, var(--l2075) 100%);
    border-radius: 4px;
}
.f0d3e3 > span:last-child { color: var(--l2075); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a695d6 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.n0a1de, .h0030e {
    background: linear-gradient(145deg, var(--h99c0), var(--fa9fd));
    border-radius: var(--ma3ce); padding: 24px 22px;
}
.n0a1de { border-top: 3px solid var(--e98fc); }
.h0030e { border-top: 3px solid #C84040; }
.n0a1de h3, .n0a1de h4 { color: var(--e98fc); margin-bottom: 12px; font-size: 1rem; }
.h0030e h3, .h0030e h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.n0a1de ul, .h0030e ul { list-style: none; padding: 0; margin: 0; }
.n0a1de li::before { content: '\2713 '; color: var(--e98fc); font-weight: 700; }
.h0030e li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.n0a1de li, .h0030e li { padding: 5px 0; color: var(--fb18a); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.oe5516 {
    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(--l0f67);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.oe5516 h2 {
    font-family: var(--m45cf);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--l2075), var(--g8022));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.oe5516 p { color: var(--fb18a); 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(--n5c3d);
    border-radius: var(--c3808); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--fb18a); font-size: .9rem; }
.highlight-box strong { color: var(--g8022); }

/* ===== BREADCRUMB ===== */
.p9db29 { padding: 14px 0; font-size: .82rem; }
.bb84b6 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.bb84b6 li + li::before { content: '\203A'; margin-right: 8px; color: var(--b0e74); }
.p9db29 a { color: var(--b0e74); }
.p9db29 a:hover { color: var(--g8022); }
.p9db29 [aria-current] { color: var(--n5c3d); }

/* ===== SITE FOOTER ===== */
.p6aa79 {
    background: var(--k3b8f); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.me6db2 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.me6db2 a {
    color: var(--b0e74); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.me6db2 a:hover { color: var(--g8022); }

.efff5b {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.efff5b p {
    color: var(--b0e74); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.efff5b a { color: var(--n5c3d); }
.b6aee0 { text-align: center; color: var(--b0e74); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f7a78b { max-width: 800px; margin: 0 auto; }
.f7a78b p {
    color: var(--fb18a); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f7a78b p:last-child { margin-bottom: 0; }
.f7a78b strong { color: var(--ic52c); }
.f7a78b a { color: var(--g8022); text-decoration: underline; text-underline-offset: 3px; }
.f7a78b a:hover { color: var(--l2075); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.kfe754 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.oebe34 { direction: rtl; }
.oebe34 > * { direction: ltr; }
.mbb3e4 { border-radius: var(--k8282); overflow: hidden; }
.mbb3e4 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--k8282);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.a7335e { color: var(--fb18a); font-size: .93rem; line-height: 1.7; }
.a7335e strong { color: var(--ic52c); }
.a7335e a { color: var(--g8022); }
@media (max-width: 768px) {
    .kfe754 { grid-template-columns: 1fr; gap: 24px; }
    .oebe34 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--o804f);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--o804f); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.m05818 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n5c3d);
    color: var(--ic52c); 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(--fcb62);
}
.m05818.c9a2ff { opacity: 1; visibility: visible; }
.m05818:hover { transform: translateY(-3px); background: var(--o804f); }

/* ===== REVIEW SCORE (review page) ===== */
.c757f6 {
    font-family: var(--m45cf); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--l2075), var(--g8022));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--l2075); 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(--fb18a); width: 55%; }
.score-table td:last-child { color: var(--l2075); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.adc147 {
    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);
}
.adc147 .n46e55 { 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) {
    .ia6f98 { display: none; }
    .ff54b5 .k70ca3 { display: none; }
    .jf817d { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a695d6 { grid-template-columns: 1fr; }
    section, .g6dca3 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .me6db2 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .oe6ec4 { grid-template-columns: 1fr 1fr; }
    .k5bbd9 { grid-template-columns: 1fr 1fr; }
    .f0d3e3 { grid-template-columns: 1fr 100px auto; }
    .adc147 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .nae2ba { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .oe6ec4 { grid-template-columns: 1fr; }
    .k5bbd9 { grid-template-columns: 1fr; }
    .hcca0a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .c757f6 { font-size: 3.5rem; }
    .f0d3e3 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a695d6 { grid-template-columns: 1fr; }
    .c153a9 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.p5921d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.p5921d summary.l9be51 {
    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(--ic52c);
    padding: 6px 11px;
    border-radius: var(--c3808);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c804f);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.p5921d summary.l9be51::-webkit-details-marker { display: none; }
.p5921d summary.l9be51::marker { display: none; }
.p5921d:hover summary.l9be51,
.p5921d[open] summary.l9be51 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--l2075);
}
.bedd57 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.p5921d[open] .bedd57 { transform: rotate(180deg); }

.k42350 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--h99c0);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--ma3ce);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.p5921d[open] .k42350 {
    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); }
}
.k42350 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--n20af);
    border-radius: var(--c3808);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.k42350 li a:hover,
.k42350 li a.aa4301 {
    background: rgba(255,255,255,.08);
    color: var(--l2075);
}
.k42350 li a.aa4301 { font-weight: 700; }

/* Mobile lang bar */
.g1083b {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.g1083b 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(--c3808);
    color: var(--n20af);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.g1083b a:hover,
.g1083b a.b0855b {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--l2075);
}
.g1083b a.b0855b { font-weight: 700; }

@media (max-width: 768px) {
    .p5921d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.k5bbd9, ul.pacf47 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b1cd8c { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b1cd8c { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.oe6ec4, ol.ea3f1a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ea3f1a > li { counter-increment: step-counter; }
ol.ea3f1a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n5c3d); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.n2a283 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n5c3d); }
.a45b00 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.db2fb5 { width: 36px; height: 36px; border-radius: 50%; background: var(--n5c3d); color: var(--k3b8f); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.n50389 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.oefdfc { display: grid; grid-template-columns: 1fr; gap: 0; }
.h9c503 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h9c503:last-child { border-bottom: none; }
.c086ae { font-weight: 600; padding: .75rem 1rem; color: var(--n5c3d); }
.b760ef { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.l39f6c .b8ec65 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.l39f6c .k32b4b { display: none; }
.l39f6c .g55a9f.o63ae5 .k32b4b { display: block; }

/* faq variant C: definition list */
dl.m695a1 { display: grid; gap: 0; }
dl.m695a1 dt.c29f28 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.m695a1 dd.k32b4b { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.n53f80 { padding: 2rem 0; }
.d3bbfb { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.d3bbfb li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ma3ce); border: 1px solid var(--l2075); color: var(--l2075); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.d3bbfb li a:hover { background: var(--l2075); color: var(--k3b8f); }


/* Promo Banner (SVG image banners) */
.i75e62 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.a7fb6f { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.a7fb6f:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.g607b7 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.f7f0f4 { display: inline-block; vertical-align: middle; }
.f14e71 .f7f0f4 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.e9b068 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--h99c0), var(--fa9fd));
    border-radius: var(--ma3ce); padding: 24px; margin-top: 24px;
}
.pb1865 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--c3808); background: var(--l0f67); }
.pb1865 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.pb1865 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--l2075); }
@media (max-width: 768px) { .e9b068 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .e9b068 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--l2075); 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; }
  .a520c4 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.n46e55, .a520c4, .nae2ba, .def243, .la6711, .jf817d, .b8ec65, .c29f28, .m05818, .adc147 a, .l9be51 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a520c4 { position: relative; overflow: visible; }
.a520c4::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--l2075); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a520c4:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a520c4::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.ea0ef5 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.fdd147 {
    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);
}
.fdd147.pfb92b { color: var(--l2075); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.kb6aa3, .pa714b { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.fc446f, .dc2f20 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--c3808); background: var(--h99c0); transition: transform 0.2s; }
.fc446f:hover, .dc2f20:hover { transform: translateY(-2px); }
.fc446f span, .dc2f20 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.l066c4 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.l4517e { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--c3808); background: var(--h99c0); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.l4517e:hover { border-color: var(--l2075); }
.l4517e span { font-size: 0.7rem; color: var(--l2075); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.bc1c2b { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.f17567 { background: var(--h99c0); border-radius: var(--ma3ce); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.ne3895 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.b0f7d9 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--l2075), var(--n5c3d)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k3b8f); flex-shrink: 0; }
.j71359 { color: var(--l2075); font-size: 14px; letter-spacing: 1px; }
.n0584c { color: var(--b0e74); font-size: 0.75rem; }
.f17567 p { font-size: 0.9rem; color: var(--n20af); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 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 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.7; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: none; border-color: var(--gold); }
