﻿
    .bi-play-circle-fill::before {
        color: #ffffff !important;
    }
    .meni {
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
    }

    @media (min-width: 991px) {
        /* --- Sekcja Hero (Przelicznik: 1px = 0.052vw) --- */
.inner-banner-one {
    position: relative;
    padding: 7.7vw 0 0.24vw !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                      url('../images/blok.webp'); 
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.inner-banner-one h1,
.inner-banner-one h2 {
    color: #fff !important;
    /* 60px * 0.052 = 3.12vw */
    font-size: 3.12vw; 
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.hero-subtitle {
    /* 24px * 0.052 = 1.248vw */
    font-size: 1.248vw;
    color: rgba(255, 255, 255, 0.9);
    /* 700px * 0.052 = 36.4vw */
    max-width: 36.4vw;
    /* 30px * 0.052 = 1.56vw | 50px * 0.052 = 2.6vw */
    margin: 1.56vw auto 2.6vw;
}

/* --- Przycisk Audio w Hero --- */
.mic-hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #000;
    /* 12px = 0.624vw | 25px = 1.3vw */
    padding: 0.624vw 1.3vw;
    /* 50px = 2.6vw */
    border-radius: 2.6vw;
    cursor: pointer;
    transition: all 0.3s ease;
    /* 40px = 2.08vw */
    margin-bottom: 2.08vw;
    margin-left: auto;
    margin-right: auto;
        background: url(bg_01.webp) no-repeat center bottom !important;
    background-size: cover !important;
}

.mic-hero-btn span {
    /* 18px = 0.936vw */
    font-size: 0.936vw;
    font-weight: 600;
}

.mic-hero-btn i {
    /* 24px = 1.248vw */
    font-size: 1.248vw;
    margin-right: 0.52vw; /* 10px */
}

/* --- Breadcrumb - ukryty --- */
.breadcrumb-one,
.style-none.breadcrumb-one { display: none !important; }
.breadcrumb-one li {
    color: rgba(255, 255, 255, 0.6);
    /* 10px = 0.52vw */
    margin: 0 0.52vw;
    /* 16px = 0.832vw */
    font-size: 0.832vw;
}
.style-none {
    margin-top: 0vw !important;
}

.tytuly111 {
    font-size: 1vw;
    }

/* --- Banner GĂłrny --- */
.inner-banner-one {
    padding: 7.7vw 0 0.24vw !important;
    background-size: cover;
    text-align: center;
}

.inner-banner-one h2 {
    font-size: 3.12vw; /* 60px */
    color: #fff;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.248vw; /* 24px */
    max-width: 36.4vw; /* 700px */
    margin: 1.56vw auto 2.6vw; /* 30px / 50px */
    color: rgba(255,255,255,0.9);
}

.breadcrumb-one li, .breadcrumb-one a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-one .divider {
    margin: 0 0.52vw; /* 10px */
    color: rgba(255,255,255,0.5);
}

/* --- Siatka RozwiÄ…zaĹ„ --- */
.solutions-grid-section {
    padding: 8.32vw 0; /* 160px */
    background-color: #f8f9fa;
}

.mb-solution {
    margin-bottom: 2.6vw; /* 50px */
}

.solution-card {
    background: #fff;
    border-radius: 1.56vw; /* 30px */
    overflow: hidden;
    box-shadow: 0 1.04vw 3.12vw rgba(0,0,0,0.05); /* 20px / 60px */
    transition: transform 0.3s ease;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.solution-card:hover {
    transform: translateY(-0.52vw); /* -10px */
}

.card-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    padding: 2.08vw; /* 40px */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-tag {
    font-size: 0.728vw; /* 14px */
    text-transform: uppercase;
    color: #ffc107;
    font-weight: 600;
    margin-bottom: 0.78vw; /* 15px */
    display: block;
}

.card-content h4 {
    font-size: 1.456vw; /* 28px */
    margin-bottom: 1.04vw; /* 20px */
    color: #1d1d1d;
}

.card-content p {
    font-size: 0.936vw; /* 18px */
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.56vw; /* 30px */
    flex-grow: 1;
}

.btn-details {
    font-size: 0.832vw; /* 16px */
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.btn-details i {
    margin-left: 0.52vw; /* 10px */
    transition: transform 0.3s;
}

.btn-details:hover {
    color: #ffc107;
}

.btn-details:hover i {
    transform: translateX(0.26vw); /* 5px */
}
/* --- Banner GĂłrny (tak jak na stronie "O aintigo" / "RozwiÄ…zania") --- */
.inner-banner-one {
    padding: 11.7vw 0 6.24vw; /* 225px / 120px */
    background-size: cover;
    text-align: center;
}

.inner-banner-one h2 {
    font-size: 3.12vw; /* 60px */
    color: #fff;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.248vw; /* 24px */
    max-width: 36.4vw; /* 700px */
    margin: 1.56vw auto 2.6vw; /* 30px / 50px */
    color: rgba(255,255,255,0.9);
}

.breadcrumb-one li, .breadcrumb-one a, .breadcrumb-one .current-page {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-one .divider {
    margin: 0 0.52vw; /* 10px */
    color: rgba(255,255,255,0.5);
}

/* --- Sekcja WprowadzajÄ…ca (solution-intro-section) --- */
.solution-intro-section {
    padding: 5vw 0 4vw;
    background-color: #f8f9fa;
}

.solution-intro-section .intro-content {
    text-align: left;
}
.solution-intro-section .intro-cta {
    text-align: left;
}

.intro-heading {
    font-size: 2vw;
    max-width: 100%;
    margin: 0 0 1.56vw;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.3;
}

.intro-text {
    font-size: 1.144vw; /* 22px */
    max-width: 100%;
    margin: 0 0 2.6vw;
    color: #666;
    line-height: 1.6;
}

.intro-image-wrapper {
    max-width: 62.4vw; /* 1200px */
    margin: 0 auto;
    border-radius: 1.56vw; /* 30px */
    overflow: hidden;
    box-shadow: 0 1.04vw 3.12vw rgba(0,0,0,0.08); /* 20px / 60px */
}

.intro-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* --- Sekcja Funkcji (features-section) --- */
.features-section {
    padding: 8.32vw 0; /* 160px */
    padding-bottom: 4vw;
}
.solution-intro-section,
.block-feature-two .feature-meta {
    padding-bottom: 4vw;
}

.mb-section-title {
    margin-bottom: 3.12vw; /* 60px */
}

.mb-feature-card {
    margin-bottom: 2.08vw; /* 40px */
}

.feature-card {
    background: #fff;
    border-radius: 1.04vw; /* 20px */
    padding: 2.08vw; /* 40px */
    height: 100%; /* Upewnia siÄ™, ĹĽe karty majÄ… tÄ™ samÄ… wysokoĹ›Ä‡ */
    box-shadow: 0 0.52vw 1.56vw rgba(0,0,0,0.05); /* 10px / 30px */
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-0.26vw); /* -5px */
    box-shadow: 0 1.04vw 3.12vw rgba(0,0,0,0.1); /* 20px / 60px */
}

.feature-card .icon-wrapper {
    width: 3.12vw; /* 60px */
    height: 3.12vw; /* 60px */
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.04vw; /* 20px */
}

.feature-card .icon-wrapper i {
    font-size: 1.56vw; /* 30px */
    color: #fff;
}

.feature-card h4 {
    font-size: 1.248vw; /* 24px */
    font-weight: 600;
    margin-bottom: 0.78vw; /* 15px */
    color: #1d1d1d;
}

.feature-card p {
    font-size: 0.936vw; /* 18px */
    line-height: 1.6;
    color: #666;
}

/* --- Sekcja CTA (cta-section) --- */
.cta-section {
    padding: 4.32vw 0 !important;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); /* PrzykĹ‚adowe tĹ‚o, moĹĽesz zmieniÄ‡ */
    color: #fff;
    text-align: center;
}

.cta-box {
    max-width: 52vw; /* 1000px */
    margin: 0 auto;
}

.cta-title {
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1.04vw; /* 20px */
    color: #fff;
}

.cta-text {
    font-size: 1.144vw; /* 22px */
    margin-bottom: 2.6vw; /* 50px */
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

.cta-btn {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-size: 1.04vw; /* 20px */
    padding: 0.78vw 2.08vw; /* 15px 40px */
    border-radius: 2.6vw; /* 50px */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: linear-gradient(135deg, #5a0ebb 0%, #1a65ec 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(37,117,252,0.4);
}

.cta-btn span {
    margin-right: 0.52vw; /* 10px */
}

.cta-btn .icon img {
    width: 1.04vw; /* 20px */
    height: 1.04vw; /* 20px */
}
}

/* --- Media Queries (przykĹ‚adowe, dostosuj do swoich breakpointĂłw) --- */
@media (max-width: 991px) {
    .inner-banner-one {
        padding: 8vw 0 5vw;
    }
    .inner-banner-one h2 {
        font-size: 4vw;
    }
    .hero-subtitle {
        font-size: 2vw;
        max-width: 60vw;
    }
    .breadcrumb-one li, .breadcrumb-one a, .breadcrumb-one .current-page {
        font-size: 1.5vw;
    }

    .solution-intro-section {
        padding: 6vw 0;
    }
    .intro-heading {
        font-size: 2.8vw;
        max-width: 70vw;
    }
    .intro-text {
        font-size: 1.8vw;
        max-width: 60vw;
    }
    .intro-image-wrapper {
        max-width: 80vw;
    }
    .features-section {
        padding: 6vw 0;
    }
    .mb-feature-card {
        margin-bottom: 3vw;
    }
    .feature-card .icon-wrapper {
        width: 4vw;
        height: 4vw;
    }
    .feature-card .icon-wrapper i {
        font-size: 2.5vw;
    }
    .feature-card h4 {
        font-size: 2vw;
    }
    .feature-card p {
        font-size: 1.6vw;
    }

    .cta-section {
        padding: 6vw 0;
    }
    .cta-title {
        font-size: 3.5vw;
    }
    .cta-text {
        font-size: 1.8vw;
    }
    .cta-btn {
        font-size: 1.5vw;
        padding: 1vw 2.5vw;
    }
    .cta-btn .icon img {
        width: 1.5vw;
        height: 1.5vw;
    }
}

@media (max-width: 767px) {
    .inner-banner-one {
        padding: 15vw 0 10vw;
    }
    .inner-banner-one h2 {
        font-size: 7vw;
    }
    .hero-subtitle {
        font-size: 4vw;
        max-width: 90vw;
    }
    .breadcrumb-one li, .breadcrumb-one a, .breadcrumb-one .current-page {
        font-size: 3vw;
    }

    .solution-intro-section {
        padding: 10vw 0;
    }
    .intro-heading {
        font-size: 6vw;
        max-width: 90vw;
    }
    .intro-text {
        font-size: 4vw;
        max-width: 90vw;
    }
    .intro-image-wrapper {
        max-width: 95vw;
    }

    .features-section {
        padding: 10vw 0;
    }
    .mb-section-title {
        margin-bottom: 6vw;
    }
    .mb-feature-card {
        margin-bottom: 6vw;
    }
    .feature-card {
        padding: 6vw 4vw;
    }
    .feature-card .icon-wrapper {
        width: 8vw;
        height: 8vw;
        margin-bottom: 3vw;
    }
    .feature-card .icon-wrapper i {
        font-size: 4vw;
    }
    .feature-card h4 {
        font-size: 5vw;
    }
    .feature-card p {
        font-size: 4vw;
    }

    .cta-section {
        padding: 10vw 0;
    }
    .cta-title {
        font-size: 8vw;
    }
    .cta-text {
        font-size: 4vw;
    }
    .cta-btn {
        font-size: 4vw;
        padding: 3vw 8vw;
        border-radius: 10vw;
    }
    .cta-btn .icon img {
        width: 4vw;
        height: 4vw;
    }
}

/* Ikony — bez object-fit cover */
.btn-one .icon img,
.cta-btn .icon img,
a.btn-one img,
.service-item__icon img,
.site-logo,
.footer-brand__logo img,
.fotki,
.mikrofon,
.strzalka,
.logowanie,
.hero-banner-one .shapes img {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: unset !important;
    aspect-ratio: auto !important;
}

/* Kontentні фото — object-fit: cover (як city-scroll / blog-card) */
.intro-image-wrapper,
.local-seo-visual,
.feature-enhanced-visual,
.about-section-visual,
.services-hub-visual,
.blog-article-featured,
.blog-gsc-figure,
.card-img-wrapper,
.rozwiazania-section .rozwiazania-card .card-img-wrap,
.page-local-custom .tp-hero-media__figure {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-article-featured {
    aspect-ratio: 16 / 9;
}

.intro-image-wrapper img,
.feature-meta .col-lg-6 img,
.feature-meta .col-lg-5 img,
.feature-meta .col-md-6 > img,
.local-seo-visual-img,
.feature-enhanced-visual-img,
.about-section-visual-img,
.services-hub-visual-img,
.pricing-calc-visual-img,
.feature-enhanced-visual img,
.blog-article-featured img,
.blog-gsc-figure img,
.card-img-wrapper img,
.rozwiazania-section .rozwiazania-card .card-img-wrap img,
.page-local-custom .tp-hero-media__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-image-wrapper img,
.feature-meta .col-lg-6 img,
.feature-meta .col-lg-5 img,
.feature-meta .col-md-6 > img {
    transition: transform 0.5s ease;
}

.intro-image-wrapper:hover img {
    transform: scale(1.03);
}

@media (min-width: 991px) {
    /* --- Sekcja RozwiÄ…zania - Intro --- */
.solution-intro-section {
    padding: 5vw 0 4vw;
}

.intro-content {
    padding-right: 4.5vw; /* wiÄ™kszy gap od obrazka */
    text-align: left;
}

.solution-intro-section .row > [class*="col-"],
.block-feature-two .feature-meta .row > [class*="col-"] {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
}

.intro-heading {
    font-size: 2vw;
    line-height: 1.3;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 1.56vw; /* 30px */
}

.intro-text {
    font-size: 1.144vw; /* 22px */
    line-height: 1.6;
    color: #666;
    margin-bottom: 2.6vw; /* 50px */
}

.intro-image-wrapper {
    border-radius: 1.56vw; /* 30px */
    overflow: hidden;
    /* Delikatny cieĹ„ dla profesjonalnego efektu */
    box-shadow: 0 1.04vw 3.12vw rgba(0,0,0,0.08); 
}

/* Dostosowanie przycisku jeĹ›li jest uĹĽyty */
.intro-cta .btn-one {
    font-size: 0.936vw; /* 18px */
    padding: 0.78vw 2.08vw; /* 15px 40px */
    border-radius: 2.6vw; /* 50px */
}
}

/* --- Media Queries dla Mobile --- */
@media (max-width: 991px) {
    .intro-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .intro-heading {
        font-size: 28px;
    }
    .intro-text {
        font-size: 18px;
    }
}
}

@media (min-width: 991px) {
    /* Statystyki w Hero */
.stat-box h3 {
    font-size: 2.6vw; /* 50px */
    color: #ffc107;
    font-weight: 800;
}
.stat-box p {
    font-size: 0.832vw; /* 16px */
    color: #fff;
}

/* Karty Audio */
.audio-card {
    background: #fff;
    padding: 2.08vw;
    border-radius: 1.04vw;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #eee;
}
.audio-card:hover {
    background: #ffc107;
    border-color: #ffc107;
}
.audio-card .icon {
    font-size: 2.08vw;
    margin-bottom: 1.04vw;
}

/* Karty KrokĂłw */
.step-card {
    padding: 2.6vw;
    background: #fdfdfd;
    border-left: 0.26vw solid #ffc107;
    height: 100%;
}
.step-num {
    font-weight: 800;
    color: #ffc107;
    font-size: 0.728vw;
    margin-bottom: 1.04vw;
}
.step-card h4 {
    font-size: 1.456vw;
    margin-bottom: 1.04vw;
}

/* OgĂłlne */
.rounded-30 { border-radius: 1.56vw; }
}
}

@media (min-width: 991px) {
    .contact-image-box {
    position: relative;
    min-height: 20.8vw; /* 400px */
}

.contact-image-box img {
    filter: brightness(0.7);
    transition: 0.5s;
}

.contact-image-box:hover img {
    filter: brightness(0.5);
    transform: scale(1.05);
}

.contact-image-box .overlay-text {
    position: absolute;
    bottom: 2.08vw; /* 40px */
    left: 2.08vw;
    z-index: 2;
    color: #fff;
}

.contact-image-box .overlay-text h3 {
    font-size: 1.82vw; /* 35px */
    font-weight: 800;
    color: #ffc107;
    margin-bottom: 0.52vw;
}

.contact-image-box .overlay-text p {
    font-size: 0.936vw; /* 18px */
    line-height: 1.6;
}
}

/* Mega menu - wycentrowane */
@media (min-width: 991px) {
.dropdown-mega { position: static; }
.dropdown-mega .mega-menu-wrap {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 72px !important;
    width: min(92vw, 1000px) !important;
    max-width: 1000px !important;
    padding: 1rem 1.5rem !important;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    background: #fff !important;
}
.dropdown-mega .mega-menu-wrap .dropdown-header {
    font-size: 0.7rem;
    font-weight: 700;
    padding-bottom: 0.6rem;
}
.dropdown-mega .mega-menu-wrap .dropdown-item { padding: 0.4rem 0; font-size: 0.9rem; }
}

/* RozwiÄ…zania section - karty rozwiÄ…zaĹ„ */
.rozwiazania-section .rozwiazania-card {
    padding: 1.5rem;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: inherit;
}
.rozwiazania-section .rozwiazania-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    color: inherit;
}
.rozwiazania-section .rozwiazania-card .card-img-wrap img {
    transition: transform 0.4s ease;
}
.rozwiazania-section .rozwiazania-card:hover .card-img-wrap img {
    transform: scale(1.05);
}
.rozwiazania-section .rozwiazania-card.border-dashed {
    border: 2px dashed #dee2e6;
}
.rozwiazania-section .rozwiazania-card.border-dashed:hover {
    border-color: var(--aintigo-primary, #6a11cb);
}

/* SEO positioning section - padding 5vw, dekoracyjne tĹ‚o */
.seo-positioning-section {
    padding: 5vw 0 !important;
    background: linear-gradient(135deg, #f8f6ff 0%, #eef4ff 50%, #f0f9ff 100%) !important;
    position: relative;
    overflow: hidden;
}
.seo-positioning-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(106, 17, 203, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(37, 117, 252, 0.06) 0%, transparent 50%);
    pointer-events: none;
}
.seo-positioning-section .seo-content {
    position: relative;
    z-index: 1;
}

.about-section {
    padding: 6vw 0 !important;
}

.about-section-content {
    position: relative;
    z-index: 1;
}

.about-section-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a11cb;
    background: rgba(106, 17, 203, 0.1);
    border: 1px solid rgba(106, 17, 203, 0.2);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    margin-bottom: 1.25rem;
}

.about-section-lead {
    color: #2a3537;
    line-height: 1.6;
}

.about-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #3d4a4c;
}

.about-highlights li i {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.12), rgba(37, 117, 252, 0.12));
    color: #6a11cb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.about-stat-card {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 14px;
    padding: 0.85rem 1.15rem;
    min-width: 7.5rem;
    box-shadow: 0 8px 24px rgba(13, 26, 28, 0.06);
}

.about-stat-card strong {
    font-size: 1.35rem;
    color: #6a11cb;
    line-height: 1.2;
}

.about-stat-card span {
    font-size: 0.85rem;
    color: #5a686a;
}

.about-section-visual-img {
    box-shadow: 0 28px 60px rgba(13, 26, 28, 0.14);
}

@media (max-width: 991px) {
    .about-section {
        padding: 4rem 0 !important;
    }
    .about-section .col-lg-6 + .col-lg-6 {
        margin-top: 2rem;
    }
}

.feature-meta--enhanced {
    width: 100%;
    padding: 5vw 0;
    margin-bottom: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #faf9ff 0%, #eef4ff 50%, #f0f9ff 100%);
    border: none;
    border-top: 1px solid rgba(106, 17, 203, 0.06);
    border-bottom: 1px solid rgba(106, 17, 203, 0.06);
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.feature-meta--enhanced::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 40%, rgba(106, 17, 203, 0.07) 0%, transparent 45%),
                radial-gradient(circle at 85% 60%, rgba(37, 117, 252, 0.07) 0%, transparent 45%);
    pointer-events: none;
}

.feature-meta--enhanced .container {
    position: relative;
    z-index: 1;
}

.feature-meta--seo {
    background: linear-gradient(135deg, #f0f9ff 0%, #f5f3ff 50%, #faf9ff 100%);
}

.feature-meta--seo::before {
    background: radial-gradient(circle at 80% 35%, rgba(37, 117, 252, 0.08) 0%, transparent 45%),
                radial-gradient(circle at 20% 65%, rgba(106, 17, 203, 0.07) 0%, transparent 45%);
}

.feature-meta--ai {
    background: linear-gradient(135deg, #faf9ff 0%, #fff5fc 50%, #f4f8ff 100%);
}

.feature-meta--ai::before {
    background: radial-gradient(circle at 15% 40%, rgba(233, 30, 140, 0.06) 0%, transparent 45%),
                radial-gradient(circle at 85% 60%, rgba(106, 17, 203, 0.08) 0%, transparent 45%);
}

.feature-enhanced-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a11cb;
    background: rgba(106, 17, 203, 0.1);
    border: 1px solid rgba(106, 17, 203, 0.2);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    margin-bottom: 1.25rem;
}

.feature-enhanced-lead {
    color: #2a3537;
    line-height: 1.6;
}

.feature-enhanced-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.9rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #3d4a4c;
}

.feature-enhanced-list li i {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.12), rgba(37, 117, 252, 0.12));
    color: #6a11cb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.feature-enhanced-visual-img {
    box-shadow: 0 28px 60px rgba(13, 26, 28, 0.12);
}

@media (max-width: 991px) {
    .feature-meta--enhanced {
        padding: 3.5rem 0;
    }
    .feature-meta--enhanced .col-lg-6 + .col-lg-6 {
        margin-top: 1.5rem;
    }
}

.local-seo-section {
    padding: 0 0 2rem;
    position: relative;
}

.local-seo-visual-img {
    box-shadow: 0 24px 55px rgba(13, 26, 28, 0.12);
}

.local-seo-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0.85rem;
    color: #3d4a4c;
}

.local-seo-benefits li i {
    color: #6a11cb;
    font-size: 1.15rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* --- Блог (Google Discover) --- */
.home-blog {
    background: linear-gradient(180deg, rgba(106, 17, 203, 0.04) 0%, transparent 100%);
}

.home-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.blog-card {
    height: 100%;
}

.blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(13, 26, 28, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    color: inherit;
}

.blog-card__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(106, 17, 203, 0.12);
    color: inherit;
}

.blog-card__img-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card__body {
    padding: 1.35rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card__cat {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a11cb;
    margin-bottom: 0.5rem;
}

.blog-card__title {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.65rem;
    color: #0d1a1c;
}

.blog-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3d4a4c;
    margin-bottom: 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__meta {
    font-size: 0.85rem;
    color: #4f5c5f;
}

/* Classic WebQos header — blue bar, white nav */
@media (min-width: 992px) {
    .theme-main-menu.menu-style-one,
    .theme-main-menu.menu-style-one.fixed {
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
        box-shadow: none !important;
    }

    /* Прозорий хедер лише на index.html (body.page-home без інших page-* класів) */
    body.page-home:not(.page-blog-article):not(.page-local-city):not(.page-city-site):not(.page-blog-index):not(.page-blog-author):not(.page-local-custom) .theme-main-menu.menu-style-one.menu-overlay:not(.fixed) {
        background: transparent !important;
    }

    .theme-main-menu.menu-style-one .nav-item .nav-link {
        color: #fff !important;
    }
}

.blog-article-hero {
    padding: 9rem 0 2.25rem;
    background: linear-gradient(180deg, rgba(106, 17, 203, 0.06) 0%, transparent 100%);
}

.blog-breadcrumb {
    margin: 0 0 1.75rem;
}

.blog-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0.6rem 1.15rem;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    font-size: 0.88rem;
    line-height: 1.4;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(106, 17, 203, 0.14);
    border-radius: 999px;
    box-shadow: 0 4px 18px rgba(106, 17, 203, 0.06);
}

.blog-breadcrumb__list li {
    display: flex;
    align-items: center;
    color: #5a686a;
}

.blog-breadcrumb__list li + li::before {
    content: '›';
    margin: 0 0.55rem;
    color: #b0b8ba;
    font-size: 1.05rem;
    line-height: 1;
}

.blog-breadcrumb__list a {
    color: #6a11cb;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.blog-breadcrumb__list a:hover {
    color: #4a0a9a;
    text-decoration: underline;
}

.blog-breadcrumb__list li[aria-current="page"] {
    color: #0d1a1c;
    font-weight: 600;
}

.blog-article-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0d1a1c;
    margin-bottom: 1rem;
}

.blog-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: 0.9rem;
    color: #6b7a7d;
}

.blog-article-featured {
    margin: 0 0 2.5rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(13, 26, 28, 0.1);
}

.blog-article-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #2a3638;
}

.blog-article-body .blog-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    color: #0d1a1c;
    margin-bottom: 1.5rem;
}

.blog-article-body h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 2.25rem 0 1rem;
    color: #0d1a1c;
}

.blog-article-body h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.75rem 0 0.75rem;
}

.blog-article-body p {
    margin-bottom: 1.15rem;
}

.blog-article-body ul,
.blog-article-body ol {
    margin: 0 0 1.25rem 1.25rem;
}

.blog-article-body li {
    margin-bottom: 0.45rem;
}

.blog-article-body a {
    color: #6a11cb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-article-body a:hover {
    color: #4a0a9a;
}

.blog-article-body code {
    font-size: 0.9em;
    background: rgba(106, 17, 203, 0.08);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
}

.blog-article-author-role {
    color: #6a11cb;
    font-weight: 500;
}

.blog-author-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 1.75rem 0 2rem;
    padding: 1.25rem 1.35rem;
    background: rgba(106, 17, 203, 0.05);
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 16px;
}

.blog-author-box__photo {
    flex-shrink: 0;
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(106, 17, 203, 0.2);
    box-shadow: 0 6px 18px rgba(106, 17, 203, 0.12);
}

.blog-author-box__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-author-box__name a {
    color: #0d1a1c;
    text-decoration: none;
    font-weight: 600;
}

.blog-author-box__name a:hover {
    color: #6a11cb;
}

.blog-article-author {
    color: #0d1a1c;
    font-weight: 600;
    text-decoration: none;
}

.blog-article-author:hover {
    color: #6a11cb;
    text-decoration: underline;
}

.blog-author-box__initials {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border-radius: 50%;
}

.blog-author-box__name {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.25rem;
    color: #0d1a1c;
}

.blog-author-box__meta {
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    color: #5a686a;
}

.blog-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.blog-stat-card,
.blog-stat,
.blog-stats-grid .stat-card {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 16px;
    padding: 1.35rem 1.15rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(13, 26, 28, 0.05);
}

.blog-stat-number,
.blog-stat__value,
.blog-stats-grid .stat-card h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #6a11cb;
    line-height: 1.2;
    margin: 0 0 0.5rem;
}

.blog-stat-text,
.blog-stat__label,
.blog-stats-grid .stat-card p {
    font-size: 0.88rem;
    line-height: 1.45;
    color: #3d4a4c;
    margin: 0;
}

.blog-table-wrap {
    margin: 2rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.blog-article-body .blog-table,
.blog-article-body table.blog-table,
.local-zigzag-prose__body .blog-table,
.local-zigzag-page .blog-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(13, 26, 28, 0.06);
}

.blog-table th,
.blog-table td {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(106, 17, 203, 0.1);
    text-align: left;
    vertical-align: top;
}

.blog-table th {
    background: rgba(106, 17, 203, 0.08);
    font-weight: 600;
    color: #0d1a1c;
}

.blog-table tr:nth-child(even) td {
    background: rgba(106, 17, 203, 0.03);
}

.blog-inline-cta {
    margin: 2.25rem 0;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.08) 0%, rgba(37, 117, 252, 0.06) 100%);
    border: 1px solid rgba(106, 17, 203, 0.18);
    border-radius: 20px;
    border-left: 4px solid #6a11cb;
}

.blog-inline-cta--alt {
    border-left-color: #2575fc;
}

.blog-inline-cta__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6a11cb;
    margin: 0 0 0.5rem;
}

.blog-inline-cta__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0 0 0.65rem;
    color: #0d1a1c;
    line-height: 1.35;
}

.blog-inline-cta__text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3d4a4c;
    margin: 0 0 1.15rem;
}

.blog-case-study {
    margin: 2rem 0;
    padding: 1.75rem 1.5rem;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 16px;
    border-left: 4px solid #6a11cb;
}

.blog-case-study h3 {
    margin-top: 0 !important;
}

.blog-case-study__label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6a11cb;
    margin: 0 0 0.75rem;
}

.blog-sources {
    font-size: 0.88rem;
    line-height: 1.55;
    color: #5a686a;
    margin: 0.5rem 0 2rem;
    padding: 0.85rem 1rem;
    background: rgba(106, 17, 203, 0.04);
    border-left: 3px solid rgba(106, 17, 203, 0.25);
    border-radius: 0 10px 10px 0;
}

.blog-sources a {
    color: #6a11cb;
    font-weight: 500;
}

.blog-internal-links {
    margin: 2.5rem 0;
    padding: 1.5rem 1.35rem;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 16px;
}

.blog-internal-links h2 {
    font-size: 1.2rem;
    margin: 0 0 1rem;
}

.blog-internal-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 1.25rem;
}

.blog-internal-links li {
    margin: 0;
}

.blog-internal-links a {
    font-size: 0.95rem;
    font-weight: 500;
}

@media (max-width: 767px) {
    .blog-internal-links ul {
        grid-template-columns: 1fr;
    }
}

.blog-author-page__certs-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #0d1a1c;
}

.blog-author-page__certs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-author-page__certs li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1.35rem;
    font-size: 0.95rem;
    color: #3d4a4c;
}

.blog-author-page__certs li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #6a11cb;
    font-weight: 700;
}

.blog-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
}

.blog-checklist li {
    position: relative;
    padding: 0.55rem 0 0.55rem 1.75rem;
    border-bottom: 1px solid rgba(106, 17, 203, 0.08);
}

.blog-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.55rem;
    font-weight: 700;
    color: #6a11cb;
}

.blog-faq {
    margin: 2.5rem 0 1.5rem;
}

.blog-faq h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.blog-faq__item {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.blog-faq__item[open] {
    box-shadow: 0 6px 20px rgba(106, 17, 203, 0.08);
}

.blog-faq__q {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0d1a1c;
    cursor: pointer;
    list-style: none;
}

.blog-faq__q::-webkit-details-marker {
    display: none;
}

.blog-faq__q::after {
    content: '+';
    float: right;
    font-size: 1.25rem;
    font-weight: 400;
    color: #6a11cb;
}

.blog-faq__item[open] .blog-faq__q::after {
    content: '−';
}

.blog-faq__a {
    padding: 0 1.25rem 1.15rem;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3d4a4c;
}

@media (max-width: 767px) {
    .blog-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Blog layout variants (Discover articles) --- */

.blog-gsc-figure {
    margin: 0 0 2.5rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(13, 26, 28, 0.12);
    border: 1px solid rgba(106, 17, 203, 0.1);
}

.blog-gsc-figure figcaption {
    padding: 0.85rem 1.15rem;
    font-size: 0.88rem;
    color: #5a686a;
    background: rgba(106, 17, 203, 0.04);
    margin: 0;
}

.blog-date-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.blog-date-card {
    padding: 1.35rem 1.25rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.14);
    box-shadow: 0 8px 24px rgba(13, 26, 28, 0.05);
}

.blog-date-card__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6a11cb;
    margin: 0 0 0.35rem;
}

.blog-date-card__date {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0d1a1c;
    margin: 0 0 0.5rem;
}

.blog-date-card p {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
    color: #3d4a4c;
}

.blog-callout {
    margin: 2rem 0;
    padding: 1.5rem 1.35rem;
    background: linear-gradient(135deg, rgba(37, 117, 252, 0.08), rgba(106, 17, 203, 0.06));
    border-radius: 16px;
    border-left: 4px solid #2575fc;
}

.blog-callout--warn {
    border-left-color: #e67e22;
    background: linear-gradient(135deg, rgba(230, 126, 34, 0.08), rgba(106, 17, 203, 0.04));
}

.blog-callout strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: #0d1a1c;
}

.blog-opinion {
    margin: 2.5rem 0;
    padding: 2rem 1.75rem;
    background: #0d1a1c;
    color: #fff;
    border-radius: 20px;
    position: relative;
}

.blog-opinion__label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 0.75rem;
}

.blog-opinion blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.15rem;
    line-height: 1.65;
    font-weight: 500;
    font-style: italic;
}

.blog-opinion cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-style: normal;
    color: rgba(255, 255, 255, 0.75);
}

.blog-split-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.blog-split-compare__col {
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.12);
}

.blog-split-compare__col--before {
    background: rgba(106, 17, 203, 0.04);
}

.blog-split-compare__col--after {
    background: #fff;
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.06);
}

.blog-split-compare__col h3 {
    margin-top: 0 !important;
    font-size: 1.05rem;
}

.blog-mistake-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.blog-mistake-card {
    padding: 1.35rem 1.25rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 6px 20px rgba(13, 26, 28, 0.04);
    transition: box-shadow 0.2s ease;
}

.blog-mistake-card:hover {
    box-shadow: 0 12px 32px rgba(106, 17, 203, 0.1);
}

.blog-mistake-card__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border-radius: 50%;
    margin-bottom: 0.65rem;
}

.blog-mistake-card h3 {
    font-size: 1.02rem;
    margin: 0 0 0.5rem;
}

.blog-mistake-card p {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
    color: #3d4a4c;
}

.blog-bar-chart {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.1);
}

.blog-bar-chart h3 {
    margin-top: 0 !important;
    font-size: 1.05rem;
}

.blog-bar-row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.blog-bar-row:last-child {
    margin-bottom: 0;
}

.blog-bar-row__label {
    font-size: 0.85rem;
    color: #3d4a4c;
}

.blog-bar-row__track {
    height: 10px;
    background: rgba(106, 17, 203, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.blog-bar-row__fill {
    height: 100%;
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    border-radius: 999px;
}

.blog-bar-row__pct {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6a11cb;
    text-align: right;
}

.blog-timeline-v {
    margin: 2rem 0;
    padding-left: 1.5rem;
    border-left: 3px solid rgba(106, 17, 203, 0.2);
}

.blog-timeline-v__item {
    position: relative;
    padding: 0 0 1.75rem 1.25rem;
}

.blog-timeline-v__item:last-child {
    padding-bottom: 0;
}

.blog-timeline-v__item::before {
    content: '';
    position: absolute;
    left: -1.65rem;
    top: 0.35rem;
    width: 12px;
    height: 12px;
    background: #6a11cb;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px rgba(106, 17, 203, 0.25);
}

.blog-timeline-v__item h3 {
    font-size: 1.02rem;
    margin: 0 0 0.4rem;
}

.blog-magazine-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 2.5rem;
    align-items: start;
}

.blog-magazine-main {
    min-width: 0;
}

.blog-sidebar-metrics {
    position: sticky;
    top: 6rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.blog-sidebar-metric {
    padding: 1.15rem;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    text-align: center;
}

.blog-sidebar-metric__val {
    font-size: 1.6rem;
    font-weight: 700;
    color: #6a11cb;
    line-height: 1.2;
}

.blog-sidebar-metric__lbl {
    font-size: 0.82rem;
    color: #5a686a;
    margin-top: 0.25rem;
}

.blog-pullquote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid #6a11cb;
    background: rgba(106, 17, 203, 0.05);
    border-radius: 0 16px 16px 0;
    font-size: 1.08rem;
    line-height: 1.6;
    font-weight: 500;
    color: #0d1a1c;
}

.blog-section-num {
    display: flex;
    gap: 1rem;
    margin: 2.5rem 0 1rem;
    align-items: flex-start;
}

.blog-section-num__badge {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    border-radius: 12px;
    font-size: 1.1rem;
}

.blog-section-num__content h2 {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .blog-magazine-wrap {
        grid-template-columns: 1fr;
    }

    .blog-sidebar-metrics {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .blog-date-cards,
    .blog-split-compare,
    .blog-mistake-grid {
        grid-template-columns: 1fr;
    }

    .blog-bar-row {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    .blog-bar-row__pct {
        text-align: left;
    }

    .blog-sidebar-metrics {
        grid-template-columns: 1fr;
    }
}

.blog-article-cta {
    margin: 2.5rem 0 4rem;
    padding: 2rem;
    text-align: center;
    background: rgba(106, 17, 203, 0.06);
    border-radius: 20px;
}

.blog-article-cta p {
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

.blog-author-page__hero {
    padding: 9rem 0 2.5rem;
    background: linear-gradient(180deg, rgba(106, 17, 203, 0.07) 0%, transparent 100%);
}

.blog-author-page__profile {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

.blog-author-page__photo-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(106, 17, 203, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.9);
}

.blog-author-page__photo {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}

.blog-author-page__eyebrow {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a11cb;
    margin: 0 0 0.5rem;
}

.blog-author-page__name {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0d1a1c;
    margin: 0 0 0.5rem;
}

.blog-author-page__role {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6a11cb;
    margin: 0 0 1rem;
}

.blog-author-page__lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: #3d4a4c;
    margin: 0 0 1.25rem;
    max-width: 52rem;
}

.blog-author-page__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.blog-author-page__tag {
    display: inline-block;
    padding: 0.4rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0d1a1c;
    background: rgba(106, 17, 203, 0.08);
    border: 1px solid rgba(106, 17, 203, 0.15);
    border-radius: 999px;
}

.blog-author-page__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
}

.blog-author-page__stat {
    display: flex;
    flex-direction: column;
}

.blog-author-page__stat-num {
    font-size: 1.75rem;
    font-weight: 700;
    color: #6a11cb;
    line-height: 1.2;
}

.blog-author-page__stat-label {
    font-size: 0.88rem;
    color: #5a686a;
}

.blog-author-page__about {
    margin: 2.5rem 0 3rem;
    padding: 2rem 2rem 1.5rem;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 36px rgba(13, 26, 28, 0.05);
}

.blog-author-page__about h2,
.blog-author-page__articles h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #0d1a1c;
}

.blog-author-page__about p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #2a3638;
    margin-bottom: 1rem;
}

.blog-author-page__highlights {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    border-top: 1px solid rgba(106, 17, 203, 0.1);
    padding-top: 1.25rem;
}

.blog-author-page__highlights li {
    position: relative;
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.55;
    color: #3d4a4c;
}

.blog-author-page__highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #6a11cb;
}

.blog-author-page__articles {
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .blog-author-page__hero {
        padding-top: 6.75rem;
    }

    .blog-author-page__profile {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .blog-author-page__photo-wrap {
        max-width: 240px;
        margin: 0 auto;
    }

    .blog-author-page__tags,
    .blog-author-page__stats {
        justify-content: center;
    }

    .blog-author-page__about {
        padding: 1.5rem 1.25rem;
    }
}

.blog-related {
    padding: 3rem 0 5rem;
    background: #f8f9fa;
}

.blog-related__heading {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.blog-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    width: 100%;
}

.blog-related-card__link {
    display: block;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(106, 17, 203, 0.1);
    color: inherit;
    transition: box-shadow 0.2s ease;
}

.blog-related-card__link:hover {
    box-shadow: 0 12px 32px rgba(106, 17, 203, 0.1);
    color: inherit;
}

.blog-related-card__link img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-related-card__body {
    padding: 1rem 1.15rem 1.15rem;
}

.blog-related-card__cat {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a11cb;
}

.blog-related-card__title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.35rem 0;
    line-height: 1.35;
}

.blog-related-card__meta {
    font-size: 0.8rem;
    color: #6b7a7d;
}

@media (max-width: 991px) {
    .home-blog__grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .blog-article-hero {
        padding-top: 6.75rem;
    }

    .blog-breadcrumb__list {
        border-radius: 14px;
        padding: 0.55rem 0.9rem;
    }

    .blog-related__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-related__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }

    .blog-related-card__title {
        font-size: 0.92rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-blog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-blog__grid .blog-card:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }
}

/* Блок «Створення сайтів» під блогом на головній */
.home-service-feature {
    background: linear-gradient(180deg, transparent 0%, rgba(106, 17, 203, 0.05) 100%);
}

.home-service-feature__figure {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 56px rgba(13, 26, 28, 0.1);
}

.home-service-feature__img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Секції головної на 90% ширини (контент по центру) */
.container.container--90 {
    width: 90%;
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

.home-niche-sites > .container.container--90,
.home-city-sites > .container.container--90,
.home-seo-hub > .container.container--90,
#seo-hub > .container.container--90 {
    width: 98%;
    max-width: 100% !important;
}

/* Блок нішевих сайтів на головній — 5 карток в ряд */
.home-niche-sites {
    background: #fff;
}

.home-niche-sites.pb-100,
.home-city-sites.pb-100 {
    padding-bottom: 10px !important;
}

.home-niche-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
}

.home-niche-card {
    height: 100%;
}

.home-niche-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(13, 26, 28, 0.08);
    box-shadow: 0 12px 40px rgba(13, 26, 28, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-niche-card__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(106, 17, 203, 0.12);
}

.home-niche-card__img-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.home-niche-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-niche-card__body {
    padding: 1.15rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-niche-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 0.65rem;
    color: #0d1a1c;
}

.home-niche-card__excerpt {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #5a6566;
    margin: 0 0 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-niche-card__cta {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6a11cb;
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

.home-niche-card__link:hover .home-niche-card__cta {
    color: #2575fc;
}

.niche-editorial-block {
    padding: 3rem 0;
}

.niche-editorial-block + .niche-editorial-block {
    border-top: 1px solid rgba(13, 26, 28, 0.06);
}

.page-local-custom .niche-editorial-block .blog-article-body,
.page-local-custom .local-zigzag-prose__body {
    max-width: none;
}

@media (max-width: 1399px) {
    .home-niche-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home-niche-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .home-niche-grid {
        grid-template-columns: 1fr;
    }
}

.local-city-rich .blog-article-body {
    max-width: none;
}

.page-local-city .local-city-prose__inner,
.page-local-city .local-city-queries__inner,
.page-local-city .local-city-result__inner,
.page-local-city .local-city-faq__inner,
.page-local-city .local-city-why-webqos__points,
.page-local-city .local-city-rich .blog-article-body {
    width: 100%;
    max-width: none;
}

.local-city-why-webqos {
    background: linear-gradient(180deg, rgba(106, 17, 203, 0.04) 0%, transparent 100%);
}

.local-city-map {
    background: #f8f9fa;
}

.local-city-map__inner {
    max-width: 900px;
    margin: 0 auto;
}

.local-city-map__address {
    color: #3d4849;
    margin-bottom: 0;
}

.local-city-map__link {
    color: #6a11cb;
    font-size: 1.25rem;
    text-decoration: none;
}

.local-city-map__link:hover {
    color: #2575fc;
    text-decoration: underline;
}

.local-city-map__embed {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(13, 26, 28, 0.1);
}

.local-city-map__embed iframe {
    display: block;
    width: 100%;
    height: 450px;
    max-width: 100%;
}

.contact-offices {
    background: #f8f9fa;
}

.contact-offices__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-office-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 8px 32px rgba(13, 26, 28, 0.08);
    border: 1px solid rgba(106, 17, 203, 0.08);
    height: 100%;
}

.contact-office-card__title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: #0d1a1c;
}

.contact-office-card__address {
    color: #3d4849;
    margin-bottom: 0.75rem;
}

.contact-office-card__phone {
    color: #3d4849;
}

.contact-office-card__phone i {
    color: #6a11cb;
    margin-right: 0.45rem;
}

.contact-office-card__map {
    margin-top: 1.25rem;
}

.contact-office-card--visit {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .contact-offices__grid {
        grid-template-columns: 1fr;
    }
}

.page-blog-article.page-local-city .blog-article-body--continued {
    padding-top: 0;
}

.page-blog-article.page-local-city .local-city-steps {
    margin-top: 4rem;
}

.local-city-pricing__desc {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #5a6567;
}

.local-city-pricing__table td:last-child {
    white-space: nowrap;
    font-weight: 600;
    color: #6a11cb;
}

.page-local-city .local-city-pricing__inner {
    width: 100%;
    max-width: none;
}

/* Кнопки на головній → сторінки міст */
.local-city-cta__heading {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    color: #0d1a1c;
}

.local-city-cta__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.75rem 1rem;
}

.local-city-cta__link {
    margin: 0;
    max-width: 100%;
}

.local-city-cta__text {
    min-width: 0;
}

.local-city-cta__short {
    display: none;
}

.local-city-cta__full {
    display: inline;
}

/* Сторінка локального просування (місто) */
.local-city-section {
    padding-bottom: 1rem;
}

.local-city-step-card {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    box-shadow: 0 12px 40px rgba(13, 26, 28, 0.06);
}

.local-city-step-num {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #6a11cb;
    margin-bottom: 0.75rem;
}

.local-city-step-title {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: #0d1a1c;
}

.local-city-step-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
    color: #3d4a4c;
}

.local-city-stat-card {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    border-radius: 20px;
    padding: 2rem 1.5rem;
    box-shadow: 0 12px 40px rgba(13, 26, 28, 0.05);
}

.local-city-stat-value {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    color: #6a11cb;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.local-city-stat-label {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #3d4a4c;
}

.local-city-query-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.75rem;
}

.local-city-query-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #0d1a1c;
    background: rgba(106, 17, 203, 0.08);
    border: 1px solid rgba(106, 17, 203, 0.15);
    border-radius: 999px;
}

.local-city-mistake-card {
    background: #fff;
    border-left: 4px solid #6a11cb;
    border-radius: 0 16px 16px 0;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.05);
}

.local-city-mistake-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0d1a1c;
}

.local-city-mistake-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;
    color: #3d4a4c;
}

.local-city-faq-item {
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    margin-bottom: 1rem;
}

.local-city-faq-item:last-child {
    margin-bottom: 0;
}

.local-city-faq-q {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: #0d1a1c;
}

.local-city-faq-a {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #3d4a4c;
}

.local-city-prose p:last-child,
.local-city-result p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .local-seo-section .col-lg-6 + .col-lg-6 {
        margin-top: 2rem;
    }

    .page-local-city .inner-banner-one {
        margin-top: 87px;
    }
}

/* Kontakt - dwa gĹ‚Ăłwne bloki telefon i email */
.contact-main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    border-radius: 24px;
    text-decoration: none !important;
    transition: all 0.35s ease;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(106, 17, 203, 0.2);
}
.contact-main-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.06) 0%, rgba(37, 117, 252, 0.08) 100%);
    transition: opacity 0.35s ease;
}
.contact-main-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(106, 17, 203, 0.15);
    border-color: rgba(106, 17, 203, 0.4);
}
.contact-main-block:hover::before {
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.1) 0%, rgba(37, 117, 252, 0.12) 100%);
}
.contact-main-block-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}
.contact-main-icon {
    display: block;
    font-size: 4rem;
    color: #6a11cb;
    margin-bottom: 1rem;
}
.contact-main-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0D1A1C;
    margin-bottom: 0.5rem;
}
.contact-main-label {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
}
@media (max-width: 991px) {
    .contact-main-value { font-size: 1.5rem; }
    .contact-main-icon { font-size: 3rem; }
}

/* Cookie consent banner */
.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(13, 26, 28, 0.97);
    color: #fff;
    padding: 1rem 1.5rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
}
.cookie-consent-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.cookie-consent-bar p {
    font-size: 0.95rem;
    margin: 0 !important;
}
.cookie-consent-bar a {
    color: #ffc107;
    text-decoration: underline;
}
.cookie-consent-bar a:hover {
    color: #ffdb4d;
}
.cookie-consent-bar .btn-warning {
    white-space: nowrap;
}
@media (max-width: 576px) {
    .cookie-consent-inner { flex-direction: column; text-align: center; }
}

/* ========== Mobile: backgrounds, header, layout ========== */
@media (max-width: 991px) {
    /* Ukryj Logowanie w headerze na mobile â€” jest w menu */
    .theme-main-menu .login-btn-one,
    li.login-btn-one {
        display: none !important;
    }
    /* WymuĹ› tĹ‚o na mobile â€” hero */
    .hero-banner-one {
        background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(bg_01.webp) !important;
        background-size: cover !important;
        background-position: center bottom !important;
        -webkit-background-size: cover !important;
    }
    /* Footer — tło */
    .footer-one,
    .footer-one--webqos {
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
        -webkit-background-size: cover !important;
    }
    /* Header/menu â€” tĹ‚o */
    .theme-main-menu.menu-style-one,
    .theme-main-menu.menu-style-one.fixed,
    .meni {
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
        -webkit-background-size: cover !important;
    }
    /* Fancy banner na gĹ‚Ăłwnej */
    body.page-home .fancy-banner-one .bg-wrapper {
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
    }
    /* Mic button hero */
    .mic-hero-btn {
        background: url(bg_01.webp) no-repeat center center !important;
        background-size: cover !important;
    }
}

@media (max-width: 767px) {
    /* Hero heading mniejszy na maĹ‚ych ekranach */
    .hero-banner-one .hero-heading {
        font-size: 2.2rem !important;
        line-height: 1.15 !important;
    }
    .hero-banner-one .fs-36 {
        font-size: 1.1rem !important;
        margin-bottom: 2rem !important;
    }
    /* Footer kolumny czytelne */
    .footer-one:not(.footer-one--webqos) .footer-nav,
    .footer-one:not(.footer-one--webqos) .footer-contact {
        margin-bottom: 1.5rem;
    }
    /* Logo w headerze */
    .theme-main-menu .logo .site-logo {
        width: 200px !important;
        height: auto !important;
        max-width: 200px !important;
        max-height: none !important;
    }
}

@media (max-width: 575px) {
    .hero-banner-one .hero-heading {
        font-size: 1.8rem !important;
    }
}

/* --- Đ¦Ń–Đ˝Đ˝Đ¸Đş (pricing-section) --- */
.pricing-section {
    background: #f6f6f6;
}

.services-hub-section {
    margin-bottom: 0;
    overflow: hidden;
}

.services-hub-section .feature-enhanced-badge {
    margin-bottom: 1rem;
}

.services-hub-intro {
    margin-bottom: 2.5rem;
}

.services-hub-blocks {
    width: 100%;
}

.services-hub-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    height: 100%;
    padding: 1.35rem 1.25rem;
    background: linear-gradient(135deg, #fff 0%, #faf8ff 100%);
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    border-top: 4px solid #6a11cb;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(106, 17, 203, 0.1);
    border-top-color: #2575fc;
}

.service-item:nth-child(2) {
    border-top-color: #2575fc;
}

.service-item:nth-child(3) {
    border-top-color: #e91e8c;
}

.service-item:nth-child(4) {
    border-top-color: #0d1a1c;
}

.service-item__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(106, 17, 203, 0.08);
    color: #6a11cb;
    font-size: 1.25rem;
}

.service-item:nth-child(2) .service-item__icon {
    color: #2575fc;
    background: rgba(37, 117, 252, 0.1);
}

.service-item:nth-child(3) .service-item__icon {
    color: #e91e8c;
    background: rgba(233, 30, 140, 0.08);
}

.service-item:nth-child(4) .service-item__icon {
    color: #0d1a1c;
    background: rgba(13, 26, 28, 0.06);
}

.service-item__title {
    font-size: 1.1rem;
    color: #0d1a1c;
    margin: 0 0 0.25rem;
    line-height: 1.3;
}

.service-item__text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #5a686a;
    margin: 0;
}

.services-hub-visual-img {
    box-shadow: 0 24px 55px rgba(13, 26, 28, 0.1);
}

/* Хаб poslugi/ — «Чому обирають WebQos» + міста */
.posluhy-hub-why__intro {
    max-width: none;
}

.posluhy-hub-why__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.posluhy-hub-why__item:nth-child(5) {
    border-top-color: #6a11cb;
}

.posluhy-hub-why__item:nth-child(5) .service-item__icon {
    color: #6a11cb;
    background: rgba(106, 17, 203, 0.08);
}

.posluhy-hub-cities__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.25rem;
}

.posluhy-hub-intro__body h2:first-child {
    margin-top: 0;
}

@media (max-width: 1399px) {
    .posluhy-hub-why__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .posluhy-hub-why__grid,
    .posluhy-hub-cities__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .posluhy-hub-why__grid,
    .posluhy-hub-cities__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199px) {
    .services-hub-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .services-hub-intro .col-lg-6 + .col-lg-6 {
        margin-top: 1.5rem;
    }
    .services-hub-section .title-one {
        text-align: center;
    }
    .services-hub-section .feature-enhanced-badge {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .services-hub-intro {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .services-hub-list {
        grid-template-columns: 1fr;
    }
}


.pricing-section--enhanced {
    padding: 5vw 0 6vw;
    background: linear-gradient(135deg, #faf9ff 0%, #f4f8ff 45%, #f0f9ff 100%);
    border-top: none;
    border-bottom: 1px solid rgba(106, 17, 203, 0.06);
}

.pricing-section--enhanced::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 20%, rgba(106, 17, 203, 0.07) 0%, transparent 42%),
                radial-gradient(circle at 90% 80%, rgba(37, 117, 252, 0.07) 0%, transparent 42%);
    pointer-events: none;
}

.pricing-section--enhanced .container {
    position: relative;
    z-index: 1;
}

.pricing-calc-hero {
    margin-bottom: 2.5rem;
}

.pricing-calc-side .pricing-calc-title,
.pricing-calc-side .pricing-calc-lead {
    text-align: left;
}

.pricing-calc-benefits li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 1.05rem;
    color: #3d4a4c;
    margin-bottom: 0.65rem;
}

.pricing-calc-benefits li i {
    color: #6a11cb;
    font-size: 1.2rem;
}

.pricing-deposit-banner--compact .pricing-deposit-banner-inner {
    padding: 18px 20px;
    gap: 16px;
}

.pricing-deposit-banner--compact h3 {
    font-size: 1rem;
}

.pricing-calc-visual-img {
    box-shadow: 0 20px 50px rgba(13, 26, 28, 0.1);
}

.pricing-calc-bottom {
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 2rem 2rem 2.25rem;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 24px 60px rgba(13, 26, 28, 0.08);
}

.pricing-calc-bottom .pricing-calc-picker {
    max-width: none;
    width: 100%;
    margin-bottom: 1.5rem;
}

.pricing-calc-bottom .pricing-calc-label {
    text-align: left;
    font-size: 1.05rem;
}

.pricing-calc-bottom .pricing-calc-hint {
    text-align: left;
    color: #777;
    font-size: 0.9rem;
}

.pricing-calc-panel-footer {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(13, 26, 28, 0.08);
}

.pricing-calc-panel-footer p {
    color: #555;
    font-size: 1.05rem;
    margin: 0;
    max-width: 36rem;
}

.pricing-section--enhanced .pricing-result {
    max-width: none;
}

.pricing-section--enhanced .pricing-result-placeholder {
    text-align: left;
    padding: 1rem 0;
}

@media (max-width: 991px) {
    .pricing-section--enhanced {
        padding: 3.5rem 0 4rem;
    }
    .pricing-calc-side .pricing-calc-title,
    .pricing-calc-side .pricing-calc-lead {
        text-align: center;
    }
    .pricing-calc-benefits {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-calc-bottom {
        padding: 1.5rem 1.25rem 1.75rem;
    }
    .pricing-calc-panel-footer {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.pricing-category-title {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #000;
    display: inline-block;
}

.pricing-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px 24px 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-title {
    font-size: 1.15rem;
    line-height: 1.35;
    margin-bottom: 16px;
    min-height: 2.7em;
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    flex-grow: 1;
}

.pricing-card-features li {
    font-size: 0.95rem;
    color: #555;
    padding: 6px 0 6px 22px;
    position: relative;
    line-height: 1.4;
}

.pricing-card-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(155deg, #ff39b3 17%, #ffc146 89%);
}

.pricing-card-price {
    font-family: "Poppins", sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #0d1a1c;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}

.pricing-card-deposit {
    font-size: 0.95rem;
    color: #0d1a1c;
    margin-bottom: 6px;
}

.pricing-card-deposit strong {
    color: #e91e8c;
}

.pricing-card-term {
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 18px;
    line-height: 1.4;
}

.pricing-deposit-banner {
    background: linear-gradient(135deg, #0d1a1c 0%, #1a3a40 100%);
    border-radius: 24px;
    padding: 4px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.pricing-deposit-banner-inner {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    border-radius: 20px;
    padding: 28px 32px;
}

.pricing-deposit-badge {
    flex-shrink: 0;
    background: linear-gradient(155deg, #ff39b3 17%, #ffc146 89%);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 16px;
    border-radius: 50px;
    white-space: nowrap;
}

.pricing-deposit-banner h3 {
    color: #0d1a1c;
}

.pricing-deposit-banner p {
    color: #555;
}

@media (max-width: 767px) {
    .pricing-deposit-banner-inner {
        flex-direction: column;
        padding: 22px 20px;
    }
}

.pricing-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 20px;
    border-radius: 50px;
    background: #0d1a1c;
    color: #fff !important;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pricing-btn:hover {
    background: #1a2f33;
    color: #fff !important;
    transform: scale(1.02);
}

#tsinnik-dodatok .pricing-card {
    background: linear-gradient(180deg, #fff 0%, #f0fcfc 100%);
    border-color: #95fbfc;
}

@media (max-width: 767px) {
    .pricing-card-title {
        min-height: auto;
    }
    .pricing-category-title {
        font-size: 1.35rem;
    }
}

/* ĐšĐ°Đ»ŃŚĐşŃĐ»ŃŹŃ‚ĐľŃ€ Ń†Ń–Đ˝Đ¸ â€” Đ˛ĐµĐ»Đ¸ĐşĐ¸Đą ŃĐµĐ»ĐµĐşŃ‚ */
.pricing-calculator .pricing-calc-intro {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-section--enhanced .pricing-calc-intro {
    max-width: none;
}

.pricing-calc-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a11cb;
    background: rgba(106, 17, 203, 0.1);
    padding: 0.45rem 1rem;
    border-radius: 50px;
    margin-bottom: 1.25rem;
}

.pricing-calc-title {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 1rem;
    color: #0d1a1c;
}

.pricing-calc-lead {
    font-size: clamp(1.1rem, 2.2vw, 1.35rem);
    color: #444;
    line-height: 1.55;
    margin: 0;
}

.pricing-calc-picker {
    max-width: none;
    width: 100%;
    margin-bottom: 2rem;
}

.pricing-calc-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #0d1a1c;
    margin-bottom: 0.75rem;
    text-align: center;
}

.pricing-select-shell {
    position: relative;
    margin-bottom: 0.75rem;
}

.pricing-select-icon-left {
    position: absolute;
    left: 1.35rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.35rem;
    color: #6a11cb;
    pointer-events: none;
    z-index: 2;
}

.pricing-select-icon-right {
    position: absolute;
    right: 1.35rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #666;
    pointer-events: none;
    z-index: 2;
}

.pricing-select {
    display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-size: clamp(1.05rem, 2.5vw, 1.25rem);
    font-weight: 600;
    color: #0d1a1c;
    background: #fff;
    border: 2px solid rgba(106, 17, 203, 0.25);
    border-radius: 20px;
    padding: 1.35rem 3.5rem 1.35rem 3.75rem;
    line-height: 1.35;
    cursor: pointer;
    box-shadow: 0 12px 40px rgba(106, 17, 203, 0.12);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.pricing-select:hover,
.pricing-select:focus {
    border-color: #6a11cb;
    box-shadow: 0 16px 48px rgba(106, 17, 203, 0.2);
    outline: none;
}

.pricing-select:focus {
    transform: translateY(-2px);
}

.pricing-calc-hint {
    font-size: 0.95rem;
    color: #777;
}

.pricing-result-error {
    color: #b42318;
    font-size: 1rem;
    padding: 0.75rem 0;
}

.pricing-result {
    max-width: none;
    width: 100%;
    margin-top: 2rem;
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 0;
    transform: translateY(12px);
}

.pricing-result.is-visible {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

.pricing-result-card .pricing-card,
.pricing-result-card .pricing-card * {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.pricing-result-placeholder {
    color: #999;
    font-size: 1.05rem;
    padding: 2rem 0;
}

.pricing-result-card .pricing-card {
    border-width: 2px;
    border-color: rgba(106, 17, 203, 0.35);
    box-shadow: 0 20px 50px rgba(13, 26, 28, 0.1);
}

.pricing-calc-bottom .pricing-result-card .pricing-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 0 2rem;
    align-items: start;
}

.pricing-calc-bottom .pricing-result-card .pricing-card-title {
    grid-column: 1 / -1;
    min-height: 0;
}

.pricing-calc-bottom .pricing-result-card .pricing-card-features {
    grid-column: 1;
    margin-bottom: 0;
}

.pricing-calc-bottom .pricing-result-card .pricing-card-price,
.pricing-calc-bottom .pricing-result-card .pricing-card-deposit,
.pricing-calc-bottom .pricing-result-card .pricing-card-term {
    grid-column: 2;
    text-align: right;
}

.pricing-calc-bottom .pricing-result-card .pricing-btn {
    grid-column: 1 / -1;
    max-width: 360px;
}

@media (max-width: 767px) {
    .pricing-calc-bottom .pricing-result-card .pricing-card {
        display: flex;
        flex-direction: column;
    }
    .pricing-calc-bottom .pricing-result-card .pricing-card-price,
    .pricing-calc-bottom .pricing-result-card .pricing-card-deposit,
    .pricing-calc-bottom .pricing-result-card .pricing-card-term {
        text-align: left;
    }
}

.pricing-result-card .pricing-card-price {
    font-size: 2.25rem;
}

.pricing-catalog-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.pricing-catalog-hidden .pricing-card {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 575px) {
    .pricing-select {
        padding: 1.15rem 2.75rem 1.15rem 3.25rem;
        font-size: 1rem;
    }
    .pricing-select-icon-left {
        left: 1rem;
        font-size: 1.15rem;
    }
    .pricing-select-icon-right {
        right: 1rem;
    }
}

/* ĐšĐľĐ˝Ń‚Đ°ĐşŃ‚Đ¸: Viber, WhatsApp, Email */
.contact-channels {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.contact-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 1.5rem 1.25rem;
    border-radius: 20px;
    text-decoration: none !important;
    border: 2px solid rgba(13, 26, 28, 0.12);
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-channel:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13, 26, 28, 0.12);
}

.contact-channel-icon {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0.75rem;
}

.contact-channel-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1a1c;
    margin-bottom: 0.35rem;
}

.contact-channel-phone,
.contact-channel-action {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
}

.contact-phone-display {
    font-weight: inherit;
    color: inherit;
}

.theme-main-menu .signup-btn-one.contact-tel-link {
    white-space: nowrap;
    background: #c9300c !important;
    border-color: #c9300c !important;
    color: #fff !important;
}

.theme-main-menu .signup-btn-one.contact-tel-link:hover,
.theme-main-menu .signup-btn-one.contact-tel-link:focus {
    background: #a8280a !important;
    border-color: #a8280a !important;
    color: #fff !important;
}

.theme-main-menu .signup-btn-one.contact-tel-link .contact-phone-display {
    display: inline !important;
    color: #fff !important;
}

.theme-main-menu .header-mobile-actions {
    gap: 0.5rem;
    flex-shrink: 0;
}

.theme-main-menu .header-phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #c9300c;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.theme-main-menu .header-phone-btn:hover,
.theme-main-menu .header-phone-btn:focus {
    background: #a8280a;
    border-color: #fff;
    color: #fff;
}

@media (min-width: 992px) {
    .theme-main-menu .header-mobile-actions {
        display: none !important;
    }

    .theme-main-menu.gap-one {
        padding: 0.52vw 2.08vw !important;
        padding-right: 3.5vw !important;
    }

    .theme-main-menu .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-left: -3.5vw !important;
    }

    .theme-main-menu .top-header nav.navbar.ms-xxl-5 {
        margin-left: 0 !important;
        text-align: center;
    }
}

.btn-one.contact-tel-link .contact-phone-display {
    display: inline !important;
}

.local-seo-marquee a.contact-tel-link .contact-phone-display {
    display: inline !important;
}

.contact-channel--viber {
    border-color: rgba(115, 96, 242, 0.35);
}

.contact-channel--viber .contact-channel-icon {
    color: #7360f2;
}

.contact-channel--viber:hover {
    border-color: #7360f2;
    box-shadow: 0 16px 40px rgba(115, 96, 242, 0.2);
}

.contact-channel--whatsapp {
    border-color: rgba(37, 211, 102, 0.35);
}

.contact-channel--whatsapp .contact-channel-icon {
    color: #25d366;
}

.contact-channel--whatsapp:hover {
    border-color: #25d366;
    box-shadow: 0 16px 40px rgba(37, 211, 102, 0.2);
}

.contact-channel--email {
    border-color: rgba(24, 119, 225, 0.35);
}

.contact-channel--email .contact-channel-icon {
    color: #1877e1;
}

.contact-channel--email:hover {
    border-color: #1877e1;
    box-shadow: 0 16px 40px rgba(24, 119, 225, 0.18);
}

.contact-channel--phone {
    border-color: rgba(13, 26, 28, 0.2);
}

.contact-channel--phone .contact-channel-icon {
    color: #0d1a1c;
}

.contact-channel--phone:hover {
    border-color: #0d1a1c;
    box-shadow: 0 16px 40px rgba(13, 26, 28, 0.12);
}

.footer-contact-links li {
    margin-bottom: 0.65rem;
}

.footer-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
}

.footer-contact-link:hover {
    opacity: 0.85;
    color: #fff !important;
}

.footer-contact-link i {
    font-size: 1.15rem;
    flex-shrink: 0;
}

.footer-contact-link--viber i { color: #b8a8ff; }
.footer-contact-link--whatsapp i { color: #5fe89a; }
.footer-contact-link--email i { color: #7eb8ff; }

.contact-float-bar {
    position: fixed;
    right: 12px;
    bottom: 90px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-float-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-float-btn i {
    font-size: 1.25rem;
}

.contact-float-btn:hover {
    transform: scale(1.04);
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
}

.contact-float-btn--viber { background: #5346b8; }
.contact-float-btn--whatsapp { background: #1da851; }
.contact-float-btn--email { background: #1565c0; }

@media (max-width: 575px) {
    .contact-float-btn span {
        display: none;
    }
    .contact-float-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    .contact-channel {
        min-height: 130px;
    }
}

.legal-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(13, 26, 28, 0.18);
}

.legal-modal .modal-header {
    border-bottom: 1px solid rgba(13, 26, 28, 0.08);
    padding: 1.25rem 1.5rem;
}

.legal-modal .modal-body {
    padding: 1.25rem 1.5rem 1.5rem;
    color: #3d4a4c;
    line-height: 1.65;
}

.legal-modal-body h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #0d1a1c;
}

.legal-modal-body h3:first-of-type {
    margin-top: 0;
}

.legal-modal-body ul {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.legal-modal-body a {
    color: #6a11cb;
    text-decoration: underline;
}

.legal-modal .modal-footer {
    border-top: 1px solid rgba(13, 26, 28, 0.08);
    padding: 1rem 1.5rem;
}

.footer-nav-link a.legal-modal-open {
    cursor: pointer;
}

.cookie-consent-bar a.legal-modal-open {
    text-decoration: underline;
}

/* --- Footer WebQos (компактний) --- */
.footer-one--webqos {
    position: relative;
    margin-top: 0;
    padding: 1.15rem 0 0;
    color: #fff;
    background: url(bg_01.webp) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.footer-one--webqos .container {
    position: relative;
    z-index: 1;
}

.footer-one__main {
    padding-bottom: 0.65rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-one__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.65rem 1.25rem;
}

.footer-one__row--top {
    margin-bottom: 0.55rem;
    flex-direction: column;
}

.footer-brand__logo {
    flex-shrink: 0;
    line-height: 0;
}

.footer-brand__logo img {
    width: auto;
    max-width: 120px;
    max-height: 38px;
    object-fit: contain;
}

.footer-nav-link--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0;
    margin: 0;
    padding: 0;
}

.footer-nav-link--inline li {
    display: inline-flex;
    align-items: center;
}

.footer-nav-link--inline li + li::before {
    content: '·';
    margin: 0 0.55rem;
    opacity: 0.55;
    font-weight: 700;
}

.footer-one--webqos .footer-nav-link a {
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92) !important;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.footer-one--webqos .footer-nav-link a:hover {
    opacity: 0.8;
    color: #fff !important;
}

.footer-one__row--contacts {
    gap: 0.5rem 1.15rem;
    justify-content: center;
}

.footer-one__nav {
    width: 100%;
}

.footer-contact-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.footer-contact-inline:hover {
    opacity: 0.85;
    color: #fff !important;
}

.footer-contact-inline i {
    font-size: 1rem;
    flex-shrink: 0;
}

.footer-contact-inline--viber i { color: #d4cbff; }
.footer-contact-inline--whatsapp i { color: #7ef0a8; }
.footer-contact-inline--email i { color: #9ecaff; }

.footer-one__bottom {
    padding: 0.55rem 0 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-one__bottom .copyright-text {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.footer-one__bottom .copyright-text a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
}

.footer-one__bottom .copyright-text a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .footer-one--webqos {
        padding-top: 1.25rem;
        background: url(bg_01.webp) no-repeat center bottom !important;
        background-size: cover !important;
    }

    .footer-one--webqos .footer-nav-link a,
    .footer-contact-inline {
        white-space: normal;
    }
}

/* Ternopil custom local page (tp-*) */
.page-local-custom .tp-hero-media__figure img {
    border-radius: 24px;
}

.tp-aside-box {
    padding: 1.75rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 8px 32px rgba(106, 17, 203, 0.06);
}

.tp-aside-box__label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6a11cb;
    margin-bottom: 1rem;
}

.tp-aside-list {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 1.05rem;
    line-height: 1.65;
}

.tp-aside-list li + li {
    margin-top: 0.65rem;
}

.tp-lead__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 1.25rem;
}

.tp-signal-card {
    padding: 1.75rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    height: 100%;
}

.tp-signal-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: rgba(106, 17, 203, 0.08);
    color: #6a11cb;
    font-size: 1.25rem;
}

.tp-signal-card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.65rem;
}

.tp-signal-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: #3d4a4c;
}

.tp-table th:first-child {
    width: 22%;
}

.tp-bar-chart {
    max-width: 640px;
}

.tp-package-card {
    padding: 2rem 1.75rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    height: 100%;
}

.tp-package-card--featured {
    border-color: #6a11cb;
    box-shadow: 0 12px 40px rgba(106, 17, 203, 0.12);
    position: relative;
}

.tp-package-card__tag {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6a11cb;
    margin-bottom: 0.75rem;
}

.tp-package-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.tp-package-card__price {
    font-size: 1.35rem;
    font-weight: 700;
    color: #6a11cb;
    margin-bottom: 1rem;
}

.tp-package-card p:last-child {
    margin-bottom: 0;
    line-height: 1.6;
}

.tp-timeline {
    padding-left: 0.5rem;
}

@media (max-width: 767px) {
    .tp-package-card {
        padding: 1.5rem;
    }
}

/* Custom local page — zigzag image/text rhythm */
.local-zigzag-page .local-city-section {
    padding-bottom: 0;
}

.local-zigzag-page .local-zigzag-split {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.local-zigzag-page .local-zigzag-split:first-of-type {
    padding-top: 0;
}

.local-zigzag-page .local-zigzag-prose {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.local-zigzag-prose + .local-zigzag-split,
.local-zigzag-prose.bg-one + .local-zigzag-split {
    padding-top: 6.25rem;
}

.local-zigzag-split + .local-zigzag-prose {
    padding-top: 6.25rem;
}

.local-zigzag-split__title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    margin: 0.75rem 0 1.25rem;
    line-height: 1.25;
}

.local-zigzag-split .row {
    --bs-gutter-y: 2.5rem;
}

.local-zigzag-prose__body h2 {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    margin-bottom: 1.5rem;
}

.local-zigzag-prose__body .fs-22 + .fs-22 {
    margin-top: 1.35rem;
}

.local-zigzag-prose__body > p.fs-22:last-child {
    margin-bottom: 0;
}

.local-zigzag-stats {
    margin-top: 2.75rem;
}

.local-zigzag-chart {
    max-width: 720px;
    margin-top: 2rem;
}

.local-zigzag-faq {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.local-zigzag-faq .local-city-faq__inner {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.local-zigzag-page .blog-table-wrap {
    width: 100%;
    max-width: none;
}

.local-zigzag-blog {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
}

.page-local-custom .inner-banner-one--local-custom {
    padding-bottom: 2.5rem;
}

.local-zigzag-author {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.local-zigzag-author__box {
    max-width: 640px;
    margin: 0 auto;
}

.local-zigzag-author__label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6a11cb;
    margin: 0 0 0.35rem;
}

.local-city-related {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
}

.local-city-related__grid {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .local-zigzag-author {
        padding-top: 6.25rem;
    }

    .local-city-related {
        padding-top: 6.25rem;
        padding-bottom: 7.5rem;
    }
}

@media (min-width: 992px) {
    .local-zigzag-page .local-zigzag-split {
        padding-top: 6.25rem;
        padding-bottom: 5.5rem;
    }

    .local-zigzag-page .local-zigzag-split:first-of-type {
        padding-top: 0;
    }

    .local-zigzag-page .local-zigzag-prose {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    .local-zigzag-prose + .local-zigzag-split,
    .local-zigzag-prose.bg-one + .local-zigzag-split {
        padding-top: 7.5rem;
    }

    .local-zigzag-split + .local-zigzag-prose {
        padding-top: 7.5rem;
    }

    .local-zigzag-faq {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    .local-zigzag-blog {
        padding-top: 6.25rem;
        padding-bottom: 7.5rem;
    }
}

/* --- Головна: SEO-хаб (сайти + Google + міста) --- */
.home-seo-hub {
    background: linear-gradient(180deg, #faf8ff 0%, #fff 48%, #f6f6f6 100%);
}

.home-seo-hub__prose {
    max-width: none;
    width: 100%;
}

.home-seo-hub__prose h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 2.25rem 0 1rem;
    color: #0d1a1c;
}

.home-seo-hub__prose p {
    margin-bottom: 1.15rem;
    line-height: 1.7;
    color: #3d4f52;
}

.home-seo-hub__prose a {
    color: #6a11cb;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.home-seo-hub__prose a:hover {
    color: #4a0a9e;
}

.home-seo-hub__growth {
    width: 100%;
    max-width: 100%;
}

.home-seo-hub__growth .home-seo-hub__table,
.home-seo-hub__growth .blog-table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(13, 26, 28, 0.06);
}

.home-seo-hub__table {
    margin: 1.5rem 0 1.75rem;
    width: 100%;
}

/* SEO hub — pill nav + card blocks */
.home-seo-hub__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 2.5rem;
}

.home-seo-hub__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #4a0a9e;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.2);
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.home-seo-hub__pill:hover {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(106, 17, 203, 0.25);
}

.home-seo-hub__prose--styled {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem 2.25rem;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 16px 48px rgba(13, 26, 28, 0.05);
}

.home-seo-hub__prose--styled h3 {
    scroll-margin-top: 120px;
    padding-left: 1rem;
    border-left: 4px solid #6a11cb;
}

.home-seo-hub__prose--styled .home-seo-hub__growth {
    margin: 2rem 0;
}

.home-seo-hub__table th,
.home-seo-hub__growth .blog-table th {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-weight: 600;
    padding: 0.85rem 1rem;
    text-align: left;
}

.home-seo-hub__table td,
.home-seo-hub__growth .blog-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(13, 26, 28, 0.06);
}

.home-seo-hub__table tbody tr:nth-child(even),
.home-seo-hub__growth .blog-table tbody tr:nth-child(even) {
    background: #faf8ff;
}

@media (max-width: 767px) {
    .home-seo-hub__prose--styled {
        padding: 1.5rem 1.15rem;
    }
    .home-seo-hub__nav {
        gap: 0.5rem;
    }
    .home-seo-hub__pill {
        font-size: 0.82rem;
        padding: 0.45rem 0.85rem;
    }
}

/* --- Статичні сторінки (Про нас, Контакти, AI, Реалізації) --- */
.static-page-hero {
    background: linear-gradient(165deg, #0d1a1c 0%, #1a2f35 55%, #2a1845 100%);
    color: #fff;
}

.static-page-hero__badge {
    display: inline-block;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.12);
    margin-bottom: 1.25rem;
}

.static-page-hero__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.static-page-hero__lead {
    color: rgba(255, 255, 255, 0.82);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.static-prose h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #0d1a1c;
}

.static-prose h2:first-child {
    margin-top: 0;
}

.static-prose p {
    line-height: 1.75;
    color: #3d4f52;
    margin-bottom: 1.1rem;
}

.static-prose-block + .static-prose-block {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(106, 17, 203, 0.1);
}

.static-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.static-stat-card {
    text-align: center;
    padding: 1rem 0.5rem;
    background: #faf8ff;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.12);
}

.static-stat-card strong {
    display: block;
    font-size: 1.35rem;
    color: #6a11cb;
}

.static-stat-card span {
    font-size: 0.82rem;
    color: #5c6b6e;
}

.static-sidebar-cta {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.08) 0%, rgba(37, 117, 252, 0.08) 100%);
    border-radius: 20px;
    border: 1px solid rgba(106, 17, 203, 0.15);
}

.btn-one--outline {
    background: transparent !important;
    color: #6a11cb !important;
    border: 2px solid rgba(106, 17, 203, 0.45) !important;
    box-shadow: none !important;
}

.btn-one--outline:hover {
    background: rgba(106, 17, 203, 0.08) !important;
    color: #4a0a9e !important;
}

.about-section-content .btn-one--outline {
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .about-section-content .btn-one--outline {
        margin-bottom: 0;
    }
}

.static-sidebar-visual img {
    box-shadow: 0 20px 50px rgba(13, 26, 28, 0.12);
}

/* Контакти */
.kontakty-card {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 12px 40px rgba(13, 26, 28, 0.06);
}

.kontakty-card--primary {
    background: linear-gradient(165deg, #0d1a1c 0%, #1a2f35 100%);
    color: #fff;
}

.kontakty-list li {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.25rem;
}

.kontakty-list li i {
    font-size: 1.25rem;
    color: #6a11cb;
    margin-top: 0.15rem;
}

.kontakty-card--primary .kontakty-list li i {
    color: #a78bfa;
}

.kontakty-list__label {
    display: block;
    font-size: 0.82rem;
    opacity: 0.7;
    margin-bottom: 0.15rem;
}

.kontakty-list__value {
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}

.kontakty-card--primary .kontakty-list__value {
    color: #fff;
}

.kontakty-messenger-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.kontakty-messenger-btn--viber {
    background: #7360f2;
    color: #fff;
}

.kontakty-messenger-btn--whatsapp {
    background: #25d366;
    color: #fff;
}

.kontakty-areas li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #3d4f52;
}

.kontakty-areas li i {
    color: #6a11cb;
}

.kontakty-form .form-control {
    border-radius: 12px;
    padding: 0.75rem 1rem;
    border-color: rgba(106, 17, 203, 0.2);
}

.kontakty-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.kontakty-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    border-radius: 12px;
    background: #faf8ff;
    color: #6a11cb;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(106, 17, 203, 0.15);
}

.kontakty-quick-link:hover {
    background: #6a11cb;
    color: #fff;
}

/* AI консультант */
.ai-page-visual__img {
    max-width: 900px;
    box-shadow: 0 24px 60px rgba(13, 26, 28, 0.15);
}

.ai-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin: 0;
    padding: 0;
}

.ai-feature-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.05);
}

.ai-feature-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    font-size: 1.25rem;
}

.ai-feature-card__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.ai-feature-card__text {
    margin: 0;
    color: #3d4f52;
    line-height: 1.6;
    font-size: 0.95rem;
}

.ai-usecases-list li {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    line-height: 1.55;
}

.ai-usecases-list li i {
    color: #6a11cb;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.ai-cta-box {
    padding: 2rem;
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 16px 48px rgba(106, 17, 203, 0.08);
}

.static-faq-item {
    padding: 1.25rem 1.5rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    margin-bottom: 1rem;
}

.static-faq-q {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.static-faq-a {
    margin: 0;
    color: #3d4f52;
    line-height: 1.6;
}

/* Реалізації */
.realizatsii-card .blog-card__img-wrap {
    aspect-ratio: 16/9;
}

.realizatsiya-hero__cat {
    display: inline-block;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    background: rgba(106, 17, 203, 0.1);
    color: #6a11cb;
    margin-bottom: 1rem;
}

.realizatsiya-hero__title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
}

.realizatsiya-breadcrumb {
    font-size: 0.9rem;
}

.realizatsiya-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5c6b6e;
}

.realizatsiya-breadcrumb a {
    color: #6a11cb;
    text-decoration: none;
}

.realizatsiya-sidebar-card {
    padding: 1.5rem;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.05);
}

.realizatsiya-tech-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.92rem;
    color: #3d4f52;
}

.realizatsiya-tech-list li i {
    color: #6a11cb;
}

@media (max-width: 991px) {
    .ai-features-grid {
        grid-template-columns: 1fr;
    }
    .static-stats-grid {
        grid-template-columns: 1fr;
    }
}

.home-city-hub {
    padding: 2.5rem 2rem 2rem;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(106, 17, 203, 0.06);
}

.home-city-hub__title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    margin: 0 0 1rem;
    color: #0d1a1c;
}

.home-city-hub__lead {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.home-city-hub__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem 1.5rem;
    margin: 0;
    padding: 0;
}

.home-city-hub__list li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
}

.home-city-hub__list a {
    font-weight: 600;
    color: #6a11cb;
    text-decoration: none;
}

.home-city-hub__list a:hover {
    text-decoration: underline;
}

.home-city-hub__list span {
    color: #5c6b6e;
    font-size: 0.92rem;
}

@media (max-width: 991px) {
    .home-city-hub__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .home-city-hub {
        padding: 1.75rem 1.25rem 1.5rem;
    }

    .home-city-hub__list {
        grid-template-columns: 1fr;
    }
}

/* --- Головна: слайдер «Розробка сайту у вашому місті» (як home-niche-grid) --- */
.home-city-slider {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.home-city-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home-city-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.home-city-slider .slick-slide {
    height: auto;
    float: none;
}

.home-city-slider .slick-slide > div,
.home-city-slider .home-city-slide {
    height: 100%;
}

.home-city-slider .home-city-slide {
    padding: 0;
    box-sizing: border-box;
}

.home-city-slider .home-niche-card,
.home-city-slider .home-niche-card__link {
    height: 100%;
}

.home-city-slider .home-niche-card__link {
    min-height: 100%;
}

/* --- Сторінки міст: 95% контейнер + scroll layout (50/50, sticky images) --- */
.container.container--95 {
    width: 95%;
    max-width: 95% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
}

.city-scroll-page {
    overflow-x: clip;
    max-width: 100%;
}

.city-scroll-page > .container.container--95 {
    padding-top: 9rem;
    padding-bottom: 1rem;
    max-width: 95% !important;
    box-sizing: border-box;
}

.city-scroll-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.5rem 3.5rem;
    align-items: stretch;
    padding: 0 0 3rem;
    max-width: 100%;
}

.city-scroll-visual {
    min-width: 0;
    align-self: stretch;
}

.city-scroll-visual__desktop {
    height: 100%;
}

.city-scroll-visual__sticky {
    z-index: 3;
}

.city-scroll-hero-panel {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 1.85rem 1.9rem 1.5rem;
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 240, 255, 0.72) 52%, rgba(238, 246, 255, 0.85) 100%);
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 18px 50px rgba(106, 17, 203, 0.09);
    overflow: hidden;
}

.city-scroll-hero-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
}

.city-scroll-page-header {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.city-scroll-page-header .blog-breadcrumb {
    margin-bottom: 1.15rem;
}

.city-scroll-page-header .blog-article-title {
    margin-bottom: 0.75rem;
    font-size: clamp(1.85rem, 3.2vw, 2.35rem);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.city-scroll-page-header__lead {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.62;
    color: #4a5556;
    max-width: 40em;
}

.blog-author-box--city {
    margin: 1.35rem 0 0;
    padding: 1.15rem 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.05);
}

.blog-author-box--city .blog-author-box__photo {
    width: 64px;
    height: 64px;
}

.blog-author-box__label {
    margin: 0 0 0.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a11cb;
}

.city-scroll-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.15rem;
}

.city-scroll-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a11cb;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.1), rgba(37, 117, 252, 0.07));
    border: 1px solid rgba(106, 17, 203, 0.14);
}

.city-scroll-intro h2 {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 1rem;
    color: #0d1a1c;
}

.city-scroll-intro .blog-lead,
.city-scroll-content .blog-article-body .blog-lead {
    font-size: 1.2rem;
    line-height: 1.65;
    color: #0d1a1c;
    margin-bottom: 1.25rem;
}

.city-scroll-intro p,
.city-scroll-content .blog-article-body p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #2a3638;
    margin-bottom: 1.15rem;
}

.city-scroll-content .blog-article-body h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #0d1a1c;
}

.city-scroll-content .blog-article-body h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    color: #0d1a1c;
}

.city-scroll-content .blog-internal-links h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #0d1a1c;
}

.city-scroll-content .blog-article-body ul,
.city-scroll-content .blog-article-body ol,
.city-scroll-benefits {
    margin: 0;
    margin-bottom: 20px !important;
}

.city-scroll-intro .local-seo-benefits,
.city-scroll-benefits {
    margin-top: 0.5rem !important;
    padding: 1.15rem 1.2rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(106, 17, 203, 0.08);
}

.city-scroll-intro .local-seo-benefits li,
.city-scroll-benefits li {
    padding: 0.35rem 0;
    font-size: 1.05rem;
    line-height: 1.55;
}

.city-scroll-chapter + .city-scroll-chapter {
    margin-top: 2.5rem;
}

.city-scroll-page,
.city-scroll-page .container.container--95,
.city-scroll-layout,
.city-scroll-visual,
.city-scroll-content {
    max-width: 100%;
    min-width: 0;
}

.city-scroll-visual__stage {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.06), rgba(37, 117, 252, 0.06));
    box-shadow: 0 16px 48px rgba(13, 26, 28, 0.12);
}

.city-scroll-visual__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translateX(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
    pointer-events: none;
}

.city-scroll-visual__slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    z-index: 1;
}

.city-scroll-visual__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-scroll-visual__mobile-wrap {
    margin-bottom: 0.5rem;
    position: relative;
}

.city-scroll-visual__mobile-fig {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(13, 26, 28, 0.1);
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.06), rgba(37, 117, 252, 0.06));
}

.city-scroll-visual__mobile-fig img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-scroll-visual__mobile-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0 0;
    margin: 0;
    list-style: none;
}

.city-scroll-visual__mobile-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(106, 17, 203, 0.35);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.city-scroll-visual__mobile-dots li.is-active button {
    background: #2575fc;
    transform: scale(1.15);
}

.city-scroll-content {
    min-width: 0;
}

.city-scroll-chapter .city-scroll-block {
    margin-top: 2.25rem;
}

.city-scroll-chapter .city-scroll-intro + .city-scroll-block {
    margin-top: 2rem;
}

.city-scroll-intro .blog-lead {
    font-size: 1.2rem;
    line-height: 1.65;
}

.city-scroll-block {
    margin-bottom: 2.5rem;
}

.city-scroll-block--pricing {
    margin-bottom: 0;
}

.city-scroll-pricing-cta {
    margin-top: 1.75rem;
    text-align: center;
}

.city-scroll-order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 0.85rem 2rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    box-shadow: 0 10px 28px rgba(106, 17, 203, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.city-scroll-order-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(106, 17, 203, 0.28);
}

.city-scroll-block:last-child {
    margin-bottom: 0;
}

.city-scroll-block__head {
    margin-bottom: 1.75rem;
}

.city-scroll-block__head h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    color: #0d1a1c;
}

.city-scroll-block__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5a6566;
    font-weight: 400;
}

.city-scroll-block__note {
    margin: 1.25rem 0 0;
    font-size: 0.95rem;
    color: #5a6566;
    line-height: 1.55;
}

.city-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.city-step-card {
    padding: 1.35rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 4px 20px rgba(13, 26, 28, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.city-step-card:hover {
    border-color: rgba(106, 17, 203, 0.22);
    box-shadow: 0 8px 28px rgba(106, 17, 203, 0.08);
}

.city-step-card__num {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #6a11cb;
    margin-bottom: 0.5rem;
}

.city-step-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.35rem;
    color: #0d1a1c;
}

.city-step-card__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #4a5556;
}

.city-industries-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1.25rem;
}

.city-industries-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 1rem;
    line-height: 1.45;
    color: #2d3839;
}

.city-industries-list li i {
    color: #6a11cb;
    font-size: 1.1rem;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.city-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.city-stats-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.city-stats-grid--why {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.75rem;
}

.city-scroll-block--why .city-stat-card {
    padding: 1.35rem 1rem;
}

.city-why-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.city-why-point {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-why-point:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(106, 17, 203, 0.12);
}

.city-why-point__img-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.city-why-point__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.city-why-point__text {
    margin: 0;
    padding: 1rem 1.1rem 1.15rem;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    color: #0d1a1c;
}

.city-related-section {
    padding: 2.5rem 0 3rem;
    background: linear-gradient(180deg, rgba(106, 17, 203, 0.03) 0%, #fff 100%);
}

.page-local-city .fancy-banner-one.mt-130 {
    margin-top: 3rem !important;
}

.city-related-section__head {
    margin-bottom: 2rem;
}

.city-related-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.city-related-section__niche-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .city-related-section__niche-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .city-related-section__niche-grid {
        grid-template-columns: 1fr;
    }
}

.city-related-card {
    height: 100%;
}

.city-related-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.1);
    box-shadow: 0 10px 32px rgba(13, 26, 28, 0.07);
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city-related-card__link:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(106, 17, 203, 0.14);
}

.city-related-card__img-wrap {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.city-related-card__img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.city-related-card__link:hover .city-related-card__img-wrap img {
    transform: scale(1.04);
}

.city-related-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.1rem 1.15rem 1.2rem;
}

.city-related-card__title {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0d1a1c;
}

.city-related-card__excerpt {
    margin: 0 0 0.85rem;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #5a6566;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.city-related-card__cta {
    font-size: 0.92rem;
    font-weight: 600;
    color: #6a11cb;
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
}

.city-related-card__link:hover .city-related-card__cta {
    color: #2575fc;
}

.city-stat-card {
    padding: 1.5rem 1.25rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(106, 17, 203, 0.06), rgba(37, 117, 252, 0.05));
    border: 1px solid rgba(106, 17, 203, 0.12);
    text-align: center;
}

.city-stat-card__value {
    display: block;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.5rem;
}

.city-stat-card__label {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4a5556;
}

.city-scroll-block--pricing .city-pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.city-pricing-card {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.35rem 1.35rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.city-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(106, 17, 203, 0.12);
    border-color: rgba(106, 17, 203, 0.22);
}

.city-pricing-card--featured {
    border-color: rgba(106, 17, 203, 0.28);
    background: linear-gradient(160deg, rgba(106, 17, 203, 0.07) 0%, rgba(37, 117, 252, 0.05) 100%);
    box-shadow: 0 12px 36px rgba(106, 17, 203, 0.14);
}

.city-pricing-card__name {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1a1c;
}

.city-pricing-card__desc {
    margin: 0 0 1.25rem;
    flex: 1;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #5a6566;
}

.city-pricing-card__price {
    margin: 0;
    padding-top: 1rem;
    border-top: 1px dashed rgba(106, 17, 203, 0.18);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(135deg, #6a11cb, #2575fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.city-scroll-content .blog-table-wrap {
    margin: 1.75rem 0;
    border-radius: 16px;
    border: 1px solid rgba(106, 17, 203, 0.12);
    box-shadow: 0 8px 28px rgba(13, 26, 28, 0.06);
    overflow: hidden;
    background: #fff;
}

.city-scroll-content .blog-table {
    margin: 0;
}

.city-scroll-content .blog-table th {
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.09), rgba(37, 117, 252, 0.06));
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3d4849;
}

.city-scroll-content .blog-table td {
    font-size: 0.95rem;
    vertical-align: top;
}

.city-scroll-content .blog-table tr:hover td {
    background: rgba(106, 17, 203, 0.03);
}

.city-faq-list .local-city-faq-item {
    padding: 1.25rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(106, 17, 203, 0.1);
    background: #fff;
    margin-bottom: 0.85rem;
}

.city-faq-list .local-city-faq-item:last-child {
    margin-bottom: 0;
}

.city-scroll-block__points {
    margin-top: 0.5rem;
}

.city-scroll-content .blog-article-body {
    max-width: none;
}

.city-scroll-content .blog-article-body--continued {
    padding-top: 0;
}

/* Legacy editorial layout (niche blog pages) */
.city-editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
    gap: 2.5rem 3rem;
    align-items: start;
    padding: 2.5rem 0 1rem;
}

.city-editorial-sidebar {
    min-width: 0;
}

.city-editorial-sticky {
    position: sticky;
    top: 6rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.city-editorial-sidebar__fig {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(13, 26, 28, 0.1);
}

.city-editorial-sidebar__fig img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.city-editorial-main {
    min-width: 0;
}

.city-editorial-main .blog-article-body {
    max-width: none;
}

.city-editorial-main .blog-article-body--continued {
    padding-top: 0;
}

.blog-author-signoff {
    margin: 3rem 0 1rem;
    padding: 1.75rem 0 0;
    border-top: 1px solid rgba(106, 17, 203, 0.12);
}

.blog-author-signoff p {
    margin: 0;
    font-size: 1.05rem;
    color: #3d4849;
}

.blog-author-signoff a {
    color: #6a11cb;
    font-weight: 600;
    text-decoration: none;
}

.blog-author-signoff a:hover {
    color: #2575fc;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .container.container--95,
    .city-scroll-page > .container.container--95 {
        width: 100%;
        max-width: 100% !important;
    }

    .city-scroll-page > .container.container--95 {
        padding-top: 5.5rem;
    }

    .city-scroll-layout {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding-bottom: 2rem;
    }

    .city-scroll-visual__mobile-wrap {
        width: 100%;
        max-width: 100%;
        margin: 24px 0 1rem;
        overflow: hidden;
    }

    .city-scroll-visual__mobile {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
        max-width: 100%;
        gap: 0;
        margin: 0;
        padding: 0 0 2rem;
    }

    .city-scroll-visual__mobile::-webkit-scrollbar {
        display: none;
    }

    .city-scroll-visual__mobile-slide {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .city-scroll-visual__mobile-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .city-scroll-content {
        overflow-x: clip;
        min-width: 0;
    }

    .city-scroll-visual {
        align-self: start;
    }

    .city-scroll-visual__sticky {
        position: static;
    }

    .city-scroll-hero-panel {
        padding: 1.35rem 1.25rem 1.15rem;
        border-radius: 18px;
    }

    .city-scroll-page-header .blog-article-title {
        font-size: 1.65rem;
    }

    .city-steps-grid {
        grid-template-columns: 1fr;
    }

    .city-industries-list {
        grid-template-columns: 1fr;
    }

    .city-stats-grid,
    .city-stats-grid--compact,
    .city-stats-grid--why {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .city-scroll-block--pricing .city-pricing-cards {
        grid-template-columns: 1fr;
    }

    .city-why-points {
        grid-template-columns: 1fr;
    }

    .city-related-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .container.container--95,
    .city-scroll-page > .container.container--95 {
        width: 100%;
        max-width: 100% !important;
    }

    .city-scroll-content .blog-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .city-scroll-content .blog-table {
        min-width: 520px;
    }
}

@media (max-width: 991px) {
    .city-editorial-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .city-editorial-sticky {
        position: static;
        flex-direction: row;
        overflow-x: auto;
        gap: 1rem;
        padding-bottom: 0.5rem;
        scroll-snap-type: x mandatory;
    }

    .city-editorial-sidebar__fig {
        flex: 0 0 min(85vw, 320px);
        scroll-snap-align: start;
    }
}

/* Перемикач мов у шапці */
.lang-switcher--toolbar {
    margin-right: 0.75vw;
    padding: 0.35vw 0.75vw;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    gap: 0.15vw;
}

.lang-switcher--menu {
    margin-top: 0.5rem;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    width: fit-content;
}

.lang-switcher__link {
    color: rgba(255, 255, 255, 0.78) !important;
    font-weight: 600;
    font-size: 0.9vw;
    line-height: 1;
    text-decoration: none !important;
    padding: 0 0.35vw;
    opacity: 1 !important;
}

.lang-switcher__link.is-active {
    color: #fff !important;
}

.lang-switcher__sep {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75vw;
    margin: 0 0.15vw;
    user-select: none;
}

@media (max-width: 991px) {
    .lang-switcher__link {
        font-size: 15px;
    }

    .lang-switcher__sep {
        font-size: 13px;
    }
}

/* Accessibility: contrast & heading semantics (minimal visual change) */
.hero-banner-one .card-bg span {
    color: #5c5c5c;
}

.card-style-one .step {
    color: #6b6b6b;
}

.card-style-one.style-two h3.font-poppins.fw-600 {
    font-size: 30px;
    letter-spacing: -0.96px;
    line-height: 1.25em;
    margin: 31px 0 20px;
}

@media (min-width: 992px) {
    .card-style-one.style-two h3.font-poppins.fw-600 {
        font-size: 1.35vw;
        letter-spacing: -0.05vw;
        line-height: 1.042vw;
        margin: 1.61vw 0 1.04vw;
    }
}
