* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Outfit', 'Heebo', sans-serif; background-color: #f8fafc; color: #1e293b; overflow-x: hidden; }
.glass { background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.gradient-text { background: linear-gradient(135deg, #818cf8 0%, #fbbf24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.glow-indigo { box-shadow: 0 0 30px rgba(99, 102, 241, 0.5); }
.glow-gold { box-shadow: 0 0 30px rgba(251, 191, 36, 0.4); }

.live-pulse { animation: pulse-glow 2s infinite; }
@keyframes pulse-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); } }

.live-dot { width: 8px; height: 8px; background: #ef4444; border-radius: 50%; animation: pulse-glow 2s infinite; }

.pricing-card { transition: all 0.4s ease; }
.pricing-card:hover { transform: translateY(-10px); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer.active { max-height: 500px; }
.channel-card { background: #ffffff; border: 1px solid #e2e8f0; transition: all 0.3s ease; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.channel-card:hover { background: #f8fafc; border-color: rgba(99, 102, 241, 0.4); box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15); transform: translateY(-2px); }
.channel-logo { transition: transform 0.3s ease; }
.channel-card:hover .channel-logo { transform: scale(1.1); }
[dir="rtl"] .rtl-flip { transform: scaleX(-1); }
[dir="rtl"] .space-x-8 { direction: rtl; }

.hero-bg-image {
    background-image: url('/images/hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-overlay {
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.85) 0%, rgba(30, 27, 75, 0.7) 30%, rgba(49, 46, 129, 0.5) 50%, rgba(30, 27, 75, 0.7) 70%, rgba(2, 6, 23, 0.85) 100%);
}
.hero-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.3) 0%, transparent 70%);
    pointer-events: none;
}
.hero-glow-2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.step-bubble {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    flex-shrink: 0;
}

.device-section { transition: all 0.3s ease; }
.device-section:hover { border-color: rgba(99, 102, 241, 0.5); }

.screenshot-placeholder {
    background: rgba(0, 0, 0, 0.03);
    border: 2px dashed rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.875rem;
    margin-top: 1rem;
}

.testimonials-slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 -1rem;
    padding: 0 1rem;
}
.testimonials-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 24px;
}
[dir="rtl"] .testimonials-track {
    flex-direction: row-reverse;
}
.testimonial-slide {
    min-width: calc(33.333% - 16px);
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .testimonial-slide { min-width: calc(50% - 12px); }
}
@media (max-width: 640px) {
    .testimonial-slide {
        min-width: calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
    .testimonials-slider-wrapper {
        margin: 0;
        padding: 0 8px;
    }
}
.testimonial-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.testimonial-card:hover {
    background: #f8fafc;
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.15);
}
.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}
.testimonial-dot.active {
    background: #6366f1;
    width: 28px;
    border-radius: 5px;
}

.floating-tg {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0088cc, #0077b5);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(0, 136, 204, 0.5), 0 0 40px rgba(0, 136, 204, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}
.floating-tg:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 32px rgba(0, 136, 204, 0.7), 0 0 60px rgba(0, 136, 204, 0.4);
}
.floating-tg svg {
    width: 32px;
    height: 32px;
    position: relative;
    z-index: 2;
}
.floating-tg-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 136, 204, 0.4);
    animation: tg-pulse 2s ease-out infinite;
}
@keyframes tg-pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
}

.floating-wa {
    position: fixed;
    bottom: 28px;
    right: 28px;
    left: auto;
    z-index: 9999;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366, #128C7E);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.5), 0 0 40px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}
[dir="rtl"] .floating-wa {
    right: auto;
    left: 28px;
}
.floating-wa:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 32px rgba(37, 211, 102, 0.7), 0 0 60px rgba(37, 211, 102, 0.4);
}
.floating-wa svg {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 2;
    fill: white;
}
.floating-wa-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: wa-pulse 2s ease-out infinite;
}
@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
}

.fire-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
@media (max-width: 640px) {
    .fire-steps-grid { grid-template-columns: 1fr; }
}
.fire-step-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 16px;
    position: relative;
    transition: border-color 0.3s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.fire-step-box:hover {
    border-color: rgba(249,115,22,0.4);
}
.device-submenu::-webkit-scrollbar { display: none; }
.device-submenu { -ms-overflow-style: none; scrollbar-width: none; }
.device-logo-link:hover .text-gray-400 { color: #6366f1; }

.fire-step-num {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f97316, #c2410c);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir="rtl"] .fire-step-num {
    left: auto;
    right: 12px;
}
.fire-step-text {
    color: #334155;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 36px;
    min-height: 36px;
}
[dir="rtl"] .fire-step-text {
    padding-left: 0;
    padding-right: 36px;
}
.fire-step-img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}
