/* ============================================================
   SERVICES PAGE STYLES - PRIMEMART LLC
   ============================================================ */

/* Hero Section */
.services-hero {
    position: relative;
    background: #0b131b;
    background-image: 
        radial-gradient(circle at 50% 0%, rgba(255, 90, 31, 0.18) 0%, transparent 65%),
        linear-gradient(180deg, #0b131b 0%, #0f1822 100%);
    color: #ffffff;
    padding: 88px 0 72px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-hero .eyebrow {
    font-family: var(--font-mono, 'IBM Plex Mono', monospace);
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ff6b35;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.services-hero .eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5a1f;
    box-shadow: 0 0 10px #ff5a1f;
}

.services-hero h1 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(34px, 4.5vw, 54px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
    max-width: 820px;
    color: #ffffff;
}

.services-hero .hero-subtitle {
    max-width: 680px;
    margin-top: 20px;
    color: #94a3b8;
    font-size: 17.5px;
    line-height: 1.65;
}

/* Hero Stats Bar */
.services-stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-card .stat-number {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.stat-card .stat-number svg {
    width: 20px;
    height: 20px;
    color: #ff5a1f;
}

.stat-card .stat-label {
    font-size: 13.5px;
    color: #64748b;
}

/* Core Services Section */
.services-section {
    padding: 88px 0;
    background: #f8fafc;
}

.services-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.services-section-head h2 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.services-section-head p {
    margin-top: 14px;
    color: #475569;
    font-size: 16.5px;
    line-height: 1.6;
}

/* Services 3-Column Grid */
.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 36px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
    position: relative;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px -10px rgba(15, 23, 42, 0.1);
    border-color: #ff5a1f;
}

.service-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 90, 31, 0.08);
    border: 1px solid rgba(255, 90, 31, 0.18);
    display: grid;
    place-items: center;
    color: #ff5a1f;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.service-card-icon svg {
    width: 26px;
    height: 26px;
    stroke-width: 2;
}

.service-card h3 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.service-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    flex-grow: 1;
}

.service-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-chip {
    font-family: var(--font-mono, 'IBM Plex Mono', monospace);
    font-size: 11.5px;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

/* Why Choose Us & Process Section */
.services-why-section {
    padding: 88px 0;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
}

.services-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: start;
}

.why-card {
    background: #0f172a;
    color: #ffffff;
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    position: relative;
    overflow: hidden;
}

.why-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 90, 31, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.why-card h2 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(26px, 2.8vw, 36px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.why-card p {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.why-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #e2e8f0;
    font-size: 15.5px;
    line-height: 1.5;
}

.why-checklist li svg {
    width: 20px;
    height: 20px;
    color: #ff5a1f;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Process Timeline Card */
.process-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 44px;
}

.process-card h2 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.step-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.step-number {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #0f172a;
    color: #ff5a1f;
    font-family: var(--font-mono, 'IBM Plex Mono', monospace);
    font-weight: 700;
    font-size: 16px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.step-info h4 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.step-info p {
    color: #64748b;
    font-size: 14.5px;
    line-height: 1.55;
}

/* Quote & Dispatch Form Section */
.service-form-section {
    padding: 88px 0;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.service-form-wrap {
    max-width: 840px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}

.service-form-head {
    text-align: center;
    margin-bottom: 36px;
}

.service-form-head h2 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #0f172a;
}

.service-form-head p {
    color: #64748b;
    font-size: 16px;
    margin-top: 8px;
}

.service-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-form-grid .full-width {
    grid-column: 1 / -1;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field label {
    font-weight: 600;
    font-size: 14px;
    color: #0f172a;
}

.form-field input,
.form-field select,
.form-field textarea {
    font-family: var(--font-body, 'IBM Plex Sans', sans-serif);
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #ff5a1f;
    box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.15);
}

.form-submit-btn {
    margin-top: 12px;
    width: 100%;
}

/* Call Emergency Bar */
.emergency-call-bar {
    margin-top: 28px;
    padding: 18px 24px;
    background: rgba(255, 90, 31, 0.08);
    border: 1px dashed rgba(255, 90, 31, 0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.emergency-call-bar div {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #0f172a;
    font-size: 15px;
}

.emergency-call-bar div svg {
    color: #ff5a1f;
    width: 22px;
    height: 22px;
}

.emergency-call-bar a {
    font-weight: 700;
    color: #ff5a1f;
    text-decoration: underline;
    font-size: 15px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .services-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-why-grid {
        grid-template-columns: 1fr;
    }
    .services-stats-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .services-cards-grid {
        grid-template-columns: 1fr;
    }
    .services-stats-bar {
        grid-template-columns: 1fr;
    }
    .service-form-grid {
        grid-template-columns: 1fr;
    }
    .service-form-wrap {
        padding: 28px 20px;
    }
    .emergency-call-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}
