@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 {
    --b940f:        #2ECC71;
    --b66db:  #58D68D;
    --h43bc:   #1E8C4E;
    --j2f24:         #27AE60;
    --eda50:         #F1C40F;
    --g9180:    #D4AC0D;
    --aa3e0:         #2ECC71;
    --m10af:    #1A9B54;
    --d2a4f:           #040A06;
    --h069e:         #081408;
    --e76ad:         #0C1E0C;
    --ia789:         #102810;
    --p6a18:        #FFFFFF;
    --gc225:         #A8C4AB;
    --o28f4:       #6E9074;
    --o51b3:       #A8C4AB;
    --he08c:    'EB Garamond', Georgia, serif;
    --h60c5:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --l5f1d:       10px;
    --pe018:    18px;
    --d016f:    6px;
    --m1755:        1100px;
    --e8278:       0 4px 28px rgba(0,0,0,.55);
    --c1195:         0 0 32px rgba(46,204,113,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--b940f);
    --color-primary-light: var(--b66db);
    --color-primary-dark: var(--h43bc);
    --color-accent: var(--eda50);
    --color-accent-dark: var(--g9180);
    --color-secondary: var(--aa3e0);
    --color-secondary-dark: var(--m10af);
    --color-surface: var(--e76ad);
    --color-surface-elevated: var(--ia789);
    --color-on-surface: var(--p6a18);
    --color-on-surface-muted: var(--gc225);
    --color-text: var(--p6a18);
    --color-text-secondary: var(--o51b3);
    --text-heading: var(--he08c);
    --text-body: var(--h60c5);
    --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(--h60c5);
    background: var(--d2a4f);
    color: var(--p6a18);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--b66db); text-decoration: none; transition: color .2s; }
a:hover { color: var(--eda50); }
img { max-width: 100%; height: auto; display: block; }

.mca139 { width: 92%; max-width: var(--m1755); margin: 0 auto; }

.j5bf3e {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.e49f16 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--b940f); color: var(--p6a18);
    padding: 8px 16px; border-radius: var(--d016f);
    z-index: 999; transition: top .2s;
}
.e49f16:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.h61595 {
    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);
}
.e2ff87 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.i53a88 {
    font-family: var(--he08c);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--p6a18);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.i53a88:hover { color: var(--eda50); }

/* Main Nav */
.o5209a { display: flex; align-items: center; gap: 20px; }
.j73423 {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.j73423 a {
    color: var(--gc225); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.j73423 a:hover { color: var(--b66db); }

/* Language Select */
.f4980d {
    background: var(--e76ad); color: var(--p6a18);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--d016f);
    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;
}
.f4980d:hover, .f4980d:focus { border-color: var(--b940f); outline: none; }

/* Menu Toggle */
.h22362 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e66bda, .e66bda::before, .e66bda::after {
    display: block; width: 24px; height: 2px;
    background: var(--p6a18); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e66bda { position: relative; }
.e66bda::before, .e66bda::after { content: ''; position: absolute; left: 0; }
.e66bda::before { top: -7px; }
.e66bda::after { top: 7px; }

/* Mobile Nav */
.m859de {
    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;
}
.m859de.adfc76 { display: flex; }
.aa1f77 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.aa1f77 a {
    font-size: 1.2rem; font-weight: 600; color: var(--p6a18); text-decoration: none;
    font-family: var(--he08c);
}
.aa1f77 a:hover { color: var(--b66db); }

/* ===== BUTTONS ===== */
.of7575 {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--he08c); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--l5f1d); 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(--b940f) 0%, var(--j2f24) 100%);
    color: var(--p6a18); box-shadow: var(--c1195);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--p6a18);
}
.btn-secondary {
    background: transparent; color: var(--b66db);
    border: 2px solid var(--b940f);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--eda50); }

/* 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); }
}
.of30b6 {
    background: linear-gradient(135deg, var(--b940f) 0%, #1A9B54 55%, var(--h43bc) 100%);
    color: var(--p6a18); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    /* animation moved to ::after */
}
.of30b6:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--p6a18); animation: none;
}

.b8954b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--pe018); }
.hb9ede { padding: 8px 18px; font-size: .85rem; border-radius: var(--d016f); }

/* Nav CTA in header */
.a7219c {
    background: linear-gradient(135deg, var(--b940f) 0%, var(--h43bc) 100%);
    color: var(--p6a18) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--d016f);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.a7219c:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--p6a18) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.ae0c0e {
    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(--d2a4f);
    position: relative; overflow: hidden;
}
.ae0c0e::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;
}
.j4e05e {
    font-family: var(--he08c);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--b940f) 0%, var(--b66db) 50%, var(--eda50) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m438d9 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--gc225);
    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(--d2a4f);
}
.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(--he08c);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--b940f) 0%, var(--b66db) 45%, var(--eda50) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--gc225);
    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(--gc225);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--d016f);
}
.hero-stat strong { color: var(--b66db); }

/* ===== SECTIONS ===== */
.i63661 { padding: clamp(52px, 7vw, 80px) 0; }
.gff59d { background: var(--h069e); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--b940f); margin-bottom: 10px;
}
.i63661 h2, .i2ae8f {
    font-family: var(--he08c);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.i63661 h3 {
    font-family: var(--he08c); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--b66db);
}
.i63661 p, .section-desc {
    color: var(--gc225); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.i63661 ul, .i63661 ol {
    color: var(--gc225); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.i63661 li { margin-bottom: 8px; }
.i63661 li strong { color: var(--p6a18); }

/* ===== 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(--e76ad), var(--ia789));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--l5f1d); 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(--e8278);
}
.g70708 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--he08c); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p6a18);
}
.card p { color: var(--gc225); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g8c67d { overflow-x: auto; margin: 24px 0; border-radius: var(--d016f); }
.g4f385 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.g4f385 thead th {
    background: var(--ia789); color: var(--p6a18); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.g4f385 thead th:first-child { border-radius: var(--d016f) 0 0 0; }
.g4f385 thead th:last-child { border-radius: 0 var(--d016f) 0 0; }
.g4f385 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.g4f385 td { padding: 13px 16px; }
.g4f385 td:first-child { color: var(--gc225); font-weight: 500; width: 42%; }
.g4f385 td:last-child { color: var(--p6a18); font-weight: 600; }
.g4f385 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(--b940f), var(--j2f24));
    border-radius: 50%; font-family: var(--he08c);
    font-size: 1.2rem; font-weight: 700; color: var(--p6a18);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--gc225); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j80e67 { max-width: 800px; margin: 0 auto; }
details.h57beb { border-bottom: 1px solid rgba(255,255,255,.06); }
details.h57beb summary {
    display: block; list-style: none;
    color: var(--p6a18); font-family: var(--he08c);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.h57beb summary::-webkit-details-marker { display: none; }
details.h57beb summary::marker { display: none; content: ''; }
details.h57beb summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--b940f); transition: transform .3s;
}
details.h57beb[open] summary::after { content: '\2212'; }
details.h57beb summary:hover { color: var(--b66db); }
details.h57beb > p { padding: 0 0 20px; color: var(--gc225); font-size: .9rem; line-height: 1.72; }
details.h57beb > div { padding: 0 0 20px; color: var(--gc225); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--h069e); }

/* ===== INFO GRID & CARDS ===== */
.o8c54d {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.dd7878 {
    background: linear-gradient(145deg, var(--e76ad), var(--ia789));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--l5f1d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.dd7878:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--e8278);
}
.b5fc1b { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.dd7878 h3 {
    font-family: var(--he08c); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--p6a18);
}
.dd7878 p { color: var(--gc225); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.h66cb4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.l66aee {
    background: linear-gradient(145deg, var(--e76ad), var(--ia789));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--l5f1d); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.l66aee:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.l66aee h3 {
    font-family: var(--he08c); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--eda50);
}
.l66aee p { color: var(--gc225); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.m295d3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.p97033 { text-align: center; padding: 22px 14px; }
.b44a03 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--b940f), var(--j2f24));
    border-radius: 50%; font-family: var(--he08c);
    font-size: 1.15rem; font-weight: 800; color: var(--p6a18);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.p97033 h3 {
    font-family: var(--he08c); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--p6a18);
}
.p97033 p { color: var(--gc225); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.cff3d1 {
    background: linear-gradient(145deg, var(--e76ad), var(--ia789));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--pe018);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.me857b { margin-top: 24px; }
.g1fa58 {
    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;
}
.g1fa58 > span:first-child { color: var(--gc225); text-align: left; }
.o5402a {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.hd06be {
    height: 100%;
    background: linear-gradient(90deg, var(--b940f) 0%, var(--eda50) 100%);
    border-radius: 4px;
}
.g1fa58 > span:last-child { color: var(--eda50); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.gb3b51 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.e85361, .e64806 {
    background: linear-gradient(145deg, var(--e76ad), var(--ia789));
    border-radius: var(--l5f1d); padding: 24px 22px;
}
.e85361 { border-top: 3px solid var(--aa3e0); }
.e64806 { border-top: 3px solid #A93226; }
.e85361 h3, .e85361 h4 { color: var(--aa3e0); margin-bottom: 12px; font-size: 1rem; font-family: var(--he08c); }
.e64806 h3, .e64806 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--he08c); }
.e85361 ul, .e64806 ul { list-style: none; padding: 0; margin: 0; }
.e85361 li::before { content: '\2713 '; color: var(--aa3e0); font-weight: 700; }
.e64806 li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.e85361 li, .e64806 li { padding: 5px 0; color: var(--gc225); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.dc8a26 {
    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(--h069e);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.dc8a26 h2 {
    font-family: var(--he08c);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--b940f), var(--eda50));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.dc8a26 p { color: var(--gc225); 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(--b940f);
    border-radius: var(--d016f); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--gc225); font-size: .9rem; }
.highlight-box strong { color: var(--b66db); }

/* ===== BREADCRUMB ===== */
.lc7b11 { padding: 14px 0; font-size: .82rem; }
.l5d802 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.l5d802 li + li::before { content: '\203A'; margin-right: 8px; color: var(--o28f4); }
.lc7b11 a { color: var(--o28f4); }
.lc7b11 a:hover { color: var(--b66db); }
.lc7b11 [aria-current] { color: var(--b940f); }

/* ===== SITE FOOTER ===== */
.m49cde {
    background: var(--d2a4f); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.mefd24 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.mefd24 a {
    color: var(--o28f4); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.mefd24 a:hover { color: var(--b66db); }

.ac6572 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.ac6572 p {
    color: var(--o28f4); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.ac6572 a { color: var(--b940f); }
.dc8f17 { text-align: center; color: var(--o28f4); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.p13e16 { max-width: 800px; margin: 0 auto; }
.p13e16 p {
    color: var(--gc225); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.p13e16 p:last-child { margin-bottom: 0; }
.p13e16 strong { color: var(--p6a18); }
.p13e16 a { color: var(--b66db); text-decoration: underline; text-underline-offset: 3px; }
.p13e16 a:hover { color: var(--eda50); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.a4804d {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.fef181 { direction: rtl; }
.fef181 > * { direction: ltr; }
.g30da3 { border-radius: var(--pe018); overflow: hidden; }
.g30da3 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--pe018);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.bc1631 { color: var(--gc225); font-size: .93rem; line-height: 1.72; }
.bc1631 strong { color: var(--p6a18); }
.bc1631 a { color: var(--b66db); }
@media (max-width: 768px) {
    .a4804d { grid-template-columns: 1fr; gap: 24px; }
    .fef181 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--h43bc);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--h43bc); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.dc3e2f {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--b940f);
    color: var(--p6a18); 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(--e8278);
}
.dc3e2f.p1a0a6 { opacity: 1; visibility: visible; }
.dc3e2f:hover { transform: translateY(-3px); background: var(--h43bc); }

/* ===== REVIEW SCORE (review page) ===== */
.aec65c {
    font-family: var(--he08c); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--b940f), var(--eda50));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--eda50); 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(--gc225); width: 55%; }
.score-table td:last-child { color: var(--eda50); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.nf0327 {
    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);
}
.nf0327 .of7575 { 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) {
    .j73423 { display: none; }
    .o5209a .f4980d { display: none; }
    .h22362 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .gb3b51 { grid-template-columns: 1fr; }
    section, .i63661 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .mefd24 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .m295d3 { grid-template-columns: 1fr 1fr; }
    .o8c54d { grid-template-columns: 1fr 1fr; }
    .g1fa58 { grid-template-columns: 1fr 100px auto; }
    .nf0327 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .b8954b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .m295d3 { grid-template-columns: 1fr; }
    .o8c54d { grid-template-columns: 1fr; }
    .e2ff87 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .aec65c { font-size: 3.5rem; }
    .g1fa58 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .gb3b51 { grid-template-columns: 1fr; }
    .cff3d1 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.gf2752 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.gf2752 summary.nb3d23 {
    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(--p6a18);
    padding: 6px 11px;
    border-radius: var(--d016f);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--h60c5);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.gf2752 summary.nb3d23::-webkit-details-marker { display: none; }
.gf2752 summary.nb3d23::marker { display: none; }
.gf2752:hover summary.nb3d23,
.gf2752[open] summary.nb3d23 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--eda50);
}
.k6b020 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.gf2752[open] .k6b020 { transform: rotate(180deg); }

.nb012a {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--e76ad);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--l5f1d);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.gf2752[open] .nb012a {
    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); }
}
.nb012a li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--o51b3);
    border-radius: var(--d016f);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.nb012a li a:hover,
.nb012a li a.m2a5b7 {
    background: rgba(46,204,113,.1);
    color: var(--eda50);
}
.nb012a li a.m2a5b7 { font-weight: 700; }

/* Mobile lang bar */
.p2280d {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.p2280d 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(--d016f);
    color: var(--o51b3);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.p2280d a:hover,
.p2280d a.n6e834 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--eda50);
}
.p2280d a.n6e834 { font-weight: 700; }

@media (max-width: 768px) {
    .gf2752 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.o8c54d, ul.o86957 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.k2eb47 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .k2eb47 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.m295d3, ol.o7296d { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.o7296d > li { counter-increment: step-counter; }
ol.o7296d > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--b940f); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.bf61d6 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--b940f); }
.j376d0 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k9dec8 { width: 36px; height: 36px; border-radius: 50%; background: var(--b940f); color: var(--d2a4f); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.i03c5e h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.d603b4 { display: grid; grid-template-columns: 1fr; gap: 0; }
.kb254f { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.kb254f:last-child { border-bottom: none; }
.l54f63 { font-weight: 600; padding: .75rem 1rem; color: var(--b940f); }
.m2c7f7 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.pd839d .a912e1 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.pd839d .offa9d { display: none; }
.pd839d .h57beb.adfc76 .offa9d { display: block; }

/* faq variant C: definition list */
dl.j80e67 { display: grid; gap: 0; }
dl.j80e67 dt.p1ae14 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j80e67 dd.offa9d { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.lf2842 { padding: 2rem 0; }
.m6715b { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.m6715b li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--l5f1d); border: 1px solid var(--eda50); color: var(--eda50); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.m6715b li a:hover { background: var(--eda50); color: var(--d2a4f); }


/* Promo Banner (SVG image banners) */
.g2a573 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.af2c2c { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.af2c2c:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.l2177b { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.g70708 { display: inline-block; vertical-align: middle; }
.b5fc1b .g70708 { 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(--e76ad), var(--ia789));
    border-radius: var(--l5f1d); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--d016f); background: var(--h069e); }
.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(--eda50); }
@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(--eda50); 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; }
  .of30b6 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.of7575, .of30b6, .b8954b, .hb9ede, .a7219c, .h22362, .a912e1, .p1ae14, .dc3e2f, .nf0327 a, .nb3d23 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.of30b6 { position: relative; overflow: visible; }
.of30b6::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--eda50); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.of30b6:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.of30b6::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(--eda50); 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(--d016f); background: var(--e76ad); 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(--d016f); background: var(--e76ad); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--eda50); }
.trust-item span { font-size: 0.7rem; color: var(--eda50); 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(--e76ad); border-radius: var(--l5f1d); 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(--eda50), var(--b940f)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--d2a4f); flex-shrink: 0; }
.review-stars { color: var(--eda50); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--o28f4); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--o51b3); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.btn-gold { animation: none; box-shadow: none; background: var(--gold); }
.btn-gold:hover { box-shadow: 0 4px 16px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.7; }
body { font-size: 15px; }
.info-card:hover { transform: scale(1.03); }
