/* ===== Domain, Hosting & Support Service Page CSS ===== */
.service-detail-hero {
    background: linear-gradient(135deg, #0d1b2a 0%, #179E66 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.service-detail-hero::before {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(23,158,102,0.08);
    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); }

/* Hosting Plans */
.hosting-plans { 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; }
.hosting-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    border: 2px solid #eee;
    transition: all 0.3s;
    height: 100%;
    margin-bottom: 24px;
    position: relative;
}
.hosting-card:hover { border-color: #179E66; transform: translateY(-5px); box-shadow: 0 20px 50px rgba(23,158,102,0.12); }
.hosting-card.popular { border-color: #179E66; }
.hosting-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #179E66;
    color: #fff;
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.hosting-icon { width: 60px; height: 60px; background: #f0f9f5; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.hosting-icon i { font-size: 28px; color: #179E66; }
.hosting-card h4 { font-size: 20px; font-weight: 700; color: #2e2751; margin-bottom: 8px; font-family: 'Figtree', sans-serif; }
.hosting-card p { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 1.6; }
.hosting-feature { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; margin-bottom: 10px; }
.hosting-feature i { color: #179E66; font-size: 14px; }
.hosting-btn {
    display: block; text-align: center; margin-top: 25px; padding: 12px;
    border-radius: 4px; font-weight: 700; font-size: 14px;
    background: #f0f9f5; color: #179E66; border: 2px solid #179E66;
    transition: all 0.3s; text-decoration: none;
}
.hosting-btn:hover { background: #179E66; color: #fff; text-decoration: none; }

/* Why Us */
.hosting-why { padding: 70px 0; background: #f8f9fc; }
.why-item {
    display: flex; gap: 18px; align-items: flex-start; margin-bottom: 30px;
}
.why-icon {
    width: 55px; height: 55px; min-width: 55px;
    background: linear-gradient(135deg, #179E66, #2e2751);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
}
.why-icon i { font-size: 24px; color: #fff; }
.why-text h5 { font-size: 17px; font-weight: 700; color: #2e2751; margin-bottom: 6px; font-family: 'Figtree', sans-serif; }
.why-text p { font-size: 14px; color: #666; margin: 0; line-height: 1.7; }

/* Uptime Banner */
.uptime-banner {
    background: linear-gradient(135deg, #2e2751, #179E66);
    padding: 60px 0;
    text-align: center;
}
.uptime-number { font-size: 72px; font-weight: 800; color: #f3a712; font-family: 'Figtree', sans-serif; line-height: 1; margin-bottom: 10px; }
.uptime-label { font-size: 18px; color: #fff; font-weight: 600; margin-bottom: 8px; }
.uptime-sub { color: rgba(255,255,255,0.75); font-size: 14px; }

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