@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');
/* ===== SUNSET BLAZE — Design System ===== */
:root {
    --bab84:        #E67E22;
    --c4220:  #F39C12;
    --od155:   #D35400;
    --j99ed:         #F39C12;
    --m5052:         #F1C40F;
    --kd490:    #D4AC0D;
    --hba98:         #E67E22;
    --j413e:    #D35400;
    --k8760:           #0C0804;
    --la240:         #14100A;
    --lcf0f:         #1C1810;
    --dd12c:         #242018;
    --p6ec1:        #FFFFFF;
    --g8a51:         #B8A898;
    --of4f0:       #7A6E60;
    --ob517:       #B8A898;
    --bf80d:    'Sora', sans-serif;
    --m82a6:    'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --a3968:       12px;
    --d662c:    20px;
    --m6da5:    8px;
    --aef45:        1100px;
    --k8306:       0 4px 24px rgba(0,0,0,.55);
    --j2d59:         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(--m82a6);
    background: var(--k8760);
    color: var(--p6ec1);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c4220); text-decoration: none; transition: color .2s; }
a:hover { color: var(--m5052); }
img { max-width: 100%; height: auto; display: block; }

.ld1f7b { width: 92%; max-width: var(--aef45); margin: 0 auto; }

.eaed86 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.cb868a {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--bab84); color: var(--p6ec1);
    padding: 8px 16px; border-radius: var(--m6da5);
    z-index: 999; transition: top .2s;
}
.cb868a:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.k84a29 {
    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);
}
.hdbd7a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.g8c8b7 {
    font-family: var(--bf80d);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--p6ec1);
    white-space: nowrap; text-decoration: none;
}
.g8c8b7:hover { color: var(--m5052); }

/* Main Nav */
.kc6ca9 { display: flex; align-items: center; gap: 20px; }
.a635b3 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.a635b3 a {
    color: var(--g8a51); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.a635b3 a:hover { color: var(--c4220); }

/* Language Select */
.ea84f3 {
    background: var(--lcf0f); color: var(--p6ec1);
    border: 1px solid rgba(230,126,34,.25);
    border-radius: var(--m6da5);
    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;
}
.ea84f3:hover, .ea84f3:focus { border-color: var(--bab84); outline: none; }

/* Menu Toggle */
.d6c8b0 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.d9ebcc, .d9ebcc::before, .d9ebcc::after {
    display: block; width: 24px; height: 2px;
    background: var(--p6ec1); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.d9ebcc { position: relative; }
.d9ebcc::before, .d9ebcc::after { content: ''; position: absolute; left: 0; }
.d9ebcc::before { top: -7px; }
.d9ebcc::after { top: 7px; }

/* Mobile Nav */
.n04fe7 {
    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;
}
.n04fe7.k2b22d { display: flex; }
.mf0198 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.mf0198 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p6ec1); text-decoration: none;
}
.mf0198 a:hover { color: var(--c4220); }

/* ===== BUTTONS ===== */
.f968e8 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--bf80d); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--a3968); 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(--bab84) 0%, var(--j99ed) 100%);
    color: var(--p6ec1); box-shadow: var(--j2d59);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(230,126,34,.55);
    color: var(--p6ec1);
}
.btn-secondary {
    background: transparent; color: var(--c4220);
    border: 2px solid var(--bab84);
}
.btn-secondary:hover { background: rgba(230,126,34,.1); color: var(--m5052); }

/* 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); }
}
.o8e91f {
    background: linear-gradient(135deg, var(--c4220) 0%, var(--bab84) 55%, var(--od155) 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;
}
.o8e91f:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(243,156,18,.7);
    color: #1a0800; animation: none;
}

.ic0bb2 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--d662c); }
.dc8450 { padding: 8px 18px; font-size: .85rem; border-radius: var(--m6da5); }

/* Nav CTA in header */
.h255b4 {
    background: linear-gradient(135deg, var(--c4220) 0%, var(--od155) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--m6da5);
    box-shadow: 0 0 16px rgba(230,126,34,.3);
    transition: transform .2s, box-shadow .2s;
}
.h255b4:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(243,156,18,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ka1277 {
    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(--k8760);
    position: relative; overflow: hidden;
}
.ka1277::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;
}
.n8fff1 {
    font-family: var(--bf80d);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--bab84) 0%, var(--c4220) 50%, var(--m5052) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.n14066 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--g8a51);
    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(--k8760);
}
.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(--bf80d);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--bab84) 0%, var(--c4220) 45%, var(--m5052) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--g8a51);
    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(--g8a51);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(230,126,34,.15);
    border-radius: var(--m6da5);
}
.hero-stat strong { color: var(--c4220); }

/* ===== SECTIONS ===== */
.p6d7f5 { padding: clamp(52px, 7vw, 80px) 0; }
.o5f764 { background: var(--la240); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--bab84); margin-bottom: 10px;
}
.p6d7f5 h2, .afc457 {
    font-family: var(--bf80d);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.p6d7f5 h3 {
    font-family: var(--bf80d); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c4220);
}
.p6d7f5 p, .section-desc {
    color: var(--g8a51); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.p6d7f5 ul, .p6d7f5 ol {
    color: var(--g8a51); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.p6d7f5 li { margin-bottom: 8px; }
.p6d7f5 li strong { color: var(--p6ec1); }

/* ===== 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(--lcf0f), var(--dd12c));
    border: 1px solid rgba(230,126,34,.1);
    border-radius: var(--a3968); 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(--k8306);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--bf80d); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--p6ec1);
}
.card p { color: var(--g8a51); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.cedab6 { overflow-x: auto; margin: 24px 0; border-radius: var(--m6da5); }
.abd442 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.abd442 thead th {
    background: var(--dd12c); color: var(--p6ec1); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(230,126,34,.2);
}
.abd442 thead th:first-child { border-radius: var(--m6da5) 0 0 0; }
.abd442 thead th:last-child { border-radius: 0 var(--m6da5) 0 0; }
.abd442 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.abd442 td { padding: 13px 16px; }
.abd442 td:first-child { color: var(--g8a51); font-weight: 500; width: 42%; }
.abd442 td:last-child { color: var(--p6ec1); font-weight: 600; }
.abd442 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(--bab84), var(--c4220));
    border-radius: 50%; font-family: var(--bf80d);
    font-size: 1.2rem; font-weight: 700; color: var(--p6ec1);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--g8a51); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.paa06c { max-width: 800px; margin: 0 auto; }
details.f8bb36 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.f8bb36 summary {
    display: block; list-style: none;
    color: var(--p6ec1); font-family: var(--m82a6);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.f8bb36 summary::-webkit-details-marker { display: none; }
details.f8bb36 summary::marker { display: none; content: ''; }
details.f8bb36 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--bab84); transition: transform .3s;
}
details.f8bb36[open] summary::after { content: '\2212'; }
details.f8bb36 summary:hover { color: var(--c4220); }
details.f8bb36 > p { padding: 0 0 20px; color: var(--g8a51); font-size: .9rem; line-height: 1.7; }
details.f8bb36 > div { padding: 0 0 20px; color: var(--g8a51); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--la240); }

/* ===== INFO GRID & CARDS ===== */
.o1854d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g25b41 {
    background: linear-gradient(145deg, var(--lcf0f), var(--dd12c));
    border: 1px solid rgba(230,126,34,.12); border-radius: var(--a3968); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g25b41:hover {
    transform: translateY(-5px);
    border-color: rgba(230,126,34,.35);
    box-shadow: var(--k8306);
}
.hf8e95 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g25b41 h3 {
    font-family: var(--bf80d); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p6ec1);
}
.g25b41 p { color: var(--g8a51); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.nfe1c0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.cb59a4 {
    background: linear-gradient(145deg, var(--lcf0f), var(--dd12c));
    border: 1px solid rgba(243,156,18,.15); border-radius: var(--a3968); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.cb59a4:hover { transform: translateY(-5px); border-color: rgba(243,156,18,.38); }
.cb59a4 h3 {
    font-family: var(--bf80d); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--c4220);
}
.cb59a4 p { color: var(--g8a51); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.n467dd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.b2346f { text-align: center; padding: 22px 14px; }
.n6ae2f {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--bab84), var(--c4220));
    border-radius: 50%; font-family: var(--bf80d);
    font-size: 1.15rem; font-weight: 800; color: var(--p6ec1);
    box-shadow: 0 0 22px rgba(230,126,34,.35);
}
.b2346f h3 {
    font-family: var(--bf80d); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p6ec1);
}
.b2346f p { color: var(--g8a51); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.i16fa1 {
    background: linear-gradient(145deg, var(--lcf0f), var(--dd12c));
    border: 1px solid rgba(243,156,18,.18); border-radius: var(--d662c);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.m77a75 { margin-top: 24px; }
.p083f2 {
    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;
}
.p083f2 > span:first-child { color: var(--g8a51); text-align: left; }
.gb4718 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.gd25a6 {
    height: 100%;
    background: linear-gradient(90deg, var(--bab84) 0%, var(--m5052) 100%);
    border-radius: 4px;
}
.p083f2 > span:last-child { color: var(--m5052); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.be8153 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ia4155, .p19f72 {
    background: linear-gradient(145deg, var(--lcf0f), var(--dd12c));
    border-radius: var(--a3968); padding: 24px 22px;
}
.ia4155 { border-top: 3px solid var(--c4220); }
.p19f72 { border-top: 3px solid #C84040; }
.ia4155 h3, .ia4155 h4 { color: var(--c4220); margin-bottom: 12px; font-size: 1rem; }
.p19f72 h3, .p19f72 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.ia4155 ul, .p19f72 ul { list-style: none; padding: 0; margin: 0; }
.ia4155 li::before { content: '\2713 '; color: var(--c4220); font-weight: 700; }
.p19f72 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.ia4155 li, .p19f72 li { padding: 5px 0; color: var(--g8a51); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.c690d7 {
    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(--la240);
    border-top: 1px solid rgba(230,126,34,.1);
    border-bottom: 1px solid rgba(230,126,34,.1);
}
.c690d7 h2 {
    font-family: var(--bf80d);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--bab84), var(--m5052));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.c690d7 p { color: var(--g8a51); 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(--bab84);
    border-radius: var(--m6da5); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--g8a51); font-size: .9rem; }
.highlight-box strong { color: var(--c4220); }

/* ===== BREADCRUMB ===== */
.k66c25 { padding: 14px 0; font-size: .82rem; }
.aecf13 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.aecf13 li + li::before { content: '\203A'; margin-right: 8px; color: var(--of4f0); }
.k66c25 a { color: var(--of4f0); }
.k66c25 a:hover { color: var(--c4220); }
.k66c25 [aria-current] { color: var(--bab84); }

/* ===== SITE FOOTER ===== */
.id2384 {
    background: var(--k8760); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.ca8c1c {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.ca8c1c a {
    color: var(--of4f0); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.ca8c1c a:hover { color: var(--c4220); }

.g12029 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.g12029 p {
    color: var(--of4f0); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.g12029 a { color: var(--bab84); }
.l8b6fa { text-align: center; color: var(--of4f0); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.oc0de2 { max-width: 800px; margin: 0 auto; }
.oc0de2 p {
    color: var(--g8a51); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.oc0de2 p:last-child { margin-bottom: 0; }
.oc0de2 strong { color: var(--p6ec1); }
.oc0de2 a { color: var(--c4220); text-decoration: underline; text-underline-offset: 3px; }
.oc0de2 a:hover { color: var(--m5052); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.fae559 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.of4032 { direction: rtl; }
.of4032 > * { direction: ltr; }
.oe4196 { border-radius: var(--d662c); overflow: hidden; }
.oe4196 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--d662c);
    border: 1px solid rgba(230,126,34,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.jfe704 { color: var(--g8a51); font-size: .93rem; line-height: 1.7; }
.jfe704 strong { color: var(--p6ec1); }
.jfe704 a { color: var(--c4220); }
@media (max-width: 768px) {
    .fae559 { grid-template-columns: 1fr; gap: 24px; }
    .of4032 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--od155);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--od155); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.i66223 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--bab84);
    color: var(--p6ec1); 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(--k8306);
}
.i66223.ha129f { opacity: 1; visibility: visible; }
.i66223:hover { transform: translateY(-3px); background: var(--od155); }

/* ===== REVIEW SCORE (review page) ===== */
.i132f1 {
    font-family: var(--bf80d); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--bab84), var(--m5052));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--m5052); 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(--g8a51); width: 55%; }
.score-table td:last-child { color: var(--m5052); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.of9816 {
    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);
}
.of9816 .f968e8 { 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) {
    .a635b3 { display: none; }
    .kc6ca9 .ea84f3 { display: none; }
    .d6c8b0 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .be8153 { grid-template-columns: 1fr; }
    section, .p6d7f5 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .ca8c1c { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .n467dd { grid-template-columns: 1fr 1fr; }
    .o1854d { grid-template-columns: 1fr 1fr; }
    .p083f2 { grid-template-columns: 1fr 100px auto; }
    .of9816 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .ic0bb2 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .n467dd { grid-template-columns: 1fr; }
    .o1854d { grid-template-columns: 1fr; }
    .hdbd7a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .i132f1 { font-size: 3.5rem; }
    .p083f2 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .be8153 { grid-template-columns: 1fr; }
    .i16fa1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.jf0586 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.jf0586 summary.k663c4 {
    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(--p6ec1);
    padding: 6px 11px;
    border-radius: var(--m6da5);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--m82a6);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.jf0586 summary.k663c4::-webkit-details-marker { display: none; }
.jf0586 summary.k663c4::marker { display: none; }
.jf0586:hover summary.k663c4,
.jf0586[open] summary.k663c4 {
    background: rgba(255,255,255,.13);
    border-color: rgba(230,126,34,.35);
    color: var(--c4220);
}
.aa948e { font-size: .7rem; opacity: .7; transition: transform .2s; }
.jf0586[open] .aa948e { transform: rotate(180deg); }

.mc4499 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--lcf0f);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--a3968);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.jf0586[open] .mc4499 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.mc4499 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--ob517);
    border-radius: var(--m6da5);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.mc4499 li a:hover,
.mc4499 li a.ecd24a {
    background: rgba(255,255,255,.08);
    color: var(--c4220);
}
.mc4499 li a.ecd24a { font-weight: 700; }

/* Mobile lang bar */
.p9084f {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.p9084f 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(--m6da5);
    color: var(--ob517);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p9084f a:hover,
.p9084f a.h51f5c {
    background: rgba(230,126,34,.12);
    border-color: rgba(230,126,34,.3);
    color: var(--c4220);
}
.p9084f a.h51f5c { font-weight: 700; }

@media (max-width: 768px) {
    .jf0586 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.o1854d, ul.b65130 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b40917 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b40917 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.n467dd, ol.ne5bee { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.ne5bee > li { counter-increment: step-counter; }
ol.ne5bee > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--bab84); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.ef1729 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--bab84); }
.b8c708 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.f79fe9 { width: 36px; height: 36px; border-radius: 50%; background: var(--bab84); color: var(--k8760); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.d2f19b h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.adb459 { display: grid; grid-template-columns: 1fr; gap: 0; }
.o15078 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.o15078:last-child { border-bottom: none; }
.bc8dbb { font-weight: 600; padding: .75rem 1rem; color: var(--bab84); }
.beb8a6 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.m35432 .h7dcc5 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.m35432 .n1e039 { display: none; }
.m35432 .f8bb36.k2b22d .n1e039 { display: block; }

/* faq variant C: definition list */
dl.paa06c { display: grid; gap: 0; }
dl.paa06c dt.c8ed2d { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.paa06c dd.n1e039 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

