/* ── Services Page ──────────────────────────────────────── */
.zeevio-sv-main { font-family: 'Inter', sans-serif; }

/* Hero */
.zeevio-sv-hero {
    position: relative;
    padding: 100px 0 90px;
    background: linear-gradient(135deg, var(--zeevio-light,#f0f7ff) 0%, #f5f0ff 100%);
    overflow: hidden;
    text-align: center;
}
.zeevio-sv-hero-inner { position: relative; z-index: 1; }
.zeevio-sv-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: var(--zeevio-dark2,#1e293b);
    margin: 16px 0 14px;
    line-height: 1.15;
}
.zeevio-sv-sub {
    font-size: 1.05rem;
    color: var(--zeevio-gray,#64748b);
    max-width: 620px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.zeevio-sv-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 700px;
    margin: 0 auto;
}
.zeevio-sv-hero-badge {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--zeevio-dark2,#1e293b);
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.zeevio-sv-hero-shape {
    position: absolute; bottom: -2px; left: 0; right: 0;
    height: 60px;
    background: #fff;
    clip-path: ellipse(55% 100% at 50% 100%);
}

/* Services Grid */
.zeevio-sv-grid-section { padding: 70px 0 60px; background: #fff; }
.zeevio-sv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.zeevio-sv-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    transition: transform .25s, box-shadow .25s, border-color .25s;
}
.zeevio-sv-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(0,0,0,.09); }
.zeevio-sv-card--featured {
    border-color: var(--zeevio-blue,#3b82f6);
    box-shadow: 0 8px 32px rgba(59,130,246,.12);
}
.zeevio-sv-featured-badge {
    position: absolute;
    top: -12px; left: 22px;
    background: var(--zeevio-blue,#3b82f6);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: .3px;
}
.zeevio-sv-card-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
}
.zeevio-sv-card-title { font-size: 1.05rem; font-weight: 700; margin: 0; }
.zeevio-sv-card-desc { font-size: 13.5px; color: var(--zeevio-gray,#64748b); line-height: 1.65; margin: 0; }
.zeevio-sv-features { list-style: none; padding: 0; margin: 4px 0 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.zeevio-sv-features li {
    display: flex; align-items: flex-start; gap: 8px;
    font-size: 13px; color: var(--zeevio-gray,#64748b);
}
.zeevio-sv-check { flex-shrink: 0; margin-top: 2px; }
.zeevio-sv-check svg { width: 14px; height: 14px; }
.zeevio-sv-card-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid;
}
.zeevio-sv-cta-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; text-decoration: none;
    transition: gap .2s;
}
.zeevio-sv-cta-link:hover { gap: 10px; }
.zeevio-sv-cta-link svg { width: 14px; height: 14px; }

/* Process */
.zeevio-sv-process {
    padding: 80px 0;
    background: var(--zeevio-light,#f8faff);
}
.zeevio-section-sub { font-size: 1rem; color: var(--zeevio-gray,#64748b); margin: 10px auto 0; max-width: 500px; }
.zeevio-sv-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 52px;
    position: relative;
}
.zeevio-sv-proc-item {
    background: #fff;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
}
.zeevio-sv-proc-num {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--zeevio-blue,#3b82f6);
    opacity: .12;
    line-height: 1;
    margin-bottom: -10px;
}
.zeevio-sv-proc-icon { font-size: 2rem; margin-bottom: 12px; }
.zeevio-sv-proc-item h3 { font-size: .95rem; font-weight: 700; color: var(--zeevio-dark2,#1e293b); margin: 0 0 8px; }
.zeevio-sv-proc-item p { font-size: 13px; color: var(--zeevio-gray,#64748b); line-height: 1.65; margin: 0; }
.zeevio-sv-proc-arrow {
    position: absolute;
    top: 50%; right: -18px;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: var(--zeevio-blue,#3b82f6);
    z-index: 1;
    opacity: .5;
}

/* Stats */
.zeevio-sv-stats {
    padding: 52px 0;
    background: linear-gradient(90deg, var(--zeevio-blue,#3b82f6) 0%, var(--zeevio-indigo,#6366f1) 100%);
}
.zeevio-sv-stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
.zeevio-sv-stat-item { text-align: center; padding: 12px 48px; }
.zeevio-sv-stat-num { display: block; font-size: 2.4rem; font-weight: 800; color: #fff; line-height: 1; }
.zeevio-sv-stat-label { display: block; font-size: 13px; color: rgba(255,255,255,.75); margin-top: 6px; font-weight: 500; }
.zeevio-sv-stat-divider { width: 1px; height: 50px; background: rgba(255,255,255,.25); }

/* FAQ */
.zeevio-sv-faq { padding: 80px 0; background: #fff; }
.zeevio-sv-faq-list { max-width: 760px; margin: 48px auto 0; display: flex; flex-direction: column; gap: 12px; }
.zeevio-faq-item {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color .2s;
}
.zeevio-faq-item.is-open { border-color: var(--zeevio-blue,#3b82f6); }
.zeevio-faq-q {
    width: 100%;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--zeevio-dark2,#1e293b);
    text-align: left;
    transition: color .2s;
}
.zeevio-faq-item.is-open .zeevio-faq-q { color: var(--zeevio-blue,#3b82f6); }
.zeevio-faq-icon { flex-shrink: 0; transition: transform .25s; }
.zeevio-faq-icon svg { width: 20px; height: 20px; }
.zeevio-faq-item.is-open .zeevio-faq-icon { transform: rotate(180deg); }
.zeevio-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.zeevio-faq-item.is-open .zeevio-faq-a { max-height: 300px; }
.zeevio-faq-a-inner {
    padding: 0 20px 18px;
    font-size: 14px;
    color: var(--zeevio-gray,#64748b);
    line-height: 1.75;
}

/* Responsive */
@media (max-width: 900px) {
    .zeevio-sv-process-grid { grid-template-columns: repeat(2, 1fr); }
    .zeevio-sv-proc-arrow { display: none; }
}
@media (max-width: 640px) {
    .zeevio-sv-process-grid { grid-template-columns: 1fr; }
    .zeevio-sv-grid { grid-template-columns: 1fr; }
    .zeevio-sv-stats-row { flex-direction: column; }
    .zeevio-sv-stat-divider { width: 50px; height: 1px; }
}
