@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 {
    --a5ee2:        #2ECC71;
    --f3c5f:  #58D68D;
    --b0453:   #1E8C4E;
    --hf7b8:         #27AE60;
    --a3ef9:         #F1C40F;
    --pe2cc:    #D4AC0D;
    --h5e99:         #2ECC71;
    --c1cc3:    #1A9B54;
    --o559c:           #040A06;
    --j4d3f:         #081408;
    --o36fc:         #0C1E0C;
    --m459c:         #102810;
    --f5e6e:        #FFFFFF;
    --cde76:         #A8C4AB;
    --b9b50:       #6E9074;
    --d7b5f:       #A8C4AB;
    --pb703:    'EB Garamond', Georgia, serif;
    --id5f6:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --k36db:       10px;
    --pef81:    18px;
    --hf989:    6px;
    --hea13:        1100px;
    --h3078:       0 4px 28px rgba(0,0,0,.55);
    --cda33:         0 0 32px rgba(46,204,113,.3);
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--a5ee2);
    --color-primary-light: var(--f3c5f);
    --color-primary-dark: var(--b0453);
    --color-accent: var(--a3ef9);
    --color-accent-dark: var(--pe2cc);
    --color-secondary: var(--h5e99);
    --color-secondary-dark: var(--c1cc3);
    --color-surface: var(--o36fc);
    --color-surface-elevated: var(--m459c);
    --color-on-surface: var(--f5e6e);
    --color-on-surface-muted: var(--cde76);
    --color-text: var(--f5e6e);
    --color-text-secondary: var(--d7b5f);
    --text-heading: var(--pb703);
    --text-body: var(--id5f6);
    --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(--id5f6);
    background: var(--o559c);
    color: var(--f5e6e);
    line-height: 1.72;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--f3c5f); text-decoration: none; transition: color .2s; }
a:hover { color: var(--a3ef9); }
img { max-width: 100%; height: auto; display: block; }

.l34f60 { width: 92%; max-width: var(--hea13); margin: 0 auto; }

.l3423f {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.e219e6 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--a5ee2); color: var(--f5e6e);
    padding: 8px 16px; border-radius: var(--hf989);
    z-index: 999; transition: top .2s;
}
.e219e6:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.g8e312 {
    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);
}
.i7ece6 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.o45a1a {
    font-family: var(--pb703);
    font-size: clamp(1rem, 2.5vw, 1.35rem);
    font-weight: 700; color: var(--f5e6e);
    white-space: nowrap; text-decoration: none;
    letter-spacing: .3px;
}
.o45a1a:hover { color: var(--a3ef9); }

/* Main Nav */
.je9627 { display: flex; align-items: center; gap: 20px; }
.hbaf74 {
    display: flex; gap: 26px; list-style: none;
    font-size: .91rem; font-weight: 500; align-items: center;
}
.hbaf74 a {
    color: var(--cde76); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.hbaf74 a:hover { color: var(--f3c5f); }

/* Language Select */
.g411a0 {
    background: var(--o36fc); color: var(--f5e6e);
    border: 1px solid rgba(46,204,113,.22);
    border-radius: var(--hf989);
    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;
}
.g411a0:hover, .g411a0:focus { border-color: var(--a5ee2); outline: none; }

/* Menu Toggle */
.pa09c6 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.h28a9c, .h28a9c::before, .h28a9c::after {
    display: block; width: 24px; height: 2px;
    background: var(--f5e6e); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.h28a9c { position: relative; }
.h28a9c::before, .h28a9c::after { content: ''; position: absolute; left: 0; }
.h28a9c::before { top: -7px; }
.h28a9c::after { top: 7px; }

/* Mobile Nav */
.o18f8d {
    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;
}
.o18f8d.n93045 { display: flex; }
.i88d77 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 26px;
}
.i88d77 a {
    font-size: 1.2rem; font-weight: 600; color: var(--f5e6e); text-decoration: none;
    font-family: var(--pb703);
}
.i88d77 a:hover { color: var(--f3c5f); }

/* ===== BUTTONS ===== */
.e1d31b {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--pb703); font-weight: 700; font-size: .97rem;
    padding: 12px 28px; border-radius: var(--k36db); 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(--a5ee2) 0%, var(--hf7b8) 100%);
    color: var(--f5e6e); box-shadow: var(--cda33);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 44px rgba(46,204,113,.55);
    color: var(--f5e6e);
}
.btn-secondary {
    background: transparent; color: var(--f3c5f);
    border: 2px solid var(--a5ee2);
}
.btn-secondary:hover { background: rgba(46,204,113,.08); color: var(--a3ef9); }

/* 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); }
}
.j04f87 {
    background: linear-gradient(135deg, var(--a5ee2) 0%, #1A9B54 55%, var(--b0453) 100%);
    color: var(--f5e6e); font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(46,204,113,.4);
    /* animation moved to ::after */
}
.j04f87:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(46,204,113,.7);
    color: var(--f5e6e); animation: none;
}

.h53c58 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--pef81); }
.ecaac8 { padding: 8px 18px; font-size: .85rem; border-radius: var(--hf989); }

/* Nav CTA in header */
.mb4f65 {
    background: linear-gradient(135deg, var(--a5ee2) 0%, var(--b0453) 100%);
    color: var(--f5e6e) !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--hf989);
    box-shadow: 0 0 16px rgba(46,204,113,.3);
    transition: transform .2s, box-shadow .2s;
}
.mb4f65:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(46,204,113,.55);
    color: var(--f5e6e) !important;
}

/* ===== PAGE HERO (subpages) ===== */
.a63605 {
    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(--o559c);
    position: relative; overflow: hidden;
}
.a63605::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;
}
.m63a4f {
    font-family: var(--pb703);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 800; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, var(--a5ee2) 0%, var(--f3c5f) 50%, var(--a3ef9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.i94843 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--cde76);
    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(--o559c);
}
.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(--pb703);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800; line-height: 1.12; margin-bottom: 18px;
    background: linear-gradient(135deg, var(--a5ee2) 0%, var(--f3c5f) 45%, var(--a3ef9) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--cde76);
    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(--cde76);
    padding: 7px 14px;
    background: rgba(46,204,113,.06);
    border: 1px solid rgba(46,204,113,.15);
    border-radius: var(--hf989);
}
.hero-stat strong { color: var(--f3c5f); }

/* ===== SECTIONS ===== */
.l484c9 { padding: clamp(52px, 7vw, 80px) 0; }
.n8bbc5 { background: var(--j4d3f); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.8px;
    color: var(--a5ee2); margin-bottom: 10px;
}
.l484c9 h2, .k1eb53 {
    font-family: var(--pb703);
    font-size: clamp(1.5rem, 3.5vw, 2.15rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.22;
}
.l484c9 h3 {
    font-family: var(--pb703); font-size: 1.12rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--f3c5f);
}
.l484c9 p, .section-desc {
    color: var(--cde76); font-size: .95rem; line-height: 1.72; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.l484c9 ul, .l484c9 ol {
    color: var(--cde76); font-size: .93rem; line-height: 1.72;
    padding-left: 20px; margin-bottom: 16px;
}
.l484c9 li { margin-bottom: 8px; }
.l484c9 li strong { color: var(--f5e6e); }

/* ===== 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(--o36fc), var(--m459c));
    border: 1px solid rgba(46,204,113,.1);
    border-radius: var(--k36db); 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(--h3078);
}
.l943ba { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--pb703); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f5e6e);
}
.card p { color: var(--cde76); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g0963e { overflow-x: auto; margin: 24px 0; border-radius: var(--hf989); }
.fa3d18 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.fa3d18 thead th {
    background: var(--m459c); color: var(--f5e6e); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(46,204,113,.2);
}
.fa3d18 thead th:first-child { border-radius: var(--hf989) 0 0 0; }
.fa3d18 thead th:last-child { border-radius: 0 var(--hf989) 0 0; }
.fa3d18 tr { border-bottom: 1px solid rgba(255,255,255,.05); }
.fa3d18 td { padding: 13px 16px; }
.fa3d18 td:first-child { color: var(--cde76); font-weight: 500; width: 42%; }
.fa3d18 td:last-child { color: var(--f5e6e); font-weight: 600; }
.fa3d18 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(--a5ee2), var(--hf7b8));
    border-radius: 50%; font-family: var(--pb703);
    font-size: 1.2rem; font-weight: 700; color: var(--f5e6e);
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--cde76); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.p87371 { max-width: 800px; margin: 0 auto; }
details.ge3d74 { border-bottom: 1px solid rgba(255,255,255,.06); }
details.ge3d74 summary {
    display: block; list-style: none;
    color: var(--f5e6e); font-family: var(--pb703);
    font-size: .98rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.ge3d74 summary::-webkit-details-marker { display: none; }
details.ge3d74 summary::marker { display: none; content: ''; }
details.ge3d74 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--a5ee2); transition: transform .3s;
}
details.ge3d74[open] summary::after { content: '\2212'; }
details.ge3d74 summary:hover { color: var(--f3c5f); }
details.ge3d74 > p { padding: 0 0 20px; color: var(--cde76); font-size: .9rem; line-height: 1.72; }
details.ge3d74 > div { padding: 0 0 20px; color: var(--cde76); font-size: .9rem; line-height: 1.72; }
.faq-section { background: var(--j4d3f); }

/* ===== INFO GRID & CARDS ===== */
.nb9cc4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.n4f354 {
    background: linear-gradient(145deg, var(--o36fc), var(--m459c));
    border: 1px solid rgba(46,204,113,.1); border-radius: var(--k36db); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.n4f354:hover {
    transform: translateY(-5px);
    border-color: rgba(46,204,113,.35);
    box-shadow: var(--h3078);
}
.hd01fa { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.n4f354 h3 {
    font-family: var(--pb703); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--f5e6e);
}
.n4f354 p { color: var(--cde76); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.i8240a {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.h88cd2 {
    background: linear-gradient(145deg, var(--o36fc), var(--m459c));
    border: 1px solid rgba(241,196,15,.12); border-radius: var(--k36db); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.h88cd2:hover { transform: translateY(-5px); border-color: rgba(241,196,15,.35); }
.h88cd2 h3 {
    font-family: var(--pb703); font-size: 1.07rem; font-weight: 700;
    margin-bottom: 8px; color: var(--a3ef9);
}
.h88cd2 p { color: var(--cde76); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.pc091c {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.ibb237 { text-align: center; padding: 22px 14px; }
.i1fea3 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--a5ee2), var(--hf7b8));
    border-radius: 50%; font-family: var(--pb703);
    font-size: 1.15rem; font-weight: 800; color: var(--f5e6e);
    box-shadow: 0 0 22px rgba(46,204,113,.35);
}
.ibb237 h3 {
    font-family: var(--pb703); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--f5e6e);
}
.ibb237 p { color: var(--cde76); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.oad550 {
    background: linear-gradient(145deg, var(--o36fc), var(--m459c));
    border: 1px solid rgba(46,204,113,.16); border-radius: var(--pef81);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 44px rgba(0,0,0,.45);
}
.i086ce { margin-top: 24px; }
.mb6209 {
    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;
}
.mb6209 > span:first-child { color: var(--cde76); text-align: left; }
.iff05f {
    height: 7px; background: rgba(255,255,255,.07);
    border-radius: 4px; overflow: hidden;
}
.j609c2 {
    height: 100%;
    background: linear-gradient(90deg, var(--a5ee2) 0%, var(--a3ef9) 100%);
    border-radius: 4px;
}
.mb6209 > span:last-child { color: var(--a3ef9); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.e3680a { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.l4d9a0, .eebbbd {
    background: linear-gradient(145deg, var(--o36fc), var(--m459c));
    border-radius: var(--k36db); padding: 24px 22px;
}
.l4d9a0 { border-top: 3px solid var(--h5e99); }
.eebbbd { border-top: 3px solid #A93226; }
.l4d9a0 h3, .l4d9a0 h4 { color: var(--h5e99); margin-bottom: 12px; font-size: 1rem; font-family: var(--pb703); }
.eebbbd h3, .eebbbd h4 { color: #E74C3C; margin-bottom: 12px; font-size: 1rem; font-family: var(--pb703); }
.l4d9a0 ul, .eebbbd ul { list-style: none; padding: 0; margin: 0; }
.l4d9a0 li::before { content: '\2713 '; color: var(--h5e99); font-weight: 700; }
.eebbbd li::before { content: '\2717 '; color: #A93226; font-weight: 700; }
.l4d9a0 li, .eebbbd li { padding: 5px 0; color: var(--cde76); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.b57f4c {
    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(--j4d3f);
    border-top: 1px solid rgba(46,204,113,.1);
    border-bottom: 1px solid rgba(46,204,113,.1);
}
.b57f4c h2 {
    font-family: var(--pb703);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 800; margin-bottom: 12px;
    background: linear-gradient(135deg, var(--a5ee2), var(--a3ef9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.b57f4c p { color: var(--cde76); 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(--a5ee2);
    border-radius: var(--hf989); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--cde76); font-size: .9rem; }
.highlight-box strong { color: var(--f3c5f); }

/* ===== BREADCRUMB ===== */
.j7cce3 { padding: 14px 0; font-size: .82rem; }
.b96492 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.b96492 li + li::before { content: '\203A'; margin-right: 8px; color: var(--b9b50); }
.j7cce3 a { color: var(--b9b50); }
.j7cce3 a:hover { color: var(--f3c5f); }
.j7cce3 [aria-current] { color: var(--a5ee2); }

/* ===== SITE FOOTER ===== */
.leafb2 {
    background: var(--o559c); border-top: 1px solid rgba(255,255,255,.05);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.l79824 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.l79824 a {
    color: var(--b9b50); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.l79824 a:hover { color: var(--f3c5f); }

.k89867 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.05); margin-top: 8px;
}
.k89867 p {
    color: var(--b9b50); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.k89867 a { color: var(--a5ee2); }
.aac77b { text-align: center; color: var(--b9b50); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.e5a723 { max-width: 800px; margin: 0 auto; }
.e5a723 p {
    color: var(--cde76); font-size: .95rem; line-height: 1.82;
    margin-bottom: 18px;
}
.e5a723 p:last-child { margin-bottom: 0; }
.e5a723 strong { color: var(--f5e6e); }
.e5a723 a { color: var(--f3c5f); text-decoration: underline; text-underline-offset: 3px; }
.e5a723 a:hover { color: var(--a3ef9); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.pb3767 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.f22b67 { direction: rtl; }
.f22b67 > * { direction: ltr; }
.h6ae56 { border-radius: var(--pef81); overflow: hidden; }
.h6ae56 img {
    width: 100%; height: auto; display: block;
    border-radius: var(--pef81);
    border: 1px solid rgba(46,204,113,.15);
    box-shadow: 0 8px 36px rgba(0,0,0,.45);
}
.k4ad08 { color: var(--cde76); font-size: .93rem; line-height: 1.72; }
.k4ad08 strong { color: var(--f5e6e); }
.k4ad08 a { color: var(--f3c5f); }
@media (max-width: 768px) {
    .pb3767 { grid-template-columns: 1fr; gap: 24px; }
    .f22b67 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--b0453);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--b0453); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.be53f1 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--a5ee2);
    color: var(--f5e6e); 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(--h3078);
}
.be53f1.a4ae85 { opacity: 1; visibility: visible; }
.be53f1:hover { transform: translateY(-3px); background: var(--b0453); }

/* ===== REVIEW SCORE (review page) ===== */
.l767fe {
    font-family: var(--pb703); font-size: 5rem; font-weight: 800;
    background: linear-gradient(135deg, var(--a5ee2), var(--a3ef9));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--a3ef9); 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(--cde76); width: 55%; }
.score-table td:last-child { color: var(--a3ef9); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.b35c1a {
    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);
}
.b35c1a .e1d31b { 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) {
    .hbaf74 { display: none; }
    .je9627 .g411a0 { display: none; }
    .pa09c6 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .e3680a { grid-template-columns: 1fr; }
    section, .l484c9 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .l79824 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .pc091c { grid-template-columns: 1fr 1fr; }
    .nb9cc4 { grid-template-columns: 1fr 1fr; }
    .mb6209 { grid-template-columns: 1fr 100px auto; }
    .b35c1a { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .h53c58 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .pc091c { grid-template-columns: 1fr; }
    .nb9cc4 { grid-template-columns: 1fr; }
    .i7ece6 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .l767fe { font-size: 3.5rem; }
    .mb6209 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .e3680a { grid-template-columns: 1fr; }
    .oad550 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.i55794 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.i55794 summary.lda079 {
    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(--f5e6e);
    padding: 6px 11px;
    border-radius: var(--hf989);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--id5f6);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.i55794 summary.lda079::-webkit-details-marker { display: none; }
.i55794 summary.lda079::marker { display: none; }
.i55794:hover summary.lda079,
.i55794[open] summary.lda079 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.35);
    color: var(--a3ef9);
}
.h65a18 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.i55794[open] .h65a18 { transform: rotate(180deg); }

.dde0d8 {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--o36fc);
    border: 1px solid rgba(46,204,113,.12);
    border-radius: var(--k36db);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 36px rgba(0,0,0,.6);
    min-width: 160px;
}
.i55794[open] .dde0d8 {
    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); }
}
.dde0d8 li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d7b5f);
    border-radius: var(--hf989);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.dde0d8 li a:hover,
.dde0d8 li a.me5170 {
    background: rgba(46,204,113,.1);
    color: var(--a3ef9);
}
.dde0d8 li a.me5170 { font-weight: 700; }

/* Mobile lang bar */
.ga2bae {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.06);
    margin-top: 8px;
}
.ga2bae 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(--hf989);
    color: var(--d7b5f);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.ga2bae a:hover,
.ga2bae a.ic64b2 {
    background: rgba(46,204,113,.14);
    border-color: rgba(46,204,113,.3);
    color: var(--a3ef9);
}
.ga2bae a.ic64b2 { font-weight: 700; }

@media (max-width: 768px) {
    .i55794 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.nb9cc4, ul.ldc460 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.o7ed1b { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .o7ed1b { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.pc091c, ol.g23e5a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.g23e5a > li { counter-increment: step-counter; }
ol.g23e5a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--a5ee2); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.a2bc56 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--a5ee2); }
.e93097 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.cb5040 { width: 36px; height: 36px; border-radius: 50%; background: var(--a5ee2); color: var(--o559c); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.a2ff52 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.n33650 { display: grid; grid-template-columns: 1fr; gap: 0; }
.fdfed9 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.fdfed9:last-child { border-bottom: none; }
.lca619 { font-weight: 600; padding: .75rem 1rem; color: var(--a5ee2); }
.dbfcd5 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.m62ce3 .k4badc { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.m62ce3 .pf044d { display: none; }
.m62ce3 .ge3d74.n93045 .pf044d { display: block; }

/* faq variant C: definition list */
dl.p87371 { display: grid; gap: 0; }
dl.p87371 dt.pd1239 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.p87371 dd.pf044d { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.mf2675 { padding: 2rem 0; }
.h6cf23 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.h6cf23 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--k36db); border: 1px solid var(--a3ef9); color: var(--a3ef9); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.h6cf23 li a:hover { background: var(--a3ef9); color: var(--o559c); }


/* Promo Banner (SVG image banners) */
.a0f1fa { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.db04d6 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.db04d6:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.f6e789 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.l943ba { display: inline-block; vertical-align: middle; }
.hd01fa .l943ba { 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(--o36fc), var(--m459c));
    border-radius: var(--k36db); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--hf989); background: var(--j4d3f); }
.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(--a3ef9); }
@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(--a3ef9); 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; }
  .j04f87 { animation: none; }
}
/* Touch targets: minimum 44x44px */
.e1d31b, .j04f87, .h53c58, .ecaac8, .mb4f65, .pa09c6, .k4badc, .pd1239, .be53f1, .b35c1a a, .lda079 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.j04f87 { position: relative; overflow: visible; }
.j04f87::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--a3ef9); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.j04f87:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.j04f87::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(--a3ef9); 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(--hf989); background: var(--o36fc); 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(--hf989); background: var(--o36fc); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--a3ef9); }
.trust-item span { font-size: 0.7rem; color: var(--a3ef9); 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(--o36fc); border-radius: var(--k36db); 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(--a3ef9), var(--a5ee2)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--o559c); flex-shrink: 0; }
.review-stars { color: var(--a3ef9); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--b9b50); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d7b5f); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 12px; --radius-lg: 20px; --radius-sm: 8px; }
.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: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.75; }
body { font-size: 15px; }
.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,.m63a4f,.k1eb53{font-family:var(--cfh);}
.l34f60{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.l484c9{padding:58px 0;position:relative;}
.nb9cc4{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.nb9cc4.o7ed1b{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.pc091c{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.e3680a{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.pb3767{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.f22b67{direction:rtl;}.f22b67>*{direction:ltr;}
.h6ae56 img,.h6ae56 svg{width:100%;height:auto;}
.k4ad08 p{margin:0 0 1em;}
.p87371{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.pd1239{cursor:pointer;list-style:none;position:relative;}.pd1239::-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;}
.f6e789{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){
  .a63605 .l34f60{grid-template-columns:1fr !important;}
  .pb3767,.e3680a{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.f22b67{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,.g8e312{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;}
.a63605{padding:84px 0 60px;text-align:center;background:transparent!important;}.a63605::before{display:none!important;}
.a63605.has-art .l34f60{display:flex;flex-direction:column;align-items:center;gap:22px;}.a63605 .hero-art{order:2;}.hero-art img{max-width:420px;}
.m63a4f{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;}
.m63a4f::after{content:"_";color:#00FF88;animation:u-blink 1.1s steps(1) infinite;}
@keyframes u-blink{50%{opacity:0;}}
.i94843{color:#5FAE80;max-width:62ch;margin:16px auto 24px;font-family:'JetBrains Mono',monospace;font-size:.96rem;}
.i94843::before{content:"// ";color:#00D0FF;}
.k1eb53{text-align:center;font-family:'JetBrains Mono',monospace;color:#C6F8D8!important;}
.k1eb53::before{content:"> ";color:#00FF88;}
.j04f87,.mb4f65{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);}
.h53c58{padding:14px 30px;}.j04f87::before{content:"$ ";}.j04f87:hover,.mb4f65: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;}
.n4f354,.h88cd2,.ibb237,.l4d9a0,.eebbbd{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;}
.n4f354::before,.h88cd2::before{content:"● ● ●";position:absolute;top:8px;left:14px;color:rgba(0,255,136,0.5);font-size:.6rem;letter-spacing:2px;}
.n4f354,.h88cd2{padding-top:34px;}
.n4f354:hover,.h88cd2:hover,.ibb237:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #00FF88,0 0 24px rgba(0,255,136,0.3)!important;}
.n4f354 h3,.h88cd2 h3,.ibb237 h3{color:#00FF88!important;font-family:'JetBrains Mono',monospace;font-size:1rem;}
.n4f354 p,.h88cd2 p,.ibb237 p{color:#5FAE80!important;font-family:'JetBrains Mono',monospace;font-size:.88rem;}
.k4ad08{color:#5FAE80;font-family:'JetBrains Mono',monospace;font-size:.92rem;}.k4ad08 strong{color:#00FF88;}.h6ae56 img{border:1px solid rgba(0,255,136,0.4);border-radius:6px;}
.n8bbc5{background:rgba(6,20,12,0.4)!important;}
.ge3d74{background:#06140C!important;border:1px solid rgba(0,255,136,0.3)!important;border-radius:5px;padding:4px 16px;}
.pd1239{color:#C6F8D8!important;font-family:'JetBrains Mono',monospace;font-size:.92rem;padding:14px 0;}.pd1239::before{content:"? ";color:#00FF88;}
details.ge3d74 summary.pd1239::after{content:"[+]";position:absolute;right:0;top:13px;color:#00FF88;}details.ge3d74[open] summary.pd1239::after{content:"[-]";}
.pf044d{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;}
.db04d6{border:1px solid rgba(0,255,136,0.4);border-radius:6px;display:block;overflow:hidden;}
footer,.leafb2{background:#020806!important;border-top:1px solid rgba(0,255,136,0.4)!important;}footer a{color:#5FAE80!important;}

.e5a723 strong,.pb3767 strong,.faq strong,.e3680a strong{color:inherit !important;}
