@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap');
/* ===== SUNSET BLAZE — Design System ===== */
:root {
    --n8f3e:        #E67E22;
    --n6541:  #F39C12;
    --j77f1:   #D35400;
    --h9ca1:         #F39C12;
    --pe1e4:         #F1C40F;
    --hae41:    #D4AC0D;
    --cdcfd:         #E67E22;
    --e0311:    #D35400;
    --cb461:           #0C0804;
    --bbe5f:         #14100A;
    --o65a0:         #1C1810;
    --d104f:         #242018;
    --n4af6:        #FFFFFF;
    --n4f30:         #B8A898;
    --a6695:       #7A6E60;
    --i3184:       #B8A898;
    --n26b6:    'Sora', sans-serif;
    --de1f2:    'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --l6588:       12px;
    --eaeb1:    20px;
    --dc6f3:    8px;
    --pf091:        1100px;
    --p180b:       0 4px 24px rgba(0,0,0,.55);
    --ia855:         0 0 32px rgba(230,126,34,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--n8f3e);
    --color-primary-light: var(--n6541);
    --color-primary-dark: var(--j77f1);
    --color-accent: var(--pe1e4);
    --color-accent-dark: var(--hae41);
    --color-secondary: var(--cdcfd);
    --color-secondary-dark: var(--e0311);
    --color-surface: var(--o65a0);
    --color-surface-elevated: var(--d104f);
    --color-on-surface: var(--n4af6);
    --color-on-surface-muted: var(--n4f30);
    --color-text: var(--n4af6);
    --color-text-secondary: var(--i3184);
    --text-heading: var(--n26b6);
    --text-body: var(--de1f2);
    --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(--de1f2);
    background: var(--cb461);
    color: var(--n4af6);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--n6541); text-decoration: none; transition: color .2s; }
a:hover { color: var(--pe1e4); }
img { max-width: 100%; height: auto; display: block; }

.fe7ed0 { width: 92%; max-width: var(--pf091); margin: 0 auto; }

.m27e7f {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i4173b {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--n8f3e); color: var(--n4af6);
    padding: 8px 16px; border-radius: var(--dc6f3);
    z-index: 999; transition: top .2s;
}
.i4173b:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.cf3587 {
    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);
}
.gffae2 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i87e95 {
    font-family: var(--n26b6);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--n4af6);
    white-space: nowrap; text-decoration: none;
}
.i87e95:hover { color: var(--pe1e4); }

/* Main Nav */
.lc3501 { display: flex; align-items: center; gap: 20px; }
.bad56a {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.bad56a a {
    color: var(--n4f30); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.bad56a a:hover { color: var(--n6541); }

/* Language Select */
.dc2f61 {
    background: var(--o65a0); color: var(--n4af6);
    border: 1px solid rgba(230,126,34,.25);
    border-radius: var(--dc6f3);
    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;
}
.dc2f61:hover, .dc2f61:focus { border-color: var(--n8f3e); outline: none; }

/* Menu Toggle */
.c9a4e3 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.i70d93, .i70d93::before, .i70d93::after {
    display: block; width: 24px; height: 2px;
    background: var(--n4af6); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.i70d93 { position: relative; }
.i70d93::before, .i70d93::after { content: ''; position: absolute; left: 0; }
.i70d93::before { top: -7px; }
.i70d93::after { top: 7px; }

/* Mobile Nav */
.n9b06e {
    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;
}
.n9b06e.fa8258 { display: flex; }
.a52491 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.a52491 a {
    font-size: 1.2rem; font-weight: 600; color: var(--n4af6); text-decoration: none;
}
.a52491 a:hover { color: var(--n6541); }

/* ===== BUTTONS ===== */
.g0e5e1 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--n26b6); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--l6588); 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(--n8f3e) 0%, var(--h9ca1) 100%);
    color: var(--n4af6); box-shadow: var(--ia855);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(230,126,34,.55);
    color: var(--n4af6);
}
.btn-secondary {
    background: transparent; color: var(--n6541);
    border: 2px solid var(--n8f3e);
}
.btn-secondary:hover { background: rgba(230,126,34,.1); color: var(--pe1e4); }

/* 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); }
}
.k78550 {
    background: linear-gradient(135deg, var(--n6541) 0%, var(--n8f3e) 55%, var(--j77f1) 100%);
    color: #1a0800; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(230,126,34,.4);
    /* animation moved to ::after */
}
.k78550:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(243,156,18,.7);
    color: #1a0800; animation: none;
}

.lc2611 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--eaeb1); }
.b06027 { padding: 8px 18px; font-size: .85rem; border-radius: var(--dc6f3); }

/* Nav CTA in header */
.p5543d {
    background: linear-gradient(135deg, var(--n6541) 0%, var(--j77f1) 100%);
    color: #1a0800 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--dc6f3);
    box-shadow: 0 0 16px rgba(230,126,34,.3);
    transition: transform .2s, box-shadow .2s;
}
.p5543d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(243,156,18,.55);
    color: #1a0800 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.cf03d3 {
    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(--cb461);
    position: relative; overflow: hidden;
}
.cf03d3::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;
}
.ae8dd7 {
    font-family: var(--n26b6);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--n8f3e) 0%, var(--n6541) 50%, var(--pe1e4) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.fefcda {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--n4f30);
    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(--cb461);
}
.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(--n26b6);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--n8f3e) 0%, var(--n6541) 45%, var(--pe1e4) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--n4f30);
    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(--n4f30);
    padding: 7px 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(230,126,34,.15);
    border-radius: var(--dc6f3);
}
.hero-stat strong { color: var(--n6541); }

/* ===== SECTIONS ===== */
.i8c43a { padding: clamp(52px, 7vw, 80px) 0; }
.ke6377 { background: var(--bbe5f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--n8f3e); margin-bottom: 10px;
}
.i8c43a h2, .k4e0ed {
    font-family: var(--n26b6);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.i8c43a h3 {
    font-family: var(--n26b6); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--n6541);
}
.i8c43a p, .section-desc {
    color: var(--n4f30); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i8c43a ul, .i8c43a ol {
    color: var(--n4f30); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.i8c43a li { margin-bottom: 8px; }
.i8c43a li strong { color: var(--n4af6); }

/* ===== 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(--o65a0), var(--d104f));
    border: 1px solid rgba(230,126,34,.1);
    border-radius: var(--l6588); 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(--p180b);
}
.e20309 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--n26b6); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n4af6);
}
.card p { color: var(--n4f30); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.b0b7d7 { overflow-x: auto; margin: 24px 0; border-radius: var(--dc6f3); }
.i0fd50 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.i0fd50 thead th {
    background: var(--d104f); color: var(--n4af6); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(230,126,34,.2);
}
.i0fd50 thead th:first-child { border-radius: var(--dc6f3) 0 0 0; }
.i0fd50 thead th:last-child { border-radius: 0 var(--dc6f3) 0 0; }
.i0fd50 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.i0fd50 td { padding: 13px 16px; }
.i0fd50 td:first-child { color: var(--n4f30); font-weight: 500; width: 42%; }
.i0fd50 td:last-child { color: var(--n4af6); font-weight: 600; }
.i0fd50 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(--n8f3e), var(--n6541));
    border-radius: 50%; font-family: var(--n26b6);
    font-size: 1.2rem; font-weight: 700; color: var(--n4af6);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--n4f30); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.ad091d { max-width: 800px; margin: 0 auto; }
details.n3267a { border-bottom: 1px solid rgba(255,255,255,.07); }
details.n3267a summary {
    display: block; list-style: none;
    color: var(--n4af6); font-family: var(--de1f2);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.n3267a summary::-webkit-details-marker { display: none; }
details.n3267a summary::marker { display: none; content: ''; }
details.n3267a summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--n8f3e); transition: transform .3s;
}
details.n3267a[open] summary::after { content: '\2212'; }
details.n3267a summary:hover { color: var(--n6541); }
details.n3267a > p { padding: 0 0 20px; color: var(--n4f30); font-size: .9rem; line-height: 1.7; }
details.n3267a > div { padding: 0 0 20px; color: var(--n4f30); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--bbe5f); }

/* ===== INFO GRID & CARDS ===== */
.e0df88 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ja3030 {
    background: linear-gradient(145deg, var(--o65a0), var(--d104f));
    border: 1px solid rgba(230,126,34,.12); border-radius: var(--l6588); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ja3030:hover {
    transform: translateY(-5px);
    border-color: rgba(230,126,34,.35);
    box-shadow: var(--p180b);
}
.c69bde { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ja3030 h3 {
    font-family: var(--n26b6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n4af6);
}
.ja3030 p { color: var(--n4f30); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.a7e828 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ab3f65 {
    background: linear-gradient(145deg, var(--o65a0), var(--d104f));
    border: 1px solid rgba(243,156,18,.15); border-radius: var(--l6588); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ab3f65:hover { transform: translateY(-5px); border-color: rgba(243,156,18,.38); }
.ab3f65 h3 {
    font-family: var(--n26b6); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n6541);
}
.ab3f65 p { color: var(--n4f30); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m84318 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o8bb26 { text-align: center; padding: 22px 14px; }
.h72d41 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--n8f3e), var(--n6541));
    border-radius: 50%; font-family: var(--n26b6);
    font-size: 1.15rem; font-weight: 800; color: var(--n4af6);
    box-shadow: 0 0 22px rgba(230,126,34,.35);
}
.o8bb26 h3 {
    font-family: var(--n26b6); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--n4af6);
}
.o8bb26 p { color: var(--n4f30); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.mb6bdc {
    background: linear-gradient(145deg, var(--o65a0), var(--d104f));
    border: 1px solid rgba(243,156,18,.18); border-radius: var(--eaeb1);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.l9b591 { margin-top: 24px; }
.l93ac9 {
    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;
}
.l93ac9 > span:first-child { color: var(--n4f30); text-align: left; }
.i9a744 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.k9e889 {
    height: 100%;
    background: linear-gradient(90deg, var(--n8f3e) 0%, var(--pe1e4) 100%);
    border-radius: 4px;
}
.l93ac9 > span:last-child { color: var(--pe1e4); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i2bd38 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.d19341, .d1ac14 {
    background: linear-gradient(145deg, var(--o65a0), var(--d104f));
    border-radius: var(--l6588); padding: 24px 22px;
}
.d19341 { border-top: 3px solid var(--n6541); }
.d1ac14 { border-top: 3px solid #C84040; }
.d19341 h3, .d19341 h4 { color: var(--n6541); margin-bottom: 12px; font-size: 1rem; }
.d1ac14 h3, .d1ac14 h4 { color: #E86060; margin-bottom: 12px; font-size: 1rem; }
.d19341 ul, .d1ac14 ul { list-style: none; padding: 0; margin: 0; }
.d19341 li::before { content: '\2713 '; color: var(--n6541); font-weight: 700; }
.d1ac14 li::before { content: '\2717 '; color: #C84040; font-weight: 700; }
.d19341 li, .d1ac14 li { padding: 5px 0; color: var(--n4f30); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.k9b879 {
    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(--bbe5f);
    border-top: 1px solid rgba(230,126,34,.1);
    border-bottom: 1px solid rgba(230,126,34,.1);
}
.k9b879 h2 {
    font-family: var(--n26b6);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--n8f3e), var(--pe1e4));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.k9b879 p { color: var(--n4f30); 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(--n8f3e);
    border-radius: var(--dc6f3); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--n4f30); font-size: .9rem; }
.highlight-box strong { color: var(--n6541); }

/* ===== BREADCRUMB ===== */
.e15cc9 { padding: 14px 0; font-size: .82rem; }
.mc5022 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.mc5022 li + li::before { content: '\203A'; margin-right: 8px; color: var(--a6695); }
.e15cc9 a { color: var(--a6695); }
.e15cc9 a:hover { color: var(--n6541); }
.e15cc9 [aria-current] { color: var(--n8f3e); }

/* ===== SITE FOOTER ===== */
.ge0a08 {
    background: var(--cb461); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.c1fe0d {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.c1fe0d a {
    color: var(--a6695); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.c1fe0d a:hover { color: var(--n6541); }

.k1725d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.k1725d p {
    color: var(--a6695); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k1725d a { color: var(--n8f3e); }
.l2517b { text-align: center; color: var(--a6695); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.k8389c { max-width: 800px; margin: 0 auto; }
.k8389c p {
    color: var(--n4f30); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.k8389c p:last-child { margin-bottom: 0; }
.k8389c strong { color: var(--n4af6); }
.k8389c a { color: var(--n6541); text-decoration: underline; text-underline-offset: 3px; }
.k8389c a:hover { color: var(--pe1e4); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.m753bd {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.i525f6 { direction: rtl; }
.i525f6 > * { direction: ltr; }
.i7550a { border-radius: var(--eaeb1); overflow: hidden; }
.i7550a img {
    width: 100%; height: auto; display: block;
    border-radius: var(--eaeb1);
    border: 1px solid rgba(230,126,34,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.h0b701 { color: var(--n4f30); font-size: .93rem; line-height: 1.7; }
.h0b701 strong { color: var(--n4af6); }
.h0b701 a { color: var(--n6541); }
@media (max-width: 768px) {
    .m753bd { grid-template-columns: 1fr; gap: 24px; }
    .i525f6 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--j77f1);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--j77f1); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.b8d996 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--n8f3e);
    color: var(--n4af6); 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(--p180b);
}
.b8d996.c1835f { opacity: 1; visibility: visible; }
.b8d996:hover { transform: translateY(-3px); background: var(--j77f1); }

/* ===== REVIEW SCORE (review page) ===== */
.oe5f06 {
    font-family: var(--n26b6); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--n8f3e), var(--pe1e4));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--pe1e4); 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(--n4f30); width: 55%; }
.score-table td:last-child { color: var(--pe1e4); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.me4047 {
    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);
}
.me4047 .g0e5e1 { 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) {
    .bad56a { display: none; }
    .lc3501 .dc2f61 { display: none; }
    .c9a4e3 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i2bd38 { grid-template-columns: 1fr; }
    section, .i8c43a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .c1fe0d { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m84318 { grid-template-columns: 1fr 1fr; }
    .e0df88 { grid-template-columns: 1fr 1fr; }
    .l93ac9 { grid-template-columns: 1fr 100px auto; }
    .me4047 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .lc2611 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m84318 { grid-template-columns: 1fr; }
    .e0df88 { grid-template-columns: 1fr; }
    .gffae2 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .oe5f06 { font-size: 3.5rem; }
    .l93ac9 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i2bd38 { grid-template-columns: 1fr; }
    .mb6bdc { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.fb0749 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.fb0749 summary.dd44f5 {
    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(--n4af6);
    padding: 6px 11px;
    border-radius: var(--dc6f3);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--de1f2);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.fb0749 summary.dd44f5::-webkit-details-marker { display: none; }
.fb0749 summary.dd44f5::marker { display: none; }
.fb0749:hover summary.dd44f5,
.fb0749[open] summary.dd44f5 {
    background: rgba(255,255,255,.13);
    border-color: rgba(230,126,34,.35);
    color: var(--n6541);
}
.daa139 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.fb0749[open] .daa139 { transform: rotate(180deg); }

.m13853 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--o65a0);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--l6588);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.fb0749[open] .m13853 {
    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); }
}
.m13853 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i3184);
    border-radius: var(--dc6f3);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m13853 li a:hover,
.m13853 li a.lf2f60 {
    background: rgba(255,255,255,.08);
    color: var(--n6541);
}
.m13853 li a.lf2f60 { font-weight: 700; }

/* Mobile lang bar */
.ib9e1e {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.ib9e1e 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(--dc6f3);
    color: var(--i3184);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ib9e1e a:hover,
.ib9e1e a.o573b0 {
    background: rgba(230,126,34,.12);
    border-color: rgba(230,126,34,.3);
    color: var(--n6541);
}
.ib9e1e a.o573b0 { font-weight: 700; }

@media (max-width: 768px) {
    .fb0749 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.e0df88, ul.ebdad3 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.b81765 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .b81765 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m84318, ol.p9be30 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.p9be30 > li { counter-increment: step-counter; }
ol.p9be30 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--n8f3e); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.i0966f { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--n8f3e); }
.b09a28 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.j1c3ce { width: 36px; height: 36px; border-radius: 50%; background: var(--n8f3e); color: var(--cb461); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.m5ac30 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.kc3fa0 { display: grid; grid-template-columns: 1fr; gap: 0; }
.g5548c { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.g5548c:last-child { border-bottom: none; }
.i66b11 { font-weight: 600; padding: .75rem 1rem; color: var(--n8f3e); }
.cff271 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.f82852 .a41d57 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.f82852 .e0465f { display: none; }
.f82852 .n3267a.fa8258 .e0465f { display: block; }

/* faq variant C: definition list */
dl.ad091d { display: grid; gap: 0; }
dl.ad091d dt.d1b5a3 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.ad091d dd.e0465f { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.m17579 { padding: 2rem 0; }
.h91b4e { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h91b4e li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--l6588); border: 1px solid var(--pe1e4); color: var(--pe1e4); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h91b4e li a:hover { background: var(--pe1e4); color: var(--cb461); }


/* Promo Banner (SVG image banners) */
.j9b1bf { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.c9baa8 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.c9baa8:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.a7b8b8 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.e20309 { display: inline-block; vertical-align: middle; }
.c69bde .e20309 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--o65a0), var(--d104f));
    border-radius: var(--l6588); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--dc6f3); background: var(--bbe5f); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--pe1e4); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--pe1e4); 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; }
  .k78550 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g0e5e1, .k78550, .lc2611, .b06027, .p5543d, .c9a4e3, .a41d57, .d1b5a3, .b8d996, .me4047 a, .dd44f5 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.k78550 { position: relative; overflow: visible; }
.k78550::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--pe1e4); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.k78550:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.k78550::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    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);
}
.hero-badge.freshness { color: var(--pe1e4); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--dc6f3); background: var(--o65a0); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--dc6f3); background: var(--o65a0); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--pe1e4); }
.trust-item span { font-size: 0.7rem; color: var(--pe1e4); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--o65a0); border-radius: var(--l6588); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--pe1e4), var(--n8f3e)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--cb461); flex-shrink: 0; }
.review-stars { color: var(--pe1e4); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--a6695); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--i3184); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1060px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 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: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.75; }
body { font-size: 16px; }
.section-alt + .section:not(.section-alt) { border-top: 2px solid var(--gold); opacity: .15; }
.image-text { grid-template-columns: 1fr; text-align: center; }
.image-text-reverse { direction: ltr; }
.info-card:hover { transform: scale(1.03); }
