@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap');
/* ===== SAPPHIRE LUXE — Design System ===== */
:root {
    --b6097:        #4169E1;
    --id144:        #6B8DE8;
    --g3043:        #2F50B0;
    --dae75:        #5A7FE8;
    --p209d:        #4169E1;
    --mbc09:        #2F50B0;
    --p85ea:        #C0C0C0;
    --kb3d4:        #A0A0A0;
    --fb726:        #04060E;
    --l1b65:        #080C18;
    --k2f23:        #0E1428;
    --pb9ed:        #141C38;
    --e828c:        #FFFFFF;
    --ad741:        #8090B0;
    --g5f1e:        #506080;
    --la340:        #8090B0;
    --n90de:    'Cormorant Garamond', serif;
    --n2099:    'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --n1985:       12px;
    --dc826:    20px;
    --n1336:    8px;
    --c2127:        1100px;
    --ec75b:       0 4px 24px rgba(0,0,0,.5);
    --c800d:         0 0 32px rgba(65,105,225,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b6097);
    --color-primary-light: var(--id144);
    --color-primary-dark: var(--g3043);
    --color-accent: var(--p209d);
    --color-accent-dark: var(--mbc09);
    --color-secondary: var(--p85ea);
    --color-secondary-dark: var(--kb3d4);
    --color-surface: var(--k2f23);
    --color-surface-elevated: var(--pb9ed);
    --color-on-surface: var(--e828c);
    --color-on-surface-muted: var(--ad741);
    --color-text: var(--e828c);
    --color-text-secondary: var(--la340);
    --text-heading: var(--n90de);
    --text-body: var(--n2099);
    --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(--n2099);
    background: var(--fb726);
    color: var(--e828c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--id144); text-decoration: none; transition: color .2s; }
a:hover { color: var(--p209d); }
img { max-width: 100%; height: auto; display: block; }

.c97176 { width: 92%; max-width: var(--c2127); margin: 0 auto; }

.l8525b {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.h5a54f {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b6097); color: var(--e828c);
    padding: 8px 16px; border-radius: var(--n1336);
    z-index: 999; transition: top .2s;
}
.h5a54f:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.d30148 {
    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);
}
.h705cf {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.ec9c7d {
    font-family: var(--n90de);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--e828c);
    white-space: nowrap; text-decoration: none;
}
.ec9c7d:hover { color: var(--p209d); }

/* Main Nav */
.k35586 { display: flex; align-items: center; gap: 20px; }
.g89f3c {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.g89f3c a {
    color: var(--ad741); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.g89f3c a:hover { color: var(--id144); }

/* Language Select */
.a5e7c4 {
    background: var(--k2f23); color: var(--e828c);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--n1336);
    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;
}
.a5e7c4:hover, .a5e7c4:focus { border-color: var(--b6097); outline: none; }

/* Menu Toggle */
.j736f5 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.nae3fb, .nae3fb::before, .nae3fb::after {
    display: block; width: 24px; height: 2px;
    background: var(--e828c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.nae3fb { position: relative; }
.nae3fb::before, .nae3fb::after { content: ''; position: absolute; left: 0; }
.nae3fb::before { top: -7px; }
.nae3fb::after { top: 7px; }

/* Mobile Nav */
.l2cbca {
    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;
}
.l2cbca.cde199 { display: flex; }
.a4e591 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a4e591 a {
    font-size: 1.2rem; font-weight: 600; color: var(--e828c); text-decoration: none;
}
.a4e591 a:hover { color: var(--id144); }

/* ===== BUTTONS ===== */
.f426c4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n90de); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--n1985); 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(--b6097) 0%, var(--dae75) 100%);
    color: var(--e828c); box-shadow: var(--c800d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--e828c);
}
.btn-secondary {
    background: transparent; color: var(--id144);
    border: 2px solid var(--b6097);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--p209d); }

/* 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); }
}
.i52246 {
    background: linear-gradient(135deg, var(--p209d) 0%, #e8a020 55%, var(--mbc09) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.i52246:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.a75bb9 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--dc826); }
.g9989d { padding: 8px 18px; font-size: .85rem; border-radius: var(--n1336); }

/* Nav CTA in header */
.n71abc {
    background: linear-gradient(135deg, var(--p209d) 0%, var(--mbc09) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--n1336);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.n71abc:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.o36ff9 {
    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(--fb726);
    position: relative; overflow: hidden;
}
.o36ff9::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;
}
.m6e38a {
    font-family: var(--n90de);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--p209d) 0%, var(--id144) 50%, var(--b6097) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.dc3850 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ad741);
    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(--fb726);
}
.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(--n90de);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--p209d) 0%, var(--id144) 45%, var(--b6097) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ad741);
    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(--ad741);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--n1336);
}
.hero-stat strong { color: var(--id144); }

/* ===== SECTIONS ===== */
.bf90de { padding: clamp(52px, 7vw, 80px) 0; }
.p70892 { background: var(--l1b65); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--b6097); margin-bottom: 10px;
}
.bf90de h2, .ca6299 {
    font-family: var(--n90de);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.bf90de h3 {
    font-family: var(--n90de); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--id144);
}
.bf90de p, .section-desc {
    color: var(--ad741); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.bf90de ul, .bf90de ol {
    color: var(--ad741); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.bf90de li { margin-bottom: 8px; }
.bf90de li strong { color: var(--e828c); }

/* ===== 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(--k2f23), var(--pb9ed));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--n1985); 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(--ec75b);
}
.o86df4 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n90de); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--e828c);
}
.card p { color: var(--ad741); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.o8a648 { overflow-x: auto; margin: 24px 0; border-radius: var(--n1336); }
.l6ccd0 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.l6ccd0 thead th {
    background: var(--pb9ed); color: var(--e828c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.l6ccd0 thead th:first-child { border-radius: var(--n1336) 0 0 0; }
.l6ccd0 thead th:last-child { border-radius: 0 var(--n1336) 0 0; }
.l6ccd0 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.l6ccd0 td { padding: 13px 16px; }
.l6ccd0 td:first-child { color: var(--ad741); font-weight: 500; width: 42%; }
.l6ccd0 td:last-child { color: var(--e828c); font-weight: 600; }
.l6ccd0 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(--b6097), var(--dae75));
    border-radius: 50%; font-family: var(--n90de);
    font-size: 1.2rem; font-weight: 700; color: var(--e828c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ad741); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.dddeb9 { max-width: 800px; margin: 0 auto; }
details.c531a3 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.c531a3 summary {
    display: block; list-style: none;
    color: var(--e828c); font-family: var(--n2099);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c531a3 summary::-webkit-details-marker { display: none; }
details.c531a3 summary::marker { display: none; content: ''; }
details.c531a3 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b6097); transition: transform .3s;
}
details.c531a3[open] summary::after { content: '\2212'; }
details.c531a3 summary:hover { color: var(--id144); }
details.c531a3 > p { padding: 0 0 20px; color: var(--ad741); font-size: .9rem; line-height: 1.7; }
details.c531a3 > div { padding: 0 0 20px; color: var(--ad741); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--l1b65); }

/* ===== INFO GRID & CARDS ===== */
.hb5ded {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h9c62a {
    background: linear-gradient(145deg, var(--k2f23), var(--pb9ed));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--n1985); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.h9c62a:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--ec75b);
}
.n8c241 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.h9c62a h3 {
    font-family: var(--n90de); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e828c);
}
.h9c62a p { color: var(--ad741); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.cf8ebc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k42c50 {
    background: linear-gradient(145deg, var(--k2f23), var(--pb9ed));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--n1985); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k42c50:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.k42c50 h3 {
    font-family: var(--n90de); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p209d);
}
.k42c50 p { color: var(--ad741); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.mf6f94 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p50e66 { text-align: center; padding: 22px 14px; }
.kbabf0 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b6097), var(--dae75));
    border-radius: 50%; font-family: var(--n90de);
    font-size: 1.15rem; font-weight: 800; color: var(--e828c);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.p50e66 h3 {
    font-family: var(--n90de); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--e828c);
}
.p50e66 p { color: var(--ad741); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.p5ae15 {
    background: linear-gradient(145deg, var(--k2f23), var(--pb9ed));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--dc826);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.f40a6f { margin-top: 24px; }
.je01da {
    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;
}
.je01da > span:first-child { color: var(--ad741); text-align: left; }
.m9ebf8 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.gcde0c {
    height: 100%;
    background: linear-gradient(90deg, var(--b6097) 0%, var(--p209d) 100%);
    border-radius: 4px;
}
.je01da > span:last-child { color: var(--p209d); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.nde7f5 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.hde019, .k865d3 {
    background: linear-gradient(145deg, var(--k2f23), var(--pb9ed));
    border-radius: var(--n1985); padding: 24px 22px;
}
.hde019 { border-top: 3px solid var(--p85ea); }
.k865d3 { border-top: 3px solid #C84040; }
.hde019 h3, .hde019 h4 { color: var(--p85ea); margin-bottom: 12px; font-size: 1rem; }
.k865d3 h3, .k865d3 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.hde019 ul, .k865d3 ul { list-style: none; padding: 0; margin: 0; }
.hde019 li::before { content: '\2713 '; color: var(--p85ea); font-weight: 700; }
.k865d3 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.hde019 li, .k865d3 li { padding: 5px 0; color: var(--ad741); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.a7f91f {
    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(--l1b65);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.a7f91f h2 {
    font-family: var(--n90de);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--p209d), var(--id144));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a7f91f p { color: var(--ad741); 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(--b6097);
    border-radius: var(--n1336); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ad741); font-size: .9rem; }
.highlight-box strong { color: var(--id144); }

/* ===== BREADCRUMB ===== */
.ma32d7 { padding: 14px 0; font-size: .82rem; }
.e29dd4 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.e29dd4 li + li::before { content: '\203A'; margin-right: 8px; color: var(--g5f1e); }
.ma32d7 a { color: var(--g5f1e); }
.ma32d7 a:hover { color: var(--id144); }
.ma32d7 [aria-current] { color: var(--b6097); }

/* ===== SITE FOOTER ===== */
.ca4b75 {
    background: var(--fb726); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.k7586c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.k7586c a {
    color: var(--g5f1e); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.k7586c a:hover { color: var(--id144); }

.a9a154 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.a9a154 p {
    color: var(--g5f1e); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.a9a154 a { color: var(--b6097); }
.ffc4f1 { text-align: center; color: var(--g5f1e); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.hd0166 { max-width: 800px; margin: 0 auto; }
.hd0166 p {
    color: var(--ad741); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.hd0166 p:last-child { margin-bottom: 0; }
.hd0166 strong { color: var(--e828c); }
.hd0166 a { color: var(--id144); text-decoration: underline; text-underline-offset: 3px; }
.hd0166 a:hover { color: var(--p209d); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.j2c349 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.k16188 { direction: rtl; }
.k16188 > * { direction: ltr; }
.b5585b { border-radius: var(--dc826); overflow: hidden; }
.b5585b img {
    width: 100%; height: auto; display: block;
    border-radius: var(--dc826);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.ge2dee { color: var(--ad741); font-size: .93rem; line-height: 1.7; }
.ge2dee strong { color: var(--e828c); }
.ge2dee a { color: var(--id144); }
@media (max-width: 768px) {
    .j2c349 { grid-template-columns: 1fr; gap: 24px; }
    .k16188 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--g3043);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--g3043); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b32310 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b6097);
    color: var(--e828c); 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(--ec75b);
}
.b32310.n4d884 { opacity: 1; visibility: visible; }
.b32310:hover { transform: translateY(-3px); background: var(--g3043); }

/* ===== REVIEW SCORE (review page) ===== */
.eddfb1 {
    font-family: var(--n90de); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--p209d), var(--id144));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--p209d); 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(--ad741); width: 55%; }
.score-table td:last-child { color: var(--p209d); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.h70039 {
    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);
}
.h70039 .f426c4 { 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) {
    .g89f3c { display: none; }
    .k35586 .a5e7c4 { display: none; }
    .j736f5 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .nde7f5 { grid-template-columns: 1fr; }
    section, .bf90de { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .k7586c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .mf6f94 { grid-template-columns: 1fr 1fr; }
    .hb5ded { grid-template-columns: 1fr 1fr; }
    .je01da { grid-template-columns: 1fr 100px auto; }
    .h70039 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .a75bb9 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .mf6f94 { grid-template-columns: 1fr; }
    .hb5ded { grid-template-columns: 1fr; }
    .h705cf { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .eddfb1 { font-size: 3.5rem; }
    .je01da { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .nde7f5 { grid-template-columns: 1fr; }
    .p5ae15 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f3fac0 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f3fac0 summary.j4dfe8 {
    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(--e828c);
    padding: 6px 11px;
    border-radius: var(--n1336);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--n2099);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f3fac0 summary.j4dfe8::-webkit-details-marker { display: none; }
.f3fac0 summary.j4dfe8::marker { display: none; }
.f3fac0:hover summary.j4dfe8,
.f3fac0[open] summary.j4dfe8 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--p209d);
}
.g760a9 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f3fac0[open] .g760a9 { transform: rotate(180deg); }

.efc190 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--k2f23);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--n1985);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f3fac0[open] .efc190 {
    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); }
}
.efc190 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--la340);
    border-radius: var(--n1336);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.efc190 li a:hover,
.efc190 li a.ad7327 {
    background: rgba(255,255,255,.08);
    color: var(--p209d);
}
.efc190 li a.ad7327 { font-weight: 700; }

/* Mobile lang bar */
.f16e32 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.f16e32 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(--n1336);
    color: var(--la340);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.f16e32 a:hover,
.f16e32 a.f53f07 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--p209d);
}
.f16e32 a.f53f07 { font-weight: 700; }

@media (max-width: 768px) {
    .f3fac0 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.hb5ded, ul.c645fb { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.f2dc7f { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .f2dc7f { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.mf6f94, ol.c69a8f { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.c69a8f > li { counter-increment: step-counter; }
ol.c69a8f > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b6097); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.h7a62c { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b6097); }
.g3f8b8 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.dbc048 { width: 36px; height: 36px; border-radius: 50%; background: var(--b6097); color: var(--fb726); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.lbcb80 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.j8ba78 { display: grid; grid-template-columns: 1fr; gap: 0; }
.k51e30 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.k51e30:last-child { border-bottom: none; }
.jbea95 { font-weight: 600; padding: .75rem 1rem; color: var(--b6097); }
.o992de { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d41f11 .h3f8e9 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d41f11 .a790e2 { display: none; }
.d41f11 .c531a3.cde199 .a790e2 { display: block; }

/* faq variant C: definition list */
dl.dddeb9 { display: grid; gap: 0; }
dl.dddeb9 dt.a7cb83 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.dddeb9 dd.a790e2 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.haa353 { padding: 2rem 0; }
.p4b2be { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.p4b2be li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--n1985); border: 1px solid var(--p209d); color: var(--p209d); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.p4b2be li a:hover { background: var(--p209d); color: var(--fb726); }


/* Promo Banner (SVG image banners) */
.p1ab9c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.jc58aa { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.jc58aa:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.cc3c39 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.o86df4 { display: inline-block; vertical-align: middle; }
.n8c241 .o86df4 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.j8a3bb {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--k2f23), var(--pb9ed));
    border-radius: var(--n1985); padding: 24px; margin-top: 24px;
}
.ee6a4f { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--n1336); background: var(--l1b65); }
.ee6a4f dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.ee6a4f dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--p209d); }
@media (max-width: 768px) { .j8a3bb { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .j8a3bb { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--p209d); 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; }
  .i52246 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.f426c4, .i52246, .a75bb9, .g9989d, .n71abc, .j736f5, .h3f8e9, .a7cb83, .b32310, .h70039 a, .j4dfe8 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.i52246 { position: relative; overflow: visible; }
.i52246::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--p209d); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.i52246:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.i52246::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.me6fb6 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.oee77a {
    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);
}
.oee77a.a45a94 { color: var(--p209d); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.g90fe8, .a1638d { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.le20ba, .od5d75 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--n1336); background: var(--k2f23); transition: transform 0.2s; }
.le20ba:hover, .od5d75:hover { transform: translateY(-2px); }
.le20ba span, .od5d75 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.dbb573 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.jfcf94 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--n1336); background: var(--k2f23); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.jfcf94:hover { border-color: var(--p209d); }
.jfcf94 span { font-size: 0.7rem; color: var(--p209d); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.bddaef { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.ffa324 { background: var(--k2f23); border-radius: var(--n1985); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.d544bb { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.e24881 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--p209d), var(--b6097)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--fb726); flex-shrink: 0; }
.dd047d { color: var(--p209d); font-size: 14px; letter-spacing: 1px; }
.a7e740 { color: var(--g5f1e); font-size: 0.75rem; }
.ffa324 p { font-size: 0.9rem; color: var(--la340); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
: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(260px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.6; }
body { font-size: 15px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
