@charset "UTF-8";/*
Theme Name: pixelscan
Theme URI: https://underscores.me/
Author: vertopolkaLF
Author URI: https://vertopolkalf.ru/
Description: Custom Theme for pixelscan.net
Version: 1.8
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pixelscan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


:root {
    --color-primary: #00d57c;
    --color-primary-light: #58f599;
    --color-primary-dark: #00cc75;
    --color-primary-darker: #194c36;
    --color-background: #ffffff;
    --color-background-alt: #f4f9f7;
    --color-background-transparent: rgba(255, 255, 255, 0.78);
    --color-surface: #ffffff;
    --color-surface-elevated: #f8fbfa;
    --color-surface-hover: #edf4f1;
    --color-surface-secondary: #f5f5f5;
    --color-text-primary: #131313;
    --color-text-heading: #0d0d12;
    --color-text-body: #131313;
    --color-text-secondary: #4f5067;
    --color-text-muted: #6f7086;
    --color-success: #00ff94;
    --color-error: #ff3355;
    --color-warning: #ffaa00;
    --color-primary-5: rgba(0, 255, 148, 0.05);
    --color-primary-10: rgba(0, 255, 148, 0.1);
    --color-primary-15: rgba(0, 255, 148, 0.13);
    --color-primary-20: rgba(0, 255, 148, 0.2);
    --color-primary-25: rgba(0, 255, 148, 0.27);
    --color-primary-30: rgba(0, 255, 148, 0.3);
    --color-primary-60: rgba(0, 98, 57, 0.6);
    --color-white-5: rgba(255, 255, 255, 0.05);
    --color-white-10: rgba(255, 255, 255, 0.1);
    --color-white-20: rgba(255, 255, 255, 0.2);
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-black-70: rgba(0, 0, 0, 0.7);
    --color-black-shadow: rgba(0, 0, 0, 0.2);
    --color-border: #eaecf0;
    --shadow-menu: 0px 8px 24px rgba(0, 0, 0, 0.15);
    --shadow-submenu: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
    --shadow-glow-primary: 0px 0px 96px 0px rgba(98, 224, 63, 0.2);
    --shadow-glow-primary-hover: 0px 0px 120px 0px rgba(98, 224, 63, 0.32);
    --shadow-glow-stat: 0px 0px 64px 0px rgba(98, 224, 63, 0.08);
    --shadow-badge: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
    --shadow-glow: 0 8px 32px rgba(0, 229, 153, 0.2);
    --shadow-button: 1px 1px 12px 0px rgba(84, 206, 155, 0.55);
    --shadow-button-hover: 2px 2px 20px 0px rgba(84, 206, 155, 0.68);
    --gradient-primary: linear-gradient(135deg, #00ff94 0%, #00cc75 100%);
    --gradient-card-image: linear-gradient(0deg, #00ff94aa 0%, #00ff9400 100%);
    --gradient-blog-image: linear-gradient(135deg, #f1f6f4 0%, #e7f1ed 100%);
    --gradient-fade-bottom: linear-gradient(to top, #ffffff 0%, transparent 60%, transparent 100%);
    --gradient-glass-line: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0.01%, rgba(4, 9, 20, 0.06) 31.13%, rgba(255, 255, 255, 0.2) 110.67%);
    --site-width: min(1264px, 92vw);
    --header-width: var(--site-width);
    --header-height: 75px;
    --header-banner-height: 0px;
    --h1-icon-size: 48px;
    --invert-filter: invert(1);
    --primary-color: var(--color-primary-light);
    --accent-color: var(--color-primary-light);
    --accent-color-bright: #20ffa2;
    --background-dark: var(--color-background-alt);
    --bg-dark: var(--color-background);
    --bg-main: var(--color-background);
    --bg-secondary: var(--color-surface-secondary);
    --bg-hover: var(--color-primary-15);
    --text-white: #ffffff;
    --text-main: var(--color-text-body);
    --link-hover: var(--color-primary-dark);
    --link-hover-secondary: #007142;
    --main-color: #035f29;
    --main-color-hover: #05a748;
    --main-hover-color: var(--main-color-hover);
    --border-color: var(--color-border);
    --icon-bg: #f1f1f1;
    --icon-bg-hover: var(--color-primary);
    --icon-hover-color: #000;
    --sitewidth: min(1264px, 92vw);
    --site-width: var(--sitewidth);
    --sitewidth-small: calc(100vw - 4rem);
    --bright-color: var(--color-primary-light);
    --bright-color-bg: rgba(0, 255, 148, 0.27);
    interpolate-size: allow-keywords;
    color-scheme: light;
}

html {
    --color-primary: #00d57c;
    --color-primary-light: #58f599;
    --color-primary-dark: #008c4f;
    --color-primary-darker: #194c36;
    --color-background: #ffffff;
    --color-background-alt: #f4f9f7;
    --color-background-transparent: rgba(255, 255, 255, 0.78);
    --color-surface: #ffffff;
    --color-surface-elevated: #f8fbfa;
    --color-surface-hover: #edf4f1;
    --color-surface-secondary: #f5f5f5;
    --color-text-primary: #131313;
    --color-text-heading: #0d0d12;
    --color-text-body: #131313;
    --color-text-secondary: #4f5067;
    --color-text-muted: #6f7086;
    --color-success: #00ff94;
    --color-error: #ff3355;
    --color-warning: #ffaa00;
    --color-primary-5: rgba(0, 255, 148, 0.05);
    --color-primary-10: rgba(0, 255, 148, 0.1);
    --color-primary-15: rgba(0, 255, 148, 0.13);
    --color-primary-20: rgba(0, 255, 148, 0.2);
    --color-primary-25: rgba(0, 255, 148, 0.27);
    --color-primary-30: rgba(0, 255, 148, 0.3);
    --color-primary-60: rgba(0, 98, 57, 0.6);
    --color-white-5: rgba(255, 255, 255, 0.05);
    --color-white-10: rgba(255, 255, 255, 0.1);
    --color-white-20: rgba(255, 255, 255, 0.2);
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-black-70: rgba(0, 0, 0, 0.7);
    --color-black-shadow: rgba(0, 0, 0, 0.2);
    --color-border: #eaecf0;
    --shadow-menu: 0px 8px 24px rgba(0, 0, 0, 0.15);
    --shadow-submenu: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
    --shadow-glow-primary: 0px 0px 96px 0px rgba(98, 224, 63, 0.2);
    --shadow-glow-primary-hover: 0px 0px 120px 0px rgba(98, 224, 63, 0.32);
    --shadow-glow-stat: 0px 0px 64px 0px rgba(98, 224, 63, 0.08);
    --shadow-badge: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
    --shadow-glow: 0 8px 32px rgba(0, 229, 153, 0.2);
    --shadow-button: 1px 1px 12px 0px rgba(84, 206, 155, 0.55);
    --shadow-button-hover: 2px 2px 20px 0px rgba(84, 206, 155, 0.68);
    --gradient-primary: linear-gradient(135deg, #00ff94 0%, #00cc75 100%);
    --gradient-card-image: linear-gradient(0deg, #00ff94aa 0%, #00ff9400 100%);
    --gradient-blog-image: linear-gradient(135deg, #f1f6f4 0%, #e7f1ed 100%);
    --gradient-fade-bottom: linear-gradient(to top, #ffffff 0%, transparent 60%, transparent 100%);
    --gradient-glass-line: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0.01%, rgba(4, 9, 20, 0.06) 31.13%, rgba(255, 255, 255, 0.2) 110.67%);
    --site-width: min(1264px, 92vw);
    --header-width: var(--site-width);
    --header-height: 75px;
    --header-banner-height: 0px;
    --h1-icon-size: 48px;
    --invert-filter: invert(1);
    --primary-color: var(--color-primary-light);
    --accent-color: var(--color-primary-light);
    --accent-color-bright: #20ffa2;
    --background-dark: var(--color-background-alt);
    --bg-dark: var(--color-background);
    --bg-main: var(--color-background);
    --bg-secondary: var(--color-surface-secondary);
    --bg-hover: var(--color-primary-15);
    --text-white: #ffffff;
    --text-main: var(--color-text-body);
    --link-hover: var(--color-primary-dark);
    --link-hover-secondary: #007142;
    --main-color: #035f29;
    --main-color-hover: #05a748;
    --main-hover-color: var(--main-color-hover);
    --border-color: var(--color-border);
    --icon-bg: #f1f1f1;
    --icon-bg-hover: var(--color-primary);
    --icon-hover-color: #000;
    --sitewidth: min(1264px, 92vw);
    --site-width: var(--sitewidth);
    --sitewidth-small: calc(100vw - 4rem);
    --bright-color: var(--color-primary-light);
    --bright-color-bg: rgba(0, 255, 148, 0.27);
    interpolate-size: allow-keywords;
    color-scheme: light;
}

:root[data-theme="dark"] {
    --color-primary: #00ff94;
    --color-primary-light: color-mix(in srgb, var(--color-primary) 65%, white);
    --color-primary-dark: color-mix(in srgb, var(--color-primary) 80%, black);
    --color-primary-darker: color-mix(in srgb, var(--color-primary) 48%, black);
    --color-background: #131313;
    --color-background-alt: #00321e;
    --color-background-transparent: rgba(10, 10, 10, 0.67);
    --color-surface: #1f1f1f;
    --color-surface-elevated: #1f2422;
    --color-surface-hover: #2a2f2d;
    --color-surface-secondary: #1a1a1a;
    --color-text-primary: #ffffff;
    --color-text-heading: #f5f5f7;
    --color-text-body: #e8e8e8;
    --color-text-secondary: #ffffffaa;
    --color-text-muted: #ffffff77;
    --color-success: #00ff94;
    --color-error: #ff3355;
    --color-warning: #ffaa00;
    --color-primary-5: color-mix(in srgb, var(--color-primary) 5%, transparent);
    --color-primary-10: color-mix(in srgb, var(--color-primary) 10%, transparent);
    --color-primary-15: color-mix(in srgb, var(--color-primary) 13%, transparent);
    --color-primary-20: color-mix(in srgb, var(--color-primary) 20%, transparent);
    --color-primary-25: color-mix(in srgb, var(--color-primary) 27%, transparent);
    --color-primary-30: color-mix(in srgb, var(--color-primary) 30%, transparent);
    --color-primary-60: color-mix(in srgb, var(--color-primary) 60%, transparent);
    --color-white-5: rgba(255, 255, 255, 0.05);
    --color-white-10: rgba(255, 255, 255, 0.1);
    --color-white-20: rgba(255, 255, 255, 0.2);
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-black-70: rgba(0, 0, 0, 0.7);
    --color-black-shadow: rgba(0, 0, 0, 0.2);
    --color-border: #2a2a2a;
    --shadow-menu: 0px 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-submenu: 0px 4px 10px 4px rgba(0, 0, 0, 0.3);
    --shadow-glow-primary: 0px 0px 96px 0px rgba(98, 224, 63, 0.32);
    --shadow-glow-primary-hover: 0px 0px 120px 0px rgba(98, 224, 63, 0.5);
    --shadow-glow-stat: 0px 0px 64px 0px rgba(98, 224, 63, 0.12);
    --shadow-badge: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
    --shadow-glow: 0 8px 32px rgba(0, 229, 153, 0.3);
    --shadow-button: 1px 1px 12px 0px #54ce9b;
    --shadow-button-hover: 2px 2px 20px 0px #54ce9b;
    --gradient-primary: linear-gradient(135deg, #00ff94 0%, #00cc75 100%);
    --gradient-card-image: linear-gradient(0deg, #00ff94aa 0%, #00ff9400 100%);
    --gradient-blog-image: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    --gradient-fade-bottom: linear-gradient(to top, #131313 0%, transparent 60%, transparent 100%);
    --gradient-glass-line: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0.01%, rgba(4, 9, 20, 0.2) 31.13%, rgba(255, 255, 255, 0.2) 110.67%);
    --primary-color: var(--color-primary);
    --accent-color: var(--color-primary);
    --accent-color-bright: #20ffa2;
    --background-dark: var(--color-background);
    --bg-dark: var(--color-background);
    --bg-main: var(--color-background);
    --bg-secondary: var(--color-surface-secondary);
    --bg-hover: var(--color-primary-15);
    --text-white: var(--color-text-primary);
    --text-main: var(--color-text-body);
    --link-hover: #54ce9b;
    --link-hover-secondary: #6ed9ab;
    --main-color: var(--color-primary);
    --main-color-hover: #00da7f;
    --main-hover-color: var(--main-color-hover);
    --border-color: var(--color-border);
    --icon-bg: var(--color-surface);
    --icon-bg-hover: #007c48;
    --icon-hover-color: #fff;
    --bright-color: var(--color-primary);
    --bright-color-bg: rgba(0, 255, 148, 0.2);
    --invert-filter: invert(0);
    color-scheme: dark;
}

::selection {
    background-color: #00ff94;
    color: #000;
}

a:hover,
a:focus,
a:active {
    color: var(--link-hover);
}

html {
    scrollbar-width: thin;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    interpolate-size: allow-keywords;
    scrollbar-color: var(--main-color) transparent;
}

body {
    background: var(--bg-main);
    color: var(--text-main);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--link-hover-secondary);
}

* {
    font-family: var(--font-inter);
}

mark {
    background: var(--bright-color);
}

img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
    will-change: transform;
}

.hide-mobile {
    display: contents;
}

.hide-desktop {
    display: none;
}

/* Mobile TOC Toggle Button - Edge Tab Style */
.toc-mobile-toggle {
    display: none;
    position: fixed;
    right: 0;
    bottom: 5%;
    background: var(--main-color);
    color: #fff;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 12px 8px;
    cursor: pointer;
    z-index: 1010;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease !important;
}

.toc-mobile-toggle:active {
    background: var(--main-color);
}

/* Active state - red with X icon */
.toc-mobile-toggle.is-active {
    background: #e53935;
    border-radius: 8px;
    padding: 8px 8px;
    right: 8px;
}

/* Icons wrapper for swap animation */
.toc-mobile-toggle .icons-wrapper {
    position: relative;
    width: 18px;
    height: 18px;
}

.toc-mobile-toggle svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Menu icon - visible by default */
.toc-mobile-toggle .icon-menu {
    opacity: 1;
    transform: translateX(0);
}

/* Close icon - hidden to the right */
.toc-mobile-toggle .icon-close {
    opacity: 0;
    transform: translateX(15px);
}

/* Active state - swap icons */
.toc-mobile-toggle.is-active .icon-menu {
    opacity: 0;
    transform: translateX(-15px);
}

.toc-mobile-toggle.is-active .icon-close {
    opacity: 1;
    transform: translateX(0);
}

.toc-mobile-toggle span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -2%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transition: 0.3s ease;
}

.toc-mobile-toggle.is-active span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    height: 0;
    margin-top: -6px;
}

/* Mobile TOC Overlay */
.toc-mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.toc-mobile-overlay.is-visible {
    display: block;
    opacity: 1;
}

/* Mobile TOC Container */
.toc-mobile-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    transform: translateX(100%);
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 1002;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
}

.toc-mobile-container.is-open {
    transform: translateX(0);
}

/* Mobile TOC Close Button */
.toc-mobile-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f1f1;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.2s ease;
}

.toc-mobile-close:hover {
    background: #e0e0e0;
}

.toc-mobile-close svg {
    width: 18px;
    height: 18px;
    color: #333;
}

/* Mobile TOC Content */
.toc-mobile-content {
    flex: 1;
    overflow-y: auto;
    padding: 80px 20px 20px;
}

.toc-mobile-content .wpj-jtoc--title {
    font-size: 20px;
    margin-bottom: 16px;
}

.toc-mobile-content .wpj-jtoc--items {
    padding-left: 0;
}

.toc-mobile-content .wpj-jtoc--item a {
    padding: 10px 0;
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.toc-mobile-content .wpj-jtoc--item.--jtoc-is-active>.wpj-jtoc--item-content a {
    color: var(--bright-color);
    font-weight: 600;
}

@media (max-width: 768px) {

    .hide-mobile,
    .toc-wrapper {
        display: none !important;
    }

    .toc-mobile-toggle {
        display: flex;
    }

    .hide-desktop {
        display: contents;
    }
}

.container {
    width: var(--sitewidth) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

a {
    color: var(--link-hover);
    word-wrap: break-word;
    transition: color .2s;
}

a:hover {
    color: var(--link-hover-secondary);
    word-wrap: break-word;
}

main {
    padding-top: var(--header-height);
}

.wp-block-media-text__content>*:first-child {
    margin-top: 0;
}

ul,
ol {
    margin: 1.5rem 0;
}


.flex {
    display: flex;
}

.grid {
    display: grid;
}

/* HEADER.css */



















































/* Mobile Menu Toggle Button - Hidden on Desktop (old header removed) */



/* Mobile Menu Overlay - Hidden on Desktop (old header removed) */


/* FOOTER.css */

/* Footer Styles */
.site-footer {
    position: relative;
    overflow: hidden;
    padding: 60px 0 30px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #131313;
    color: #ffffff;
}

.telegram-banner {
    position: relative;
    border: 2px solid var(--bright-color);
    border-radius: 32px;
    padding: 40px;
    margin-bottom: 60px;
    overflow: clip;
    background: linear-gradient(90deg, #000b06 20%, #001e11);
}

.telegram-banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

.telegram-banner-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -2%;
    line-height: 1.2;
    margin: 0 0 16px 0;
    z-index: 100;
}

.telegram-banner-content p {
    position: relative;
    width: 60%;
    text-wrap: balance;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    opacity: 0.9;
    line-height: 1.5;
    z-index: 100;
}

.tg-bg {
    position: absolute;
    left: -10%;
    top: 0;
    width: 50%;
    height: 100%;
    transform: perspective(200px) scale(2.1) rotateX(35deg) rotateY(180deg);
    opacity: 0.4;
    animation: gridMove 60s linear infinite;
    background-size: contain;
    z-index: 1;
}

.footer-bg-icon {
    position: absolute;
    top: auto;
    right: -120px;
    bottom: -340px;
    width: 958.88px;
    height: 1000.4px;
    display: flex;
    color: #194c36;
    filter: blur(32px);
    pointer-events: none;
    z-index: 0;
}

.footer-bg-icon svg {
    width: 100%;
    height: 100%;
}

.footer-bg-icon path,
.footer-mark path {
    fill: currentColor;
}

.footer-top,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-top {
    display: grid;
    grid-template-columns: 395px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    border-top: 1px solid #d0d5dd1a;
    padding-top: 40px;
}

.pixelscan-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pixelscan-info img {
    max-width: 300px;
    height: auto;
}

.footer-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-us {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-caption {
    color: #a1a1aa;
    font-size: 14px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -2%;
}

.contact-email {
    color: var(--bright-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -2%;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email:hover {
    color: var(--bright-color);
}

.footer-menu-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 64px;
}

.footer-menu-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu li {
    margin: 0;
    padding: 0;
}


h3.footer-menu-title {
    color: var(--bright-color);
    font-size: 26px;
    font-weight: 900;
    line-height: 0.8;
    letter-spacing: -2%;
    margin: 0;
}

.footer-menu li a {
    display: inline-block;
    color: #dddddd;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    letter-spacing: -2%;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-menu li a:hover {
    color: var(--bright-color);
}

/* Sub-menu styles */
.footer-menu .sub-menu {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu .sub-menu li a {
    color: #cccccc;
    font-size: 15px;
    padding-left: 16px;
    position: relative;
}

.footer-menu .sub-menu li a:before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--bright-color);
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer-menu .sub-menu li a:hover:before {
    opacity: 1;
}

/* Bottom footer section */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-top: 1px solid #d0d5dd1a;
    margin-top: 40px;
    padding-top: 30px;
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.footer-copyright,
.footer-privacy {
    color: #a1a1aa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -2%;
}

.footer-privacy {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-privacy:hover {
    color: var(--bright-color);
}

.footer-mark {
    display: flex;
    width: 32px;
    height: 32px;
    color: #ffffff;
    flex-shrink: 0;
}

.footer-mark svg {
    width: 32px;
    height: 32px;
}


@keyframes gridMove {
    0% {
        background-position: 0px 800px
    }

    100% {
        background-position: 0px 0px
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none;
    }
}


/* Index Page */

li.menu-item.new a:after {
    content: "New";
    border: 2px solid currentColor;
    border-radius: 100px;
    font-size: 12px;
    padding: 4px 8px;
    margin-left: 5px;
}


/* FEATURED POST */

.last-post {
    color: var(--color-text-heading);
    margin: 2.5rem 1rem 6.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
}

.post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 571px;
    gap: 24px;
}

.post-meta {
    display: flex;
    align-items: flex-start;
}

.post-meta-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: fit-content;
}

.post-meta-additional {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.post-meta-group {
    display: flex;
    align-items: center;
    gap: 32px;
    border-radius: 24px;
}

.content-wrapper .post-meta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.content-wrapper .post-meta-container .single-post-meta-group {
    margin-left: auto;
    gap: 24px;
}

.content-wrapper .post-meta-container .single-post-meta-group .post-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -2%;
}

.content-wrapper .post-meta-container .single-post-meta-group .post-date .entry-date,
.content-wrapper .post-meta-container .single-post-meta-group .read-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.content-wrapper .post-meta-container .single-post-meta-group .post-meta-icon {
    width: 20px;
    height: 20px;
}

.post-tag {
    background: var(--color-primary-20);
    color: var(--color-primary-dark);
    line-height: 0.9;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    padding: 0.75rem 1rem;
    text-transform: capitalize;
    letter-spacing: -2%;
}

.read-time {
    padding: 8px 10px;
    background-color: var(--color-primary-5);
    border: 1px solid var(--color-primary-30);
    color: var(--main-color);
    border-radius: 100px;
    font-size: 14px;
    line-height: 1;
}

.post-meta-top .read-time {
    color: var(--main-color);
    margin-right: 12px;
    margin-left: 6px;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    background-color: transparent;
}


.last-post .entry-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2%;
    margin: 0;
}

.last-post .entry-title a {
    color: var(--color-text-primary);
    text-decoration: none;
}

.last-post .entry-title a:hover {
    color: var(--main-color);
}

.last-post .entry-excerpt {
    color: var(--color-text-secondary);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -2%;
    max-width: 571px;
}

.last-post .entry-excerpt p {
    margin: 0;
}

.last-post .read-more-btn .hero-arrow-icon {
    width: 24px;
    height: 24px;
    display: block;
    transition: transform 0.3s ease;
}

.last-post .read-more-btn:hover .hero-arrow-icon {
    transform: translateX(4px);
}

.hero-icon-image {
    display: block;
}

.post-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--color-text-muted);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -2%;
}

.post-meta-group .post-meta-item .hero-meta-text {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    border-radius: 0;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -2%;
    text-decoration: none;
}

.post-meta-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: block;
}

.last-post .post-image {
    border-radius: 24px;
    flex-shrink: 0;
    width: min(48%, 581px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: clip;
}

.last-post .post-image img {
    width: 100%;
    height: 358px;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 1200px) {
    .last-post .entry-title {
        font-size: 42px;
    }

    .last-post .post-content {
        gap: 24px;
    }

    .last-post .post-meta-group {
        gap: 20px;
    }
}

/* POST GRID */

.post-card-link {
    text-decoration: none;
    color: inherit;
}

.post-grid-container {
    background: var(--color-background-alt);
    position: relative;
}

.post-grid .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.post-card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: clip;
    border: 1px solid var(--color-border);
    color: var(--color-text-primary);
    transition: 0.3s ease;
    background: var(--color-surface);
    min-height: 560px;
    height: 100%;
}

.post-card .post-image {
    display: flex;
    overflow: hidden;
}

.post-card .post-meta-top {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.post-card .post-tag {
    line-height: 0.9;
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 0.75rem;
    letter-spacing: -2%;
    text-transform: capitalize;
}

.post-card .post-card_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    padding-top: 18px;
    flex: 1;
}

.post-card_content * {
    margin: 0;
}

.post-card_content .entry-title {
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
    font-size: 24px;
    color: var(--color-text-body);
    letter-spacing: -2%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.post-card_content .entry-excerpt {
    font-size: 16px;
    color: var(--color-text-secondary);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    letter-spacing: -2%;
    flex: 1;
}

.post-card_content .entry-excerpt p {
    margin: 0;
}

.post-meta-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    margin-top: auto;
    font-size: 16px;
    color: var(--color-text-muted);
}

.post-meta-bottom .blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-muted);
    line-height: 1.4;
    letter-spacing: -2%;
}

.post-meta-bottom .post-date .entry-date,
.post-meta-bottom .blog-reading-time .read-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--color-text-muted);
    font-size: 14px;
    line-height: normal;
    letter-spacing: -2%;
}

.post-meta-bottom .post-date .entry-date:before,
.post-meta-bottom .blog-reading-time .read-time:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.post-meta-bottom .post-date .entry-date:before {
    background-image: url('/blog/wp-content/themes/pixelscan/assets/icons/hero-calendar.svg');
}

.post-meta-bottom .blog-reading-time .read-time:before {
    background-image: url('/blog/wp-content/themes/pixelscan/assets/icons/hero-clock.svg');
}

.post-card .post-image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform-origin: bottom;
    transition: transform 0.3s ease;
}


.post-card:hover {
    transform: translateY(-8px);
    background-color: var(--color-surface-hover);
    border: 1px solid var(--color-primary-25);
    box-shadow: none;
}

.post-card:hover .entry-title {
    color: var(--main-color);
}

.post-card:hover .post-image img {
    transform: scale(1.05);
}

/* Load More Button */
.load-more-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
}

.loading-posts,
.loading-partners,
.no-posts-found {
    width: 100%;
    text-align: center;
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    font-size: 16px;
    color: var(--text-secondary);
}

.search-title {
    width: 100%;
    grid-column: 1 / -1;
    margin: 0;
}

/* Single Post */

/* Single Post Styles */
.nav-container {
    padding: 2rem 0 1rem;
}

/* Full Width Utility Class */
.full-width-breakout {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
    position: relative;
}

.back-to-home,
.partner-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.back-to-home:hover,
.partner-back-btn:hover {
    color: var(--main-color);
}

.back-to-home svg,
.partner-back-btn svg {
    transition: transform 0.2s ease;
}

.back-to-home:hover svg,
.partner-back-btn:hover svg {
    transform: translateX(-2px);
}

/* Single Post Container */
.single-post-container {
    display: grid;
    grid-template-columns: 840px auto;
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Hero Image */
.hero-image {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 3rem;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #2D2D2D 0%, #1A1A1A 100%);
    position: relative;
    min-height: 400px;
}

/* Fancybox Gallery Images */
img[data-fancybox="gallery"] {
    cursor: zoom-in;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border-radius: 8px;
}

img[data-fancybox="gallery"]:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.hero-image img:hover {
    transform: none !important;
    opacity: 1 !important;
}

/* Custom Fancybox styling */
.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.92);
}

.fancybox__backdrop {
    background: var(--fancybox-bg);
    backdrop-filter: blur(6px);
}

.fancybox__toolbar {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
}

.fancybox__button {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    transition: background 0.2s ease;
}

.fancybox__button:hover {
    background: rgba(255, 255, 255, 0.2);
}



/* Custom gallery image styling */
.pixelscan-gallery-image {
    border-radius: 8px;
    overflow: hidden;
}

/* Error handling for broken images */
img[data-fancybox="gallery"] {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    min-height: 100px;
}

img[data-fancybox="gallery"]:before {
    content: "🖼️ Image not available";
    display: block;
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fancybox__toolbar {
        padding: 8px;
    }

    .fancybox__button {
        width: 40px;
        height: 40px;
    }

    img[data-fancybox="gallery"]:hover {
        transform: none;
        /* Disable hover scale on mobile */
        opacity: 1;
    }
}

.hero-image::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23404040" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    opacity: 0.3;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
    min-height: 250px;
}

/* If no featured image, show a default graphic */
.hero-image:not(:has(img))::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 120px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 120" fill="none"><rect x="20" y="20" width="80" height="80" rx="8" fill="%2354CC98" opacity="0.8"/><rect x="120" y="40" width="60" height="60" rx="6" fill="%23006239" opacity="0.9"/><circle cx="60" cy="60" r="25" fill="%23007b48" opacity="0.7"/></svg>') no-repeat center;
    background-size: contain;
    z-index: 3;
}

/* Content Wrapper */
.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    max-width: 900px;
    margin: 0 36px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin-top: -140px;
    z-index: 10;
}

.content-wrapper.no-author {
    padding-bottom: 0 !important;
}

/* Page variant: no hero image, keep full width card centered */
.content-wrapper--page {
    margin: 0;
    padding: 0;
    border-radius: 0px;
}

/* Page layout: disable grid to allow full-size card like hero image */
/* Keep grid layout on pages */
body.page .single-post-container {
    display: grid;
}

/* Post Meta */
.post-meta-container {
    display: flex;
    justify-content: space-between;
    /* 	align-items: center; */
    flex-wrap: wrap;
    gap: 1rem;
}



.post-date .entry-date {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}


.entry-title {
    font-size: 48px;
    font-weight: 900;
    line-height: .9;
    letter-spacing: -2%;
    line-height: 1.2;
    color: var(--text-main);
    text-wrap: pretty;
    margin: 0;
}

/* Entry Content */
.entry-content {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-main);
    margin: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--text-main);
    font-weight: 700;
    margin: 1rem 0;
    line-height: 1.3;
}

.entry-content h2 {
    font-size: 32px;
}

.entry-content h3 {
    font-size: 24px;
    font-weight: 500;
}

.entry-content h4 {
    font-weight: 500;
    font-size: 20px;
}

.entry-content p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.entry-content ul,
.entry-content ol {
    margin: 0.5rem 0;
    padding-left: 2rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

.entry-content blockquote {
    background: #f8f9fa;
    border-left: 4px solid var(--main-color);
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* Inline code - only for non-Prism code blocks */
.entry-content code:not([class*="language-"]) {
    background: #f1f3f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', 'Menlo', 'Consolas', monospace;
    font-size: 0.9rem;
    font-variant-ligatures: none;
    letter-spacing: -2%;
}

/* Regular pre - only for non-Prism pre blocks */
.entry-content pre:not([class*="language-"]) {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', 'Menlo', 'Consolas', monospace;
    font-size: 1rem;
    line-height: 1.4;
    font-variant-ligatures: none;
    letter-spacing: -2%;
}

/* Regular pre code - only for non-Prism */
.entry-content pre:not([class*="language-"]) code {
    background: none;
    padding: 0;
}

.entry-content>*:last-child {
    margin-bottom: 0;
}

.entry-content img {
    border-radius: 1rem;
    border: 1px solid #0002;
}

table {
    border-radius: 1rem;
    border-spacing: 0;
    overflow: clip;
    outline: 1px solid #ddd;
    outline-offset: -1px;
    width: 100%;
    min-width: 100%;
}

th,
td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #ddd6;
    line-height: 1.4;
}

tr {
    transition: .1s;
}

tbody tr:hover {
    background: #00623912;
}

thead {
    background: #54ca9755;
    color: #01331e;
}

/* Table wrapper for mobile scroll */
@media (max-width: 768px) {
    .entry-content table {
        width: 100dvw;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
        position: relative;
        max-width: 100dvw;
        border-radius: 0;
        border-left: none;
        border-right: none;
        outline: none;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--main-color) transparent;
        display: block;
        white-space: nowrap;
    }

    .entry-content table::-webkit-scrollbar {
        height: 8px;
    }

    .entry-content table::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

    .entry-content table::-webkit-scrollbar-thumb {
        background: var(--main-color);
        border-radius: 10px;
    }

    .entry-content table::-webkit-scrollbar-thumb:hover {
        background: var(--link-hover);
    }

    .entry-content table thead,
    .entry-content table tbody {
        display: table;
        width: 100%;
    }

    .entry-content table tr {
        display: table-row;
    }

    .entry-content table th,
    .entry-content table td {
        display: table-cell;
        padding: 0.75rem 0.5rem;
        font-size: 14px;
        white-space: normal;
        min-width: 140px;
    }
}

.conclusion-block {
    background: #00623908;
    padding: 25px;
    border-radius: 20px;
}

.conclusion-block *:last-child {
    margin-bottom: 0;
}

h3.conclusion-title {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: var(--text-main);
}


.author-block {
    display: flex;
    gap: 25px;
    align-items: center;
}

.author-avatar-img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    overflow: clip;
}

.author-name_container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-name {
    margin: 0;
    margin-top: 4px;
    line-height: 1;
}

.author-block .linkedin {
    display: flex;
    padding: 6px;
    line-height: 1;
    border-radius: 4px;
    color: #bccacd !important;
    transition: .2s;
}

.author-block .linkedin svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.author-block .linkedin:hover {
    color: #000 !important;
    background: var(--bright-color);
}


.author-section {
    color: #fff;
    border-radius: 20px;
    padding: 52px;
    padding-top: 150px;
    margin-top: -100px;
    background: linear-gradient(150deg, #202020 80%, #006239 100%);
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.about-author {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    text-align: left;
}



/* Sidebar Styles */
.single-sidebar {
    /* 	position: sticky; */
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 120px;
    height: fit-content;
    height: 100%;
}

.single-sidebar h3 {
    color: #131313;
    font-size: 24px;
    margin-top: 0;
}

.community-widget {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px;
    border-radius: 20px;
    background: radial-gradient(circle at 0% 0%, #007845 0%, #131313 70%);
    box-shadow: 0 24px 64px rgba(3, 95, 41, 0.16);
    color: #F5F5F7;
    overflow: hidden;
}

.community-widget-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.community-widget h3 {
    color: #F5F5F7;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2%;
    margin: 0;
    text-wrap: balance;
}

.community-widget p {
    color: rgba(245, 245, 247, 0.9);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -2%;
    margin: 0;
    text-wrap: balance;
}

.sticky-part {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 120px;
    height: calc(100vh - 140px);
    max-height: calc(100vh - 140px);
}

.toc-wrapper {
    display: flex !important;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--main-color) transparent;
    margin-bottom: 20px;
}

.toc-wrapper::-webkit-scrollbar {
    width: 4px;
}

.toc-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.toc-wrapper::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

.toc-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

.sticky-part .share-widget {
    flex-shrink: 0;
    margin-top: auto;
}

.wpj-jtoc.--jtoc-headings-overflow-hidden .wpj-jtoc--item-content a {
    white-space: normal;
}

.recent-posts-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Similar Posts Section - Full Width */
.similar-posts-section {
    background: #f4f9f7;
    padding: 3rem 0;
    margin-top: 2rem;
}

.similar-posts-title {

    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2%;
    color: var(--text-main);
    margin: 0 0 2rem;
    text-align: center;
}

.similar-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}




/* Responsive */
@media (max-width: 1200px) {
    .single-post-container {
        grid-template-columns: 1fr 280px;
        gap: 3rem;
    }

    .similar-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .single-post-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .single-sidebar {
        position: static;
        order: -1;
    }

    .community-widget {
        gap: 24px;
        padding: 28px;
    }

    .community-widget-copy {
        gap: 20px;
    }

    .community-widget h3 {
        font-size: 22px;
    }

    .community-widget p {
        font-size: 16px;
    }

}

@media (max-width: 768px) {
    .entry-title {
        font-size: 36px;
    }

    .hero-image {
        border-radius: 0 !important;
        width: 100dvw;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
        position: relative;
        margin-bottom: 2rem;
        min-height: 250px;
        max-width: 100dvw !important;
    }

    .hero-image img {
        max-width: 100dvw !important;
        border-radius: 0 !important;
    }


    .entry-content {
        font-size: 16px;
    }

    .entry-content h2 {
        font-size: 28px;
    }

    .entry-content h3 {
        font-size: 22px;
    }

    .entry-content img {
        width: 100dvw;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
        position: relative;
        max-width: 100dvw;
        border-radius: 0px;
        border-left: none;
        border-right: none;
    }

    .similar-posts-section {
        padding: 3rem 0;
    }

    .similar-posts-title {
        font-size: 24px;
    }

    .similar-posts-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}


/* Joli TOC */

.wpj-jtoc--body {
    background: #0000 !important;
}

.wpj-jtoc.--jtoc-theme-original.--jtoc-has-custom-styles {
    margin: 0;
}

.wpj-jtoc--item .wpj-jtoc--item-content {
    padding: 0;
}

.wpj-jtoc--header-main {
    height: 30px;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--header {
    margin-bottom: 20px;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--items li .wpj-jtoc--item-content a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-wrap: balance;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--header .wpj-jtoc--header-main .wpj-jtoc--title {
    margin: 0;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--items li:hover .wpj-jtoc--item-content,
.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--items li .wpj-jtoc--item-content {
    border-radius: 0 12px 12px 0;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--items li:hover .wpj-jtoc--item-content a {
    color: #006239 !important;
}

.wpj-jtoc--item .wpj-jtoc--item-content:hover {
    background: transparent !important;
}

.wpj-jtoc.--jtoc-theme-original .wpj-jtoc--items li {
    padding: 12px 20px;
    border-left: 3px solid #F2F2F6;
}

li.wpj-jtoc--item.--jtoc-h2.--jtoc-is-active {
    border-left: 3px solid #006239 !important;
    background-color: rgba(0, 98, 57, 0.07);
    font-weight: 600;
}

li.wpj-jtoc--item.--jtoc-h2.--jtoc-is-active a {
    color: #006239 !important;
}

.--jtoc-is-active>.wpj-jtoc--item-content {
    background-color: transparent !important;
}



@media (max-width: 768px) {

    .container * {
        max-width: var(--sitewidth);
    }

    html {
        margin-top: 0 !important;
    }

    #wpadminbar.mobile {
        display: none;
    }


    /* old header mobile toggle removed */

    /* Prevent scrolling when mobile menu is open */
    body.mobile-menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    /* Mobile Header Adjustments */
    /* old header mobile toggle removed */

    /* Mobile menu toggle transforms to close button when active */
    /* old header hamburger transforms removed */

    /* old header .header-menu removed */

    /* old header .telegram-link removed */

    /* Mobile Menu Overlay */
    /* old header mobile overlay removed */

    /* old header mobile container removed */

    /* Mobile Menu Content */
    /* old header mobile content removed */

    /* old header mobile panels removed */

    /* Mobile Menu Lists */
    /* old header menu lists removed */

    /* Hide submenus in main menu - they should only appear in submenu section */
    /* old header submenus removed */

    /* old header list item borders removed */

    /* old header link styles removed */

    /* old header gradient tail removed */


    /* old header hover states removed */

    /* old header arrow/submenu content removed */

    /* Submenu Back Button */
    /* old header submenu back button removed */

    /* Mobile Menu Footer */
    /* old header footer/telegram link removed */

    .last-post {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
        margin: 2rem 0 4rem;
    }

    .last-post .post-image,
    .last-post .post-content {
        max-width: 100%;
        width: 100%;
    }

    .last-post .post-content {
        gap: 20px;
    }

    .last-post .entry-title {
        font-size: 34px;
    }

    .last-post .entry-excerpt {
        font-size: 18px;
    }

    .last-post .post-meta-additional {
        align-items: flex-start;
        gap: 16px;
    }

    .last-post .post-meta-group {
        gap: 16px;
        flex-wrap: wrap;
    }

    .last-post .post-image img {
        height: auto;
        aspect-ratio: 581 / 358;
    }

    .post-grid .container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .post-card {
        min-height: 500px;
    }

    .post-card:hover {
        transform: none;
    }

    .post-card .post-image img {
        height: 220px;
    }

    .post-card_content .entry-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .post-card_content .entry-excerpt {
        font-size: 16px;
    }

    .load-more-container {
        padding: 30px 0;
    }

    /* Footer */

    .site-footer {
        padding: 0;
    }

    .pixelscan-info {
        gap: 1rem;
    }

    .footer-bg-icon {
        top: auto;
        bottom: -420px;
        right: -520px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        width: var(--sitewidth-small);
    }

    .footer-menu-container {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .footer-bottom {
        width: var(--sitewidth-small);
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-bottom-left {
        gap: 16px;
    }

    h3.footer-menu-title {
        font-size: 22px;
    }

    .footer-menu li a {
        font-size: 14px;
    }

    .telegram-banner {
        padding: 2rem;
        margin: 0;
        max-width: 100%;
        width: 100% !important;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .telegram-banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .telegram-banner-content p {
        width: 100%;
    }

    .tg-bg {
        left: unset;
        right: -30%;
    }




    /* Single Page */

    .content-wrapper {
        margin: 0;
        padding: 0 0 20px 0;
        border-radius: 0px;
    }

    .content-wrapper.no-author {
        padding-bottom: 0;
    }

    .post-meta-container {
        align-items: center;
    }

    .content-wrapper .post-meta-container .single-post-meta-group {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
        gap: 16px;
    }

    .author-section {
        margin: 0;
        padding: 2rem 1.5rem;
        gap: 1rem;
        width: 100dvw;
        max-width: 100dvw;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
        position: relative;
        border-radius: 0;
    }

    .conclusion-block {
        width: 100dvw;
        max-width: 100dvw;
        border-radius: 0;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
        position: relative;
        padding: 25px calc((100dvw - var(--sitewidth))/2);
    }

    .content-404 p {
        font-size: 3rem;
    }
}

/* Filter Block Styles */
.filter-block {
    background: transparent;
}

.filter-controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #131313;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    top: -50px;
    width: var(--sitewidth);
    margin-bottom: -20px;
}

.category-wrapper {
    display: contents;
}

.category-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    max-width: 100dvw;
}

.category-btn {
    background: #555;
    border: none;
    border-radius: 25px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.category-btn:hover {
    background: var(--primary-color);
    color: #000;
    transform: translateY(-2px);
}

.category-btn.active {
    background: var(--primary-color);
    color: #000;
}

.category-btn.active:hover {
    transform: translateY(0px);
}

.search-filter {
    min-width: 300px;
}

.search-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

#post-search {
    width: 100%;
    padding: 12px 50px 12px 50px;
    border: 2px solid #e1e5e7;
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease;
}

#post-search:focus {
    outline: none;
    border-color: var(--bright-color);
    box-shadow: 0 0 0 3px rgba(0, 98, 57, 0.1);
}

.search-icon {
    position: absolute;
    left: 18px;
    width: 18px;
    height: 18px;
    color: var(--text-secondary);
    pointer-events: none;
}

.search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--text-secondary);
    opacity: 0;
    pointer-events: none;
}

.search-clear.visible {
    opacity: 1;
    pointer-events: auto;
}

.search-clear:hover {
    background: #f1f3f4;
    color: var(--main-color);
}

.search-clear svg {
    width: 16px;
    height: 16px;
}

.no-posts-found {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
}

.no-posts-found p {
    font-size: 18px;
    color: var(--text-secondary);
    margin: 0;
}

@media (max-width: 768px) {
    .filter-block {
        padding: 0;
        margin-bottom: 20px;
    }

    .filter-block>.container {
        width: 100% !important;
    }

    .filter-controls {
        top: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0px;
        position: relative;
        border-radius: 0;
        padding: 25px calc((100% - var(--sitewidth))/2);
        max-width: 100% !important;
    }

    .category-filters {
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 calc((100% - var(--sitewidth))/2);
    }

    .category-filters::-webkit-scrollbar {
        display: none;
    }

    .category-wrapper {
        position: relative;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        max-width: 100%;

    }

    .category-wrapper::before,
    .category-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        pointer-events: none;
        z-index: 3;
        opacity: 0;
        transition: opacity 0.2s ease;
        transform: scale(1.1);
    }

    .category-wrapper::before {
        left: -1px;
        background: linear-gradient(to right, #1e1e1e, transparent);
    }

    .category-wrapper::after {
        right: -1px;
        background: linear-gradient(to left, #1e1e1e, transparent);
    }

    .category-wrapper.show-left-fade::before {
        opacity: 1;
    }

    .category-wrapper.show-right-fade::after {
        opacity: 1;
    }

    .category-btn {
        padding: 8px 16px;
        font-size: 16px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .category-btn:hover {
        transform: none;
    }

    .search-filter {
        min-width: auto;
    }

    #post-search {
        padding: 10px 45px 10px 45px;
        font-size: 13px;
    }

    .search-icon {
        left: 15px;
        width: 16px;
        height: 16px;
    }

    .search-clear {
        right: 10px;
        padding: 5px;
    }

    .search-clear svg {
        width: 14px;
        height: 14px;
    }
}

/* Share Widget Styles */
.share-widget {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.share-widget h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
}

.share-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #e1e5e8;
    border-radius: 6px;
    text-decoration: none;
    color: var(--text-main);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.share-btn:hover {
    background: #f8f9fa;
    border-color: var(--main-color);
    color: var(--main-color);
    transform: translateY(-1px);
}

.share-btn.icon-only {
    padding: 6px 9px;
    aspect-ratio: 1 / 1;
}

.share-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.share-btn.icon-only svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.share-btn.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
    color: white;
}

.share-btn.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    color: white;
}

.share-btn.twitter:hover {
    background: #000;
    border-color: #000;
    color: white;
}

.share-btn.copy-link:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}

@media (max-width: 768px) {
    .share-widget {
        padding: 15px;
        margin-bottom: 20px;
    }

    .share-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
}

/* Partners Page */

.page-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem auto;
}

.page-title.margin-bottom {
    margin-bottom: 4rem;
}

.page-title.center {
    align-items: center;
    text-align: center;
}

.page-title * {
    margin: 0;
    text-wrap: balance;
}

.page-title h1 {
    font-size: 3rem;
    line-height: 1;
    color: #000;
}

.page-title p {
    font-size: 1.2rem;
    font-weight: 500;
}

.admin-bar .fancybox__toolbar {
    margin-top: 42px;
}

.faq-section {
    --faq-section-color: var(--text-main);
    --faq-title-margin-bottom: 2rem;
    --faq-list-gap: 8px;
    --faq-item-bg: #f7faf9;
    --faq-item-border: rgba(3, 95, 41, 0.12);
    --faq-item-radius: 24px;
    --faq-item-hover-bg: #f2f8f5;
    --faq-item-hover-border: rgba(3, 95, 41, 0.18);
    --faq-item-hover-shadow: 0 16px 32px rgba(3, 95, 41, 0.08);
    --faq-item-active-bg: #eef7f2;
    --faq-item-active-border: rgba(3, 95, 41, 0.24);
    --faq-item-active-shadow: 0 20px 40px rgba(3, 95, 41, 0.1);
    --faq-question-color: var(--faq-section-color);
    --faq-question-padding-y: 1rem;
    --faq-question-padding-x: 1.5rem;
    --faq-question-padding-right: 1rem;
    --faq-question-active-padding-bottom: 0.5rem;
    --faq-question-font-size: 22px;
    --faq-question-font-weight: 800;
    --faq-question-line-height: 90%;
    --faq-question-letter-spacing: -2%;
    --faq-icon-container-size: 44px;
    --faq-icon-size: 34px;
    --faq-icon-bg: var(--bright-color-bg);
    --faq-icon-color: var(--main-hover-color);
    --faq-focus-color: rgba(3, 95, 41, 0.28);
    --faq-answer-padding-x: 1.5rem;
    --faq-answer-active-padding-bottom: 1rem;
    --faq-answer-color: rgba(19, 19, 19, 0.82);
    --faq-answer-font-size: 16px;
    --faq-answer-line-height: 28px;
    --faq-link-color: var(--main-color);
    color: var(--faq-section-color);
    padding: 1rem 0;
}

.faq-section-light {
    --faq-section-color: var(--text-main);
    --faq-item-bg: #f7faf9;
    --faq-item-border: rgba(3, 95, 41, 0.12);
    --faq-item-hover-bg: #f2f8f5;
    --faq-item-hover-border: rgba(3, 95, 41, 0.18);
    --faq-item-hover-shadow: 0 16px 32px rgba(3, 95, 41, 0.08);
    --faq-item-active-bg: #eef7f2;
    --faq-item-active-border: rgba(3, 95, 41, 0.24);
    --faq-item-active-shadow: 0 20px 40px rgba(3, 95, 41, 0.1);
    --faq-icon-bg: var(--bright-color-bg);
    --faq-icon-color: var(--main-hover-color);
    --faq-focus-color: rgba(3, 95, 41, 0.28);
    --faq-answer-color: rgba(19, 19, 19, 0.82);
    --faq-link-color: var(--main-color);
}

.coupon-faq-section {
    --faq-section-color: var(--coupon-text, #f5f5f7);
    --faq-item-bg: var(--coupon-card, #1f1f1f);
    --faq-item-border: var(--coupon-card-border, rgba(255, 255, 255, 0.06));
    --faq-item-hover-bg: var(--coupon-copy-bg, #2b2b2b);
    --faq-item-hover-border: rgba(88, 245, 153, 0.24);
    --faq-item-hover-shadow: none;
    --faq-item-active-bg: var(--coupon-copy-bg, #2b2b2b);
    --faq-item-active-border: rgba(88, 245, 153, 0.24);
    --faq-item-active-shadow: none;
    --faq-question-color: var(--coupon-text, #f5f5f7);
    --faq-icon-bg: rgba(255, 255, 255, 0.04);
    --faq-icon-color: var(--coupon-accent, #58f599);
    --faq-focus-color: var(--coupon-accent, #58f599);
    --faq-answer-color: var(--coupon-text, #f5f5f7);
    --faq-link-color: var(--coupon-accent, #58f599);
}

.faq-title {
    font-size: 32px;
    margin: 0 0 var(--faq-title-margin-bottom) 0 !important;
}

.faq-content,
.faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--faq-list-gap);
}

.faq-item {
    background: var(--faq-item-bg);
    border: 1px solid var(--faq-item-border);
    border-radius: var(--faq-item-radius);
    box-shadow: none;
    overflow: hidden;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
    background: var(--faq-item-hover-bg);
    border-color: var(--faq-item-hover-border);
    box-shadow: var(--faq-item-hover-shadow);
}

.faq-item.active {
    background: var(--faq-item-active-bg);
    border-color: var(--faq-item-active-border);
    box-shadow: var(--faq-item-active-shadow);
}

.faq-question {
    appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: var(--faq-question-padding-y) var(--faq-question-padding-x);
    padding-right: var(--faq-question-padding-right);
    border: 0;
    background: transparent;
    color: var(--faq-question-color);
    text-align: left;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-question::after {
    content: none !important;
}

.faq-question:hover,
.faq-item.active .faq-question {
    background: transparent;
    color: var(--faq-question-color);
    border-bottom: 0;
}

.faq-item.active .faq-question {
    padding-bottom: var(--faq-question-active-padding-bottom);
}

.faq-question:focus-visible {
    outline: 2px solid var(--faq-focus-color);
    outline-offset: -2px;
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.faq-question-text {
    flex: 1;
    color: var(--faq-question-color);
    font-size: var(--faq-question-font-size);
    font-weight: var(--faq-question-font-weight);
    line-height: var(--faq-question-line-height);
    letter-spacing: -2%;
}

.faq-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--faq-icon-container-size);
    height: var(--faq-icon-container-size);
    border-radius: 999px;
    background: var(--faq-icon-bg);
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.faq-icon {
    display: block;
    width: var(--faq-icon-size);
    height: var(--faq-icon-size);
    color: var(--faq-icon-color);
    transition: transform 0.3s ease;
}

.faq-icon path {
    fill: currentColor;
}

.faq-item.active .faq-icon {
    transform: rotate(135deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    max-height: none;
    height: auto;
    padding: 0 var(--faq-answer-padding-x);
    background: transparent;
    color: var(--faq-answer-color);
    transition: grid-template-rows 0.4s cubic-bezier(1, 0, 0, 1), padding-bottom 0.3s ease;
}

.faq-item.active .faq-answer {
    grid-template-rows: 1fr;
    padding: 0 var(--faq-answer-padding-x) var(--faq-answer-active-padding-bottom);
}

.faq-answer-inner {
    min-height: 0;
    overflow: hidden;
}

.faq-answer-content {
    padding-top: 0;
    color: var(--faq-answer-color);
    font-size: var(--faq-answer-font-size);
    line-height: var(--faq-answer-line-height);
}

.faq-answer-content p,
.faq-answer-content ul,
.faq-answer-content ol {
    margin: 0 0 16px;
}

.faq-answer-content p:last-child,
.faq-answer-content ul:last-child,
.faq-answer-content ol:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
    padding-left: 1.25rem;
}

.faq-answer-content li {
    margin-bottom: 12px;
}

.faq-answer-content li:last-child {
    margin-bottom: 0;
}

.faq-answer-content strong,
.faq-answer-content b,
.faq-answer-content a {
    color: var(--faq-link-color);
}

.faq-answer-content a {
    text-decoration: none;
}

.faq-answer-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .faq-section {
        --faq-title-margin-bottom: 16px;
        --faq-question-padding-y: 0.75rem;
        --faq-question-padding-x: 1.25rem;
        --faq-question-padding-right: 0.75rem;
        --faq-question-font-size: 18px;
        --faq-question-line-height: 24px;
        --faq-icon-container-size: 36px;
        --faq-icon-size: 24px;
        --faq-answer-padding-x: 1.25rem;
        --faq-answer-active-padding-bottom: 0.75rem;
        --faq-answer-font-size: 14px;
        --faq-answer-line-height: 24px;
        --faq-item-radius: 20px;
    }

    .faq-title {
        font-size: 28px;
    }
}


/* Related Partners Section */
.related-partners-section {
    padding: 0 0 2rem;
    border-top: 0;
}

.related-partners-section .splide__slide {
    height: auto;
}

.related-partners-section .partner-card {
    height: 100%;
}

.related-partners-section .splide__list {
    align-items: stretch;
}

.related-partners-section .splide__track {
    padding-top: 2px !important;
    padding-bottom: 2rem !important;
    margin-bottom: -2rem;
}





.splide__arrow {
    border-radius: 0.5rem;
    border: 1px solid #0003;
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    transition: .2s;
}

.splide__arrow:hover {
    transform: translateY(-50%) scale(1.1);
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.splide__arrow svg {
    width: 1.2rem;
    height: 1.2rem;
    color: currentColor;
    fill: currentColor;
}

.splide__arrow--prev {
    left: -3.5rem;
}

.splide__arrow--next {
    right: -3.5rem;
}

.splide__pagination {
    bottom: -2.5rem;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: var(--main-color);
    transform: scale(1.4);
    opacity: 1;
}

.splide__track {
    padding: 0 2px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .related-partners-section {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }

    .related-partners-section .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .splide__arrow {
        width: 2rem;
        height: 2rem;
    }

    .splide__arrow--prev,
    .splide__arrow--next {
        display: none;
    }

    .splide__arrow svg {
        width: 1rem;
        height: 1rem;
    }

    .splide__pagination {
        bottom: -2rem;
    }
}

.lazyblock-inner-blocks {
    display: contents;
}


.hero-btn {
    position: relative;
    overflow: hidden;
    z-index: 10;
    color: #fff !important;
}

/* Gradient border effect */
.hero-btn::after,
.hero-btn::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0.6;
    animation: rotate-var 12s infinite linear;
    filter: blur(40px);
    transition: 1s;
}

.hero-btn::before {
    filter: blur(40px);
    opacity: 1;
}

.hero-btn:hover::after,
.hero-btn:hover::before {
    opacity: 1;
    transition: .4s;
}

.hero-btn::after,
.hero-btn::before {
    background: conic-gradient(from var(--angle),
            #54cc98,
            #006239,
            #09a664,
            #136945,
            #005532,
            #54cc98);
}

.wp-block-media-text.is-stacked-on-mobile {
    gap: 1rem !important;
}

.wpj-jtoc--item.--jtoc-h3.--jtoc-is-active {
    background: #edf4f1;
    border-color: var(--main-color) !important;
}

.--jtoc-is-active>.wpj-jtoc--item-content>a {
    color: var(--main-color) !important;
}

.wpj-jtoc--toc {
    background: transparent !important;
}

span.wpj-jtoc--title-label {
    font-weight: 900;
    line-height: .9;
    letter-spacing: -2%;
    line-height: 1.2;
    text-transform: capitalize;
}