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

:root {
    --primary: #0d9488;
    --primary-hover: #14b8a6;
    --primary-rgb: 13, 148, 136;
    --accent: #6366f1;
    --accent-hover: #818cf8;
    --accent-rgb: 99, 102, 241;
    --on-primary: #ffffff;

    --bg: #c2c2c2;
    --surface: #ffffff;
    --surface-muted: #ffffff;
    --footer-bg: #eaeaeb;

    --text: #0f172a;
    --text-muted: #000000;
    --text-soft: #475569;

    --border: #ccfbf1;

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

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

    --blockquote-border: #0d9488;
    --blockquote-bg: #f0fdfa;
    --blockquote-text: #334155;

    --btn-login-bg: transparent;
    --btn-login-text: #0d9488;
    --btn-login-border: #0d9488;
    --btn-login-hover-bg: #0d9488;
    --btn-login-hover-text: #ffffff;
    --btn-register-bg: #0d9488;
    --btn-register-text: #ffffff;
    --btn-register-hover-bg: #14b8a6;
    --btn-register-hover-text: #ffffff;

    --nav-link-color: #0a0a0a;
    --nav-link-hover: #0d9488;
    --nav-link-hover-bg: rgba(13, 148, 136, 0.08);
    --mobile-nav-bg: #f8fafc;
    --mobile-nav-border: #000000;
    --mobile-nav-link-color: #000000;
    --mobile-nav-link-hover: #0d9487;
    --mobile-nav-link-hover-bg: rgba(37, 99, 235, 0.08);
    --mobile-nav-submenu-link-color: #f1fdfa;
    --mobile-nav-submenu-link-hover: #2563eb;
    --mobile-nav-submenu-link-hover-bg: rgba(37, 99, 235, 0.05);

    --breadcrumb-link-color: #000000;
    --breadcrumb-link-hover: #0d9488;
    --breadcrumb-current-color: #0f172a;
    --breadcrumb-sep-color: #000000;

    --scroll-top-bg: #ffffff;
    --scroll-top-color: #0d9488;
    --scroll-top-hover-bg: #0d9488;

    --content-link-color: #0d9488;
    --content-link-hover: #14b8a6;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #0d9488;
    --content-btn-login-border: #0d9488;
    --content-btn-login-hover-bg: #0d9488;
    --content-btn-login-hover-text: #ffffff;
    --content-btn-register-bg: #0d9488;
    --content-btn-register-text: #ffffff;
    --content-btn-register-hover-bg: #14b8a6;
    --content-btn-register-hover-text: #ffffff;

    --header-btn1-bg: transparent;
    --header-btn1-text: #0d9488;
    --header-btn1-border: #0d9488;
    --header-btn1-hover-bg: #0d9488;
    --header-btn1-hover-text: #ffffff;
    --header-btn2-bg: #0d9488;
    --header-btn2-text: #ffffff;
    --header-btn2-hover-bg: #14b8a6;
    --header-btn2-hover-text: #ffffff;

    --table-head-bg: #0d9488;
    --table-head-text: #ffffff;
    --table-row-odd-bg: #ffffff;
    --table-row-even-bg: #f0fdfa;
    --table-row-hover: rgba(13, 148, 136, 0.05);
    --table-body-text: #64748b;

    --section-bg: #ffffff;
    --section-border: #ccfbf1;
    --section-radius: 16px;
    --section-shadow: 0 2px 12px rgba(0,0,0,0.05);

    --bonus-bar-bg: #0f172a;
    --bonus-bar-text: #ffffff;
    --bonus-bar-accent: #0d9488;
    --bonus-bar-btn-bg: #14b8a6;
    --bonus-bar-btn-text: #ffffff;

    --author-bg: #ffffff;
    --author-border: #ccfbf1;
    --author-name-color: #0f172a;
    --author-name-hover: #0d9488;
    --author-bio-color: #64748b;

    --header-bg: #eaeaeb;
    --header-border: #ccfbf1;
    --header-shadow: 0 1px 4px rgba(0,0,0,0.04);
    /* 0 в max-width схлопывает ширину img; «без ограничения» в настройках = CSS none */
    --header-logo-height: 42px;
    --header-logo-max-width: none;
    --header-burger-color: #0f172a;

    --footer-text: #cbd5e1;
    --footer-text-muted: #000000;
    --footer-heading-color: #000000;
    --footer-link-color: #000205;
    --footer-link-hover: #000000;
    --footer-border: rgba(0, 0, 0, 0.08);
    --footer-copy-color: #000000;

    --payments-title-color: #0f172a;
    --payments-card-bg: #ffffff;
    --payments-card-radius: 10px;
    --payments-name-color: #475569;

    --reviews-card-bg: #ffffff;
    --reviews-card-border: #ccfbf1;
    --reviews-name-color: #0f172a;
    --reviews-star-color: #f59e0b;
    --reviews-date-color: #94a3b8;
    --reviews-text-color: #475569;

    --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;

    --toc-header-bg: #f0fdfa;
    --toc-header-text: #0f172a;
    --toc-header-hover-bg: #0d9488;
    --toc-header-hover-text: #ffffff;
    --toc-header-open-bg: #0d9487;
    --toc-header-open-text: #ffffff;
    --toc-icon-color: #94a3b8;
    --toc-link-color: #475569;
    --toc-link-hover: #0d9488;
    --toc-border: #ccfbf1;

    --faq-question-color: #0f172a;
    --faq-answer-color: #475569;
    --faq-border: #ccfbf1;
    --faq-hover-bg: #f0fdfa;
    --faq-icon-color: #0d9488;
}

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

*, button, input, select, textarea {
    font-family: inherit;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

body {
    font-family: var(--font-family);
    background-color: var(--bg);
    color: var(--text);
    line-height: var(--line-height);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="rtl"] .zMXdoIq,
html[dir="rtl"] .H0bsuHM,
html[dir="rtl"] .hzIcVSD {
    text-align: right;
}

html[dir="rtl"] .FPtcJ78 {
    left: auto;
    right: 0;
}

html[dir="rtl"] .UwsuLOe .ktWgyrw {
    padding: 0.15rem 1.2rem 0.35rem 0;
}

html[dir="rtl"] .H1fj2e2 svg {
    transform: scaleX(-1);
}

/* ================================================================
   SITE HEADER
   ================================================================ */
.pF1knlj {
    background: var(--header-bg, var(--bg));
    border-bottom: 1px solid var(--header-border, var(--border));
    box-shadow: var(--header-shadow, 0 2px 12px rgba(0,0,0,0.06));
    position: sticky;
    top: 0;
    z-index: 1000;
}

.JJg0qfN {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

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

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

.R17Y3gB {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
}

/* Desktop navigation */
.zXzLnDU {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.zXzLnDU a {
    text-decoration: none;
}

.sZ6sx88 {
    color: var(--nav-link-color, var(--text-muted));
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.4rem 0.65rem;
    border-radius: var(--radius-sm);
    transition: color 0.2s ease, background 0.2s ease;
}

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

/* Desktop dropdown */
.TgLrdSZ {
    position: relative;
}

.TgLrdSZ > a,
.TgLrdSZ > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--nav-link-color, var(--text-muted));
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.TgLrdSZ > a::after,
.TgLrdSZ > span::after {
    content: '';
    width: 5px;
    height: 5px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s;
}

.TgLrdSZ:hover > a::after,
.TgLrdSZ:hover > span::after {
    transform: rotate(-135deg);
}

.FPtcJ78 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    z-index: 1002;
    list-style: none;
    padding: 0.4rem 0;
}

.TgLrdSZ:hover .FPtcJ78 {
    display: block;
}

.FPtcJ78 a {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--nav-link-color, var(--text-muted));
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.FPtcJ78 a:hover {
    background: var(--surface-muted);
    color: var(--nav-link-hover, var(--primary));
}

.FPtcJ78 a.active {
    color: var(--nav-link-hover, var(--primary));
}

/* Header buttons */
.BPDowOK {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.BPDowOK .ax1yigd {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    border: 1.5px solid transparent;
    line-height: 1.3;
    box-sizing: border-box;
}

.BPDowOK .bKPBza3 {
    background: var(--header-btn1-bg);
    color: var(--header-btn1-text);
    border-color: var(--header-btn1-border);
}

.BPDowOK .bKPBza3:hover {
    background: var(--header-btn1-hover-bg);
    color: var(--header-btn1-hover-text);
    border-color: var(--header-btn1-hover-bg);
}

.BPDowOK .oRAupqt {
    background: var(--header-btn2-bg);
    color: var(--header-btn2-text);
    border-color: var(--header-btn2-bg);
}

.BPDowOK .oRAupqt:hover {
    background: var(--header-btn2-hover-bg);
    color: var(--header-btn2-hover-text);
    border-color: var(--header-btn2-hover-bg);
}

/* Hamburger */
.gjZoH5R {
    display: none;
    width: 28px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 1001;
}

.gjZoH5R span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--header-burger-color, var(--text));
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.gjZoH5R span:nth-child(1) { top: 4px; }
.gjZoH5R span:nth-child(2) { top: 13px; }
.gjZoH5R span:nth-child(3) { top: 22px; }

.gjZoH5R.active span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
}
.gjZoH5R.active span:nth-child(2) {
    opacity: 0;
}
.gjZoH5R.active span:nth-child(3) {
    top: 13px;
    transform: rotate(-45deg);
}

/* Mobile header: action buttons row (legacy, hidden in mirror-1) */
.kSQUVIh {
    display: none !important;
    flex: 0 0 auto;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: var(--bg);
    border-top: 1px solid var(--border);
}

.kSQUVIh .lKu96wM {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: background 0.2s, color 0.2s, transform 0.15s;
}

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

/* Mobile nav overlay (disabled — dropdown mode) */
.HDAOgcf {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.HDAOgcf.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.gLflldL {
    overflow: hidden;
}

/* Mobile navigation panel — dropdown overlay from top */
.UwsuLOe {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--mobile-nav-bg, var(--surface));
    border-bottom: 1px solid var(--mobile-nav-border, var(--border));
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 0;
    flex-direction: column;
    gap: 0;
    z-index: 998;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, visibility 0.3s;
    overflow-y: auto;
    max-height: 75vh;
}

.UwsuLOe.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    padding: 0.75rem 1rem 1rem;
}

.vISztza {
    display: none;
}

.sLA5brK {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sLA5brK > a:not(.ax1yigd),
.sLA5brK > .VhqMu3L > .yMEisZ5 {
    display: flex;
    align-items: center;
    padding: 0.7rem 0.85rem;
    color: var(--mobile-nav-link-color, var(--nav-link-color, var(--text)));
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: var(--radius-md);
    background: transparent;
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
    position: relative;
}

.sLA5brK > a:not(.ax1yigd):hover,
.sLA5brK > a.active,
.sLA5brK > .VhqMu3L > .yMEisZ5:hover,
.sLA5brK > .VhqMu3L > .yMEisZ5.active {
    color: var(--mobile-nav-link-hover, var(--nav-link-hover, var(--primary)));
    background: var(--mobile-nav-link-hover-bg, var(--nav-link-hover-bg, rgba(var(--primary-rgb, 99, 102, 241), 0.07)));
    text-decoration: none;
    transform: translateX(2px);
}

.sLA5brK > a:not(.ax1yigd):active {
    transform: translateX(2px) scale(0.98);
}

.WeAT0tz {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid var(--mobile-nav-border, var(--border));
}

.WeAT0tz .ax1yigd {
    flex: 1;
    text-align: center;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-weight: 600;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

.WeAT0tz .ax1yigd:active {
    transform: scale(0.97);
}

.WeAT0tz .bKPBza3 {
    background: var(--header-btn1-bg);
    color: var(--header-btn1-text);
    border: 1.5px solid var(--header-btn1-border);
}

.WeAT0tz .bKPBza3:hover {
    background: var(--header-btn1-hover-bg);
    color: var(--header-btn1-hover-text);
    border-color: var(--header-btn1-hover-bg);
}

.WeAT0tz .oRAupqt {
    background: var(--header-btn2-bg);
    color: var(--header-btn2-text);
    border: 1.5px solid var(--header-btn2-bg);
}

.WeAT0tz .oRAupqt:hover {
    background: var(--header-btn2-hover-bg);
    color: var(--header-btn2-hover-text);
    border-color: var(--header-btn2-hover-bg);
}

/* Mobile dropdown */
.UwsuLOe .VhqMu3L {
    display: flex;
    flex-direction: column;
}

.UwsuLOe .yMEisZ5 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.7rem 0.85rem;
    font-size: 0.95rem;
    color: var(--mobile-nav-link-color, var(--text));
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: var(--radius-md);
    font-family: inherit;
    text-align: left;
    font-weight: 500;
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
}

.UwsuLOe .yMEisZ5:hover,
.UwsuLOe .yMEisZ5.active {
    color: var(--mobile-nav-link-hover, var(--primary));
    background: var(--mobile-nav-link-hover-bg, rgba(var(--primary-rgb, 99, 102, 241), 0.07));
    text-decoration: none;
    transform: translateX(2px);
}

.UwsuLOe .ktWgyrw {
    display: block;
    padding: 0.15rem 0 0.35rem 1.2rem;
}

.UwsuLOe .ktWgyrw a {
    display: flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    font-size: 0.88rem;
    color: var(--mobile-nav-submenu-link-color, var(--text-muted));
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease;
}

.UwsuLOe .ktWgyrw a:hover,
.UwsuLOe .ktWgyrw a.active {
    color: var(--mobile-nav-submenu-link-hover, var(--mobile-nav-link-hover, var(--primary)));
    background: var(--mobile-nav-submenu-link-hover-bg, rgba(var(--primary-rgb, 99, 102, 241), 0.05));
    text-decoration: none;
    transform: translateX(2px);
}

/* ================================================================
   BUTTONS
   ================================================================ */
.ax1yigd, a.ax1yigd {
    padding: 0.65rem 1.4rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.bKPBza3, a.ax1yigd.bKPBza3 {
    background: var(--btn-login-bg);
    color: var(--btn-login-text);
    border: 2px solid var(--btn-login-border) !important;
}

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

.oRAupqt {
    background: var(--btn-register-bg);
    color: var(--btn-register-text);
}

.oRAupqt:hover {
    background: var(--btn-register-hover-bg);
    color: var(--btn-register-hover-text);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.25);
}

/* ================================================================
   BREADCRUMBS
   ================================================================ */
.J2ofZZR {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.6rem 1.5rem 0;
    box-sizing: border-box;
}

.J2ofZZR .WzMZ6tt {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 0.55rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.35rem;
    list-style: none;
    margin: 0;
    font-size: 0.85rem;
    width: 100%;
    box-sizing: border-box;
}

.J2ofZZR + .vy224fG {
    padding-top: 0.75rem;
}

.M3I0QF8 {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.M3I0QF8 a {
    color: var(--breadcrumb-link-color, var(--text-muted));
    text-decoration: none;
    transition: color 0.2s;
}

.M3I0QF8 a:hover {
    color: var(--breadcrumb-link-hover, var(--primary));
}

.H1fj2e2 {
    color: var(--breadcrumb-sep-color, var(--text-soft));
    opacity: 0.5;
    user-select: none;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.H1fj2e2 svg {
    display: block;
}

.I6sT4wQ {
    color: var(--breadcrumb-current-color, var(--text));
    font-weight: 500;
}

/* ================================================================
   PAGE WRAPPER & CONTENT
   ================================================================ */
.vy224fG {
    flex: 1;
    width: 100%;
    padding: 1rem 0 3rem;
}

.uX5w6KT {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.zMXdoIq {
    background: var(--section-bg, var(--surface));
    border: 1px solid var(--section-border, var(--border));
    border-radius: var(--section-radius, var(--radius-lg));
    padding: 1rem;
    box-shadow: var(--section-shadow, 0 2px 12px rgba(0,0,0,0.06));
}

.zMXdoIq h1 {
    color: var(--text);
    margin-bottom: 1.25rem;
    font-size: 2.125rem;
    font-weight: 800;
    line-height: 1.2;
}

.zMXdoIq h2 {
    color: var(--text);
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Превью стилей и контент с обычным <hr> (не только be-divider из редактора) */
.zMXdoIq hr,
.zMXdoIq hr.jF8VY5m {
    border: none;
    height: 2px;
    background: var(--primary);
    opacity: 0.35;
    border-radius: 1px;
    margin: 1.25rem 0;
}

.zMXdoIq h3 {
    color: var(--text);
    margin-top: 1.5rem;
    margin-bottom: 0.6rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.zMXdoIq .cqWleFz h3 {
    padding-bottom: 0;
    margin: 0;
}

.zMXdoIq h4 {
    color: var(--text);
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.zMXdoIq strong, .zMXdoIq b {
    font-weight: 700;
    color: var(--text);
}

.zMXdoIq p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.zMXdoIq a:not(.ax1yigd) {
    color: var(--content-link-color, var(--primary));
    text-decoration: none;
    transition: color 0.2s;
}

.zMXdoIq a:not(.ax1yigd):hover {
    color: var(--content-link-hover, var(--primary-hover));
    text-decoration: underline;
}

.zMXdoIq .iR37J3P a:not(.ax1yigd):hover {
    text-decoration: none;
    color: var(--primary);
}

.zMXdoIq img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    max-height: 500px;
}

.zMXdoIq blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--blockquote-border);
    background: var(--blockquote-bg);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    color: var(--blockquote-text);
    font-size: 1.02rem;
    line-height: 1.7;
}

.zMXdoIq blockquote p {
    margin-bottom: 0.5rem;
    color: inherit;
}

.zMXdoIq blockquote p:last-child {
    margin-bottom: 0;
}

.zMXdoIq ul, .zMXdoIq ol {
    margin-bottom: 1.25rem;
    padding-left: 1.8rem;
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.zMXdoIq ul li, .zMXdoIq ol li {
    margin-bottom: 0.6rem;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.zMXdoIq ul li { list-style-type: disc; }
.zMXdoIq ol li { list-style-type: decimal; }

/* ================================================================
   IMAGE FLOAT (inline shortcodes imgleft / imgright)
   ================================================================ */
.fnpZ6F2 {
    float: left;
    margin: 0.25rem 1.5rem 1rem 0;
    max-width: 40%;
}

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

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

.fnpZ6F2 ~ ul,
.fnpZ6F2 ~ ol,
.JuBTDt9 ~ ul,
.JuBTDt9 ~ ol {
    overflow: hidden;
    padding-left: 2.5rem;
}

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

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

.GPQVYsu {
    text-align: left;
}

.GPQVYsu img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.hVv2fXf {
    text-align: right;
}

.hVv2fXf img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

/* ================================================================
   COLUMNS (block editor)
   ================================================================ */
.bbjbQ43 {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.g4GL6r2 { grid-template-columns: repeat(2, 1fr); }
.i42t8PS { grid-template-columns: repeat(3, 1fr); }
.LiCLCCN { grid-template-columns: repeat(4, 1fr); }

.x672dys > *:last-child {
    margin-bottom: 0;
}

/* ================================================================
   CONTENT BUTTONS
   ================================================================ */
.jdsZ1on {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1.25rem 0;
}

.jdsZ1on .ax1yigd {
    padding: 0.7rem 1.6rem;
    background: var(--content-btn-register-bg, #2563eb);
    color: var(--content-btn-register-text, #ffffff);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.jdsZ1on .bKPBza3 {
    background: var(--content-btn-login-bg, transparent);
    color: var(--content-btn-login-text, #2563eb);
    border: 2px solid var(--content-btn-login-border, #2563eb);
}

.jdsZ1on .bKPBza3:hover {
    background: var(--content-btn-login-hover-bg, #2563eb);
    color: var(--content-btn-login-hover-text, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
}

.jdsZ1on .oRAupqt:hover {
    background: var(--content-btn-register-hover-bg, #3b82f6);
    color: var(--content-btn-register-hover-text, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-rgb), 0.2);
}

/* ================================================================
   TOC SHORTCODE
   ================================================================ */
.xGvY6yE {
    margin: 1.5rem 0;
    border: none;
    border-radius: 0;
    background: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eR0NX8x {
    width: auto;
    padding: 0.6rem 1.75rem;
    background: var(--toc-header-bg, var(--primary));
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--toc-header-text, #fff);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    transition: background 0.25s, box-shadow 0.25s, transform 0.15s, width 0.3s, border-radius 0.3s;
    box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.25);
    letter-spacing: 0.02em;
}

.eR0NX8x:hover {
    background: var(--toc-header-hover-bg, var(--primary-hover));
    color: var(--toc-header-hover-text, var(--toc-header-text, #fff));
    box-shadow: 0 4px 16px rgba(var(--primary-rgb), 0.35);
    transform: translateY(-1px);
}

.eR0NX8x:active {
    transform: translateY(0);
}

.xGvY6yE.q0Cq4nq .eR0NX8x {
    width: 100%;
    background: var(--toc-header-open-bg, var(--toc-header-hover-bg, var(--primary-hover)));
    color: var(--toc-header-open-text, var(--toc-header-hover-text, var(--toc-header-text, #fff)));
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    box-shadow: none;
    justify-content: center;
}

.xGvY6yE.q0Cq4nq .eR0NX8x svg {
    transform: rotate(180deg);
}

.PlOUYYm { flex: none; }

.eR0NX8x svg {
    flex-shrink: 0;
    transition: transform 0.25s;
    width: 14px;
    height: 14px;
    stroke: var(--toc-icon-color, #fff);
}

.iR37J3P {
    display: none;
    width: 100%;
    padding: 1.25rem 1.5rem 1.25rem;
    background: var(--surface-muted);
    border: 1px solid var(--toc-border, var(--border));
    border-top: none;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    margin-top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    animation: tocSlideDown 0.3s ease;
}

@keyframes tocSlideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.xGvY6yE.q0Cq4nq .iR37J3P {
    display: block;
}

.iR37J3P ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.iR37J3P li,
.zMXdoIq .iR37J3P ol li {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
}

.iR37J3P li::marker {
    content: none;
}

.iR37J3P li.gm92YUY {
    padding-left: 0;
}

.iR37J3P li.gm92YUY a {
    font-size: 0.8rem;
    padding: 0.3rem 0.75rem;
    background: var(--surface);
    border-color: var(--border);
    color: var(--text-muted);
}

.iR37J3P a {
    display: inline-block;
    width: 100%;
    padding: 0.45rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--toc-link-color, var(--text));
    text-decoration: none;
    background: var(--surface);
    border: 1px solid var(--toc-border, var(--border));
    border-radius: var(--radius-md);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.35s ease, transform 0.25s ease;
    line-height: 1.4;
    box-sizing: border-box;
}

.iR37J3P a:hover {
    color: var(--toc-link-hover, var(--primary));
    text-decoration: none;
    border-color: var(--primary);
    background: rgba(var(--primary-rgb), 0.06);
    box-shadow: 0 2px 8px rgba(var(--primary-rgb), 0.1);
    transform: translateY(-2px);
}

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

.FdEcRvZ {
    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;
}

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

.cqWleFz {
    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;
}

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

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

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

.cqWleFz h3.YQKNRaa {
    margin-top: 0;
    margin-bottom: 0;
}

.qBmeAUD {
    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;
}

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

.qBmeAUD::before {
    width: 10px;
    height: 2px;
}

.qBmeAUD::after {
    width: 2px;
    height: 10px;
}

.qBmeAUD svg {
    display: none;
}

.cqWleFz.active .qBmeAUD {
    background: var(--primary);
    color: var(--on-primary, #fff);
}

.cqWleFz.active .qBmeAUD::after {
    transform: rotate(90deg);
    opacity: 0;
}

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

.a3Z4MLf.active {
    max-height: 2000px;
}

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

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

.fmHA95c p, .a3Z4MLf p {
    margin: 0 0 0.65em;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

.fmHA95c p:last-child, .a3Z4MLf p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   REVIEWS SHORTCODE
   ================================================================ */
.WnRSFiu {
    margin: 1.5rem 0;
}

/* ── Carousel layout ── */
.WnRSFiu[data-layout="carousel"] .DMrXGHD {
    position: relative;
}

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

.NcLS5cw::-webkit-scrollbar {
    display: none;
}

.xj9rgBw {
    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;
}

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

.B1EijXp { left: -12px; }
.pjEfW87 { right: -12px; }

.NcLS5cw .ScVq1Qo {
    flex: 0 0 320px;
    min-width: 280px;
}

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

/* ── Card ── */
.ScVq1Qo {
    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;
}

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

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

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

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

.asBtdVD svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

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

.Ftmg2qx:empty {
    display: none;
}

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

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

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

    .xj9rgBw {
        width: 30px;
        height: 30px;
    }

    .B1EijXp { left: -6px; }
    .pjEfW87 { right: -6px; }
}

/* ================================================================
   AUTHOR BLOCK — compact / miniature
   ================================================================ */
.idQcZoh {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0 1rem;
    background: var(--author-bg, var(--surface));
    border: 1px solid var(--author-border, var(--border));
    border-radius: var(--radius-lg);
}

.B17km52 img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.H0bsuHM {
    flex: 1;
    min-width: 0;
}

.jDTSMmk {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--author-name-color, var(--text));
    margin: 0 0 0.15rem;
}

.jDTSMmk a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.jDTSMmk a:hover {
    color: var(--author-name-hover, var(--primary));
}

.zsW2xPR {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--author-bio-color, var(--text-muted));
    margin: 0;
}

.zsW2xPR p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

/* ================================================================
   TABLES
   ================================================================ */
.EVchetM, .yHc9qom {
    overflow-x: auto;
    margin: 1.5rem 0;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg);
    border-radius: var(--radius-md);
    overflow: hidden;
    min-width: 600px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

table thead tr {
    background: var(--table-head-bg);
    color: var(--table-head-text);
}

table thead td, table thead th {
    padding: 0.65rem 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    color: var(--table-head-text) !important;
}

table tbody tr {
    background: var(--table-row-odd-bg);
}

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

table tbody tr:hover {
    background: var(--table-row-hover);
}

table td, table th {
    padding: 0.55rem 0.6rem;
    text-align: left;
    border-bottom: 1px solid var(--border);
}

table tbody td,
table tbody th {
    color: var(--table-body-text);
}

table tr:last-child td, table tr:last-child th {
    border-bottom: none;
}

table td p, table th p {
    margin: 0 0 0.25rem;
}

table td p:last-child, table th p:last-child {
    margin-bottom: 0;
}

/* ================================================================
   REVIEWS
   ================================================================ */
.XPaa4rz {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.h3HEST6 {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 1.25rem;
    transition: box-shadow 0.2s;
}

.h3HEST6:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.bgI8Qlg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border);
    flex-wrap: wrap;
    gap: 0.4rem;
}

.GlWHNE9 {
    color: var(--text);
    font-weight: 600;
    font-size: 0.95rem;
}

.kNDqUtq {
    color: var(--text-soft);
    font-size: 0.8rem;
}

.tXO1rhq {
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    font-size: 0.92rem;
}

/* ================================================================
   404 PAGE
   ================================================================ */
.wm8gR0B {
    text-align: center;
    padding: 4rem 1rem;
}

.IafDqNL {
    font-size: 5rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin: 0 0 0.5rem;
}

.IXVjJ8v {
    font-size: 1.5rem;
    color: var(--text);
    margin: 0 0 0.75rem;
}

.rDU3ZP6 {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

/* ================================================================
   BONUS BAR (sticky bottom bar)
   ================================================================ */
.IMzoIJC {
    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;
}

.IMzoIJC.QFeZDIH {
    transform: translate(-50%, 0);
}

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

.k0ybpCO {
    flex-shrink: 0;
}

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

.sTn1UTT {
    flex: 1;
    min-width: 0;
}

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

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

.hSAewj1 {
    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);
}

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

@media (max-width: 768px) {
    .IMzoIJC {
        bottom: 12px;
        width: 96%;
        padding: 0.7rem 1rem;
        gap: 0.7rem;
        border-radius: 14px;
    }
    .k0ybpCO img { width: 38px; height: 38px; }
    .asgseAw { font-size: 0.85rem; }
    .hSAewj1 { padding: 0.55rem 1.2rem; font-size: 0.82rem; }
}

@media (max-width: 480px) {
    .Mvq0UIl { display: none; }
    .k0ybpCO img { width: 32px; height: 32px; }
}

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.wS1tnWZ {
    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 0.35s ease, visibility 0.35s ease, transform 0.35s ease,
                background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
    z-index: 999;
}

.wS1tnWZ svg {
    transition: transform 0.25s ease;
}

.wS1tnWZ.QFeZDIH {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wS1tnWZ: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(var(--primary-rgb, 99, 102, 241), 0.25);
}

.wS1tnWZ:hover svg {
    transform: translateY(-2px);
}

.wS1tnWZ:active {
    transform: scale(0.93);
}

/* ================================================================
   FOOTER
   ================================================================ */
.hzIcVSD {
    background: var(--footer-bg);
    padding: 2.5rem 0 1.25rem;
    margin-top: auto;
    border-top: 1px solid var(--border);
    color: var(--footer-text);
}

.OQ3bVfs {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.PFnRCTS {
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    margin-bottom: 1.75rem;
}

.bTqYcNu {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    align-self: center;
}

.bqzALgw {
    margin: 0;
}

.bqzALgw img {
    max-height: 40px;
    width: auto;
    display: block;
}

.W9RHWtH {
    flex: 0 1 420px;
    min-width: 0;
}

.zPOt0Qy {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 15px;
    flex: 1 1 auto;
    margin-left: auto;
    align-self: flex-end;
}

.zPOt0Qy a {
    color: var(--footer-link-color);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.zPOt0Qy a:hover {
    color: var(--footer-link-hover);
}

.v8PvbEZ {
    flex: 0 0 auto;
}

.xishfW4 {
    font-weight: 600;
    font-size: 1rem;
    color: var(--footer-heading-color);
    margin-bottom: 0.75rem;
}

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

.fUo5n0A {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.fUo5n0A a {
    color: var(--footer-link-color);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.fUo5n0A a:hover {
    color: var(--footer-link-hover);
}

.BMMpbHG {
    border-top: 1px solid var(--footer-border);
    padding-top: 1.25rem;
    text-align: center;
}

.RYyiWNM {
    margin: 0 auto;
}

.p52nqFw {
    color: var(--footer-copy-color);
    font-size: 0.85rem;
    margin: 0;
}


/* ================================================================
   RESPONSIVE — tablets (max-width: 1055px)
   ================================================================ */
@media (max-width: 1055px) {
    .JJg0qfN {
        padding: 0.7rem 1rem;
    }

    .zXzLnDU,
    .BPDowOK {
        display: none;
    }

    .gjZoH5R {
        display: block;
    }

    .UwsuLOe {
        display: flex;
    }

    .vy224fG {
        padding: 1rem 0;
    }

    .uX5w6KT {
        padding: 0 1rem;
    }

    .J2ofZZR {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .zMXdoIq {
        padding: 1.5rem 1.5rem;
    }

    .zMXdoIq h1 { font-size: 1.75rem; }
    .zMXdoIq h2 { font-size: 1.35rem; }
    .zMXdoIq h3 { font-size: 1.15rem; }
    .zMXdoIq h4 { font-size: 1.05rem; }
    .zMXdoIq p,
    .zMXdoIq ul li,
    .zMXdoIq ol li { font-size: 1rem; }

    .fnpZ6F2,
    .JuBTDt9 {
        float: none;
        max-width: 100%;
        margin: 1rem auto;
        display: block;
    }

    .g4GL6r2,
    .i42t8PS,
    .LiCLCCN {
        grid-template-columns: 1fr;
    }

    .fnpZ6F2 img,
    .JuBTDt9 img {
        margin: 0 auto;
    }

    .jdsZ1on {
        gap: 0.8rem;
    }

    .iR37J3P ol {
        grid-template-columns: 1fr;
    }

    .iR37J3P {
        padding: 1rem;
    }

    .eR0NX8x {
        font-size: 0.82rem;
        padding: 0.5rem 1.25rem;
    }

    .XPaa4rz {
        grid-template-columns: 1fr;
    }

    .wS1tnWZ {
        bottom: 20px;
        right: 16px;
        width: 38px;
        height: 38px;
    }

}

@media (max-width: 768px) {
    .PFnRCTS {
        flex-direction: column;
        gap: 1.5rem;
    }

    .OQ3bVfs {
        padding: 0 1rem;
    }

    .W9RHWtH {
        flex-basis: auto;
    }

    .zPOt0Qy {
        justify-content: flex-start;
        align-self: auto;
        gap: 10px 15px;
        flex-basis: 100%;
        margin-left: 0;
    }
}

/* ================================================================
   RESPONSIVE — small phones (max-width: 480px)
   ================================================================ */
@media (max-width: 480px) {
    .JJg0qfN {
        padding: 0.6rem 0.75rem;
    }

    .rAXpBWG {
        height: 30px;
    }

    .UwsuLOe.active {
        padding: 0.5rem 0.75rem 0.75rem;
    }

    .vy224fG {
        padding: 0.75rem 0;
    }

    .uX5w6KT {
        padding: 0 0.75rem;
    }

    .J2ofZZR {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .zMXdoIq {
        padding: 1.25rem 1rem;
    }

    .zMXdoIq h1 { font-size: 1.5rem; }
    .zMXdoIq h2 { font-size: 1.2rem; }
    .zMXdoIq h3 { font-size: 1.05rem; }
    .zMXdoIq h4 { font-size: 1rem; }

    .idQcZoh {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
    }

    .fUo5n0A {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.4rem 1.25rem;
    }

    table {
        font-size: 0.85rem;
        min-width: 480px;
    }
}


/* === Shortcode Styles === */
/* Shortcode: payments */
.Z2Y0OFP{margin:2rem 0}.qqF7U34{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--payments-title-color,var(--text))}.SVyVryZ{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.SGdW5Fj{display:inline-flex;align-items:center;gap:10px;padding:10px 18px 10px 10px;background:var(--payments-card-bg,var(--surface));border:1px solid var(--payments-card-border,var(--border));border-radius:var(--payments-card-radius,50px);transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px rgba(0,0,0,.04);cursor:default}.SGdW5Fj:hover{transform:translateY(-2px);box-shadow:0 4px 20px var(--payments-glow,rgba(37,99,235,.15));border-color:var(--payments-hover-border,var(--primary))}.QcfhrY4{width:44px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--payments-icon-bg,var(--surface-muted));border-radius:22px;padding:4px 8px}.QcfhrY4 img{max-width:100%;max-height:100%;object-fit:contain}.PYvSHzE{font-size:.88rem;font-weight:600;white-space:nowrap;color:var(--payments-name-color,var(--text-muted))}@media(max-width:768px){.SVyVryZ{gap:8px}.SGdW5Fj{padding:8px 14px 8px 8px}}@media(max-width:480px){.QcfhrY4{width:36px;height:24px}.PYvSHzE{font-size:.8rem}.SGdW5Fj{padding:6px 10px 6px 6px;gap:8px}}

/* Shortcode: payment-grid */
.QYKsk4N{margin:2rem 0}.tAu1MEN{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--pgrid-title-color,var(--text))}.nsgFBRd{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.DL7W5vB{display:flex;align-items:center;gap:14px;padding:14px 16px;position:relative;overflow:hidden;background:var(--pgrid-card-bg,var(--surface));border:1px solid var(--pgrid-card-border,var(--border));border-radius:var(--pgrid-card-radius,14px);text-decoration:none!important;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.05)}.DL7W5vB::after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pgrid-accent,var(--primary)),transparent);transform:scaleX(0);transform-origin:left;transition:transform .35s}.DL7W5vB:hover::after{transform:scaleX(1)}.DL7W5vB:hover{transform:translateY(-3px);box-shadow:0 8px 28px var(--pgrid-glow,rgba(37,99,235,.1));border-color:var(--pgrid-accent,var(--primary))}.ILVKR3K{flex-shrink:0;width:48px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--pgrid-icon-bg,var(--surface-muted));border-radius:10px;padding:4px}.ILVKR3K img{max-width:100%;max-height:100%;object-fit:contain}.l21ewfb{flex:1;min-width:0}.CPCZRKl{font-size:.9rem;font-weight:600;display:block;color:var(--pgrid-name-color,var(--text))}.HznImly{flex-shrink:0;width:22px;height:22px;color:var(--pgrid-arrow-color,var(--text-muted));opacity:.5;transition:all .3s}.DL7W5vB:hover .HznImly{opacity:1;color:var(--pgrid-accent,var(--primary));transform:translateX(2px)}@media(max-width:768px){.nsgFBRd{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.nsgFBRd{grid-template-columns:1fr;gap:10px}.DL7W5vB{padding:12px 14px}}