/* ==========================================
   SERVICE PAGES - STATIC SERVICE PAGES CSS
   ========================================== */

/* HERO SECTION */
.service-hero {
    position: relative;
    padding: 100px 0 80px;
    color: #fff;
    overflow: hidden;
}

.service-hero-bg {
    position: absolute;
    right: -60px;
    bottom: -60px;
    font-size: 320px;
    opacity: 0.04;
    line-height: 1;
    pointer-events: none;
}

.service-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.service-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service-hero-title span {
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.service-hero-desc {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.7;
    max-width: 540px;
}

/* ORDER CARD in HERO */
.service-order-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    color: #1e293b;
}

.service-order-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0f172a;
}

.service-order-card h4 i {
    color: #ef4444;
    margin-right: 6px;
}

.service-order-card > p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-city-select {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    color: #334155;
    transition: border-color 0.3s;
    margin-bottom: 16px;
}

.service-city-select:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
}

.service-order-btn {
    width: 100%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.service-order-btn:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37,99,235,0.3);
}

/* INFO CARDS */
.service-info-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    border: 1px solid #f1f5f9;
    transition: all 0.3s;
    height: 100%;
}

.service-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    border-color: transparent;
}

.service-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
}

.service-info-icon.si-blue { background: #eff6ff; color: #2563eb; }
.service-info-icon.si-amber { background: #fffbeb; color: #d97706; }
.service-info-icon.si-teal { background: #f0fdfa; color: #0d9488; }
.service-info-icon.si-purple { background: #f5f3ff; color: #7c3aed; }
.service-info-icon.si-rose { background: #fff1f2; color: #e11d48; }
.service-info-icon.si-green { background: #f0fdf4; color: #16a34a; }

.service-info-card h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.service-info-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* TYPE CARDS */
.service-type-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    transition: all 0.3s;
    height: 100%;
}

.service-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.service-type-visual {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255,255,255,0.85);
}

.service-type-body {
    padding: 24px;
}

.service-type-body h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.service-type-body p {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* CTA SECTION */
.service-cta-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    padding: 80px 0;
    color: #fff;
}

.service-cta-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.service-cta-section > .container > p {
    font-size: 1.05rem;
    opacity: 0.8;
    margin-bottom: 32px;
}

.service-cta-form {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.service-city-select-inline {
    border: 2px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    background: rgba(255,255,255,0.1);
    color: #fff;
    min-width: 240px;
    transition: border-color 0.3s;
}

.service-city-select-inline:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 4px rgba(96,165,250,0.2);
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.service-city-select-inline option {
    background: #1e293b;
    color: #fff;
}

.service-order-btn-inline {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 32px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.service-order-btn-inline:hover {
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245,158,11,0.3);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .service-hero {
        padding: 80px 0 60px;
    }
    .service-hero-title {
        font-size: 2rem;
    }
    .service-order-card {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .service-hero-title {
        font-size: 1.6rem;
    }
    .service-hero-desc {
        font-size: 0.95rem;
    }
    .service-cta-section h2 {
        font-size: 1.5rem;
    }
    .service-cta-form {
        flex-direction: column;
        width: 100%;
    }
    .service-city-select-inline {
        width: 100%;
        min-width: unset;
    }
    .service-order-btn-inline {
        width: 100%;
        justify-content: center;
    }
}
