@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 {
    --ga4ba:        #2ECC71;
    --pb24c:  #58D68D;
    --p467f:   #1E8C4E;
    --kb6dd:         #27AE60;
    --f959b:         #F1C40F;
    --ob58d:    #D4AC0D;
    --mb2ea:         #2ECC71;
    --c47d8:    #1A9B54;
    --ha9ff:           #040A06;
    --m8579:         #081408;
    --p58bc:         #0C1E0C;
    --fe208:         #102810;
    --e282d:        #FFFFFF;
    --d87df:         #A8C4AB;
    --ee239:       #6E9074;
    --i1702:       #A8C4AB;
    --feb72:    'EB Garamond', Georgia, serif;
    --e737c:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ca2eb:       10px;
    --na6f7:    18px;
    --c191e:    6px;
    --n36e8:        1100px;
    --d243c:       0 4px 28px rgba(0,0,0,.55);
    --od22c:         0 0 32px rgba(46,204,113,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--ga4ba);
    --color-primary-light: var(--pb24c);
    --color-primary-dark: var(--p467f);
    --color-accent: var(--f959b);
    --color-accent-dark: var(--ob58d);
    --color-secondary: var(--mb2ea);
    --color-secondary-dark: var(--c47d8);
    --color-surface: var(--p58bc);
    --color-surface-elevated: var(--fe208);
    --color-on-surface: var(--e282d);
    --color-on-surface-muted: var(--d87df);
    --color-text: var(--e282d);
    --color-text-secondary: var(--i1702);
    --text-heading: var(--feb72);
    --text-body: var(--e737c);
    --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(--e737c);
    background: var(--ha9ff);
    color: var(--e282d);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--pb24c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--f959b); }
img { max-width: 100%; height: auto; display: block; }

.mfb9c7 { width: 92%; max-width: var(--n36e8); margin: 0 auto; }

.i960e7 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.d2bc39 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--ga4ba); color: var(--e282d);
    padding: 8px 16px; border-radius: var(--c191e);
    z-index: 999; transition: top .2s;
}
.d2bc39:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.n5ab78 {
    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);
}
.d54cde {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.oe2d3e {
    font-family: var(--feb72);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--e282d);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.oe2d3e:hover { color: var(--f959b); }

/* Main Nav */
.n6de94 { display: flex; align-items: center; gap: 20px; }
.cd8c3f {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.cd8c3f a {
    color: var(--d87df); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.cd8c3f a:hover { color: var(--pb24c); }

/* Language Select */
.g61419 {
    background: var(--p58bc); color: var(--e282d);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--c191e);
    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;
}
.g61419:hover, .g61419:focus { border-color: var(--ga4ba); outline: none; }

/* Menu Toggle */
.od11fd {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.ob27a4, .ob27a4::before, .ob27a4::after {
    display: block; width: 24px; height: 2px;
    background: var(--e282d); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.ob27a4 { position: relative; }
.ob27a4::before, .ob27a4::after { content: ''; position: absolute; left: 0; }
.ob27a4::before { top: -7px; }
.ob27a4::after { top: 7px; }

/* Mobile Nav */
.ec0905 {
    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;
}
.ec0905.d59880 { display: flex; }
.n2bf68 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.n2bf68 a {
    font-size: 1.2rem; font-weight: 600; color: var(--e282d); text-decoration: none;
    font-family: var(--feb72);
}
.n2bf68 a:hover { color: var(--pb24c); }

/* ===== BUTTONS ===== */
.ide51a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--feb72); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--ca2eb); 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(--ga4ba) 0%, var(--kb6dd) 100%);
    color: var(--e282d); box-shadow: var(--od22c);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--e282d);
}
.btn-secondary {
    background: transparent; color: var(--pb24c);
    border: 2px solid var(--ga4ba);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--f959b); }

/* 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); }
}
.bb1120 {
    background: linear-gradient(135deg, var(--ga4ba) 0%, #1A9B54 55%, var(--p467f) 100%);
    color: var(--e282d); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    /* animation moved to ::after */
}
.bb1120:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--e282d); animation: none;
}

.j1d50b { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--na6f7); }
.nf7434 { padding: 8px 18px; font-size: .85rem; border-radius: var(--c191e); }

/* Nav CTA in header */
.m72909 {
    background: linear-gradient(135deg, var(--ga4ba) 0%, var(--p467f) 100%);
    color: var(--e282d) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--c191e);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.m72909:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--e282d) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.n0a611 {
    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(--ha9ff);
    position: relative; overflow: hidden;
}
.n0a611::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;
}
.i72f8d {
    font-family: var(--feb72);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--ga4ba) 0%, var(--pb24c) 50%, var(--f959b) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ad5700 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--d87df);
    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(--ha9ff);
}
.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(--feb72);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--ga4ba) 0%, var(--pb24c) 45%, var(--f959b) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--d87df);
    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(--d87df);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--c191e);
}
.hero-stat strong { color: var(--pb24c); }

/* ===== SECTIONS ===== */
.c6b653 { padding: clamp(52px, 7vw, 80px) 0; }
.jc5821 { background: var(--m8579); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--ga4ba); margin-bottom: 10px;
}
.c6b653 h2, .k143fa {
    font-family: var(--feb72);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.c6b653 h3 {
    font-family: var(--feb72); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--pb24c);
}
.c6b653 p, .section-desc {
    color: var(--d87df); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.c6b653 ul, .c6b653 ol {
    color: var(--d87df); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.c6b653 li { margin-bottom: 8px; }
.c6b653 li strong { color: var(--e282d); }

/* ===== 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(--p58bc), var(--fe208));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--ca2eb); 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(--d243c);
}
.n59125 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--feb72); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e282d);
}
.card p { color: var(--d87df); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.h874ab { overflow-x: auto; margin: 24px 0; border-radius: var(--c191e); }
.le95dd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.le95dd thead th {
    background: var(--fe208); color: var(--e282d); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.le95dd thead th:first-child { border-radius: var(--c191e) 0 0 0; }
.le95dd thead th:last-child { border-radius: 0 var(--c191e) 0 0; }
.le95dd tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.le95dd td { padding: 13px 16px; }
.le95dd td:first-child { color: var(--d87df); font-weight: 500; width: 42%; }
.le95dd td:last-child { color: var(--e282d); font-weight: 600; }
.le95dd 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(--ga4ba), var(--kb6dd));
    border-radius: 50%; font-family: var(--feb72);
    font-size: 1.2rem; font-weight: 700; color: var(--e282d);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--d87df); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.lfb931 { max-width: 800px; margin: 0 auto; }
details.ie7d72 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.ie7d72 summary {
    display: block; list-style: none;
    color: var(--e282d); font-family: var(--feb72);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ie7d72 summary::-webkit-details-marker { display: none; }
details.ie7d72 summary::marker { display: none; content: ''; }
details.ie7d72 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--ga4ba); transition: transform .3s;
}
details.ie7d72[open] summary::after { content: '\2212'; }
details.ie7d72 summary:hover { color: var(--pb24c); }
details.ie7d72 > p { padding: 0 0 20px; color: var(--d87df); font-size: .9rem; line-height: 1.72; }
details.ie7d72 > div { padding: 0 0 20px; color: var(--d87df); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--m8579); }

/* ===== INFO GRID & CARDS ===== */
.c595cc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.g67614 {
    background: linear-gradient(145deg, var(--p58bc), var(--fe208));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--ca2eb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.g67614:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--d243c);
}
.m9aec8 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.g67614 h3 {
    font-family: var(--feb72); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e282d);
}
.g67614 p { color: var(--d87df); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.j6347b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.o03d51 {
    background: linear-gradient(145deg, var(--p58bc), var(--fe208));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--ca2eb); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.o03d51:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.o03d51 h3 {
    font-family: var(--feb72); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f959b);
}
.o03d51 p { color: var(--d87df); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.a88e89 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.d86018 { text-align: center; padding: 22px 14px; }
.m2001b {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--ga4ba), var(--kb6dd));
    border-radius: 50%; font-family: var(--feb72);
    font-size: 1.15rem; font-weight: 800; color: var(--e282d);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.d86018 h3 {
    font-family: var(--feb72); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--e282d);
}
.d86018 p { color: var(--d87df); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.l91c67 {
    background: linear-gradient(145deg, var(--p58bc), var(--fe208));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--na6f7);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.abe3f7 { margin-top: 24px; }
.l4106a {
    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;
}
.l4106a > span:first-child { color: var(--d87df); text-align: left; }
.l703c3 {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.pc1c70 {
    height: 100%;
    background: linear-gradient(90deg, var(--ga4ba) 0%, var(--f959b) 100%);
    border-radius: 4px;
}
.l4106a > span:last-child { color: var(--f959b); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.fa6c92 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ebdd0a, .pe83df {
    background: linear-gradient(145deg, var(--p58bc), var(--fe208));
    border-radius: var(--ca2eb); padding: 24px 22px;
}
.ebdd0a { border-top: 3px solid var(--mb2ea); }
.pe83df { border-top: 3px solid #A93226; }
.ebdd0a h3, .ebdd0a h4 { color: var(--mb2ea); margin-bottom: 12px; font-size: 1rem; font-family: var(--feb72); }
.pe83df h3, .pe83df h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--feb72); }
.ebdd0a ul, .pe83df ul { list-style: none; padding: 0; margin: 0; }
.ebdd0a li::before { content: '\2713 '; color: var(--mb2ea); font-weight: 700; }
.pe83df li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.ebdd0a li, .pe83df li { padding: 5px 0; color: var(--d87df); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.m227c6 {
    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(--m8579);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.m227c6 h2 {
    font-family: var(--feb72);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--ga4ba), var(--f959b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.m227c6 p { color: var(--d87df); 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(--ga4ba);
    border-radius: var(--c191e); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--d87df); font-size: .9rem; }
.highlight-box strong { color: var(--pb24c); }

/* ===== BREADCRUMB ===== */
.gcc706 { padding: 14px 0; font-size: .82rem; }
.k042f8 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.k042f8 li + li::before { content: '\203A'; margin-right: 8px; color: var(--ee239); }
.gcc706 a { color: var(--ee239); }
.gcc706 a:hover { color: var(--pb24c); }
.gcc706 [aria-current] { color: var(--ga4ba); }

/* ===== SITE FOOTER ===== */
.k9d46f {
    background: var(--ha9ff); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.g3fbbb {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.g3fbbb a {
    color: var(--ee239); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.g3fbbb a:hover { color: var(--pb24c); }

.hc7294 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.hc7294 p {
    color: var(--ee239); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.hc7294 a { color: var(--ga4ba); }
.d5f0c8 { text-align: center; color: var(--ee239); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.lcb65b { max-width: 800px; margin: 0 auto; }
.lcb65b p {
    color: var(--d87df); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.lcb65b p:last-child { margin-bottom: 0; }
.lcb65b strong { color: var(--e282d); }
.lcb65b a { color: var(--pb24c); text-decoration: underline; text-underline-offset: 3px; }
.lcb65b a:hover { color: var(--f959b); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.ad663f {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.f15a6f { direction: rtl; }
.f15a6f > * { direction: ltr; }
.gb4eeb { border-radius: var(--na6f7); overflow: hidden; }
.gb4eeb img {
    width: 100%; height: auto; display: block;
    border-radius: var(--na6f7);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.ace244 { color: var(--d87df); font-size: .93rem; line-height: 1.72; }
.ace244 strong { color: var(--e282d); }
.ace244 a { color: var(--pb24c); }
@media (max-width: 768px) {
    .ad663f { grid-template-columns: 1fr; gap: 24px; }
    .f15a6f { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--p467f);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--p467f); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.p2b33a {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--ga4ba);
    color: var(--e282d); 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(--d243c);
}
.p2b33a.k1c801 { opacity: 1; visibility: visible; }
.p2b33a:hover { transform: translateY(-3px); background: var(--p467f); }

/* ===== REVIEW SCORE (review page) ===== */
.j92364 {
    font-family: var(--feb72); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--ga4ba), var(--f959b));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--f959b); 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(--d87df); width: 55%; }
.score-table td:last-child { color: var(--f959b); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.eb98fb {
    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);
}
.eb98fb .ide51a { 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) {
    .cd8c3f { display: none; }
    .n6de94 .g61419 { display: none; }
    .od11fd { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .fa6c92 { grid-template-columns: 1fr; }
    section, .c6b653 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .g3fbbb { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .a88e89 { grid-template-columns: 1fr 1fr; }
    .c595cc { grid-template-columns: 1fr 1fr; }
    .l4106a { grid-template-columns: 1fr 100px auto; }
    .eb98fb { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .j1d50b { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .a88e89 { grid-template-columns: 1fr; }
    .c595cc { grid-template-columns: 1fr; }
    .d54cde { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .j92364 { font-size: 3.5rem; }
    .l4106a { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .fa6c92 { grid-template-columns: 1fr; }
    .l91c67 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.ec5728 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.ec5728 summary.j34041 {
    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(--e282d);
    padding: 6px 11px;
    border-radius: var(--c191e);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--e737c);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.ec5728 summary.j34041::-webkit-details-marker { display: none; }
.ec5728 summary.j34041::marker { display: none; }
.ec5728:hover summary.j34041,
.ec5728[open] summary.j34041 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--f959b);
}
.i6e584 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.ec5728[open] .i6e584 { transform: rotate(180deg); }

.l9a98b {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p58bc);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--ca2eb);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.ec5728[open] .l9a98b {
    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); }
}
.l9a98b li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--i1702);
    border-radius: var(--c191e);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.l9a98b li a:hover,
.l9a98b li a.faf045 {
    background: rgba(46,204,113,.1);
    color: var(--f959b);
}
.l9a98b li a.faf045 { font-weight: 700; }

/* Mobile lang bar */
.f571df {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.f571df 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(--c191e);
    color: var(--i1702);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.f571df a:hover,
.f571df a.h8e061 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--f959b);
}
.f571df a.h8e061 { font-weight: 700; }

@media (max-width: 768px) {
    .ec5728 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.c595cc, ul.h7d78b { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.e2becf { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .e2becf { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.a88e89, ol.fbe579 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.fbe579 > li { counter-increment: step-counter; }
ol.fbe579 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--ga4ba); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.e03516 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--ga4ba); }
.ab5378 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.oc9d2c { width: 36px; height: 36px; border-radius: 50%; background: var(--ga4ba); color: var(--ha9ff); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.cac267 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ib699b { display: grid; grid-template-columns: 1fr; gap: 0; }
.dc3307 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.dc3307:last-child { border-bottom: none; }
.l64839 { font-weight: 600; padding: .75rem 1rem; color: var(--ga4ba); }
.da60aa { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.j7e115 .oebf4a { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.j7e115 .d4a91a { display: none; }
.j7e115 .ie7d72.d59880 .d4a91a { display: block; }

/* faq variant C: definition list */
dl.lfb931 { display: grid; gap: 0; }
dl.lfb931 dt.he8ba0 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.lfb931 dd.d4a91a { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.g620ad { padding: 2rem 0; }
.d80e2a { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.d80e2a li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--ca2eb); border: 1px solid var(--f959b); color: var(--f959b); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.d80e2a li a:hover { background: var(--f959b); color: var(--ha9ff); }


/* Promo Banner (SVG image banners) */
.jad47e { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.cece21 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.cece21:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.i9439e { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.n59125 { display: inline-block; vertical-align: middle; }
.m9aec8 .n59125 { 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(--p58bc), var(--fe208));
    border-radius: var(--ca2eb); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--c191e); background: var(--m8579); }
.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(--f959b); }
@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(--f959b); 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; }
  .bb1120 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.ide51a, .bb1120, .j1d50b, .nf7434, .m72909, .od11fd, .oebf4a, .he8ba0, .p2b33a, .eb98fb a, .j34041 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.bb1120 { position: relative; overflow: visible; }
.bb1120::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--f959b); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.bb1120:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.bb1120::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(--f959b); 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(--c191e); background: var(--p58bc); 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(--c191e); background: var(--p58bc); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--f959b); }
.trust-item span { font-size: 0.7rem; color: var(--f959b); 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(--p58bc); border-radius: var(--ca2eb); 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(--f959b), var(--ga4ba)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--ha9ff); flex-shrink: 0; }
.review-stars { color: var(--f959b); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--ee239); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--i1702); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 24px; --radius-lg: 36px; --radius-sm: 14px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.btn { border-radius: 4px; }
.btn-gold { animation: none; box-shadow: 0 2px 8px rgba(0,0,0,.3); }
.info-card:hover, .bonus-card:hover { box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
body { line-height: 1.8; }
body { font-size: 16px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.info-card:hover { transform: translateY(-3px) rotate(0.5deg); }


/* ===== USA design language: Cyber Terminal (terminal) ===== */
:root{
  --cbg:#020806; --csurf:#06140C; --csurf2:#0A1E12;
  --ctext:#C6F8D8; --cmuted:#5FAE80; --cacc:#00FF88; --cacc2:#00D0FF;
  --cbord:#134026; --cfh:'JetBrains Mono',monospace; --cfb:'JetBrains Mono',monospace;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.i72f8d,.k143fa{font-family:var(--cfh);}
.mfb9c7{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.c6b653{padding:58px 0;position:relative;}
.c595cc{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.c595cc.e2becf{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.a88e89{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.fa6c92{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.ad663f{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.f15a6f{direction:rtl;}.f15a6f>*{direction:ltr;}
.gb4eeb img,.gb4eeb svg{width:100%;height:auto;}
.ace244 p{margin:0 0 1em;}
.lfb931{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.he8ba0{cursor:pointer;list-style:none;position:relative;}.he8ba0::-webkit-details-marker{display:none;}
.trust-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.trust-item{display:inline-flex;align-items:center;gap:10px;text-decoration:none;}
.trust-item img{width:30px;height:30px;}
.i9439e{width:100%;height:auto;display:block;}
.logo-mark{vertical-align:middle;margin-right:9px;}
table{width:100%;border-collapse:collapse;}
table th,table td{padding:13px 16px;text-align:left;}
@media (prefers-reduced-motion: no-preference){
  @keyframes u-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .hero-art img,.hero-art svg{animation:u-float 6.5s ease-in-out infinite;}
  section.u-rev{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
  section.u-rev.u-in{opacity:1;transform:none;}
}
@media (max-width:900px){
  .n0a611 .mfb9c7{grid-template-columns:1fr !important;}
  .ad663f,.fa6c92{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.f15a6f{direction:ltr;}
}

/* CYBER TERMINAL — терминальный зелёный, моноширинный, окна-консоли */
body{background:
  repeating-linear-gradient(transparent 0 3px,rgba(0,255,136,0.025) 3px 4px),
  radial-gradient(800px 460px at 50% 0%,rgba(0,255,136,0.1),transparent 60%),#020806!important;color:#C6F8D8!important;font-family:'JetBrains Mono',monospace;}
header,.n5ab78{background:rgba(2,8,6,0.85)!important;border-bottom:1px solid rgba(0,255,136,0.4)!important;}
header a,nav a{color:#5FAE80!important;font-family:'JetBrains Mono',monospace;font-size:.8rem;}header a:hover{color:#00FF88!important;}
.n0a611{padding:84px 0 60px;text-align:center;background:transparent!important;}.n0a611::before{display:none!important;}
.n0a611.has-art .mfb9c7{display:flex;flex-direction:column;align-items:center;gap:22px;}.n0a611 .hero-art{order:2;}.hero-art img{max-width:420px;}
.i72f8d{font-family:'JetBrains Mono',monospace;font-weight:800;font-size:clamp(1.7rem,4vw,2.9rem);line-height:1.15;color:#00FF88!important;-webkit-text-fill-color:#00FF88!important;background:none!important;}
.i72f8d::after{content:"_";color:#00FF88;animation:u-blink 1.1s steps(1) infinite;}
@keyframes u-blink{50%{opacity:0;}}
.ad5700{color:#5FAE80;max-width:62ch;margin:16px auto 24px;font-family:'JetBrains Mono',monospace;font-size:.96rem;}
.ad5700::before{content:"// ";color:#00D0FF;}
.k143fa{text-align:center;font-family:'JetBrains Mono',monospace;color:#C6F8D8!important;}
.k143fa::before{content:"> ";color:#00FF88;}
.bb1120,.m72909{background:#00FF88!important;color:#021008!important;border:none!important;border-radius:3px;font-family:'JetBrains Mono',monospace;font-weight:700;box-shadow:0 0 20px rgba(0,255,136,0.5);}
.j1d50b{padding:14px 30px;}.bb1120::before{content:"$ ";}.bb1120:hover,.m72909:hover{box-shadow:0 0 32px rgba(0,255,136,0.8);}
.hero-trust{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:18px;}
.hero-badge{background:rgba(6,20,12,0.8)!important;border:1px solid rgba(0,255,136,0.4)!important;color:#00D0FF!important;border-radius:3px;padding:7px 12px;font-family:'JetBrains Mono',monospace;font-size:.72rem;}
.g67614,.o03d51,.d86018,.ebdd0a,.pe83df{background:#06140C!important;border:1px solid rgba(0,255,136,0.35)!important;border-radius:6px;padding:22px;position:relative;transition:box-shadow .2s,transform .2s;}
.g67614::before,.o03d51::before{content:"● ● ●";position:absolute;top:8px;left:14px;color:rgba(0,255,136,0.5);font-size:.6rem;letter-spacing:2px;}
.g67614,.o03d51{padding-top:34px;}
.g67614:hover,.o03d51:hover,.d86018:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #00FF88,0 0 24px rgba(0,255,136,0.3)!important;}
.g67614 h3,.o03d51 h3,.d86018 h3{color:#00FF88!important;font-family:'JetBrains Mono',monospace;font-size:1rem;}
.g67614 p,.o03d51 p,.d86018 p{color:#5FAE80!important;font-family:'JetBrains Mono',monospace;font-size:.88rem;}
.ace244{color:#5FAE80;font-family:'JetBrains Mono',monospace;font-size:.92rem;}.ace244 strong{color:#00FF88;}.gb4eeb img{border:1px solid rgba(0,255,136,0.4);border-radius:6px;}
.jc5821{background:rgba(6,20,12,0.4)!important;}
.ie7d72{background:#06140C!important;border:1px solid rgba(0,255,136,0.3)!important;border-radius:5px;padding:4px 16px;}
.he8ba0{color:#C6F8D8!important;font-family:'JetBrains Mono',monospace;font-size:.92rem;padding:14px 0;}.he8ba0::before{content:"? ";color:#00FF88;}
details.ie7d72 summary.he8ba0::after{content:"[+]";position:absolute;right:0;top:13px;color:#00FF88;}details.ie7d72[open] summary.he8ba0::after{content:"[-]";}
.d4a91a{color:#5FAE80!important;font-family:'JetBrains Mono',monospace;padding-bottom:14px;}
.trust-item{background:#06140C!important;border:1px solid rgba(0,255,136,0.4)!important;border-radius:4px;padding:11px 16px;color:#00D0FF!important;font-family:'JetBrains Mono',monospace;font-size:.76rem;}
.cece21{border:1px solid rgba(0,255,136,0.4);border-radius:6px;display:block;overflow:hidden;}
footer,.k9d46f{background:#020806!important;border-top:1px solid rgba(0,255,136,0.4)!important;}footer a{color:#5FAE80!important;}

.lcb65b strong,.ad663f strong,.faq strong,.fa6c92 strong{color:inherit !important;}
