/* ==============================
   SHARED BASE STYLES
   ============================== */
.feature-detail-section {
    padding: 80px 0;
}
.feature-detail-section:nth-child(even) {
    background-color: #f8f9fa;
}
.feature-icon-large {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.feature-icon-large img {
    width: 40px;
    height: 40px;
}
.feature-list {
    list-style: none;
    padding: 0;
}
.feature-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    font-size: 16px;
    color: #555;
    transition: transform 0.2s ease, background 0.2s ease;
    border-radius: 8px;
}
.feature-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-size: 16px;
}
.feature-list li:hover {
    transform: translateX(8px);
    background: rgba(0,123,255,0.04);
}
.back-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    transition: color 0.2s;
}
.back-link:hover {
    color: #007bff;
    text-decoration: none;
}
.page-hero {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    text-align: center;
}
.page-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: fadeInDown 0.8s ease;
}
.page-hero p {
    font-size: 1.2rem;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto;
    animation: fadeInUp 1s ease 0.3s both;
}
.page-hero .back-link {
    animation: fadeInLeft 0.6s ease;
}
.highlight-box {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-box h5 {
    margin-bottom: 12px;
}
.highlight-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.highlight-box .ic {
    transition: transform 0.3s ease;
}
.highlight-box:hover .ic {
    transform: scale(1.15);
}
.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.section-number:hover {
    transform: scale(1.2) rotate(10deg);
}
.btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* ==============================
   PAGE 1: KONTROLERI - TIMELINE
   ============================== */
.hero-kontroleri {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.hero-kontroleri::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102,126,234,0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}
.hero-kontroleri .badge-pill {
    background: rgba(102,126,234,0.2);
    color: #a5b4fc;
    border: 1px solid rgba(102,126,234,0.3);
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 24px;
    display: inline-block;
    border-radius: 50px;
}
.hero-kontroleri h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 24px;
}
.hero-kontroleri .hero-desc {
    font-size: 1.15rem;
    opacity: 0.8;
    max-width: 540px;
    margin-bottom: 40px;
    line-height: 1.7;
}
.hero-stat-row {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.hero-stat {
    text-align: left;
}
.hero-stat .num {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}
.hero-stat .label {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 4px;
}

/* Timeline */
.timeline-section {
    padding: 100px 0;
    position: relative;
}
.timeline-section .section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.timeline {
    position: relative;
    padding: 40px 0;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #667eea, #764ba2, #667eea);
    transform: translateX(-50%);
    border-radius: 3px;
}
.timeline-item {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.timeline-item:nth-child(odd) {
    flex-direction: row;
}
.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline-content {
    width: 45%;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}
.timeline-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}
.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px rgba(102,126,234,0.2);
    z-index: 2;
}
.timeline-content .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 16px;
}
.timeline-content h4 {
    margin-bottom: 12px;
}
.timeline-content p {
    color: #666;
    font-size: 15px;
    margin-bottom: 16px;
    line-height: 1.7;
}
.timeline-content .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.timeline-content .tags span {
    background: #f0f4ff;
    color: #667eea;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .timeline::before { left: 20px; }
    .timeline-item,
    .timeline-item:nth-child(even) { flex-direction: column; padding-left: 50px; }
    .timeline-content { width: 100%; }
    .timeline-dot { left: 20px; }
    .hero-kontroleri h1 { font-size: 2rem; }
}

/* Stats bar */
.stats-bar {
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}
.stat-item {
    text-align: center;
    padding: 20px;
}
.stat-item .stat-num {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}
.stat-item .stat-label {
    font-size: 14px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Kontroleri icon grid */
.icon-grid-section {
    padding: 100px 0;
}
.icon-card {
    text-align: center;
    padding: 40px 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #eef0f5;
    transition: all 0.4s ease;
    height: 100%;
}
.icon-card:hover {
    border-color: transparent;
    box-shadow: 0 20px 60px rgba(102,126,234,0.15);
    transform: translateY(-8px);
}
.icon-card .icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: transform 0.3s ease;
}
.icon-card:hover .icon-wrap {
    transform: scale(1.1) rotate(-5deg);
}
.icon-card .icon-wrap.blue { background: #e8f0fe; color: #4285f4; }
.icon-card .icon-wrap.purple { background: #f3e8ff; color: #7c3aed; }
.icon-card .icon-wrap.green { background: #e6f9f0; color: #10b981; }
.icon-card .icon-wrap.orange { background: #fff3e0; color: #f59e0b; }
.icon-card .icon-wrap.red { background: #fee2e2; color: #ef4444; }
.icon-card .icon-wrap.teal { background: #e0f7fa; color: #0891b2; }
.icon-card h5 { margin-bottom: 8px; }
.icon-card p { color: #888; font-size: 14px; margin-bottom: 0; }

/* ==============================
   PAGE 2: DASHBOARD - ANALYTICS
   ============================== */
.hero-dashboard {
    padding: 160px 0 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-dashboard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(56, 189, 248, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 50%);
}
.hero-dashboard .badge-pill {
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.2);
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;
}
.hero-dashboard h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.hero-dashboard .hero-desc {
    font-size: 1.15rem;
    opacity: 0.65;
    max-width: 580px;
    margin: 0 auto 48px;
    line-height: 1.7;
}

/* Dashboard preview mockup */
.dashboard-mockup {
    max-width: 900px;
    margin: 0 auto;
    background: #1e293b;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 20px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
.mockup-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mockup-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.mockup-dot.red { background: #ef4444; }
.mockup-dot.yellow { background: #f59e0b; }
.mockup-dot.green { background: #10b981; }
.mockup-url {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 6px 16px;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    margin-left: 12px;
}
.mockup-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.mockup-kpi {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.06);
}
.mockup-kpi .kpi-label {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.mockup-kpi .kpi-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
}
.mockup-kpi .kpi-change {
    font-size: 12px;
    margin-top: 4px;
}
.mockup-kpi .kpi-change.up { color: #10b981; }
.mockup-kpi .kpi-change.down { color: #ef4444; }
.mockup-chart {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.06);
    height: 120px;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.chart-bar {
    flex: 1;
    background: linear-gradient(to top, #667eea, #764ba2);
    border-radius: 4px 4px 0 0;
    min-height: 15px;
    transition: height 0.6s ease;
    opacity: 0.7;
}
.chart-bar:hover { opacity: 1; }

@media (max-width: 768px) {
    .mockup-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-dashboard h1 { font-size: 2rem; }
}

/* KPI Cards section */
.kpi-section {
    padding: 100px 0;
    background: #f8fafc;
}
.kpi-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    border: 1px solid #eef0f5;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.kpi-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.kpi-card:hover::before { opacity: 1; }
.kpi-card:hover {
    box-shadow: 0 16px 48px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}
.kpi-card .kpi-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.kpi-card .kpi-icon.blue { background: #dbeafe; color: #3b82f6; }
.kpi-card .kpi-icon.green { background: #d1fae5; color: #10b981; }
.kpi-card .kpi-icon.purple { background: #ede9fe; color: #7c3aed; }
.kpi-card .kpi-icon.amber { background: #fef3c7; color: #f59e0b; }
.kpi-card h3 { font-size: 2rem; font-weight: 800; margin-bottom: 4px; }
.kpi-card .kpi-desc { color: #94a3b8; font-size: 14px; }

/* Tabbed features */
.tabbed-section {
    padding: 100px 0;
}
.tab-pills {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.tab-pill {
    background: #f1f5f9;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}
.tab-pill:hover { background: #e2e8f0; color: #334155; }
.tab-pill.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    box-shadow: 0 4px 16px rgba(102,126,234,0.3);
}
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #eef0f5;
    height: 100%;
    transition: all 0.3s ease;
}
.tab-feature-card:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}
.tab-feature-card i {
    font-size: 24px;
    margin-bottom: 16px;
    display: inline-block;
}
.tab-feature-card h5 { margin-bottom: 8px; }
.tab-feature-card p { color: #64748b; font-size: 14px; margin-bottom: 0; }

/* Dark analytics preview */
.dark-preview-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
}
.preview-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}
.preview-feature .pf-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(102,126,234,0.15);
    color: #a5b4fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.preview-feature h6 { color: #fff; margin-bottom: 4px; }
.preview-feature p { color: rgba(255,255,255,0.5); font-size: 14px; margin: 0; }

/* ==============================
   PAGE 3: iOS & ANDROID APP
   ============================== */
.hero-mobile-app {
    padding: 140px 0 60px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-mobile-app::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.hero-mobile-app::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.03);
    border-radius: 50%;
}
.hero-mobile-app .badge-pill {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}
.hero-mobile-app h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 20px;
}
.hero-mobile-app .hero-desc {
    font-size: 1.15rem;
    opacity: 0.85;
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.hero-mobile-app .store-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 14px;
    padding: 14px 28px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.store-btn:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.store-btn i { font-size: 28px; }
.store-btn .store-text { text-align: left; }
.store-btn .store-text small { font-size: 11px; opacity: 0.8; display: block; }
.store-btn .store-text span { font-size: 16px; font-weight: 700; }

/* Phone mockup */
.phone-mockup {
    width: 260px;
    height: 520px;
    margin: 0 auto;
    background: linear-gradient(145deg, #1e293b, #0f172a);
    border-radius: 40px;
    padding: 12px;
    box-shadow: 0 40px 80px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1e1b4b 0%, #312e81 50%, #4338ca 100%);
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 20px;
}
.phone-screen .ps-icon {
    width: 56px;
    height: 56px;
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}
.phone-screen .ps-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.phone-screen .ps-subtitle {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    margin-bottom: 24px;
}
.phone-screen .ps-card {
    width: 100%;
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(255,255,255,0.08);
}
.phone-screen .ps-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone-screen .ps-card-row .ps-label {
    color: rgba(255,255,255,0.5);
    font-size: 11px;
}
.phone-screen .ps-card-row .ps-value {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.phone-screen .ps-btn {
    width: 100%;
    background: linear-gradient(90deg, #8b5cf6, #6366f1);
    border-radius: 12px;
    padding: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-top: auto;
}

.ios-android-hero-illustration {
    max-width: 260px;
}

/* 3-step process */
.process-section {
    padding: 100px 0;
    background: #f8fafc;
}
.process-step {
    text-align: center;
    padding: 40px 24px;
    position: relative;
}
.process-step .step-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 24px;
    position: relative;
}
.process-step .step-circle.step-1 { background: #dbeafe; color: #3b82f6; }
.process-step .step-circle.step-2 { background: #ede9fe; color: #7c3aed; }
.process-step .step-circle.step-3 { background: #d1fae5; color: #10b981; }
.process-step .step-num {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-step h4 { margin-bottom: 12px; }
.process-step p { color: #64748b; font-size: 15px; max-width: 300px; margin: 0 auto; }
.process-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #cbd5e1;
    font-size: 24px;
}
@media (max-width: 768px) {
    .process-arrow { display: none; }
    .hero-mobile-app h1 { font-size: 2rem; }
    .phone-mockup { width: 220px; height: 440px; }
    .ios-android-hero-illustration { max-width: 220px; }
}

/* Horizontal feature showcase */
.showcase-section {
    padding: 100px 0;
}
.showcase-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #eef0f5;
    height: 100%;
    transition: all 0.4s ease;
}
.showcase-card:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    transform: translateY(-6px);
}
.showcase-card .sc-header {
    padding: 32px 32px 24px;
    position: relative;
}
.showcase-card .sc-header .sc-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}
.showcase-card .sc-body {
    padding: 0 32px 32px;
}
.showcase-card .sc-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.showcase-card .sc-body ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    color: #64748b;
    font-size: 14px;
}
.showcase-card .sc-body ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #10b981;
    font-size: 12px;
}

/* Social proof bar */
.proof-bar {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
    color: #fff;
}
.proof-item {
    text-align: center;
    padding: 24px;
}
.proof-item .proof-num {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #a78bfa, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.proof-item .proof-label {
    font-size: 14px;
    opacity: 0.65;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Download section */
.download-section {
    padding: 100px 0;
    background: #f8fafc;
    text-align: center;
}
.download-section .dl-card {
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 24px;
    padding: 60px 40px;
    color: #fff;
    box-shadow: 0 20px 60px rgba(99,102,241,0.3);
}
.download-section .dl-card h2 { margin-bottom: 16px; }
.download-section .dl-card p { opacity: 0.85; margin-bottom: 32px; font-size: 16px; }
.btn-glass {
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    border-radius: 12px;
    padding: 14px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-glass:hover {
    background: rgba(255,255,255,0.35);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}
