/* ==========================================================================
   Service detail pages
   Shared by managed-services, devops-services, cloud-scalable-systems and
   forward-deployed-engineering. Page-level only - nothing here overrides
   the global theme in style.css.
   ========================================================================== */

/* ===== Shared type scale ===== */
.svc-eyebrow {
    font-size: 13px;
    letter-spacing: 4px;
    color: #3b82f6;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.svc-h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.svc-italic {
    font-style: italic;
    font-weight: 700;
}

.svc-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #6e6e73;
    font-weight: 300;
    margin-bottom: 24px;
}

.svc-lead strong { color: #1a1a1a; font-weight: 500; }

.svc-centered {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.svc-section { padding: 100px 0; }
.svc-section-alt { padding: 100px 0; background-color: #F7F9FC; }

.svc-head {
    text-align: center;
    margin-bottom: 56px;
}

/* ===== Hero ===== */
.hero-section-content .svc-eyebrow { margin-bottom: 18px; }
.hero-section-content .italic-text { font-style: italic; font-weight: 700; }

.svc-hero-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
}

.svc-hero-btns .theme-btn {
    background-color: #2563eb;
    color: white;
    padding: 15px 30px;
    border: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.svc-hero-btns .theme-btn2 {
    background-color: transparent;
    color: #128C7E;
    padding: 15px 30px;
    border: 2px solid #128C7E;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ===== Key facts (answer-engine summary block) ===== */
.svc-keyfacts {
    background-color: #E7EBF1;
    padding: 40px;
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.svc-keyfact dt {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3b82f6;
    font-weight: 400;
    margin-bottom: 8px;
}

.svc-keyfact dd {
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
    font-weight: 300;
    margin: 0;
}

/* ===== Split (image + copy) ===== */
.svc-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.svc-split-media img {
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block;
}

.svc-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.svc-check-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #6e6e73;
}

.svc-check-list li span {
    color: #1a1a1a;
    font-weight: 500;
}

.svc-check-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-color: #2563eb;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Two-column checklist, for intro sections that carry no photo */
.svc-check-list-2col {
    columns: 2;
    column-gap: 56px;
}

.svc-check-list-2col li { break-inside: avoid; }

@media (max-width: 768px) {
    .svc-check-list-2col { columns: 1; }
}

/* ===== Numbered flow (4 steps on a tinted band) ===== */
.svc-band {
    background-color: #E7EBF1;
    padding: 100px 0;
}

.svc-flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.svc-flow-item {
    background: #fff;
    padding: 40px 30px;
    position: relative;
}

.svc-flow-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    height: 4px;
    background: #3b82f6;
}

.svc-flow-num {
    display: block;
    font-size: 13px;
    letter-spacing: 3px;
    color: #3b82f6;
    margin-bottom: 14px;
}

.svc-flow-item h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.svc-flow-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    font-weight: 300;
    margin: 0;
}

/* ===== Capability groups ===== */
.svc-cap-group { margin-bottom: 64px; }
.svc-cap-group:last-child { margin-bottom: 0; }

.svc-cap-group-title {
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    padding-bottom: 18px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dfe4ec;
    display: flex;
    align-items: baseline;
    gap: 16px;
}

.svc-cap-group-title span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #3b82f6;
}

.svc-cap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.svc-cap h4 {
    font-size: 19px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
    line-height: 1.3;
}

.svc-cap p {
    font-size: 15px;
    line-height: 1.65;
    color: #6b7280;
    font-weight: 300;
    margin: 0;
}

/* ===== Option / tier cards ===== */
.svc-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.svc-options-3 { grid-template-columns: repeat(3, 1fr); }

.svc-option {
    background-color: #E7EBF1;
    padding: 44px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.svc-option h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.svc-option-meta {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3b82f6;
    margin-bottom: 18px;
}

.svc-option p:last-child {
    font-size: 15px;
    line-height: 1.65;
    color: #6b7280;
    font-weight: 300;
    margin: 0;
}

.svc-option-featured { background-color: #1a73e8; }

.svc-option-featured h3,
.svc-option-featured p:last-child { color: #fff; }

.svc-option-featured .svc-option-meta { color: rgba(255,255,255,.75); }

.svc-option-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #0f4fb0;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 7px 14px;
}

/* ===== Process steps ===== */
.svc-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.svc-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #2563eb;
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
}

.svc-step h3 {
    font-size: 22px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.svc-step p {
    font-size: 15px;
    line-height: 1.65;
    color: #6b7280;
    font-weight: 300;
    margin: 0;
}

/* ===== FAQ =====
   Answers stay visible rather than collapsed - both people and answer
   engines read the text straight off the page. */
.svc-faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 56px;
    max-width: 1100px;
    margin: 0 auto;
}

.svc-faq-item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 12px;
}

.svc-faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
    font-weight: 300;
    margin: 0;
}

/* ===== Cross-links to the other services ===== */
.svc-related {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.svc-related-card {
    background-color: #E7EBF1;
    padding: 36px 32px;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.svc-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.svc-related-card h3 {
    font-size: 21px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.svc-related-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    font-weight: 300;
    margin: 0 0 14px;
}

.svc-related-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #2563eb;
}

.svc-related-more svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.svc-related-card:hover .svc-related-more svg { transform: translateX(4px); }

/* ===== Breadcrumb ===== */
.svc-breadcrumb {
    padding: 22px 0 0;
    font-size: 14px;
    color: #8a8f98;
    font-weight: 300;
}

.svc-breadcrumb a { color: #6b7280; text-decoration: none; }
.svc-breadcrumb a:hover { color: #2563eb; }
.svc-breadcrumb span { color: #1a1a1a; }

/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .svc-h2 { font-size: 40px; }
    .svc-cap-grid,
    .svc-flow,
    .svc-options,
    .svc-steps,
    .svc-keyfacts { grid-template-columns: repeat(2, 1fr); }
    .svc-options-3 { grid-template-columns: repeat(2, 1fr); }
    .svc-related { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 968px) {
    .svc-section,
    .svc-section-alt,
    .svc-band { padding: 70px 0; }
    .svc-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .svc-split-media { order: -1; }
    .svc-split-media img { max-height: 380px; }
    .svc-related { grid-template-columns: 1fr; }
    .svc-faq { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 620px) {
    .svc-h2 { font-size: 32px; }
    .svc-lead { font-size: 16px; }
    .svc-cap-grid,
    .svc-flow,
    .svc-options,
    .svc-options-3,
    .svc-steps,
    .svc-keyfacts { grid-template-columns: 1fr; }
    .svc-keyfacts { padding: 32px 28px; }
    .svc-hero-btns .theme-btn,
    .svc-hero-btns .theme-btn2 { width: 100%; justify-content: center; }
}
