@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Source+Sans+3:wght@400;600;700&display=swap');
/* ===== JADE PALACE — Design System ===== */
:root {
    --j7567:        #00A86B;
    --a9135:        #40C890;
    --d79a2:        #008050;
    --i78f0:        #20C080;
    --k2b59:        #F4C842;
    --p1211:        #C9A020;
    --e7df1:        #00A86B;
    --mdea4:        #008050;
    --k6c91:        #040A06;
    --h497a:        #081408;
    --p31d8:        #0C1E0C;
    --o7a5e:        #102810;
    --o8900:        #FFFFFF;
    --cc646:        #80A890;
    --bc828:        #507060;
    --iae0d:        #80A890;
    --lcd33:    'Playfair Display', serif;
    --p2b35:    'Source Sans 3', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --kbf37:       12px;
    --l3fff:    20px;
    --p18d5:    8px;
    --mb57d:        1100px;
    --h4292:       0 4px 24px rgba(0,0,0,.5);
    --bcd30:         0 0 32px rgba(0,168,107,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--j7567);
    --color-primary-light: var(--a9135);
    --color-primary-dark: var(--d79a2);
    --color-accent: var(--k2b59);
    --color-accent-dark: var(--p1211);
    --color-secondary: var(--e7df1);
    --color-secondary-dark: var(--mdea4);
    --color-surface: var(--p31d8);
    --color-surface-elevated: var(--o7a5e);
    --color-on-surface: var(--o8900);
    --color-on-surface-muted: var(--cc646);
    --color-text: var(--o8900);
    --color-text-secondary: var(--iae0d);
    --text-heading: var(--lcd33);
    --text-body: var(--p2b35);
    --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(--p2b35);
    background: var(--k6c91);
    color: var(--o8900);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--a9135); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k2b59); }
img { max-width: 100%; height: auto; display: block; }

.p79f05 { width: 92%; max-width: var(--mb57d); margin: 0 auto; }

.a72965 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.lf9964 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--j7567); color: var(--o8900);
    padding: 8px 16px; border-radius: var(--p18d5);
    z-index: 999; transition: top .2s;
}
.lf9964:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.l3714d {
    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);
}
.j6f4d9 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.a93d96 {
    font-family: var(--lcd33);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o8900);
    white-space: nowrap; text-decoration: none;
}
.a93d96:hover { color: var(--k2b59); }

/* Main Nav */
.mfe76d { display: flex; align-items: center; gap: 20px; }
.e77db2 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e77db2 a {
    color: var(--cc646); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e77db2 a:hover { color: var(--a9135); }

/* Language Select */
.le18cf {
    background: var(--p31d8); color: var(--o8900);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--p18d5);
    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;
}
.le18cf:hover, .le18cf:focus { border-color: var(--j7567); outline: none; }

/* Menu Toggle */
.j07d15 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g715d6, .g715d6::before, .g715d6::after {
    display: block; width: 24px; height: 2px;
    background: var(--o8900); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.g715d6 { position: relative; }
.g715d6::before, .g715d6::after { content: ''; position: absolute; left: 0; }
.g715d6::before { top: -7px; }
.g715d6::after { top: 7px; }

/* Mobile Nav */
.i652ca {
    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;
}
.i652ca.pd62fe { display: flex; }
.b237b9 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.b237b9 a {
    font-size: 1.2rem; font-weight: 600; color: var(--o8900); text-decoration: none;
}
.b237b9 a:hover { color: var(--a9135); }

/* ===== BUTTONS ===== */
.c40bd3 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--lcd33); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--kbf37); 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(--j7567) 0%, var(--i78f0) 100%);
    color: var(--o8900); box-shadow: var(--bcd30);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--o8900);
}
.btn-secondary {
    background: transparent; color: var(--a9135);
    border: 2px solid var(--j7567);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k2b59); }

/* 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); }
}
.de9862 {
    background: linear-gradient(135deg, var(--k2b59) 0%, #e8a020 55%, var(--p1211) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.de9862:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.ce59c4 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--l3fff); }
.me57cf { padding: 8px 18px; font-size: .85rem; border-radius: var(--p18d5); }

/* Nav CTA in header */
.d6e3fe {
    background: linear-gradient(135deg, var(--k2b59) 0%, var(--p1211) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p18d5);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.d6e3fe:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ne5c82 {
    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(--k6c91);
    position: relative; overflow: hidden;
}
.ne5c82::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;
}
.l8a369 {
    font-family: var(--lcd33);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k2b59) 0%, var(--a9135) 50%, var(--j7567) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.idb824 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--cc646);
    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(--k6c91);
}
.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(--lcd33);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k2b59) 0%, var(--a9135) 45%, var(--j7567) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--cc646);
    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(--cc646);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--p18d5);
}
.hero-stat strong { color: var(--a9135); }

/* ===== SECTIONS ===== */
.jec197 { padding: clamp(52px, 7vw, 80px) 0; }
.ma7149 { background: var(--h497a); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--j7567); margin-bottom: 10px;
}
.jec197 h2, .mcb77e {
    font-family: var(--lcd33);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.jec197 h3 {
    font-family: var(--lcd33); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--a9135);
}
.jec197 p, .section-desc {
    color: var(--cc646); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.jec197 ul, .jec197 ol {
    color: var(--cc646); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.jec197 li { margin-bottom: 8px; }
.jec197 li strong { color: var(--o8900); }

/* ===== 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(--p31d8), var(--o7a5e));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--kbf37); 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(--h4292);
}
.p2cb14 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--lcd33); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o8900);
}
.card p { color: var(--cc646); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.l1e953 { overflow-x: auto; margin: 24px 0; border-radius: var(--p18d5); }
.hb6c69 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.hb6c69 thead th {
    background: var(--o7a5e); color: var(--o8900); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.hb6c69 thead th:first-child { border-radius: var(--p18d5) 0 0 0; }
.hb6c69 thead th:last-child { border-radius: 0 var(--p18d5) 0 0; }
.hb6c69 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.hb6c69 td { padding: 13px 16px; }
.hb6c69 td:first-child { color: var(--cc646); font-weight: 500; width: 42%; }
.hb6c69 td:last-child { color: var(--o8900); font-weight: 600; }
.hb6c69 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(--j7567), var(--i78f0));
    border-radius: 50%; font-family: var(--lcd33);
    font-size: 1.2rem; font-weight: 700; color: var(--o8900);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--cc646); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.k5ea59 { max-width: 800px; margin: 0 auto; }
details.nf20a2 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.nf20a2 summary {
    display: block; list-style: none;
    color: var(--o8900); font-family: var(--p2b35);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.nf20a2 summary::-webkit-details-marker { display: none; }
details.nf20a2 summary::marker { display: none; content: ''; }
details.nf20a2 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--j7567); transition: transform .3s;
}
details.nf20a2[open] summary::after { content: '\2212'; }
details.nf20a2 summary:hover { color: var(--a9135); }
details.nf20a2 > p { padding: 0 0 20px; color: var(--cc646); font-size: .9rem; line-height: 1.7; }
details.nf20a2 > div { padding: 0 0 20px; color: var(--cc646); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--h497a); }

/* ===== INFO GRID & CARDS ===== */
.l115f7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c9997c {
    background: linear-gradient(145deg, var(--p31d8), var(--o7a5e));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--kbf37); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c9997c:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--h4292);
}
.o7f01f { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.c9997c h3 {
    font-family: var(--lcd33); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o8900);
}
.c9997c p { color: var(--cc646); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.e29299 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d98e90 {
    background: linear-gradient(145deg, var(--p31d8), var(--o7a5e));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--kbf37); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.d98e90:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.d98e90 h3 {
    font-family: var(--lcd33); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k2b59);
}
.d98e90 p { color: var(--cc646); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.e151df {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g717bf { text-align: center; padding: 22px 14px; }
.oaba1d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--j7567), var(--i78f0));
    border-radius: 50%; font-family: var(--lcd33);
    font-size: 1.15rem; font-weight: 800; color: var(--o8900);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.g717bf h3 {
    font-family: var(--lcd33); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o8900);
}
.g717bf p { color: var(--cc646); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.m7bc8e {
    background: linear-gradient(145deg, var(--p31d8), var(--o7a5e));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--l3fff);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.kcff63 { margin-top: 24px; }
.m4e069 {
    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;
}
.m4e069 > span:first-child { color: var(--cc646); text-align: left; }
.b59fb3 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.f7d88d {
    height: 100%;
    background: linear-gradient(90deg, var(--j7567) 0%, var(--k2b59) 100%);
    border-radius: 4px;
}
.m4e069 > span:last-child { color: var(--k2b59); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.a6e2d0 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ab1894, .d0b630 {
    background: linear-gradient(145deg, var(--p31d8), var(--o7a5e));
    border-radius: var(--kbf37); padding: 24px 22px;
}
.ab1894 { border-top: 3px solid var(--e7df1); }
.d0b630 { border-top: 3px solid #C84040; }
.ab1894 h3, .ab1894 h4 { color: var(--e7df1); margin-bottom: 12px; font-size: 1rem; }
.d0b630 h3, .d0b630 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ab1894 ul, .d0b630 ul { list-style: none; padding: 0; margin: 0; }
.ab1894 li::before { content: '\2713 '; color: var(--e7df1); font-weight: 700; }
.d0b630 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ab1894 li, .d0b630 li { padding: 5px 0; color: var(--cc646); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.o8d5b2 {
    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(--h497a);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.o8d5b2 h2 {
    font-family: var(--lcd33);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k2b59), var(--a9135));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o8d5b2 p { color: var(--cc646); 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(--j7567);
    border-radius: var(--p18d5); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--cc646); font-size: .9rem; }
.highlight-box strong { color: var(--a9135); }

/* ===== BREADCRUMB ===== */
.neb76f { padding: 14px 0; font-size: .82rem; }
.oda56a { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.oda56a li + li::before { content: '\203A'; margin-right: 8px; color: var(--bc828); }
.neb76f a { color: var(--bc828); }
.neb76f a:hover { color: var(--a9135); }
.neb76f [aria-current] { color: var(--j7567); }

/* ===== SITE FOOTER ===== */
.cf98fe {
    background: var(--k6c91); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o5f9a1 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o5f9a1 a {
    color: var(--bc828); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o5f9a1 a:hover { color: var(--a9135); }

.e50332 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.e50332 p {
    color: var(--bc828); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.e50332 a { color: var(--j7567); }
.i10448 { text-align: center; color: var(--bc828); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.e4fb75 { max-width: 800px; margin: 0 auto; }
.e4fb75 p {
    color: var(--cc646); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.e4fb75 p:last-child { margin-bottom: 0; }
.e4fb75 strong { color: var(--o8900); }
.e4fb75 a { color: var(--a9135); text-decoration: underline; text-underline-offset: 3px; }
.e4fb75 a:hover { color: var(--k2b59); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.c97621 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.j94ebb { direction: rtl; }
.j94ebb > * { direction: ltr; }
.kc4d67 { border-radius: var(--l3fff); overflow: hidden; }
.kc4d67 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--l3fff);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.j1a55d { color: var(--cc646); font-size: .93rem; line-height: 1.7; }
.j1a55d strong { color: var(--o8900); }
.j1a55d a { color: var(--a9135); }
@media (max-width: 768px) {
    .c97621 { grid-template-columns: 1fr; gap: 24px; }
    .j94ebb { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--d79a2);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--d79a2); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f08e4f {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--j7567);
    color: var(--o8900); 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(--h4292);
}
.f08e4f.md1a5d { opacity: 1; visibility: visible; }
.f08e4f:hover { transform: translateY(-3px); background: var(--d79a2); }

/* ===== REVIEW SCORE (review page) ===== */
.c61131 {
    font-family: var(--lcd33); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k2b59), var(--a9135));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k2b59); 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(--cc646); width: 55%; }
.score-table td:last-child { color: var(--k2b59); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.k103e7 {
    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);
}
.k103e7 .c40bd3 { 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) {
    .e77db2 { display: none; }
    .mfe76d .le18cf { display: none; }
    .j07d15 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .a6e2d0 { grid-template-columns: 1fr; }
    section, .jec197 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o5f9a1 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .e151df { grid-template-columns: 1fr 1fr; }
    .l115f7 { grid-template-columns: 1fr 1fr; }
    .m4e069 { grid-template-columns: 1fr 100px auto; }
    .k103e7 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ce59c4 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .e151df { grid-template-columns: 1fr; }
    .l115f7 { grid-template-columns: 1fr; }
    .j6f4d9 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .c61131 { font-size: 3.5rem; }
    .m4e069 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .a6e2d0 { grid-template-columns: 1fr; }
    .m7bc8e { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.e90f2d {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.e90f2d summary.j8ff14 {
    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(--o8900);
    padding: 6px 11px;
    border-radius: var(--p18d5);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--p2b35);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.e90f2d summary.j8ff14::-webkit-details-marker { display: none; }
.e90f2d summary.j8ff14::marker { display: none; }
.e90f2d:hover summary.j8ff14,
.e90f2d[open] summary.j8ff14 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k2b59);
}
.h6dcc6 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.e90f2d[open] .h6dcc6 { transform: rotate(180deg); }

.k87c3e {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p31d8);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--kbf37);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.e90f2d[open] .k87c3e {
    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); }
}
.k87c3e li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--iae0d);
    border-radius: var(--p18d5);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.k87c3e li a:hover,
.k87c3e li a.l01b49 {
    background: rgba(255,255,255,.08);
    color: var(--k2b59);
}
.k87c3e li a.l01b49 { font-weight: 700; }

/* Mobile lang bar */
.e44621 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.e44621 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(--p18d5);
    color: var(--iae0d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.e44621 a:hover,
.e44621 a.j0450e {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k2b59);
}
.e44621 a.j0450e { font-weight: 700; }

@media (max-width: 768px) {
    .e90f2d { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.l115f7, ul.e63afa { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a5417a { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a5417a { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.e151df, ol.cbf630 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.cbf630 > li { counter-increment: step-counter; }
ol.cbf630 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--j7567); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.m760dd { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--j7567); }
.eeb69c { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ifab70 { width: 36px; height: 36px; border-radius: 50%; background: var(--j7567); color: var(--k6c91); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i14597 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.i206b1 { display: grid; grid-template-columns: 1fr; gap: 0; }
.h28854 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h28854:last-child { border-bottom: none; }
.g93e7a { font-weight: 600; padding: .75rem 1rem; color: var(--j7567); }
.ie4bc0 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.od6f84 .g85a39 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.od6f84 .mc884c { display: none; }
.od6f84 .nf20a2.pd62fe .mc884c { display: block; }

/* faq variant C: definition list */
dl.k5ea59 { display: grid; gap: 0; }
dl.k5ea59 dt.ce60e6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.k5ea59 dd.mc884c { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.j79265 { padding: 2rem 0; }
.gdbddf { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.gdbddf li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--kbf37); border: 1px solid var(--k2b59); color: var(--k2b59); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.gdbddf li a:hover { background: var(--k2b59); color: var(--k6c91); }


/* Promo Banner (SVG image banners) */
.cc6870 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.ne83a3 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.ne83a3:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.j18398 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.p2cb14 { display: inline-block; vertical-align: middle; }
.o7f01f .p2cb14 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.m4c8e9 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--p31d8), var(--o7a5e));
    border-radius: var(--kbf37); padding: 24px; margin-top: 24px;
}
.gb9faa { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p18d5); background: var(--h497a); }
.gb9faa dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.gb9faa dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--k2b59); }
@media (max-width: 768px) { .m4c8e9 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .m4c8e9 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--k2b59); 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; }
  .de9862 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.c40bd3, .de9862, .ce59c4, .me57cf, .d6e3fe, .j07d15, .g85a39, .ce60e6, .f08e4f, .k103e7 a, .j8ff14 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.de9862 { position: relative; overflow: visible; }
.de9862::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k2b59); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.de9862:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.de9862::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.nc539b { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.f36707 {
    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);
}
.f36707.aedcda { color: var(--k2b59); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.cdc71e, .oc8a88 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.c53b3e, .mc7c30 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--p18d5); background: var(--p31d8); transition: transform 0.2s; }
.c53b3e:hover, .mc7c30:hover { transform: translateY(-2px); }
.c53b3e span, .mc7c30 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.m13996 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.k2a259 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--p18d5); background: var(--p31d8); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.k2a259:hover { border-color: var(--k2b59); }
.k2a259 span { font-size: 0.7rem; color: var(--k2b59); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.bbbacb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.b6d91a { background: var(--p31d8); border-radius: var(--kbf37); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.n70ea7 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.o20aa6 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--k2b59), var(--j7567)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--k6c91); flex-shrink: 0; }
.kb4b17 { color: var(--k2b59); font-size: 14px; letter-spacing: 1px; }
.h7b345 { color: var(--bc828); font-size: 0.75rem; }
.b6d91a p { font-size: 0.9rem; color: var(--iae0d); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.6; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
