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

:root {
    --primary: #ff0000;
    --primary-hover: #ff7070;
    --primary-rgb: 255, 0, 0;
    --accent: #06b6d4;
    --accent-hover: #22d3ee;
    --accent-rgb: 6, 182, 212;
    --on-primary: #ffffff;

    --bg: #030712;
    --surface: #111827;
    --surface-muted: #1f2937;
    --footer-bg: #030712;

    --text: #f9fafb;
    --text-muted: #ffffff;
    --text-soft: #ffffff;

    --border: #ff0000;

    --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: #a855f7;
    --blockquote-bg: #1f2937;
    --blockquote-text: #d1d5db;

    --btn-login-bg: rgba(255, 255, 255, 1);
    --btn-login-text: #ff0000;
    --btn-login-border: #ff0000;
    --btn-login-hover-bg: #ff0000;
    --btn-login-hover-text: #ffffff;
    --btn-register-bg: #f75555;
    --btn-register-text: #ffffff;
    --btn-register-hover-bg: #ff7a7a;
    --btn-register-hover-text: #ffffff;

    --nav-link-color: #ff0000;
    --nav-link-hover: #f5f5f5;
    --nav-link-hover-bg: rgba(168, 85, 247, 0.08);
    --mobile-nav-bg: #f8fafc;
    --mobile-nav-border: #e2e8f0;
    --mobile-nav-link-color: #64748b;
    --mobile-nav-link-hover: #2563eb;
    --mobile-nav-link-hover-bg: rgba(37, 99, 235, 0.08);
    --mobile-nav-submenu-link-color: #64748b;
    --mobile-nav-submenu-link-hover: #2563eb;
    --mobile-nav-submenu-link-hover-bg: rgba(37, 99, 235, 0.05);

    --breadcrumb-link-color: #ffffff;
    --breadcrumb-link-hover: #ff0000;
    --breadcrumb-current-color: #f9fafb;
    --breadcrumb-sep-color: #ffffff;

    --scroll-top-bg: #ffffff;
    --scroll-top-color: #ff0000;
    --scroll-top-hover-bg: #ff0000;

    --content-link-color: #ff2929;
    --content-link-hover: #d60000;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #ab63ee;
    --content-btn-login-border: #a855f7;
    --content-btn-login-hover-bg: #a855f7;
    --content-btn-login-hover-text: #ffffff;
    --content-btn-register-bg: #ff0000;
    --content-btn-register-text: #ffffff;
    --content-btn-register-hover-bg: #d10000;
    --content-btn-register-hover-text: #ffffff;

    --header-btn1-bg: transparent;
    --header-btn1-text: #a855f7;
    --header-btn1-border: #a855f7;
    --header-btn1-hover-bg: #a855f7;
    --header-btn1-hover-text: #ffffff;
    --header-btn2-bg: #ff0000;
    --header-btn2-text: #ffffff;
    --header-btn2-hover-bg: #db0000;
    --header-btn2-hover-text: #ffffff;

    --table-head-bg: #f75555;
    --table-head-text: #ffffff;
    --table-row-odd-bg: #111827;
    --table-row-even-bg: #1f2937;
    --table-row-hover: rgba(255, 0, 0, 0.05);
    --table-body-text: #ffffff;

    --section-bg: #111827;
    --section-border: #ff0000;
    --section-radius: 16px;
    --section-shadow: 0 2px 16px rgba(168,85,247,0.08);

    --bonus-bar-bg: #1f2937;
    --bonus-bar-text: #f9fafb;
    --bonus-bar-accent: #a855f7;
    --bonus-bar-btn-bg: #06b6d4;
    --bonus-bar-btn-text: #ffffff;

    --author-bg: #111827;
    --author-border: #374151;
    --author-name-color: #f9fafb;
    --author-name-hover: #c084fc;
    --author-bio-color: #9ca3af;

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

    --footer-text: #ffffff;
    --footer-text-muted: #ffffff;
    --footer-heading-color: #f3f4f6;
    --footer-link-color: #ffffff;
    --footer-link-hover: #ff0a0a;
    --footer-border: rgba(255, 0, 0, 0.06);
    --footer-copy-color: #ff0000;

    --payments-title-color: #f9fafb;
    --payments-card-bg: #1f2937;
    --payments-card-radius: 10px;
    --payments-name-color: #d1d5db;

    --reviews-card-bg: #1f2937;
    --reviews-card-border: #374151;
    --reviews-name-color: #f9fafb;
    --reviews-star-color: #f59e0b;
    --reviews-date-color: #9ca3af;
    --reviews-text-color: #d1d5db;

    --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: #ff3d3d;
    --toc-header-text: #f9fafb;
    --toc-header-hover-bg: #f73b3b;
    --toc-header-hover-text: #ffffff;
    --toc-header-open-bg: #f73b3b;
    --toc-header-open-text: #ffffff;
    --toc-icon-color: #9ca3af;
    --toc-link-color: #d1d5db;
    --toc-link-hover: #fb8383;
    --toc-border: #374151;

    --faq-question-color: #f9fafb;
    --faq-answer-color: #d1d5db;
    --faq-border: #374151;
    --faq-hover-bg: #1f2937;
    --faq-icon-color: #a855f7;
}

*, *::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"] .e0NIoaj,
html[dir="rtl"] .bpkgswi,
html[dir="rtl"] .XCaShsO {
    text-align: right;
}

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

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

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

/* ================================================================
   SITE HEADER
   ================================================================ */
.oFlGgyn {
    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;
}

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

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

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

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

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

.z1Nh20d a {
    text-decoration: none;
}

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

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

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

.y5lwyZI > a,
.y5lwyZI > 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;
}

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

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

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

.y5lwyZI:hover .sazpWhJ {
    display: block;
}

.sazpWhJ 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;
}

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

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

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

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

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

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

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

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

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

.VLaCONO 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;
}

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

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

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

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

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

/* Mobile nav overlay (disabled — dropdown mode) */
.nH0bap5 {
    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;
}

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

body.pnVLRMC {
    overflow: hidden;
}

/* Mobile navigation panel — dropdown overlay from top */
.gYiBta4 {
    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;
}

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

.fnyMrxu {
    display: none;
}

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

.F2IVu42 > a:not(.bwD0Ojl),
.F2IVu42 > .pomiQMc > .Af9EzBl {
    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;
}

.F2IVu42 > a:not(.bwD0Ojl):hover,
.F2IVu42 > a.active,
.F2IVu42 > .pomiQMc > .Af9EzBl:hover,
.F2IVu42 > .pomiQMc > .Af9EzBl.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);
}

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

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

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

.LmKlueK .bwD0Ojl:active {
    transform: scale(0.97);
}

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

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

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

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

/* Mobile dropdown */
.gYiBta4 .pomiQMc {
    display: flex;
    flex-direction: column;
}

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

.gYiBta4 .Af9EzBl:hover,
.gYiBta4 .Af9EzBl.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);
}

.gYiBta4 .D3fPjyK {
    display: block;
    padding: 0.15rem 0 0.35rem 1.2rem;
}

.gYiBta4 .D3fPjyK 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;
}

.gYiBta4 .D3fPjyK a:hover,
.gYiBta4 .D3fPjyK 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
   ================================================================ */
.bwD0Ojl, a.bwD0Ojl {
    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;
}

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

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

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

.GcKg9OV: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
   ================================================================ */
.aLCzTnb {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0.6rem 1.5rem 0;
    box-sizing: border-box;
}

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

.aLCzTnb + .DCUVJ70 {
    padding-top: 0.75rem;
}

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

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

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

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

.oIdPbJs svg {
    display: block;
}

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

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

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

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

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

.e0NIoaj 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 из редактора) */
.e0NIoaj hr,
.e0NIoaj hr.br2XqQv {
    border: none;
    height: 2px;
    background: var(--primary);
    opacity: 0.35;
    border-radius: 1px;
    margin: 1.25rem 0;
}

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

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

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

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

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

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

.e0NIoaj .HTUgsb8 a:not(.bwD0Ojl):hover {
    text-decoration: none;
    color: var(--primary);
}

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

.e0NIoaj 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;
}

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

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

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

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

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

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

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

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

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

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

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

.sZIC1Rt {
    text-align: left;
}

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

.HVee6Aq {
    text-align: right;
}

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

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

.QEsFBNZ { grid-template-columns: repeat(2, 1fr); }
.pUhOSYe { grid-template-columns: repeat(3, 1fr); }
.Pw6VErb { grid-template-columns: repeat(4, 1fr); }

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

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

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

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

.ktHk10C .tmKHt0z: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);
}

.ktHk10C .GcKg9OV: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
   ================================================================ */
.ZVHoUqr {
    margin: 1.5rem 0;
    border: none;
    border-radius: 0;
    background: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.S72ZiCX: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);
}

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

.ZVHoUqr.j3wHoaG .S72ZiCX {
    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;
}

.ZVHoUqr.j3wHoaG .S72ZiCX svg {
    transform: rotate(180deg);
}

.kW0iHJW { flex: none; }

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

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

.ZVHoUqr.j3wHoaG .HTUgsb8 {
    display: block;
}

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

.HTUgsb8 li,
.e0NIoaj .HTUgsb8 ol li {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
}

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

.HTUgsb8 li.ttGDjnv {
    padding-left: 0;
}

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

.HTUgsb8 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;
}

.HTUgsb8 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
   ================================================================ */
.ScdcqX1 {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

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

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

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

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

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

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

.oH1f7Hr h3.Z1mSGHY {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

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

.kT40Pno svg {
    display: none;
}

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

.oH1f7Hr.active .kT40Pno::after {
    transform: rotate(90deg);
    opacity: 0;
}

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

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

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

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

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

.eJ9yGiC p:last-child, .t1Lqhmb p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

.pYzL5uT { left: -12px; }
.sCMZhU0 { right: -12px; }

.lC4yLLZ .GwxZqM1 {
    flex: 0 0 320px;
    min-width: 280px;
}

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

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

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

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

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

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

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

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

.Ct2KcZU:empty {
    display: none;
}

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

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

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

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

    .pYzL5uT { left: -6px; }
    .sCMZhU0 { right: -6px; }
}

/* ================================================================
   AUTHOR BLOCK — compact / miniature
   ================================================================ */
.MjDC6gt {
    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);
}

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

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

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

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

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

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

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

/* ================================================================
   TABLES
   ================================================================ */
.srU1fAD, .tkoyCp4 {
    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
   ================================================================ */
.riWQUXe {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

.XhJnNCy.CoJgC4u {
    transform: translate(-50%, 0);
}

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

.ER4Yc4A {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

/* ================================================================
   SCROLL TO TOP
   ================================================================ */
.wPD6uuL {
    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;
}

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

.wPD6uuL.CoJgC4u {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wPD6uuL: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);
}

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

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

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

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

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

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

.hanOn1D {
    margin: 0;
}

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

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

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

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

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

.OBStwQK {
    flex: 0 0 auto;
}

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

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

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

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

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

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

.CrlI5U5 {
    margin: 0 auto;
}

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


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

    .z1Nh20d,
    .x851SSS {
        display: none;
    }

    .VLaCONO {
        display: block;
    }

    .gYiBta4 {
        display: flex;
    }

    .DCUVJ70 {
        padding: 1rem 0;
    }

    .aV1u5F4 {
        padding: 0 1rem;
    }

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

    .e0NIoaj {
        padding: 1.5rem 1.5rem;
    }

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

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

    .QEsFBNZ,
    .pUhOSYe,
    .Pw6VErb {
        grid-template-columns: 1fr;
    }

    .GpGKQow img,
    .h3NoUoV img {
        margin: 0 auto;
    }

    .ktHk10C {
        gap: 0.8rem;
    }

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

    .HTUgsb8 {
        padding: 1rem;
    }

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

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

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

}

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

    .ngak0IM {
        padding: 0 1rem;
    }

    .YFnf4AE {
        flex-basis: auto;
    }

    .RiABrI1 {
        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) {
    .Gtjhdr7 {
        padding: 0.6rem 0.75rem;
    }

    .ijN9fdY {
        height: 30px;
    }

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

    .DCUVJ70 {
        padding: 0.75rem 0;
    }

    .aV1u5F4 {
        padding: 0 0.75rem;
    }

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

    .e0NIoaj {
        padding: 1.25rem 1rem;
    }

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

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

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

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


/* === Shortcode Styles === */
/* Shortcode: payments */
.KQfCXQf{margin:2rem 0}.ynA65Ma{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--payments-title-color,var(--text))}.eLLRuaa{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.rx4xRoO{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}.rx4xRoO: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))}.OUHsNMc{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}.OUHsNMc img{max-width:100%;max-height:100%;object-fit:contain}.XDG34bs{font-size:.88rem;font-weight:600;white-space:nowrap;color:var(--payments-name-color,var(--text-muted))}@media(max-width:768px){.eLLRuaa{gap:8px}.rx4xRoO{padding:8px 14px 8px 8px}}@media(max-width:480px){.OUHsNMc{width:36px;height:24px}.XDG34bs{font-size:.8rem}.rx4xRoO{padding:6px 10px 6px 6px;gap:8px}}

/* Shortcode: payment-grid */
.ERulmpU{margin:2rem 0}.LQ0zZnv{font-size:1.25rem;font-weight:700;margin-bottom:1.2rem;color:var(--pgrid-title-color,var(--text))}.RhWGeu6{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gv6gTt0{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)}.gv6gTt0::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}.gv6gTt0:hover::after{transform:scaleX(1)}.gv6gTt0:hover{transform:translateY(-3px);box-shadow:0 8px 28px var(--pgrid-glow,rgba(37,99,235,.1));border-color:var(--pgrid-accent,var(--primary))}.U9YCE4t{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}.U9YCE4t img{max-width:100%;max-height:100%;object-fit:contain}.YFsqNj5{flex:1;min-width:0}.OERNu5k{font-size:.9rem;font-weight:600;display:block;color:var(--pgrid-name-color,var(--text))}.IDjx8OH{flex-shrink:0;width:22px;height:22px;color:var(--pgrid-arrow-color,var(--text-muted));opacity:.5;transition:all .3s}.gv6gTt0:hover .IDjx8OH{opacity:1;color:var(--pgrid-accent,var(--primary));transform:translateX(2px)}@media(max-width:768px){.RhWGeu6{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.RhWGeu6{grid-template-columns:1fr;gap:10px}.gv6gTt0{padding:12px 14px}}