/**
 * EE88 Homepage Body — E-E-A-T SEO 2026 Optimized
 * Google Search Quality Rating Guidelines 2026 — YMYL gambling topic
 * Designed for: Featured Snippet, People Also Ask, Knowledge Panel, GEO/AI
 *
 * @package Flatsome Child
 * @since 2026-08-01
 */

/* ================================================
   CSS VARIABLES — single source of truth
   ================================================ */
:root {
    --ee88-b-bg: #061544;
    --ee88-b-bg2: #0a2838;
    --ee88-b-green: #0d3a19;
    --ee88-b-gold: #ffc107;
    --ee88-b-gold-soft: #ffce3a;
    --ee88-b-lime: #c2e742;
    --ee88-b-text: #ffffff;
    --ee88-b-text-soft: rgba(255, 255, 255, 0.82);
    --ee88-b-text-mute: rgba(255, 255, 255, 0.6);
    --ee88-b-border: rgba(255, 193, 7, 0.35);
    --ee88-b-border-soft: rgba(255, 255, 255, 0.1);
    --ee88-b-radius: 14px;
    --ee88-b-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

/* ================================================
   BYLINE — author + last reviewed (E-E-A-T)
   ================================================ */
.ee88-byline {
    text-align: center;
    font-style: italic;
    opacity: 0.92;
    margin: 0 auto 1.2em;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}
.ee88-byline a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 193, 7, 0.5);
}
.ee88-byline a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* ================================================
   TRUST BAR — SSL, 10+ năm, 24/7, 8.7/10, 18+
   ================================================ */
.ee88-trustbar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-width: 920px;
    margin: 0 auto 2em;
    padding: 0;
}
.ee88-trustbar__item {
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.92) 0%, rgba(10, 40, 56, 0.85) 100%);
    border: 1px solid var(--ee88-b-border);
    border-radius: var(--ee88-b-radius);
    padding: 16px 10px;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ee88-trustbar__item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 193, 7, 0.7);
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.15);
}
.ee88-trustbar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 193, 7, 0.15);
    color: var(--ee88-b-gold);
    font-weight: 800;
    font-size: 0.95rem;
    margin: 0 auto 8px;
    border: 1px solid rgba(255, 193, 7, 0.3);
}
.ee88-trustbar__label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-weight: 600;
}
.ee88-trustbar__value {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 768px) {
    .ee88-trustbar {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 420px) {
    .ee88-trustbar {
        grid-template-columns: 1fr;
    }
}

/* ================================================
   FEATURED SNIPPET — definition block (Position Zero)
   ================================================ */
.ee88-snippet {
    max-width: 880px;
    margin: 0 auto 2em;
    padding: 24px 28px;
    background: linear-gradient(165deg, rgba(13, 58, 25, 0.55) 0%, rgba(6, 21, 68, 0.55) 100%);
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-left: 5px solid var(--ee88-b-gold);
    border-radius: 0 var(--ee88-b-radius) var(--ee88-b-radius) 0;
    box-shadow: var(--ee88-b-shadow);
    position: relative;
}
.ee88-snippet__q {
    font-size: 1.2rem;
    color: var(--ee88-b-gold);
    margin: 0 0 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ee88-snippet__q::before {
    content: "Q";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--ee88-b-gold);
    color: var(--ee88-b-bg);
    font-size: 0.95rem;
    font-weight: 800;
}
.ee88-snippet__a {
    color: var(--ee88-b-text-soft);
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
}
.ee88-snippet__a strong {
    color: #fff;
}
.ee88-snippet__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(255, 193, 7, 0.25);
}
.ee88-snippet__meta span {
    background: rgba(255, 193, 7, 0.1);
    color: var(--ee88-b-gold);
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

/* ================================================
   TOC — table of contents
   ================================================ */
.ee88-toc {
    max-width: 880px;
    margin: 1.6em auto;
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.95) 0%, rgba(10, 40, 56, 0.9) 55%, rgba(13, 58, 25, 0.88) 100%);
    border: 1px solid var(--ee88-b-border);
    border-radius: var(--ee88-b-radius);
    padding: 20px 24px;
    box-shadow: var(--ee88-b-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.ee88-toc__title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 800;
    font-size: 1.12rem;
    color: var(--ee88-b-gold);
    margin: 0 0 0.8rem;
    letter-spacing: 0.02em;
    text-shadow: 0 0 12px rgba(255, 193, 7, 0.35);
}
.ee88-toc__title span.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ee88-b-lime);
    box-shadow: 0 0 10px var(--ee88-b-lime);
}
.ee88-toc ol {
    columns: 2;
    column-gap: 30px;
    margin: 0;
    padding-left: 1.4rem;
    counter-reset: toc;
}
.ee88-toc li {
    margin: 0.34rem 0;
    break-inside: avoid;
    list-style: none;
    position: relative;
}
.ee88-toc li::before {
    counter-increment: toc;
    content: counter(toc);
    position: absolute;
    left: -1.4rem;
    color: var(--ee88-b-gold);
    font-weight: 700;
    font-size: 0.82rem;
}
.ee88-toc a {
    color: #e8f5e9;
    text-decoration: none;
    border-bottom: 1px dashed rgba(194, 231, 66, 0.35);
    transition: color 0.2s, border-color 0.2s, padding 0.2s;
}
.ee88-toc a:hover {
    color: var(--ee88-b-gold);
    border-color: var(--ee88-b-gold);
    padding-left: 3px;
}
@media (max-width: 549px) {
    .ee88-toc ol {
        columns: 1;
    }
}

/* ================================================
   QUOTE — pull-quote (highlight key statement)
   ================================================ */
.ee88-quote {
    position: relative;
    max-width: 880px;
    margin: 1.5em auto;
    padding: 20px 24px 20px 58px;
    background: linear-gradient(135deg, rgba(13, 58, 25, 0.55) 0%, rgba(6, 21, 68, 0.55) 100%);
    border-left: 4px solid var(--ee88-b-gold);
    border-radius: 0 14px 14px 0;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}
.ee88-quote p {
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.8;
    font-style: italic;
    color: var(--ee88-b-text-soft);
}
.ee88-quote::before {
    content: "\201C";
    position: absolute;
    left: 16px;
    top: 6px;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--ee88-b-gold);
    opacity: 0.85;
    font-family: Georgia, serif;
}
.ee88-quote a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.4);
}

/* ================================================
   STEPS — ordered list with circle numbers
   ================================================ */
.ee88-steps {
    max-width: 880px;
    margin: 1.5em auto;
    counter-reset: step;
    padding: 0;
    list-style: none;
}
.ee88-steps li {
    position: relative;
    padding: 14px 20px 14px 60px;
    margin: 0 0 12px;
    background: rgba(6, 21, 68, 0.5);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: var(--ee88-b-radius);
    color: var(--ee88-b-text-soft);
    counter-increment: step;
}
.ee88-steps li::before {
    content: counter(step);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ee88-b-gold) 0%, var(--ee88-b-gold-soft) 100%);
    color: var(--ee88-b-bg);
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}
.ee88-steps a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 193, 7, 0.3);
}
.ee88-steps a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* ================================================
   TABLE — stats and comparison
   ================================================ */
.ee88-table-wrap {
    max-width: 920px;
    margin: 1.6em auto;
    overflow-x: auto;
    border-radius: var(--ee88-b-radius);
    border: 1px solid var(--ee88-b-border);
    box-shadow: var(--ee88-b-shadow);
    background: rgba(6, 21, 68, 0.7);
}
.ee88-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 0.96rem;
    color: var(--ee88-b-text-soft);
}
.ee88-table caption {
    caption-side: bottom;
    padding: 14px 18px;
    font-style: italic;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 193, 7, 0.2);
}
.ee88-table thead th {
    background: rgba(255, 193, 7, 0.18);
    color: var(--ee88-b-gold);
    font-weight: 700;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 2px solid var(--ee88-b-gold);
}
.ee88-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ee88-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}
.ee88-table tbody tr:hover {
    background: rgba(255, 193, 7, 0.06);
}
.ee88-table td:first-child {
    font-weight: 600;
    color: #fff;
}

/* Comparison table highlight EE88 column */
.ee88-table--compare th.ee88-col,
.ee88-table--compare td.ee88-col {
    background: rgba(255, 193, 7, 0.1);
    color: var(--ee88-b-gold);
    font-weight: 700;
}

/* ================================================
   PRODUCT GRID — 6 categories with icons
   ================================================ */
.ee88-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
    max-width: 920px;
    margin: 1.6em auto;
}
.ee88-product-card {
    display: block;
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.85) 0%, rgba(10, 40, 56, 0.7) 100%);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: var(--ee88-b-radius);
    padding: 20px 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ee88-product-card:hover {
    transform: translateY(-3px);
    border-color: var(--ee88-b-gold);
    box-shadow: 0 12px 28px rgba(255, 193, 7, 0.2);
    color: var(--ee88-b-gold);
}
.ee88-product-card__icon {
    font-size: 2rem;
    margin-bottom: 8px;
    display: block;
    line-height: 1;
}
.ee88-product-card__name {
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 4px;
}
.ee88-product-card__desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

/* ================================================
   EEAT CARDS — 4 pillars (Experience, Expertise, Authority, Trust)
   ================================================ */
.ee88-eeat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 1.8em auto;
}
.ee88-eeat-card {
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.85) 0%, rgba(10, 40, 56, 0.7) 100%);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: var(--ee88-b-radius);
    padding: 22px 20px;
    position: relative;
    overflow: hidden;
}
.ee88-eeat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ee88-b-gold) 0%, var(--ee88-b-lime) 100%);
}
.ee88-eeat-card__label {
    color: var(--ee88-b-gold);
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.ee88-eeat-card__title {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 10px;
}
.ee88-eeat-card__desc {
    color: var(--ee88-b-text-soft);
    font-size: 0.92rem;
    line-height: 1.65;
    margin: 0;
}
.ee88-eeat-card__desc a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.4);
}

/* ================================================
   AUTHOR BIO — E-E-A-T (Experience)
   ================================================ */
.ee88-author {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 880px;
    margin: 2em auto;
    padding: 24px;
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.92) 0%, rgba(13, 58, 25, 0.85) 100%);
    border: 1px solid var(--ee88-b-border);
    border-radius: var(--ee88-b-radius);
    box-shadow: var(--ee88-b-shadow);
}
.ee88-author__avatar {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ee88-b-gold) 0%, var(--ee88-b-lime) 100%);
    color: var(--ee88-b-bg);
    font-weight: 800;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(255, 193, 7, 0.25);
}
.ee88-author__body {
    flex: 1 1 auto;
    min-width: 0;
}
.ee88-author__name {
    color: #fff;
    font-weight: 700;
    font-size: 1.12rem;
    margin: 0 0 4px;
}
.ee88-author__cred {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(194, 231, 66, 0.15);
    color: var(--ee88-b-lime);
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 10px;
    border: 1px solid rgba(194, 231, 66, 0.3);
}
.ee88-author__desc {
    color: var(--ee88-b-text-soft);
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 8px;
}
.ee88-author__link {
    color: var(--ee88-b-gold);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.ee88-author__link:hover {
    color: #fff;
}
@media (max-width: 600px) {
    .ee88-author {
        flex-direction: column;
    }
    .ee88-author__avatar {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }
}

/* ================================================
   LICENSE BADGES — Trustworthiness (E-E-A-T)
   ================================================ */
.ee88-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 920px;
    margin: 1.5em auto;
    padding: 0;
    list-style: none;
}
.ee88-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(6, 21, 68, 0.7);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: 999px;
    padding: 8px 16px;
    color: var(--ee88-b-text-soft);
    font-size: 0.88rem;
    font-weight: 600;
}
.ee88-badge::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--ee88-b-trust-green, #27ae60);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}
.ee88-badge a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.ee88-badge a:hover {
    border-bottom-color: currentColor;
}

/* ================================================
   VOICE Q&A — Speakable Q&A blocks (GEO/AEO)
   ================================================ */
.ee88-qna {
    max-width: 880px;
    margin: 1.2em auto;
    padding: 18px 22px;
    background: rgba(6, 21, 68, 0.55);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: var(--ee88-b-radius);
}
.ee88-qna__q {
    color: var(--ee88-b-gold);
    font-weight: 700;
    font-size: 1.02rem;
    margin: 0 0 8px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.ee88-qna__q::before {
    content: "Q.";
    color: var(--ee88-b-gold-soft);
    font-weight: 800;
}
.ee88-qna__a {
    color: var(--ee88-b-text-soft);
    line-height: 1.7;
    margin: 0;
    padding-left: 24px;
    position: relative;
}
.ee88-qna__a::before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ee88-b-lime);
    font-weight: 800;
}

/* ================================================
   PAYMENT METHODS — grid of icons
   ================================================ */
.ee88-pay-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    max-width: 920px;
    margin: 1.5em auto;
}
.ee88-pay-card {
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.85) 0%, rgba(10, 40, 56, 0.7) 100%);
    border: 1px solid var(--ee88-b-border-soft);
    border-radius: var(--ee88-b-radius);
    padding: 16px 12px;
    text-align: center;
}
.ee88-pay-card__name {
    color: var(--ee88-b-gold);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 4px;
}
.ee88-pay-card__time {
    color: #fff;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 2px;
}
.ee88-pay-card__limit {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.78rem;
}

/* ================================================
   RESPONSIBLE GAMING — warning box
   ================================================ */
.ee88-warning {
    max-width: 880px;
    margin: 2em auto;
    padding: 22px 26px;
    background: linear-gradient(135deg, rgba(233, 69, 96, 0.12) 0%, rgba(6, 21, 68, 0.55) 100%);
    border: 1px solid rgba(233, 69, 96, 0.4);
    border-left: 5px solid #e94560;
    border-radius: 0 var(--ee88-b-radius) var(--ee88-b-radius) 0;
}
.ee88-warning__title {
    color: #ff8a9b;
    font-weight: 800;
    font-size: 1.05rem;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ee88-warning__title::before {
    content: "18+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background: #e94560;
    color: #fff;
    border-radius: 6px;
    font-size: 0.85rem;
}
.ee88-warning__body {
    color: var(--ee88-b-text-soft);
    line-height: 1.7;
    margin: 0;
}
.ee88-warning__body a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.4);
}
.ee88-warning__orgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px dashed rgba(233, 69, 96, 0.3);
}
.ee88-warning__orgs a {
    background: rgba(255, 255, 255, 0.08);
    color: var(--ee88-b-text-soft);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    border-bottom: none;
}

/* ================================================
   SUPPORT CARD — contact info (LocalBusiness NAP)
   ================================================ */
.ee88-support {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    max-width: 880px;
    margin: 1.5em auto;
    padding: 22px;
    background: linear-gradient(165deg, rgba(6, 21, 68, 0.85) 0%, rgba(10, 40, 56, 0.7) 100%);
    border: 1px solid var(--ee88-b-border);
    border-radius: var(--ee88-b-radius);
}
.ee88-support__cell {
    text-align: center;
}
.ee88-support__label {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    font-weight: 600;
}
.ee88-support__value {
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    word-break: break-word;
}

/* ================================================
   CTA FINAL — call to action block
   ================================================ */
.ee88-cta {
    max-width: 880px;
    margin: 2.5em auto;
    padding: 32px 28px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.12) 0%, rgba(6, 21, 68, 0.85) 60%, rgba(13, 58, 25, 0.85) 100%);
    border: 2px solid var(--ee88-b-gold);
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 12px 36px rgba(255, 193, 7, 0.18);
}
.ee88-cta__title {
    color: var(--ee88-b-gold);
    font-weight: 800;
    font-size: 1.4rem;
    margin: 0 0 8px;
}
.ee88-cta__desc {
    color: var(--ee88-b-text-soft);
    margin: 0 0 18px;
    font-size: 1rem;
    line-height: 1.6;
}
.ee88-cta__buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.ee88-cta__btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ee88-cta__btn:hover {
    transform: translateY(-2px);
}
.ee88-cta__btn--primary {
    background: linear-gradient(135deg, var(--ee88-b-gold) 0%, var(--ee88-b-gold-soft) 100%);
    color: var(--ee88-b-bg);
    box-shadow: 0 6px 18px rgba(255, 193, 7, 0.3);
}
.ee88-cta__btn--primary:hover {
    color: var(--ee88-b-bg);
    box-shadow: 0 8px 22px rgba(255, 193, 7, 0.45);
}
.ee88-cta__btn--ghost {
    background: transparent;
    color: var(--ee88-b-gold);
    border: 1.5px solid var(--ee88-b-gold);
}
.ee88-cta__btn--ghost:hover {
    background: rgba(255, 193, 7, 0.1);
    color: #fff;
    border-color: #fff;
}

/* ================================================
   SCROLL MARGIN — anchor offset for sticky header
   ================================================ */
.ee88-home-content h2[id],
.ee88-home-content h3[id] {
    scroll-margin-top: 110px;
}
html {
    scroll-behavior: smooth;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 600px) {
    .ee88-snippet,
    .ee88-quote,
    .ee88-support,
    .ee88-cta,
    .ee88-author,
    .ee88-warning {
        padding: 18px 18px;
    }
    .ee88-snippet__q {
        font-size: 1.05rem;
    }
    .ee88-table {
        font-size: 0.85rem;
    }
    .ee88-table thead th,
    .ee88-table tbody td {
        padding: 10px 12px;
    }
    .ee88-cta__title {
        font-size: 1.2rem;
    }
}

/* ================================================
   VISUAL POLISH — Premium feel
   ================================================ */

/* Container cho hero content - tăng whitespace */
.ee88-home-content {
    padding: 0 0 1em;
}

/* Byline - dramatic gradient glow */
.ee88-byline {
    text-align: center;
    font-style: italic;
    opacity: 0.92;
    margin: 0 auto 1.8em;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 12px 16px;
    background: rgba(255, 193, 7, 0.06);
    border: 1px solid rgba(255, 193, 7, 0.2);
    border-radius: 999px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* Trustbar - dramatic hover & glow */
.ee88-trustbar {
    position: relative;
}
.ee88-trustbar::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.5), transparent);
}

/* Trustbar icons - glow effect */
.ee88-trustbar__icon {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.2) 0%, rgba(194, 231, 66, 0.15) 100%);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.1);
}

/* Snippet - make it pop with golden glow */
.ee88-snippet {
    position: relative;
}
.ee88-snippet::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.05) 0%, rgba(194, 231, 66, 0.05) 100%);
    border-radius: 18px;
    z-index: -1;
    filter: blur(15px);
}

/* Quote - drop shadow + elegant */
.ee88-quote {
    position: relative;
}
.ee88-quote::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 25%;
    height: 2px;
    background: linear-gradient(90deg, var(--ee88-b-gold), transparent);
}

/* Steps - dramatic gradient effect */
.ee88-steps li {
    position: relative;
    overflow: hidden;
}
.ee88-steps li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--ee88-b-gold) 0%, var(--ee88-b-lime) 100%);
}

/* Table - more pronounced header */
.ee88-table thead th {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.25) 0%, rgba(255, 193, 7, 0.15) 100%);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

/* Product cards - more vibrant on hover */
.ee88-product-card {
    position: relative;
    overflow: hidden;
}
.ee88-product-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--ee88-b-gold) 0%, var(--ee88-b-lime) 100%);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}
.ee88-product-card:hover::before {
    transform: translateX(0);
}

/* EEAT cards - rich gold accents */
.ee88-eeat-card {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ee88-eeat-card:hover {
    transform: translateY(-3px);
    border-color: var(--ee88-b-gold);
    box-shadow: 0 14px 32px rgba(255, 193, 7, 0.18);
}

/* Author bio - golden accent ring */
.ee88-author {
    position: relative;
}
.ee88-author::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: calc(var(--ee88-b-radius) + 1px);
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.4), transparent 40%, rgba(194, 231, 66, 0.3));
    z-index: -1;
}

/* Badges - polished */
.ee88-badge {
    transition: border-color 0.2s ease, background 0.2s ease;
}
.ee88-badge:hover {
    border-color: var(--ee88-b-gold);
    background: rgba(255, 193, 7, 0.08);
}

/* Q&A - elegant dividers */
.ee88-qna {
    position: relative;
}
.ee88-qna::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--ee88-b-gold) 0%, var(--ee88-b-lime) 100%);
    border-radius: 3px 0 0 3px;
}

/* CTA - DRAMATIC impact */
.ee88-cta {
    position: relative;
    overflow: hidden;
}
.ee88-cta::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 193, 7, 0.15) 0%, transparent 50%);
    animation: ee88-cta-pulse 6s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ee88-cta-pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.15); opacity: 1; }
}
.ee88-cta__title {
    color: #ffc107;
    font-size: 1.6rem;
    text-shadow: 0 0 24px rgba(255, 193, 7, 0.4);
    position: relative;
}
.ee88-home-content .ee88-cta__title,
.ee88-cta .ee88-cta__title {
    color: #ffc107 !important;
}
.ee88-cta__desc {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
    position: relative;
}
.ee88-cta__buttons {
    position: relative;
}
.ee88-cta__btn--primary {
    font-size: 1.05rem;
    padding: 14px 32px;
    text-shadow: none;
    position: relative;
}
.ee88-cta__btn--primary::after {
    content: "";
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.4), rgba(255, 206, 58, 0.4));
    border-radius: 999px;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.ee88-cta__btn--primary:hover::after {
    opacity: 1;
}

/* ================================================
   HEADINGS — GOLD ACCENT (override any theme h1-h6 colors)
   Use !important + higher specificity than inline <style> in post_content
   ================================================ */
.ee88-home-content h1,
.ee88-home-content h2,
.ee88-home-content h3,
.ee88-home-content h4,
.ee88-home-content h5,
.ee88-home-content h6,
.ee88-home-content .heading-font,
.ee88-home-content .ee88-eeat-card__title,
.ee88-home-content .ee88-eeat-card__label,
.ee88-home-content .ee88-author__name,
.ee88-home-content .ee88-warning__title,
.ee88-home-content .ee88-snippet__q,
.ee88-home-content .ee88-cta__title,
.content-area .ee88-home-content h1,
.content-area .ee88-home-content h2,
.content-area .ee88-home-content h3,
.content-area .ee88-home-content h4,
.entry-content .ee88-home-content h1,
.entry-content .ee88-home-content h2,
.entry-content .ee88-home-content h3 {
    color: #ffc107 !important;
}
.ee88-home-content .ee88-eeat-card__title,
.ee88-home-content .ee88-author__name {
    color: #fff !important;
}
.ee88-home-content h2[id] {
    margin-top: 2em;
    margin-bottom: 0.8em;
    padding-top: 0.4em;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255, 193, 7, 0.25);
    position: relative;
}
.ee88-home-content h2[id]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, var(--ee88-b-gold), var(--ee88-b-lime));
}

.ee88-home-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

/* Snippet/EEAT/Author titles - ensure gold */

/* Image figures - elegant frame */
.ee88-home-content figure {
    margin: 1.6em auto;
    max-width: 880px;
}
.ee88-home-content figure img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 193, 7, 0.2);
}
.ee88-home-content figure figcaption {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 10px;
}

/* Inline links in body - gold accent */
.ee88-home-content p a,
.ee88-home-content li a {
    color: var(--ee88-b-gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.35);
    transition: color 0.15s, border-color 0.15s;
}
.ee88-home-content p a:hover,
.ee88-home-content li a:hover {
    color: #fff;
    border-bottom-color: #fff;
}

/* Tables — table inside figure */
.ee88-home-content > table {
    max-width: 920px;
    margin: 1.6em auto;
    border-collapse: collapse;
    width: 100%;
    font-size: 0.95rem;
}
.ee88-home-content table th {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.25) 0%, rgba(255, 193, 7, 0.15) 100%);
    color: var(--ee88-b-gold);
    font-weight: 700;
    padding: 12px 14px;
    border: 1px solid rgba(255, 193, 7, 0.3);
    text-align: left;
}
.ee88-home-content table td {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
}
.ee88-home-content table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

/* Support grid - improve alignment */
.ee88-support__value {
    font-size: 1rem;
    line-height: 1.4;
}

/* Definition list style — strong */
.ee88-home-content strong {
    color: #fff;
    font-weight: 700;
}

/* TOC - premium feel */
.ee88-toc {
    position: relative;
}
.ee88-toc::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 193, 7, 0.4), transparent);
    pointer-events: none;
}