@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');
/* ===== EMERALD FORTUNE — Design System ===== */
:root {
    --a5821:        #2ECC71;
    --fc7c5:  #58D68D;
    --i5b14:   #1E8C4E;
    --c71d8:         #27AE60;
    --eb8c8:         #F1C40F;
    --a200b:    #D4AC0D;
    --gee46:         #2ECC71;
    --b5972:    #1A9B54;
    --o321f:           #040A06;
    --p46e9:         #081408;
    --f5c9e:         #0C1E0C;
    --n2db7:         #102810;
    --l36c4:        #FFFFFF;
    --d658c:         #A8C4AB;
    --bc467:       #6E9074;
    --bd41c:       #A8C4AB;
    --k5466:    'EB Garamond', Georgia, serif;
    --c2869:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --e6409:       10px;
    --p54fb:    18px;
    --f550e:    6px;
    --bc22d:        1100px;
    --ab7f3:       0 4px 28px rgba(0,0,0,.55);
    --g7fc1:         0 0 32px rgba(46,204,113,.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(--c2869);
    background: var(--o321f);
    color: var(--l36c4);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--fc7c5); text-decoration: none; transition: color .2s; }
a:hover { color: var(--eb8c8); }
img { max-width: 100%; height: auto; display: block; }

.gbfa16 { width: 92%; max-width: var(--bc22d); margin: 0 auto; }

.j5e09b {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.i9da75 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a5821); color: var(--l36c4);
    padding: 8px 16px; border-radius: var(--f550e);
    z-index: 999; transition: top .2s;
}
.i9da75:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.nab2e0 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(4,10,6,.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(46,204,113,.12);
}
.g77cf5 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.mad6ad {
    font-family: var(--k5466);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--l36c4);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.mad6ad:hover { color: var(--eb8c8); }

/* Main Nav */
.n219ae { display: flex; align-items: center; gap: 20px; }
.ge00b9 {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.ge00b9 a {
    color: var(--d658c); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.ge00b9 a:hover { color: var(--fc7c5); }

/* Language Select */
.bf6277 {
    background: var(--f5c9e); color: var(--l36c4);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--f550e);
    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='%232ECC71'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.bf6277:hover, .bf6277:focus { border-color: var(--a5821); outline: none; }

/* Menu Toggle */
.g6f859 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.mab910, .mab910::before, .mab910::after {
    display: block; width: 24px; height: 2px;
    background: var(--l36c4); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.mab910 { position: relative; }
.mab910::before, .mab910::after { content: ''; position: absolute; left: 0; }
.mab910::before { top: -7px; }
.mab910::after { top: 7px; }

/* Mobile Nav */
.m116dd {
    display: none; position: fixed; inset: 0;
    background: rgba(4,10,6,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.m116dd.f5dc4e { display: flex; }
.gdf03f {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.gdf03f a {
    font-size: 1.2rem; font-weight: 600; color: var(--l36c4); text-decoration: none;
    font-family: var(--k5466);
}
.gdf03f a:hover { color: var(--fc7c5); }

/* ===== BUTTONS ===== */
.g6573c {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--k5466); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--e6409); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .4px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--a5821) 0%, var(--c71d8) 100%);
    color: var(--l36c4); box-shadow: var(--g7fc1);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--l36c4);
}
.btn-secondary {
    background: transparent; color: var(--fc7c5);
    border: 2px solid var(--a5821);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--eb8c8); }

/* Gold CTA — main call-to-action */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(46,204,113,.35); }
    50%      { box-shadow: 0 0 52px rgba(46,204,113,.7), 0 0 90px rgba(46,204,113,.18); }
}
.c9ac5e {
    background: linear-gradient(135deg, var(--a5821) 0%, #1A9B54 55%, var(--i5b14) 100%);
    color: var(--l36c4); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    animation: pulse-glow 2.8s ease-in-out infinite;
}
.c9ac5e:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--l36c4); animation: none;
}

.i63aa6 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--p54fb); }
.lb5a73 { padding: 8px 18px; font-size: .85rem; border-radius: var(--f550e); }

/* Nav CTA in header */
.a9dceb {
    background: linear-gradient(135deg, var(--a5821) 0%, var(--i5b14) 100%);
    color: var(--l36c4) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--f550e);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.a9dceb:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--l36c4) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.efeecb {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(46,204,113,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(241,196,15,.05) 0%, transparent 60%),
        var(--o321f);
    position: relative; overflow: hidden;
}
.efeecb::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4C24 4 28 14 36 14C36 14 26 18 26 28C26 28 22 18 14 18C14 18 24 14 24 4Z' fill='rgba(46,204,113,0.015)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.ke8892 {
    font-family: var(--k5466);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--a5821) 0%, var(--fc7c5) 50%, var(--eb8c8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.f61b0e {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--d658c);
    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(46,204,113,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(241,196,15,.06) 0%, transparent 60%),
        var(--o321f);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4C24 4 28 14 36 14C36 14 26 18 26 28C26 28 22 18 14 18C14 18 24 14 24 4Z' fill='rgba(46,204,113,0.02)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--k5466);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--a5821) 0%, var(--fc7c5) 45%, var(--eb8c8) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--d658c);
    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(--d658c);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--f550e);
}
.hero-stat strong { color: var(--fc7c5); }

/* ===== SECTIONS ===== */
.lc3abc { padding: clamp(52px, 7vw, 80px) 0; }
.e44a41 { background: var(--p46e9); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--a5821); margin-bottom: 10px;
}
.lc3abc h2, .la7b8d {
    font-family: var(--k5466);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.lc3abc h3 {
    font-family: var(--k5466); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--fc7c5);
}
.lc3abc p, .section-desc {
    color: var(--d658c); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.lc3abc ul, .lc3abc ol {
    color: var(--d658c); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.lc3abc li { margin-bottom: 8px; }
.lc3abc li strong { color: var(--l36c4); }

/* ===== 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(--f5c9e), var(--n2db7));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--e6409); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(46,204,113,.3);
    box-shadow: var(--ab7f3);
}
.card-icon { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--k5466); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l36c4);
}
.card p { color: var(--d658c); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.la6e78 { overflow-x: auto; margin: 24px 0; border-radius: var(--f550e); }
.m474d6 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.m474d6 thead th {
    background: var(--n2db7); color: var(--l36c4); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.m474d6 thead th:first-child { border-radius: var(--f550e) 0 0 0; }
.m474d6 thead th:last-child { border-radius: 0 var(--f550e) 0 0; }
.m474d6 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.m474d6 td { padding: 13px 16px; }
.m474d6 td:first-child { color: var(--d658c); font-weight: 500; width: 42%; }
.m474d6 td:last-child { color: var(--l36c4); font-weight: 600; }
.m474d6 tr:hover { background: rgba(46,204,113,.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(--a5821), var(--c71d8));
    border-radius: 50%; font-family: var(--k5466);
    font-size: 1.2rem; font-weight: 700; color: var(--l36c4);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--d658c); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.i5a87b { max-width: 800px; margin: 0 auto; }
details.i7ff03 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.i7ff03 summary {
    display: block; list-style: none;
    color: var(--l36c4); font-family: var(--k5466);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.i7ff03 summary::-webkit-details-marker { display: none; }
details.i7ff03 summary::marker { display: none; content: ''; }
details.i7ff03 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a5821); transition: transform .3s;
}
details.i7ff03[open] summary::after { content: '\2212'; }
details.i7ff03 summary:hover { color: var(--fc7c5); }
details.i7ff03 > p { padding: 0 0 20px; color: var(--d658c); font-size: .9rem; line-height: 1.72; }
details.i7ff03 > div { padding: 0 0 20px; color: var(--d658c); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--p46e9); }

/* ===== INFO GRID & CARDS ===== */
.bf9979 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g07daa {
    background: linear-gradient(145deg, var(--f5c9e), var(--n2db7));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--e6409); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g07daa:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--ab7f3);
}
.o88a0c { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g07daa h3 {
    font-family: var(--k5466); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l36c4);
}
.g07daa p { color: var(--d658c); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.ged6ed {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.hab1a7 {
    background: linear-gradient(145deg, var(--f5c9e), var(--n2db7));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--e6409); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.hab1a7:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.hab1a7 h3 {
    font-family: var(--k5466); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--eb8c8);
}
.hab1a7 p { color: var(--d658c); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.med35c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.f02577 { text-align: center; padding: 22px 14px; }
.cca1bd {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a5821), var(--c71d8));
    border-radius: 50%; font-family: var(--k5466);
    font-size: 1.15rem; font-weight: 800; color: var(--l36c4);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.f02577 h3 {
    font-family: var(--k5466); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l36c4);
}
.f02577 p { color: var(--d658c); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.ob3593 {
    background: linear-gradient(145deg, var(--f5c9e), var(--n2db7));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--p54fb);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.c84119 { margin-top: 24px; }
.g61215 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .9rem;
}
.g61215 > span:first-child { color: var(--d658c); text-align: left; }
.o43aa1 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.nf51de {
    height: 100%;
    background: linear-gradient(90deg, var(--a5821) 0%, var(--eb8c8) 100%);
    border-radius: 4px;
}
.g61215 > span:last-child { color: var(--eb8c8); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.f18c35 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.hc102a, .k8f4f9 {
    background: linear-gradient(145deg, var(--f5c9e), var(--n2db7));
    border-radius: var(--e6409); padding: 24px 22px;
}
.hc102a { border-top: 3px solid var(--gee46); }
.k8f4f9 { border-top: 3px solid #A93226; }
.hc102a h3, .hc102a h4 { color: var(--gee46); margin-bottom: 12px; font-size: 1rem; font-family: var(--k5466); }
.k8f4f9 h3, .k8f4f9 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--k5466); }
.hc102a ul, .k8f4f9 ul { list-style: none; padding: 0; margin: 0; }
.hc102a li::before { content: '\2713 '; color: var(--gee46); font-weight: 700; }
.k8f4f9 li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.hc102a li, .k8f4f9 li { padding: 5px 0; color: var(--d658c); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m6d58b {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(46,204,113,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(241,196,15,.05) 0%, transparent 70%),
        var(--p46e9);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.m6d58b h2 {
    font-family: var(--k5466);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--a5821), var(--eb8c8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m6d58b p { color: var(--d658c); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(46,204,113,.07), rgba(30,140,78,.04));
    border: 1px solid rgba(46,204,113,.18); border-left: 4px solid var(--a5821);
    border-radius: var(--f550e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--d658c); font-size: .9rem; }
.highlight-box strong { color: var(--fc7c5); }

/* ===== BREADCRUMB ===== */
.n4601b { padding: 14px 0; font-size: .82rem; }
.a15b82 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.a15b82 li + li::before { content: '\203A'; margin-right: 8px; color: var(--bc467); }
.n4601b a { color: var(--bc467); }
.n4601b a:hover { color: var(--fc7c5); }
.n4601b [aria-current] { color: var(--a5821); }

/* ===== SITE FOOTER ===== */
.kca032 {
    background: var(--o321f); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.h33baf {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.h33baf a {
    color: var(--bc467); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.h33baf a:hover { color: var(--fc7c5); }

.i72034 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.i72034 p {
    color: var(--bc467); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.i72034 a { color: var(--a5821); }
.i6a18e { text-align: center; color: var(--bc467); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.ka53d7 { max-width: 800px; margin: 0 auto; }
.ka53d7 p {
    color: var(--d658c); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.ka53d7 p:last-child { margin-bottom: 0; }
.ka53d7 strong { color: var(--l36c4); }
.ka53d7 a { color: var(--fc7c5); text-decoration: underline; text-underline-offset: 3px; }
.ka53d7 a:hover { color: var(--eb8c8); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.p3b530 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hd9fdf { direction: rtl; }
.hd9fdf > * { direction: ltr; }
.hd8c7f { border-radius: var(--p54fb); overflow: hidden; }
.hd8c7f img {
    width: 100%; height: auto; display: block;
    border-radius: var(--p54fb);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.k50185 { color: var(--d658c); font-size: .93rem; line-height: 1.72; }
.k50185 strong { color: var(--l36c4); }
.k50185 a { color: var(--fc7c5); }
@media (max-width: 768px) {
    .p3b530 { grid-template-columns: 1fr; gap: 24px; }
    .hd9fdf { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--i5b14);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--i5b14); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.d5b556 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a5821);
    color: var(--l36c4); 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(--ab7f3);
}
.d5b556.n2c402 { opacity: 1; visibility: visible; }
.d5b556:hover { transform: translateY(-3px); background: var(--i5b14); }

/* ===== REVIEW SCORE (review page) ===== */
.kc8461 {
    font-family: var(--k5466); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--a5821), var(--eb8c8));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--eb8c8); 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,.05); }
.score-table td:first-child { color: var(--d658c); width: 55%; }
.score-table td:last-child { color: var(--eb8c8); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.ec8a1b {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(4,10,6,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(46,204,113,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.ec8a1b .g6573c { 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) {
    .ge00b9 { display: none; }
    .n219ae .bf6277 { display: none; }
    .g6f859 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .f18c35 { grid-template-columns: 1fr; }
    section, .lc3abc { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .h33baf { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .med35c { grid-template-columns: 1fr 1fr; }
    .bf9979 { grid-template-columns: 1fr 1fr; }
    .g61215 { grid-template-columns: 1fr 100px auto; }
    .ec8a1b { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .i63aa6 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .med35c { grid-template-columns: 1fr; }
    .bf9979 { grid-template-columns: 1fr; }
    .g77cf5 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .kc8461 { font-size: 3.5rem; }
    .g61215 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .f18c35 { grid-template-columns: 1fr; }
    .ob3593 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.nd66ea {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.nd66ea summary.h4f7e4 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(46,204,113,.07);
    border: 1px solid rgba(46,204,113,.13);
    color: var(--l36c4);
    padding: 6px 11px;
    border-radius: var(--f550e);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--c2869);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.nd66ea summary.h4f7e4::-webkit-details-marker { display: none; }
.nd66ea summary.h4f7e4::marker { display: none; }
.nd66ea:hover summary.h4f7e4,
.nd66ea[open] summary.h4f7e4 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--eb8c8);
}
.f8f8d2 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.nd66ea[open] .f8f8d2 { transform: rotate(180deg); }

.n5bc5c {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--f5c9e);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--e6409);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.nd66ea[open] .n5bc5c {
    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); }
}
.n5bc5c li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--bd41c);
    border-radius: var(--f550e);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.n5bc5c li a:hover,
.n5bc5c li a.mad6cb {
    background: rgba(46,204,113,.1);
    color: var(--eb8c8);
}
.n5bc5c li a.mad6cb { font-weight: 700; }

/* Mobile lang bar */
.d080d7 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.d080d7 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--f550e);
    color: var(--bd41c);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.d080d7 a:hover,
.d080d7 a.g6fb68 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--eb8c8);
}
.d080d7 a.g6fb68 { font-weight: 700; }

@media (max-width: 768px) {
    .nd66ea { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.bf9979, ul.ia7f7b { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k1b8b6 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k1b8b6 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.med35c, ol.mb31ea { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.mb31ea > li { counter-increment: step-counter; }
ol.mb31ea > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a5821); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.mbb53a { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a5821); }
.i841ae { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.gf02f3 { width: 36px; height: 36px; border-radius: 50%; background: var(--a5821); color: var(--o321f); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.bec20d h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.a319cf { display: grid; grid-template-columns: 1fr; gap: 0; }
.la0574 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.la0574:last-child { border-bottom: none; }
.f7c0e0 { font-weight: 600; padding: .75rem 1rem; color: var(--a5821); }
.ief5c8 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.i17d1b .g09d07 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.i17d1b .nd3e0e { display: none; }
.i17d1b .i7ff03.f5dc4e .nd3e0e { display: block; }

/* faq variant C: definition list */
dl.i5a87b { display: grid; gap: 0; }
dl.i5a87b dt.o22715 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.i5a87b dd.nd3e0e { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }

