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

:root {
    --primary: #2563eb;
    --primary-hover: #3b82f6;
    --primary-rgb: 37, 99, 235;
    --accent: #16a34a;
    --accent-hover: #22c55e;
    --accent-rgb: 22, 163, 74;
    --on-primary: #ffffff;

    --bg: #ffffff;
    --surface: #f8fafc;
    --surface-muted: #f1f5f9;
    --footer-bg: #5e5e5e;

    --text: #1e293b;
    --text-muted: #64748b;
    --text-soft: #94a3b8;

    --border: #e2e8f0;

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

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

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

    --btn-login-bg: transparent;
    --btn-login-text: #2563eb;
    --btn-login-border: #2563eb;
    --btn-login-hover-bg: #2563eb;
    --btn-login-hover-text: #ffffff;
    --btn-register-bg: #2563eb;
    --btn-register-text: #ffffff;
    --btn-register-hover-bg: #3b82f6;
    --btn-register-hover-text: #ffffff;

    --nav-link-color: #000000;
    --nav-link-hover: #2563eb;
    --nav-link-hover-bg: rgba(37, 99, 235, 0.08);
    --mobile-nav-bg: #f8fafc;
    --mobile-nav-border: #e2e8f0;
    --mobile-nav-link-color: #000000;
    --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: #64748b;
    --breadcrumb-link-hover: #2563eb;
    --breadcrumb-current-color: #1e293b;
    --breadcrumb-sep-color: #94a3b8;

    --scroll-top-bg: #f8fafc;
    --scroll-top-color: #2563eb;
    --scroll-top-hover-bg: #2563eb;

    --content-link-color: #2563eb;
    --content-link-hover: #3b82f6;

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

    --header-btn1-bg: transparent;
    --header-btn1-text: #2563eb;
    --header-btn1-border: #2563eb;
    --header-btn1-hover-bg: #2563eb;
    --header-btn1-hover-text: #ffffff;
    --header-btn2-bg: #2563eb;
    --header-btn2-text: #ffffff;
    --header-btn2-hover-bg: #3b82f6;
    --header-btn2-hover-text: #ffffff;

    --table-head-bg: #2563eb;
    --table-head-text: #ffffff;
    --table-row-odd-bg: var(--surface);
    --table-row-even-bg: #f1f5f9;
    --table-row-hover: rgba(37, 99, 235, 0.05);
    --table-body-text: var(--text-muted);

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

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

    --author-bg: #ffffff;
    --author-border: #e2e8f0;
    --author-name-color: #1e293b;
    --author-name-hover: #2563eb;
    --author-bio-color: #64748b;

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

    --footer-text: #fafafa;
    --footer-text-muted: #ffffff;
    --footer-heading-color: #fcfcfd;
    --footer-link-color: #ffffff;
    --footer-link-hover: #ffffff;
    --footer-border: rgba(255, 255, 255, 0.08);
    --footer-copy-color: #f5f5f5;

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

    --reviews-card-bg: #f8fafc;
    --reviews-card-border: #e2e8f0;
    --reviews-name-color: #1e293b;
    --reviews-star-color: #f59e0b;
    --reviews-date-color: #94a3b8;
    --reviews-text-color: #64748b;

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

    --toc-header-bg: #f8fafc;
    --toc-header-text: #1e293b;
    --toc-header-hover-bg: #3b82f6;
    --toc-header-hover-text: #ffffff;
    --toc-header-open-bg: #3b82f6;
    --toc-header-open-text: #ffffff;
    --toc-icon-color: #64748b;
    --toc-link-color: #64748b;
    --toc-link-hover: #2563eb;
    --toc-border: #e2e8f0;

    --faq-question-color: #1e293b;
    --faq-answer-color: #475569;
    --faq-border: #e2e8f0;
    --faq-hover-bg: #f8fafc;
    --faq-icon-color: #94a3b8;
    --pgrid-card-radius: 14px;
}

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

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

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

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

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

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

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

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

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

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

.X34wZtS a {
    text-decoration: none;
}

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

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

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

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

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

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

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

.LoyUUjE:hover .Gnyt8uu {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.BficxWE {
    overflow: hidden;
}

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

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

.O87I8pf {
    display: none;
}

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

.v686Yjm > a:not(.cjRHvQg),
.v686Yjm > .G9NhgwM > .OQpyrEr {
    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;
}

.v686Yjm > a:not(.cjRHvQg):hover,
.v686Yjm > a.active,
.v686Yjm > .G9NhgwM > .OQpyrEr:hover,
.v686Yjm > .G9NhgwM > .OQpyrEr.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);
}

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

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

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

.NgYshe3 .cjRHvQg:active {
    transform: scale(0.97);
}

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

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

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

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

/* Mobile dropdown */
.n6nFG7i .G9NhgwM {
    display: flex;
    flex-direction: column;
}

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

.n6nFG7i .OQpyrEr:hover,
.n6nFG7i .OQpyrEr.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);
}

.n6nFG7i .G5P5mfi {
    display: block;
    padding: 0.15rem 0 0.35rem 1.2rem;
}

.n6nFG7i .G5P5mfi 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;
}

.n6nFG7i .G5P5mfi a:hover,
.n6nFG7i .G5P5mfi 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
   ================================================================ */
.cjRHvQg, a.cjRHvQg {
    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;
}

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

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

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

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

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

.zb37C6N + .Tfo3dD8 {
    padding-top: 0.75rem;
}

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

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

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

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

.mPE8rwQ svg {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.I0ydrd9 .sAHZYSu a:not(.cjRHvQg):hover {
    text-decoration: none;
    color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.Scj6Pjo {
    text-align: left;
}

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

.GRIhLbb {
    text-align: right;
}

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

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

.ZdiMHU0 { grid-template-columns: repeat(2, 1fr); }
.C0h5WKs { grid-template-columns: repeat(3, 1fr); }
.S2qWhWi { grid-template-columns: repeat(4, 1fr); }

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

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

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

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

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

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

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

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

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

.ypX5lQY.MVa1MIg .CVhiUxz {
    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;
}

.ypX5lQY.MVa1MIg .CVhiUxz svg {
    transform: rotate(180deg);
}

.aH0qv4A { flex: none; }

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

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

.ypX5lQY.MVa1MIg .sAHZYSu {
    display: block;
}

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

.sAHZYSu li,
.I0ydrd9 .sAHZYSu ol li {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
}

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

.sAHZYSu li.R4t9889 {
    padding-left: 0;
}

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

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

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

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

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

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

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

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

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

.CA3iYhl h3.jByo8gv {
    margin-top: 0;
    margin-bottom: 0;
}

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

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

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

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

.eonqarY svg {
    display: none;
}

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

.CA3iYhl.active .eonqarY::after {
    transform: rotate(90deg);
    opacity: 0;
}

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

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

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

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

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

.hS7Gjny p:last-child, .gnskwF1 p:last-child {
    margin-bottom: 0;
}

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

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

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

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

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

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

.EaM76wP { left: -12px; }
.Et9fY73 { right: -12px; }

.yMQhamh .HEfDW2g {
    flex: 0 0 320px;
    min-width: 280px;
}

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

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

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

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

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

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

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

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

.EDgxUT3:empty {
    display: none;
}

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

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

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

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

    .EaM76wP { left: -6px; }
    .Et9fY73 { right: -6px; }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ozFQOPu.jSxy7xD {
    transform: translate(-50%, 0);
}

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

.WWvfUhg {
    flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

.QYBqMQ1.jSxy7xD {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

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

.A9okhAr {
    margin: 0;
}

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

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

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

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

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

.h5GcalM {
    flex: 0 0 auto;
}

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

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

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

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

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

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

.nWUyQfT {
    margin: 0 auto;
}

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


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

    .X34wZtS,
    .ffvi4ed {
        display: none;
    }

    .AHuGfB1 {
        display: block;
    }

    .n6nFG7i {
        display: flex;
    }

    .Tfo3dD8 {
        padding: 1rem 0;
    }

    .Ot3KhGp {
        padding: 0 1rem;
    }

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

    .I0ydrd9 {
        padding: 1.5rem 1.5rem;
    }

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

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

    .ZdiMHU0,
    .C0h5WKs,
    .S2qWhWi {
        grid-template-columns: 1fr;
    }

    .hBz5Cg6 img,
    .xru7zCp img {
        margin: 0 auto;
    }

    .Utt9HlU {
        gap: 0.8rem;
    }

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

    .sAHZYSu {
        padding: 1rem;
    }

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

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

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

}

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

    .YwmALC2 {
        padding: 0 1rem;
    }

    .sJC2uhb {
        flex-basis: auto;
    }

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

    .T2Kda8h {
        height: 30px;
    }

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

    .Tfo3dD8 {
        padding: 0.75rem 0;
    }

    .Ot3KhGp {
        padding: 0 0.75rem;
    }

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

    .I0ydrd9 {
        padding: 1.25rem 1rem;
    }

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

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

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

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


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

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