@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');
/* ===== SUNSET BLAZE — Design System ===== */
:root {
    --pa842:        #E67E22;
    --b6314:  #F39C12;
    --de055:   #D35400;
    --l955c:         #F39C12;
    --n6498:         #F1C40F;
    --i103f:    #D4AC0D;
    --m5f4d:         #E67E22;
    --b3556:    #D35400;
    --c5b4d:           #0C0804;
    --fdb5f:         #14100A;
    --e5810:         #1C1810;
    --k81ac:         #242018;
    --i23fb:        #FFFFFF;
    --ea786:         #B8A898;
    --b2206:       #7A6E60;
    --b2c1d:       #B8A898;
    --ce4ce:    'Sora', sans-serif;
    --k381c:    'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --l20e4:       12px;
    --f8d51:    20px;
    --k2580:    8px;
    --k9378:        1100px;
    --ca67e:       0 4px 24px rgba(0,0,0,.55);
    --mc699:         0 0 32px rgba(230,126,34,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--pa842);
    --color-primary-light: var(--b6314);
    --color-primary-dark: var(--de055);
    --color-accent: var(--n6498);
    --color-accent-dark: var(--i103f);
    --color-secondary: var(--m5f4d);
    --color-secondary-dark: var(--b3556);
    --color-surface: var(--e5810);
    --color-surface-elevated: var(--k81ac);
    --color-on-surface: var(--i23fb);
    --color-on-surface-muted: var(--ea786);
    --color-text: var(--i23fb);
    --color-text-secondary: var(--b2c1d);
    --text-heading: var(--ce4ce);
    --text-body: var(--k381c);
    --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(--k381c);
    background: var(--c5b4d);
    color: var(--i23fb);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--b6314); text-decoration: none; transition: color .2s; }
a:hover { color: var(--n6498); }
img { max-width: 100%; height: auto; display: block; }

.b88f0d { width: 92%; max-width: var(--k9378); margin: 0 auto; }

.p47458 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.l9ef78 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--pa842); color: var(--i23fb);
    padding: 8px 16px; border-radius: var(--k2580);
    z-index: 999; transition: top .2s;
}
.l9ef78:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.nee38f {
    position: sticky; top: 0; z-index: 100;
    background: rgba(12,8,4,.93);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(230,126,34,.15);
}
.k386d9 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.l47e2a {
    font-family: var(--ce4ce);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--i23fb);
    white-space: nowrap; text-decoration: none;
}
.l47e2a:hover { color: var(--n6498); }

/* Main Nav */
.d5d306 { display: flex; align-items: center; gap: 20px; }
.a6c146 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.a6c146 a {
    color: var(--ea786); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.a6c146 a:hover { color: var(--b6314); }

/* Language Select */
.j8e335 {
    background: var(--e5810); color: var(--i23fb);
    border: 1px solid rgba(230,126,34,.25);
    border-radius: var(--k2580);
    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='%23E67E22'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.j8e335:hover, .j8e335:focus { border-color: var(--pa842); outline: none; }

/* Menu Toggle */
.g6e431 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.mfa8bc, .mfa8bc::before, .mfa8bc::after {
    display: block; width: 24px; height: 2px;
    background: var(--i23fb); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.mfa8bc { position: relative; }
.mfa8bc::before, .mfa8bc::after { content: ''; position: absolute; left: 0; }
.mfa8bc::before { top: -7px; }
.mfa8bc::after { top: 7px; }

/* Mobile Nav */
.k5cd3b {
    display: none; position: fixed; inset: 0;
    background: rgba(12,8,4,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.k5cd3b.k02c97 { display: flex; }
.nc104b {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.nc104b a {
    font-size: 1.2rem; font-weight: 600; color: var(--i23fb); text-decoration: none;
}
.nc104b a:hover { color: var(--b6314); }

/* ===== BUTTONS ===== */
.ke56f4 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--ce4ce); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--l20e4); 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(--pa842) 0%, var(--l955c) 100%);
    color: var(--i23fb); box-shadow: var(--mc699);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(230,126,34,.55);
    color: var(--i23fb);
}
.btn-secondary {
    background: transparent; color: var(--b6314);
    border: 2px solid var(--pa842);
}
.btn-secondary:hover { background: rgba(230,126,34,.1); color: var(--n6498); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(230,126,34,.35); }
    50%      { box-shadow: 0 0 50px rgba(243,156,18,.7), 0 0 90px rgba(230,126,34,.18); }
}
.c34d10 {
    background: linear-gradient(135deg, var(--b6314) 0%, var(--pa842) 55%, var(--de055) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(230,126,34,.4);
    /* animation moved to ::after */
}
.c34d10:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(243,156,18,.7);
    color: #1a0800; animation: none;
}

.fa110f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--f8d51); }
.o3cfe6 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k2580); }

/* Nav CTA in header */
.f742ba {
    background: linear-gradient(135deg, var(--b6314) 0%, var(--de055) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k2580);
    box-shadow: 0 0 16px rgba(230,126,34,.3);
    transition: transform .2s, box-shadow .2s;
}
.f742ba:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(243,156,18,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.f87c68 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(230,126,34,.14) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(241,196,15,.05) 0%, transparent 60%),
        var(--c5b4d);
    position: relative; overflow: hidden;
}
.f87c68::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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(230,126,34,0.025)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.gb8fd8 {
    font-family: var(--ce4ce);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--pa842) 0%, var(--b6314) 50%, var(--n6498) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.j512bb {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--ea786);
    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(230,126,34,.13) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(211,84,0,.08) 0%, transparent 60%),
        var(--c5b4d);
}
.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%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(230,126,34,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--ce4ce);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--pa842) 0%, var(--b6314) 45%, var(--n6498) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--ea786);
    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(--ea786);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(230,126,34,.15);
    border-radius: var(--k2580);
}
.hero-stat strong { color: var(--b6314); }

/* ===== SECTIONS ===== */
.a4c402 { padding: clamp(52px, 7vw, 80px) 0; }
.h267b1 { background: var(--fdb5f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--pa842); margin-bottom: 10px;
}
.a4c402 h2, .p291c0 {
    font-family: var(--ce4ce);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.a4c402 h3 {
    font-family: var(--ce4ce); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--b6314);
}
.a4c402 p, .section-desc {
    color: var(--ea786); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.a4c402 ul, .a4c402 ol {
    color: var(--ea786); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.a4c402 li { margin-bottom: 8px; }
.a4c402 li strong { color: var(--i23fb); }

/* ===== 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(--e5810), var(--k81ac));
    border: 1px solid rgba(230,126,34,.1);
    border-radius: var(--l20e4); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(230,126,34,.3);
    box-shadow: var(--ca67e);
}
.h50b02 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--ce4ce); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--i23fb);
}
.card p { color: var(--ea786); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.ja597a { overflow-x: auto; margin: 24px 0; border-radius: var(--k2580); }
.j32285 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.j32285 thead th {
    background: var(--k81ac); color: var(--i23fb); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(230,126,34,.2);
}
.j32285 thead th:first-child { border-radius: var(--k2580) 0 0 0; }
.j32285 thead th:last-child { border-radius: 0 var(--k2580) 0 0; }
.j32285 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.j32285 td { padding: 13px 16px; }
.j32285 td:first-child { color: var(--ea786); font-weight: 500; width: 42%; }
.j32285 td:last-child { color: var(--i23fb); font-weight: 600; }
.j32285 tr:hover { background: rgba(230,126,34,.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(--pa842), var(--b6314));
    border-radius: 50%; font-family: var(--ce4ce);
    font-size: 1.2rem; font-weight: 700; color: var(--i23fb);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--ea786); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.jb29ac { max-width: 800px; margin: 0 auto; }
details.b17b96 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.b17b96 summary {
    display: block; list-style: none;
    color: var(--i23fb); font-family: var(--k381c);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.b17b96 summary::-webkit-details-marker { display: none; }
details.b17b96 summary::marker { display: none; content: ''; }
details.b17b96 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--pa842); transition: transform .3s;
}
details.b17b96[open] summary::after { content: '\2212'; }
details.b17b96 summary:hover { color: var(--b6314); }
details.b17b96 > p { padding: 0 0 20px; color: var(--ea786); font-size: .9rem; line-height: 1.7; }
details.b17b96 > div { padding: 0 0 20px; color: var(--ea786); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--fdb5f); }

/* ===== INFO GRID & CARDS ===== */
.l284ce {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.bfbde8 {
    background: linear-gradient(145deg, var(--e5810), var(--k81ac));
    border: 1px solid rgba(230,126,34,.12); border-radius: var(--l20e4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.bfbde8:hover {
    transform: translateY(-5px);
    border-color: rgba(230,126,34,.35);
    box-shadow: var(--ca67e);
}
.lc6edf { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.bfbde8 h3 {
    font-family: var(--ce4ce); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--i23fb);
}
.bfbde8 p { color: var(--ea786); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j0eb59 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ed751f {
    background: linear-gradient(145deg, var(--e5810), var(--k81ac));
    border: 1px solid rgba(243,156,18,.15); border-radius: var(--l20e4); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ed751f:hover { transform: translateY(-5px); border-color: rgba(243,156,18,.38); }
.ed751f h3 {
    font-family: var(--ce4ce); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--b6314);
}
.ed751f p { color: var(--ea786); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.j99c30 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d1828c { text-align: center; padding: 22px 14px; }
.i54e85 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--pa842), var(--b6314));
    border-radius: 50%; font-family: var(--ce4ce);
    font-size: 1.15rem; font-weight: 800; color: var(--i23fb);
    box-shadow: 0 0 22px rgba(230,126,34,.35);
}
.d1828c h3 {
    font-family: var(--ce4ce); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--i23fb);
}
.d1828c p { color: var(--ea786); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.a45f21 {
    background: linear-gradient(145deg, var(--e5810), var(--k81ac));
    border: 1px solid rgba(243,156,18,.18); border-radius: var(--f8d51);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.ma9857 { margin-top: 24px; }
.n6d1e8 {
    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;
}
.n6d1e8 > span:first-child { color: var(--ea786); text-align: left; }
.p3f1ae {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.h83c6b {
    height: 100%;
    background: linear-gradient(90deg, var(--pa842) 0%, var(--n6498) 100%);
    border-radius: 4px;
}
.n6d1e8 > span:last-child { color: var(--n6498); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.g9554d { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m7bc17, .a344a3 {
    background: linear-gradient(145deg, var(--e5810), var(--k81ac));
    border-radius: var(--l20e4); padding: 24px 22px;
}
.m7bc17 { border-top: 3px solid var(--b6314); }
.a344a3 { border-top: 3px solid #C84040; }
.m7bc17 h3, .m7bc17 h4 { color: var(--b6314); margin-bottom: 12px; font-size: 1rem; }
.a344a3 h3, .a344a3 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.m7bc17 ul, .a344a3 ul { list-style: none; padding: 0; margin: 0; }
.m7bc17 li::before { content: '\2713 '; color: var(--b6314); font-weight: 700; }
.a344a3 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.m7bc17 li, .a344a3 li { padding: 5px 0; color: var(--ea786); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.e07adb {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(230,126,34,.09) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(243,156,18,.08) 0%, transparent 70%),
        var(--fdb5f);
    border-top: 1px solid rgba(230,126,34,.1);
    border-bottom: 1px solid rgba(230,126,34,.1);
}
.e07adb h2 {
    font-family: var(--ce4ce);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--pa842), var(--n6498));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e07adb p { color: var(--ea786); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(230,126,34,.08), rgba(211,84,0,.05));
    border: 1px solid rgba(230,126,34,.2); border-left: 4px solid var(--pa842);
    border-radius: var(--k2580); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--ea786); font-size: .9rem; }
.highlight-box strong { color: var(--b6314); }

/* ===== BREADCRUMB ===== */
.k947b8 { padding: 14px 0; font-size: .82rem; }
.g89899 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.g89899 li + li::before { content: '\203A'; margin-right: 8px; color: var(--b2206); }
.k947b8 a { color: var(--b2206); }
.k947b8 a:hover { color: var(--b6314); }
.k947b8 [aria-current] { color: var(--pa842); }

/* ===== SITE FOOTER ===== */
.j36e2a {
    background: var(--c5b4d); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.e2a5bb {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.e2a5bb a {
    color: var(--b2206); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.e2a5bb a:hover { color: var(--b6314); }

.if4b22 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.if4b22 p {
    color: var(--b2206); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.if4b22 a { color: var(--pa842); }
.lf858b { text-align: center; color: var(--b2206); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.b5a067 { max-width: 800px; margin: 0 auto; }
.b5a067 p {
    color: var(--ea786); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.b5a067 p:last-child { margin-bottom: 0; }
.b5a067 strong { color: var(--i23fb); }
.b5a067 a { color: var(--b6314); text-decoration: underline; text-underline-offset: 3px; }
.b5a067 a:hover { color: var(--n6498); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.h6c24c {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.lc4f64 { direction: rtl; }
.lc4f64 > * { direction: ltr; }
.ea71a6 { border-radius: var(--f8d51); overflow: hidden; }
.ea71a6 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--f8d51);
    border: 1px solid rgba(230,126,34,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.eb0223 { color: var(--ea786); font-size: .93rem; line-height: 1.7; }
.eb0223 strong { color: var(--i23fb); }
.eb0223 a { color: var(--b6314); }
@media (max-width: 768px) {
    .h6c24c { grid-template-columns: 1fr; gap: 24px; }
    .lc4f64 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--de055);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--de055); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.e515f5 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--pa842);
    color: var(--i23fb); 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(--ca67e);
}
.e515f5.j60c09 { opacity: 1; visibility: visible; }
.e515f5:hover { transform: translateY(-3px); background: var(--de055); }

/* ===== REVIEW SCORE (review page) ===== */
.j57cbc {
    font-family: var(--ce4ce); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--pa842), var(--n6498));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--n6498); 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(--ea786); width: 55%; }
.score-table td:last-child { color: var(--n6498); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.jbc0d1 {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(12,8,4,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(230,126,34,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.jbc0d1 .ke56f4 { 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) {
    .a6c146 { display: none; }
    .d5d306 .j8e335 { display: none; }
    .g6e431 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .g9554d { grid-template-columns: 1fr; }
    section, .a4c402 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .e2a5bb { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .j99c30 { grid-template-columns: 1fr 1fr; }
    .l284ce { grid-template-columns: 1fr 1fr; }
    .n6d1e8 { grid-template-columns: 1fr 100px auto; }
    .jbc0d1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .fa110f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .j99c30 { grid-template-columns: 1fr; }
    .l284ce { grid-template-columns: 1fr; }
    .k386d9 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j57cbc { font-size: 3.5rem; }
    .n6d1e8 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .g9554d { grid-template-columns: 1fr; }
    .a45f21 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.j26768 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.j26768 summary.kc229f {
    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(--i23fb);
    padding: 6px 11px;
    border-radius: var(--k2580);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--k381c);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.j26768 summary.kc229f::-webkit-details-marker { display: none; }
.j26768 summary.kc229f::marker { display: none; }
.j26768:hover summary.kc229f,
.j26768[open] summary.kc229f {
    background: rgba(255,255,255,.13);
    border-color: rgba(230,126,34,.35);
    color: var(--b6314);
}
.jdeab1 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.j26768[open] .jdeab1 { transform: rotate(180deg); }

.a51e7f {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e5810);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--l20e4);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.j26768[open] .a51e7f {
    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); }
}
.a51e7f li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--b2c1d);
    border-radius: var(--k2580);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.a51e7f li a:hover,
.a51e7f li a.je1a5e {
    background: rgba(255,255,255,.08);
    color: var(--b6314);
}
.a51e7f li a.je1a5e { font-weight: 700; }

/* Mobile lang bar */
.ma87fb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ma87fb 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(--k2580);
    color: var(--b2c1d);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ma87fb a:hover,
.ma87fb a.cfb403 {
    background: rgba(230,126,34,.12);
    border-color: rgba(230,126,34,.3);
    color: var(--b6314);
}
.ma87fb a.cfb403 { font-weight: 700; }

@media (max-width: 768px) {
    .j26768 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.l284ce, ul.n8a449 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.adcfcf { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .adcfcf { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.j99c30, ol.o4abea { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.o4abea > li { counter-increment: step-counter; }
ol.o4abea > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--pa842); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ec64a4 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--pa842); }
.decf6f { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.g018c4 { width: 36px; height: 36px; border-radius: 50%; background: var(--pa842); color: var(--c5b4d); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.p530c7 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.fe1efe { display: grid; grid-template-columns: 1fr; gap: 0; }
.mf2e81 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.mf2e81:last-child { border-bottom: none; }
.m118b7 { font-weight: 600; padding: .75rem 1rem; color: var(--pa842); }
.pc9120 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.aa4f23 .ca0028 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.aa4f23 .m45800 { display: none; }
.aa4f23 .b17b96.k02c97 .m45800 { display: block; }

/* faq variant C: definition list */
dl.jb29ac { display: grid; gap: 0; }
dl.jb29ac dt.a901d6 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.jb29ac dd.m45800 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.l5ff1e { padding: 2rem 0; }
.n9424e { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.n9424e li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--l20e4); border: 1px solid var(--n6498); color: var(--n6498); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.n9424e li a:hover { background: var(--n6498); color: var(--c5b4d); }


/* Promo Banner (SVG image banners) */
.oece66 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.gec906 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.gec906:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c18080 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.h50b02 { display: inline-block; vertical-align: middle; }
.lc6edf .h50b02 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.hf0b24 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--e5810), var(--k81ac));
    border-radius: var(--l20e4); padding: 24px; margin-top: 24px;
}
.n7d9d2 { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k2580); background: var(--fdb5f); }
.n7d9d2 dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.n7d9d2 dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--n6498); }
@media (max-width: 768px) { .hf0b24 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .hf0b24 { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--n6498); 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; }
  .c34d10 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ke56f4, .c34d10, .fa110f, .o3cfe6, .f742ba, .g6e431, .ca0028, .a901d6, .e515f5, .jbc0d1 a, .kc229f { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.c34d10 { position: relative; overflow: visible; }
.c34d10::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--n6498); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.c34d10:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.c34d10::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.jee1bd { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hc97a4 {
    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);
}
.hc97a4.bf5d6a { color: var(--n6498); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.jd2689, .j598cf { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.m79fed, .c628cb { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k2580); background: var(--e5810); transition: transform 0.2s; }
.m79fed:hover, .c628cb:hover { transform: translateY(-2px); }
.m79fed span, .c628cb span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.g97b77 { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.cba6a4 { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k2580); background: var(--e5810); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.cba6a4:hover { border-color: var(--n6498); }
.cba6a4 span { font-size: 0.7rem; color: var(--n6498); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.h3c1ce { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.m40d60 { background: var(--e5810); border-radius: var(--l20e4); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.l8de24 { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.c53307 { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--n6498), var(--pa842)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--c5b4d); flex-shrink: 0; }
.c9ffd6 { color: var(--n6498); font-size: 14px; letter-spacing: 1px; }
.i83048 { color: var(--b2206); font-size: 0.75rem; }
.m40d60 p { font-size: 0.9rem; color: var(--b2c1d); 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(200px, 1fr)); }
.btn-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); animation: none; box-shadow: none; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section::before { content: ''; display: block; width: 60px; height: 3px; background: var(--gold); margin: 0 auto 40px; opacity: .3; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }
