@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 {
    --m9182:        #2ECC71;
    --c0500:  #58D68D;
    --kb3d2:   #1E8C4E;
    --n3e67:         #27AE60;
    --ed9f1:         #F1C40F;
    --j2316:    #D4AC0D;
    --gd729:         #2ECC71;
    --n01cb:    #1A9B54;
    --lb6e8:           #040A06;
    --e2fa9:         #081408;
    --ec2f8:         #0C1E0C;
    --bb330:         #102810;
    --l9bbe:        #FFFFFF;
    --hc762:         #A8C4AB;
    --g6fb3:       #6E9074;
    --leac0:       #A8C4AB;
    --g7a94:    'EB Garamond', Georgia, serif;
    --afa10:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --kac77:       10px;
    --lb3c0:    18px;
    --ka8eb:    6px;
    --d6bdd:        1100px;
    --a048d:       0 4px 28px rgba(0,0,0,.55);
    --d52fc:         0 0 32px rgba(46,204,113,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--m9182);
    --color-primary-light: var(--c0500);
    --color-primary-dark: var(--kb3d2);
    --color-accent: var(--ed9f1);
    --color-accent-dark: var(--j2316);
    --color-secondary: var(--gd729);
    --color-secondary-dark: var(--n01cb);
    --color-surface: var(--ec2f8);
    --color-surface-elevated: var(--bb330);
    --color-on-surface: var(--l9bbe);
    --color-on-surface-muted: var(--hc762);
    --color-text: var(--l9bbe);
    --color-text-secondary: var(--leac0);
    --text-heading: var(--g7a94);
    --text-body: var(--afa10);
    --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(--afa10);
    background: var(--lb6e8);
    color: var(--l9bbe);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--c0500); text-decoration: none; transition: color .2s; }
a:hover { color: var(--ed9f1); }
img { max-width: 100%; height: auto; display: block; }

.o939cd { width: 92%; max-width: var(--d6bdd); margin: 0 auto; }

.dec64a {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.o3dd5c {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--m9182); color: var(--l9bbe);
    padding: 8px 16px; border-radius: var(--ka8eb);
    z-index: 999; transition: top .2s;
}
.o3dd5c:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.b402d7 {
    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);
}
.ieb46a {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.gc9e77 {
    font-family: var(--g7a94);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--l9bbe);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.gc9e77:hover { color: var(--ed9f1); }

/* Main Nav */
.e5ea5b { display: flex; align-items: center; gap: 20px; }
.bb843e {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.bb843e a {
    color: var(--hc762); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.bb843e a:hover { color: var(--c0500); }

/* Language Select */
.nf8127 {
    background: var(--ec2f8); color: var(--l9bbe);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--ka8eb);
    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;
}
.nf8127:hover, .nf8127:focus { border-color: var(--m9182); outline: none; }

/* Menu Toggle */
.kbc507 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.p8492a, .p8492a::before, .p8492a::after {
    display: block; width: 24px; height: 2px;
    background: var(--l9bbe); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.p8492a { position: relative; }
.p8492a::before, .p8492a::after { content: ''; position: absolute; left: 0; }
.p8492a::before { top: -7px; }
.p8492a::after { top: 7px; }

/* Mobile Nav */
.jedc08 {
    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;
}
.jedc08.o1a651 { display: flex; }
.o35363 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.o35363 a {
    font-size: 1.2rem; font-weight: 600; color: var(--l9bbe); text-decoration: none;
    font-family: var(--g7a94);
}
.o35363 a:hover { color: var(--c0500); }

/* ===== BUTTONS ===== */
.e4d22b {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--g7a94); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--kac77); 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(--m9182) 0%, var(--n3e67) 100%);
    color: var(--l9bbe); box-shadow: var(--d52fc);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--l9bbe);
}
.btn-secondary {
    background: transparent; color: var(--c0500);
    border: 2px solid var(--m9182);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--ed9f1); }

/* 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); }
}
.j43dc1 {
    background: linear-gradient(135deg, var(--m9182) 0%, #1A9B54 55%, var(--kb3d2) 100%);
    color: var(--l9bbe); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    /* animation moved to ::after */
}
.j43dc1:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--l9bbe); animation: none;
}

.k24010 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--lb3c0); }
.f98f93 { padding: 8px 18px; font-size: .85rem; border-radius: var(--ka8eb); }

/* Nav CTA in header */
.d4febb {
    background: linear-gradient(135deg, var(--m9182) 0%, var(--kb3d2) 100%);
    color: var(--l9bbe) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--ka8eb);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.d4febb:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--l9bbe) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.c340e7 {
    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(--lb6e8);
    position: relative; overflow: hidden;
}
.c340e7::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;
}
.c8e111 {
    font-family: var(--g7a94);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--m9182) 0%, var(--c0500) 50%, var(--ed9f1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.e40129 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--hc762);
    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(--lb6e8);
}
.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(--g7a94);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--m9182) 0%, var(--c0500) 45%, var(--ed9f1) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--hc762);
    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(--hc762);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--ka8eb);
}
.hero-stat strong { color: var(--c0500); }

/* ===== SECTIONS ===== */
.b49c06 { padding: clamp(52px, 7vw, 80px) 0; }
.g9e58e { background: var(--e2fa9); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--m9182); margin-bottom: 10px;
}
.b49c06 h2, .ddede0 {
    font-family: var(--g7a94);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.b49c06 h3 {
    font-family: var(--g7a94); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--c0500);
}
.b49c06 p, .section-desc {
    color: var(--hc762); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.b49c06 ul, .b49c06 ol {
    color: var(--hc762); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.b49c06 li { margin-bottom: 8px; }
.b49c06 li strong { color: var(--l9bbe); }

/* ===== 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(--ec2f8), var(--bb330));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--kac77); 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(--a048d);
}
.bbee1b { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--g7a94); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l9bbe);
}
.card p { color: var(--hc762); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.fc2fea { overflow-x: auto; margin: 24px 0; border-radius: var(--ka8eb); }
.c206bd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.c206bd thead th {
    background: var(--bb330); color: var(--l9bbe); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.c206bd thead th:first-child { border-radius: var(--ka8eb) 0 0 0; }
.c206bd thead th:last-child { border-radius: 0 var(--ka8eb) 0 0; }
.c206bd tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.c206bd td { padding: 13px 16px; }
.c206bd td:first-child { color: var(--hc762); font-weight: 500; width: 42%; }
.c206bd td:last-child { color: var(--l9bbe); font-weight: 600; }
.c206bd 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(--m9182), var(--n3e67));
    border-radius: 50%; font-family: var(--g7a94);
    font-size: 1.2rem; font-weight: 700; color: var(--l9bbe);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--hc762); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.j631c3 { max-width: 800px; margin: 0 auto; }
details.ad72ee { border-bottom: 1px solid rgba(255,255,255,.06); }
details.ad72ee summary {
    display: block; list-style: none;
    color: var(--l9bbe); font-family: var(--g7a94);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ad72ee summary::-webkit-details-marker { display: none; }
details.ad72ee summary::marker { display: none; content: ''; }
details.ad72ee summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--m9182); transition: transform .3s;
}
details.ad72ee[open] summary::after { content: '\2212'; }
details.ad72ee summary:hover { color: var(--c0500); }
details.ad72ee > p { padding: 0 0 20px; color: var(--hc762); font-size: .9rem; line-height: 1.72; }
details.ad72ee > div { padding: 0 0 20px; color: var(--hc762); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--e2fa9); }

/* ===== INFO GRID & CARDS ===== */
.f6fa72 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ja2261 {
    background: linear-gradient(145deg, var(--ec2f8), var(--bb330));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--kac77); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.ja2261:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--a048d);
}
.k93ea3 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.ja2261 h3 {
    font-family: var(--g7a94); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--l9bbe);
}
.ja2261 p { color: var(--hc762); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.kcff08 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.m4a8c1 {
    background: linear-gradient(145deg, var(--ec2f8), var(--bb330));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--kac77); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.m4a8c1:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.m4a8c1 h3 {
    font-family: var(--g7a94); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--ed9f1);
}
.m4a8c1 p { color: var(--hc762); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.paa6e9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.bf9d90 { text-align: center; padding: 22px 14px; }
.jf036c {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--m9182), var(--n3e67));
    border-radius: 50%; font-family: var(--g7a94);
    font-size: 1.15rem; font-weight: 800; color: var(--l9bbe);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.bf9d90 h3 {
    font-family: var(--g7a94); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--l9bbe);
}
.bf9d90 p { color: var(--hc762); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.b659f9 {
    background: linear-gradient(145deg, var(--ec2f8), var(--bb330));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--lb3c0);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.g2754f { margin-top: 24px; }
.bc9fbe {
    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;
}
.bc9fbe > span:first-child { color: var(--hc762); text-align: left; }
.ocf2fe {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.f966c9 {
    height: 100%;
    background: linear-gradient(90deg, var(--m9182) 0%, var(--ed9f1) 100%);
    border-radius: 4px;
}
.bc9fbe > span:last-child { color: var(--ed9f1); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.ief9be { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m8095d, .i27807 {
    background: linear-gradient(145deg, var(--ec2f8), var(--bb330));
    border-radius: var(--kac77); padding: 24px 22px;
}
.m8095d { border-top: 3px solid var(--gd729); }
.i27807 { border-top: 3px solid #A93226; }
.m8095d h3, .m8095d h4 { color: var(--gd729); margin-bottom: 12px; font-size: 1rem; font-family: var(--g7a94); }
.i27807 h3, .i27807 h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--g7a94); }
.m8095d ul, .i27807 ul { list-style: none; padding: 0; margin: 0; }
.m8095d li::before { content: '\2713 '; color: var(--gd729); font-weight: 700; }
.i27807 li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.m8095d li, .i27807 li { padding: 5px 0; color: var(--hc762); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.o871d3 {
    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(--e2fa9);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.o871d3 h2 {
    font-family: var(--g7a94);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--m9182), var(--ed9f1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.o871d3 p { color: var(--hc762); 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(--m9182);
    border-radius: var(--ka8eb); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--hc762); font-size: .9rem; }
.highlight-box strong { color: var(--c0500); }

/* ===== BREADCRUMB ===== */
.ld9f9b { padding: 14px 0; font-size: .82rem; }
.b5ea2d { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.b5ea2d li + li::before { content: '\203A'; margin-right: 8px; color: var(--g6fb3); }
.ld9f9b a { color: var(--g6fb3); }
.ld9f9b a:hover { color: var(--c0500); }
.ld9f9b [aria-current] { color: var(--m9182); }

/* ===== SITE FOOTER ===== */
.j0dcd0 {
    background: var(--lb6e8); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.h0b778 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.h0b778 a {
    color: var(--g6fb3); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.h0b778 a:hover { color: var(--c0500); }

.p80732 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.p80732 p {
    color: var(--g6fb3); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.p80732 a { color: var(--m9182); }
.ja041c { text-align: center; color: var(--g6fb3); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.cedd25 { max-width: 800px; margin: 0 auto; }
.cedd25 p {
    color: var(--hc762); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.cedd25 p:last-child { margin-bottom: 0; }
.cedd25 strong { color: var(--l9bbe); }
.cedd25 a { color: var(--c0500); text-decoration: underline; text-underline-offset: 3px; }
.cedd25 a:hover { color: var(--ed9f1); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.jef407 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.bcc508 { direction: rtl; }
.bcc508 > * { direction: ltr; }
.e30f94 { border-radius: var(--lb3c0); overflow: hidden; }
.e30f94 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--lb3c0);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.ae5fb5 { color: var(--hc762); font-size: .93rem; line-height: 1.72; }
.ae5fb5 strong { color: var(--l9bbe); }
.ae5fb5 a { color: var(--c0500); }
@media (max-width: 768px) {
    .jef407 { grid-template-columns: 1fr; gap: 24px; }
    .bcc508 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--kb3d2);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--kb3d2); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.j4e09d {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--m9182);
    color: var(--l9bbe); 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(--a048d);
}
.j4e09d.p5e4ad { opacity: 1; visibility: visible; }
.j4e09d:hover { transform: translateY(-3px); background: var(--kb3d2); }

/* ===== REVIEW SCORE (review page) ===== */
.h7bb20 {
    font-family: var(--g7a94); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--m9182), var(--ed9f1));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--ed9f1); 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(--hc762); width: 55%; }
.score-table td:last-child { color: var(--ed9f1); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.bad0f1 {
    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);
}
.bad0f1 .e4d22b { 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) {
    .bb843e { display: none; }
    .e5ea5b .nf8127 { display: none; }
    .kbc507 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .ief9be { grid-template-columns: 1fr; }
    section, .b49c06 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .h0b778 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .paa6e9 { grid-template-columns: 1fr 1fr; }
    .f6fa72 { grid-template-columns: 1fr 1fr; }
    .bc9fbe { grid-template-columns: 1fr 100px auto; }
    .bad0f1 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .k24010 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .paa6e9 { grid-template-columns: 1fr; }
    .f6fa72 { grid-template-columns: 1fr; }
    .ieb46a { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .h7bb20 { font-size: 3.5rem; }
    .bc9fbe { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .ief9be { grid-template-columns: 1fr; }
    .b659f9 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.i0da37 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.i0da37 summary.kabb7a {
    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(--l9bbe);
    padding: 6px 11px;
    border-radius: var(--ka8eb);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--afa10);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.i0da37 summary.kabb7a::-webkit-details-marker { display: none; }
.i0da37 summary.kabb7a::marker { display: none; }
.i0da37:hover summary.kabb7a,
.i0da37[open] summary.kabb7a {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--ed9f1);
}
.p5ee21 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.i0da37[open] .p5ee21 { transform: rotate(180deg); }

.m89a10 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ec2f8);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--kac77);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.i0da37[open] .m89a10 {
    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); }
}
.m89a10 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--leac0);
    border-radius: var(--ka8eb);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.m89a10 li a:hover,
.m89a10 li a.p3d226 {
    background: rgba(46,204,113,.1);
    color: var(--ed9f1);
}
.m89a10 li a.p3d226 { font-weight: 700; }

/* Mobile lang bar */
.ec55d0 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.ec55d0 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(--ka8eb);
    color: var(--leac0);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ec55d0 a:hover,
.ec55d0 a.o3c925 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--ed9f1);
}
.ec55d0 a.o3c925 { font-weight: 700; }

@media (max-width: 768px) {
    .i0da37 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.f6fa72, ul.m3ee45 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.a60228 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .a60228 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.paa6e9, ol.e9877f { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.e9877f > li { counter-increment: step-counter; }
ol.e9877f > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--m9182); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.j376fa { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--m9182); }
.c3578a { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.l7a582 { width: 36px; height: 36px; border-radius: 50%; background: var(--m9182); color: var(--lb6e8); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.adc516 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.ca7e28 { display: grid; grid-template-columns: 1fr; gap: 0; }
.m5cfa8 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.m5cfa8:last-child { border-bottom: none; }
.hd6307 { font-weight: 600; padding: .75rem 1rem; color: var(--m9182); }
.m06f9c { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.d1ef7b .l8a62e { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.d1ef7b .n0f82f { display: none; }
.d1ef7b .ad72ee.o1a651 .n0f82f { display: block; }

/* faq variant C: definition list */
dl.j631c3 { display: grid; gap: 0; }
dl.j631c3 dt.n20a1a { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.j631c3 dd.n0f82f { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.c20b76 { padding: 2rem 0; }
.b9ee80 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.b9ee80 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--kac77); border: 1px solid var(--ed9f1); color: var(--ed9f1); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.b9ee80 li a:hover { background: var(--ed9f1); color: var(--lb6e8); }


/* Promo Banner (SVG image banners) */
.oe0ce0 { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.c36a7e { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.c36a7e:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c90a4d { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.bbee1b { display: inline-block; vertical-align: middle; }
.k93ea3 .bbee1b { 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(--ec2f8), var(--bb330));
    border-radius: var(--kac77); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--ka8eb); background: var(--e2fa9); }
.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(--ed9f1); }
@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(--ed9f1); 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; }
  .j43dc1 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.e4d22b, .j43dc1, .k24010, .f98f93, .d4febb, .kbc507, .l8a62e, .n20a1a, .j4e09d, .bad0f1 a, .kabb7a { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.j43dc1 { position: relative; overflow: visible; }
.j43dc1::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--ed9f1); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.j43dc1:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.j43dc1::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(--ed9f1); 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(--ka8eb); background: var(--ec2f8); 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(--ka8eb); background: var(--ec2f8); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--ed9f1); }
.trust-item span { font-size: 0.7rem; color: var(--ed9f1); 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(--ec2f8); border-radius: var(--kac77); 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(--ed9f1), var(--m9182)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--lb6e8); flex-shrink: 0; }
.review-stars { color: var(--ed9f1); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--g6fb3); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--leac0); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.btn { border-radius: 999px; }
.btn-lg { border-radius: 999px; }
.btn-sm { border-radius: 999px; }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: none; }
body { line-height: 1.6; }
body { font-size: 15px; }
.section + .section { border-top: 1px solid rgba(255,255,255,.06); }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== 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,.c8e111,.ddede0{font-family:var(--cfh);}
.o939cd{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.b49c06{padding:58px 0;position:relative;}
.f6fa72{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.f6fa72.a60228{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.paa6e9{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.ief9be{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.jef407{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.bcc508{direction:rtl;}.bcc508>*{direction:ltr;}
.e30f94 img,.e30f94 svg{width:100%;height:auto;}
.ae5fb5 p{margin:0 0 1em;}
.j631c3{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.n20a1a{cursor:pointer;list-style:none;position:relative;}.n20a1a::-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;}
.c90a4d{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){
  .c340e7 .o939cd{grid-template-columns:1fr !important;}
  .jef407,.ief9be{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.bcc508{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,.b402d7{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;}
.c340e7{padding:84px 0 60px;text-align:center;background:transparent!important;}.c340e7::before{display:none!important;}
.c340e7.has-art .o939cd{display:flex;flex-direction:column;align-items:center;gap:22px;}.c340e7 .hero-art{order:2;}.hero-art img{max-width:420px;}
.c8e111{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;}
.c8e111::after{content:"_";color:#00FF88;animation:u-blink 1.1s steps(1) infinite;}
@keyframes u-blink{50%{opacity:0;}}
.e40129{color:#5FAE80;max-width:62ch;margin:16px auto 24px;font-family:'JetBrains Mono',monospace;font-size:.96rem;}
.e40129::before{content:"// ";color:#00D0FF;}
.ddede0{text-align:center;font-family:'JetBrains Mono',monospace;color:#C6F8D8!important;}
.ddede0::before{content:"> ";color:#00FF88;}
.j43dc1,.d4febb{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);}
.k24010{padding:14px 30px;}.j43dc1::before{content:"$ ";}.j43dc1:hover,.d4febb: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;}
.ja2261,.m4a8c1,.bf9d90,.m8095d,.i27807{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;}
.ja2261::before,.m4a8c1::before{content:"● ● ●";position:absolute;top:8px;left:14px;color:rgba(0,255,136,0.5);font-size:.6rem;letter-spacing:2px;}
.ja2261,.m4a8c1{padding-top:34px;}
.ja2261:hover,.m4a8c1:hover,.bf9d90:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #00FF88,0 0 24px rgba(0,255,136,0.3)!important;}
.ja2261 h3,.m4a8c1 h3,.bf9d90 h3{color:#00FF88!important;font-family:'JetBrains Mono',monospace;font-size:1rem;}
.ja2261 p,.m4a8c1 p,.bf9d90 p{color:#5FAE80!important;font-family:'JetBrains Mono',monospace;font-size:.88rem;}
.ae5fb5{color:#5FAE80;font-family:'JetBrains Mono',monospace;font-size:.92rem;}.ae5fb5 strong{color:#00FF88;}.e30f94 img{border:1px solid rgba(0,255,136,0.4);border-radius:6px;}
.g9e58e{background:rgba(6,20,12,0.4)!important;}
.ad72ee{background:#06140C!important;border:1px solid rgba(0,255,136,0.3)!important;border-radius:5px;padding:4px 16px;}
.n20a1a{color:#C6F8D8!important;font-family:'JetBrains Mono',monospace;font-size:.92rem;padding:14px 0;}.n20a1a::before{content:"? ";color:#00FF88;}
details.ad72ee summary.n20a1a::after{content:"[+]";position:absolute;right:0;top:13px;color:#00FF88;}details.ad72ee[open] summary.n20a1a::after{content:"[-]";}
.n0f82f{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;}
.c36a7e{border:1px solid rgba(0,255,136,0.4);border-radius:6px;display:block;overflow:hidden;}
footer,.j0dcd0{background:#020806!important;border-top:1px solid rgba(0,255,136,0.4)!important;}footer a{color:#5FAE80!important;}

.cedd25 strong,.jef407 strong,.faq strong,.ief9be strong{color:inherit !important;}
