/* ==========================================================
   APP PROMOTION PAGE
   Part of the CiaoCity modular stylesheet system.
   New file — extends the existing theme, does not redefine it.
   ========================================================== */

.app-hero {
    background: linear-gradient(135deg, rgba(79,70,229,0.94) 0%, rgba(67,56,202,0.94) 100%);
    color: white;
    padding: 48px 40px;
    border-radius: var(--radius-lg);
    margin-bottom: 32px;
}

.app-hero .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    padding: 5px 16px;
    border-radius: var(--radius-pill);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 16px;
}

.app-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.25;
}

.app-hero p {
    font-size: 1.02rem;
    opacity: 0.92;
    max-width: 640px;
    line-height: 1.6;
}

.app-section {
    background: white;
    border-radius: var(--radius-lg);
    padding: 32px 36px;
    margin-bottom: 24px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: var(--glass-shadow);
}

.app-dual-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.app-dual-section-grid .app-section {
    margin-bottom: 0;
}

.app-download-section {
    text-align: center;
}

.app-section h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 10px;
}

.app-section > p.app-section-intro {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.app-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.app-feature-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg-color);
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-main);
}

.app-feature-list i {
    color: var(--primary);
    font-size: 1.3rem;
    flex-shrink: 0;
}

.app-category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.app-category-chip {
    padding: 9px 18px;
    border-radius: var(--radius-pill);
    background: rgba(79, 70, 229, 0.08);
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.app-download-coming-soon {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 24px 0 12px;
}

.app-download-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.app-store-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    background: #0f172a;
    color: white;
    cursor: default;
    opacity: 0.55;
    user-select: none;
}

.app-store-badge i {
    font-size: 1.6rem;
}

.app-store-badge .app-store-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.app-store-badge .app-store-badge-small {
    font-size: 0.62rem;
    opacity: 0.8;
}

.app-store-badge .app-store-badge-large {
    font-size: 0.9rem;
    font-weight: 700;
}
