/* ===== Digital Visiting Cards Service Page CSS ===== */
.service-detail-hero {
    background: linear-gradient(135deg, #2e2751 0%, #179E66 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.service-detail-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -5%;
    width: 450px;
    height: 450px;
    background: rgba(243,167,18,0.05);
    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); }

/* Card Preview */
.card-preview-section { 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; }

/* Digital Card Mockup */
.dvc-mockup {
    background: linear-gradient(135deg, #2e2751, #179E66);
    border-radius: 20px;
    padding: 35px 30px;
    color: #fff;
    box-shadow: 0 25px 60px rgba(46,39,81,0.25);
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.dvc-mockup::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}
.dvc-avatar {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border: 2px solid rgba(255,255,255,0.3);
}
.dvc-avatar i { font-size: 32px; color: #f3a712; }
.dvc-mockup h4 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 4px; font-family: 'Figtree', sans-serif; }
.dvc-mockup .dvc-role { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.dvc-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 13px; color: rgba(255,255,255,0.85); }
.dvc-contact-item i { color: #f3a712; font-size: 14px; width: 16px; }
.dvc-social { display: flex; gap: 10px; margin-top: 20px; }
.dvc-social a {
    width: 34px; height: 34px; background: rgba(255,255,255,0.12);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 14px; transition: all 0.3s; text-decoration: none;
}
.dvc-social a:hover { background: #f3a712; }

/* Features */
.dvc-feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 25px;
}
.dvc-feature-icon {
    width: 48px; height: 48px; min-width: 48px;
    background: #f0f9f5;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.dvc-feature-icon i { font-size: 22px; color: #179E66; }
.dvc-feature-text h5 { font-size: 16px; font-weight: 700; color: #2e2751; margin-bottom: 5px; font-family: 'Figtree', sans-serif; }
.dvc-feature-text p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* What's Included */
.dvc-includes { padding: 70px 0; background: #f8f9fc; }
.include-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-top: 4px solid #179E66;
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 24px;
}
.include-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(23,158,102,0.12); }
.include-card i { font-size: 38px; color: #179E66; margin-bottom: 14px; display: block; }
.include-card h5 { font-size: 16px; font-weight: 700; color: #2e2751; margin-bottom: 8px; font-family: 'Figtree', sans-serif; }
.include-card p { font-size: 13px; color: #888; margin: 0; line-height: 1.6; }

/* 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; }
}
@media (max-width: 576px) {
    .service-hero-title { font-size: 26px; }
    .service-hero-btns { flex-direction: column; }
    .service-detail-hero { padding: 60px 0 40px; }
}
