@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 {
    --i3ecf:        #4169E1;
    --nebe9:        #6B8DE8;
    --ma82a:        #2F50B0;
    --ib878:        #5A7FE8;
    --m020f:        #4169E1;
    --me48a:        #2F50B0;
    --bec3e:        #C0C0C0;
    --n1a7b:        #A0A0A0;
    --b441a:        #04060E;
    --k2eff:        #080C18;
    --b6b87:        #0E1428;
    --m208e:        #141C38;
    --m22f4:        #FFFFFF;
    --f45d6:        #8090B0;
    --h81f7:        #506080;
    --md0c7:        #8090B0;
    --be2f9:    'Cormorant Garamond', serif;
    --d5061:    'Inter', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --p85a2:       12px;
    --ae25b:    20px;
    --p1d5b:    8px;
    --hdb98:        1100px;
    --o14fd:       0 4px 24px rgba(0,0,0,.5);
    --i3142:         0 0 32px rgba(65,105,225,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--i3ecf);
    --color-primary-light: var(--nebe9);
    --color-primary-dark: var(--ma82a);
    --color-accent: var(--m020f);
    --color-accent-dark: var(--me48a);
    --color-secondary: var(--bec3e);
    --color-secondary-dark: var(--n1a7b);
    --color-surface: var(--b6b87);
    --color-surface-elevated: var(--m208e);
    --color-on-surface: var(--m22f4);
    --color-on-surface-muted: var(--f45d6);
    --color-text: var(--m22f4);
    --color-text-secondary: var(--md0c7);
    --text-heading: var(--be2f9);
    --text-body: var(--d5061);
    --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(--d5061);
    background: var(--b441a);
    color: var(--m22f4);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--nebe9); text-decoration: none; transition: color .2s; }
a:hover { color: var(--m020f); }
img { max-width: 100%; height: auto; display: block; }

.j0106c { width: 92%; max-width: var(--hdb98); margin: 0 auto; }

.ke9bee {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ed4668 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--i3ecf); color: var(--m22f4);
    padding: 8px 16px; border-radius: var(--p1d5b);
    z-index: 999; transition: top .2s;
}
.ed4668:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b831ae {
    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);
}
.a2e25a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.da932a {
    font-family: var(--be2f9);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--m22f4);
    white-space: nowrap; text-decoration: none;
}
.da932a:hover { color: var(--m020f); }

/* Main Nav */
.g808eb { display: flex; align-items: center; gap: 20px; }
.c01a26 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.c01a26 a {
    color: var(--f45d6); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.c01a26 a:hover { color: var(--nebe9); }

/* Language Select */
.j85a2f {
    background: var(--b6b87); color: var(--m22f4);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--p1d5b);
    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;
}
.j85a2f:hover, .j85a2f:focus { border-color: var(--i3ecf); outline: none; }

/* Menu Toggle */
.pdd42a {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ce747f, .ce747f::before, .ce747f::after {
    display: block; width: 24px; height: 2px;
    background: var(--m22f4); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ce747f { position: relative; }
.ce747f::before, .ce747f::after { content: ''; position: absolute; left: 0; }
.ce747f::before { top: -7px; }
.ce747f::after { top: 7px; }

/* Mobile Nav */
.n8dc3b {
    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;
}
.n8dc3b.i90afe { display: flex; }
.h67af8 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.h67af8 a {
    font-size: 1.2rem; font-weight: 600; color: var(--m22f4); text-decoration: none;
}
.h67af8 a:hover { color: var(--nebe9); }

/* ===== BUTTONS ===== */
.l89c96 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--be2f9); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--p85a2); 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(--i3ecf) 0%, var(--ib878) 100%);
    color: var(--m22f4); box-shadow: var(--i3142);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--m22f4);
}
.btn-secondary {
    background: transparent; color: var(--nebe9);
    border: 2px solid var(--i3ecf);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--m020f); }

/* 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); }
}
.g84c58 {
    background: linear-gradient(135deg, var(--m020f) 0%, #e8a020 55%, var(--me48a) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.g84c58:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.h629f7 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ae25b); }
.kd2693 { padding: 8px 18px; font-size: .85rem; border-radius: var(--p1d5b); }

/* Nav CTA in header */
.l26c84 {
    background: linear-gradient(135deg, var(--m020f) 0%, var(--me48a) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--p1d5b);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.l26c84:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.o92608 {
    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(--b441a);
    position: relative; overflow: hidden;
}
.o92608::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;
}
.b26de8 {
    font-family: var(--be2f9);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--m020f) 0%, var(--nebe9) 50%, var(--i3ecf) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j938a7 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--f45d6);
    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(--b441a);
}
.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(--be2f9);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--m020f) 0%, var(--nebe9) 45%, var(--i3ecf) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--f45d6);
    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(--f45d6);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--p1d5b);
}
.hero-stat strong { color: var(--nebe9); }

/* ===== SECTIONS ===== */
.h0883a { padding: clamp(52px, 7vw, 80px) 0; }
.k3dc8e { background: var(--k2eff); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--i3ecf); margin-bottom: 10px;
}
.h0883a h2, .gdbe4c {
    font-family: var(--be2f9);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.h0883a h3 {
    font-family: var(--be2f9); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--nebe9);
}
.h0883a p, .section-desc {
    color: var(--f45d6); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.h0883a ul, .h0883a ol {
    color: var(--f45d6); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.h0883a li { margin-bottom: 8px; }
.h0883a li strong { color: var(--m22f4); }

/* ===== 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(--b6b87), var(--m208e));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--p85a2); 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(--o14fd);
}
.i26540 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--be2f9); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--m22f4);
}
.card p { color: var(--f45d6); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.j1def5 { overflow-x: auto; margin: 24px 0; border-radius: var(--p1d5b); }
.e9d3c1 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.e9d3c1 thead th {
    background: var(--m208e); color: var(--m22f4); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.e9d3c1 thead th:first-child { border-radius: var(--p1d5b) 0 0 0; }
.e9d3c1 thead th:last-child { border-radius: 0 var(--p1d5b) 0 0; }
.e9d3c1 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.e9d3c1 td { padding: 13px 16px; }
.e9d3c1 td:first-child { color: var(--f45d6); font-weight: 500; width: 42%; }
.e9d3c1 td:last-child { color: var(--m22f4); font-weight: 600; }
.e9d3c1 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(--i3ecf), var(--ib878));
    border-radius: 50%; font-family: var(--be2f9);
    font-size: 1.2rem; font-weight: 700; color: var(--m22f4);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--f45d6); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.i183ad { max-width: 800px; margin: 0 auto; }
details.n5ed88 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.n5ed88 summary {
    display: block; list-style: none;
    color: var(--m22f4); font-family: var(--d5061);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n5ed88 summary::-webkit-details-marker { display: none; }
details.n5ed88 summary::marker { display: none; content: ''; }
details.n5ed88 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--i3ecf); transition: transform .3s;
}
details.n5ed88[open] summary::after { content: '\2212'; }
details.n5ed88 summary:hover { color: var(--nebe9); }
details.n5ed88 > p { padding: 0 0 20px; color: var(--f45d6); font-size: .9rem; line-height: 1.7; }
details.n5ed88 > div { padding: 0 0 20px; color: var(--f45d6); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--k2eff); }

/* ===== INFO GRID & CARDS ===== */
.nc4fbf {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l1d60f {
    background: linear-gradient(145deg, var(--b6b87), var(--m208e));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--p85a2); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l1d60f:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--o14fd);
}
.ba340a { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.l1d60f h3 {
    font-family: var(--be2f9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m22f4);
}
.l1d60f p { color: var(--f45d6); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.l9ac55 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.k7bfc8 {
    background: linear-gradient(145deg, var(--b6b87), var(--m208e));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--p85a2); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.k7bfc8:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.k7bfc8 h3 {
    font-family: var(--be2f9); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m020f);
}
.k7bfc8 p { color: var(--f45d6); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.me2b28 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l93c3e { text-align: center; padding: 22px 14px; }
.cf99cf {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--i3ecf), var(--ib878));
    border-radius: 50%; font-family: var(--be2f9);
    font-size: 1.15rem; font-weight: 800; color: var(--m22f4);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.l93c3e h3 {
    font-family: var(--be2f9); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--m22f4);
}
.l93c3e p { color: var(--f45d6); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.j9055f {
    background: linear-gradient(145deg, var(--b6b87), var(--m208e));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--ae25b);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.e6eb22 { margin-top: 24px; }
.c6d74e {
    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;
}
.c6d74e > span:first-child { color: var(--f45d6); text-align: left; }
.g55f0d {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.c2b8f5 {
    height: 100%;
    background: linear-gradient(90deg, var(--i3ecf) 0%, var(--m020f) 100%);
    border-radius: 4px;
}
.c6d74e > span:last-child { color: var(--m020f); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.o57107 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m31b60, .o97e85 {
    background: linear-gradient(145deg, var(--b6b87), var(--m208e));
    border-radius: var(--p85a2); padding: 24px 22px;
}
.m31b60 { border-top: 3px solid var(--bec3e); }
.o97e85 { border-top: 3px solid #C84040; }
.m31b60 h3, .m31b60 h4 { color: var(--bec3e); margin-bottom: 12px; font-size: 1rem; }
.o97e85 h3, .o97e85 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.m31b60 ul, .o97e85 ul { list-style: none; padding: 0; margin: 0; }
.m31b60 li::before { content: '\2713 '; color: var(--bec3e); font-weight: 700; }
.o97e85 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.m31b60 li, .o97e85 li { padding: 5px 0; color: var(--f45d6); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.nb6acb {
    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(--k2eff);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.nb6acb h2 {
    font-family: var(--be2f9);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--m020f), var(--nebe9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nb6acb p { color: var(--f45d6); 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(--i3ecf);
    border-radius: var(--p1d5b); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--f45d6); font-size: .9rem; }
.highlight-box strong { color: var(--nebe9); }

/* ===== BREADCRUMB ===== */
.c1e269 { padding: 14px 0; font-size: .82rem; }
.d573ec { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.d573ec li + li::before { content: '\203A'; margin-right: 8px; color: var(--h81f7); }
.c1e269 a { color: var(--h81f7); }
.c1e269 a:hover { color: var(--nebe9); }
.c1e269 [aria-current] { color: var(--i3ecf); }

/* ===== SITE FOOTER ===== */
.f4874e {
    background: var(--b441a); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.p3905e {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.p3905e a {
    color: var(--h81f7); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.p3905e a:hover { color: var(--nebe9); }

.m20336 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.m20336 p {
    color: var(--h81f7); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.m20336 a { color: var(--i3ecf); }
.p03c5e { text-align: center; color: var(--h81f7); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.o973b6 { max-width: 800px; margin: 0 auto; }
.o973b6 p {
    color: var(--f45d6); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.o973b6 p:last-child { margin-bottom: 0; }
.o973b6 strong { color: var(--m22f4); }
.o973b6 a { color: var(--nebe9); text-decoration: underline; text-underline-offset: 3px; }
.o973b6 a:hover { color: var(--m020f); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.n60c8a {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.pb82cf { direction: rtl; }
.pb82cf > * { direction: ltr; }
.ffadeb { border-radius: var(--ae25b); overflow: hidden; }
.ffadeb img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ae25b);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.j0bd60 { color: var(--f45d6); font-size: .93rem; line-height: 1.7; }
.j0bd60 strong { color: var(--m22f4); }
.j0bd60 a { color: var(--nebe9); }
@media (max-width: 768px) {
    .n60c8a { grid-template-columns: 1fr; gap: 24px; }
    .pb82cf { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--ma82a);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--ma82a); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.db8972 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--i3ecf);
    color: var(--m22f4); 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(--o14fd);
}
.db8972.b4928c { opacity: 1; visibility: visible; }
.db8972:hover { transform: translateY(-3px); background: var(--ma82a); }

/* ===== REVIEW SCORE (review page) ===== */
.h20a1e {
    font-family: var(--be2f9); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--m020f), var(--nebe9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--m020f); 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(--f45d6); width: 55%; }
.score-table td:last-child { color: var(--m020f); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.n401ac {
    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);
}
.n401ac .l89c96 { 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) {
    .c01a26 { display: none; }
    .g808eb .j85a2f { display: none; }
    .pdd42a { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .o57107 { grid-template-columns: 1fr; }
    section, .h0883a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .p3905e { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .me2b28 { grid-template-columns: 1fr 1fr; }
    .nc4fbf { grid-template-columns: 1fr 1fr; }
    .c6d74e { grid-template-columns: 1fr 100px auto; }
    .n401ac { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .h629f7 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .me2b28 { grid-template-columns: 1fr; }
    .nc4fbf { grid-template-columns: 1fr; }
    .a2e25a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .h20a1e { font-size: 3.5rem; }
    .c6d74e { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .o57107 { grid-template-columns: 1fr; }
    .j9055f { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.e3ff77 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.e3ff77 summary.o18ab5 {
    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(--m22f4);
    padding: 6px 11px;
    border-radius: var(--p1d5b);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--d5061);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.e3ff77 summary.o18ab5::-webkit-details-marker { display: none; }
.e3ff77 summary.o18ab5::marker { display: none; }
.e3ff77:hover summary.o18ab5,
.e3ff77[open] summary.o18ab5 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--m020f);
}
.i130a2 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.e3ff77[open] .i130a2 { transform: rotate(180deg); }

.nc3597 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--b6b87);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--p85a2);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.e3ff77[open] .nc3597 {
    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); }
}
.nc3597 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--md0c7);
    border-radius: var(--p1d5b);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nc3597 li a:hover,
.nc3597 li a.a9ffe2 {
    background: rgba(255,255,255,.08);
    color: var(--m020f);
}
.nc3597 li a.a9ffe2 { font-weight: 700; }

/* Mobile lang bar */
.j67819 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.j67819 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(--p1d5b);
    color: var(--md0c7);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.j67819 a:hover,
.j67819 a.l51c6c {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--m020f);
}
.j67819 a.l51c6c { font-weight: 700; }

@media (max-width: 768px) {
    .e3ff77 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.nc4fbf, ul.b55df7 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.n737a9 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .n737a9 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.me2b28, ol.db4289 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.db4289 > li { counter-increment: step-counter; }
ol.db4289 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--i3ecf); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.j1c634 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--i3ecf); }
.hb87ca { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.kfac9b { width: 36px; height: 36px; border-radius: 50%; background: var(--i3ecf); color: var(--b441a); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.gf94f1 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.f4ae6c { display: grid; grid-template-columns: 1fr; gap: 0; }
.l51e96 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.l51e96:last-child { border-bottom: none; }
.p6ce17 { font-weight: 600; padding: .75rem 1rem; color: var(--i3ecf); }
.n8c47a { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.nbb1b1 .a2647f { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.nbb1b1 .h91275 { display: none; }
.nbb1b1 .n5ed88.i90afe .h91275 { display: block; }

/* faq variant C: definition list */
dl.i183ad { display: grid; gap: 0; }
dl.i183ad dt.j4dfda { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.i183ad dd.h91275 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.idb909 { padding: 2rem 0; }
.cf42e7 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.cf42e7 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--p85a2); border: 1px solid var(--m020f); color: var(--m020f); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.cf42e7 li a:hover { background: var(--m020f); color: var(--b441a); }


/* Promo Banner (SVG image banners) */
.b56d0c { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.nfbebd { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.nfbebd:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.db51a3 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.i26540 { display: inline-block; vertical-align: middle; }
.ba340a .i26540 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.l6535c {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--b6b87), var(--m208e));
    border-radius: var(--p85a2); padding: 24px; margin-top: 24px;
}
.k58e0f { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--p1d5b); background: var(--k2eff); }
.k58e0f dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.k58e0f dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--m020f); }
@media (max-width: 768px) { .l6535c { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .l6535c { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--m020f); 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; }
  .g84c58 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.l89c96, .g84c58, .h629f7, .kd2693, .l26c84, .pdd42a, .a2647f, .j4dfda, .db8972, .n401ac a, .o18ab5 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.g84c58 { position: relative; overflow: visible; }
.g84c58::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--m020f); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.g84c58:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.g84c58::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.m85ebd { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.i0323b {
    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);
}
.i0323b.l235c7 { color: var(--m020f); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.p49851, .h2dcd4 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.he5558, .d1234f { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--p1d5b); background: var(--b6b87); transition: transform 0.2s; }
.he5558:hover, .d1234f:hover { transform: translateY(-2px); }
.he5558 span, .d1234f span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.a1827d { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.ddf153 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--p1d5b); background: var(--b6b87); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.ddf153:hover { border-color: var(--m020f); }
.ddf153 span { font-size: 0.7rem; color: var(--m020f); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.ca6189 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.oaa3d2 { background: var(--b6b87); border-radius: var(--p85a2); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.j9f7e9 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ee360a { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--m020f), var(--i3ecf)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--b441a); flex-shrink: 0; }
.l1ec84 { color: var(--m020f); font-size: 14px; letter-spacing: 1px; }
.gd2a7c { color: var(--h81f7); font-size: 0.75rem; }
.oaa3d2 p { font-size: 0.9rem; color: var(--md0c7); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1280px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.7; }
body { font-size: 16.5px; }
