    /* ============================================
       HERO SECTION - Split Layout (Sol Metin / Sag Gorsel)
    ============================================ */
    .hero-section {
        position: relative;
        display: block;
        padding: 140px 0 80px;
        z-index: 1;
        overflow: hidden;
    }

    .hero-section__inner { position: relative; }

    .hero-section__row {
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .hero-section__content {
        flex: 0 0 48%;
        max-width: 48%;
        text-align: left;
    }

    .hero-section__visual {
        flex: 0 0 52%;
        max-width: 52%;
    }

    .hero-section__title {
        position: relative;
        color: #fff;
        font-size: 46px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .hero-brand { position: relative; display: inline-block; }
    .hero-brand__dr { color: #06B6D4; }
    .hero-brand__feedy { color: #10B981; }

    .hero-brand__underline {
        position: absolute;
        bottom: -4px; left: 0;
        width: 100%; height: 4px;
        background: linear-gradient(90deg, #06B6D4, #10B981);
        border-radius: 2px;
        animation: underlineGrow 2s ease-in-out infinite;
    }

    @keyframes underlineGrow {
        0%, 100% { transform: scaleX(0.3); opacity: 0.5; }
        50% { transform: scaleX(1); opacity: 1; }
    }

    .hero-section__text {
        color: rgba(255,255,255,0.8);
        font-size: 17px;
        margin: 0 0 32px;
        line-height: 1.7;
    }

    .hero-section__btn-box {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 36px;
        flex-wrap: wrap;
        position: relative;
    }

    .hero-demo-toast {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: rgba(6, 182, 212, 0.15);
        border: 1px solid rgba(6, 182, 212, 0.4);
        color: #06B6D4;
        padding: 10px 16px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        white-space: nowrap;
        width: fit-content;
    }

    .hero-demo-toast.show {
        opacity: 1;
        transform: translateY(0);
    }

    .hero-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 28px;
        border-radius: 12px;
        font-weight: 600;
        font-size: 16px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .hero-btn--primary {
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        color: #fff;
        box-shadow: 0 8px 32px rgba(6, 182, 212, 0.3);
    }

    .hero-btn--primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 40px rgba(6, 182, 212, 0.4);
        color: #fff;
    }

    .hero-btn--secondary {
        background: rgba(255,255,255,0.1);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.2);
    }

    .hero-btn--secondary:hover {
        background: rgba(255,255,255,0.15);
        color: #fff;
    }

    .hero-section__trust-points {
        display: flex;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
    }

    .hero-trust-item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: rgba(255,255,255,0.7);
        font-size: 14px;
        font-weight: 500;
    }

    .hero-trust-item i {
        color: #10B981;
        font-size: 13px;
    }

    /* ============================================
       HERO VISUAL - Sag Taraf Gorsel
    ============================================ */
    .hv-wrapper { position: relative; padding: 10px 0; }

    /* Kaynak Ikonlari */
    .hv-sources { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 6px; }

    .hv-src {
        width: 44px; height: 44px;
        background: rgba(255,255,255,0.95);
        border-radius: 12px;
        display: flex; align-items: center; justify-content: center;
        font-size: 18px;
        box-shadow: 0 3px 16px rgba(0,0,0,0.12);
        opacity: 0;
        transform: translateY(-30px) rotate(-10deg);
        animation: hvIconDrop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }

    .hv-src:nth-child(1) { animation-delay: 0.1s; }
    .hv-src:nth-child(2) { animation-delay: 0.2s; }
    .hv-src:nth-child(3) { animation-delay: 0.3s; }
    .hv-src:nth-child(4) { animation-delay: 0.4s; }
    .hv-src:nth-child(5) { animation-delay: 0.5s; }
    .hv-src:nth-child(6) { animation-delay: 0.6s; }

    @keyframes hvIconDrop { to { opacity: 1; transform: translateY(0) rotate(0deg); } }

    .hv-src--shopify { color: #7AB55C; }
    .hv-src--woo { color: #96588A; }
    .hv-src--xml { color: #fff; font-weight: 700; font-size: 11px; background: linear-gradient(135deg, #06B6D4, #0891B2); }
    .hv-src--ticimax { background: linear-gradient(135deg, #E8413C, #C0392B); padding: 6px; }
    .hv-src--ticimax svg { width: 28px; height: 28px; }
    .hv-src--csv { color: #fff; font-weight: 700; font-size: 11px; background: linear-gradient(135deg, #10B981, #059669); }
    .hv-src--ikas { background: linear-gradient(135deg, #5046E5, #7C3AED); padding: 8px; }
    .hv-src--ikas svg { width: 24px; height: 24px; }

    /* Baglanti Cizgileri */
    .hv-connectors { position: relative; height: 40px; }
    .hv-connectors svg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: visible; }
    .hv-connectors line { animation: hvDash 1.2s linear infinite; }
    @keyframes hvDash { to { stroke-dashoffset: -20; } }

    /* Urun Vitrini */
    .hv-showcase { position: relative; width: 100%; height: 320px; margin: 0 auto; }

    /* Donen Halka */
    .hv-ring {
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 280px; height: 280px;
        border-radius: 50%; z-index: 0;
    }
    .hv-ring::before {
        content: ''; position: absolute; inset: 0;
        border-radius: 50%;
        border: 4px solid transparent;
        background: conic-gradient(from 0deg, #06B6D4, #10B981, #4ecdc4, #06B6D4) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor; mask-composite: exclude;
        animation: hvRingSpin 10s linear infinite;
        opacity: 0.5;
    }
    @keyframes hvRingSpin { to { transform: rotate(360deg); } }

    /* Parcaciklar */
    .hv-particle { position: absolute; border-radius: 50%; z-index: 0; animation: hvParticle 3.5s ease-in-out infinite; }
    .hv-particle--1 { width: 50px; height: 50px; background: rgba(6,182,212,0.12); top: 10px; left: 0; }
    .hv-particle--2 { width: 35px; height: 35px; background: rgba(16,185,129,0.12); bottom: 30px; right: 20px; animation-delay: 1s; }
    .hv-particle--3 { width: 24px; height: 24px; background: rgba(78,205,196,0.15); top: 50px; right: 40px; animation-delay: 0.5s; }
    @keyframes hvParticle { 0%,100%{transform:scale(1);opacity:.3} 50%{transform:scale(1.4);opacity:.6} }

    /* Isiltilar */
    .hv-sparkle { position: absolute; z-index: 7; animation: hvSparkle 2.5s ease-in-out infinite; }
    .hv-sparkle svg { width: 100%; height: 100%; }
    .hv-sparkle--1 { width: 16px; height: 16px; top: 5px; left: 40px; }
    .hv-sparkle--2 { width: 12px; height: 12px; top: 70px; right: 10px; animation-delay: 0.7s; }
    .hv-sparkle--3 { width: 14px; height: 14px; bottom: 50px; left: 20px; animation-delay: 1.3s; }
    .hv-sparkle--4 { width: 10px; height: 10px; bottom: 100px; right: 50px; animation-delay: 0.4s; }
    @keyframes hvSparkle { 0%,100%{opacity:0;transform:scale(.5) rotate(0)} 50%{opacity:1;transform:scale(1.2) rotate(90deg)} }

    /* Ozellik Pill Etiketleri */
    .hv-pill {
        position: absolute;
        background: rgba(255,255,255,0.95);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        display: flex; align-items: center; gap: 6px;
        padding: 8px 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        z-index: 6;
        opacity: 0;
        transform: scale(0) translateY(10px);
        white-space: nowrap;
    }
    .hv-pill__icon {
        width: 24px; height: 24px;
        border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 10px; flex-shrink: 0;
    }
    .hv-pill__text { font-size: 11px; font-weight: 700; color: #1a1a2e; }

    .hv-pill--ai { top: -5px; left: 45%; animation: hvPillPop .6s cubic-bezier(.34,1.56,.64,1) 1.6s forwards, hvPillFloat 3s ease-in-out 2.5s infinite; }
    .hv-pill--ai .hv-pill__icon { background: linear-gradient(135deg, #06B6D4, #0891B2); color: #fff; }

    .hv-pill--creative { top: 110px; left: -30px; animation: hvPillPop .6s cubic-bezier(.34,1.56,.64,1) 1.8s forwards, hvPillFloat 3.4s ease-in-out 2.7s infinite; }
    .hv-pill--creative .hv-pill__icon { background: linear-gradient(135deg, #10B981, #059669); color: #fff; }

    .hv-pill--filter { top: 120px; right: -25px; animation: hvPillPop .6s cubic-bezier(.34,1.56,.64,1) 2s forwards, hvPillFloat 3.2s ease-in-out 2.9s infinite; }
    .hv-pill--filter .hv-pill__icon { background: linear-gradient(135deg, #06B6D4, #22D3EE); color: #fff; }

    .hv-pill--score { bottom: 0; left: 45%; animation: hvPillPop .6s cubic-bezier(.34,1.56,.64,1) 2.2s forwards, hvPillFloat 3.6s ease-in-out 3.1s infinite; }
    .hv-pill--score .hv-pill__icon { background: linear-gradient(135deg, #F59E0B, #FBBF24); color: #fff; }

    @keyframes hvPillPop { from{opacity:0;transform:scale(0) translateY(10px)} to{opacity:1;transform:scale(1) translateY(0)} }
    @keyframes hvPillFloat { 0%,100%{transform:scale(1) translateY(0)} 50%{transform:scale(1.04) translateY(-4px)} }

    /* Urun Kartlari */
    .hv-card {
        position: absolute; left: 50%; top: 50%;
        background: #fff; border-radius: 14px;
        box-shadow: 0 8px 32px rgba(0,0,0,0.12);
        overflow: hidden; cursor: pointer;
        opacity: 0; transform: translate(-50%, -50%) scale(0.3);
        transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), z-index 0.3s, box-shadow 0.9s ease, opacity 0.6s ease;
    }
    .hv-card:hover { box-shadow: 0 12px 40px rgba(6,182,212,0.2); }
    .hv-card.hv-card--center { box-shadow: 0 14px 48px rgba(6,182,212,0.18); }
    .hv-card__img { width: 100%; overflow: hidden; position: relative; }
    .hv-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
    .hv-card:hover .hv-card__img img { transform: scale(1.08); }
    .hv-card__badge { position: absolute; top: 6px; left: 6px; background: rgba(6,182,212,0.9); color: #fff; font-size: 8px; font-weight: 700; padding: 2px 7px; border-radius: 5px; text-transform: uppercase; }
    .hv-card__badge--green { background: rgba(16,185,129,0.9); }
    .hv-card__badge--orange { background: rgba(245,158,11,0.9); }
    .hv-card__badge--pink { background: rgba(236,72,153,0.9); }
    .hv-card__badge--blue { background: rgba(59,130,246,0.9); }
    .hv-card__info { padding: 7px 10px 10px; }
    .hv-card__stars { color: #FBBF24; font-size: 9px; margin-bottom: 2px; }
    .hv-card__name { font-size: 11px; font-weight: 700; color: #1a1a2e; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .hv-card__cat { font-size: 9px; color: #9CA3AF; font-weight: 500; margin-bottom: 3px; }
    .hv-card__price { font-size: 13px; font-weight: 800; color: #06B6D4; }
    .hv-old-price { font-size: 10px; color: #D1D5DB; text-decoration: line-through; font-weight: 500; margin-left: 3px; }

    .hv-card--dress { width: 115px; }
    .hv-card--dress .hv-card__img { height: 90px; }
    .hv-card--coffee { width: 110px; }
    .hv-card--coffee .hv-card__img { height: 80px; }
    .hv-card--watch { width: 115px; }
    .hv-card--watch .hv-card__img { height: 100px; }
    .hv-card--bag { width: 115px; }
    .hv-card--bag .hv-card__img { height: 85px; }
    .hv-card--sneaker { width: 110px; }
    .hv-card--sneaker .hv-card__img { height: 75px; }


    /* Platform Logolari (Alt Kisim) */
    .hv-platforms {
        margin-top: 16px;
        border: 2px dashed rgba(6,182,212,0.3);
        border-radius: 18px;
        padding: 16px 18px 12px;
        background: rgba(6,182,212,0.03);
        opacity: 0;
        transform: translateY(20px);
        animation: hvFadeUp .8s ease 2.5s forwards;
    }
    @keyframes hvFadeUp { to { opacity: 1; transform: translateY(0); } }

    .hv-platforms__row { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 10px; }
    .hv-platforms__row:last-of-type { margin-bottom: 8px; }

    .hv-plogo {
        width: 38px; height: 38px;
        background: rgba(255,255,255,0.95);
        border-radius: 10px;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.06);
        font-size: 17px;
        transition: transform .3s ease;
        opacity: 0;
        animation: hvLogoIn .5s ease forwards;
    }
    .hv-platforms__row:first-child .hv-plogo:nth-child(1) { animation-delay: 2.7s; }
    .hv-platforms__row:first-child .hv-plogo:nth-child(2) { animation-delay: 2.8s; }
    .hv-platforms__row:first-child .hv-plogo:nth-child(3) { animation-delay: 2.9s; }
    .hv-platforms__row:first-child .hv-plogo:nth-child(4) { animation-delay: 3.0s; }
    .hv-platforms__row:first-child .hv-plogo:nth-child(5) { animation-delay: 3.1s; }
    .hv-platforms__row:nth-child(2) .hv-plogo:nth-child(1) { animation-delay: 3.2s; }
    .hv-platforms__row:nth-child(2) .hv-plogo:nth-child(2) { animation-delay: 3.3s; }
    .hv-platforms__row:nth-child(2) .hv-plogo:nth-child(3) { animation-delay: 3.4s; }
    .hv-platforms__row:nth-child(2) .hv-plogo:nth-child(4) { animation-delay: 3.5s; }
    @keyframes hvLogoIn { from{opacity:0;transform:scale(0) rotate(-60deg)} to{opacity:1;transform:scale(1) rotate(0)} }

    .hv-plogo:hover { transform: scale(1.12) translateY(-2px); }
    .hv-plogo--google { color: #EA4335; }
    .hv-plogo--x { color: #000; font-size: 16px; }
    .hv-plogo--meta { color: #0081FB; }
    .hv-plogo--tiktok { color: #000; }
    .hv-plogo--pinterest { color: #E60023; }
    .hv-plogo--criteo { font-size: 9px; font-weight: 700; color: #F47920; }
    .hv-plogo--taboola { font-size: 8px; font-weight: 700; color: #0052CC; }
    .hv-plogo--insider { font-size: 9px; font-weight: 700; color: #E91E63; }
    .hv-plogo--rtb { font-size: 7px; font-weight: 800; color: #00B2A9; line-height: 1.1; text-align: center; }

    .hv-platforms__badge-wrap { text-align: center; }
    .hv-platforms__badge {
        display: inline-flex; align-items: center; gap: 5px;
        background: linear-gradient(135deg, #06B6D4, #10B981);
        color: #fff; font-size: 12px; font-weight: 700;
        padding: 6px 18px; border-radius: 16px;
        opacity: 0;
        animation: hvBadgeIn .6s ease 3.7s forwards, hvBadgeGlow 2s ease-in-out 4.5s infinite;
    }
    @keyframes hvBadgeIn { from{opacity:0;transform:scale(.8)} to{opacity:1;transform:scale(1)} }
    @keyframes hvBadgeGlow { 0%,100%{box-shadow:0 0 0 rgba(16,185,129,0)} 50%{box-shadow:0 0 20px rgba(16,185,129,0.3)} }

    /* Hero Responsive */
    @media (max-width: 991px) {
        .hero-section__row { flex-direction: column; gap: 50px; }
        .hero-section__content { flex: 0 0 100%; max-width: 100%; text-align: center; }
        .hero-section__visual { flex: 0 0 100%; max-width: 500px; margin: 0 auto; }
        .hero-section__btn-box { justify-content: center; }
        .hero-section__trust-points { justify-content: center; }
        .hero-section__title { font-size: 38px; }
    }

    @media (max-width: 575px) {
        .hero-section { padding: 120px 0 60px; }
        .hero-section__title { font-size: 30px; }
        .hv-showcase { height: 260px; }
        .hv-pill { padding: 6px 10px; }
        .hv-pill__text { font-size: 9px; }
        .hv-card { width: 95px !important; }
        .hv-card .hv-card__img { height: 65px !important; }
    }

    /* ============================================
       BACKGROUND GLOWS - Cyan/Teal Theme
    ============================================ */
    .hero-glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(100px);
        z-index: -1;
        opacity: 0.4;
    }

    .hero-glow--1 {
        top: 10%;
        left: -10%;
        width: 400px;
        height: 400px;
        background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%);
        animation: pulseGlow 6s ease-in-out infinite;
    }

    .hero-glow--2 {
        top: 30%;
        right: -15%;
        width: 450px;
        height: 450px;
        background: linear-gradient(135deg, #10B981 0%, #059669 100%);
        animation: pulseGlow 7s ease-in-out infinite 1s;
    }

    .hero-glow--3 {
        bottom: 0;
        left: 30%;
        width: 350px;
        height: 350px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        animation: pulseGlow 5s ease-in-out infinite 2s;
    }

    @keyframes pulseGlow {
        0%, 100% { opacity: 0.3; transform: scale(1); }
        50% { opacity: 0.5; transform: scale(1.1); }
    }

    /* ============================================
       FEATURES SECTION - Clean Grid Design
    ============================================ */
    .features-section {
        padding: 80px 0;
        position: relative;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 50px;
    }

    .feature-card {
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 20px;
        padding: 32px;
        transition: all 0.4s ease;
        position: relative;
    }

    .feature-card:hover {
        transform: translateY(-8px);
        border-color: rgba(6, 182, 212, 0.3);
        background: rgba(255,255,255,0.05);
        box-shadow: 0 24px 48px rgba(0,0,0,0.2);
    }

    .feature-card__icon-box {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .feature-card__icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        flex-shrink: 0;
    }

    .feature-card__icon--cyan { background: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%); }
    .feature-card__icon--green { background: linear-gradient(135deg, #10B981 0%, #059669 100%); }
    .feature-card__icon--orange { background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%); }
    .feature-card__icon--purple { background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%); }
    .feature-card__icon--pink { background: linear-gradient(135deg, #EC4899 0%, #DB2777 100%); }
    .feature-card__icon--teal { background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%); }

    .feature-card__badge {
        background: rgba(6, 182, 212, 0.15);
        border: 1px solid rgba(6, 182, 212, 0.3);
        color: #06B6D4;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
    }

    .feature-card__badge--green {
        background: rgba(16, 185, 129, 0.15);
        border-color: rgba(16, 185, 129, 0.3);
        color: #10B981;
    }

    .feature-card__title {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .feature-card__text {
        color: rgba(255,255,255,0.6);
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .feature-card__link {
        color: #06B6D4;
        font-size: 14px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .feature-card__link:hover {
        color: #10B981;
        gap: 12px;
    }

    /* Features Stats Bar */
    .features-stats {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 48px;
        margin-top: 60px;
        padding: 32px 48px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 20px;
    }

    .features-stats__item {
        text-align: center;
    }

    .features-stats__number {
        font-size: 36px;
        font-weight: 800;
        color: #06B6D4;
        line-height: 1;
        margin-bottom: 8px;
    }

    .features-stats__label {
        font-size: 14px;
        color: rgba(255,255,255,0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .features-stats__divider {
        width: 1px;
        height: 48px;
        background: rgba(255,255,255,0.1);
    }

    @media (max-width: 1200px) {
        .features-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .features-grid {
            grid-template-columns: 1fr;
        }

        .features-stats {
            flex-wrap: wrap;
            gap: 24px;
            padding: 24px;
        }

        .features-stats__divider {
            display: none;
        }

        .features-stats__item {
            width: 45%;
        }
    }

    /* ============================================
       CATALOG VISUAL - New Design
    ============================================ */
    .catalog-visual {
        padding: 0 !important;
    }

    .catalog-visual__inner {
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
        border: 1px solid rgba(6, 182, 212, 0.2);
        border-radius: 20px;
        padding: 30px;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .catalog-visual__icon {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #fff;
        animation: iconPulse 2s ease-in-out infinite;
    }

    @keyframes iconPulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.05); }
    }

    .catalog-visual__stats {
        display: flex;
        gap: 24px;
    }

    .catalog-stat {
        text-align: center;
    }

    .catalog-stat__number {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
    }

    .catalog-stat__label {
        font-size: 12px;
        color: rgba(255,255,255,0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .catalog-visual__bars {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .catalog-bar {
        height: 8px;
        background: rgba(255,255,255,0.1);
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }

    .catalog-bar::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: var(--bar-width);
        background: linear-gradient(90deg, #06B6D4, #10B981);
        border-radius: 4px;
        animation: barGrow 2s ease-out forwards;
    }

    @keyframes barGrow {
        from { width: 0; }
        to { width: var(--bar-width); }
    }

    /* Video Feed Scene - Multi-stage Animation */
    .video-feed-visual {
        padding: 0 !important;
    }

    .video-feed-scene {
        background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(78, 205, 196, 0.1) 100%);
        border: 1px solid rgba(139, 92, 246, 0.2);
        border-radius: 20px;
        padding: 30px;
        min-height: 280px;
        position: relative;
        overflow: hidden;
    }

    /* Stages Container */
    .vf-stage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
    }

    /* Stage 1: Product - 0s to 3s */
    .vf-stage--product {
        animation: stageProduct 12s ease-in-out infinite;
    }

    @keyframes stageProduct {
        0%, 5% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        8%, 22% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        25%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .vf-product-card {
        background: #1a1a2e;
        border-radius: 16px;
        padding: 20px;
        width: 120px;
        text-align: center;
        box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    }

    .vf-product-img {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #fff;
        margin: 0 auto 12px;
    }

    .vf-product-info {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .vf-product-name {
        height: 10px;
        background: rgba(255,255,255,0.3);
        border-radius: 5px;
    }

    .vf-product-price {
        height: 8px;
        width: 60%;
        margin: 0 auto;
        background: #4ecdc4;
        border-radius: 4px;
    }

    .vf-ai-badge {
        position: absolute;
        top: -10px;
        right: -10px;
        background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        animation: badgePulse 1s ease-in-out infinite;
    }

    @keyframes badgePulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.1); }
    }

    /* Stage 2: Video - 3s to 6s */
    .vf-stage--video {
        animation: stageVideo 12s ease-in-out infinite;
    }

    @keyframes stageVideo {
        0%, 25% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        30%, 47% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        50%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .vf-phone {
        width: 100px;
        height: 160px;
        background: #1a1a2e;
        border-radius: 16px;
        padding: 8px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .vf-phone::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 4px;
        background: #333;
        border-radius: 2px;
    }

    .vf-phone-screen {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
        border-radius: 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .vf-video-content {
        font-size: 40px;
        color: rgba(255,255,255,0.3);
        animation: videoZoom 2s ease-in-out infinite;
    }

    @keyframes videoZoom {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.2); }
    }

    .vf-play-btn {
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.95);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #8B5CF6;
        font-size: 14px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .vf-play-btn i {
        margin-left: 3px;
    }

    .vf-video-progress {
        position: absolute;
        bottom: 8px;
        left: 8px;
        right: 8px;
        height: 4px;
        background: rgba(255,255,255,0.3);
        border-radius: 2px;
        overflow: hidden;
    }

    .vf-video-progress-bar {
        height: 100%;
        background: #fff;
        border-radius: 2px;
        animation: progressFill 2s ease-in-out infinite;
    }

    @keyframes progressFill {
        0% { width: 0%; }
        100% { width: 100%; }
    }

    /* Stage 3: XML - 6s to 9s */
    .vf-stage--xml {
        animation: stageXml 12s ease-in-out infinite;
    }

    @keyframes stageXml {
        0%, 50% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        55%, 72% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .vf-xml-code {
        background: #0d1117;
        border-radius: 12px;
        padding: 16px 20px;
        font-family: 'Consolas', 'Monaco', monospace;
        font-size: 13px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    }

    .vf-xml-line {
        color: #7ee787;
        line-height: 1.8;
        white-space: nowrap;
    }

    .vf-xml-line--indent {
        padding-left: 16px;
    }

    .vf-xml-line--highlight {
        color: #ff7b72;
        animation: xmlHighlight 1s ease-in-out infinite;
    }

    @keyframes xmlHighlight {
        0%, 100% { background: transparent; }
        50% { background: rgba(255, 123, 114, 0.2); }
    }

    /* Stage 4: Platforms - 9s to 12s */
    .vf-stage--platforms {
        animation: stagePlatforms 12s ease-in-out infinite;
    }

    @keyframes stagePlatforms {
        0%, 75% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        80%, 95% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .vf-platform-icons {
        display: flex;
        gap: 16px;
        margin-bottom: 16px;
    }

    .vf-platform-icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #fff;
        animation: platformPop 0.5s ease-out backwards;
    }

    .vf-platform-icon--meta {
        background: linear-gradient(135deg, #0668E1 0%, #1877F2 100%);
        animation-delay: 0s;
    }

    .vf-platform-icon--tiktok {
        background: linear-gradient(135deg, #000 0%, #25F4EE 50%, #FE2C55 100%);
        animation-delay: 0.15s;
    }

    .vf-platform-icon--google {
        background: linear-gradient(135deg, #EA4335 0%, #FBBC04 50%, #34A853 100%);
        animation-delay: 0.3s;
    }

    @keyframes platformPop {
        0% { transform: scale(0); opacity: 0; }
        100% { transform: scale(1); opacity: 1; }
    }

    .vf-success-text {
        color: #4ecdc4;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 8px;
        animation: successPulse 1s ease-in-out infinite;
    }

    @keyframes successPulse {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; }
    }

    /* Progress Dots */
    .vf-progress-dots {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
    }

    .vf-dot {
        width: 8px;
        height: 8px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .vf-dot:nth-child(1) { animation: dotActive 12s ease-in-out infinite; animation-delay: 0s; }
    .vf-dot:nth-child(2) { animation: dotActive 12s ease-in-out infinite; animation-delay: 3s; }
    .vf-dot:nth-child(3) { animation: dotActive 12s ease-in-out infinite; animation-delay: 6s; }
    .vf-dot:nth-child(4) { animation: dotActive 12s ease-in-out infinite; animation-delay: 9s; }

    @keyframes dotActive {
        0%, 20% { background: #4ecdc4; transform: scale(1.3); }
        25%, 100% { background: rgba(255,255,255,0.3); transform: scale(1); }
    }

    /* ============================================
       RESPONSIVE
    ============================================ */
    @media (max-width: 992px) {
        .floating-icon {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .hero-section {
            padding: 130px 0 60px;
        }

        .hero-section__title {
            font-size: 32px;
        }

        .hero-section__btn-box {
            flex-direction: column;
        }

        .hero-btn {
            width: 100%;
            justify-content: center;
        }

        .platform-badge {
            font-size: 12px;
            padding: 6px 12px;
        }
    }

    /* ============================================
       CUSTOM XML FEED ANIMATION
    ============================================ */
    .custom-xml-visual {
        padding: 0 !important;
    }

    .custom-xml-scene {
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
        border: 1px solid rgba(6, 182, 212, 0.2);
        border-radius: 20px;
        padding: 30px;
        min-height: 280px;
        position: relative;
        overflow: hidden;
    }

    /* Stages Container */
    .cx-stage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        opacity: 0;
        pointer-events: none;
    }

    /* Stage 1: Products - 0s to 3s */
    .cx-stage--products {
        animation: cxStageProducts 12s ease-in-out infinite;
    }

    @keyframes cxStageProducts {
        0%, 5% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        8%, 22% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        25%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .cx-product-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .cx-product-item {
        width: 60px;
        height: 60px;
        background: rgba(255,255,255,0.08);
        border: 2px solid rgba(255,255,255,0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: rgba(255,255,255,0.5);
        position: relative;
        transition: all 0.3s ease;
    }

    .cx-product-item--selected {
        background: rgba(6, 182, 212, 0.2);
        border-color: #06B6D4;
        color: #06B6D4;
    }

    .cx-check {
        position: absolute;
        top: -6px;
        right: -6px;
        width: 20px;
        height: 20px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #fff;
        animation: checkPop 0.3s ease-out;
    }

    @keyframes checkPop {
        0% { transform: scale(0); }
        50% { transform: scale(1.2); }
        100% { transform: scale(1); }
    }

    /* Stage 2: Platforms - 3s to 6s */
    .cx-stage--platforms {
        animation: cxStagePlatforms 12s ease-in-out infinite;
    }

    @keyframes cxStagePlatforms {
        0%, 25% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        30%, 47% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        50%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .cx-platform-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cx-platform-chip {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        background: rgba(255,255,255,0.08);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 30px;
        color: rgba(255,255,255,0.6);
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .cx-platform-chip--active {
        background: rgba(6, 182, 212, 0.2);
        border-color: #06B6D4;
        color: #fff;
    }

    .cx-platform-chip i {
        font-size: 16px;
    }

    /* Stage 3: Generating - 6s to 9s */
    .cx-stage--generating {
        animation: cxStageGenerating 12s ease-in-out infinite;
    }

    @keyframes cxStageGenerating {
        0%, 50% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        55%, 72% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .cx-loader {
        width: 80px;
        height: 80px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cx-loader-ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid rgba(6, 182, 212, 0.2);
        border-top-color: #06B6D4;
        border-radius: 50%;
        animation: loaderSpin 1s linear infinite;
    }

    @keyframes loaderSpin {
        to { transform: rotate(360deg); }
    }

    .cx-loader i {
        font-size: 28px;
        color: #06B6D4;
        animation: loaderPulse 1s ease-in-out infinite;
    }

    @keyframes loaderPulse {
        0%, 100% { opacity: 0.5; }
        50% { opacity: 1; }
    }

    /* Stage 4: Success - 9s to 12s */
    .cx-stage--success {
        animation: cxStageSuccess 12s ease-in-out infinite;
    }

    @keyframes cxStageSuccess {
        0%, 75% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        80%, 95% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .cx-success-icon {
        font-size: 50px;
        color: #10B981;
        animation: successBounce 0.6s ease-out;
    }

    @keyframes successBounce {
        0% { transform: scale(0); }
        50% { transform: scale(1.2); }
        70% { transform: scale(0.9); }
        100% { transform: scale(1); }
    }

    .cx-xml-files {
        display: flex;
        gap: 12px;
    }

    .cx-file {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: rgba(16, 185, 129, 0.15);
        border: 1px solid rgba(16, 185, 129, 0.3);
        border-radius: 8px;
        color: #10B981;
        font-size: 13px;
        font-weight: 500;
        animation: filePop 0.4s ease-out backwards;
    }

    .cx-file:nth-child(1) { animation-delay: 0.1s; }
    .cx-file:nth-child(2) { animation-delay: 0.25s; }

    @keyframes filePop {
        0% { transform: translateY(10px); opacity: 0; }
        100% { transform: translateY(0); opacity: 1; }
    }

    /* Stage Labels */
    .cx-stage-label {
        font-size: 14px;
        color: rgba(255,255,255,0.7);
        font-weight: 500;
        text-align: center;
    }

    .cx-stage-label--success {
        color: #10B981;
        font-weight: 600;
    }

    /* Progress Dots */
    .cx-progress-dots {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
    }

    .cx-dot {
        width: 8px;
        height: 8px;
        background: rgba(255,255,255,0.3);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .cx-dot:nth-child(1) { animation: cxDotActive 12s ease-in-out infinite; animation-delay: 0s; }
    .cx-dot:nth-child(2) { animation: cxDotActive 12s ease-in-out infinite; animation-delay: 3s; }
    .cx-dot:nth-child(3) { animation: cxDotActive 12s ease-in-out infinite; animation-delay: 6s; }
    .cx-dot:nth-child(4) { animation: cxDotActive 12s ease-in-out infinite; animation-delay: 9s; }

    @keyframes cxDotActive {
        0%, 20% { background: #06B6D4; transform: scale(1.3); }
        25%, 100% { background: rgba(255,255,255,0.3); transform: scale(1); }
    }

    /* Custom XML Button */
    .custom-xml-btn-wrapper {
        margin-top: 24px;
    }

    .custom-xml-btn {
        display: inline-flex;
        align-items: center;
        gap: 0;
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
        border: 1px solid rgba(6, 182, 212, 0.3);
        border-radius: 50px;
        padding: 4px;
        text-decoration: none;
        transition: all 0.4s ease;
        overflow: hidden;
    }

    .custom-xml-btn:hover {
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.25) 0%, rgba(16, 185, 129, 0.25) 100%);
        border-color: rgba(6, 182, 212, 0.5);
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(6, 182, 212, 0.2);
    }

    .custom-xml-btn__icon {
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .custom-xml-btn:hover .custom-xml-btn__icon {
        transform: rotate(90deg);
    }

    .custom-xml-btn__text {
        padding: 0 16px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        white-space: nowrap;
    }

    .custom-xml-btn__arrow {
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #06B6D4;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .custom-xml-btn:hover .custom-xml-btn__arrow {
        background: rgba(6, 182, 212, 0.2);
        color: #fff;
        transform: translateX(4px);
    }

    /* ============================================
       WORKFLOW VISUAL - System Flow Animation
    ============================================ */
    .workflow-visual {
        padding: 0 !important;
    }

    .workflow-scene {
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
        border: 1px solid rgba(6, 182, 212, 0.2);
        border-radius: 20px;
        padding: 30px;
        min-height: 400px;
        position: relative;
        overflow: hidden;
    }

    .wf-stage {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        opacity: 0;
        pointer-events: none;
        width: 90%;
    }

    .wf-stage--connect { animation: wfStageConnect 16s ease-in-out infinite; }
    .wf-stage--sync { animation: wfStageSync 16s ease-in-out infinite; }
    .wf-stage--generate { animation: wfStageGenerate 16s ease-in-out infinite; }
    .wf-stage--distribute { animation: wfStageDistribute 16s ease-in-out infinite; }

    @keyframes wfStageConnect {
        0%, 3% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        6%, 22% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        25%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    @keyframes wfStageSync {
        0%, 25% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        28%, 47% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        50%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    @keyframes wfStageGenerate {
        0%, 50% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        53%, 72% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        75%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    @keyframes wfStageDistribute {
        0%, 75% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
        78%, 95% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
        100% { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
    }

    .wf-platforms-connect { display: flex; align-items: center; justify-content: center; gap: 20px; }

    .wf-platform-source {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.08);
        border: 2px solid rgba(150, 191, 63, 0.5);
        border-radius: 16px;
        animation: platformPulse 2s ease-in-out infinite;
    }

    .wf-platform-source i { font-size: 40px; color: #96bf3f; }
    .wf-platform-source span { font-size: 14px; color: rgba(255, 255, 255, 0.8); font-weight: 600; }

    @keyframes platformPulse {
        0%, 100% { box-shadow: 0 0 0 0 rgba(150, 191, 63, 0.3); }
        50% { box-shadow: 0 0 20px 5px rgba(150, 191, 63, 0.2); }
    }

    .wf-connect-line { display: flex; align-items: center; gap: 8px; }

    .wf-connect-dot {
        width: 10px;
        height: 10px;
        background: #06B6D4;
        border-radius: 50%;
        animation: connectDotFlow 1.5s ease-in-out infinite;
    }

    .wf-connect-dot:nth-child(1) { animation-delay: 0s; }
    .wf-connect-dot:nth-child(2) { animation-delay: 0.2s; }
    .wf-connect-dot:nth-child(3) { animation-delay: 0.4s; }

    @keyframes connectDotFlow {
        0%, 100% { opacity: 0.3; transform: scale(0.8); }
        50% { opacity: 1; transform: scale(1.2); }
    }

    .wf-drfeedy-icon {
        padding: 16px 24px;
        background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(16, 185, 129, 0.2) 100%);
        border: 2px solid rgba(6, 182, 212, 0.5);
        border-radius: 16px;
        font-size: 20px;
        font-weight: 800;
    }

    .wf-dr { color: #06B6D4; }
    .wf-feedy { color: #10B981; }

    .wf-sync-container { display: flex; align-items: center; justify-content: center; gap: 24px; }
    .wf-product-flow { display: flex; gap: 12px; }

    .wf-product-item {
        width: 55px;
        height: 55px;
        background: rgba(139, 92, 246, 0.2);
        border: 2px solid rgba(139, 92, 246, 0.4);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #A78BFA;
        animation: productFlow 2s ease-in-out infinite;
    }

    .wf-product-item:nth-child(1) { animation-delay: 0s; }
    .wf-product-item:nth-child(2) { animation-delay: 0.3s; }
    .wf-product-item:nth-child(3) { animation-delay: 0.6s; }

    @keyframes productFlow {
        0%, 100% { transform: translateX(0); opacity: 0.6; }
        50% { transform: translateX(10px); opacity: 1; }
    }

    .wf-sync-arrow { font-size: 28px; color: #06B6D4; animation: arrowPulse 1s ease-in-out infinite; }

    @keyframes arrowPulse {
        0%, 100% { transform: translateX(0); opacity: 0.5; }
        50% { transform: translateX(8px); opacity: 1; }
    }

    .wf-sync-count {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 24px;
        background: rgba(16, 185, 129, 0.15);
        border: 2px solid rgba(16, 185, 129, 0.4);
        border-radius: 16px;
    }

    .wf-count-number { font-size: 32px; font-weight: 800; color: #10B981; line-height: 1; }
    .wf-count-label { font-size: 13px; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; letter-spacing: 1px; }

    .wf-generate-container { display: flex; flex-direction: column; align-items: center; gap: 20px; }

    .wf-xml-icon {
        position: relative;
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
        color: #fff;
    }

    .wf-xml-pulse {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: 2px solid #06B6D4;
        animation: xmlPulseRing 1.5s ease-out infinite;
    }

    @keyframes xmlPulseRing {
        0% { transform: scale(1); opacity: 1; }
        100% { transform: scale(1.5); opacity: 0; }
    }

    .wf-feed-types { display: flex; gap: 12px; }

    .wf-feed-tag {
        padding: 8px 16px;
        background: rgba(6, 182, 212, 0.15);
        border: 1px solid rgba(6, 182, 212, 0.3);
        border-radius: 20px;
        color: #06B6D4;
        font-size: 13px;
        font-weight: 600;
    }

    .wf-distribute-container { position: relative; width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; }

    .wf-center-feed {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #fff;
        z-index: 2;
        animation: centerFeedPulse 2s ease-in-out infinite;
    }

    @keyframes centerFeedPulse {
        0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.4); }
        50% { transform: scale(1.05); box-shadow: 0 0 30px 10px rgba(6, 182, 212, 0.2); }
    }

    .wf-target-platforms { position: absolute; width: 100%; height: 100%; }

    .wf-target {
        position: absolute;
        width: 45px;
        height: 45px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #fff;
    }

    .wf-target--google { top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #EA4335 0%, #FBBC04 100%); animation: wfTargetGoogle 4s ease-in-out infinite; }
    .wf-target--meta { top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #0668E1 0%, #1877F2 100%); animation: wfTargetMeta 4s ease-in-out infinite; }
    .wf-target--tiktok { top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #000 0%, #FE2C55 100%); animation: wfTargetTiktok 4s ease-in-out infinite; }
    .wf-target--criteo { top: 50%; left: 50%; transform: translate(-50%, -50%); background: linear-gradient(135deg, #FF6600 0%, #FF9500 100%); animation: wfTargetCriteo 4s ease-in-out infinite; }

    @keyframes wfTargetGoogle {
        0%, 10% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
        25% { top: -5%; left: 50%; transform: translate(-50%, 0) scale(1); opacity: 1; }
        75% { top: -5%; left: 50%; transform: translate(-50%, 0) scale(1); opacity: 1; }
        90%, 100% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    }
    @keyframes wfTargetMeta {
        0%, 10% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
        25% { top: 50%; left: 105%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        75% { top: 50%; left: 105%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        90%, 100% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    }
    @keyframes wfTargetTiktok {
        0%, 10% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
        25% { top: 105%; left: 50%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        75% { top: 105%; left: 50%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        90%, 100% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    }
    @keyframes wfTargetCriteo {
        0%, 10% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
        25% { top: 50%; left: -5%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        75% { top: 50%; left: -5%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
        90%, 100% { top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8); opacity: 0; }
    }

    .wf-stage-label {
        font-size: 15px;
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600;
        text-align: center;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 30px;
    }

    .wf-stage-label--success {
        color: #10B981;
        background: rgba(16, 185, 129, 0.15);
        border: 1px solid rgba(16, 185, 129, 0.3);
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .wf-progress-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }

    .wf-dot {
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .wf-dot:nth-child(1) { animation: wfDotActive 16s ease-in-out infinite; animation-delay: 0s; }
    .wf-dot:nth-child(2) { animation: wfDotActive 16s ease-in-out infinite; animation-delay: 4s; }
    .wf-dot:nth-child(3) { animation: wfDotActive 16s ease-in-out infinite; animation-delay: 8s; }
    .wf-dot:nth-child(4) { animation: wfDotActive 16s ease-in-out infinite; animation-delay: 12s; }

    @keyframes wfDotActive {
        0%, 20% { background: #06B6D4; transform: scale(1.4); }
        25%, 100% { background: rgba(255, 255, 255, 0.3); transform: scale(1); }
    }

    @media (max-width: 768px) {
        .workflow-scene { min-height: 320px; padding: 20px; }
        .wf-platforms-connect { flex-direction: column; gap: 16px; }
        .wf-connect-line { transform: rotate(90deg); }
        .wf-product-flow { gap: 8px; }
        .wf-product-item { width: 45px; height: 45px; font-size: 18px; }
        .wf-distribute-container { width: 160px; height: 160px; }
        .wf-center-feed { width: 50px; height: 50px; font-size: 22px; }
        .wf-target { width: 35px; height: 35px; font-size: 16px; }
    }

    /* Platform Rotator Animation */
    .wf-platform-source {
        transition: all 0.5s ease;
    }
    .wf-platform-source.fade-out {
        opacity: 0;
        transform: scale(0.8);
    }
    .wf-platform-source.fade-in {
        opacity: 1;
        transform: scale(1);
    }
