/**
 * Social Follow Block Styles
 * Блок "Слідкуйте за нами" (Соціальні мережі)
 * Базується на Tilda дизайні
 * 
 * @package MyFood
 * @since 1.0
 */

/* ==========================================================================
   BASE BLOCK STYLES
   ========================================================================== */

.block-social-follow {
    position: relative;
    width: 100%;
    min-height: 260px;
    overflow: visible; /* Дозволяє декоративним зображенням виходити за межі */
}

/* ==========================================================================
   BACKGROUND IMAGE
   ========================================================================== */

.social-follow__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 0;
}

/* Прихований img для preload та SEO */
.social-follow__bg-img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */

.block-social-follow .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.social-follow__content {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   DECORATIVE IMAGES (абсолютне позиціонування як в Tilda)
   ========================================================================== */

.social-follow__deco {
    position: absolute;
    z-index: 2;
}

/* Ліве зображення (телефон) */
.social-follow__deco--left {
    top: -46px;
    left: calc(50% - 600px + 45px);
    width: 237px;
}

.social-follow__deco--left .social-follow__deco-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Праве зображення (піца) */
.social-follow__deco--right {
    top: -119px;
    left: calc(50% - 600px + 800px);
    width: 551px;
}

.social-follow__deco--right .social-follow__deco-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   TEXT CONTENT
   ========================================================================== */

.social-follow__text-wrapper {
    position: relative;
    z-index: 4;
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

/* Заголовок */
.social-follow__title {
    color: #ffffff;
    font-size: 48px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: center;
}

/* Опис */
.social-follow__description {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Gilroy', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center;
}

/* ==========================================================================
   SOCIAL ICONS
   ========================================================================== */

.social-follow__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-follow__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #ffffff; /* Білий колір для inline SVG (fill="currentColor") */
}

/* Inline SVG */
.social-follow__icon svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor; /* Використовує color від батьківського елемента */
}

/* External іконки (кастомні) */
.social-follow__icon img {
    width: 100%;
    height: 100%;
    display: block;
    filter: brightness(0) invert(1); /* Білі іконки */
}

.social-follow__icon:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

/* Facebook іконка (менша) */
.social-follow__icon--facebook {
    width: 9px;
}

/* Instagram іконка */
.social-follow__icon--instagram {
    width: 16px;
}

/* Telegram, YouTube, Viber, TikTok */
.social-follow__icon--telegram,
.social-follow__icon--youtube,
.social-follow__icon--viber,
.social-follow__icon--tiktok {
    width: 18px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (як в Tilda)
   ========================================================================== */

/* Tablet Large: <= 1199px */
@media screen and (max-width: 1199px) {
    .social-follow__content {
        min-height: 260px;
    }
    
    /* Ліве декоративне зображення */
    .social-follow__deco--left {
        top: -47px;
        left: calc(50% - 480px + 0px);
    }
    
    /* Праве декоративне зображення */
    .social-follow__deco--right {
        top: -78px;
        left: calc(50% - 480px + 620px);
        width: 491px;
    }
}

/* Tablet: <= 959px */
@media screen and (max-width: 959px) {
    .block-social-follow {
        min-height: 220px;
    }
    
    .social-follow__content {
        min-height: 220px;
    }
    
    /* Заголовок */
    .social-follow__title {
        font-size: 40px;
    }
    
    /* Ліве декоративне зображення */
    .social-follow__deco--left {
        top: 25px;
        left: calc(50% - 320px + -35px);
        width: 157px;
    }
    
    /* Праве декоративне зображення */
    .social-follow__deco--right {
        top: 13px;
        left: calc(50% - 320px + 420px);
        width: 301px;
    }
    
    /* Text wrapper */
    .social-follow__text-wrapper {
        max-width: 320px;
    }
}

/* Mobile Large: <= 639px */
@media screen and (max-width: 639px) {
    /* Опис */
    .social-follow__description {
        font-size: 16px;
    }
    
    /* Ліве декоративне зображення */
    .social-follow__deco--left {
        top: 30px;
        left: calc(50% - 240px + -290px);
    }
    
    /* Праве декоративне зображення */
    .social-follow__deco--right {
        top: -15px;
        left: calc(50% - 240px + 680px);
    }
}

/* Mobile: <= 479px */
@media screen and (max-width: 479px) {
    .block-social-follow {
        min-height: 190px;
    }
    
    .social-follow__content {
        min-height: 190px;
    }
    
    /* Заголовок */
    .social-follow__title {
        font-size: 32px;
    }
    
    /* Опис */
    .social-follow__description {
        font-size: 16px;
    }
    
    /* Соц іконки */
    .social-follow__icons {
        gap: 15px;
    }
}

/* ==========================================================================
   PERFORMANCE OPTIMIZATIONS (Google PageSpeed)
   ========================================================================== */

/* CSS Containment для ізоляції */
.block-social-follow {
    contain: style;
    content-visibility: auto; /* Lazy rendering для off-screen блоків */
    contain-intrinsic-size: auto 260px; /* Резервний розмір */
}

/* Prevent layout shift для декоративних зображень */
.social-follow__deco--left .social-follow__deco-img {
    aspect-ratio: 237 / 307;
}

.social-follow__deco--right .social-follow__deco-img {
    aspect-ratio: 551 / 379;
}

/* GPU acceleration для іконок при hover */
.social-follow__icon {
    will-change: opacity, transform;
    backface-visibility: hidden;
}

/* Оптимізація для transform */
.social-follow__icon img {
    transform: translateZ(0); /* GPU layer */
}

