@charset "UTF-8";
/* =======================================================
   iLogist.com.ua - UNIFIED CUSTOM CSS
   Об'єднаний файл зі стилями custom-home.css, custom-audit.css та custom-responsive.css
   ======================================================= */

/* =======================================================
   ГЛОБАЛЬНИЙ ПАТЧ ВІД ТРЕМТІННЯ ЕКРАНУ (ANTI-JITTER)
   ======================================================= */
html { scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
body { overscroll-behavior-y: none; width: 100%; position: relative; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.site-navbar, .side-menu, .custom-mobile-menu, .dynamic-hero, .bg-fixed-parallax { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; }
.custom-mobile-menu { height: 100dvh; min-height: -webkit-fill-available; }
* { -webkit-tap-highlight-color: transparent; }
@media (hover: none) and (pointer: coarse) {
    .bg-fixed-parallax, .dynamic-hero-bg { background-attachment: scroll !important; animation: none !important; transform: translateZ(0) !important; }
}
.resize-animation-stopper * { animation: none !important; transition: none !important; }

/* --- СКЛЯНА БОКОВА ПАНЕЛЬ --- */
.side-menu { position: fixed; right: 15px; top: 50%; transform: translateY(-50%); z-index: 9990; }
.side-menu-buttons { display: flex; flex-direction: column; gap: 8px; }
.side-menu-item { background: rgba(255, 255, 255, 0.15) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; border: 1px solid rgba(255, 255, 255, 0.3) !important; border-radius: 12px !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important; transition: all 0.3s ease !important; }
.side-menu-item:hover { background: rgba(252, 163, 17, 0.9) !important; border-color: rgba(252, 163, 17, 1) !important; transform: scale(1.1) !important; }
.side-menu-item-icon i, .side-menu-item-icon svg { transition: all 0.3s ease; }
.side-menu-item:hover .side-menu-item-icon i, .side-menu-item:hover .side-menu-item-icon svg { color: #fff !important; fill: #fff !important; }
/* Sidebar: усі 5 кнопок одного розміру (еталон — Telegram 55x55 із style.css).
   Скасовуємо зайвий padding від .header-cta-btn (призначений для шапки). */
.side-menu .side-menu-item.header-cta-btn,
.side-menu-buttons .side-menu-item.header-cta-btn { padding: 0 !important; }
/* Viber-іконка має такий же візуальний розмір, як icomoon-іконки (26px у style.css) */
.side-menu-item img { width: 26px !important; height: 26px !important; }
/* На мобільних телефонах sidebar приховуємо — економимо простір на малих екранах */
@media (max-width: 767.98px) {
    .side-menu { display: none !important; }
}

/* --- СЕКЦІЯ "ЩО МИ ПРОПОНУЄМО" --- */
.services-section-wrapper { padding: 90px 0; background-color: #ffffff; }
.h-entry { background: #fff; padding: 30px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.06); box-shadow: 0 6px 20px rgba(0,0,0,0.02); transition: all 0.4s ease; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.h-entry:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); border-color: rgba(252, 163, 17, 0.3); }
.h-entry img { border-radius: 10px; margin-bottom: 25px; width: 100%; height: 220px; object-fit: cover; }
.btn-sleek { background: transparent !important; color: #fca311 !important; border: 1px solid #fca311 !important; font-weight: 500 !important; font-size: 14px !important; letter-spacing: 1px !important; border-radius: 6px !important; padding: 12px 25px !important; transition: all 0.3s ease !important; display: inline-block; }
.btn-sleek:hover, .btn-sleek:active, .btn-sleek:focus { background: #fca311 !important; color: #ffffff !important; border-color: #fca311 !important; box-shadow: 0 5px 15px rgba(252, 163, 17, 0.3) !important; }

/* =======================================================
   НОВЕ ПОВНОЕКРАННЕ МОБІЛЬНЕ МЕНЮ (БУРГЕР)
   ======================================================= */
.mobile-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 9998; opacity: 0; visibility: hidden; transition: opacity 0.3s ease; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.mobile-backdrop.active { opacity: 1; visibility: visible; }
.custom-mobile-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; min-height: 100vh; background-color: #2b333e; z-index: 9999990; display: flex; flex-direction: column; transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1); overflow-y: auto; }
.custom-mobile-menu.active { right: 0; }
.cmm-header { display: flex; justify-content: space-between; align-items: center; padding: 25px 30px; background: transparent; }
.cmm-logo { font-size: 22px; font-weight: bold; color: #fff; text-decoration: none; display: flex; align-items: center; }
.cmm-logo svg { margin-right: 10px; }
.cmm-close { background: rgba(255,255,255,0.1); color: #fff; border: none; font-size: 24px; width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cmm-body { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; }
.cmm-nav { list-style: none; padding: 0; margin: 0 0 30px 0; }
.cmm-nav li { margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 15px; }
.cmm-nav a { color: #fff; font-size: 20px; text-decoration: none; font-weight: 500; display: flex; justify-content: space-between; }
.cmm-nav .cmm-dropdown { list-style: none; padding-left: 20px; margin-top: 15px; display: none; }
.cmm-nav .cmm-dropdown a { font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.cmm-nav li.expanded .cmm-dropdown { display: block; }
.cmm-lang { display: flex; gap: 15px; margin-bottom: 40px; }
.cmm-lang a { padding: 8px 20px; border-radius: 8px; font-size: 16px; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); text-decoration: none;}
.cmm-lang a.active { background: #fca311; border-color: #fca311; color: #fff; font-weight: bold; }
.cmm-contacts { margin-top: auto; padding-top: 20px; }
.cmm-contacts p { margin-bottom: 15px; color: #fff; font-size: 18px; display: flex; align-items: center; }
.cmm-contacts p i { margin-right: 15px; font-size: 20px; color: #fca311; }
.cmm-contacts a { color: #fff; text-decoration: none; }
.cmm-socials { display: flex; gap: 15px; margin-top: 25px; }
.cmm-socials a { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: 0.3s; }
.cmm-socials a svg { width: 24px; height: 24px; fill: #fff; }
.cmm-socials a i { font-size: 24px; color: #fff; }
.cmm-socials a.tg:hover { background: #0088cc; }
.cmm-socials a.vb:hover { background: #7360f2; }

/* =======================================================
   БЛОК "РЕЗУЛЬТАТИ" ТА КОНСАЛТИНГ
   ======================================================= */
.results-section { background-color: #fcfcfc; padding: 100px 0; }
.modern-title-clean { font-size: calc(2rem + 1vw) !important; font-weight: 800; color: #392ec9 !important; margin-bottom: 0 !important; }
.brush-highlight { background-color: #d32f2f; color: #ffffff !important; padding: 2px 15px 6px 15px; display: inline-block; border-radius: 4px 12px 6px 15px; transform: rotate(-2deg); }
.modern-result-card { background: #ffffff; padding: 30px; border-radius: 16px; box-shadow: 0 5px 25px rgba(0,0,0,0.04); height: 100%; border: 1px solid rgba(0,0,0,0.02); }
.glass-icon-wrapper { width: 70px; height: 70px; background: rgba(57, 46, 201, 0.05); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-right: 25px; flex-shrink: 0; }
.result-svg-icon { width: 34px; height: 34px; fill: #392ec9 !important; }
.counter-number-blue { font-size: 40px !important; font-weight: 800 !important; color: #392ec9 !important; line-height: 1 !important; margin-bottom: 5px !important;}
.premium-consulting-section { padding: 100px 0 !important; }
.premium-consulting-card { background: #ffffff; padding: 60px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.08); }
@media (min-width: 1200px) { .overlapping-text-card { margin-left: -120px; z-index: 10; position: relative; } }
.check-icon-wrapper-red { width: 26px; height: 26px; background: #d32f2f; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
.check-icon-wrapper-red i { color: #fff; font-size: 12px; }

/* =======================================================
   ДИЗАЙН НОВОГО БІЗНЕС-МОДАЛЬНОГО ВІКНА (ВИПРАВЛЕНО)
   ======================================================= */
.business-modal { max-width: 800px !important; width: 95% !important; }
.business-input { background-color: #f4f7f9 !important; border: 1px solid transparent !important; border-radius: 8px !important; height: 50px !important; padding: 10px 15px !important; font-size: 15px !important; color: #333333 !important; transition: all 0.3s ease !important; -webkit-appearance: none; appearance: none; }
.business-input:focus { background-color: #ffffff !important; border-color: #392ec9 !important; box-shadow: 0 0 0 4px rgba(57, 46, 201, 0.1) !important; outline: none !important; }
.business-submit-btn { transition: all 0.3s ease !important; }
.business-submit-btn:hover { background-color: #e08e0b !important; transform: translateY(-2px) !important; box-shadow: 0 6px 20px rgba(252, 163, 17, 0.4) !important; }
@media screen and (max-width: 767px) { .business-modal { max-width: 400px !important; } }

/* --- СТИЛІ ДЛЯ ВІКНА ЕКСПРЕС-ДІАГНОСТИКИ --- */
.glass-express-popup { position: fixed; bottom: 30px; left: 30px; width: 340px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.4); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); border-radius: 16px; padding: 25px; z-index: 999999; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.glass-express-popup.show-popup { opacity: 1; visibility: visible; transform: translateY(0); }
.express-close { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 24px; color: #999; cursor: pointer; line-height: 1; transition: color 0.3s; }
.express-close:hover { color: #fca311; }
.express-header { display: flex; align-items: center; font-weight: 700; color: #392ec9; margin-bottom: 15px; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; }
.express-title { font-weight: 800; font-size: 18px; color: #222; margin-bottom: 10px; }
.express-desc { font-size: 13px; line-height: 1.5; color: #555; margin-bottom: 20px; }
.express-input { width: 100%; background: rgba(255, 255, 255, 0.9); border: 1px solid #ddd; border-radius: 8px; padding: 12px 15px; font-size: 14px; color: #333; outline: none; transition: border 0.3s; margin-bottom: 15px; }
.express-input:focus { border-color: #fca311; }
.express-btn { width: 100%; background: #fca311; color: #fff; border: none; padding: 12px; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; box-shadow: 0 4px 15px rgba(252, 163, 17, 0.3); transition: background 0.3s, transform 0.2s; }
.express-btn:hover { background: #e5930c; transform: translateY(-2px); }
@media (max-width: 576px) { .glass-express-popup { left: 15px; right: 15px; bottom: 15px; width: auto; } }

/* ======================================================
   КОМПАКТНЕ МОБІЛЬНЕ МЕНЮ ТА АДАПТАЦІЯ
   ====================================================== */
@media (max-width: 576px) {
    .business-nav li a { padding: 10px 0 !important; font-size: 16px !important; }
    .cmm-dropdown { padding-top: 5px !important; padding-bottom: 5px !important; }
    .cmm-dropdown li a { padding: 6px 0 !important; font-size: 14px !important; }
    .cmm-lang { margin-bottom: 15px !important; }
    .cmm-bottom-contacts { padding-top: 15px !important; margin-top: 10px !important; }
    .cmm-socials-grid { margin-bottom: 10px !important; }
    .cmm-phones a { font-size: 16px !important; margin-bottom: 4px !important; }
    .cmm-email a { font-size: 14px !important; }
    .cmm-body { padding: 15px 20px 20px 20px !important; }
    .cmm-header { padding: 15px 20px !important; }
    .cmm-cta-wrap .btn { white-space: normal !important; font-size: 14px !important; padding: 15px 10px !important; }
}
@media (max-height: 700px) {
    .business-nav li a { padding: 7px 0 !important; }
    .cmm-socials-grid { display: flex; gap: 10px; justify-content: center; }
    .cmm-phones a { font-size: 15px !important; }
}
/* НЕ використовуємо min-height: 100vh — на мобільних 100vh включає browser UI,
   що створює зайвий скрол з пустим простором у бургер-меню.
   flex-grow:1 (унаслідуване з display:flex батька) сам розтягує на доступну висоту. */
.cmm-body { display: flex !important; flex-direction: column !important; }
/* padding-bottom має враховувати iPhone safe-area (notch/home-bar) — інакше
   кнопка "Отримати консультацію" заходить під bottom UI браузера. */
.cmm-bottom-contacts { margin-top: auto !important; padding-bottom: max(60px, calc(env(safe-area-inset-bottom) + 40px)) !important; width: 100%; }
.custom-mobile-menu { overflow-y: auto !important; -webkit-overflow-scrolling: touch !important; }

@media (max-width: 767px) {
    #siteTimer, .site-time-indicator { display: none !important; }
    .container { padding-left: 15px !important; padding-right: 15px !important; max-width: 100% !important; }
    .row { margin-left: -10px !important; margin-right: -10px !important; }
    [class*="col-"] { padding-left: 10px !important; padding-right: 10px !important; }
    .card, .bg-white.shadow, .modern-form, .contact-info-block, .promo-block { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 20px !important; padding-right: 20px !important; border-radius: 12px !important; }
    .p-4, .p-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
    .services-section-wrapper .container { padding-left: 5px !important; padding-right: 5px !important; }
    .services-section-wrapper .row { margin-left: 0 !important; margin-right: 0 !important; }
    .services-section-wrapper [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }
    .services-section-wrapper .h-entry h2, .services-section-wrapper .h-entry p, .services-section-wrapper .h-entry .mt-4 { padding-left: 12px !important; padding-right: 12px !important; }
    .services-section-wrapper .mb-5 { margin-bottom: 25px !important; }
}
@media (min-width: 992px) {
    .consulting-img { transform: scale(1.15) !important; transform-origin: center center; z-index: 2; }
    .premium-image-card, .consulting-image-wrapper { overflow: visible !important; }
    .consulting-title-creative { margin-bottom: 1.65rem !important; }
}
section:has(.consulting-container) { padding-top: 2.7rem !important; padding-bottom: 2.7rem !important; }
div.consulting-container { padding-top: 2.7rem !important; padding-bottom: 2.7rem !important; }

/* B2B FAQ Accordion Styles */
.b2b-faq-accordion .faq-item { border-bottom: 1px solid #e2e8f0; margin-bottom: 10px; }
.b2b-faq-accordion .faq-link { display: flex; justify-content: space-between; align-items: center; text-decoration: none; color: #14213d; font-weight: 600; font-size: 18px; padding: 20px 0; transition: color 0.3s; }
.b2b-faq-accordion .faq-link:hover { color: #fca311; }
.b2b-faq-accordion .faq-icon { color: #fca311; font-size: 20px; transition: transform 0.3s ease; }
.b2b-faq-accordion .faq-link[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }
.b2b-faq-accordion .faq-body { padding: 0 0 25px 0; color: #4a5568; line-height: 1.7; font-size: 15px; }
.b2b-faq-accordion .faq-body ul { padding-left: 20px; margin-bottom: 15px; }
.b2b-faq-accordion .faq-body ul li { margin-bottom: 8px; }

.b2b-cta-box { background: #f8fafc; border-radius: 16px; border: 1px solid #e2e8f0; box-shadow: 0 10px 30px rgba(0,0,0,0.03); padding: 50px 30px; text-align: center; }
.b2b-service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important; border-bottom-color: #fca311 !important; }

.b2b-tabs .nav-link { color: #555; background: #fff; transition: all 0.3s ease; }
.b2b-tabs .nav-link:hover { color: #392ec9; background: #f8f9fa; }
.b2b-tabs .nav-link.active { color: #fff !important; background: #fca311 !important; box-shadow: 0 8px 20px rgba(252, 163, 17, 0.4) !important; }
.rounded-lg { border-radius: 16px !important; }

.b2b-card { background: #ffffff; border-radius: 16px; padding: 40px 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.4s ease; border: 1px solid rgba(0,0,0,0.03); position: relative; overflow: hidden; z-index: 1; height: 100%; }
.b2b-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: linear-gradient(135deg, #392ec9 0%, #7360f2 100%); transition: all 0.4s ease; z-index: -1; }
.b2b-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(57, 46, 201, 0.2); }
.b2b-card:hover::before { height: 100%; }
.b2b-card:hover h3, .b2b-card:hover p, .b2b-card:hover .icon-wrap span { color: #ffffff !important; }
.b2b-card .icon-wrap { width: 70px; height: 70px; background: rgba(57, 46, 201, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; transition: all 0.4s ease; }
.b2b-card:hover .icon-wrap { background: rgba(255, 255, 255, 0.2); transform: scale(1.1); }
.b2b-card h3 { font-size: 20px; color: #222; transition: color 0.4s ease; }
.b2b-card p { font-size: 15px; color: #666; transition: color 0.4s ease; line-height: 1.6; }

.b2b-tabs .nav-link { color: #555; font-weight: 700; font-size: 16px; background: #fff; border-radius: 50px; padding: 15px 35px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s; border: 2px solid transparent; }
.b2b-tabs .nav-link:hover { color: #392ec9; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.b2b-tabs .nav-link.active { color: #fff !important; background: linear-gradient(135deg, #fca311 0%, #ffbe4d 100%) !important; box-shadow: 0 10px 25px rgba(252, 163, 17, 0.4) !important; border-color: transparent; }

.glass-stat-panel { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 12px; padding: 20px 25px; margin-bottom: 20px; transition: transform 0.3s ease, background 0.3s ease; box-shadow: 0 10px 30px rgba(0,0,0,0.1); display: flex; align-items: center; max-width: 330px; margin-left: auto; }
.glass-stat-panel:hover { transform: translateX(-10px); background: rgba(255, 255, 255, 0.15); }
.glass-stat-panel h3 { color: #fca311; font-weight: 800; font-size: 34px; margin-bottom: 0; margin-right: 20px; line-height: 1; min-width: 75px; text-align: right; }
.glass-stat-panel p { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; margin: 0; font-weight: 500; line-height: 1.4; }

.custom-accordion .card { border: none; margin-bottom: 15px; border-radius: 12px !important; box-shadow: 0 5px 20px rgba(0,0,0,0.03); overflow: hidden; border: 1px solid rgba(0,0,0,0.04); background: #fff; }
.custom-accordion .card-header { background: #fff; border-bottom: none; padding: 0; }
.custom-accordion .btn-link { width: 100%; text-align: left; padding: 22px 25px; color: #333; font-weight: 700; font-size: 16px; text-decoration: none; display: flex; justify-content: space-between; align-items: center; transition: all 0.3s ease; }
.custom-accordion .btn-link:hover { color: #392ec9; background: #f8f9fa; }
.custom-accordion .btn-link[aria-expanded="true"] { color: #392ec9; }
.custom-accordion .btn-link::after { content: '\e313'; font-family: 'icomoon'; font-size: 20px; color: #fca311; transition: transform 0.3s ease; margin-left: 15px; }
.custom-accordion .btn-link[aria-expanded="true"]::after { transform: rotate(180deg); }
.custom-accordion .card-body { padding: 0 25px 25px; color: #555; line-height: 1.8; background: #fff; border-top: 1px solid rgba(0,0,0,0.03); margin-top: -5px; padding-top: 15px; }

.seo-content h2, .seo-content h3 { color: #222; font-weight: 700; margin-bottom: 20px; }
.seo-content p { color: #555; line-height: 1.8; margin-bottom: 20px; }
.seo-content ul { padding-left: 20px; margin-bottom: 20px; }
.seo-content ul li { color: #555; margin-bottom: 10px; line-height: 1.6; }

.seo-card { background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.04); height: 100%; transition: transform 0.3s ease; }
.seo-card:hover { transform: translateY(-5px); }
.seo-card .icon-box { width: 50px; height: 50px; background: rgba(252, 163, 17, 0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fca311; font-size: 24px; margin-bottom: 20px; }

@keyframes kenBurns { 0% { transform: scale(1); } 100% { transform: scale(1.1); } }
.dynamic-hero { position: relative; overflow: hidden; min-height: 60vh; display: flex; align-items: center; }
.dynamic-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; animation: kenBurns 20s ease-out infinite alternate; z-index: -2; }
.dynamic-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(57, 46, 201, 0.85) 0%, rgba(20, 20, 20, 0.7) 100%); z-index: -1; }

.trust-widget { background: #4A47E5; border-radius: 20px; padding: 35px 30px; color: #fff; position: relative; box-shadow: 0 15px 35px rgba(74, 71, 229, 0.2); flex-shrink: 0; }
.trust-widget-step { display: flex; align-items: flex-start; margin-bottom: 20px; }
.trust-widget-step:last-child { margin-bottom: 5px; }
.trust-widget-circle { width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; margin-right: 15px; flex-shrink: 0; transition: all 0.3s ease; }
.trust-widget-step.active .trust-widget-circle { background: #fca311; color: #fff; box-shadow: 0 0 15px rgba(252, 163, 17, 0.5); animation: pulseStep 2s infinite; }
@keyframes pulseStep { 0% { box-shadow: 0 0 0 0 rgba(252, 163, 17, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(252, 163, 17, 0); } 100% { box-shadow: 0 0 0 0 rgba(252, 163, 17, 0); } }

.contact-widget-card { background: #fff; border-radius: 16px; padding: 35px 25px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.04); border: 1px solid rgba(0,0,0,0.03); transition: all 0.4s ease; height: 100%; position: relative; overflow: hidden; }
.contact-widget-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(57, 46, 201, 0.1); }
.contact-widget-card .icon-wrap { width: 70px; height: 70px; background: rgba(252, 163, 17, 0.1); color: #fca311; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; transition: all 0.4s ease; }
.contact-widget-card:hover .icon-wrap { background: #fca311; color: #fff; transform: scale(1.1); }
.contact-widget-card h4 { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 15px; }
.contact-widget-card p, .contact-widget-card a { color: #666; font-size: 15px; text-decoration: none; transition: color 0.3s; }
.contact-widget-card a:hover { color: #392ec9; }

.premium-contact-form { background: #fff; border-radius: 20px; padding: 50px; box-shadow: 0 15px 50px rgba(0,0,0,0.05); border: 1px solid rgba(0,0,0,0.03); }
.premium-contact-form .form-control { background: #f8f9fa; border: 1px solid #edf0f5; border-radius: 10px; padding: 15px 20px; height: auto; font-size: 15px; color: #333; transition: all 0.3s ease; }
.premium-contact-form .form-control:focus { background: #fff; border-color: #392ec9; box-shadow: 0 0 0 4px rgba(57, 46, 201, 0.1); }
.premium-contact-form label { font-weight: 600; font-size: 13px; color: #555; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 8px; }

.map-wrapper { border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.08); height: 100%; min-height: 400px; border: 1px solid rgba(0,0,0,0.05); }

.premium-timeline-section { background-color: #0b192c; color: #ffffff; padding: 80px 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
.pt-container { max-width: 800px; margin: 0 auto; }
.pt-header { text-align: center; margin-bottom: 60px; }
.pt-header h2 { font-size: 2.2rem; margin-bottom: 10px; text-transform: uppercase; }
.pt-header h2 span { color: #d4af37; }
.pt-header p { color: #a0aec0; font-size: 1.1rem; }
.pt-timeline { position: relative; padding-left: 40px; }
.pt-timeline::before { content: ''; position: absolute; top: 0; left: 19px; height: 100%; width: 2px; background: rgba(212, 175, 55, 0.3); }
.pt-item { position: relative; margin-bottom: 50px; }
.pt-dot { position: absolute; left: -40px; top: 5px; width: 16px; height: 16px; background-color: #d4af37; border-radius: 50%; box-shadow: 0 0 10px rgba(212, 175, 55, 0.6); transition: all 0.3s ease; }
.pt-content { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; padding: 25px; transition: transform 0.3s ease, background 0.3s ease; }
.pt-item:hover .pt-content { transform: translateX(10px); background: rgba(255, 255, 255, 0.08); border-color: #d4af37; }
.pt-item:hover .pt-dot { transform: scale(1.3); box-shadow: 0 0 20px #d4af37; }
.pt-year { display: inline-block; color: #d4af37; font-size: 1.4rem; font-weight: bold; margin-bottom: 10px; }
.pt-content h3 { font-size: 1.3rem; margin-bottom: 10px; }
.pt-content p { color: #a0aec0; line-height: 1.6; }
.pt-highlight .pt-content { background: rgba(212, 175, 55, 0.1); border-color: rgba(212, 175, 55, 0.5); }
.pt-highlight .pt-dot { width: 22px; height: 22px; left: -43px; background-color: #ffffff; border: 4px solid #d4af37; }

.custom-page-content { font-family: 'Poppins', sans-serif; background-color: #f8f9fa; }
.section-heading { font-weight: 700; color: #0b192c; font-size: 2.5rem; margin-bottom: 20px; }

.new-hero-section { background: linear-gradient(135deg, #0b192c 0%, #1a365d 100%); padding: 150px 0 100px; color: white; min-height: 60vh; display: flex; align-items: center; }
.hero-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 20px; color: #ffffff; }
.hero-subtitle { font-size: 1.2rem; opacity: 0.8; margin-bottom: 40px; max-width: 600px; }
.animate-fade-in-up { animation: fadeInUp 1s ease-out forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

.btn-custom-primary { background-color: #fca311; color: #fff; padding: 15px 35px; border-radius: 30px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-block; }
.btn-custom-primary:hover { background-color: #e08b00; color: #fff; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3); }
.btn-custom-secondary { background-color: transparent; color: #fca311; border: 2px solid #fca311; padding: 15px 35px; border-radius: 30px; font-weight: 700; text-decoration: none; transition: all 0.3s; display: inline-block; }
.btn-custom-secondary:hover { background-color: #fca311; color: #fff; }

.new-services-section { padding: 80px 0; }
.service-card { background: #ffffff; padding: 40px 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s, box-shadow 0.3s; height: 100%; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.card-icon { font-size: 3rem; margin-bottom: 20px; }
.service-card h3 { font-size: 1.5rem; font-weight: 600; color: #0b192c; margin-bottom: 15px; }

.new-test-section { background: url('../images/railway_station.webp') center/cover fixed; padding: 100px 0; position: relative; }
.new-test-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11, 25, 44, 0.8); }
.test-wrapper { position: relative; z-index: 2; }
.quiz-box { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; padding: 40px; }
.quiz-buttons { display: flex; flex-direction: column; gap: 15px; }
.btn-quiz { background: rgba(255, 255, 255, 0.9); border: none; padding: 15px; border-radius: 10px; font-weight: 600; color: #0b192c; cursor: pointer; transition: 0.3s; }
.btn-quiz:hover { background: #fca311; color: white; }

.new-stats-section { padding: 80px 0; background: #fff; }
.stat-item { display: flex; flex-direction: column; }
.stat-number { font-size: 3.5rem; font-weight: 900; color: #fca311; line-height: 1; margin-bottom: 10px; }
.stat-text { font-size: 1.1rem; color: #6c757d; font-weight: 600; }

.new-cta-section { background: linear-gradient(45deg, #0b192c, #392ec9); padding: 80px 0; margin: 40px 20px; border-radius: 20px; }

.b2b-mesmerizing-section { padding: 100px 0; background-color: #f8f9fa; overflow: hidden; }
.dynamic-title, .dynamic-subtitle { opacity: 0; animation: appearUp 1s ease-out forwards; }
.dynamic-subtitle { animation-delay: 0.2s; }
.mesmerize-wrapper { opacity: 0; animation: appearUp 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 0.9s; }
@keyframes appearUp { 0% { opacity: 0; transform: translateY(70px) scale(0.95); } 100% { opacity: 1; transform: translateY(0) scale(1); } }

.mesmerizing-card { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px); border: 3px dotted #cbd5e1; border-radius: 20px; padding: 40px 30px; height: 100%; position: relative; transition: all 0.5s ease; animation: levitate 6s ease-in-out infinite; cursor: pointer;}
.delay-1 .mesmerizing-card { animation-delay: 0s; }
.delay-2 .mesmerizing-card { animation-delay: -2s; }
.delay-3 .mesmerizing-card { animation-delay: -4s; }
@keyframes levitate { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
.mesmerizing-card.accent-card { border-color: rgba(252, 163, 17, 0.4); }
.mesmerizing-card:hover { animation-play-state: paused; transform: translateY(-20px) scale(1.03); border-color: #fca311; border-style: solid; box-shadow: 0 25px 50px rgba(252, 163, 17, 0.15), inset 0 0 20px rgba(252, 163, 17, 0.05); background: #ffffff; }
.icon-orb { width: 75px; height: 75px; background: #0b192c; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 25px auto; box-shadow: 0 10px 20px rgba(11, 25, 44, 0.2); transition: all 0.4s ease; }
.mesmerizing-card:hover .icon-orb { background: #fca311; box-shadow: 0 15px 30px rgba(252, 163, 17, 0.4); transform: rotateY(180deg); }
.mesmerizing-card h3 { font-size: 1.4rem; font-weight: 700; color: #0b192c; margin-bottom: 15px; text-align: center; }
.mesmerizing-card p { font-size: 0.95rem; color: #555; line-height: 1.6; text-align: justify; margin-bottom: 0; }

.experience-section { padding-top: 5rem; padding-bottom: 5rem; background-color: #f8f9fa; }
.modern-b2b-label { display: inline-block; color: #fca311; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: 13px; }
.section-heading { color: #fca311; font-weight: 700; text-transform: uppercase; margin-top: 0.5rem; margin-bottom: 0.5rem; }
.section-subheading { color: #a0aec0; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; font-weight: 500; }
.modern-glass-widget { background: #ffffff; border: 1px solid #edf2f7; border-radius: 12px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02), 0 10px 15px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; padding: 2rem; display: flex; flex-direction: column; height: 100%; }
.modern-glass-widget:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 20px 25px rgba(0, 0, 0, 0.05); }
.modern-widget-icon-box { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: 1.2rem; }
.bg-primary-light { background: #f0f2fb; color: #392ec9; }
.bg-secondary-light { background: #fff5e6; color: #fca311; }
.modern-widget-number { font-size: 28px; font-weight: 800; color: #1a202c; margin-bottom: 0.2rem; }
.modern-widget-title { font-size: 12px; line-height: 1.4; color: #a0aec0; letter-spacing: 0.5px; text-transform: uppercase; font-weight: 600; }
.widget-graphics-area { height: 70px; margin-top: 1.5rem; display: flex; align-items: flex-end; }
.pulse-point { animation: pulseAnimation 2s infinite; }
@keyframes pulseAnimation { 0% { transform: scale(0.9); opacity: 0.7; } 50% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(0.9); opacity: 0.7; } }

.formula-bg-underlay { position: relative; background-color: #0b192c; overflow: hidden; color: #ffffff; }
.formula-bg-underlay::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(11, 25, 44, 0.95), rgba(11, 25, 44, 0.95)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><text x="10" y="30" fill="rgba(255,255,255,0.03)" font-family="monospace" font-size="12">EOQ=√(2DS/H)</text><text x="50" y="60" fill="rgba(255,255,255,0.03)" font-family="monospace" font-size="12">ROI=(NP/I)*100</text><text x="10" y="90" fill="rgba(255,255,255,0.03)" font-family="monospace" font-size="12">LT=T_o+T_t+T_r</text></svg>'); background-repeat: repeat; opacity: 0.2; z-index: 1; }
.animated-calculations { position: absolute; top: 20px; right: 20px; font-family: 'Courier New', Courier, monospace; font-size: 14px; color: rgba(252, 163, 17, 0.4); z-index: 2; text-align: right; }
.calc-line { overflow: hidden; white-space: nowrap; margin: 0; letter-spacing: .15em; opacity: 0; animation: typing 3s steps(40, end) forwards, fadeIn 0.5s forwards; }
.calc-line-1 { animation-delay: 1s, 1s; }
.calc-line-2 { animation-delay: 5s, 5s; }
.calc-line-3 { animation-delay: 9s, 9s; }
@keyframes typing { from { width: 0; opacity: 1; } to { width: 100%; opacity: 1; } }
@keyframes fadeIn { to { opacity: 1; } }
.formula-bg-underlay .text-justify { color: rgba(255, 255, 255, 0.8) !important; }
.formula-bg-underlay .crisis-features-list li { color: #ffffff !important; }

.hero-terminal-bg { position: relative; background-color: #0b192c; overflow: hidden; }
.hero-terminal-bg::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(11, 25, 44, 0.85), rgba(11, 25, 44, 0.95)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><path d="M0,20 L40,20 M20,0 L20,40" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>'); z-index: 1; }
.hero-scenario { position: absolute; top: 20%; right: 2%; width: 45%; font-family: 'Courier New', Courier, monospace; font-size: 15px; line-height: 2; color: rgba(252, 163, 17, 0.9); text-shadow: 0 0 8px rgba(252, 163, 17, 0.5); z-index: 2; text-align: left; pointer-events: none; }
@media (max-width: 991px) { .hero-scenario { width: 90%; left: 5%; top: 10%; opacity: 0.6; } }
.h-line { overflow: hidden; white-space: nowrap; margin: 0; width: 0; border-right: 2px solid transparent; animation: typingHero 2s steps(50, end) forwards; }
.hl-1 { animation-delay: 0.5s; }
.hl-2 { animation-delay: 2.5s; }
.hl-3 { animation-delay: 4.5s; }
.hl-4 { animation-delay: 6.5s; }
.hl-5 { animation-delay: 8.5s; }
.hl-6 { animation-delay: 10.5s; border-right-color: rgba(252, 163, 17, 0.8); animation: typingHero 2s steps(50, end) forwards 10.5s, blinkHeroCursor 0.8s step-end infinite 12.5s; }
@keyframes typingHero { from { width: 0; } to { width: 100%; } }
@keyframes blinkHeroCursor { from, to { border-color: transparent; } 50% { border-color: rgba(252, 163, 17, 0.8); } }
.new-hero-section .container { position: relative; z-index: 10; }
.new-hero-section h1, .new-hero-section p { text-shadow: 0 4px 10px rgba(0,0,0,0.6); }

.reading-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11, 25, 44, 0.85); backdrop-filter: blur(5px); z-index: 999999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.reading-modal-overlay.active { opacity: 1; visibility: visible; }
.reading-modal-content { width: 90%; max-width: 850px; max-height: 85vh; background: #fff; border-radius: 20px; padding: 50px; overflow-y: auto; position: relative; transform: scale(0.9); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.reading-modal-overlay.active .reading-modal-content { transform: scale(1); }
.close-reading-btn { position: absolute; top: 20px; right: 25px; font-size: 36px; line-height: 1; color: #999; background: none; border: none; cursor: pointer; z-index: 10; transition: color 0.2s; }
.close-reading-btn:hover { color: #fca311; }
.reading-modal-content h3 { font-size: 32px !important; margin-bottom: 20px; color: #0b192c !important; }
.reading-modal-content p { font-size: 18px !important; line-height: 1.8 !important; color: #444 !important; }
.reading-modal-content .icon-orb { transform: scale(1.3); margin-bottom: 30px; }
@media (max-width: 767px) { .reading-modal-content { padding: 40px 20px; width: 95%; } .reading-modal-content h3 { font-size: 24px !important; } .reading-modal-content p { font-size: 16px !important; } }

.b2b-cases-section { background-color: #f8f9fa; padding: 80px 0; font-family: 'Poppins', 'Inter', sans-serif; }
.b2b-cases-section .section-title { color: #0b192c; font-weight: 800; font-size: 2.5rem; margin-bottom: 15px; letter-spacing: -0.5px; }
.b2b-cases-section .section-subtitle { color: #6c757d; font-size: 1.1rem; max-width: 600px; margin: 0 auto 50px auto; }
.b2b-case-card { background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(11, 25, 44, 0.06); border: 1px solid rgba(11, 25, 44, 0.05); height: 100%; display: flex; flex-direction: column; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
.b2b-case-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(11, 25, 44, 0.12); }
.b2b-case-img-wrap { position: relative; height: 220px; overflow: hidden; }
.b2b-case-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.b2b-case-card:hover .b2b-case-img-wrap img { transform: scale(1.08); }
.b2b-case-img-wrap::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(11,25,44,0) 60%, rgba(11,25,44,0.6) 100%); pointer-events: none; }
.b2b-case-content { padding: 30px 25px; display: flex; flex-direction: column; flex-grow: 1; }
.b2b-case-tag { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: #fca311; letter-spacing: 1px; margin-bottom: 12px; }
.b2b-case-title { font-size: 1.25rem; font-weight: 700; color: #0b192c; line-height: 1.4; margin-bottom: 20px; transition: color 0.3s; }
.b2b-case-card:hover .b2b-case-title { color: #fca311; }
.b2b-case-link { margin-top: auto; display: inline-flex; align-items: center; font-size: 0.9rem; font-weight: 600; color: #0b192c; text-decoration: none !important; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.3s; }
.b2b-case-link svg { width: 18px; height: 18px; margin-left: 8px; fill: #fca311; transition: transform 0.3s ease; }
.b2b-case-card:hover .b2b-case-link { color: #fca311; }
.b2b-case-card:hover .b2b-case-link svg { transform: translateX(6px); }

/* =======================================================
   УНІКАЛЬНІ СТИЛІ АУДИТУ (з custom-audit.css)
   ======================================================= */
.lead-text { font-size: 1.15rem; line-height: 1.8; color: #444; }
.accent-text { color: #fca311; font-weight: 700; }
.audit-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); height: 100%; display: flex; flex-direction: column; border: 1px solid rgba(0,0,0,0.03); }
.audit-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(57, 46, 201, 0.15); }
.audit-card-img { height: 220px; overflow: hidden; }
.audit-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.audit-card:hover .audit-card-img img { transform: scale(1.08); }
.audit-card-body { padding: 30px 25px; text-align: center; }
.audit-card-title { color: #392ec9; font-weight: 700; font-size: 1.25rem; line-height: 1.4; margin-bottom: 0; }
.modern-list { list-style: none; padding-left: 0; }
.modern-list li { position: relative; padding-left: 35px; margin-bottom: 15px; font-size: 1.05rem; line-height: 1.6; color: #555; }
.modern-list li::before { content: '✓'; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; background: #e8eaf6; color: #392ec9; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }
.counter-box { text-align: center; padding: 30px 20px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.2); transition: transform 0.3s ease; height: 100%; }
.counter-box:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.15); }
.counter-number { font-size: 4rem; font-weight: 800; color: #fca311; line-height: 1; margin-bottom: 10px; display: flex; justify-content: center; align-items: baseline; }
.counter-prefix { font-size: 2rem; margin-right: 5px; color: #fff; }
.counter-symbol { font-size: 2.5rem; margin-left: 5px; color: #fff; }
.counter-text { font-size: 1.1rem; color: #fff; font-weight: 500; margin: 0; }
.cta-overlay { background: linear-gradient(rgba(20, 33, 61, 0.85), rgba(20, 33, 61, 0.85)), url('../images/3PL.webp') center/cover no-repeat; padding: 100px 0; }
.btn-modern { background: #fca311; color: #fff; font-weight: 700; padding: 15px 40px; border-radius: 30px; text-transform: uppercase; letter-spacing: 1px; border: none; transition: all 0.3s ease; box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3); }
.btn-modern:hover { background: #e08e0b; transform: translateY(-3px); box-shadow: 0 15px 25px rgba(252, 163, 17, 0.4); color: #fff; }
.hero-b2b { position: relative; padding: 120px 0 80px; }
.hero-b2b::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(20, 33, 61, 0.9) 0%, rgba(57, 46, 201, 0.7) 100%); z-index: 1; }
.hero-b2b .container { position: relative; z-index: 2; }
.b2b-metrics-section { background-color: #14213d; padding: 60px 0; margin-top: -40px; position: relative; z-index: 5; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
.metric-card { text-align: center; padding: 20px; transition: transform 0.3s ease; }
.metric-card:hover { transform: translateY(-5px); }
.metric-icon { font-size: 40px; color: #fca311; margin-bottom: 15px; }
.metric-value { font-size: 36px; font-weight: 700; color: #ffffff; margin-bottom: 5px; }
.metric-title { color: rgba(255,255,255,0.7); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.info-card-b2b { background: #fff; border-radius: 12px; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; border-top: 4px solid #392ec9; transition: box-shadow 0.3s; }
.info-card-b2b:hover { box-shadow: 0 15px 40px rgba(57,46,201,0.1); }
.info-list li { position: relative; padding-left: 30px; margin-bottom: 15px; color: #444; font-size: 15px; }
.info-list li::before { content: '\e5ca'; font-family: 'icomoon'; position: absolute; left: 0; top: 2px; color: #fca311; font-size: 18px; }
.timeline-b2b { display: flex; justify-content: space-between; position: relative; margin: 50px 0; }
.timeline-b2b::before { content: ''; position: absolute; top: 40px; left: 50px; right: 50px; height: 2px; background: #e0e0e0; z-index: 1; }
.timeline-step { flex: 1; text-align: center; position: relative; z-index: 2; padding: 0 15px; }
.step-number { width: 80px; height: 80px; background: #ffffff; border: 3px solid #392ec9; color: #392ec9; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; margin: 0 auto 20px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(57, 46, 201, 0.2); }
.timeline-step:hover .step-number { background: #392ec9; color: #ffffff; transform: scale(1.1); }
.step-title { font-weight: 700; color: #14213d; margin-bottom: 10px; font-size: 18px; }
.step-desc { color: #666; font-size: 14px; line-height: 1.6; }
@media (max-width: 768px) { .timeline-b2b { flex-direction: column; } .timeline-b2b::before { display: none; } .timeline-step { margin-bottom: 40px; } }
.impact-card { background: #fff; border-radius: 16px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; border-left: 4px solid #fca311; height: 100%; }
.impact-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(57, 46, 201, 0.1); }
.impact-number { font-size: 40px; font-weight: 900; color: rgba(57, 46, 201, 0.15); margin-right: 20px; line-height: 1; }
.impact-text { font-size: 15px; color: #444; line-height: 1.5; flex-grow: 1; padding-right: 15px; }
.impact-value { font-size: 24px; font-weight: 700; color: #392ec9; white-space: nowrap; }
.cta-banner-b2b { background: linear-gradient(135deg, #392ec9 0%, #14213d 100%); border-radius: 16px; padding: 60px 40px; text-align: center; color: #fff; box-shadow: 0 20px 40px rgba(57, 46, 201, 0.3); margin: 60px 0; }
.cta-btn-b2b { background: #fca311; color: #fff !important; padding: 15px 40px; border-radius: 30px; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; display: inline-block; transition: all 0.3s ease; border: none; box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3); margin-top: 20px; }
.cta-btn-b2b:hover { transform: translateY(-3px); box-shadow: 0 15px 25px rgba(252, 163, 17, 0.4); background: #e5930f; }
.service-card-b2b { background: #fff; border-radius: 12px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); height: 100%; border-top: 4px solid #392ec9; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.service-card-b2b:hover { box-shadow: 0 15px 40px rgba(57,46,201,0.15); transform: translateY(-5px); }
.img-zoom-wrapper { overflow: hidden; border-radius: 8px; }
.img-zoom-wrapper img { transition: transform 0.5s ease; }
.service-card-b2b:hover .img-zoom-wrapper img { transform: scale(1.05); }
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
@keyframes float-reverse { 0% { transform: translateY(0px); } 50% { transform: translateY(15px); } 100% { transform: translateY(0px); } }
.floating-img { animation: float 6s ease-in-out infinite; will-change: transform; }
.floating-img-reverse { animation: float-reverse 7s ease-in-out infinite; will-change: transform; }

/* =======================================================
   УНІКАЛЬНІ СТИЛІ АНІМАЦІЙ (з custom-responsive.css)
   ======================================================= */
.premium-consulting-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #ffffff 0%, #fbfbfd 100%); }
.logistic-objects-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.6; }
.premium-consulting-section > .container { position: relative; z-index: 2; }
.logistic-obj { position: absolute; color: #fca311; font-size: 30px; filter: blur(0.5px); opacity: 0; }
.obj-truck { top: 15%; left: -10%; animation: snakeMove_1 25s linear infinite; font-size: 35px; }
.obj-warehouse { top: 60%; left: -10%; animation: snakeMove_2 30s linear infinite 5s; font-size: 32px; }
.obj-box { top: 40%; right: -10%; animation: snakeMove_3 22s linear infinite 2s; }
.obj-graph { top: 80%; right: -10%; animation: snakeMove_3 28s linear infinite 8s; }
@keyframes snakeMove_1 { 0% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0; } 5% { opacity: 0.7; } 25% { transform: translate3d(25vw, 50px, 0) rotate(10deg); } 50% { transform: translate3d(50vw, -50px, 0) rotate(-10deg); } 75% { transform: translate3d(75vw, 50px, 0) rotate(10deg); } 95% { opacity: 0.7; } 100% { transform: translate3d(110vw, 0, 0) rotate(0deg); opacity: 0; } }
@keyframes snakeMove_2 { 0% { transform: translate3d(0, 0, 0); opacity: 0; } 5% { opacity: 0.5; } 15% { transform: translate3d(15vw, -30px, 0); } 30% { transform: translate3d(30vw, 30px, 0); } 45% { transform: translate3d(45vw, -30px, 0); } 60% { transform: translate3d(60vw, 30px, 0); } 75% { transform: translate3d(75vw, -30px, 0); } 90% { transform: translate3d(90vw, 30px, 0); opacity: 0.5; } 100% { transform: translate3d(110vw, 0, 0); opacity: 0; } }
@keyframes snakeMove_3 { 0% { transform: translate3d(0, 0, 0); opacity: 0; } 5% { opacity: 0.6; } 25% { transform: translate3d(-25vw, -60px, 0); } 50% { transform: translate3d(-50vw, 0px, 0); } 75% { transform: translate3d(-75vw, 60px, 0); } 95% { opacity: 0.6; } 100% { transform: translate3d(-110vw, 0, 0); opacity: 0; } }
/* =======================================================
   INNER-PAGE-COVER hero — зменшуємо H1 з 4rem до 2.5rem
   Template-default 4rem (64px) занадто великий для довгих
   заголовків типу "Внедрение WMS системы: Автоматизация склада".
   Mobile (max-width:480) залишається 28px з style.css.
   ======================================================= */
.site-blocks-cover.inner-page-cover h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}
.site-blocks-cover.inner-page-cover .h3 {
    font-size: 1.25rem;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .site-blocks-cover.inner-page-cover h1 {
        font-size: 1.6rem;
    }
    .site-blocks-cover.inner-page-cover .h3 {
        font-size: 1rem;
    }
}
