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

:root {
    --primary: #f50a0a;
    --primary-hover: #fb2323;
    --primary-rgb: 245, 10, 10;
    --accent: #ef4444;
    --accent-hover: #f87171;
    --accent-rgb: 239, 68, 68;
    --on-primary: #0f172a;

    --bg: #0c0a09;
    --surface: #1c1917;
    --surface-muted: #292524;
    --footer-bg: #0c0a09;

    --text: #000000;
    --text-muted: #000000;
    --text-soft: #000000;

    --border: #44403c;

    --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: #f59e0b;
    --blockquote-bg: #292524;
    --blockquote-text: #d6d3d1;

    --btn-login-bg: transparent;
    --btn-login-text: #f59e0b;
    --btn-login-border: #f59e0b;
    --btn-login-hover-bg: #f59e0b;
    --btn-login-hover-text: #0f172a;
    --btn-register-bg: #f59e0b;
    --btn-register-text: #0f172a;
    --btn-register-hover-bg: #fbbf24;
    --btn-register-hover-text: #0f172a;

    --nav-link-color: #ffffff;
    --nav-link-hover: #ff0000;
    --nav-link-hover-bg: rgba(245, 158, 11, 0.08);
    --mobile-nav-bg: #f8fafc;
    --mobile-nav-border: #e2e8f0;
    --mobile-nav-link-color: #64748b;
    --mobile-nav-link-hover: #ff0000;
    --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: #a8a29e;
    --breadcrumb-link-hover: #ff0000;
    --breadcrumb-current-color: #f5f5f4;
    --breadcrumb-sep-color: #d6d3d1;

    --scroll-top-bg: #1c1917;
    --scroll-top-color: #f59e0b;
    --scroll-top-hover-bg: #f59e0b;

    --content-link-color: #f59e0b;
    --content-link-hover: #fbbf24;

    --content-btn-login-bg: transparent;
    --content-btn-login-text: #f59e0b;
    --content-btn-login-border: #f59e0b;
    --content-btn-login-hover-bg: #f59e0b;
    --content-btn-login-hover-text: #0f172a;
    --content-btn-register-bg: #f59e0b;
    --content-btn-register-text: #0f172a;
    --content-btn-register-hover-bg: #fbbf24;
    --content-btn-register-hover-text: #0f172a;

    --header-btn1-bg: transparent;
    --header-btn1-text: #f59e0b;
    --header-btn1-border: #f59e0b;
    --header-btn1-hover-bg: #f59e0b;
    --header-btn1-hover-text: #0f172a;
    --header-btn2-bg: #f59e0b;
    --header-btn2-text: #0f172a;
    --header-btn2-hover-bg: #fbbf24;
    --header-btn2-hover-text: #0f172a;

    --table-head-bg: #ff4242;
    --table-head-text: #0f172a;
    --table-row-odd-bg: #1c1917;
    --table-row-even-bg: #292524;
    --table-row-hover: rgba(245, 10, 10, 0.05);
    --table-body-text: #ffffff;

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

    --bonus-bar-bg: #292524;
    --bonus-bar-text: #f5f5f4;
    --bonus-bar-accent: #f59e0b;
    --bonus-bar-btn-bg: #22c55e;
    --bonus-bar-btn-text: #ffffff;

    --author-bg: #1c1917;
    --author-border: #44403c;
    --author-name-color: #f5f5f4;
    --author-name-hover: #f59e0b;
    --author-bio-color: #a8a29e;

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

    --footer-text: #d6d3d1;
    --footer-text-muted: #a8a29e;
    --footer-heading-color: #f5f5f4;
    --footer-link-color: #a8a29e;
    --footer-link-hover: #fbbf24;
    --footer-border: rgba(255,255,255,0.06);
    --footer-copy-color: #78716c;

    --payments-title-color: #f5f5f4;
    --payments-card-bg: #292524;
    --payments-card-radius: 10px;
    --payments-name-color: #d6d3d1;

    --reviews-card-bg: #292524;
    --reviews-card-border: #44403c;
    --reviews-name-color: #f5f5f4;
    --reviews-star-color: #f59e0b;
    --reviews-date-color: #a8a29e;
    --reviews-text-color: #d6d3d1;

    --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: #292524;
    --toc-header-text: #f5f5f4;
    --toc-header-hover-bg: #ff0505;
    --toc-header-hover-text: #ffffff;
    --toc-header-open-bg: #ff2424;
    --toc-header-open-text: #ffffff;
    --toc-icon-color: #a8a29e;
    --toc-link-color: #d6d3d1;
    --toc-link-hover: #f50a0a;
    --toc-border: #44403c;

    --faq-question-color: #f5f5f4;
    --faq-answer-color: #d6d3d1;
    --faq-border: #44403c;
    --faq-hover-bg: #292524;
    --faq-icon-color: #f59e0b;
}

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

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

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

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

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

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

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

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

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

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

.pdIUIjK a {
    text-decoration: none;
}

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

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

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

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

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

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

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

.e6L6fMF:hover .LsJvYBp {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.ITbJPeR {
    overflow: hidden;
}

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

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

.xpyu00E {
    display: none;
}

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

.Te0ngQd > a:not(.VrTLY1c),
.Te0ngQd > .j8xAZUY > .w7DUus3 {
    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;
}

.Te0ngQd > a:not(.VrTLY1c):hover,
.Te0ngQd > a.active,
.Te0ngQd > .j8xAZUY > .w7DUus3:hover,
.Te0ngQd > .j8xAZUY > .w7DUus3.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);
}

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

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

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

.bGgxlGQ .VrTLY1c:active {
    transform: scale(0.97);
}

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

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

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

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

/* Mobile dropdown */
.DWbefQt .j8xAZUY {
    display: flex;
    flex-direction: column;
}

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

.DWbefQt .w7DUus3:hover,
.DWbefQt .w7DUus3.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);
}

.DWbefQt .UK9Or5y {
    display: block;
    padding: 0.15rem 0 0.35rem 1.2rem;
}

.DWbefQt .UK9Or5y 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;
}

.DWbefQt .UK9Or5y a:hover,
.DWbefQt .UK9Or5y 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
   ================================================================ */
.VrTLY1c, a.VrTLY1c {
    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;
}

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

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

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

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

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

.ARh5sAS + .plJC6QY {
    padding-top: 0.75rem;
}

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

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

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

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

.fHKyWpU svg {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.kFdiUae .BAnTWSj a:not(.VrTLY1c):hover {
    text-decoration: none;
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.OQeQgYn {
    text-align: left;
}

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

.C1IeYzg {
    text-align: right;
}

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

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

.xqrgcLa { grid-template-columns: repeat(2, 1fr); }
.sMCSog3 { grid-template-columns: repeat(3, 1fr); }
.cTnOf59 { grid-template-columns: repeat(4, 1fr); }

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

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

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

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

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

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

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

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

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

.It2PXWl.sK8v8Lj .TvScv6q {
    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;
}

.It2PXWl.sK8v8Lj .TvScv6q svg {
    transform: rotate(180deg);
}

.VN9Ojjg { flex: none; }

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

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

.It2PXWl.sK8v8Lj .BAnTWSj {
    display: block;
}

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

.BAnTWSj li,
.kFdiUae .BAnTWSj ol li {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
}

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

.BAnTWSj li.VxyPNIp {
    padding-left: 0;
}

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

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

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

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

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

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

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

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

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

.VZYxOCl h3.Sz9T66k {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

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

.FS8X9o3 svg {
    display: none;
}

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

.VZYxOCl.active .FS8X9o3::after {
    transform: rotate(90deg);
    opacity: 0;
}

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

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

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

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

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

.LyWRKjX p:last-child, .p9yXI7A p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

.aV2lFSk { left: -12px; }
.EWLZ4oG { right: -12px; }

.Fjs3TIU .NsYIK2s {
    flex: 0 0 320px;
    min-width: 280px;
}

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

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

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

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

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

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

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

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

.i2lgoTg:empty {
    display: none;
}

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

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

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

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

    .aV2lFSk { left: -6px; }
    .EWLZ4oG { right: -6px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hygsWpe.iuGfjX6 {
    transform: translate(-50%, 0);
}

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

.VW2y4jX {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

.V6jktrJ.iuGfjX6 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

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

.Wb7dZoR {
    margin: 0;
}

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

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

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

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

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

.ovqFFIU {
    flex: 0 0 auto;
}

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

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

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

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

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

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

.CLVYYWw {
    margin: 0 auto;
}

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


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

    .pdIUIjK,
    .Qw3Y1Ag {
        display: none;
    }

    .oECIDGZ {
        display: block;
    }

    .DWbefQt {
        display: flex;
    }

    .plJC6QY {
        padding: 1rem 0;
    }

    .V1bqD2x {
        padding: 0 1rem;
    }

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

    .kFdiUae {
        padding: 1.5rem 1.5rem;
    }

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

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

    .xqrgcLa,
    .sMCSog3,
    .cTnOf59 {
        grid-template-columns: 1fr;
    }

    .bylRKqR img,
    .h9dNxPK img {
        margin: 0 auto;
    }

    .X77AFRH {
        gap: 0.8rem;
    }

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

    .BAnTWSj {
        padding: 1rem;
    }

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

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

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

}

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

    .JgVDcXJ {
        padding: 0 1rem;
    }

    .PYG7W1t {
        flex-basis: auto;
    }

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

    .owdv5BG {
        height: 30px;
    }

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

    .plJC6QY {
        padding: 0.75rem 0;
    }

    .V1bqD2x {
        padding: 0 0.75rem;
    }

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

    .kFdiUae {
        padding: 1.25rem 1rem;
    }

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

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

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

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


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

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