@font-face {
    font-family: 'CustomFont';
    src: local('Arial'), local('Helvetica'), local('sans-serif');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: rgba(223, 219, 212, 1);
    --primary-hover: #f7f7f7;
    --primary-rgb: 37, 99, 235;
    --accent: #7c3aed;
    --accent-hover: #8b5cf6;
    --accent-rgb: 124, 58, 237;
    --on-primary: #ffffff;

    --bg: #e6b88a;
    --surface: #e6b88a;
    --surface-muted: #ffffff;
    --footer-bg: #0f172a;

    --text: #1e293b;
    --text-muted: #222325;
    --text-soft: rgba(1, 7, 14, 1);

    --border: #87898c;

    --container-max: 1100px;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;

    --font-family: 'CustomFont', Arial, Helvetica, sans-serif;
    --line-height: 1.7;

    --blockquote-border: #2563eb;
    --blockquote-bg: #f7fafc;
    --blockquote-text: #334155;

    --btn-login-bg: #28c91d;
    --btn-login-text: rgba(249, 241, 241, 1);
    --btn-login-border: #29c91e;
    --btn-login-hover-bg: #78d071;
    --btn-login-hover-text: #130101;
    --btn-register-bg: #1f49a3;
    --btn-register-text: #fafafa;
    --btn-register-hover-bg: #3b82f6;
    --btn-register-hover-text: #ffffff;

    --nav-link-color: rgba(0, 0, 0, 1);
    --nav-link-hover: #004cff;
    --nav-link-hover-bg: rgba(37, 99, 235, 0.08);

    --breadcrumb-link-color: #e35f5f;
    --breadcrumb-link-hover: #e35f60;
    --breadcrumb-current-color: #132034;
    --breadcrumb-sep-color: #020b18;

    --scroll-top-bg: rgba(13, 1, 178, 1);
    --scroll-top-color: #f7f7f7;
    --scroll-top-hover-bg: #393b3c;

    --content-link-color: rgba(5, 0, 0, 1);
    --content-link-hover: #3b82f6;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #2563eb;
    --content-btn-login-border: #2563eb;
    --content-btn-login-hover-bg: #2563eb;
    --content-btn-login-hover-text: #ffffff;
    --content-btn-register-bg: #cf2102;
    --content-btn-register-text: #ffffff;
    --content-btn-register-hover-bg: #d35d55;
    --content-btn-register-hover-text: #ffffff;

    --header-btn1-bg: transparent;
    --header-btn1-text: #f3f4f7;
    --header-btn1-border: #21ca35;
    --header-btn1-hover-bg: #116e28;
    --header-btn1-hover-text: #fdfcfc;
    --header-btn2-bg: #cf2102;
    --header-btn2-text: #fcfcfc;
    --header-btn2-hover-bg: #f45d5d;
    --header-btn2-hover-text: rgba(245, 245, 245, 1);

    --table-head-bg: #858287;
    --table-head-text: #000000;
    --table-row-even-bg: #d9d0b4;
    --table-row-hover: rgba(37, 99, 235, 0.04);

    --section-bg: #dedbd4;
    --section-border: #fafafa;
    --section-radius: 16px;
    --section-shadow: 0 2px 12px rgba(0,0,0,0.06);

    --bonus-bar-bg: #0f172a;
    --bonus-bar-text: #ffffff;
    --bonus-bar-accent: #6366f1;
    --bonus-bar-btn-bg: #22c55e;
    --bonus-bar-btn-text: #ffffff;

    --header-bg: #e89726;
    --header-border: #a4a6a8;
    --header-shadow: 0 1px 4px rgba(0,0,0,0.05);
    /* max-width: 0 в CSS даёт ширину 0 у img; «без ограничения» = none (как в подсказке поля в стилях) */
    --header-logo-height: 42px;
    --header-logo-max-width: none;

    --hero-bg: rgba(248, 250, 252, 1);
    --hero-bg-gradient: none;
    --hero-title-color: #1c2430;
    --hero-text-color: #475569;
    --hero-border: #e2e8f0;
    --hero-btn-bg: #abb9d8;
    --hero-btn-text: #ffffff;
    --hero-btn-hover-bg: #3b82f6;
    --hero-btn2-bg: transparent;
    --hero-btn2-text: #2563eb;
    --hero-btn2-border: #2563eb;
    --hero-btn2-hover-bg: #2563eb;
    --hero-btn2-hover-text: #ffffff;

    --author-bar-bg: #1e3a5f;
    --author-bar-text: #ffffff;
    --author-bar-meta: #cbd5e1;
    --author-bar-radius: 10px;

    --payments-title-color: #1e293b;
    --payments-card-bg: #ffffff;
    --payments-card-radius: 10px;
    --payments-name-color: #64748b;

    --casino-title-color: #1e293b;
    --casino-card-bg: #ffffff;
    --casino-card-border: #e2e8f0;
    --casino-card-radius: 12px;
    --casino-logo-bg: #1a365d;
    --casino-rating-color: #22c55e;
    --casino-bonus-color: #22c55e;
    --casino-btn-bg: #22c55e;
    --casino-btn-text: #ffffff;
    --casino-btn-hover-bg: #16a34a;

    --pgrid-title-color: #1e293b;
    --pgrid-card-bg: #ffffff;
    --pgrid-card-border: #e2e8f0;
    --pgrid-card-border-width: 2px;
    --pgrid-card-radius: 10px;
    --pgrid-name-color: #1e293b;
    --pgrid-arrow-color: #93c5fd;

    --author-bio-bg: #f8fafc;
    --author-bio-text: #64748b;
    --author-bio-name: #2563eb;
    --author-bio-name-hover: #3b82f6;

    --toc-header-bg: #fafafa;
    --toc-header-text: #000000;
    --toc-icon-color: #006eff;
    --toc-link-color: #000005;
    --toc-link-hover: #000000;
    --toc-border: #000000;

    --faq-question-color: #01060e;
    --faq-answer-color: #ffffff;
    --faq-border: rgba(0, 0, 0, 1);
    --faq-hover-bg: rgba(111, 113, 113, 1);
    --faq-icon-color: #ffffff;

    --reviews-card-bg: #ffffff;
    --reviews-card-border: #e2e8f0;
    --reviews-name-color: #1e293b;
    --reviews-star-color: #f59e0b;
    --reviews-date-color: #94a3b8;
    --reviews-text-color: #475569;

    --footer-text: rgba(255, 255, 255, 1);
    --footer-text-muted: rgba(245, 247, 250, 1);
    --footer-heading-color: rgba(240, 242, 244, 1);
    --footer-link-color: #eaedf1;
    --footer-link-hover: #ffffff;
    --footer-border: rgba(255, 255, 255, 0.08);
    --footer-copy-color: #c5c9ce;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

h1[id], h2[id], h3[id], h4[id] { scroll-margin-top: 80px; }

body {
    font-family: var(--font-family);
    line-height: var(--line-height);
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.dlre-nav-open { overflow: hidden; }

a { color: var(--primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--primary-hover); }

img { max-width: 100%; height: auto; display: block; }

/* ================================================================
   HEADER
   ================================================================ */
.dlre-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
    box-shadow: var(--header-shadow);
}

.dlre-header__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
    height: 64px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.dlre-header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.dlre-header__logo-img {
    height: var(--header-logo-height, 42px);
    width: auto;
    min-width: 24px;
    max-width: var(--header-logo-max-width, none);
    object-fit: contain;
}

.dlre-header__logo-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text);
}

.dlre-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1;
}

.dlre-nav__item { position: relative; }

.dlre-nav__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    font-size: .9rem;
    font-weight: 500;
    color: var(--nav-link-color, var(--text-muted));
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color .2s, background .2s;
    cursor: pointer;
    white-space: nowrap;
}

.dlre-nav__link:hover,
.dlre-nav__link.active {
    color: var(--nav-link-hover, var(--primary));
    background: var(--nav-link-hover-bg, rgba(var(--primary-rgb), 0.06));
}

.dlre-nav__dropdown > .dlre-nav__link::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-bottom: 2px;
    transition: transform .25s;
}

.dlre-nav__dropdown:hover > .dlre-nav__link::after {
    transform: rotate(-135deg);
    margin-bottom: -1px;
}

.dlre-nav__dropdown:hover .dlre-nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dlre-nav__submenu {
    position: absolute;
    top: calc(100% + 4px);
    left: -8px;
    min-width: 220px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, visibility .2s ease, transform .25s ease;
    z-index: 100;
    pointer-events: none;
}

.dlre-nav__submenu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    height: 8px;
}

.dlre-nav__submenu-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    font-size: .88rem;
    color: var(--text);
    text-decoration: none;
    border-radius: 8px;
    transition: background .15s, color .15s, padding-left .15s;
    white-space: nowrap;
    position: relative;
}

.dlre-nav__submenu-link:hover {
    background: rgba(var(--primary-rgb), 0.07);
    color: var(--primary);
    padding-left: 18px;
}

.dlre-nav__submenu-link.active {
    color: var(--primary);
    font-weight: 600;
    background: rgba(var(--primary-rgb), 0.05);
}

.dlre-nav__submenu-link + .dlre-nav__submenu-link {
    margin-top: 2px;
}

.dlre-header__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.dlre-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    font-size: .88rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s, transform .15s;
    white-space: nowrap;
    border: 1.5px solid transparent;
}

.dlre-btn:hover { transform: translateY(-1px); }

.dlre-btn--login {
    background: var(--header-btn1-bg);
    color: var(--header-btn1-text);
    border-color: var(--header-btn1-border);
}
.dlre-btn--login:hover {
    background: var(--header-btn1-hover-bg);
    color: var(--header-btn1-hover-text);
    border-color: var(--header-btn1-hover-bg);
}

.dlre-btn--signup {
    background: var(--header-btn2-bg);
    color: var(--header-btn2-text);
    border-color: var(--header-btn2-bg);
}
.dlre-btn--signup:hover {
    background: var(--header-btn2-hover-bg);
    color: var(--header-btn2-hover-text);
    border-color: var(--header-btn2-hover-bg);
}

.dlre-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 110;
}

.dlre-burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--header-burger-color, var(--text));
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}

.dlre-burger.active .dlre-burger__line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.dlre-burger.active .dlre-burger__line:nth-child(2) { opacity: 0; }
.dlre-burger.active .dlre-burger__line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================================
   MOBILE NAV — dropdown from top (inside header)
   ================================================================ */
.dlre-mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--header-bg, var(--bg));
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 100;
    flex-direction: column;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
    padding: 0;
    overflow: hidden;
}
.dlre-mobile-nav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 0.75rem 1rem 1rem;
}

@media (max-width: 900px) {
    .dlre-nav, .dlre-header__actions { display: none; }
    .dlre-burger { display: flex; margin-left: auto; }
    .dlre-header__inner { padding: 0 16px; height: 56px; }
    .dlre-mobile-nav { display: flex; }
}

.dlre-mobile-nav__links {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.dlre-mobile-nav__links > a:not(.dlre-btn) {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.85rem;
    color: var(--nav-link-color, var(--text));
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: color .2s, background .2s, transform .15s;
}
.dlre-mobile-nav__links > a:not(.dlre-btn):hover,
.dlre-mobile-nav__links > a.active {
    color: var(--nav-link-hover, var(--primary));
    background: var(--nav-link-hover-bg, rgba(var(--primary-rgb, 99, 102, 241), 0.07));
    text-decoration: none;
    transform: translateX(2px);
}

.dlre-mobile-nav__buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--border);
}
.dlre-mobile-nav__buttons .dlre-btn {
    flex: 1;
    text-align: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    border-radius: var(--radius-md);
    transition: background .2s, box-shadow .2s, transform .15s;
}
.dlre-mobile-nav__buttons .dlre-btn:active { transform: scale(0.97); }
.dlre-mobile-nav__buttons .dlre-btn--login {
    background: var(--header-btn1-bg);
    color: var(--header-btn1-text);
    border: 1.5px solid var(--header-btn1-border);
}
.dlre-mobile-nav__buttons .dlre-btn--login:hover {
    background: var(--header-btn1-hover-bg);
    color: var(--header-btn1-hover-text);
    border-color: var(--header-btn1-hover-bg);
}
.dlre-mobile-nav__buttons .dlre-btn--signup {
    background: var(--header-btn2-bg);
    color: var(--header-btn2-text);
    border: 1.5px solid var(--header-btn2-bg);
}
.dlre-mobile-nav__buttons .dlre-btn--signup:hover {
    background: var(--header-btn2-hover-bg);
    color: var(--header-btn2-hover-text);
    border-color: var(--header-btn2-hover-bg);
}

.dlre-mobile-dropdown {
    display: flex;
    flex-direction: column;
}
.dlre-mobile-dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.7rem 0.85rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color .2s, background .2s, transform .15s;
    cursor: pointer;
}
.dlre-mobile-dropdown-toggle:hover,
.dlre-mobile-dropdown-toggle.active {
    color: var(--primary);
    background: rgba(var(--primary-rgb, 99, 102, 241), 0.07);
    text-decoration: none;
    transform: translateX(2px);
}

.dlre-mobile-submenu {
    display: block;
    padding: 0.15rem 0 0.35rem 1.2rem;
}
.dlre-mobile-submenu a {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    font-size: 0.88rem;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color .2s, background .2s, transform .15s;
}
.dlre-mobile-submenu a:hover,
.dlre-mobile-submenu a.active {
    color: var(--primary);
    background: rgba(var(--primary-rgb, 99, 102, 241), 0.05);
    text-decoration: none;
    transform: translateX(2px);
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.dlre-hero {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
    padding-top: 24px;
}

.dlre-hero__inner {
    background: var(--hero-bg-gradient, none), var(--hero-bg);
    border: 1px solid var(--hero-border);
    border-radius: var(--radius-lg);
    flex-wrap: wrap;
    padding: 32px 32px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.dlre-hero__content {
    flex: 1;
    min-width: 0;
}

.dlre-breadcrumbs {
    width: calc(100% + 64px);
    flex-basis: calc(100% + 64px);
    margin: -32px -32px 0;
    padding: 10px 32px;
    border-bottom: 1px solid var(--hero-border, var(--border));
    background: rgba(0,0,0,0.02);
    order: -1;
}

.dlre-breadcrumbs__list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.dlre-breadcrumbs__item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .82rem;
    color: var(--breadcrumb-link-color, var(--text-muted));
}

.dlre-breadcrumbs__item a {
    color: var(--breadcrumb-link-color, var(--text-muted));
    text-decoration: none;
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    background: rgba(var(--primary-rgb), 0.06);
    transition: color .2s, background .2s;
}
.dlre-breadcrumbs__item a:hover {
    color: var(--breadcrumb-link-hover, var(--primary));
    background: rgba(var(--primary-rgb), 0.12);
}

.dlre-breadcrumbs__current {
    color: var(--breadcrumb-current-color, var(--text));
    font-weight: 600;
    padding: 2px 0;
}

.dlre-breadcrumbs__sep {
    color: var(--breadcrumb-sep-color, var(--primary));
    font-size: .8rem;
    font-weight: 700;
    opacity: .7;
}

.dlre-hero__title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--hero-title-color);
    margin: 0 0 12px;
}

.dlre-hero__desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--hero-text-color);
    margin: 0;
}

.dlre-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 1.25rem;
    width: 100%;
}

.dlre-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dlre-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.dlre-hero__btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.dlre-hero__btn.dlre-btn--signup {
    background: var(--hero-btn-bg, var(--btn-register-bg));
    color: var(--hero-btn-text, var(--btn-register-text)) !important;
    border-color: var(--hero-btn-bg, var(--btn-register-bg));
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.3);
}
.dlre-hero__btn.dlre-btn--signup:hover {
    background: var(--hero-btn-hover-bg, var(--btn-register-hover-bg));
    box-shadow: 0 6px 22px rgba(var(--primary-rgb), 0.35);
}
.dlre-hero__btn.dlre-btn--login {
    background: var(--hero-btn2-bg, transparent);
    color: var(--hero-btn2-text, var(--btn-login-text)) !important;
    border-color: var(--hero-btn2-border, var(--btn-login-border));
    box-shadow: none;
}
.dlre-hero__btn.dlre-btn--login:hover {
    background: var(--hero-btn2-hover-bg, var(--btn-login-hover-bg));
    color: var(--hero-btn2-hover-text, var(--btn-login-hover-text)) !important;
    border-color: var(--hero-btn2-hover-bg, var(--btn-login-hover-bg));
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.15);
}

.dlre-hero__media {
    flex-shrink: 0;
    width: 320px;
    max-width: 100%;
}

.dlre-hero__img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

.dlre-hero[data-hero-layout="image-top"] .dlre-hero__media {
    width: 100%;
}
.dlre-hero[data-hero-layout="image-top"] .dlre-hero__img {
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .dlre-hero { padding: 16px 16px 0; }
    .dlre-hero__inner { flex-direction: column; align-items: stretch; gap: 16px; padding: 24px 20px; }
    .dlre-breadcrumbs { width: calc(100% + 40px); flex-basis: calc(100% + 40px); margin: -24px -20px 0; padding: 8px 20px; }
    .dlre-hero__title { font-size: 1.75rem; }
    .dlre-hero__media { width: 100%; max-width: 100%; text-align: center; }
    .dlre-hero__media img { margin: 0 auto; }
    .dlre-hero__buttons { justify-content: center; }
    .dlre-hero[data-hero-hide-mobile-img="1"] .dlre-hero__media { display: none !important; }
}

@media (max-width: 480px) {
    .dlre-hero { padding: 12px 14px 0; }
    .dlre-hero__inner { padding: 20px 16px; }
    .dlre-breadcrumbs { width: calc(100% + 32px); flex-basis: calc(100% + 32px); margin: -20px -16px 0; padding: 8px 16px; }
    .dlre-hero__title { font-size: 1.5rem; }
    .dlre-hero__desc { font-size: .95rem; }
}

/* ================================================================
   AUTHOR BAR
   ================================================================ */
.dlre-author-bar {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 16px 24px 0;
}

.dlre-author-bar__inner {
    background: var(--author-bar-bg);
    border-radius: var(--author-bar-radius);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.dlre-author-bar__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dlre-author-bar__avatar {
    border-radius: 50%;
    object-fit: cover;
}

.dlre-author-bar__name {
    font-size: .9rem;
    font-weight: 600;
    color: var(--author-bar-text);
}
.dlre-author-bar__name a { color: var(--author-bar-text); text-decoration: none; }
.dlre-author-bar__name a:hover { color: var(--author-bar-meta); text-decoration: none; }

.dlre-author-bar__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dlre-author-bar__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: .85rem;
    color: var(--author-bar-meta);
}

.dlre-author-bar__meta svg { flex-shrink: 0; opacity: .7; }

@media (max-width: 768px) {
    .dlre-author-bar { padding: 12px 16px 0; }
    .dlre-author-bar__inner { padding: 10px 16px; }
}

@media (max-width: 480px) {
    .dlre-author-bar { padding: 10px 14px 0; }
    .dlre-author-bar__inner { flex-direction: column; align-items: flex-start; gap: 8px; padding: 10px 14px; }
}

/* ================================================================
   AUTHOR BIO (bottom)
   ================================================================ */
.dlre-author-bio {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 32px 24px;
}
.dlre-author-bio__inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: var(--author-bio-bg, var(--surface));
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
}
.dlre-author-bio__avatar {
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.dlre-author-bio__body {
    flex: 1;
    min-width: 0;
}
.dlre-author-bio__name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}
.dlre-author-bio__name a {
    color: var(--author-bio-name, var(--primary));
    text-decoration: none;
}
.dlre-author-bio__name a:hover { text-decoration: none; color: var(--author-bio-name-hover, var(--primary-hover)); }
.dlre-author-bio__text {
    font-size: .95rem;
    line-height: 1.6;
    color: var(--author-bio-text, var(--text-soft));
    color: var(--text-soft);
}

@media (max-width: 768px) {
    .dlre-author-bio { padding: 24px 16px; }
    .dlre-author-bio__inner { padding: 20px; }
}
@media (max-width: 480px) {
    .dlre-author-bio { padding: 20px 14px; }
    .dlre-author-bio__inner { flex-direction: column; align-items: center; text-align: center; padding: 16px; }
}

/* ================================================================
   MAIN & CONTENT
   ================================================================ */
.dlre-main {
    min-height: 60vh;
}

.dlre-content-wrap {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.page-section {
    width: 100%;
    font-size: 1rem;
    line-height: var(--line-height);
    color: var(--text);
    overflow-wrap: break-word;
    word-wrap: break-word;
    background: var(--section-bg, var(--surface));
    border: 1px solid var(--section-border, var(--border));
    border-radius: var(--section-radius, var(--radius-lg));
    padding: 1.5rem;
    box-shadow: var(--section-shadow, 0 2px 12px rgba(0,0,0,0.06));
}

.page-section h1, .page-section h2, .page-section h3,
.page-section h4, .page-section h5, .page-section h6 {
    color: var(--text);
    margin: 0.5em 0 .5em;
    line-height: 1.3;
    font-weight: 700;
}

.page-section h1 { font-size: 2.125rem; }

.page-section h2 {
    font-size: 1.5rem;
    position: relative;
    padding-left: 14px;
}

.page-section h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    border-radius: 2px;
    background: var(--primary);
}

.page-section h3 {
    font-size: 1.25rem;
    position: relative;
    padding-bottom: 0.4em;
}
.page-section .faq-question h3 {
    padding-bottom: 0;
    margin: 0;
}

.page-section h3:not(.faq-question-text)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    background: var(--primary);
    opacity: 0.4;
}

.page-section h4 { font-size: 1.125rem; }

.page-section p { margin: 0 0 1em; }

.page-section ul, .page-section ol {
    margin: 0 0 1em;
    padding-left: 1.5em;
}

.page-section li { margin-bottom: .4em; }

.page-section a:not(.btn) {
    color: var(--content-link-color, var(--primary));
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-section a:not(.btn):hover {
    color: var(--content-link-hover, var(--primary-hover));
}

.page-section hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.5em 0;
}

.page-section img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    max-height: 500px;
    margin: 1em 0;
}

.page-section .img-float-left img,
.page-section .img-float-right img {
    margin: 0;
}

.page-section blockquote {
    margin: 1.5em 0;
    padding: 16px 20px;
    border-left: 4px solid var(--blockquote-border);
    background: var(--blockquote-bg);
    color: var(--blockquote-text);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-style: italic;
}

.page-section blockquote p { margin-bottom: .4em; }
.page-section blockquote p:last-child { margin-bottom: 0; }

@media (max-width: 768px) {
    .dlre-content-wrap { padding: 24px 16px; }
    .page-section { padding: 1.25rem 1rem; }
    .page-section h1 { font-size: 1.75rem; }
    .page-section h2 { font-size: 1.35rem; }
    .page-section h3 { font-size: 1.15rem; }
    .page-section h4 { font-size: 1.05rem; }
}

@media (max-width: 480px) {
    .dlre-content-wrap { padding: 20px 14px; }
    .page-section { padding: 1rem 0.75rem; }
    .page-section h1 { font-size: 1.5rem; }
    .page-section h2 { font-size: 1.2rem; }
    .page-section h3 { font-size: 1.05rem; }
    .page-section h4 { font-size: 1rem; }
}

/* ================================================================
   CONTENT BUTTONS
   ================================================================ */
.content-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 1.5em 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 28px;
    font-size: .95rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    text-decoration: none !important;
    cursor: pointer;
    transition: background .2s, color .2s, transform .15s;
    border: 1.5px solid transparent;
}

.btn:hover { transform: translateY(-1px); }

.btn-login {
    background: var(--btn-login-bg);
    color: var(--btn-login-text) !important;
    border-color: var(--btn-login-border);
}
.btn-login:hover {
    background: var(--btn-login-hover-bg);
    color: var(--btn-login-hover-text) !important;
}

.btn-register, .btn-bonus {
    background: var(--btn-register-bg);
    color: var(--btn-register-text) !important;
    border-color: var(--btn-register-bg);
}
.btn-register:hover, .btn-bonus:hover {
    background: var(--btn-register-hover-bg);
    color: var(--btn-register-hover-text) !important;
}

.content-buttons .btn-login {
    background: var(--content-btn-login-bg, var(--btn-login-bg));
    color: var(--content-btn-login-text, var(--btn-login-text)) !important;
    border-color: var(--content-btn-login-border, var(--btn-login-border));
}
.content-buttons .btn-login:hover {
    background: var(--content-btn-login-hover-bg, var(--btn-login-hover-bg));
    color: var(--content-btn-login-hover-text, var(--btn-login-hover-text)) !important;
}

.content-buttons .btn-register,
.content-buttons .btn-bonus {
    background: var(--content-btn-register-bg, var(--btn-register-bg));
    color: var(--content-btn-register-text, var(--btn-register-text)) !important;
    border-color: var(--content-btn-register-bg, var(--btn-register-bg));
}
.content-buttons .btn-register:hover,
.content-buttons .btn-bonus:hover {
    background: var(--content-btn-register-hover-bg, var(--btn-register-hover-bg));
    color: var(--content-btn-register-hover-text, var(--btn-register-hover-text)) !important;
}

/* ================================================================
   FLOAT IMAGES
   ================================================================ */
.img-float-left {
    float: left;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: 40%;
}

.img-float-right {
    float: right;
    margin: 0.25rem 0 1rem 1.5rem;
    max-width: 40%;
}

.img-float-left img,
.img-float-right img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.img-float-left ~ ul,
.img-float-left ~ ol,
.img-float-right ~ ul,
.img-float-right ~ ol {
    overflow: hidden;
    padding-left: 2.5rem;
}

.be-img-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.be-img-center img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

@media (max-width: 640px) {
    .img-float-left,
    .img-float-right {
        float: none;
        max-width: 100%;
        margin: 1rem auto;
        display: block;
    }
    .img-float-left img,
    .img-float-right img {
        margin: 0 auto;
    }
}

/* ================================================================
   TABLES
   ================================================================ */
.table-wrapper,
.content-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
    border-radius: var(--radius-md);
    border: 1px solid var(--border);
}

.page-section table {
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    font-size: .92rem;
    display: table;
}

.page-section thead th {
    background: var(--table-head-bg);
    color: var(--table-head-text);
    font-weight: 600;
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
}

.page-section tbody td {
    padding: 10px 16px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.page-section tbody tr:nth-child(even) { background: var(--table-row-even-bg); }
.page-section tbody tr:hover { background: var(--table-row-hover); }

/* ================================================================
   FAQ ACCORDION
   ================================================================ */
.faq-container {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-item {
    border: 1px solid var(--faq-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--surface);
    transition: border-color 0.25s, box-shadow 0.25s;
}

.faq-item:has(.faq-question.active) {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px rgba(var(--primary-rgb), 0.08);
}

.faq-question {
    width: 100%;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
    color: var(--faq-question-color);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    transition: color 0.2s, background 0.2s;
}

.faq-question:hover {
    color: var(--primary);
    background: var(--faq-hover-bg);
}

.faq-question.active {
    color: var(--primary);
}

.faq-question .faq-question-text,
.faq-question h3,
.faq-question span {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: inherit;
    text-align: left;
    min-width: 0;
    line-height: 1.4;
}

.faq-question h3.faq-question-text {
    margin-top: 0;
    margin-bottom: 0;
}

.faq-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), 0.08);
    color: var(--faq-icon-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s, background 0.25s, color 0.25s;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.3s, opacity 0.3s;
}

.faq-icon::before {
    width: 10px;
    height: 2px;
}

.faq-icon::after {
    width: 2px;
    height: 10px;
}

.faq-icon svg {
    display: none;
}

.faq-question.active .faq-icon {
    background: var(--primary);
    color: var(--on-primary, #fff);
}

.faq-question.active .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-answer.active {
    max-height: 2000px;
}

.faq-answer::before {
    content: '';
    display: block;
    height: 1px;
    background: var(--faq-border);
    margin: 0 1.25rem;
}

.faq-answer-inner {
    padding: 1rem 1.25rem 1.25rem;
    color: var(--faq-answer-color);
    line-height: 1.7;
    font-size: 0.92rem;
}

.faq-answer-inner p, .faq-answer p {
    margin: 0 0 0.65em;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.faq-answer-inner p:last-child, .faq-answer p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   REVIEWS SHORTCODE
   ================================================================ */
.dlre-sc-reviews {
    margin: 1.5rem 0;
}

/* ── Carousel layout ── */
.dlre-sc-reviews[data-layout="carousel"] .dlre-sc-reviews__wrap {
    position: relative;
}

.dlre-sc-reviews__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 6px 0;
}

.dlre-sc-reviews__track::-webkit-scrollbar {
    display: none;
}

.dlre-sc-reviews__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: var(--on-primary);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.15s;
}

.dlre-sc-reviews__arrow:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.dlre-sc-reviews__arrow--prev { left: -12px; }
.dlre-sc-reviews__arrow--next { right: -12px; }

.dlre-sc-reviews__track .dlre-sc-reviews__card {
    flex: 0 0 320px;
    min-width: 280px;
}

/* ── Grid layout ── */
.dlre-sc-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* ── Card ── */
.dlre-sc-reviews__card {
    position: relative;
    background: var(--reviews-card-bg, var(--surface));
    border: 1px solid var(--reviews-card-border, var(--border));
    border-radius: var(--radius-md);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.dlre-sc-reviews__card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.dlre-sc-reviews__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.dlre-sc-reviews__name {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--reviews-name-color, var(--text));
    flex: 1;
    min-width: 0;
}

.dlre-sc-reviews__rating {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.dlre-sc-reviews__rating svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.dlre-sc-reviews__date {
    font-size: 0.78rem;
    color: var(--reviews-date-color, var(--text-soft));
    margin-top: -0.2rem;
}

.dlre-sc-reviews__date:empty {
    display: none;
}

.dlre-sc-reviews__text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--reviews-text-color, var(--text-muted));
}

/* ── Reviews responsive ── */
@media (max-width: 768px) {
    .dlre-sc-reviews__grid {
        grid-template-columns: 1fr;
    }

    .dlre-sc-reviews__track .dlre-sc-reviews__card {
        flex: 0 0 calc(100% - 8px);
        min-width: 0;
        scroll-snap-align: center;
    }
    .dlre-sc-reviews__track {
        scroll-snap-type: x mandatory;
    }

    .dlre-sc-reviews__arrow {
        width: 30px;
        height: 30px;
    }

    .dlre-sc-reviews__arrow--prev { left: -6px; }
    .dlre-sc-reviews__arrow--next { right: -6px; }
}

/* ================================================================
   TOC
   ================================================================ */
.dlre-sc-toc {
    margin: 2em 0;
    border: 1px solid var(--toc-border);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--toc-header-bg);
}

.dlre-sc-toc-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background .2s;
    gap: 12px;
}
.dlre-sc-toc-toggle:hover { background: rgba(0,0,0,.03); }

.dlre-sc-toc-title {
    font-size: .95rem;
    font-weight: 700;
    color: var(--toc-header-text);
    display: flex;
    align-items: center;
    gap: 8px;
}
.dlre-sc-toc-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: var(--toc-link-hover, var(--primary));
    border-radius: 2px;
    flex-shrink: 0;
}

.dlre-sc-toc-toggle svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    color: var(--toc-icon-color);
    transition: transform .3s ease;
}
.dlre-sc-toc.open .dlre-sc-toc-toggle svg { transform: rotate(180deg); }

.dlre-sc-toc-list {
    display: none;
    padding: 0 20px 18px;
    margin: 0;
}

.dlre-sc-toc.open .dlre-sc-toc-list { display: block; }

.dlre-sc-toc-list ol,
.dlre-sc-toc-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: toc-counter;
}

.dlre-sc-toc-list li {
    margin-bottom: 0;
    counter-increment: toc-counter;
}
.dlre-sc-toc-list li a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: var(--toc-link-color);
    font-size: .9rem;
    text-decoration: none;
    transition: color .2s, background .2s;
    padding: 8px 12px;
    border-radius: var(--radius-sm, 6px);
    line-height: 1.4;
}
.dlre-sc-toc-list li a::before {
    content: counter(toc-counter);
    flex-shrink: 0;
    font-size: .75rem;
    font-weight: 600;
    color: var(--toc-link-hover, var(--primary));
    background: color-mix(in srgb, var(--toc-link-hover, var(--primary)) 10%, transparent);
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1;
}
.dlre-sc-toc-list li a:hover {
    color: var(--toc-link-hover);
    background: rgba(0,0,0,.03);
}
.dlre-sc-toc-list li.toc-sub { padding-left: 20px; }
.dlre-sc-toc-list li.toc-sub a::before {
    font-size: .65rem;
    width: 18px;
    height: 18px;
    background: transparent;
    color: var(--toc-icon-color);
    border: 1px solid var(--toc-border);
}

/* ================================================================
   FOOTER
   ================================================================ */
.dlre-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    padding: 32px 0 0;
}

.dlre-footer__inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 24px;
}

.dlre-footer__brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--footer-border);
    margin-bottom: 0;
}

.dlre-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding-bottom: 0;
}

.dlre-footer__col-brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dlre-footer__logo img {
    height: 36px;
    width: auto;
    opacity: .9;
}

.dlre-footer__desc {
    font-size: .85rem;
    line-height: 1.65;
    color: var(--footer-text-muted);
    margin: 0;
}

.dlre-footer__col-nav {}

.dlre-footer__heading {
    font-size: .85rem;
    font-weight: 600;
    color: var(--footer-heading-color);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.dlre-footer__nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dlre-footer__nav li a {
    color: var(--footer-link-color);
    font-size: .88rem;
    text-decoration: none;
    transition: color .2s;
}
.dlre-footer__nav li a:hover { color: var(--footer-link-hover); }

.dlre-footer__badges {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 14px;
}

.dlre-footer__badges img {
    height: 30px;
    width: auto;
    opacity: .85;
    transition: opacity .2s;
}
.dlre-footer__badges img:hover { opacity: 1; }

.dlre-footer__bottom {
    padding: 16px 0;
}

.dlre-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.dlre-footer__copy {
    font-size: .82rem;
    color: var(--footer-copy-color);
    margin: 0;
}

.dlre-footer__bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
}

.dlre-footer__bottom-nav li a {
    color: var(--footer-link-color);
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s;
}
.dlre-footer__bottom-nav li a:hover { color: var(--footer-link-hover); }

.dlre-footer__legal-nav {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
}
.dlre-footer__legal-nav li a {
    color: var(--footer-link-color);
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s;
}
.dlre-footer__legal-nav li a:hover { color: var(--footer-link-hover); }

@media (max-width: 900px) {
    .dlre-footer__top { grid-template-columns: 1fr 1fr; gap: 28px; }
}

@media (max-width: 640px) {
    .dlre-footer { padding: 36px 0 0; }
    .dlre-footer__inner { padding: 0 16px; }
    .dlre-footer__brand-row { flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 20px; margin-bottom: 20px; }
    .dlre-footer__badges { flex-wrap: wrap; }
    .dlre-footer__top { grid-template-columns: 1fr; gap: 24px; }
    .dlre-footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
    .dlre-footer { padding: 28px 0 0; }
    .dlre-footer__inner { padding: 0 14px; }
    .dlre-footer__heading { font-size: .8rem; }
    .dlre-footer__nav { gap: 6px; }
    .dlre-footer__bottom { padding: 18px 0; }
}

/* ================================================================
   BONUS BAR (sticky bottom bar)
   ================================================================ */
.dlre-bonus-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, calc(100% + 80px));
    width: 94%;
    max-width: var(--container-max);
    z-index: 9999;
    background: var(--bonus-bar-bg);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.06) inset;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}

.dlre-bonus-bar.show {
    transform: translate(-50%, 0);
}

.dlre-bonus-bar__glow {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--bonus-bar-accent), transparent);
    opacity: 0.7;
}

.dlre-bonus-bar__icon {
    flex-shrink: 0;
}

.dlre-bonus-bar__icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    border-radius: 10px;
}

.dlre-bonus-bar__content {
    flex: 1;
    min-width: 0;
}

.dlre-bonus-bar__text {
    color: var(--bonus-bar-text);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.dlre-bonus-bar__sub {
    color: var(--bonus-bar-text);
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.3;
    margin-top: 1px;
}

.dlre-bonus-bar__btn {
    flex-shrink: 0;
    padding: 0.65rem 1.8rem;
    background: var(--bonus-bar-btn-bg);
    color: var(--bonus-bar-btn-text) !important;
    border: none;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    transition: filter 0.2s, transform 0.15s;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.dlre-bonus-bar__btn:hover {
    filter: brightness(1.15);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .dlre-bonus-bar {
        bottom: 12px;
        width: 96%;
        padding: 0.7rem 1rem;
        gap: 0.7rem;
        border-radius: 14px;
    }
    .dlre-bonus-bar__icon img { width: 38px; height: 38px; }
    .dlre-bonus-bar__text { font-size: 0.85rem; }
    .dlre-bonus-bar__btn { padding: 0.55rem 1.2rem; font-size: 0.82rem; }
}

@media (max-width: 480px) {
    .dlre-bonus-bar__sub { display: none; }
    .dlre-bonus-bar__icon img { width: 32px; height: 32px; }
}

/* ================================================================
   COLUMNS & DIVIDER (block editor)
   ================================================================ */
.be-columns {
    display: grid;
    gap: 1.5rem;
    margin: 1.5em 0;
}
.be-columns--2 { grid-template-columns: repeat(2, 1fr); }
.be-columns--3 { grid-template-columns: repeat(3, 1fr); }
.be-columns--4 { grid-template-columns: repeat(4, 1fr); }

.be-col { min-width: 0; }

@media (max-width: 768px) {
    .be-columns--3, .be-columns--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .be-columns--2, .be-columns--3, .be-columns--4 { grid-template-columns: 1fr; }
}

.be-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.5em 0;
}

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.dlre-scroll-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    background: var(--scroll-top-bg, var(--surface));
    color: var(--scroll-top-color, var(--primary));
    border: 1.5px solid var(--border);
    border-radius: var(--radius-md);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity .35s ease, visibility .35s ease, transform .35s ease,
                background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
    z-index: 999;
}
.dlre-scroll-top svg { transition: transform .25s ease; }
.dlre-scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.dlre-scroll-top:hover {
    background: var(--scroll-top-hover-bg, var(--primary));
    color: var(--on-primary);
    border-color: var(--scroll-top-hover-bg, var(--primary));
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.dlre-scroll-top:hover svg { transform: translateY(-2px); }
.dlre-scroll-top:active { transform: scale(0.93); }

@media (max-width: 768px) {
    .dlre-scroll-top { bottom: 20px; right: 16px; width: 38px; height: 38px; }
}

/* ================================================================
   404 PAGE
   ================================================================ */
.dlre-error-page {
    padding: 80px 24px;
    text-align: center;
}

.dlre-error-page__inner {
    max-width: 500px;
    margin: 0 auto;
}

.dlre-error-page__code {
    font-size: 6rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 12px;
    opacity: .3;
}

.dlre-error-page__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
}

.dlre-error-page__desc {
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.dlre-error-page__btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    background: var(--primary);
    color: var(--on-primary) !important;
    font-weight: 600;
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: background .2s, transform .15s;
}
.dlre-error-page__btn:hover { background: var(--primary-hover); transform: translateY(-1px); }


/* === Shortcode Styles === */
/* Shortcode: payments */
.dlre-sc-payments{margin:2rem 0}.dlre-sc-payments__title{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--payments-title-color,var(--text))}.dlre-sc-payments__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.dlre-sc-payments__tile{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px 12px;overflow:hidden;background:var(--payments-card-bg,var(--surface));border:1px solid var(--payments-card-border,var(--border));border-radius:var(--payments-card-radius,12px);transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.dlre-sc-payments__tile-glow{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--payments-accent,var(--primary)),var(--payments-accent-end,var(--primary-hover)));opacity:0;transition:opacity .35s}.dlre-sc-payments__tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px var(--payments-glow,rgba(37,99,235,.12))}.dlre-sc-payments__tile:hover .dlre-sc-payments__tile-glow{opacity:1}.dlre-sc-payments__tile-img{width:80px;height:48px;object-fit:contain}.dlre-sc-payments__tile-name{font-size:.82rem;font-weight:600;color:var(--payments-name-color,var(--text-muted));text-align:center;line-height:1.2}@media(max-width:768px){.dlre-sc-payments__grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media(max-width:480px){.dlre-sc-payments__grid{grid-template-columns:repeat(2,1fr);gap:8px}.dlre-sc-payments__tile{padding:12px 8px 10px}.dlre-sc-payments__tile-img{width:60px;height:36px}.dlre-sc-payments__tile-name{font-size:.78rem}}

/* Shortcode: payment-grid */
.dlre-sc-pgrid{margin:2rem 0}.dlre-sc-pgrid__title{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--pgrid-title-color,var(--text))}.dlre-sc-pgrid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dlre-sc-pgrid__card{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px 16px 22px;overflow:hidden;background:var(--pgrid-card-bg,#0f172a);border-radius:var(--pgrid-card-radius,12px);text-decoration:none!important;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.dlre-sc-pgrid__accent{position:absolute;top:0;bottom:0;left:0;width:4px;background:linear-gradient(180deg,var(--pgrid-accent-start,var(--primary)),var(--pgrid-accent-end,var(--primary-hover)));border-radius:0 4px 4px 0;transition:width .3s}.dlre-sc-pgrid__card:hover .dlre-sc-pgrid__accent{width:6px}.dlre-sc-pgrid__card:hover{transform:translateX(3px);box-shadow:0 6px 24px rgba(0,0,0,.18)}.dlre-sc-pgrid__logo{flex-shrink:0;width:48px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:8px;padding:4px}.dlre-sc-pgrid__logo img{max-width:100%;max-height:100%;object-fit:contain}.dlre-sc-pgrid__name{flex:1;font-size:.92rem;font-weight:600;color:var(--pgrid-name-color,#fff);min-width:0;text-decoration:none!important}.dlre-sc-pgrid__chevron{flex-shrink:0;width:18px;height:18px;color:var(--pgrid-chevron-color,rgba(255,255,255,.4));transition:all .3s}.dlre-sc-pgrid__card:hover .dlre-sc-pgrid__chevron{color:var(--pgrid-accent-start,var(--primary));transform:translateX(2px)}@media(max-width:768px){.dlre-sc-pgrid__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.dlre-sc-pgrid__grid{grid-template-columns:1fr;gap:8px}.dlre-sc-pgrid__card{padding:14px 16px 14px 20px}}

/* Shortcode: casino-list */
.dlre-sc-casino{margin:2rem 0}.dlre-sc-casino__title{font-size:1.35rem;font-weight:800;margin-bottom:1.25rem;color:var(--casino-title-color,var(--text));letter-spacing:-.01em}.dlre-sc-casino__grid{display:flex;flex-direction:column;gap:14px;counter-reset:casino-rank}.dlre-sc-casino__card{counter-increment:casino-rank;position:relative;display:grid;grid-template-columns:140px 1fr 1fr 1fr 1fr;align-items:center;background:var(--casino-card-bg,#fff);border:1px solid var(--casino-card-border,#e2e8f0);border-radius:var(--casino-card-radius,12px);overflow:hidden;transition:box-shadow .25s,transform .2s}.dlre-sc-casino__card:hover{box-shadow:0 6px 24px rgba(0,0,0,.07);transform:translateY(-1px)}.dlre-sc-casino__rank{position:absolute;top:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--casino-card-radius,12px) 0 8px 0;background:var(--primary);color:var(--on-primary,#fff);font-weight:800;font-size:.8rem;line-height:1}.dlre-sc-casino__rank::after{content:counter(casino-rank)}.dlre-sc-casino__logo-wrap{width:140px;align-self:stretch;overflow:hidden;background:var(--casino-logo-bg,#1a365d);display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:8px}.dlre-sc-casino__logo-wrap img{max-width:110px;max-height:60px;object-fit:contain}.dlre-sc-casino__meta{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:14px 16px;min-width:0}.dlre-sc-casino__name{font-weight:700;font-size:1rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dlre-sc-casino__rating-bar{display:flex;align-items:center;gap:6px}.dlre-sc-casino__bar{width:50px;height:5px;border-radius:3px;background:var(--border,#e2e8f0);overflow:hidden}.dlre-sc-casino__bar-fill{height:100%;border-radius:3px;background:var(--casino-rating-color,#22c55e);transition:width .4s}.dlre-sc-casino__score{font-size:.78rem;font-weight:700;color:var(--casino-rating-color,#22c55e)}.dlre-sc-casino__perks{display:flex;flex-direction:column;justify-content:center;gap:3px;padding:14px 16px;min-width:0}.dlre-sc-casino__perks-title{font-size:.72rem;font-weight:600;color:var(--text-soft,#64748b);text-transform:uppercase;letter-spacing:.04em;margin:0 0 2px}.dlre-sc-casino__perks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.dlre-sc-casino__perks-list li{display:flex;align-items:flex-start;gap:5px;font-size:.78rem;color:var(--text);line-height:1.3}.dlre-sc-casino__perks-list li::before{content:'';display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--casino-bonus-color,#22c55e);flex-shrink:0;margin-top:4px}.dlre-sc-casino__gift{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 12px;margin:8px auto;background:rgba(var(--primary-rgb),.06);border-radius:10px;text-align:center}.dlre-sc-casino__gift-icon{width:16px;height:16px;color:var(--casino-bonus-color,#22c55e);flex-shrink:0;opacity:.65}.dlre-sc-casino__gift-value{font-size:1.15rem;font-weight:800;color:var(--casino-bonus-color,#22c55e);line-height:1.15;white-space:nowrap}.dlre-sc-casino__cta{display:flex;align-items:center;justify-content:center;padding:14px 16px}.dlre-sc-casino__btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:10px 24px;background:var(--casino-btn-bg,#22c55e);color:var(--casino-btn-text,#fff)!important;border-radius:50px;font-weight:700;font-size:.85rem;text-decoration:none!important;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;border:none;box-shadow:0 3px 10px rgba(34,197,94,.25)}.dlre-sc-casino__btn:hover,.dlre-sc-casino__btn:visited,.dlre-sc-casino__btn:active,.dlre-sc-casino__btn:focus{text-decoration:none;color:var(--casino-btn-text,#fff)!important}.dlre-sc-casino__btn:hover{background:var(--casino-btn-hover-bg,#16a34a);transform:translateY(-2px);box-shadow:0 6px 18px rgba(34,197,94,.3)}.dlre-sc-casino__stars{display:flex;gap:1px}.dlre-sc-casino__stars svg{width:14px;height:14px}.dlre-sc-casino__star-filled{fill:var(--casino-rating-color,#22c55e);stroke:none}.dlre-sc-casino__star-empty{fill:none;stroke:var(--casino-rating-color,#22c55e);stroke-width:1.5}@media(max-width:900px){.dlre-sc-casino__card{grid-template-columns:110px 1fr 1fr 1fr 1fr}.dlre-sc-casino__logo-wrap{width:110px}.dlre-sc-casino__meta,.dlre-sc-casino__perks{padding:10px 10px}.dlre-sc-casino__perks-list li{font-size:.72rem}.dlre-sc-casino__gift{padding:6px 8px}.dlre-sc-casino__cta{padding:10px}}@media(max-width:600px){.dlre-sc-casino__card{display:flex;flex-direction:column}.dlre-sc-casino__logo-wrap{width:100%;height:70px;padding:10px}.dlre-sc-casino__logo-wrap img{max-width:120px;max-height:50px}.dlre-sc-casino__rank{border-radius:var(--casino-card-radius,12px) 0 8px 0}.dlre-sc-casino__meta{flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;width:100%;box-sizing:border-box}.dlre-sc-casino__name{flex:1;min-width:0;white-space:normal}.dlre-sc-casino__rating-bar{flex-shrink:0;margin-left:auto}.dlre-sc-casino__meta::after{content:'';display:block;position:absolute;bottom:0;left:16px;right:16px;height:1px;background:var(--casino-card-border,#e2e8f0)}.dlre-sc-casino__meta{position:relative;padding-bottom:14px}.dlre-sc-casino__perks{width:100%;box-sizing:border-box;padding:10px 16px}.dlre-sc-casino__perks-list{flex-direction:column;gap:3px}.dlre-sc-casino__gift{width:100%;box-sizing:border-box;margin:0;border-radius:0;border-top:1px solid var(--casino-card-border,#e2e8f0);flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:rgba(var(--primary-rgb),.06)}.dlre-sc-casino__cta{width:100%;box-sizing:border-box;padding:10px 16px}.dlre-sc-casino__btn{width:100%}}