/* ========================================
   SERVICES PAGE - DEDICATED STYLES
   ======================================== */

:root {
    --primary-color: #00CED1;
    --secondary-color: #1B3B6F;
}

/* ========================================
   PAGE HEADER
   ======================================== */

.services-header {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0d2247 40%, var(--primary-color) 100%);
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.services-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(0, 206, 209, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(27, 59, 111, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.services-header .header-content {
    position: relative;
    z-index: 2;
}

.services-header .header-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 206, 209, 0.15);
    border: 1px solid rgba(0, 206, 209, 0.3);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 24px;
}

.services-header h1 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.services-header h1 .highlight {
    color: var(--primary-color);
}

.services-header .header-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.7;
}

.services-header .header-stats {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.services-header .stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 22px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.services-header .stat-pill i {
    color: var(--primary-color);
}

.services-header .stat-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

/* ========================================
   SERVICE DETAIL SECTIONS
   ======================================== */

.svc-section {
    padding: 90px 0;
    position: relative;
}

.svc-section:nth-child(even) {
    background: #f8f9fb;
}

.svc-section:nth-child(odd) {
    background: #ffffff;
}

.svc-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Section badge */
.svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.1), rgba(27, 59, 111, 0.08));
    border: 1px solid rgba(0, 206, 209, 0.2);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 16px;
}

.svc-badge i {
    font-size: 0.7rem;
}

/* Section title */
.svc-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 16px;
    line-height: 1.2;
}

.svc-title .highlight {
    color: var(--primary-color);
}

/* Section description */
.svc-description {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 32px;
    max-width: 600px;
}

/* Layout grid */
.svc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.svc-grid.reverse {
    direction: rtl;
}

.svc-grid.reverse>* {
    direction: ltr;
}

/* ========================================
   FEATURES LIST (What's Included)
   ======================================== */

.svc-features {
    margin-bottom: 36px;
}

.svc-features h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.svc-features h3::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.svc-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.svc-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(0, 206, 209, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(0, 206, 209, 0.06);
    transition: all 0.3s ease;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

.svc-features li:hover {
    background: rgba(0, 206, 209, 0.07);
    border-color: rgba(0, 206, 209, 0.15);
    transform: translateX(4px);
}

.svc-features li i {
    color: var(--primary-color);
    font-size: 0.85rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.svc-features li strong {
    color: var(--secondary-color);
    font-weight: 600;
}

/* ========================================
   RESULTS GRID
   ======================================== */

.svc-results {
    margin-bottom: 24px;
}

.svc-results h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.svc-results h3::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(to bottom, var(--primary-color), #22d3ee);
    border-radius: 2px;
}

.svc-results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.svc-result-box {
    background: linear-gradient(135deg, rgba(0, 206, 209, 0.05), rgba(27, 59, 111, 0.04));
    border: 1px solid rgba(0, 206, 209, 0.12);
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.svc-result-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 206, 209, 0.12);
    border-color: rgba(0, 206, 209, 0.25);
}

.svc-result-box .result-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #fff;
    font-size: 1rem;
}

.svc-result-box .result-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--secondary-color);
    display: block;
    margin-bottom: 4px;
}

.svc-result-box .result-label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

/* ========================================
   VISUAL SIDEBAR CARD
   ======================================== */

.svc-visual-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e8ecf1;
    padding: 36px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 100px;
    transition: all 0.3s ease;
}

.svc-visual-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* Card on even sections (gray bg) needs white bg */
.svc-section:nth-child(even) .svc-visual-card {
    background: #ffffff;
}

/* Card on odd sections (white bg) needs slight gray bg */
.svc-section:nth-child(odd) .svc-visual-card {
    background: #f8f9fb;
    border-color: #e2e6ec;
}

.svc-visual-card .card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.5rem;
}

.svc-visual-card .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

/* Visual card list items */
.svc-visual-card .card-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.svc-visual-card .card-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(0, 206, 209, 0.04);
    border-radius: 10px;
    font-size: 0.92rem;
    color: #475569;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.svc-visual-card .card-list-item:hover {
    border-color: rgba(0, 206, 209, 0.15);
    background: rgba(0, 206, 209, 0.08);
}

.svc-visual-card .card-list-item .item-number {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

.svc-visual-card .card-list-item .item-check {
    color: var(--primary-color);
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* ========================================
   CTA SECTION OVERRIDE
   ======================================== */

.svc-cta {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0d2247 40%, var(--primary-color) 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.svc-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 60% 40%, rgba(0, 206, 209, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.svc-cta .container {
    position: relative;
    z-index: 2;
}

.svc-cta h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}

.svc-cta h2 .highlight {
    color: var(--primary-color);
}

.svc-cta p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 32px;
}

.svc-cta .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.svc-cta .btn-primary-svc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.svc-cta .btn-primary-svc:hover {
    background: transparent;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 206, 209, 0.3);
}

.svc-cta .btn-secondary-svc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.svc-cta .btn-secondary-svc:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
    .services-header h1 {
        font-size: 2.6rem;
    }

    .svc-title {
        font-size: 2rem;
    }

    .svc-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .svc-grid.reverse {
        direction: ltr;
    }

    .svc-visual-card {
        position: static;
    }

    .svc-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .services-header {
        padding: 80px 0 60px;
    }

    .services-header h1 {
        font-size: 2.2rem;
    }

    .services-header .header-subtitle {
        font-size: 1rem;
    }

    .services-header .header-stats {
        gap: 10px;
    }

    .services-header .stat-pill {
        padding: 8px 16px;
        font-size: 0.82rem;
    }

    .svc-section {
        padding: 50px 0;
    }

    .svc-title {
        font-size: 1.75rem;
    }

    .svc-description {
        font-size: 0.95rem;
    }

    .svc-results-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .svc-result-box {
        padding: 16px 10px;
    }

    .svc-result-box .result-value {
        font-size: 1.2rem;
    }

    .svc-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .services-header h1 {
        font-size: 1.8rem;
    }

    .services-header .stat-pill {
        padding: 6px 14px;
        font-size: 0.78rem;
    }

    .svc-section {
        padding: 40px 0;
    }

    .svc-title {
        font-size: 1.5rem;
    }

    .svc-features li {
        padding: 10px 12px;
        font-size: 0.88rem;
    }

    .svc-results-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 8px;
    }

    .svc-result-box .result-icon {
        width: 36px;
        height: 36px;
        font-size: 0.85rem;
    }

    .svc-result-box .result-value {
        font-size: 1.1rem;
    }

    .svc-result-box .result-label {
        font-size: 0.72rem;
    }

    .svc-visual-card {
        padding: 24px 20px;
    }

    .svc-cta h2 {
        font-size: 1.6rem;
    }

    .svc-cta .btn-primary-svc,
    .svc-cta .btn-secondary-svc {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}