/* ==========================================================================
   1. VARIABLES & GLOBAL RESET
   ========================================================================== */
:root {
    --primary: #4338ca;
    --primary-hover: #3730a3;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --white: #ffffff;
    --bg-light: #f8f9fa;
    --subcat-bg: #f1f5f9;
    /* Shared layout tokens */
    --radius: 12px;
    --gap-sm: 12px;
    --card-shadow: 0 10px 20px rgba(0,0,0,0.08);
    --card-shadow-mobile: 0 2px 4px rgba(0,0,0,0.04);
    --shadow-sm: 0 .125rem .25rem rgba(0,0,0,.075);
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text-main);
    line-height: 1.5;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* ==========================================================================
   2. MINI-BOOTSTRAP UTILITIES (Дозволяє видалити bootstrap.css)
   ========================================================================== */
.d-flex { display:flex; }
.align-items-center { align-items:center; }
.justify-content-between { justify-content:space-between; }
.justify-content-center { justify-content:center; }
.flex-column { flex-direction:column; }
.flex-wrap { flex-wrap:wrap; }

/* Gap utilities */
.g-1 { gap: .25rem; }
.g-2 { gap: .5rem; }
.g-3 { gap: 1rem; }

/* Text/heading utilities */
.h4 { font-size: 1.5rem; font-weight: 600; }
.small { font-size: 0.875rem; }

.text-center { text-align:center; }
.text-muted { color:var(--text-muted); }
.text-decoration-none { text-decoration:none; }
.fw-bold { font-weight:700; }
.fst-italic { font-style:italic; }

.m-0 { margin:0; }
.mb-0 { margin-bottom:0; }
.mb-1 { margin-bottom:0.25rem; }
.mb-2 { margin-bottom:0.5rem; }
.mb-3 { margin-bottom:1rem; }
.mb-4 { margin-bottom:1.5rem; }
.mb-5 { margin-bottom:3rem; }
.mt-3 { margin-top:1rem; }
.mt-5 { margin-top:3rem; }
.ms-3 { margin-left:1rem; }
.ms-auto { margin-left:auto; }

.p-3 { padding:1rem; }
.p-4 { padding:1.5rem; }
.py-4 { padding-top:1.5rem; padding-bottom:1.5rem; }
.py-5 { padding-top:3rem; padding-bottom:3rem; }

.h-100 { height:100%; }
.w-100 { width:100%; }

.bg-white { background-color:var(--white); }
.bg-light { background-color:var(--bg-light); }
.border { border:1px solid var(--border-color); }
.border-bottom { border-bottom:1px solid var(--border-color); }
.rounded-3 { border-radius:var(--radius); }
.shadow-sm { box-shadow:var(--shadow-sm); }

/* Grid System Lite */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-4, .col-md-6, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
    .col-md-6 { flex: 0 0 50%; max-width: 50%; }
    .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
    .mt-md-0 { margin-top: 0; }
}

/* ==========================================================================
   3. HERO SECTION (Extracted Styles)
   ========================================================================== */
.hero-section {
    background-color: var(--white);
      width: 100%;
    display: block;
    text-align: center;      /* Центрує текст всередині */
    max-width: 700px;        /* Не дає тексту розповзатися занадто широко */
    margin: 40px auto;       /* Центрує сам блок на сторінці + відступи зверху/знизу */
    padding: 0 20px;         /* Захисні відступи для мобільних пристроїв */
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.hero-title {
    color: #000000 !important; 
    font-family: 'Iowan Old Style', 'Sitka Text', 'Palatino Linotype', serif;
    font-style: italic;
    font-size: 28px;         /* Трохи збільшив для контрасту з текстом */
    letter-spacing: 0.1px; 
    line-height: 1.3; 
    margin-bottom: 15px;     /* Відступ від заголовка до тексту */
    
    opacity: 1 !important;
    font-weight: 600;        /* Трохи жирніше для ієрархії */
    
    text-shadow: 0.1px 0.1px 0px rgba(0,0,0,0.1); 
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    display: block;          /* Щоб margin-bottom спрацював коректно */
}

.hero-text {
    color: #000000 !important; /* Чистий чорний без домішок сірого */
    font-family: 'Iowan Old Style', 'Sitka Text', 'Palatino Linotype', serif;
    font-style: italic;
    font-size: 22px; /* Збільшуємо на 1px, італік завжди здається меншим */
    letter-spacing: 0.1px; 
    line-height: 1.5; /* Трохи щільніше, щоб текст не "світився" */
    
    opacity: 1 !important;
    font-weight: 500; /* Це критично важливо для чіткості курсиву */
    
    /* Додаємо мікро-тінь, яка працює як "жирний шрифт для бідних" */
    /* Вона зробить літери чіткішими, не розмиваючи їх */
    text-shadow: 0.1px 0.1px 0px rgba(0,0,0,0.1); 
    
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* ==========================================================================
   4. REVIEWS SECTION
   ========================================================================== */
.reviews-section {
    position: relative;
    z-index: 20;
    margin-top: 0;
}

.review-card-text {
    font-size: 0.88rem;
}

.btn-submit-review {
    display: inline-block;
    background-color: var(--subcat-bg);
    color: var(--text-muted);
    border: 1px solid var(--border-color);
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    font-family: system-ui, sans-serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-submit-review:hover {
    background-color: #e2e8f0;
    color: var(--text-main);
}

.stars-gold {
    color: #fbbf24;
}

/* ==========================================================================
   5. LAYOUT & SIDEBAR
   ========================================================================== */
.layout {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Mobile Sidebar (Horizontal) */
.sidebar {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: transparent;
    position: relative;
}

.sidebar-horizontal-track {
    display: flex;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 15px;
    scrollbar-width: none;
}

.sidebar-horizontal-track::-webkit-scrollbar {
    display: none;
}

.horizontal-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Sidebar Components */
.branding-logo-circle img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    object-fit: cover;
}

.sidebar-title {
    margin: 0;
    font-size: 1rem;
    padding-right: 10px;
    border-right: 2px solid var(--border-color);
}

.category-list-row {
    display: flex;
    gap: 20px;
}

.sidebar-category-link {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--text-main);
    white-space: normal;
    width: 140px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    transition: border-color 0.2s;
}

.sidebar-category-link:hover {
    border-color: var(--primary);
    transform: translateY(-2px)
}

/* Cluster Items (Hand Made) */
.cluster-item-mini {
    background: var(--white);
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 1rem;
    text-decoration: none;
    color: var(--text-main);
    white-space: normal;
    width: 140px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    transition: border-color 0.2s;
}

.cluster-item-mini:hover {
    border-color: var(--primary);
    transform: translateY(-2px)
}

.cluster-text {
    display: flex;
    flex-direction: column;
}

/* Pills (Articles) */
.articles-pills-row {
    display: flex;
    gap: 12px;
}

.pill {
    display: flex;
    align-items: center;
    gap: 10px;               /* Трохи збільшив проміжок між картинкою і текстом */
    background: var(--subcat-bg);
    border: 1px solid var(--border-color);
    padding: 8px 12px 8px 8px;
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--text-main);
    font-size: 13px;         /* Трохи підняв для кращої читабельності */
    font-weight: 700;
    white-space: normal;
    
    /* СТАБІЛІЗАЦІЯ (щоб сайт не розлітався) */
    width: 180px;
    min-width: 180px;        /* Жорстко фіксуємо мінімальну ширину */
    flex-shrink: 0;          /* ЗАБОРОНЯЄМО елементу стискатися в рядку */
    min-height: 62px;
    box-sizing: border-box;  /* Враховуємо рамки у ширину 180px */
    
    /* ЛЕГКИЙ ДИЗАЙН */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
    box-shadow: var(--card-shadow-mobile); /* Ледь помітна тінь у спокої */
}

/* Ефект при наведенні (легке підсвічування) */
.pill:hover {
    background: var(--white);
    border-color: var(--primary);
    transform: translateY(-2px); /* Легке підняття вгору */
    box-shadow: 0 4px 12px rgba(67, 56, 202, 0.12); /* М'яка синя тінь */
}

.pill img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

/* Desktop Sidebar Overrides */
@media (min-width: 992px) {
    .layout {
        grid-template-columns: 280px 1fr;
        gap: 30px;
    }

    .sidebar {
        overflow: visible;
        position: sticky;
        top: 20px;
        padding: 0;
        margin: 0;
        display: block; 
    }

        .sidebar-horizontal-track {
        display: flex;
        flex-direction: column; /* Вертикально */
        align-items: stretch;
        overflow: visible;
        white-space: normal;
        padding: 0;
        gap: 20px;
    }

    .horizontal-group {
        display: block; /* Розблоковуємо групи */
        width: 100%;
    }
    
    .horizontal-group .branding-logo-circle {
        text-align: center;
        margin-bottom: 20px;
    }

    .sidebar-title {
        border-right: none;
        border-bottom: 2px solid var(--border-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .category-list-row, 
    .articles-pills-row {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .sidebar-category-link, 
    .cluster-item-mini, 
    .pill {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }
}

/* ==========================================================================
   6. SLIDER
   ========================================================================== */
.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.slider-wrapper {
    width: 100%;
}

/* Buttons */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 4px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.nav-btn:hover {
    background: var(--white);
    transform: translateY(-50%) scale(1.1);
}

.prev-btn { left: 15px; }
.next-btn { right: 15px; }

/* Blog Card in Slider */
.blog-card-mini-row {
    display: flex;
    flex-direction: row;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    overflow: hidden;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-img-small {
    width: 100px;
    min-height: 100px;     /* Захист для коротких заголовків */
    height: auto;          /* Дозволяє висоті бути гнучкою... */
    align-self: stretch;   /* ...і розтягуватися на всю висоту картки */
    object-fit: cover;     /* Зберігає пропорції, заповнюючи весь фон */
    flex-shrink: 0;
}

.blog-content-small {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-title-small {
    font-family: 'Iowan Old Style', serif;
    font-size: 1.1rem;
    color: var(--text-main);
    margin: 0;
    line-height: 1.3;
}

.blog-date-small {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}

/* ==========================================================================
   7. PRODUCT GALLERY (Vitrinal)
   ========================================================================== */
.b-product-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.b-product-gallery__item {
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
    height: 100%;
}

.b-product-gallery__item:hover {
    transform: translateY(-5px);
    box-shadow: var(--card-shadow);
}

/* ==========================================================================
   MOBILE OVERRIDES (grouped)
   - Simplify shadows, remove expensive filters and disable non-essential animations
   ========================================================================== */
@media (max-width: 767px) {
    .pill, .blog-card-mini-row, .b-product-gallery__item { box-shadow: var(--card-shadow-mobile); }
    .b-product-gallery__item:hover { transform: none; }
    .glass-shard { filter: none; }
    .scroll-arrow-mobile, .articles-pills-row, .feature-mini .scroll, .feature-mini .box, .feature-mini .handshake { animation: none; }
    .nav-btn { transition: none; }
}

.b-product-gallery__image-link {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--white);
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.b-product-gallery__item:hover .product-grid-img {
    transform: scale(1.05);
}

.b-product-gallery__header {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.b-product-gallery__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-main);
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 36px;
}

.b-product-gallery__prices {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-product-gallery__current-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary);
}

.b-custom-button_type_buy {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #4f46e5;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
    text-decoration: none;
}

.b-custom-button_type_buy:hover {
    background-color: #3730a3;
}

/* Product Grid Media Queries */
@media (min-width: 768px) {
    .b-product-gallery {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 20px;
    }
}

@media (min-width: 1200px) {
    .b-product-gallery {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 24px;
    }
}

/* ==========================================================================
   8. FEATURES & SEO TEXT
   ========================================================================== */
.features-block-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
    margin: 30px 0;
}

.feature-mini {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    color: var(--text-muted);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.seo-text-block {
    padding: 20px;
    background: var(--bg-light);
    border-radius: 12px;
    margin-bottom: 40px;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

.seo-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 12px;
}

/* Контейнер для відносного позиціонування стрілки */
.sidebar-wrapper-mobile {
    position: relative;
    width: 100%;
}

/* Стиль синьої стрілочки */
.scroll-arrow-mobile {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: var(--primary); /* Використовує вашу синю змінну */
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(67, 56, 202, 0.1);
    z-index: 30;
    cursor: pointer;
    pointer-events: auto;
    animation: bounceRight 2s infinite;
}

/* Анімація, щоб стрілочка "запрошувала" свайпнути */
@keyframes bounceRight {
    0%, 20%, 50%, 80%, 100% {transform: translateY(-50%) translateX(0);}
    40% {transform: translateY(-50%) translateX(-5px);}
    60% {transform: translateY(-50%) translateX(-3px);}
}

/* ПРИХОВУЄМО стрілочку на десктопах (екран більше 991px) */
@media (min-width: 992px) {
    .scroll-arrow-mobile { display: none; }
}

/* Приховуємо стрілку, коли користувач почав скролити (опційно через JS) */
.sidebar-horizontal-track.scrolled + .scroll-arrow-mobile {
    opacity: 0.4;
    transition: opacity 0.5s;
    pointer-events: none;
}

.glass-shatter-wrapper {
    position: relative;
    cursor: pointer;
    perspective: 1000px; /* Додає 3D глибину */
}

.main-img {
    width: 100%;
    transition: opacity 0.2s;
}

.collapse-animation .main-img { opacity: 0; }

.glass-shard {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    /* Додаємо легкий відблиск скла */
    filter: drop-shadow(0 0 2px rgba(255,255,255,0.5));
}

/* Нарізка гострими кутами */
.gs-1 { clip-path: polygon(50% 50%, 0 0, 60% 0); }
.gs-2 { clip-path: polygon(50% 50%, 60% 0, 100% 20%, 100% 50%); }
.gs-3 { clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 70% 100%); }
.gs-4 { clip-path: polygon(50% 50%, 70% 100%, 20% 100%, 0% 80%); }
.gs-5 { clip-path: polygon(50% 50%, 0% 80%, 0% 30%); }
.gs-6 { clip-path: polygon(0% 30%, 0% 0%, 50% 50%); }

.collapse-animation .glass-shard {
    opacity: 1;
    animation: shatterAndRecover 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes shatterAndRecover {
    0% { transform: translate(0, 0) rotateX(0) rotateY(0) scale(1); opacity: 1; }
    30% { opacity: 1; } /* Пік розльоту */
    100% { transform: translate(0, 0) rotateX(0) rotateY(0) scale(1); opacity: 1; }
}

/* Індивідуальні траєкторії "вибуху" */
.collapse-animation .gs-1 { animation-name: sh1; }
.collapse-animation .gs-2 { animation-name: sh2; }
.collapse-animation .gs-3 { animation-name: sh3; }
.collapse-animation .gs-4 { animation-name: sh4; }
.collapse-animation .gs-5 { animation-name: sh5; }
.collapse-animation .gs-6 { animation-name: sh6; }

@keyframes sh1 { 0%{} 30%{transform: translate(-30px, -50px) rotate(-30deg) rotateX(40deg); opacity: 0.8;} 100%{transform: translate(0,0);} }
@keyframes sh2 { 0%{} 30%{transform: translate(50px, -40px) rotate(40deg) rotateY(50deg); opacity: 0.8;} 100%{transform: translate(0,0);} }
@keyframes sh3 { 0%{} 30%{transform: translate(40px, 40px) rotate(20deg) rotateZ(20deg); opacity: 0.8;} 100%{transform: translate(0,0);} }
@keyframes sh4 { 0%{} 30%{transform: translate(-20px, 60px) rotate(-40deg) rotateX(-50deg); opacity: 0.8;} 100%{transform: translate(0,0);} }
@keyframes sh5 { 0%{} 30%{transform: translate(-60px, 10px) rotate(50deg) rotateY(-40deg); opacity: 0.8;} 100%{transform: translate(0,0);} }
@keyframes sh6 { 0%{} 30%{transform: translate(-10px, -20px) rotate(-10deg); opacity: 0.8;} 100%{transform: translate(0,0);} }

/* Базовий стиль для іконок */
.feature-mini .icon {
    display: inline-block;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

/* 1. СУВІЙ: Ефект розгортання через зміну ширини та легкий перекіс */
.feature-mini:hover .scroll {
    animation: scroll-unroll 0.8s ease-in-out infinite alternate;
}

@keyframes scroll-unroll {
    0% { transform: scaleX(1) rotate(0deg); }
    100% { transform: scaleX(1.4) rotate(-5deg); filter: contrast(1.2); }
}

/* 2. КОРОБКА: Підстрибування з ефектом "ваги" (сплющування при приземленні) */
.feature-mini:hover .box {
    animation: box-bounce 0.6s ease-in-out infinite;
}

@keyframes box-bounce {
    0%, 100% { transform: translateY(0) scale(1); }
    30% { transform: translateY(-8px) scale(1.1); }
    50% { transform: translateY(0) scale(1.2, 0.8); } /* Сплющування */
}

/* 3. РУКОСТИСКАННЯ: Руки розходяться і сходяться (пульсація) */
.feature-mini:hover .handshake {
    animation: shake-hands 0.6s ease-in-out infinite;
}

@keyframes shake-hands {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.25) translateX(2px); }
}

/* Додаткові утиліти для вирівнювання */
@media (min-width: 768px) {
    .text-md-end { text-align: right !important; }
}

/* Виправляємо відображення карток, щоб вони не злипалися */
.reviews-section .row.g-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Ваші існуючі стилі */
.sale-badge-wrap{position:absolute;top:8px;left:8px;z-index:10;display:flex;flex-direction:column;gap:3px}
/* ... інші стилі ... */

/* Додані стилі для банера */
.hostiq-banner {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Правило для мобільних телефонів (екрани до 768px) */
@media (max-width: 768px) {
    .hostiq-banner {
        max-width: 150px; /* Це рівно половина від оригінальних 300px */
    }
}