/* =============================================
   MOBİL UYGULAMA SAYFASI STİLLERİ
   ============================================= */

.mobile-hero {
    background: linear-gradient(135deg, #0d1117 0%, #161b22 50%, #1a1040 100%);
    padding: 100px 0 80px;
    overflow: hidden;
    color: #fff;
}
.mobile-hero .hero-badge {
    display: inline-block;
    background: rgba(76,201,240,0.15);
    color: #4cc9f0;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(76,201,240,0.2);
}
.mobile-hero .hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.15;
}
.mobile-hero .hero-subtitle {
    color: rgba(255,255,255,0.65);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 32px;
}
.mobile-hero .btn-hero-primary {
    background: linear-gradient(135deg, #4cc9f0 0%, #4361ee 100%);
    color: #fff; padding: 14px 32px; border-radius: 12px;
    font-weight: 600; border: none; text-decoration: none; transition: all 0.3s ease;
}
.mobile-hero .btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(76,201,240,0.4); color: #fff; }
.mobile-hero .btn-hero-outline {
    background: transparent; color: #fff; padding: 14px 32px; border-radius: 12px;
    font-weight: 600; border: 2px solid rgba(255,255,255,0.2); text-decoration: none; transition: all 0.3s ease;
}
.mobile-hero .btn-hero-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }
.mobile-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.text-gradient-mobile {
    background: linear-gradient(135deg, #4cc9f0, #f72585);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tech-badge-m {
    background: rgba(76,201,240,0.12);
    color: #4cc9f0;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(76,201,240,0.15);
}

/* Phone mockup */
.phone-mockup { perspective: 1000px; }
.phone-frame {
    width: 260px;
    height: 520px;
    background: #1a1a2e;
    border-radius: 36px;
    padding: 12px;
    margin: 0 auto;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5), inset 0 0 0 3px #333;
    transform: rotateY(-8deg) rotateX(3deg);
    transition: transform 0.5s ease;
}
.phone-frame:hover { transform: rotateY(0) rotateX(0); }
.phone-notch {
    width: 100px;
    height: 24px;
    background: #1a1a2e;
    border-radius: 0 0 14px 14px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.phone-screen {
    background: linear-gradient(180deg, #f8f9ff 0%, #eef1fb 100%);
    border-radius: 24px;
    height: calc(100% + 24px);
    margin-top: -24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.app-header-mock {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    padding: 36px 16px 16px;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-content-mock {
    padding: 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.app-card-mock {
    border-radius: 12px;
    height: 70px;
    opacity: 0.9;
}
.gradient-m1 { background: linear-gradient(135deg, #4361ee, #4895ef); }
.gradient-m2 { background: linear-gradient(135deg, #7209b7, #b5179e); }
.gradient-m3 { background: linear-gradient(135deg, #f72585, #ff6b6b); }
.app-nav-mock {
    background: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    font-size: 1.1rem;
    color: #9ca3af;
}
.app-nav-mock .bi-plus-circle-fill { color: #4361ee; font-size: 1.5rem; margin-top: -6px; }

/* Platform cards */
.platform-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}
.platform-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.1); }
.platform-icon {
    width: 72px; height: 72px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f0f4ff, #e8eeff);
    display: flex; align-items: center; justify-content: center;
    font-size: 2rem; color: #4361ee;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}
.platform-card:hover .platform-icon {
    background: linear-gradient(135deg, #4361ee, #3a0ca3);
    color: #fff;
}
.platform-card h3 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    color: #1a1a2e;
    margin-bottom: 10px;
}
.platform-card p { color: #6b7280; font-size: 0.85rem; line-height: 1.6; margin-bottom: 16px; }
.platform-techs { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; }
.platform-techs span {
    background: #f0f4ff;
    color: #4361ee;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.mobile-icon {
    background: linear-gradient(135deg, #4cc9f0, #4895ef) !important;
}

/* Process timeline */
.process-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.process-step {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.process-step:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.ps-number {
    width: 40px; height: 40px; min-width: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4cc9f0, #4895ef);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}
.ps-content h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.ps-content p { color: #6b7280; font-size: 0.8rem; line-height: 1.4; margin: 0; }

/* CTA mobile */
.cta-gradient-mobile {
    background: linear-gradient(135deg, #4cc9f0 0%, #4361ee 50%, #3a0ca3 100%);
    padding: 80px 0;
}

/* Responsive */
@media (max-width: 991.98px) {
    .process-timeline { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767.98px) {
    .mobile-hero { padding: 60px 0 50px; }
    .process-timeline { grid-template-columns: 1fr; }
}
