/* ==========================================================================
   Services page (services/index) — Services-specific styles only.
   Shared: hero (.pagehero), CTA/FAQ partials, structured-approach (.sa-*),
   .wcard/.wicon, .benefit-card, .itag, helpers — all in app.css. Prefix `sv-`.
   ========================================================================== */

/* ---- headings & leads ---- */
.sv-h2 { font-size: 30px; font-weight: 600; }
.sv-h2-white { color: #fff; font-size: 28px; font-weight: 600; }
.sv-h2-white2 { color: #fff; font-size: 30px; font-weight: 600; line-height: 36px; }
.sv-introrow { row-gap: 18px; margin-bottom: 34px; }
.sv-introrow2 { row-gap: 14px; margin-bottom: 30px; }
.sv-lead-blue { color: #1B4977; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.sv-lead-grey { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.sv-lead-sm { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; margin: 0; }

/* ---- card text ---- */
.sv-card-h4 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #1872CE; }
.sv-card-h4b { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #1f6fc9; }
.sv-card-p { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; margin: 8px 0 0; }

/* ---- Build Strong Teams ---- */
.hcard { transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, border-color .28s ease; }
.hcard:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13, 60, 120, .13); background: #eef5fe; border-top: 3px solid #1f7ae0; }
.sv-hcard { border: 1px solid #e9eff6; border-radius: 16px; padding: 28px; height: 100%; box-shadow: 0 8px 22px rgba(13, 60, 120, .05); }
.sv-hc-ic { width: 52px; height: 52px; border-radius: 13px; background: #eef4fc; color: #1f7ae0; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; }
.sv-callout { border-left: 3px solid #1f7ae0; background: #f6f9fd; border-radius: 0 10px 10px 0; padding: 16px 20px; margin-top: 24px; color: #3a4d65; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; }

/* ---- Dark Solutions ---- */
.sv-dark { background: linear-gradient(120deg, #062a52 0%, #0a3a66 100%); padding: 44px 0; margin-top: 40px; }
.sv-dark-inner { max-width: 1150px; }
.sv-dark-lead { color: #bcd4ee; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 16px 0 26px; }
.sv-sol-ic { margin-right: 14px; opacity: .92; }
.sol-acc .accordion-item { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, .16); border-radius: 0; }
.sol-acc .accordion-button { background: transparent; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 20px; line-height: 26px; padding: 18px 4px; box-shadow: none; }
.sol-acc .accordion-button::after { filter: brightness(0) invert(1); opacity: .7; width: 1rem; height: 1rem; background-size: 1rem; }
.sol-acc .accordion-button:not(.collapsed) { color: #fff; }
.sol-acc .accordion-body { color: #bcd4ee; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; padding: 0 4px 18px; line-height: 24px; }

/* ---- Why Choose (box only; .wcard/.wicon are global) ---- */
.sv-wcard { background: #fff; border: 1px solid #e9eff6; border-radius: 16px; padding: 26px; height: 100%; box-shadow: 0 8px 22px rgba(13, 60, 120, .05); }

/* ---- Industries ---- */
.sv-ind-card { background: #f6f9fd; border: 1px solid #e9eff6; border-radius: 14px; padding: 24px; height: 100%; }
.sv-ind-ic { width: 48px; height: 48px; border-radius: 12px; background: #1f7ae0; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sv-ind-ic-red { background: #d8222a; }
.sv-ind-ic-img { width: 26px; filter: brightness(0) invert(1); }
.sv-ind-p { font-size: 12.5px; color: #5f7186; margin: 6px 0 12px; }
.sv-tags { gap: 6px; }


/* ---- INDUSTRY EXPERTISE (grid) ---- */
/*.lc-ind-grid { border-top: 1px solid #eef2f7; border-left: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }*/
/*.indcell { transition: background .25s ease; }*/
/*.indcell:hover { background: #eef5fd; }*/
/*.ind-ic { transition: background-color .25s ease; }*/
/*.indcell:hover .ind-ic { background: #d8222a; }*/
/*.lc-indcell { padding: 32px; height: 100%; border-right: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; }*/
/*.lc-ind-ic { width: 52px; height: 52px; border-radius: 13px; background: #1f7ae0; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }*/
/*.lc-ind-ic-img { width: 26px; filter: brightness(0) invert(1); }*/
/*.lc-ind-h4 { font-size: 18px; font-weight: 700; color: #1f6fc9; margin: 0; }*/
/*.lc-ind-p { font-size: 13px; color: #5f7186; margin: 10px 0 16px; line-height: 1.6; }*/
/*.lc-ind-tags { gap: 8px; }*/

/* ---- INDUSTRY WE HIRE FOR ---- */
.hm-ind-grid { border-top: 1px solid #eef2f7; border-left: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }
.indcell { transition: background .25s ease; }
.indcell:hover { background: #eef5fd; }
.hm-indcell { padding: 32px; height: 100%; border-right: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; }
.ind-ic { transition: background-color .25s ease; }
.indcell:hover .ind-ic { background: #d8222a; }
.hm-ind-ic { width: 52px; height: 52px; border-radius: 13px; background: #1f7ae0; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.hm-ind-ic-img { width: 26px; filter: brightness(0) invert(1); }
.hm-ind-h4 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #1f6fc9; margin: 0; }
.hm-ind-p { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; color: #5f7186; margin: 10px 0 16px; }
.hm-ind-tags { gap: 8px; }
.hm-ind-tag { background: #eaf2fc; color: #1f6fc9; font-size: 12px; font-weight: 500; border-radius: 20px; padding: 6px 14px; }



/* ---- Benefits (cards are global .benefit-card) ---- */
.sv-benefits-lead { color: #1B4977; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 14px 0 16px; }
.sv-benefits-img { width: 100%; border-radius: 14px; }
.sv-benefit-list { display: flex; flex-direction: column; gap: 10px; }

/* ---- Four Commitments (dark glass accordion) ---- */
.sv-commit { position: relative; overflow: hidden; background: #0c54bf; padding: 44px 0; }
.sv-deco1 { position: absolute; right: -30px; top: 150px; width: 300px; opacity: .45; z-index: 0; pointer-events: none; }
.sv-deco2 { position: absolute; left: -70px; top: 340px; width: 230px; opacity: .4; z-index: 0; pointer-events: none; }
.sv-commit-inner { max-width: 1150px; position: relative; z-index: 1; }
.sv-commit-row { margin-bottom: 30px; row-gap: 14px; }
.sv-commit-lead { color: #cfe0f5; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.sv-commit-img { width: 100%; border-radius: 18px; }
.commit-acc .accordion-item { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .10); border-radius: 16px; margin-bottom: 16px; overflow: hidden; transition: background .25s; }
.commit-acc .accordion-item:has(.accordion-button:not(.collapsed)) { background: rgba(3, 28, 66, .45); }
.commit-acc .accordion-button { display: flex; align-items: center; gap: 14px; background: transparent; color: #fff; font-weight: 600; font-size: 18px; padding: 18px 24px; box-shadow: none; }
.commit-acc .accordion-button .cm-ic { width: 24px; flex: none; filter: brightness(0) invert(1); }
.commit-acc .accordion-button::after { filter: brightness(0) invert(1); margin-left: auto; }
.commit-acc .accordion-button:not(.collapsed) { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "icon chevron" "title title"; row-gap: 18px; padding: 24px 26px; }
.commit-acc .accordion-button:not(.collapsed) .cm-ic { grid-area: icon; }
.commit-acc .accordion-button:not(.collapsed) .cm-ttl { grid-area: title; font-size: 20px; }
.commit-acc .accordion-button:not(.collapsed)::after { grid-area: chevron; margin: 0; align-self: center; }
.commit-acc .accordion-body { color: #cfe0f5; font-size: 14px; padding: 0 26px 24px; line-height: 1.65; }

@media (max-width: 575.98px) {
  .sv-dark, .sv-commit { padding: 30px 0; }
}

/* ---- Industries partial shared heading / lead (hm-sec-h2 etc. are in home.css, ----
   ---- but they're used in the industries-weserve include on service pages too)  ---- */
.hm-sec-h2 { font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 600; line-height: 36px; color: #0e2a47; margin: 0; }
.hm-sec-lead { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.hm-sec-lead--blue { color: #1B4977; }
.hm-wmd-introrow { margin-bottom: 36px; row-gap: 14px; }

/* ===== Services pages — full responsive (1920 → 320) + 15px mobile padding ===== */
@media (max-width: 991.98px) {
  .sv-dark-inner, .sv-commit-inner { padding-left: 15px; padding-right: 15px; }
  .sv-deco1, .sv-deco2 { display: none; }
  .sv-h2 { font-size: 28px; line-height: 1.25; }
  .sv-h2-white { font-size: 26px; }
  .sv-h2-white2 { font-size: 26px; line-height: 1.3; }
  .sv-lead-blue, .sv-lead-grey, .sv-dark-lead, .sv-commit-lead, .sv-benefits-lead { font-size: 16px; }
  .hm-sec-h2 { font-size: 28px; line-height: 1.3; }
  .hm-sec-lead { font-size: 16px; }
  .sv-dark .row { --bs-gutter-y: 2rem; }
}
@media (max-width: 767.98px) {
  .sv-dark, .sv-commit { padding: 36px 0; margin-top: 0; }
  .sv-h2 { font-size: 25px; }
  .sv-h2-white, .sv-h2-white2 { font-size: 24px; }
  .sv-introrow, .sv-introrow2 { margin-bottom: 24px; }
  .sv-callout { font-size: 15.5px; padding: 14px 16px; }
  .sv-hcard { padding: 24px 22px; }
  .sv-wcard { padding: 22px 18px; }
  .sv-ind-card { padding: 20px 18px; }
  .sol-acc .accordion-button { font-size: 17px; }
  .sol-acc .accordion-body { font-size: 15.5px; }
  .hm-sec-h2 { font-size: 26px; }
  .hm-indcell { padding: 22px 20px; }
  .hm-ind-h4 { font-size: 18px; }
  .commit-acc .accordion-button { font-size: 16px; padding: 16px 18px; gap: 12px; }
  .commit-acc .accordion-button:not(.collapsed) { padding: 20px 18px; }
  .commit-acc .accordion-body { padding: 0 18px 20px; }
}
@media (max-width: 575.98px) {
  .sv-dark, .sv-commit { padding: 30px 0; }
  .sv-h2 { font-size: 23px; }
  .sv-h2-white, .sv-h2-white2 { font-size: 22px; }
  .sv-card-h4, .sv-card-h4b { font-size: 18px; }
  .sol-acc .accordion-button { font-size: 16px; }
  .hm-sec-h2 { font-size: 24px; }
  .hm-indcell { padding: 18px 16px; }
  .hm-ind-h4 { font-size: 17px; }
}
@media (max-width: 360px) {
  .sv-h2 { font-size: 21px; }
  .sv-hcard, .sv-wcard, .sv-ind-card { padding: 18px 16px; }
  .hm-sec-h2 { font-size: 21px; }
  .hm-indcell { padding: 16px 14px; }
  .hm-ind-ic { width: 42px; height: 42px; }
  .hm-ind-h4 { font-size: 16px; }
}
