@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Nunito:wght@400;600;700&display=swap');
/* ===== CORAL REEF — Design System ===== */
:root {
    --l562e:        #FF6F61;
    --jf3be:        #FF9088;
    --j7b80:        #CC5850;
    --i4387:        #FF7870;
    --k7bf5:        #FF6F61;
    --cc633:        #CC5850;
    --a3c3c:        #40E0D0;
    --e59ca:        #30B0A0;
    --fc5ef:        #040810;
    --p7498:        #081018;
    --n754c:        #0C1820;
    --f1b8c:        #102028;
    --n38ba:        #FFFFFF;
    --l01bf:        #80A0B0;
    --g2148:        #506878;
    --b0282:        #80A0B0;
    --e1143:    'Quicksand', sans-serif;
    --if647:    'Nunito', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --o1f8b:       12px;
    --j0095:    20px;
    --ecf2d:    8px;
    --e2251:        1100px;
    --bed76:       0 4px 24px rgba(0,0,0,.5);
    --kd2b0:         0 0 32px rgba(255,111,97,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--l562e);
    --color-primary-light: var(--jf3be);
    --color-primary-dark: var(--j7b80);
    --color-accent: var(--k7bf5);
    --color-accent-dark: var(--cc633);
    --color-secondary: var(--a3c3c);
    --color-secondary-dark: var(--e59ca);
    --color-surface: var(--n754c);
    --color-surface-elevated: var(--f1b8c);
    --color-on-surface: var(--n38ba);
    --color-on-surface-muted: var(--l01bf);
    --color-text: var(--n38ba);
    --color-text-secondary: var(--b0282);
    --text-heading: var(--e1143);
    --text-body: var(--if647);
    --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(--if647);
    background: var(--fc5ef);
    color: var(--n38ba);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--jf3be); text-decoration: none; transition: color .2s; }
a:hover { color: var(--k7bf5); }
img { max-width: 100%; height: auto; display: block; }

.ecb92a { width: 92%; max-width: var(--e2251); margin: 0 auto; }

.j1c440 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.ff05d7 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--l562e); color: var(--n38ba);
    padding: 8px 16px; border-radius: var(--ecf2d);
    z-index: 999; transition: top .2s;
}
.ff05d7:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.pe3b26 {
    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);
}
.fcb805 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.j72448 {
    font-family: var(--e1143);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--n38ba);
    white-space: nowrap; text-decoration: none;
}
.j72448:hover { color: var(--k7bf5); }

/* Main Nav */
.l83804 { display: flex; align-items: center; gap: 20px; }
.e3c9b6 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.e3c9b6 a {
    color: var(--l01bf); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.e3c9b6 a:hover { color: var(--jf3be); }

/* Language Select */
.ef29fd {
    background: var(--n754c); color: var(--n38ba);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--ecf2d);
    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;
}
.ef29fd:hover, .ef29fd:focus { border-color: var(--l562e); outline: none; }

/* Menu Toggle */
.h05c97 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.l64f75, .l64f75::before, .l64f75::after {
    display: block; width: 24px; height: 2px;
    background: var(--n38ba); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.l64f75 { position: relative; }
.l64f75::before, .l64f75::after { content: ''; position: absolute; left: 0; }
.l64f75::before { top: -7px; }
.l64f75::after { top: 7px; }

/* Mobile Nav */
.ld07d6 {
    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;
}
.ld07d6.c09359 { display: flex; }
.g9cac5 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.g9cac5 a {
    font-size: 1.2rem; font-weight: 600; color: var(--n38ba); text-decoration: none;
}
.g9cac5 a:hover { color: var(--jf3be); }

/* ===== BUTTONS ===== */
.l2d0d6 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--e1143); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--o1f8b); 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(--l562e) 0%, var(--i4387) 100%);
    color: var(--n38ba); box-shadow: var(--kd2b0);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--n38ba);
}
.btn-secondary {
    background: transparent; color: var(--jf3be);
    border: 2px solid var(--l562e);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--k7bf5); }

/* 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); }
}
.n736b4 {
    background: linear-gradient(135deg, var(--k7bf5) 0%, #e8a020 55%, var(--cc633) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.n736b4:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.cf40b5 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--j0095); }
.ga999e { padding: 8px 18px; font-size: .85rem; border-radius: var(--ecf2d); }

/* Nav CTA in header */
.p1dab8 {
    background: linear-gradient(135deg, var(--k7bf5) 0%, var(--cc633) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ecf2d);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.p1dab8:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.fec21e {
    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(--fc5ef);
    position: relative; overflow: hidden;
}
.fec21e::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;
}
.of1855 {
    font-family: var(--e1143);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--k7bf5) 0%, var(--jf3be) 50%, var(--l562e) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b9ca84 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--l01bf);
    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(--fc5ef);
}
.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(--e1143);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--k7bf5) 0%, var(--jf3be) 45%, var(--l562e) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--l01bf);
    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(--l01bf);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--ecf2d);
}
.hero-stat strong { color: var(--jf3be); }

/* ===== SECTIONS ===== */
.fd9a49 { padding: clamp(52px, 7vw, 80px) 0; }
.k09c42 { background: var(--p7498); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--l562e); margin-bottom: 10px;
}
.fd9a49 h2, .ea4917 {
    font-family: var(--e1143);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.fd9a49 h3 {
    font-family: var(--e1143); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--jf3be);
}
.fd9a49 p, .section-desc {
    color: var(--l01bf); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.fd9a49 ul, .fd9a49 ol {
    color: var(--l01bf); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.fd9a49 li { margin-bottom: 8px; }
.fd9a49 li strong { color: var(--n38ba); }

/* ===== 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(--n754c), var(--f1b8c));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--o1f8b); 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(--bed76);
}
.n976d4 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--e1143); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n38ba);
}
.card p { color: var(--l01bf); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.n53591 { overflow-x: auto; margin: 24px 0; border-radius: var(--ecf2d); }
.o19bd7 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.o19bd7 thead th {
    background: var(--f1b8c); color: var(--n38ba); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.o19bd7 thead th:first-child { border-radius: var(--ecf2d) 0 0 0; }
.o19bd7 thead th:last-child { border-radius: 0 var(--ecf2d) 0 0; }
.o19bd7 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.o19bd7 td { padding: 13px 16px; }
.o19bd7 td:first-child { color: var(--l01bf); font-weight: 500; width: 42%; }
.o19bd7 td:last-child { color: var(--n38ba); font-weight: 600; }
.o19bd7 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(--l562e), var(--i4387));
    border-radius: 50%; font-family: var(--e1143);
    font-size: 1.2rem; font-weight: 700; color: var(--n38ba);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--l01bf); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.e685c8 { max-width: 800px; margin: 0 auto; }
details.i7b9ba { border-bottom: 1px solid rgba(255,255,255,.07); }
details.i7b9ba summary {
    display: block; list-style: none;
    color: var(--n38ba); font-family: var(--if647);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.i7b9ba summary::-webkit-details-marker { display: none; }
details.i7b9ba summary::marker { display: none; content: ''; }
details.i7b9ba summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--l562e); transition: transform .3s;
}
details.i7b9ba[open] summary::after { content: '\2212'; }
details.i7b9ba summary:hover { color: var(--jf3be); }
details.i7b9ba > p { padding: 0 0 20px; color: var(--l01bf); font-size: .9rem; line-height: 1.7; }
details.i7b9ba > div { padding: 0 0 20px; color: var(--l01bf); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--p7498); }

/* ===== INFO GRID & CARDS ===== */
.p84599 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ib826f {
    background: linear-gradient(145deg, var(--n754c), var(--f1b8c));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--o1f8b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ib826f:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--bed76);
}
.bb82d6 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ib826f h3 {
    font-family: var(--e1143); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n38ba);
}
.ib826f p { color: var(--l01bf); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.f262eb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m7f270 {
    background: linear-gradient(145deg, var(--n754c), var(--f1b8c));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--o1f8b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m7f270:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.m7f270 h3 {
    font-family: var(--e1143); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--k7bf5);
}
.m7f270 p { color: var(--l01bf); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.l35f72 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i99f15 { text-align: center; padding: 22px 14px; }
.o817ed {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--l562e), var(--i4387));
    border-radius: 50%; font-family: var(--e1143);
    font-size: 1.15rem; font-weight: 800; color: var(--n38ba);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.i99f15 h3 {
    font-family: var(--e1143); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--n38ba);
}
.i99f15 p { color: var(--l01bf); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.jdc333 {
    background: linear-gradient(145deg, var(--n754c), var(--f1b8c));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--j0095);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.k370ce { margin-top: 24px; }
.k3b49c {
    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;
}
.k3b49c > span:first-child { color: var(--l01bf); text-align: left; }
.daa7a3 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.da6650 {
    height: 100%;
    background: linear-gradient(90deg, var(--l562e) 0%, var(--k7bf5) 100%);
    border-radius: 4px;
}
.k3b49c > span:last-child { color: var(--k7bf5); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.df660f { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ke41b5, .i1240c {
    background: linear-gradient(145deg, var(--n754c), var(--f1b8c));
    border-radius: var(--o1f8b); padding: 24px 22px;
}
.ke41b5 { border-top: 3px solid var(--a3c3c); }
.i1240c { border-top: 3px solid #C84040; }
.ke41b5 h3, .ke41b5 h4 { color: var(--a3c3c); margin-bottom: 12px; font-size: 1rem; }
.i1240c h3, .i1240c h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ke41b5 ul, .i1240c ul { list-style: none; padding: 0; margin: 0; }
.ke41b5 li::before { content: '\2713 '; color: var(--a3c3c); font-weight: 700; }
.i1240c li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ke41b5 li, .i1240c li { padding: 5px 0; color: var(--l01bf); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m23408 {
    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(--p7498);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.m23408 h2 {
    font-family: var(--e1143);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--k7bf5), var(--jf3be));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m23408 p { color: var(--l01bf); 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(--l562e);
    border-radius: var(--ecf2d); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--l01bf); font-size: .9rem; }
.highlight-box strong { color: var(--jf3be); }

/* ===== BREADCRUMB ===== */
.ef42e4 { padding: 14px 0; font-size: .82rem; }
.n91acc { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.n91acc li + li::before { content: '\203A'; margin-right: 8px; color: var(--g2148); }
.ef42e4 a { color: var(--g2148); }
.ef42e4 a:hover { color: var(--jf3be); }
.ef42e4 [aria-current] { color: var(--l562e); }

/* ===== SITE FOOTER ===== */
.gc1cf6 {
    background: var(--fc5ef); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.jf99fa {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.jf99fa a {
    color: var(--g2148); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.jf99fa a:hover { color: var(--jf3be); }

.b9c256 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.b9c256 p {
    color: var(--g2148); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.b9c256 a { color: var(--l562e); }
.o3dd27 { text-align: center; color: var(--g2148); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.f81005 { max-width: 800px; margin: 0 auto; }
.f81005 p {
    color: var(--l01bf); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.f81005 p:last-child { margin-bottom: 0; }
.f81005 strong { color: var(--n38ba); }
.f81005 a { color: var(--jf3be); text-decoration: underline; text-underline-offset: 3px; }
.f81005 a:hover { color: var(--k7bf5); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.gdc1fb {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.b5b757 { direction: rtl; }
.b5b757 > * { direction: ltr; }
.d7278d { border-radius: var(--j0095); overflow: hidden; }
.d7278d img {
    width: 100%; height: auto; display: block;
    border-radius: var(--j0095);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.afdd87 { color: var(--l01bf); font-size: .93rem; line-height: 1.7; }
.afdd87 strong { color: var(--n38ba); }
.afdd87 a { color: var(--jf3be); }
@media (max-width: 768px) {
    .gdc1fb { grid-template-columns: 1fr; gap: 24px; }
    .b5b757 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--j7b80);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--j7b80); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.m47787 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--l562e);
    color: var(--n38ba); 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(--bed76);
}
.m47787.b8f22c { opacity: 1; visibility: visible; }
.m47787:hover { transform: translateY(-3px); background: var(--j7b80); }

/* ===== REVIEW SCORE (review page) ===== */
.m4016b {
    font-family: var(--e1143); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--k7bf5), var(--jf3be));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--k7bf5); 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(--l01bf); width: 55%; }
.score-table td:last-child { color: var(--k7bf5); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.o7bf13 {
    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);
}
.o7bf13 .l2d0d6 { 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) {
    .e3c9b6 { display: none; }
    .l83804 .ef29fd { display: none; }
    .h05c97 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .df660f { grid-template-columns: 1fr; }
    section, .fd9a49 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .jf99fa { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .l35f72 { grid-template-columns: 1fr 1fr; }
    .p84599 { grid-template-columns: 1fr 1fr; }
    .k3b49c { grid-template-columns: 1fr 100px auto; }
    .o7bf13 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .cf40b5 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .l35f72 { grid-template-columns: 1fr; }
    .p84599 { grid-template-columns: 1fr; }
    .fcb805 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .m4016b { font-size: 3.5rem; }
    .k3b49c { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .df660f { grid-template-columns: 1fr; }
    .jdc333 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.kb06b3 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.kb06b3 summary.ned870 {
    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(--n38ba);
    padding: 6px 11px;
    border-radius: var(--ecf2d);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--if647);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.kb06b3 summary.ned870::-webkit-details-marker { display: none; }
.kb06b3 summary.ned870::marker { display: none; }
.kb06b3:hover summary.ned870,
.kb06b3[open] summary.ned870 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--k7bf5);
}
.g263a4 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.kb06b3[open] .g263a4 { transform: rotate(180deg); }

.a20585 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--n754c);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--o1f8b);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.kb06b3[open] .a20585 {
    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); }
}
.a20585 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b0282);
    border-radius: var(--ecf2d);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a20585 li a:hover,
.a20585 li a.f94f15 {
    background: rgba(255,255,255,.08);
    color: var(--k7bf5);
}
.a20585 li a.f94f15 { font-weight: 700; }

/* Mobile lang bar */
.m25e50 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.m25e50 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(--ecf2d);
    color: var(--b0282);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.m25e50 a:hover,
.m25e50 a.n86005 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--k7bf5);
}
.m25e50 a.n86005 { font-weight: 700; }

@media (max-width: 768px) {
    .kb06b3 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.p84599, ul.i77c02 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k2457d { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k2457d { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.l35f72, ol.pf66f6 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.pf66f6 > li { counter-increment: step-counter; }
ol.pf66f6 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--l562e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.f955c9 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--l562e); }
.e2d9df { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.ad8cf9 { width: 36px; height: 36px; border-radius: 50%; background: var(--l562e); color: var(--fc5ef); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.bf8806 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.d6e01c { display: grid; grid-template-columns: 1fr; gap: 0; }
.gd31c2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.gd31c2:last-child { border-bottom: none; }
.i0e63b { font-weight: 600; padding: .75rem 1rem; color: var(--l562e); }
.e378f6 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n26b3e .hcc456 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n26b3e .o5c2af { display: none; }
.n26b3e .i7b9ba.c09359 .o5c2af { display: block; }

/* faq variant C: definition list */
dl.e685c8 { display: grid; gap: 0; }
dl.e685c8 dt.k38f07 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.e685c8 dd.o5c2af { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.h6853e { padding: 2rem 0; }
.fc2b6a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.fc2b6a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--o1f8b); border: 1px solid var(--k7bf5); color: var(--k7bf5); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.fc2b6a li a:hover { background: var(--k7bf5); color: var(--fc5ef); }


/* Promo Banner (SVG image banners) */
.gcf376 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.jda309 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.jda309:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.i50fd4 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.n976d4 { display: inline-block; vertical-align: middle; }
.bb82d6 .n976d4 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.h41992 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--n754c), var(--f1b8c));
    border-radius: var(--o1f8b); padding: 24px; margin-top: 24px;
}
.eebbb3 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ecf2d); background: var(--p7498); }
.eebbb3 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.eebbb3 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--k7bf5); }
@media (max-width: 768px) { .h41992 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .h41992 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--k7bf5); 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; }
  .n736b4 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.l2d0d6, .n736b4, .cf40b5, .ga999e, .p1dab8, .h05c97, .hcc456, .k38f07, .m47787, .o7bf13 a, .ned870 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n736b4 { position: relative; overflow: visible; }
.n736b4::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--k7bf5); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n736b4:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n736b4::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.n80625 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.f0c976 {
    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);
}
.f0c976.g1d7f4 { color: var(--k7bf5); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.mc0697, .nc3b56 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.pafda5, .a79990 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--ecf2d); background: var(--n754c); transition: transform 0.2s; }
.pafda5:hover, .a79990:hover { transform: translateY(-2px); }
.pafda5 span, .a79990 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.g1f802 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.h428fb { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--ecf2d); background: var(--n754c); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.h428fb:hover { border-color: var(--k7bf5); }
.h428fb span { font-size: 0.7rem; color: var(--k7bf5); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.p9c59d { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.h47f52 { background: var(--n754c); border-radius: var(--o1f8b); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.j44dae { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ce1c6f { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--k7bf5), var(--l562e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--fc5ef); flex-shrink: 0; }
.be9bc4 { color: var(--k7bf5); font-size: 14px; letter-spacing: 1px; }
.ecc789 { color: var(--g2148); font-size: 0.75rem; }
.h47f52 p { font-size: 0.9rem; color: var(--b0282); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(40px, 5vw, 60px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.5); }
body { line-height: 1.7; }
body { font-size: 16px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }
