@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 {
    --c55b5:        #4169E1;
    --hfcc5:        #6B8DE8;
    --md0de:        #2F50B0;
    --k4589:        #5A7FE8;
    --d2302:        #4169E1;
    --j3026:        #2F50B0;
    --keb75:        #C0C0C0;
    --iabee:        #A0A0A0;
    --l58e2:        #04060E;
    --o2a83:        #080C18;
    --f0073:        #0E1428;
    --i7b59:        #141C38;
    --da189:        #FFFFFF;
    --e08e0:        #8090B0;
    --ka4ff:        #506080;
    --j16c2:        #8090B0;
    --nb0ca:    'Cormorant Garamond', serif;
    --mac7b:    'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --d861c:       12px;
    --p7d57:    20px;
    --ja5a8:    8px;
    --i478e:        1100px;
    --dda90:       0 4px 24px rgba(0,0,0,.5);
    --o84f4:         0 0 32px rgba(65,105,225,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--c55b5);
    --color-primary-light: var(--hfcc5);
    --color-primary-dark: var(--md0de);
    --color-accent: var(--d2302);
    --color-accent-dark: var(--j3026);
    --color-secondary: var(--keb75);
    --color-secondary-dark: var(--iabee);
    --color-surface: var(--f0073);
    --color-surface-elevated: var(--i7b59);
    --color-on-surface: var(--da189);
    --color-on-surface-muted: var(--e08e0);
    --color-text: var(--da189);
    --color-text-secondary: var(--j16c2);
    --text-heading: var(--nb0ca);
    --text-body: var(--mac7b);
    --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(--mac7b);
    background: var(--l58e2);
    color: var(--da189);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--hfcc5); text-decoration: none; transition: color .2s; }
a:hover { color: var(--d2302); }
img { max-width: 100%; height: auto; display: block; }

.p8b5e6 { width: 92%; max-width: var(--i478e); margin: 0 auto; }

.gf071a {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.m061ed {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--c55b5); color: var(--da189);
    padding: 8px 16px; border-radius: var(--ja5a8);
    z-index: 999; transition: top .2s;
}
.m061ed:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.g6b7e6 {
    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);
}
.f6d3a0 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.n546d1 {
    font-family: var(--nb0ca);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--da189);
    white-space: nowrap; text-decoration: none;
}
.n546d1:hover { color: var(--d2302); }

/* Main Nav */
.d8081a { display: flex; align-items: center; gap: 20px; }
.l12142 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.l12142 a {
    color: var(--e08e0); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.l12142 a:hover { color: var(--hfcc5); }

/* Language Select */
.c6e8c6 {
    background: var(--f0073); color: var(--da189);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ja5a8);
    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;
}
.c6e8c6:hover, .c6e8c6:focus { border-color: var(--c55b5); outline: none; }

/* Menu Toggle */
.cf9db5 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.k68cb1, .k68cb1::before, .k68cb1::after {
    display: block; width: 24px; height: 2px;
    background: var(--da189); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.k68cb1 { position: relative; }
.k68cb1::before, .k68cb1::after { content: ''; position: absolute; left: 0; }
.k68cb1::before { top: -7px; }
.k68cb1::after { top: 7px; }

/* Mobile Nav */
.l622c4 {
    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;
}
.l622c4.dc53bb { display: flex; }
.bea9c6 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.bea9c6 a {
    font-size: 1.2rem; font-weight: 600; color: var(--da189); text-decoration: none;
}
.bea9c6 a:hover { color: var(--hfcc5); }

/* ===== BUTTONS ===== */
.l227e9 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--nb0ca); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--d861c); 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(--c55b5) 0%, var(--k4589) 100%);
    color: var(--da189); box-shadow: var(--o84f4);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--da189);
}
.btn-secondary {
    background: transparent; color: var(--hfcc5);
    border: 2px solid var(--c55b5);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--d2302); }

/* 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); }
}
.n083cc {
    background: linear-gradient(135deg, var(--d2302) 0%, #e8a020 55%, var(--j3026) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.n083cc:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.j81c68 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--p7d57); }
.c0ebd9 { padding: 8px 18px; font-size: .85rem; border-radius: var(--ja5a8); }

/* Nav CTA in header */
.oa49d1 {
    background: linear-gradient(135deg, var(--d2302) 0%, var(--j3026) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ja5a8);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.oa49d1:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.i57201 {
    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(--l58e2);
    position: relative; overflow: hidden;
}
.i57201::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;
}
.l5d3b2 {
    font-family: var(--nb0ca);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--d2302) 0%, var(--hfcc5) 50%, var(--c55b5) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fca134 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--e08e0);
    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(--l58e2);
}
.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(--nb0ca);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--d2302) 0%, var(--hfcc5) 45%, var(--c55b5) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--e08e0);
    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(--e08e0);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ja5a8);
}
.hero-stat strong { color: var(--hfcc5); }

/* ===== SECTIONS ===== */
.fbfc2f { padding: clamp(52px, 7vw, 80px) 0; }
.p66f24 { background: var(--o2a83); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--c55b5); margin-bottom: 10px;
}
.fbfc2f h2, .f68268 {
    font-family: var(--nb0ca);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.fbfc2f h3 {
    font-family: var(--nb0ca); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--hfcc5);
}
.fbfc2f p, .section-desc {
    color: var(--e08e0); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.fbfc2f ul, .fbfc2f ol {
    color: var(--e08e0); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.fbfc2f li { margin-bottom: 8px; }
.fbfc2f li strong { color: var(--da189); }

/* ===== 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(--f0073), var(--i7b59));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--d861c); 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(--dda90);
}
.o557c0 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--nb0ca); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--da189);
}
.card p { color: var(--e08e0); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j0c4c2 { overflow-x: auto; margin: 24px 0; border-radius: var(--ja5a8); }
.gae566 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.gae566 thead th {
    background: var(--i7b59); color: var(--da189); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.gae566 thead th:first-child { border-radius: var(--ja5a8) 0 0 0; }
.gae566 thead th:last-child { border-radius: 0 var(--ja5a8) 0 0; }
.gae566 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.gae566 td { padding: 13px 16px; }
.gae566 td:first-child { color: var(--e08e0); font-weight: 500; width: 42%; }
.gae566 td:last-child { color: var(--da189); font-weight: 600; }
.gae566 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(--c55b5), var(--k4589));
    border-radius: 50%; font-family: var(--nb0ca);
    font-size: 1.2rem; font-weight: 700; color: var(--da189);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--e08e0); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.b3f832 { max-width: 800px; margin: 0 auto; }
details.l8db0b { border-bottom: 1px solid rgba(255,255,255,.07); }
details.l8db0b summary {
    display: block; list-style: none;
    color: var(--da189); font-family: var(--mac7b);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.l8db0b summary::-webkit-details-marker { display: none; }
details.l8db0b summary::marker { display: none; content: ''; }
details.l8db0b summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--c55b5); transition: transform .3s;
}
details.l8db0b[open] summary::after { content: '\2212'; }
details.l8db0b summary:hover { color: var(--hfcc5); }
details.l8db0b > p { padding: 0 0 20px; color: var(--e08e0); font-size: .9rem; line-height: 1.7; }
details.l8db0b > div { padding: 0 0 20px; color: var(--e08e0); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--o2a83); }

/* ===== INFO GRID & CARDS ===== */
.h1a83e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f001d0 {
    background: linear-gradient(145deg, var(--f0073), var(--i7b59));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--d861c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f001d0:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--dda90);
}
.n5803e { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.f001d0 h3 {
    font-family: var(--nb0ca); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--da189);
}
.f001d0 p { color: var(--e08e0); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h57a06 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a4104f {
    background: linear-gradient(145deg, var(--f0073), var(--i7b59));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--d861c); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a4104f:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.a4104f h3 {
    font-family: var(--nb0ca); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d2302);
}
.a4104f p { color: var(--e08e0); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m261d6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.j4d529 { text-align: center; padding: 22px 14px; }
.c8243c {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--c55b5), var(--k4589));
    border-radius: 50%; font-family: var(--nb0ca);
    font-size: 1.15rem; font-weight: 800; color: var(--da189);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.j4d529 h3 {
    font-family: var(--nb0ca); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--da189);
}
.j4d529 p { color: var(--e08e0); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.mfced8 {
    background: linear-gradient(145deg, var(--f0073), var(--i7b59));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--p7d57);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.g42bf9 { margin-top: 24px; }
.f9330b {
    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;
}
.f9330b > span:first-child { color: var(--e08e0); text-align: left; }
.eb933f {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.p102e3 {
    height: 100%;
    background: linear-gradient(90deg, var(--c55b5) 0%, var(--d2302) 100%);
    border-radius: 4px;
}
.f9330b > span:last-child { color: var(--d2302); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i8a6b4 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.h89319, .eea206 {
    background: linear-gradient(145deg, var(--f0073), var(--i7b59));
    border-radius: var(--d861c); padding: 24px 22px;
}
.h89319 { border-top: 3px solid var(--keb75); }
.eea206 { border-top: 3px solid #C84040; }
.h89319 h3, .h89319 h4 { color: var(--keb75); margin-bottom: 12px; font-size: 1rem; }
.eea206 h3, .eea206 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.h89319 ul, .eea206 ul { list-style: none; padding: 0; margin: 0; }
.h89319 li::before { content: '\2713 '; color: var(--keb75); font-weight: 700; }
.eea206 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.h89319 li, .eea206 li { padding: 5px 0; color: var(--e08e0); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.j37697 {
    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(--o2a83);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.j37697 h2 {
    font-family: var(--nb0ca);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--d2302), var(--hfcc5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j37697 p { color: var(--e08e0); 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(--c55b5);
    border-radius: var(--ja5a8); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--e08e0); font-size: .9rem; }
.highlight-box strong { color: var(--hfcc5); }

/* ===== BREADCRUMB ===== */
.n9a26d { padding: 14px 0; font-size: .82rem; }
.c9d2a2 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.c9d2a2 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ka4ff); }
.n9a26d a { color: var(--ka4ff); }
.n9a26d a:hover { color: var(--hfcc5); }
.n9a26d [aria-current] { color: var(--c55b5); }

/* ===== SITE FOOTER ===== */
.e09172 {
    background: var(--l58e2); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.j5c122 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.j5c122 a {
    color: var(--ka4ff); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.j5c122 a:hover { color: var(--hfcc5); }

.pcd256 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.pcd256 p {
    color: var(--ka4ff); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.pcd256 a { color: var(--c55b5); }
.g16e9c { text-align: center; color: var(--ka4ff); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.gd5b38 { max-width: 800px; margin: 0 auto; }
.gd5b38 p {
    color: var(--e08e0); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.gd5b38 p:last-child { margin-bottom: 0; }
.gd5b38 strong { color: var(--da189); }
.gd5b38 a { color: var(--hfcc5); text-decoration: underline; text-underline-offset: 3px; }
.gd5b38 a:hover { color: var(--d2302); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.i50c5c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.a14be8 { direction: rtl; }
.a14be8 > * { direction: ltr; }
.o1d126 { border-radius: var(--p7d57); overflow: hidden; }
.o1d126 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--p7d57);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.h832ea { color: var(--e08e0); font-size: .93rem; line-height: 1.7; }
.h832ea strong { color: var(--da189); }
.h832ea a { color: var(--hfcc5); }
@media (max-width: 768px) {
    .i50c5c { grid-template-columns: 1fr; gap: 24px; }
    .a14be8 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--md0de);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--md0de); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.k17525 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--c55b5);
    color: var(--da189); 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(--dda90);
}
.k17525.h2fef6 { opacity: 1; visibility: visible; }
.k17525:hover { transform: translateY(-3px); background: var(--md0de); }

/* ===== REVIEW SCORE (review page) ===== */
.fdd3e4 {
    font-family: var(--nb0ca); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--d2302), var(--hfcc5));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--d2302); 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(--e08e0); width: 55%; }
.score-table td:last-child { color: var(--d2302); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.abf143 {
    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);
}
.abf143 .l227e9 { 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) {
    .l12142 { display: none; }
    .d8081a .c6e8c6 { display: none; }
    .cf9db5 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i8a6b4 { grid-template-columns: 1fr; }
    section, .fbfc2f { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .j5c122 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m261d6 { grid-template-columns: 1fr 1fr; }
    .h1a83e { grid-template-columns: 1fr 1fr; }
    .f9330b { grid-template-columns: 1fr 100px auto; }
    .abf143 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .j81c68 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m261d6 { grid-template-columns: 1fr; }
    .h1a83e { grid-template-columns: 1fr; }
    .f6d3a0 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .fdd3e4 { font-size: 3.5rem; }
    .f9330b { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i8a6b4 { grid-template-columns: 1fr; }
    .mfced8 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.f83f11 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.f83f11 summary.dc7f7d {
    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(--da189);
    padding: 6px 11px;
    border-radius: var(--ja5a8);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--mac7b);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.f83f11 summary.dc7f7d::-webkit-details-marker { display: none; }
.f83f11 summary.dc7f7d::marker { display: none; }
.f83f11:hover summary.dc7f7d,
.f83f11[open] summary.dc7f7d {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--d2302);
}
.d594c5 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.f83f11[open] .d594c5 { transform: rotate(180deg); }

.m35e0b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--f0073);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--d861c);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.f83f11[open] .m35e0b {
    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); }
}
.m35e0b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--j16c2);
    border-radius: var(--ja5a8);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m35e0b li a:hover,
.m35e0b li a.pe0eea {
    background: rgba(255,255,255,.08);
    color: var(--d2302);
}
.m35e0b li a.pe0eea { font-weight: 700; }

/* Mobile lang bar */
.i5669e {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.i5669e 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(--ja5a8);
    color: var(--j16c2);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.i5669e a:hover,
.i5669e a.bfd8c7 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--d2302);
}
.i5669e a.bfd8c7 { font-weight: 700; }

@media (max-width: 768px) {
    .f83f11 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.h1a83e, ul.d8a12d { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.fdff8d { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .fdff8d { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m261d6, ol.gba920 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.gba920 > li { counter-increment: step-counter; }
ol.gba920 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--c55b5); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.he51f4 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--c55b5); }
.m617e8 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.l2d861 { width: 36px; height: 36px; border-radius: 50%; background: var(--c55b5); color: var(--l58e2); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.ia8aed h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.c74a01 { display: grid; grid-template-columns: 1fr; gap: 0; }
.l1f9d9 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.l1f9d9:last-child { border-bottom: none; }
.hc47ee { font-weight: 600; padding: .75rem 1rem; color: var(--c55b5); }
.md8db5 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.h94fc2 .ece4f1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.h94fc2 .ed17fe { display: none; }
.h94fc2 .l8db0b.dc53bb .ed17fe { display: block; }

/* faq variant C: definition list */
dl.b3f832 { display: grid; gap: 0; }
dl.b3f832 dt.nb0057 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.b3f832 dd.ed17fe { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.gfa2eb { padding: 2rem 0; }
.d93d03 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.d93d03 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--d861c); border: 1px solid var(--d2302); color: var(--d2302); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.d93d03 li a:hover { background: var(--d2302); color: var(--l58e2); }


/* Promo Banner (SVG image banners) */
.dc7bc0 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.e167d4 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.e167d4:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.k12c3a { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.o557c0 { display: inline-block; vertical-align: middle; }
.n5803e .o557c0 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--f0073), var(--i7b59));
    border-radius: var(--d861c); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ja5a8); background: var(--o2a83); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--d2302); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--d2302); 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; }
  .n083cc { animation: none; }
}
/* Touch targets: minimum 44x44px */
.l227e9, .n083cc, .j81c68, .c0ebd9, .oa49d1, .cf9db5, .ece4f1, .nb0057, .k17525, .abf143 a, .dc7f7d { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n083cc { position: relative; overflow: visible; }
.n083cc::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--d2302); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n083cc:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n083cc::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--d2302); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ja5a8); background: var(--f0073); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ja5a8); background: var(--f0073); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--d2302); }
.trust-item span { font-size: 0.7rem; color: var(--d2302); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--f0073); border-radius: var(--d861c); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--d2302), var(--c55b5)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--l58e2); flex-shrink: 0; }
.review-stars { color: var(--d2302); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ka4ff); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--j16c2); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.7; }
body { font-size: 16px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
