

.header__lang-btn,
.header__menu-link,
.header__submenu-link {
    transition: var(--menu-transition)
}

.blog-card-title a,
.btn,
.btn-view-all,
.header__lang-menu a,
.header__logo,
.header__menu-link {
    text-decoration: none
}

.blog-view-all,
.feature-box,
.header-ad-wrapper,
.howto-card,
.sticky-ad {
    text-align: center
}

.btn,
.faq-question {
    -webkit-tap-highlight-color: transparent
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--menu-bg-color);
    box-shadow: var(--menu-box-shadow);
    border-bottom: var(--menu-border-bottom)
}

.header__nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
    background: 0 0 !important
}

.header__logo img,
.header__logo picture,
.logo-img {
    display: block;
    background: 0 0 !important
}

.logo-img {
    max-width: var(--logo-max-width);
    max-height: var(--logo-max-height);
    width: auto;
    height: auto;
    object-fit: contain
}

.header__menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: none;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    gap: 6px
}

.header__menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: var(--hamburger-color);
    transition: .3s
}

.header__menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: var(--menu-alignment);
    gap: var(--menu-gap);
    margin: 0;
    padding: 0;
    flex: 1
}

.header__menu-item {
    position: relative;
    display: flex;
    align-items: center
}

.header__menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--menu-text-color);
    padding: var(--menu-padding);
    margin: var(--menu-margin);
    font-size: var(--menu-font-size);
    font-weight: var(--menu-font-weight);
    font-family: var(--menu-font-family);
    text-transform: var(--menu-text-transform);
    border-radius: var(--menu-border-radius);
    white-space: nowrap
}

.header__lang-menu li,
.header__submenu-item {
    margin: 0
}

.blog-card-read-more,
.btn {
    text-transform: uppercase;
    cursor: pointer
}

.header__menu-link:hover {
    background-color: var(--menu-hover-bg-color);
    color: var(--menu-hover-text-color)
}

.header__menu-item.active>.header__menu-link {
    background-color: var(--menu-active-bg-color);
    color: var(--menu-active-text-color)
}

.header__menu-item.has-children>.header__menu-link::after {
    content: var(--dropdown-icon);
    font-size: var(--dropdown-icon-size);
    color: currentColor;
    margin-left: 6px;
    transition: transform .3s
}

.faq-item.active .faq-icon,
.header__menu-item.has-children:hover>.header__menu-link::after,
[dir=rtl] .blog-card-read-more svg {
    transform: rotate(180deg)
}

.header__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: var(--submenu-width);
    background-color: var(--submenu-bg-color);
    border-radius: var(--submenu-border-radius);
    box-shadow: var(--submenu-shadow);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: none;
    z-index: 1002
}

.header__menu-item:hover>.header__submenu {
    display: block
}

.header__submenu-link {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: var(--submenu-text-color);
    white-space: nowrap
}

.header__submenu-item.active>.header__submenu-link,
.header__submenu-link:hover {
    background: var(--submenu-hover-bg);
    color: var(--submenu-hover-text)
}

.header__right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0
}

.header__lang {
    position: relative
}

.header__lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--menu-text-color);
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer
}

.header__lang-btn svg,
.info-image {
    flex-shrink: 0
}

.header__lang-btn img {
    vertical-align: middle;
    border-radius: 2px
}

.header__lang.open .header__lang-menu,
[itemprop=acceptedAnswer],
[itemprop=mainEntity] {
    display: block
}

.header__lang-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #222;
    transition: .2s
}

.header__lang-menu a.active,
.header__lang-menu a:hover {
    background: #f5f5f5
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible
}

.header-ad-wrapper {
    padding: 10px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0
}

.sticky-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, .95);
    padding: 10px;
    transform: translateY(100%);
    transition: transform .3s;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .2)
}

.hero,
.sticky-ad-close {
    display: flex;
    align-items: center
}

.sticky-ad-close {
    position: absolute;
    top: -30px;
    right: 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    font-size: 16px;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

[dir=rtl] .header__menu-item.has-children>.header__menu-link::after {
    margin-left: 0;
    margin-right: 6px
}

[dir=rtl] .header__submenu {
    left: auto;
    right: 0
}

@media (max-width:768px) {
    .header {
        position: sticky;
        top: 0
    }

    .header__nav,
    .header__right {
        position: relative;
        display: flex
    }

    .header__nav {
        min-height: 70px;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px
    }

    .header__menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        flex: 0 0 46px;
        order: 1
    }

    .header__right {
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
        order: 3;
        margin-left: 0;
        margin-right: 0;
        z-index: 3
    }

    .header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        width: max-content;
        max-width: 50%;
        justify-content: center;
        z-index: 2
    }

    .header__logo picture {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .logo-img {
        max-width: var(--logo-tablet-width);
        max-height: var(--logo-tablet-height);
        width: auto;
        height: auto;
        object-fit: contain
    }

    .header__lang {
        margin: 0;
        position: relative
    }

    .header__lang-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        min-height: 40px;
        padding: 8px 12px;
        border-radius: 10px;
        border: 1px solid color-mix(in srgb, var(--menu-text-color) 45%, transparent);
        background: color-mix(in srgb, var(--menu-bg-color) 82%, #fff 18%);
        color: var(--menu-text-color);
        box-shadow: 0 0 0 1px color-mix(in srgb, var(--menu-text-color) 12%, transparent) inset, 0 0 10px color-mix(in srgb, var(--menu-hover-text-color) 18%, transparent);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px)
    }

    .header__lang-btn:hover,
    .header__lang.open .header__lang-btn {
        border-color: color-mix(in srgb, var(--menu-hover-text-color) 70%, #fff 30%);
        box-shadow: 0 0 0 1px color-mix(in srgb, var(--menu-hover-text-color) 30%, transparent) inset, 0 0 14px color-mix(in srgb, var(--menu-hover-text-color) 30%, transparent)
    }

    .header__lang-btn img {
        border-radius: 3px;
        display: block
    }

    .header__lang-menu {
        right: 0 !important;
        left: auto !important;
        top: calc(100% + 10px);
        min-width: 180px
    }

    .header__menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 290px;
        max-width: 85%;
        height: 100vh;
        background: var(--mobile-menu-bg);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 80px 0 20px;
        gap: 0;
        overflow-y: auto;
        transition: left .3s;
        z-index: 1001
    }

    .header__menu.active {
        left: 0
    }

    .header__menu-item {
        display: block;
        width: 100%
    }

    .header__menu-link {
        width: 100%;
        justify-content: flex-start;
        color: var(--mobile-menu-text);
        padding: 14px 20px;
        border-radius: 0
    }

    .header__menu-item.has-children:hover>.header__submenu {
        display: none
    }

    .header__submenu {
        position: static;
        display: block;
        box-shadow: none;
        border-radius: 0;
        min-width: 100%;
        padding: 0;
        background: rgba(255, 255, 255, .04)
    }

    .header__submenu-link {
        padding: 12px 32px
    }
}

.btn,
.feature-item,
.hero-image {
    transform: translateZ(0)
}

.blog-card,
.blog-section,
.hero {
    overflow: hidden
}

.hero,
.hero-container,
.hero-image,
.hero-main-image {
    position: relative
}

.header__lang-btn {
    border: 1px solid rgba(255, 255, 255, .3) !important;
    background: rgba(255, 255, 255, .05) !important
}

.header__lang-btn:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .7) !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, .2)
}

.hero {
    min-height: 650px;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    content-visibility: auto;
    contain-intrinsic-size: 0 650px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hero-container,
.hero-features {
    display: flex;
    align-items: center
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    z-index: 1;
    pointer-events: none
}

.hero-container {
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: space-between;
    gap: 50px
}

.hero-content {
    flex: 1;
    max-width: 550px
}

.hero-content h1 {
    margin: 0 0 12px;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.02em;
    text-rendering: optimizeLegibility
}

.hero-content h2 {
    margin: 0 0 25px;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.01em;
    opacity: .95
}

.hero-features {
    flex-wrap: wrap;
    gap: 20px 25px;
    margin: 0 0 30px
}

.feature-item {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.feature-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

.feature-text {
    font-size: clamp(16px, 1.8vw, 18px);
    font-weight: 500;
    letter-spacing: .02em;
    white-space: nowrap
}

.feature-separator {
    opacity: .3;
    font-size: 18px;
    line-height: 1;
    user-select: none
}

.btn {
    display: inline-block;
    margin: 0 0 30px;
    padding: 16px 42px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    transition: transform .2s, box-shadow .2s, background-color .2s;
    backface-visibility: hidden
}

.btn-gradient,
.btn-solid {
    background: #fff;
    color: #000
}

.btn-gradient:hover,
.btn-solid:hover {
    background: #f5f5f5;
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

.btn-outline {
    background: 0 0;
    border: 2px solid currentColor
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .1)
}

.security {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 25px
}

.security-primary {
    display: flex;
    align-items: center;
    gap: 10px
}

.security-primary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.security-primary-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast
}

.security-primary-text {
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 600;
    letter-spacing: .02em
}

.security-others-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    align-items: center
}

.security-item-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.security-icon-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.security-icon-row img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

.security-item-row .text-row {
    font-size: clamp(15px, 1.6vw, 16px);
    font-weight: 500;
    letter-spacing: .02em;
    opacity: .9
}

.hero-description {
    max-width: 500px;
    margin: 0;
    font-size: clamp(14px, 1.5vw, 15px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .01em;
    opacity: .85
}

.hero-content>*,
.hero-image {
    opacity: 0;
    backface-visibility: hidden
}

.hero-image {
    flex: 0 0 auto;
    z-index: 2;
    max-width: min(42%, 600px);
    backface-visibility: hidden
}

.hero-main-image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .25));
    image-rendering: -webkit-optimize-contrast
}

.order-left .hero-image {
    order: -1
}

.order-background .hero-image {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    max-width: 35%;
    opacity: .2;
    pointer-events: none;
    z-index: 0
}

.order-background .hero-content {
    position: relative;
    z-index: 2
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.hero-content>* {
    animation: .5s forwards fadeInUp;
    transform: translate3d(0, 0, 0)
}

.faq-item:nth-child(2),
.hero-content>:first-child {
    animation-delay: .1s
}

.faq-item:nth-child(3),
.hero-content>:nth-child(2) {
    animation-delay: .15s
}

.faq-item:nth-child(4),
.hero-content>:nth-child(3) {
    animation-delay: .2s
}

.faq-item:nth-child(5),
.hero-content>:nth-child(4) {
    animation-delay: .25s
}

.faq-item:nth-child(n+6),
.hero-content>:nth-child(5) {
    animation-delay: .3s
}

.hero-content>:nth-child(6) {
    animation-delay: .35s
}

.hero-image {
    animation: .6s .2s forwards fadeInUp
}

.faq-section,
.features-section,
.howto-section,
.info-section {
    transition: .3s
}

.btn-contact,
.faq-item {
    transform: translateZ(0);
    backface-visibility: hidden
}

@media (max-width:992px) {
    .hero {
        min-height: auto;
        padding: 60px 0;
        contain-intrinsic-size: 0 550px
    }

    .hero-container {
        gap: 40px
    }

    .hero-content h2 {
        margin-bottom: 22px
    }

    .hero-features {
        gap: 18px 20px;
        margin-bottom: 25px
    }

    .btn {
        padding: 15px 38px;
        font-size: 15px;
        margin-bottom: 25px
    }

    .security-others-row {
        gap: 20px 25px
    }
}

@media (max-width:768px) {

    .btn,
    .hero-content h2,
    .hero-description {
        margin-left: auto;
        margin-right: auto
    }

    .hero {
        padding: 50px 0;
        text-align: center;
        contain-intrinsic-size: 0 800px
    }

    .hero-container {
        flex-direction: column;
        gap: 35px
    }

    .hero-content {
        max-width: 100%;
        width: 100%
    }

    .hero-content h1 {
        font-size: clamp(42px, 8vw, 48px)
    }

    .hero-content h2 {
        font-size: clamp(18px, 3vw, 20px)
    }

    .hero-features,
    .security-others-row,
    .security-primary {
        justify-content: center
    }

    .security {
        align-items: center
    }

    .hero-description {
        text-align: center
    }

    .hero-image {
        order: -1 !important;
        max-width: 60%;
        margin: 0 auto
    }

    .order-background .hero-image {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 80%;
        opacity: .3;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .header__nav {
        padding: 0 12px
    }

    .logo-img {
        max-width: var(--logo-mobile-width);
        max-height: var(--logo-mobile-height)
    }

    .header__lang-btn {
        padding: 7px 10px;
        font-size: 13px
    }

    .hero {
        padding: 40px 0;
        contain-intrinsic-size: 0 700px
    }

    .hero-container {
        gap: 30px
    }

    .hero-content h1 {
        font-size: clamp(36px, 7vw, 40px);
        margin-bottom: 8px
    }

    .hero-content h2 {
        margin-bottom: 20px
    }

    .hero-features {
        gap: 10px 15px;
        margin-bottom: 22px
    }

    .feature-icon,
    .security-primary-icon img {
        width: 24px;
        height: 24px
    }

    .feature-text {
        font-size: 15px
    }

    .feature-separator {
        font-size: 16px
    }

    .btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 24px;
        font-size: 14px;
        margin-bottom: 22px
    }

    .security-primary-icon {
        width: 28px;
        height: 28px
    }

    .security-primary-text {
        font-size: 18px
    }

    .security-icon-row {
        width: 22px;
        height: 22px
    }

    .security-icon-row img {
        width: 20px;
        height: 20px
    }

    .security-item-row .text-row {
        font-size: 14px
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.5
    }

    .hero-image {
        max-width: 70%
    }
}

.info-section {
    padding: 80px 0
}

.info-section .container {
    display: flex;
    align-items: center;
    gap: 60px
}

.info-section .container.layout-center {
    justify-content: center;
    text-align: center
}

.info-section .container.layout-right {
    flex-direction: row-reverse
}

.info-content {
    flex: 1
}

.info-content h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2
}

.custom-page .text-content,
.faq-answer,
.info-content p {
    line-height: 1.8
}

.info-content p {
    font-size: 18px;
    opacity: .9
}

.info-image img {
    max-width: 100%;
    height: auto;
    display: block
}

.info-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

.howto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px
}

.howto-card {
    padding: 40px 30px;
    transition: transform .3s
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto
}

.feature-box {
    display: flex;
    flex-direction: column;
    padding: 50px;
    transition: .3s
}

.feature-box-content,
.footer-nav {
    margin-bottom: 40px
}

.feature-box-image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain
}

.faq-list {
    margin: 50px auto 0
}

.faq-item {
    margin-bottom: 15px
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.btn-view-all:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    filter: brightness(1.1)
}

.blog-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%);
    position: relative
}

.blog-card,
.blog-view-all .btn {
    background: #fff;
    transition: .3s
}

.blog-section .container,
.custom-page .container,
.faq-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 50px 0 40px
}

.blog-card {
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, .05);
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 35px -8px rgba(59, 130, 246, .15);
    border-color: #3b82f6
}

.blog-card-image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1)
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.05)
}

.blog-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b
}

.blog-card-image-placeholder svg {
    width: 48px;
    height: 48px;
    opacity: .5
}

.blog-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.blog-card-meta {
    margin-bottom: 10px
}

.blog-card-date {
    font-size: 12px;
    color: #64748b;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 500
}

.blog-card-excerpt,
.blog-card-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4
}

.blog-card-title a {
    color: #0f172a;
    transition: color .2s;
    -webkit-line-clamp: 2
}

.footer-menu a,
.footer-social a {
    font-weight: 500;
    transition: color .3s
}

.blog-card-title a:hover {
    color: #3b82f6
}

.blog-card-excerpt {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
    -webkit-line-clamp: 3
}

.blog-card-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #3b82f6
}

.footer,
.footer-menu a:hover,
.footer-social a:hover {
    color: var(--color-white)
}

.blog-card-read-more:hover {
    gap: 10px;
    color: #2563eb
}

.blog-view-all .btn,
.footer-menu a,
.footer-social a {
    text-decoration: none;
    display: inline-flex;
    gap: 8px
}

.blog-view-all {
    margin-top: 20px
}

.blog-view-all .btn {
    align-items: center;
    padding: 12px 32px;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px
}

.blog-view-all .btn:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px #3b82f6
}

.btn-contact:hover,
.btn-home:hover,
.custom-page .custom-button:hover,
.faq-item:hover {
    transform: translateY(-2px)
}

.app-section {
    padding: 80px 0;
    transition: .3s;
    position: relative;
    overflow: hidden
}

.app-section .install-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .2) !important
}

@media (max-width:1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

@media (max-width:992px) {
    .section-title {
        font-size: 36px
    }

    .info-content h2 {
        font-size: 32px
    }

    .info-content p {
        font-size: 16px
    }

    .app-section {
        padding: 60px 0
    }

    .app-section h2 {
        font-size: 32px !important
    }
}

@media (prefers-color-scheme:dark) {
    .content-ad-wrapper {
        background: #2d2d2d
    }

    .content-ad-wrapper:hover {
        background: #333
    }
}

.footer {
    background: var(--color-black);
    padding: 60px 0 30px;
    margin-top: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.footer-copyright,
.footer-menu a,
.footer-social a {
    color: var(--color-text-muted, #999)
}

.footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 40px;
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-menu a {
    font-size: 16px;
    letter-spacing: .3px;
    align-items: center
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 35px;
    flex-wrap: wrap
}

.footer-social a {
    font-size: 15px;
    align-items: center
}

.footer-social img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    transition: transform .3s, opacity .3s;
    opacity: .8
}

.footer-social a:hover img {
    transform: scale(1.1);
    opacity: 1
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px
}

.footer-logo img {
    opacity: .8;
    transition: opacity .3s
}

.footer-logo img:hover,
.footer-menu a:hover .menu-icon {
    opacity: 1
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .3px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 25px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6
}

.menu-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: .7;
    transition: opacity .3s
}

.error-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px
}

.error-content {
    max-width: 600px
}

.error-code {
    font-size: 120px;
    font-weight: 700;
    color: var(--color-primary, #1a5f5f);
    line-height: 1;
    margin-bottom: 20px;
    opacity: .2
}

.btn-back,
.btn-home {
    border-radius: 50px;
    font-weight: 600
}

.error-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--color-black, #1a1a1a)
}

.error-message {
    font-size: 18px;
    color: var(--color-gray, #4a4a4a);
    margin-bottom: 30px;
    line-height: 1.6
}

.error-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.btn-back,
.btn-home,
.custom-page .custom-button {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    transition: .3s
}

.btn-home {
    background: var(--gradient-primary, linear-gradient(135deg, #0fb9b1, #34d399));
    color: #fff
}

.btn-home:hover {
    box-shadow: 0 8px 15px rgba(15, 185, 177, .3)
}

.btn-back {
    background: 0 0;
    color: var(--color-primary, #1a5f5f);
    border: 2px solid var(--color-primary, #1a5f5f)
}

.btn-back:hover {
    background: var(--color-primary, #1a5f5f);
    color: #fff
}

.custom-page .page-section {
    width: 100%;
    transition: .3s
}

.custom-page h1 {
    font-size: 42px
}

.custom-page h2 {
    font-size: 36px
}

.custom-page h3 {
    font-size: 30px
}

.custom-page h4,
.page-content h3 {
    font-size: 24px
}

.custom-page h5,
.page-content h4 {
    font-size: 20px
}

.custom-page h6 {
    font-size: 18px
}

.custom-page .custom-button {
    border-radius: 4px
}

.custom-page .custom-button:hover {
    opacity: .9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.alert-info {
    background: #e7f3ff;
    border: 1px solid #b8daff;
    color: #004085;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
    color: #1e293b;
    margin-top: 30px;
    margin-bottom: 15px
}

.page-content h2 {
    font-size: 32px
}

.page-content p {
    margin-bottom: 20px
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0
}

.page-content ol,
.page-content ul {
    margin-bottom: 20px;
    padding-left: 25px
}

.page-content li {
    margin-bottom: 8px
}

.page-content blockquote {
    border-left: 4px solid #3b82f6;
    padding: 15px 20px;
    margin: 20px 0;
    background: #f8fafc;
    font-style: italic;
    color: #475569
}

.page-content pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0
}

.page-content code {
    background: #f1f5f9;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .9em;
    color: #3b82f6
}

.page-content a {
    color: #3b82f6;
    text-decoration: underline
}

.blog-card-read-more,
.btn-contact {
    text-decoration: none;
    font-weight: 600
}

.page-content a:hover {
    color: #2563eb
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0
}

.ad-container,
.ad-container iframe {
    max-width: 100%;
    margin: 0 auto
}

.page-content td,
.page-content th {
    border: 1px solid #e2e8f0;
    padding: 10px;
    text-align: left
}

.page-content th {
    background: #f8fafc;
    font-weight: 600
}

@media (max-width:768px) {
    .btn-view-all {
        padding: 6px 20px;
        font-size: 13px
    }

    .blog-grid,
    .howto-grid {
        grid-template-columns: 1fr
    }

    .info-section .container {
        flex-direction: column !important;
        text-align: center;
        gap: 40px
    }

    .app-image,
    .info-image {
        order: -1
    }

    .info-image img {
        max-width: 280px
    }

    .custom-page h2,
    .info-content h2 {
        font-size: 28px
    }

    .features-list {
        gap: 30px
    }

    .feature-box {
        padding: 30px
    }

    .feature-box-content h3 {
        font-size: 26px
    }

    .blog-grid,
    .footer-social {
        gap: 20px
    }

    .blog-card-image {
        height: 200px
    }

    .app-section-wrapper {
        flex-direction: column !important;
        text-align: center !important;
        gap: 30px !important
    }

    .content-ad-wrapper {
        margin: 20px 0;
        padding: 15px 0
    }

    .footer-menu {
        gap: 20px;
        flex-direction: column;
        align-items: center
    }

    .footer-menu a {
        font-size: 15px
    }

    .footer-social img {
        width: 26px;
        height: 26px
    }

    .footer-copyright {
        font-size: 13px;
        padding-top: 20px
    }

    .error-code {
        font-size: 80px
    }

    .custom-page h3,
    .error-title {
        font-size: 24px
    }

    .error-message {
        font-size: 16px
    }

    .custom-page .container {
        padding: 0 15px
    }

    .custom-page h1 {
        font-size: 32px
    }

    .dynamic-page .container {
        padding: 20px 15px
    }

    .dynamic-page h1 {
        font-size: 32px !important
    }

    .dynamic-page h2 {
        font-size: 20px !important
    }

    .dynamic-page .page-content {
        font-size: 16px !important
    }
}

.ad-container {
    text-align: center;
    overflow: hidden
}

.footer-ad-wrapper {
    text-align: center;
    padding: 20px 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin-top: 30px
}

.content-ad-wrapper,
.sidebar-ad-wrapper {
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center
}

.content-ad-wrapper {
    margin: 30px 0;
    padding: 20px 0;
    transition: .3s
}

.content-ad-wrapper:hover {
    background: #f5f5f5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

.sidebar-ad-wrapper {
    margin: 20px 0;
    padding: 15px
}

ins.adsbygoogle {
    background: 0 0;
    display: inline-block !important;
    text-decoration: none
}

.faq-page {
    min-height: 100vh;
    width: 100%
}

.faq-header {
    text-align: center;
    margin-bottom: 50px
}

.faq-title {
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2
}

.faq-subtitle {
    font-size: 18px;
    opacity: .9;
    max-width: 700px;
    margin: 0 auto
}

.faq-list,
.no-faqs {
    margin-bottom: 50px
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.faq-item {
    transition: transform .2s, box-shadow .2s;
    overflow: hidden;
    will-change: transform;
    animation: .3s forwards faqFadeIn;
    opacity: 0
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    background: 0 0;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color .2s;
    font-family: inherit
}

.faq-contact,
.no-faqs {
    text-align: center;
    border-radius: 12px
}

.faq-question:hover {
    opacity: .9
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 20px
}

.btn-contact,
.faq-icon {
    display: inline-flex;
    align-items: center;
    will-change: transform
}

.faq-icon {
    justify-content: center;
    transition: transform .25s;
    flex-shrink: 0
}

.faq-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.faq-answer {
    padding: 0 24px 20px;
    transition: opacity .2s
}

.faq-answer-content {
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.faq-answer-content p {
    margin-bottom: 12px
}

.faq-answer-content p:last-child {
    margin-bottom: 0
}

.no-faqs {
    padding: 50px 30px
}

.no-faqs p {
    margin: 0;
    font-size: 16px
}

.faq-contact {
    padding: 45px 30px;
    margin-top: 30px
}

.faq-contact h2 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3
}

.faq-contact p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.btn-contact {
    justify-content: center;
    padding: 14px 36px;
    background: linear-gradient(135deg, #4361ee, #3a56d4);
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    transition: transform .2s, box-shadow .2s;
    border: none;
    cursor: pointer
}

.btn-contact:hover {
    box-shadow: 0 8px 20px rgba(67, 97, 238, .25);
    color: #fff
}

.btn-contact:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(67, 97, 238, .2)
}

@keyframes faqFadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, 8px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.faq-item:first-child {
    animation-delay: 50ms
}

@media (prefers-reduced-motion:reduce) {

    .btn,
    .btn-contact,
    .faq-icon,
    .faq-item,
    .hero-content>*,
    .hero-image {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important
    }
}

@media (max-width:992px) {
    .faq-contact h2 {
        font-size: 26px
    }
}

@media (max-width:768px) {
    .ad-container {
        margin: 0 auto
    }

    .header-ad-wrapper {
        padding: 5px 0
    }

    .content-ad-wrapper {
        margin: 20px 0;
        padding: 15px 0
    }

    .sticky-ad {
        padding: 5px
    }

    .sticky-ad-close {
        top: -25px;
        width: 28px;
        height: 28px;
        font-size: 14px
    }

    .faq-header {
        margin-bottom: 40px
    }

    .faq-title {
        font-size: 32px
    }

    .faq-question,
    .faq-subtitle {
        font-size: 16px
    }

    .faq-question {
        padding: 16px 20px
    }

    .faq-answer {
        padding: 0 20px 16px
    }

    .faq-answer-content {
        font-size: 15px;
        line-height: 1.7
    }

    .faq-contact,
    .no-faqs {
        padding: 40px 25px
    }

    .faq-contact h2 {
        font-size: 24px
    }

    .btn-contact {
        padding: 12px 30px;
        font-size: 15px
    }
}

@media (max-width:480px) {

    .faq-title,
    .section-title {
        font-size: 28px
    }

    .info-image img {
        max-width: 220px
    }

    .feature-box-content h3,
    .info-content h2 {
        font-size: 24px
    }

    .feature-box {
        padding: 25px 20px
    }

    .blog-card-title {
        font-size: 20px
    }

    .footer {
        padding: 40px 0 20px
    }

    .footer-social {
        gap: 15px
    }

    .footer-social img {
        width: 24px;
        height: 24px
    }

    .footer-copyright {
        font-size: 12px
    }

    .dynamic-page h1 {
        font-size: 28px !important
    }

    .dynamic-page .featured-image img {
        max-height: 300px
    }

    .faq-page .container {
        padding: 0 16px
    }

    .faq-header {
        margin-bottom: 30px
    }

    .faq-list {
        gap: 12px
    }

    .faq-question {
        padding: 14px 16px;
        font-size: 15px
    }

    .faq-question span:first-child {
        padding-right: 12px
    }

    .faq-answer {
        padding: 0 16px 14px
    }

    .faq-answer-content {
        font-size: 14px;
        padding-top: 10px
    }

    .faq-contact {
        padding: 35px 20px;
        margin-top: 20px
    }

    .faq-contact h2 {
        font-size: 22px;
        margin-bottom: 12px
    }

    .faq-contact p,
    .no-faqs p {
        font-size: 15px
    }

    .faq-contact p {
        margin-bottom: 20px
    }

    .btn-contact {
        padding: 12px 28px;
        font-size: 14px;
        width: 100%;
        max-width: 280px
    }

    .no-faqs {
        padding: 35px 20px
    }
}

@media (max-width:360px) {
    .faq-title {
        font-size: 24px
    }

    .faq-question {
        padding: 12px 14px;
        font-size: 14px
    }

    .faq-contact h2 {
        font-size: 20px
    }
}

[dir=rtl] .faq-answer-content,
[dir=rtl] .faq-question {
    text-align: right
}

[dir=rtl] .faq-question span:first-child {
    padding-right: 0;
    padding-left: 20px
}

@media print {
    .hero {
        min-height: auto;
        padding: 40px 0;
        background: 0 0 !important;
        color: #000 !important
    }

    .hero::before {
        display: none
    }

    .btn {
        box-shadow: none;
        border: 1px solid #000
    }

    .hero-image {
        max-width: 40%
    }

    .btn-contact,
    .content-ad-wrapper,
    .faq-contact,
    .faq-icon {
        display: none !important
    }

    .faq-page {
        padding: 20px 0 !important;
        background: #fff !important
    }

    .faq-item {
        break-inside: avoid;
        page-break-inside: avoid;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
        margin-bottom: 15px !important
    }

    .faq-question {
        color: #000 !important;
        background: #f5f5f5 !important
    }

    .faq-answer {
        display: block !important;
        color: #333 !important
    }
}

.faq-question:focus-visible {
    outline: #4361ee solid 2px;
    outline-offset: 2px
}

.btn-contact:focus-visible {
    outline: #4361ee solid 2px;
    outline-offset: 3px
}

@media (forced-colors:active) {
    .faq-item {
        border: 1px solid CanvasText
    }

    .faq-question:focus-visible {
        outline: CanvasText solid 3px
    }
}

.btn-contact,
.faq-item,
.faq-page,
.faq-question {
    content-visibility: auto;
    contain-intrinsic-size: auto
}

.faq-item:focus-within,
.faq-item:hover {
    content-visibility: visible
}

.header__lang-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 240px;
    max-width: 300px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    display: none;
    z-index: 1005;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.header__lang-menu::-webkit-scrollbar {
    width: 6px
}

.header__lang-menu::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 0 8px 8px 0
}

.header__lang-menu::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
    transition: background .2s
}

.header__lang-menu::-webkit-scrollbar-thumb:hover {
    background: #94a3b8
}

[dir=rtl] .header__lang-menu {
    right: auto;
    left: 0
}

[dir=rtl] .header__lang-menu::-webkit-scrollbar-track {
    border-radius: 8px 0 0 8px
}

@media (prefers-color-scheme:dark) {

    .content-ad-wrapper,
    .footer-ad-wrapper,
    .header-ad-wrapper {
        background: #2d2d2d;
        border-color: #404040
    }

    .content-ad-wrapper:hover {
        background: #333
    }

    .faq-answer-content {
        border-top-color: rgba(255, 255, 255, .1)
    }

    .header__lang-menu {
        background: #1e293b;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
        scrollbar-color: #475569 #1e293b
    }

    .header__lang-menu::-webkit-scrollbar-track {
        background: #1e293b
    }

    .header__lang-menu::-webkit-scrollbar-thumb {
        background: #475569
    }

    .header__lang-menu::-webkit-scrollbar-thumb:hover {
        background: #64748b
    }

    .header__lang-menu a {
        color: #e2e8f0
    }

    .header__lang-menu a.active,
    .header__lang-menu a:hover {
        background: #334155
    }
}

.blog-card-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: .5px;
    border-radius: 30px;
    transition: .3s;
    width: fit-content;
    border: none;
    line-height: 1;
    white-space: nowrap
}

.blog-card-read-more svg {
    transition: transform .3s;
    width: 16px;
    height: 16px
}

.blog-card-read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15)
}

.blog-card-read-more:hover svg {
    transform: translateX(4px)
}

.blog-card-read-more:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.blog-card-read-more:focus-visible {
    outline: #3b82f6 solid 2px;
    outline-offset: 3px
}

@media (max-width:768px) {
    .header__lang-menu {
        left: auto !important;
        min-width: 200px;
        max-width: 260px;
        max-height: 350px;
        position: fixed;
        right: 10px !important;
        top: 65px !important
    }

    [dir=rtl] .header__lang-menu {
        right: auto !important;
        left: 10px !important
    }

    .blog-card-read-more {
        padding: 8px 18px;
        font-size: 13px;
        gap: 6px
    }

    .blog-card-read-more svg {
        width: 14px;
        height: 14px
    }
}

@media (max-width:480px) {
    [dir=rtl] .faq-question span:first-child {
        padding-left: 12px
    }

    .header__lang-menu {
        min-width: 180px;
        max-width: 220px;
        max-height: 300px
    }

    .blog-card-read-more {
        padding: 8px 16px;
        font-size: 12px
    }
}

[dir=rtl] .blog-card-read-more:hover svg {
    transform: rotate(180deg) translateX(4px)
}

/* ===== FIX: Prevent Layout Shifts (CLS) - Safe Version ===== */

/* ===== FIX 1: Language Flags - Keep Them Small ===== */
.header__lang-btn img,
.header__lang-menu img {
    width: 20px !important;
    height: 15px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    display: inline-block !important;
    object-fit: contain !important;
}

/* ===== FIX 2: Prevent Layout Shifts (CLS) ===== */
/* Reserve space for blog card images */
.blog-card-image {
    position: relative;
    background-color: #f0f0f0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reserve space for content images */
.page-content img:not(.header__lang-menu img) {
    max-width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
}

/* Reserve space for hero images */
.hero-image img,
.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Reserve space for videos */
video, iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

/* ===== HERO SECTION OPTIMIZATIONS ===== */

/* Reserve space for hero image to prevent CLS */
.hero-image {
    flex: 0 0 auto;
    max-width: 42%;
    position: relative;
}

.hero-main-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Ensure hero container has proper spacing */
.hero-container {
    display: flex;
    align-items: center;
    gap: 50px;
    min-height: 500px;
}

/* Mobile hero image fix */
@media (max-width: 768px) {
    .hero-image {
        max-width: 60%;
        margin: 0 auto;
    }
    
    .hero-container {
        flex-direction: column;
        min-height: auto;
    }
    
    .order-left .hero-image {
        order: -1;
    }
}

/* Prevent hero text from shifting */
.hero-content {
    flex: 1;
    max-width: 550px;
}

.hero-content h1,
.hero-content h2,
.hero-content .hero-features,
.hero-content .hero-buttons,
.hero-content .security,
.hero-content .hero-description {
    margin-bottom: 20px;
}


/* ===== MOBILE CLS FIX ===== */
@media (max-width: 768px) {
    .hero-container {
        min-height: 450px;
    }
    
    .hero-image {
        min-height: 200px;
        background: #f5f5f5;
    }
    
    .blog-card-image {
        min-height: 180px;
        background: #f0f0f0;
    }
    
    .feature-box, .howto-card {
        min-height: 300px;
    }
}




/* White background for blog dates - always readable */
.blog-card-date {
    background: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #333333 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

.blog-card-date svg {
    color: #666666 !important;
}

.header__lang.open .header__lang-menu {
    display: block !important;
}

/* Dynamic Header Height */
.header {
    height: var(--header-height, 60px);
    transition: height 0.3s ease;
}

.header__nav {
    height: 100%;
}

@media (max-width: 768px) {
    .header {
        height: var(--header-height-mobile, 55px);
    }
}

/* Gradient Header Styles */
.header-gradient {
    background: linear-gradient(135deg, var(--header-gradient-start, #1a1a1a), var(--header-gradient-end, #2d2d2d));
}

.header-solid {
    background-color: var(--header-gradient-start, #1a1a1a);
}

.header-transparent {
    background: transparent;
    backdrop-filter: blur(10px);
}