@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');
/* ===== SUNSET BLAZE — Design System ===== */
:root {
    --l0528:        #E67E22;
    --ld038:  #F39C12;
    --k59f6:   #D35400;
    --lf10a:         #F39C12;
    --l16f1:         #F1C40F;
    --jddad:    #D4AC0D;
    --oa344:         #E67E22;
    --fdc72:    #D35400;
    --p7a82:           #0C0804;
    --eb805:         #14100A;
    --d8587:         #1C1810;
    --pf24d:         #242018;
    --o9229:        #FFFFFF;
    --e6d82:         #B8A898;
    --e0801:       #7A6E60;
    --m99f1:       #B8A898;
    --cffb0:    'Sora', sans-serif;
    --mdedf:    'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --jcf58:       12px;
    --ob55f:    20px;
    --aa786:    8px;
    --i333f:        1100px;
    --hec8d:       0 4px 24px rgba(0,0,0,.55);
    --dcc41:         0 0 32px rgba(230,126,34,.3);
}

/* ===== 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(--mdedf);
    background: var(--p7a82);
    color: var(--o9229);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--ld038); text-decoration: none; transition: color .2s; }
a:hover { color: var(--l16f1); }
img { max-width: 100%; height: auto; display: block; }

.p67fde { width: 92%; max-width: var(--i333f); margin: 0 auto; }

.h3d209 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.j114c2 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--l0528); color: var(--o9229);
    padding: 8px 16px; border-radius: var(--aa786);
    z-index: 999; transition: top .2s;
}
.j114c2:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.f89ee7 {
    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);
}
.la9c7b {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.pf5ff0 {
    font-family: var(--cffb0);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--o9229);
    white-space: nowrap; text-decoration: none;
}
.pf5ff0:hover { color: var(--l16f1); }

/* Main Nav */
.jcebdd { display: flex; align-items: center; gap: 20px; }
.cd3257 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.cd3257 a {
    color: var(--e6d82); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.cd3257 a:hover { color: var(--ld038); }

/* Language Select */
.ce4131 {
    background: var(--d8587); color: var(--o9229);
    border: 1px solid rgba(230,126,34,.25);
    border-radius: var(--aa786);
    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;
}
.ce4131:hover, .ce4131:focus { border-color: var(--l0528); outline: none; }

/* Menu Toggle */
.ce4d7e {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.g4d0ba, .g4d0ba::before, .g4d0ba::after {
    display: block; width: 24px; height: 2px;
    background: var(--o9229); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.g4d0ba { position: relative; }
.g4d0ba::before, .g4d0ba::after { content: ''; position: absolute; left: 0; }
.g4d0ba::before { top: -7px; }
.g4d0ba::after { top: 7px; }

/* Mobile Nav */
.j16f73 {
    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;
}
.j16f73.obf443 { display: flex; }
.gc5c9f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.gc5c9f a {
    font-size: 1.2rem; font-weight: 600; color: var(--o9229); text-decoration: none;
}
.gc5c9f a:hover { color: var(--ld038); }

/* ===== BUTTONS ===== */
.o061b9 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--cffb0); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--jcf58); 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(--l0528) 0%, var(--lf10a) 100%);
    color: var(--o9229); box-shadow: var(--dcc41);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(230,126,34,.55);
    color: var(--o9229);
}
.btn-secondary {
    background: transparent; color: var(--ld038);
    border: 2px solid var(--l0528);
}
.btn-secondary:hover { background: rgba(230,126,34,.1); color: var(--l16f1); }

/* 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); }
}
.lce1ba {
    background: linear-gradient(135deg, var(--ld038) 0%, var(--l0528) 55%, var(--k59f6) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(230,126,34,.4);
    animation: pulse-glow 2.8s ease-in-out infinite;
}
.lce1ba:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(243,156,18,.7);
    color: #1a0800; animation: none;
}

.ad6a5f { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--ob55f); }
.cc9433 { padding: 8px 18px; font-size: .85rem; border-radius: var(--aa786); }

/* Nav CTA in header */
.c70a58 {
    background: linear-gradient(135deg, var(--ld038) 0%, var(--k59f6) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--aa786);
    box-shadow: 0 0 16px rgba(230,126,34,.3);
    transition: transform .2s, box-shadow .2s;
}
.c70a58:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(243,156,18,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.c6cac0 {
    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(--p7a82);
    position: relative; overflow: hidden;
}
.c6cac0::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;
}
.n93811 {
    font-family: var(--cffb0);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--l0528) 0%, var(--ld038) 50%, var(--l16f1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m67058 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--e6d82);
    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(--p7a82);
}
.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(--cffb0);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--l0528) 0%, var(--ld038) 45%, var(--l16f1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--e6d82);
    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(--e6d82);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(230,126,34,.15);
    border-radius: var(--aa786);
}
.hero-stat strong { color: var(--ld038); }

/* ===== SECTIONS ===== */
.jb75e7 { padding: clamp(52px, 7vw, 80px) 0; }
.c90ff7 { background: var(--eb805); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--l0528); margin-bottom: 10px;
}
.jb75e7 h2, .nf29a5 {
    font-family: var(--cffb0);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.jb75e7 h3 {
    font-family: var(--cffb0); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--ld038);
}
.jb75e7 p, .section-desc {
    color: var(--e6d82); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.jb75e7 ul, .jb75e7 ol {
    color: var(--e6d82); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.jb75e7 li { margin-bottom: 8px; }
.jb75e7 li strong { color: var(--o9229); }

/* ===== 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(--d8587), var(--pf24d));
    border: 1px solid rgba(230,126,34,.1);
    border-radius: var(--jcf58); 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(--hec8d);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--cffb0); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--o9229);
}
.card p { color: var(--e6d82); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.cbe59b { overflow-x: auto; margin: 24px 0; border-radius: var(--aa786); }
.c36045 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.c36045 thead th {
    background: var(--pf24d); color: var(--o9229); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(230,126,34,.2);
}
.c36045 thead th:first-child { border-radius: var(--aa786) 0 0 0; }
.c36045 thead th:last-child { border-radius: 0 var(--aa786) 0 0; }
.c36045 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.c36045 td { padding: 13px 16px; }
.c36045 td:first-child { color: var(--e6d82); font-weight: 500; width: 42%; }
.c36045 td:last-child { color: var(--o9229); font-weight: 600; }
.c36045 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(--l0528), var(--ld038));
    border-radius: 50%; font-family: var(--cffb0);
    font-size: 1.2rem; font-weight: 700; color: var(--o9229);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--e6d82); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.g71581 { max-width: 800px; margin: 0 auto; }
details.ae3bdb { border-bottom: 1px solid rgba(255,255,255,.07); }
details.ae3bdb summary {
    display: block; list-style: none;
    color: var(--o9229); font-family: var(--mdedf);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ae3bdb summary::-webkit-details-marker { display: none; }
details.ae3bdb summary::marker { display: none; content: ''; }
details.ae3bdb summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--l0528); transition: transform .3s;
}
details.ae3bdb[open] summary::after { content: '\2212'; }
details.ae3bdb summary:hover { color: var(--ld038); }
details.ae3bdb > p { padding: 0 0 20px; color: var(--e6d82); font-size: .9rem; line-height: 1.7; }
details.ae3bdb > div { padding: 0 0 20px; color: var(--e6d82); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--eb805); }

/* ===== INFO GRID & CARDS ===== */
.c51cd6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c6f326 {
    background: linear-gradient(145deg, var(--d8587), var(--pf24d));
    border: 1px solid rgba(230,126,34,.12); border-radius: var(--jcf58); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c6f326:hover {
    transform: translateY(-5px);
    border-color: rgba(230,126,34,.35);
    box-shadow: var(--hec8d);
}
.gc38b7 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.c6f326 h3 {
    font-family: var(--cffb0); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--o9229);
}
.c6f326 p { color: var(--e6d82); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.af29e6 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.a30f50 {
    background: linear-gradient(145deg, var(--d8587), var(--pf24d));
    border: 1px solid rgba(243,156,18,.15); border-radius: var(--jcf58); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.a30f50:hover { transform: translateY(-5px); border-color: rgba(243,156,18,.38); }
.a30f50 h3 {
    font-family: var(--cffb0); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ld038);
}
.a30f50 p { color: var(--e6d82); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.hb27c3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.lf1dbb { text-align: center; padding: 22px 14px; }
.f18bcf {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--l0528), var(--ld038));
    border-radius: 50%; font-family: var(--cffb0);
    font-size: 1.15rem; font-weight: 800; color: var(--o9229);
    box-shadow: 0 0 22px rgba(230,126,34,.35);
}
.lf1dbb h3 {
    font-family: var(--cffb0); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--o9229);
}
.lf1dbb p { color: var(--e6d82); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.o4b9be {
    background: linear-gradient(145deg, var(--d8587), var(--pf24d));
    border: 1px solid rgba(243,156,18,.18); border-radius: var(--ob55f);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.j8d345 { margin-top: 24px; }
.m751cf {
    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;
}
.m751cf > span:first-child { color: var(--e6d82); text-align: left; }
.k0349f {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.g8d503 {
    height: 100%;
    background: linear-gradient(90deg, var(--l0528) 0%, var(--l16f1) 100%);
    border-radius: 4px;
}
.m751cf > span:last-child { color: var(--l16f1); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.k4cff3 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.nf1dfc, .a0a870 {
    background: linear-gradient(145deg, var(--d8587), var(--pf24d));
    border-radius: var(--jcf58); padding: 24px 22px;
}
.nf1dfc { border-top: 3px solid var(--ld038); }
.a0a870 { border-top: 3px solid #C84040; }
.nf1dfc h3, .nf1dfc h4 { color: var(--ld038); margin-bottom: 12px; font-size: 1rem; }
.a0a870 h3, .a0a870 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.nf1dfc ul, .a0a870 ul { list-style: none; padding: 0; margin: 0; }
.nf1dfc li::before { content: '\2713 '; color: var(--ld038); font-weight: 700; }
.a0a870 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.nf1dfc li, .a0a870 li { padding: 5px 0; color: var(--e6d82); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.of31bc {
    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(--eb805);
    border-top: 1px solid rgba(230,126,34,.1);
    border-bottom: 1px solid rgba(230,126,34,.1);
}
.of31bc h2 {
    font-family: var(--cffb0);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--l0528), var(--l16f1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.of31bc p { color: var(--e6d82); 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(--l0528);
    border-radius: var(--aa786); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--e6d82); font-size: .9rem; }
.highlight-box strong { color: var(--ld038); }

/* ===== BREADCRUMB ===== */
.j535de { padding: 14px 0; font-size: .82rem; }
.e34dd6 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.e34dd6 li + li::before { content: '\203A'; margin-right: 8px; color: var(--e0801); }
.j535de a { color: var(--e0801); }
.j535de a:hover { color: var(--ld038); }
.j535de [aria-current] { color: var(--l0528); }

/* ===== SITE FOOTER ===== */
.g5e6b4 {
    background: var(--p7a82); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.pa889a {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.pa889a a {
    color: var(--e0801); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.pa889a a:hover { color: var(--ld038); }

.nf9aae {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.nf9aae p {
    color: var(--e0801); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.nf9aae a { color: var(--l0528); }
.edc6ca { text-align: center; color: var(--e0801); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.g30323 { max-width: 800px; margin: 0 auto; }
.g30323 p {
    color: var(--e6d82); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.g30323 p:last-child { margin-bottom: 0; }
.g30323 strong { color: var(--o9229); }
.g30323 a { color: var(--ld038); text-decoration: underline; text-underline-offset: 3px; }
.g30323 a:hover { color: var(--l16f1); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.cf1d5b {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.c34f6e { direction: rtl; }
.c34f6e > * { direction: ltr; }
.o7f498 { border-radius: var(--ob55f); overflow: hidden; }
.o7f498 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--ob55f);
    border: 1px solid rgba(230,126,34,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.la14b2 { color: var(--e6d82); font-size: .93rem; line-height: 1.7; }
.la14b2 strong { color: var(--o9229); }
.la14b2 a { color: var(--ld038); }
@media (max-width: 768px) {
    .cf1d5b { grid-template-columns: 1fr; gap: 24px; }
    .c34f6e { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--k59f6);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--k59f6); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.f8b3fe {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--l0528);
    color: var(--o9229); 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(--hec8d);
}
.f8b3fe.f718fa { opacity: 1; visibility: visible; }
.f8b3fe:hover { transform: translateY(-3px); background: var(--k59f6); }

/* ===== REVIEW SCORE (review page) ===== */
.p5426e {
    font-family: var(--cffb0); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--l0528), var(--l16f1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--l16f1); 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(--e6d82); width: 55%; }
.score-table td:last-child { color: var(--l16f1); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.pd5821 {
    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);
}
.pd5821 .o061b9 { 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) {
    .cd3257 { display: none; }
    .jcebdd .ce4131 { display: none; }
    .ce4d7e { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .k4cff3 { grid-template-columns: 1fr; }
    section, .jb75e7 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .pa889a { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .hb27c3 { grid-template-columns: 1fr 1fr; }
    .c51cd6 { grid-template-columns: 1fr 1fr; }
    .m751cf { grid-template-columns: 1fr 100px auto; }
    .pd5821 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ad6a5f { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .hb27c3 { grid-template-columns: 1fr; }
    .c51cd6 { grid-template-columns: 1fr; }
    .la9c7b { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .p5426e { font-size: 3.5rem; }
    .m751cf { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .k4cff3 { grid-template-columns: 1fr; }
    .o4b9be { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.dcf0e8 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.dcf0e8 summary.hc3d5c {
    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(--o9229);
    padding: 6px 11px;
    border-radius: var(--aa786);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--mdedf);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.dcf0e8 summary.hc3d5c::-webkit-details-marker { display: none; }
.dcf0e8 summary.hc3d5c::marker { display: none; }
.dcf0e8:hover summary.hc3d5c,
.dcf0e8[open] summary.hc3d5c {
    background: rgba(255,255,255,.13);
    border-color: rgba(230,126,34,.35);
    color: var(--ld038);
}
.p9aedd { font-size: .7rem; opacity: .7; transition: transform .2s; }
.dcf0e8[open] .p9aedd { transform: rotate(180deg); }

.e778d6 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--d8587);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--jcf58);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.dcf0e8[open] .e778d6 {
    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); }
}
.e778d6 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--m99f1);
    border-radius: var(--aa786);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.e778d6 li a:hover,
.e778d6 li a.pe58f2 {
    background: rgba(255,255,255,.08);
    color: var(--ld038);
}
.e778d6 li a.pe58f2 { font-weight: 700; }

/* Mobile lang bar */
.i955e8 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.i955e8 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(--aa786);
    color: var(--m99f1);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.i955e8 a:hover,
.i955e8 a.n04f77 {
    background: rgba(230,126,34,.12);
    border-color: rgba(230,126,34,.3);
    color: var(--ld038);
}
.i955e8 a.n04f77 { font-weight: 700; }

@media (max-width: 768px) {
    .dcf0e8 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.c51cd6, ul.ic3197 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.d0f042 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .d0f042 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.hb27c3, ol.j40882 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.j40882 > li { counter-increment: step-counter; }
ol.j40882 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--l0528); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.n0074b { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--l0528); }
.c64d41 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.p667cd { width: 36px; height: 36px; border-radius: 50%; background: var(--l0528); color: var(--p7a82); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a74bed h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ldfa6b { display: grid; grid-template-columns: 1fr; gap: 0; }
.pc6be0 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.pc6be0:last-child { border-bottom: none; }
.d53830 { font-weight: 600; padding: .75rem 1rem; color: var(--l0528); }
.p65d02 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n100d7 .gb07c6 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n100d7 .jc139a { display: none; }
.n100d7 .ae3bdb.obf443 .jc139a { display: block; }

/* faq variant C: definition list */
dl.g71581 { display: grid; gap: 0; }
dl.g71581 dt.i06f01 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.g71581 dd.jc139a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.dc340f { padding: 2rem 0; }
.b176c8 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.b176c8 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--jcf58); border: 1px solid var(--l16f1); color: var(--l16f1); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.b176c8 li a:hover { background: var(--l16f1); color: var(--p7a82); }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 16px; --radius-lg: 28px; --radius-sm: 10px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.65; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }

/* Promo Banner (SVG image banners) */
.promo-banner-wrap { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.promo-banner-link { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.promo-banner-link:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.promo-banner-img { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.card-icon { display: inline-block; vertical-align: middle; }
.info-icon .card-icon { width: 32px; height: 32px; }
