@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
/* ===== ICE DIAMOND — Design System ===== */
:root {
    --kd139:        #B9F2FF;
    --fc0ce:        #D0F8FF;
    --jd8f3:        #80D0E8;
    --l4bac:        #C0F0FF;
    --d9209:        #B9F2FF;
    --l95fa:        #80D0E8;
    --h87c9:        #E0F0FF;
    --na2fb:        #B0D0E8;
    --bbf00:        #020408;
    --a5dfa:        #060A10;
    --fc1fa:        #0A1018;
    --mc2f0:        #0E1620;
    --m641c:        #FFFFFF;
    --pa1de:        #6090A8;
    --o47fa:        #406878;
    --bc7d9:        #6090A8;
    --o6b93:    'Outfit', sans-serif;
    --j8aab:    'Plus Jakarta Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --g1a56:       12px;
    --je3d4:    20px;
    --m76e8:    8px;
    --j5fd2:        1100px;
    --p5d86:       0 4px 24px rgba(0,0,0,.5);
    --d764d:         0 0 32px rgba(185,242,255,.2);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--kd139);
    --color-primary-light: var(--fc0ce);
    --color-primary-dark: var(--jd8f3);
    --color-accent: var(--d9209);
    --color-accent-dark: var(--l95fa);
    --color-secondary: var(--h87c9);
    --color-secondary-dark: var(--na2fb);
    --color-surface: var(--fc1fa);
    --color-surface-elevated: var(--mc2f0);
    --color-on-surface: var(--m641c);
    --color-on-surface-muted: var(--pa1de);
    --color-text: var(--m641c);
    --color-text-secondary: var(--bc7d9);
    --text-heading: var(--o6b93);
    --text-body: var(--j8aab);
    --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(--j8aab);
    background: var(--bbf00);
    color: var(--m641c);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--fc0ce); text-decoration: none; transition: color .2s; }
a:hover { color: var(--d9209); }
img { max-width: 100%; height: auto; display: block; }

.o33819 { width: 92%; max-width: var(--j5fd2); margin: 0 auto; }

.pbe815 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.d1562b {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--kd139); color: var(--m641c);
    padding: 8px 16px; border-radius: var(--m76e8);
    z-index: 999; transition: top .2s;
}
.d1562b:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.gd07b4 {
    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);
}
.bff9e1 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.fc23df {
    font-family: var(--o6b93);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--m641c);
    white-space: nowrap; text-decoration: none;
}
.fc23df:hover { color: var(--d9209); }

/* Main Nav */
.l71398 { display: flex; align-items: center; gap: 20px; }
.de4241 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.de4241 a {
    color: var(--pa1de); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.de4241 a:hover { color: var(--fc0ce); }

/* Language Select */
.k4d82f {
    background: var(--fc1fa); color: var(--m641c);
    border: 1px solid rgba(212,168,67,.25);
    border-radius: var(--m76e8);
    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;
}
.k4d82f:hover, .k4d82f:focus { border-color: var(--kd139); outline: none; }

/* Menu Toggle */
.f7018c {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.hded98, .hded98::before, .hded98::after {
    display: block; width: 24px; height: 2px;
    background: var(--m641c); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.hded98 { position: relative; }
.hded98::before, .hded98::after { content: ''; position: absolute; left: 0; }
.hded98::before { top: -7px; }
.hded98::after { top: 7px; }

/* Mobile Nav */
.i84ab0 {
    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;
}
.i84ab0.g9909b { display: flex; }
.k62908 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.k62908 a {
    font-size: 1.2rem; font-weight: 600; color: var(--m641c); text-decoration: none;
}
.k62908 a:hover { color: var(--fc0ce); }

/* ===== BUTTONS ===== */
.icc848 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--o6b93); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--g1a56); 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(--kd139) 0%, var(--l4bac) 100%);
    color: var(--m641c); box-shadow: var(--d764d);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(212,168,67,.55);
    color: var(--m641c);
}
.btn-secondary {
    background: transparent; color: var(--fc0ce);
    border: 2px solid var(--kd139);
}
.btn-secondary:hover { background: rgba(212,168,67,.1); color: var(--d9209); }

/* 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); }
}
.n4eea4 {
    background: linear-gradient(135deg, var(--d9209) 0%, #e8a020 55%, var(--l95fa) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    /* box-shadow removed for perf */
    /* animation moved to ::after */
}
.n4eea4:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(244,200,66,.7);
    color: #1a0800; animation: none;
}

.lb7e4d { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--je3d4); }
.lf8035 { padding: 8px 18px; font-size: .85rem; border-radius: var(--m76e8); }

/* Nav CTA in header */
.a7d58b {
    background: linear-gradient(135deg, var(--d9209) 0%, var(--l95fa) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--m76e8);
    box-shadow: 0 0 16px rgba(244,200,66,.3);
    transition: transform .2s, box-shadow .2s;
}
.a7d58b:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(244,200,66,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.edacae {
    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(--bbf00);
    position: relative; overflow: hidden;
}
.edacae::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;
}
.kb7f67 {
    font-family: var(--o6b93);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--d9209) 0%, var(--fc0ce) 50%, var(--kd139) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bf76b2 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--pa1de);
    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(--bbf00);
}
.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(--o6b93);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--d9209) 0%, var(--fc0ce) 45%, var(--kd139) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--pa1de);
    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(--pa1de);
    padding: 7px 14px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(212,168,67,.15);
    border-radius: var(--m76e8);
}
.hero-stat strong { color: var(--fc0ce); }

/* ===== SECTIONS ===== */
.aa5d57 { padding: clamp(52px, 7vw, 80px) 0; }
.p3c5bb { background: var(--a5dfa); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--kd139); margin-bottom: 10px;
}
.aa5d57 h2, .p5108c {
    font-family: var(--o6b93);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.aa5d57 h3 {
    font-family: var(--o6b93); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--fc0ce);
}
.aa5d57 p, .section-desc {
    color: var(--pa1de); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.aa5d57 ul, .aa5d57 ol {
    color: var(--pa1de); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.aa5d57 li { margin-bottom: 8px; }
.aa5d57 li strong { color: var(--m641c); }

/* ===== 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(--fc1fa), var(--mc2f0));
    border: 1px solid rgba(212,168,67,.1);
    border-radius: var(--g1a56); 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(--p5d86);
}
.d2eca2 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--o6b93); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--m641c);
}
.card p { color: var(--pa1de); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.kfa5ff { overflow-x: auto; margin: 24px 0; border-radius: var(--m76e8); }
.j5b1fd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.j5b1fd thead th {
    background: var(--mc2f0); color: var(--m641c); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(212,168,67,.2);
}
.j5b1fd thead th:first-child { border-radius: var(--m76e8) 0 0 0; }
.j5b1fd thead th:last-child { border-radius: 0 var(--m76e8) 0 0; }
.j5b1fd tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.j5b1fd td { padding: 13px 16px; }
.j5b1fd td:first-child { color: var(--pa1de); font-weight: 500; width: 42%; }
.j5b1fd td:last-child { color: var(--m641c); font-weight: 600; }
.j5b1fd 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(--kd139), var(--l4bac));
    border-radius: 50%; font-family: var(--o6b93);
    font-size: 1.2rem; font-weight: 700; color: var(--m641c);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--pa1de); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ebe311 { max-width: 800px; margin: 0 auto; }
details.i0c87d { border-bottom: 1px solid rgba(255,255,255,.07); }
details.i0c87d summary {
    display: block; list-style: none;
    color: var(--m641c); font-family: var(--j8aab);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.i0c87d summary::-webkit-details-marker { display: none; }
details.i0c87d summary::marker { display: none; content: ''; }
details.i0c87d summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--kd139); transition: transform .3s;
}
details.i0c87d[open] summary::after { content: '\2212'; }
details.i0c87d summary:hover { color: var(--fc0ce); }
details.i0c87d > p { padding: 0 0 20px; color: var(--pa1de); font-size: .9rem; line-height: 1.7; }
details.i0c87d > div { padding: 0 0 20px; color: var(--pa1de); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--a5dfa); }

/* ===== INFO GRID & CARDS ===== */
.l76820 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.lcfd73 {
    background: linear-gradient(145deg, var(--fc1fa), var(--mc2f0));
    border: 1px solid rgba(212,168,67,.12); border-radius: var(--g1a56); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.lcfd73:hover {
    transform: translateY(-5px);
    border-color: rgba(212,168,67,.35);
    box-shadow: var(--p5d86);
}
.i50966 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.lcfd73 h3 {
    font-family: var(--o6b93); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--m641c);
}
.lcfd73 p { color: var(--pa1de); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.l9433c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e4bc55 {
    background: linear-gradient(145deg, var(--fc1fa), var(--mc2f0));
    border: 1px solid rgba(244,200,66,.15); border-radius: var(--g1a56); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.e4bc55:hover { transform: translateY(-5px); border-color: rgba(244,200,66,.38); }
.e4bc55 h3 {
    font-family: var(--o6b93); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d9209);
}
.e4bc55 p { color: var(--pa1de); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.gc75f1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.e10a36 { text-align: center; padding: 22px 14px; }
.d43af0 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--kd139), var(--l4bac));
    border-radius: 50%; font-family: var(--o6b93);
    font-size: 1.15rem; font-weight: 800; color: var(--m641c);
    box-shadow: 0 0 22px rgba(212,168,67,.35);
}
.e10a36 h3 {
    font-family: var(--o6b93); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--m641c);
}
.e10a36 p { color: var(--pa1de); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.kc4343 {
    background: linear-gradient(145deg, var(--fc1fa), var(--mc2f0));
    border: 1px solid rgba(244,200,66,.18); border-radius: var(--je3d4);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.m48926 { margin-top: 24px; }
.d638d9 {
    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;
}
.d638d9 > span:first-child { color: var(--pa1de); text-align: left; }
.g827ab {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.e88292 {
    height: 100%;
    background: linear-gradient(90deg, var(--kd139) 0%, var(--d9209) 100%);
    border-radius: 4px;
}
.d638d9 > span:last-child { color: var(--d9209); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.id5d24 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.k994f3, .h67cc7 {
    background: linear-gradient(145deg, var(--fc1fa), var(--mc2f0));
    border-radius: var(--g1a56); padding: 24px 22px;
}
.k994f3 { border-top: 3px solid var(--h87c9); }
.h67cc7 { border-top: 3px solid #C84040; }
.k994f3 h3, .k994f3 h4 { color: var(--h87c9); margin-bottom: 12px; font-size: 1rem; }
.h67cc7 h3, .h67cc7 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.k994f3 ul, .h67cc7 ul { list-style: none; padding: 0; margin: 0; }
.k994f3 li::before { content: '\2713 '; color: var(--h87c9); font-weight: 700; }
.h67cc7 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.k994f3 li, .h67cc7 li { padding: 5px 0; color: var(--pa1de); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.a5184c {
    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(--a5dfa);
    border-top: 1px solid rgba(244,200,66,.1);
    border-bottom: 1px solid rgba(244,200,66,.1);
}
.a5184c h2 {
    font-family: var(--o6b93);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--d9209), var(--fc0ce));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a5184c p { color: var(--pa1de); 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(--kd139);
    border-radius: var(--m76e8); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--pa1de); font-size: .9rem; }
.highlight-box strong { color: var(--fc0ce); }

/* ===== BREADCRUMB ===== */
.bac213 { padding: 14px 0; font-size: .82rem; }
.p2fe1d { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.p2fe1d li + li::before { content: '\203A'; margin-right: 8px; color: var(--o47fa); }
.bac213 a { color: var(--o47fa); }
.bac213 a:hover { color: var(--fc0ce); }
.bac213 [aria-current] { color: var(--kd139); }

/* ===== SITE FOOTER ===== */
.me3ebe {
    background: var(--bbf00); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.i51baf {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.i51baf a {
    color: var(--o47fa); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.i51baf a:hover { color: var(--fc0ce); }

.ndce15 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.ndce15 p {
    color: var(--o47fa); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ndce15 a { color: var(--kd139); }
.p2fed2 { text-align: center; color: var(--o47fa); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.k82484 { max-width: 800px; margin: 0 auto; }
.k82484 p {
    color: var(--pa1de); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.k82484 p:last-child { margin-bottom: 0; }
.k82484 strong { color: var(--m641c); }
.k82484 a { color: var(--fc0ce); text-decoration: underline; text-underline-offset: 3px; }
.k82484 a:hover { color: var(--d9209); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.e740f8 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.e19507 { direction: rtl; }
.e19507 > * { direction: ltr; }
.k60e0f { border-radius: var(--je3d4); overflow: hidden; }
.k60e0f img {
    width: 100%; height: auto; display: block;
    border-radius: var(--je3d4);
    border: 1px solid rgba(212,168,67,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.l2df32 { color: var(--pa1de); font-size: .93rem; line-height: 1.7; }
.l2df32 strong { color: var(--m641c); }
.l2df32 a { color: var(--fc0ce); }
@media (max-width: 768px) {
    .e740f8 { grid-template-columns: 1fr; gap: 24px; }
    .e19507 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--jd8f3);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--jd8f3); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.nff93b {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--kd139);
    color: var(--m641c); 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(--p5d86);
}
.nff93b.gde099 { opacity: 1; visibility: visible; }
.nff93b:hover { transform: translateY(-3px); background: var(--jd8f3); }

/* ===== REVIEW SCORE (review page) ===== */
.j464c3 {
    font-family: var(--o6b93); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--d9209), var(--fc0ce));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--d9209); 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(--pa1de); width: 55%; }
.score-table td:last-child { color: var(--d9209); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ac7a4f {
    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);
}
.ac7a4f .icc848 { 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) {
    .de4241 { display: none; }
    .l71398 .k4d82f { display: none; }
    .f7018c { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .id5d24 { grid-template-columns: 1fr; }
    section, .aa5d57 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .i51baf { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .gc75f1 { grid-template-columns: 1fr 1fr; }
    .l76820 { grid-template-columns: 1fr 1fr; }
    .d638d9 { grid-template-columns: 1fr 100px auto; }
    .ac7a4f { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .lb7e4d { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .gc75f1 { grid-template-columns: 1fr; }
    .l76820 { grid-template-columns: 1fr; }
    .bff9e1 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j464c3 { font-size: 3.5rem; }
    .d638d9 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .id5d24 { grid-template-columns: 1fr; }
    .kc4343 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.jf735c {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.jf735c summary.de1d31 {
    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(--m641c);
    padding: 6px 11px;
    border-radius: var(--m76e8);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--j8aab);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.jf735c summary.de1d31::-webkit-details-marker { display: none; }
.jf735c summary.de1d31::marker { display: none; }
.jf735c:hover summary.de1d31,
.jf735c[open] summary.de1d31 {
    background: rgba(255,255,255,.13);
    border-color: rgba(244,200,66,.35);
    color: var(--d9209);
}
.p7a106 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.jf735c[open] .p7a106 { transform: rotate(180deg); }

.i03d56 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--fc1fa);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--g1a56);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.jf735c[open] .i03d56 {
    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); }
}
.i03d56 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--bc7d9);
    border-radius: var(--m76e8);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.i03d56 li a:hover,
.i03d56 li a.l72ae8 {
    background: rgba(255,255,255,.08);
    color: var(--d9209);
}
.i03d56 li a.l72ae8 { font-weight: 700; }

/* Mobile lang bar */
.jcb522 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.jcb522 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(--m76e8);
    color: var(--bc7d9);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.jcb522 a:hover,
.jcb522 a.o7a993 {
    background: rgba(244,200,66,.12);
    border-color: rgba(244,200,66,.3);
    color: var(--d9209);
}
.jcb522 a.o7a993 { font-weight: 700; }

@media (max-width: 768px) {
    .jf735c { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.l76820, ul.ic63bf { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a7c9df { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a7c9df { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.gc75f1, ol.n2ffa9 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.n2ffa9 > li { counter-increment: step-counter; }
ol.n2ffa9 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--kd139); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.le0196 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--kd139); }
.i50c24 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.me0ffe { width: 36px; height: 36px; border-radius: 50%; background: var(--kd139); color: var(--bbf00); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a8e538 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.k41060 { display: grid; grid-template-columns: 1fr; gap: 0; }
.h761e2 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.h761e2:last-child { border-bottom: none; }
.bcc418 { font-weight: 600; padding: .75rem 1rem; color: var(--kd139); }
.l6b814 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.o42a46 .p5047f { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.o42a46 .j855ef { display: none; }
.o42a46 .i0c87d.g9909b .j855ef { display: block; }

/* faq variant C: definition list */
dl.ebe311 { display: grid; gap: 0; }
dl.ebe311 dt.n240cb { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ebe311 dd.j855ef { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.a0a6d9 { padding: 2rem 0; }
.dfef49 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.dfef49 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--g1a56); border: 1px solid var(--d9209); color: var(--d9209); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.dfef49 li a:hover { background: var(--d9209); color: var(--bbf00); }


/* Promo Banner (SVG image banners) */
.l05f5f { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.pd703c { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.pd703c:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.gde22b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.d2eca2 { display: inline-block; vertical-align: middle; }
.i50966 .d2eca2 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.lffc1e {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--fc1fa), var(--mc2f0));
    border-radius: var(--g1a56); padding: 24px; margin-top: 24px;
}
.cbc09a { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--m76e8); background: var(--a5dfa); }
.cbc09a dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.cbc09a dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--d9209); }
@media (max-width: 768px) { .lffc1e { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .lffc1e { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--d9209); 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; }
  .n4eea4 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.icc848, .n4eea4, .lb7e4d, .lf8035, .a7d58b, .f7018c, .p5047f, .n240cb, .nff93b, .ac7a4f a, .de1d31 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.n4eea4 { position: relative; overflow: visible; }
.n4eea4::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--d9209); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.n4eea4:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.n4eea4::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.e19d44 { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.l8849e {
    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);
}
.l8849e.fca2fe { color: var(--d9209); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.g53f1a, .k43559 { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.d11751, .c24171 { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--m76e8); background: var(--fc1fa); transition: transform 0.2s; }
.d11751:hover, .c24171:hover { transform: translateY(-2px); }
.d11751 span, .c24171 span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.e96ad2 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.k90ba7 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--m76e8); background: var(--fc1fa); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.k90ba7:hover { border-color: var(--d9209); }
.k90ba7 span { font-size: 0.7rem; color: var(--d9209); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.ad76bd { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.c44f51 { background: var(--fc1fa); border-radius: var(--g1a56); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.p19ff1 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.jea4d5 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--d9209), var(--kd139)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--bbf00); flex-shrink: 0; }
.cfd400 { color: var(--d9209); font-size: 14px; letter-spacing: 1px; }
.h66e9b { color: var(--o47fa); font-size: 0.75rem; }
.c44f51 p { font-size: 0.9rem; color: var(--bc7d9); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1200px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(64px, 9vw, 100px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.6; }
body { font-size: 16px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
