/* ===== Ecommerce Service Page CSS ===== */
.service-detail-hero {
    background: linear-gradient(135deg, #1a1535 0%, #179E66 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.service-detail-hero::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}
.service-hero-badge {
    display: inline-block;
    background: rgba(243,167,18,0.2);
    color: #f3a712;
    border: 1px solid #f3a712;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.service-hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}
.service-hero-title span { color: #f3a712; }
.service-hero-desc { color: rgba(255,255,255,0.85); font-size: 17px; line-height: 1.8; margin-bottom: 30px; max-width: 560px; }
.service-hero-btns { display: flex; gap: 15px; flex-wrap: wrap; }
.btn-primary-service {
    background: #f3a712; color: #fff; padding: 14px 32px; border-radius: 4px;
    font-weight: 700; font-size: 15px; border: 2px solid #f3a712; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.btn-primary-service:hover { background: transparent; color: #f3a712; text-decoration: none; }
.btn-outline-service {
    background: transparent; color: #fff; padding: 14px 32px; border-radius: 4px;
    font-weight: 700; font-size: 15px; border: 2px solid rgba(255,255,255,0.5); transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
}
.btn-outline-service:hover { border-color: #fff; color: #fff; text-decoration: none; }
.service-hero-img { width: 100%; border-radius: 16px; box-shadow: 0 30px 70px rgba(0,0,0,0.3); }

/* Features Grid */
.service-features { padding: 80px 0; background: #fff; }
.section-label { color: #179E66; font-weight: 700; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.section-title-dark { font-size: 34px; font-weight: 800; color: #2e2751; font-family: 'Figtree', sans-serif; margin-bottom: 12px; }
.section-title-dark span { color: #179E66; }
.section-sub-text { color: #666; font-size: 15px; margin-bottom: 50px; }
.feature-card {
    background: #f8f9fc;
    border-radius: 12px;
    padding: 35px 25px;
    border-left: 4px solid #179E66;
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 24px;
}
.feature-card:hover { background: #fff; box-shadow: 0 10px 35px rgba(23,158,102,0.12); transform: translateY(-4px); }
.feature-card i { font-size: 36px; color: #179E66; margin-bottom: 16px; display: block; }
.feature-card h5 { font-size: 17px; font-weight: 700; color: #2e2751; margin-bottom: 10px; font-family: 'Figtree', sans-serif; }
.feature-card p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }

/* Platforms */
.service-platforms { padding: 70px 0; background: #f8f9fc; }
.platform-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 2px solid transparent;
    transition: all 0.3s;
    margin-bottom: 24px;
}
.platform-card:hover { border-color: #179E66; transform: translateY(-5px); }
.platform-card i { font-size: 40px; color: #179E66; margin-bottom: 14px; display: block; }
.platform-card h5 { font-size: 16px; font-weight: 700; color: #2e2751; margin-bottom: 8px; font-family: 'Figtree', sans-serif; }
.platform-card p { font-size: 13px; color: #888; margin: 0; }

/* Stats */
.service-stats { padding: 70px 0; background: linear-gradient(135deg, #2e2751, #179E66); }
.stat-box { text-align: center; padding: 20px; }
.stat-box h3 { font-size: 48px; font-weight: 800; color: #f3a712; font-family: 'Figtree', sans-serif; margin-bottom: 8px; }
.stat-box p { color: rgba(255,255,255,0.85); font-size: 15px; margin: 0; font-weight: 500; }

/* Process */
.service-process { padding: 80px 0; background: #fff; }
.process-step { display: flex; gap: 20px; margin-bottom: 35px; align-items: flex-start; }
.process-num {
    width: 52px; height: 52px; min-width: 52px;
    background: linear-gradient(135deg, #179E66, #2e2751);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px; font-weight: 800; font-family: 'Figtree', sans-serif;
}
.process-info h5 { font-size: 17px; font-weight: 700; color: #2e2751; margin-bottom: 6px; font-family: 'Figtree', sans-serif; }
.process-info p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }
.process-img { width: 100%; border-radius: 12px; box-shadow: 0 15px 40px rgba(46,39,81,0.1); }

/* CTA */
.service-cta { background: linear-gradient(135deg, #179E66 0%, #2e2751 100%); padding: 70px 0; text-align: center; }
.service-cta h2 { font-size: 36px; font-weight: 800; color: #fff; font-family: 'Figtree', sans-serif; margin-bottom: 12px; }
.service-cta p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 30px; }
.cta-btn-white {
    background: #fff; color: #2e2751; padding: 15px 38px; border-radius: 4px;
    font-weight: 700; font-size: 16px; border: 2px solid #fff; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin: 5px;
}
.cta-btn-white:hover { background: transparent; color: #fff; text-decoration: none; }
.cta-btn-gold {
    background: #f3a712; color: #fff; padding: 15px 38px; border-radius: 4px;
    font-weight: 700; font-size: 16px; border: 2px solid #f3a712; transition: all 0.3s;
    display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin: 5px;
}
.cta-btn-gold:hover { background: transparent; color: #f3a712; text-decoration: none; }

@media (max-width: 991px) {
    .service-hero-title { font-size: 32px; }
    .service-hero-img { margin-top: 40px; }
    .section-title-dark { font-size: 26px; }
    .stat-box h3 { font-size: 36px; }
}
@media (max-width: 576px) {
    .service-hero-title { font-size: 26px; }
    .service-hero-btns { flex-direction: column; }
    .service-detail-hero { padding: 60px 0 40px; }
}
