
/* ============================================================
   eHELP GLOBAL V2 - Phase 2 Core Inner Pages
   Shared design for Solutions and seven core service pages.
   ============================================================ */

.v2-inner-page {
  --inner-accent: #176ed4;
  background: #fff;
  color: var(--v2-ink);
}

.v2-page-ai { --inner-accent: #6d63e7; }
.v2-page-engineering { --inner-accent: #087ec4; }
.v2-page-infrastructure { --inner-accent: #137ea5; }
.v2-page-hosting { --inner-accent: #0a8aa8; }
.v2-page-growth { --inner-accent: #466bd8; }
.v2-page-operations { --inner-accent: #0a9c83; }
.v2-page-solutions { --inner-accent: #176ed4; }

.v2-inner-page .site-header {
  top: 0;
  background: rgba(255,255,255,.95);
}

.v2-inner-page .v2-header .nav-wrap {
  height: 82px;
}

.v2-inner-page .v2-inner-main {
  overflow: hidden;
}

.v2-inner-page .v2-inner-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 82px;
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--inner-accent) 18%, transparent), transparent 34%),
    linear-gradient(135deg, #ffffff, #edf7ff);
}

.v2-inner-page .v2-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(25,109,184,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,109,184,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.2), #000 62%, rgba(0,0,0,.35));
}

.v2-inner-page .service-hero-grid,
.v2-inner-page .sub-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 72px;
}

.v2-inner-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #7a8fa2;
  font-size: 9px;
  font-weight: 750;
}

.v2-inner-page .breadcrumb a {
  color: var(--inner-accent);
}

.v2-inner-page .kicker {
  color: var(--inner-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.v2-inner-page .v2-inner-hero h1 {
  max-width: 820px;
  margin: 12px 0 21px;
  color: var(--v2-navy);
  font-size: clamp(45px, 5.2vw, 68px);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.v2-inner-page .v2-inner-hero p {
  max-width: 760px;
  margin: 0;
  color: #5b7388;
  font-size: 15px;
  line-height: 1.78;
}

.v2-inner-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.v2-inner-page .btn {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 850;
  transition: transform .18s ease, box-shadow .18s ease;
}

.v2-inner-page .btn:hover {
  transform: translateY(-2px);
}

.v2-inner-page .btn-primary {
  background: linear-gradient(135deg, var(--inner-accent), color-mix(in srgb, var(--inner-accent) 76%, #36a5e9));
  color: #fff;
  box-shadow: 0 15px 34px color-mix(in srgb, var(--inner-accent) 24%, transparent);
}

.v2-inner-page .btn-secondary {
  border: 1px solid #d3e3ef;
  background: rgba(255,255,255,.9);
  color: var(--v2-navy);
  box-shadow: 0 10px 25px rgba(31,83,128,.05);
}

.v2-service-payment-note {
  margin-top: 15px !important;
  color: #74899c !important;
  font-size: 9.5px !important;
}

.v2-service-payment-note a {
  color: var(--inner-accent);
  font-weight: 820;
}

.v2-inner-page .service-hero-card,
.v2-inner-page .sub-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #d4e5f2;
  border-radius: 25px;
  background: rgba(255,255,255,.91);
  box-shadow: 0 26px 66px rgba(31,83,128,.13);
  backdrop-filter: blur(14px);
}

.v2-inner-page .service-hero-card::before,
.v2-inner-page .sub-hero-panel::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--inner-accent) 19%, transparent), transparent 70%);
}

.v2-inner-page .service-hero-card > span,
.v2-inner-page .sub-hero-panel > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 19px;
  color: var(--inner-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-inner-page .service-hero-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.v2-inner-page .service-hero-list strong {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #e0ebf4;
  border-radius: 12px;
  background: #f9fcff;
  color: #38566f;
  font-size: 9.5px;
  line-height: 1.35;
}

.v2-inner-page .ai-card-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 22px;
  color: var(--v2-navy);
  font-size: 20px;
  line-height: 1.4;
}

.v2-inner-page .ai-flow {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
}

.v2-inner-page .ai-flow b {
  padding: 8px 10px;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  background: #f8fbfe;
  color: #4a667e;
  font-size: 9px;
}

.v2-inner-page .ai-flow i {
  color: var(--inner-accent);
  font-style: normal;
}

.v2-inner-page .sub-hero-panel strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 12px;
  color: var(--v2-navy);
  font-size: 25px;
  line-height: 1.25;
}

.v2-inner-page .sub-hero-panel p {
  position: relative;
  z-index: 1;
  font-size: 12px;
}

.v2-subhero-payment-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 18px;
  color: var(--inner-accent);
  font-size: 10px;
  font-weight: 850;
}

/* General sections */
.v2-inner-page .v2-inner-section {
  padding: 96px 0;
}

.v2-inner-page .v2-inner-section.soft-section,
.v2-inner-page .soft-section {
  background: #f4f9fe;
}

.v2-inner-page .section-heading {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: end;
  gap: 65px;
  margin-bottom: 40px;
}

.v2-inner-page .section-heading h2 {
  margin: 9px 0 0;
  color: var(--v2-navy);
  font-size: clamp(34px, 4.3vw, 51px);
  line-height: 1.1;
  letter-spacing: -.04em;
}

.v2-inner-page .section-heading p {
  max-width: 620px;
  margin: 0;
  color: #637b90;
  font-size: 13px;
  line-height: 1.72;
}

/* Capability cards */
.v2-inner-page .capability-cards.six {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.v2-inner-page .capability-cards article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dce9f4;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--inner-accent) 8%, transparent), transparent 36%),
    #fff;
  box-shadow: 0 10px 28px rgba(31,83,128,.045);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.v2-inner-page .capability-cards article:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--inner-accent) 38%, #dce9f4);
  box-shadow: 0 18px 42px rgba(31,83,128,.10);
}

.v2-inner-page .capability-cards article > span {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 11px;
  background: color-mix(in srgb, var(--inner-accent) 10%, #fff);
  color: var(--inner-accent);
  font-size: 9px;
  font-weight: 850;
}

.v2-inner-page .capability-cards h3 {
  margin: 0 0 10px;
  color: var(--v2-navy);
  font-size: 18px;
  line-height: 1.3;
}

.v2-inner-page .capability-cards p {
  margin: 0;
  color: #6c8296;
  font-size: 11px;
  line-height: 1.7;
}

/* Platform section */
.v2-inner-page .platform-section,
.v2-inner-page .ai-principles {
  padding: 92px 0;
  background:
    radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--inner-accent) 22%, transparent), transparent 31%),
    linear-gradient(145deg, #082846, #0b4c7e);
  color: #fff;
}

.v2-inner-page .platform-section .section-heading h2,
.v2-inner-page .ai-principles .section-heading h2 {
  color: #fff;
}

.v2-inner-page .platform-section .section-heading p,
.v2-inner-page .ai-principles .section-heading p {
  color: #b9d2e5;
}

.v2-inner-page .platform-section .kicker,
.v2-inner-page .ai-principles .kicker {
  color: #82e5f8;
}

.v2-inner-page .platform-grid.detailed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.v2-inner-page .platform-grid > div,
.v2-inner-page .principle-grid > div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(10px);
}

.v2-inner-page .platform-grid strong,
.v2-inner-page .platform-grid span,
.v2-inner-page .principle-grid strong,
.v2-inner-page .principle-grid span {
  display: block;
}

.v2-inner-page .platform-grid strong,
.v2-inner-page .principle-grid strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 11px;
}

.v2-inner-page .platform-grid span,
.v2-inner-page .principle-grid span {
  color: #b9d2e5;
  font-size: 9px;
  line-height: 1.55;
}

.v2-inner-page .principle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

/* Process sections */
.v2-inner-page .split-layout.service-split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.v2-inner-page .process-panel {
  position: sticky;
  top: 120px;
}

.v2-inner-page .process-panel h2 {
  margin: 10px 0 17px;
  color: var(--v2-navy);
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.v2-inner-page .process-panel p {
  color: #637b90;
  font-size: 13px;
  line-height: 1.74;
}

.v2-inner-page .process-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.v2-inner-page .process-steps > div {
  min-height: 190px;
  padding: 22px;
  border: 1px solid #dce9f4;
  border-radius: 18px;
  background: #fff;
}

.v2-inner-page .process-steps > div > span {
  display: block;
  margin-bottom: 30px;
  color: var(--inner-accent);
  font-size: 10px;
  font-weight: 850;
}

.v2-inner-page .process-steps strong {
  display: block;
  margin-bottom: 7px;
  color: var(--v2-navy);
  font-size: 16px;
}

.v2-inner-page .process-steps p {
  margin: 0;
  color: #6b8194;
  font-size: 10.5px;
  line-height: 1.62;
}

/* Use-case cards */
.v2-inner-page .usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.v2-inner-page .usecase-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid #dce9f4;
  border-radius: 20px;
  background: #fff;
}

.v2-inner-page .usecase-grid h3 {
  margin: 0 0 18px;
  color: var(--v2-navy);
  font-size: 18px;
}

.v2-inner-page .usecase-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-inner-page .usecase-grid li {
  position: relative;
  padding-left: 18px;
  color: #657d91;
  font-size: 10.5px;
  line-height: 1.5;
}

.v2-inner-page .usecase-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--inner-accent);
  font-weight: 900;
}

/* Solutions hub */
.v2-page-solutions .pillar-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.v2-page-solutions .pillar {
  min-height: 470px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding: 27px;
  border: 1px solid #dce9f4;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(23,110,212,.07), transparent 37%),
    #fff;
  box-shadow: 0 12px 34px rgba(31,83,128,.05);
}

.v2-page-solutions .pillar > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eaf4ff;
  color: var(--inner-accent);
  font-size: 10px;
  font-weight: 850;
}

.v2-page-solutions .pillar h2 {
  margin: 2px 0 11px;
  color: var(--v2-navy);
  font-size: 25px;
  line-height: 1.2;
}

.v2-page-solutions .pillar p {
  color: #637a8e;
  font-size: 11.5px;
  line-height: 1.68;
}

.v2-page-solutions .tags.large,
.v2-page-solutions .capability-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0;
}

.v2-page-solutions .tags.large > span,
.v2-page-solutions .capability-grid > div {
  padding: 7px 9px;
  border: 1px solid #dce9f4;
  border-radius: 10px;
  background: #f8fbfe;
  color: #5e768b;
  font-size: 8.5px;
}

.v2-page-solutions .capability-grid > div {
  flex: 1 1 145px;
}

.v2-page-solutions .capability-grid strong,
.v2-page-solutions .capability-grid small {
  display: block;
}

.v2-page-solutions .capability-grid strong {
  margin-bottom: 3px;
  color: var(--v2-navy);
  font-size: 9px;
}

.v2-page-solutions .capability-grid small {
  color: #71869a;
  font-size: 7.5px;
  line-height: 1.45;
}

.v2-page-solutions .pillar-link,
.v2-pillar-pay {
  display: inline-block;
  margin-top: 8px;
  color: var(--inner-accent);
  font-size: 9.5px;
  font-weight: 850;
}

.v2-pillar-pay {
  margin-left: 14px;
  color: #5f7890;
}

.v2-page-solutions .specialized-card {
  padding: 35px;
  border: 1px solid #dce9f4;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6fbff, #eaf6ff);
}

/* Related services */
.v2-related-services {
  padding: 82px 0;
  background: #f4f9fe;
}

.v2-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.v2-related-heading h2 {
  margin: 8px 0 0;
  color: var(--v2-navy);
  font-size: clamp(30px, 3.6vw, 45px);
  letter-spacing: -.04em;
}

.v2-related-heading > a {
  color: var(--inner-accent);
  font-size: 10px;
  font-weight: 850;
}

.v2-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.v2-related-card {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #dce9f4;
  border-radius: 18px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.v2-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 17px 40px rgba(31,83,128,.10);
}

.v2-related-card strong {
  color: var(--v2-navy);
  font-size: 16px;
}

.v2-related-card span {
  margin-top: 8px;
  color: #6d8396;
  font-size: 10px;
  line-height: 1.6;
}

.v2-related-card b {
  margin-top: auto;
  color: var(--inner-accent);
  font-size: 18px;
}

/* CTA */
.v2-inner-page .page-cta {
  padding: 74px 0;
  background:
    radial-gradient(circle at 85% 0%, color-mix(in srgb, var(--inner-accent) 26%, transparent), transparent 33%),
    linear-gradient(145deg, #082846, #0b4e7f);
}

.v2-inner-page .page-cta .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 50px;
}

.v2-inner-page .page-cta h2 {
  max-width: 850px;
  margin: 9px 0 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 47px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.v2-inner-page .page-cta .kicker {
  color: #83e6f7;
}

.v2-page-cta-actions {
  min-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.v2-inner-page .btn-light {
  background: #fff;
  color: var(--v2-navy);
  box-shadow: 0 14px 34px rgba(4,30,53,.20);
}

.v2-cta-pay {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.09);
  color: #fff;
}

/* Footer and widgets */
.v2-inner-page .v2-footer {
  padding-top: 68px;
}

@media (max-width: 980px) {
  .v2-inner-page .service-hero-grid,
  .v2-inner-page .sub-hero-grid,
  .v2-inner-page .section-heading,
  .v2-inner-page .split-layout.service-split {
    grid-template-columns: 1fr;
  }

  .v2-inner-page .service-hero-grid,
  .v2-inner-page .sub-hero-grid {
    gap: 42px;
  }

  .v2-inner-page .process-panel {
    position: static;
  }

  .v2-page-solutions .pillar-list {
    grid-template-columns: 1fr;
  }

  .v2-inner-page .capability-cards.six,
  .v2-inner-page .platform-grid.detailed {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-inner-page .principle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .v2-inner-page .v2-header .nav-wrap {
    height: 72px;
  }

  .v2-inner-page .v2-inner-hero {
    padding: 62px 0;
  }

  .v2-inner-page .v2-inner-hero h1 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .v2-inner-page .hero-actions {
    flex-direction: column;
  }

  .v2-inner-page .hero-actions .btn {
    width: 100%;
  }

  .v2-inner-page .v2-inner-section {
    padding: 74px 0;
  }

  .v2-inner-page .capability-cards.six,
  .v2-inner-page .platform-grid.detailed,
  .v2-inner-page .principle-grid,
  .v2-inner-page .process-steps,
  .v2-inner-page .usecase-grid,
  .v2-related-grid {
    grid-template-columns: 1fr;
  }

  .v2-inner-page .service-hero-list {
    grid-template-columns: 1fr;
  }

  .v2-inner-page .page-cta .container {
    grid-template-columns: 1fr;
  }

  .v2-page-cta-actions {
    width: 100%;
  }

  .v2-page-cta-actions .btn {
    width: 100%;
  }

  .v2-related-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-page-solutions .pillar {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .v2-pillar-pay {
    display: block;
    margin-left: 0;
  }
}


/* ============================================================
   V2 site-wide readability adjustment: core service pages
   ============================================================ */

.v2-inner-page .breadcrumb {
  font-size: 10.5px;
}

.v2-inner-page .kicker {
  font-size: 11px;
}

.v2-inner-page .v2-inner-hero p {
  font-size: 16px;
}

.v2-inner-page .btn {
  font-size: 12.5px;
}

.v2-inner-page .v2-service-payment-note {
  font-size: 11.5px !important;
}

.v2-inner-page .service-hero-card > span,
.v2-inner-page .sub-hero-panel > span {
  font-size: 10.5px;
}

.v2-inner-page .service-hero-list strong {
  font-size: 11.5px;
  line-height: 1.45;
}

.v2-inner-page .ai-flow b {
  font-size: 10.5px;
}

.v2-inner-page .sub-hero-panel p {
  font-size: 13.5px;
}

.v2-inner-page .v2-subhero-payment-link {
  font-size: 11.5px;
}

.v2-inner-page .section-heading p {
  font-size: 14px;
  line-height: 1.75;
}

.v2-inner-page .capability-cards article > span {
  font-size: 10.5px;
}

.v2-inner-page .capability-cards p {
  font-size: 13px;
  line-height: 1.7;
}

.v2-inner-page .platform-grid strong,
.v2-inner-page .principle-grid strong {
  font-size: 12.5px;
}

.v2-inner-page .platform-grid span,
.v2-inner-page .principle-grid span {
  font-size: 11.5px;
  line-height: 1.6;
}

.v2-inner-page .process-panel p {
  font-size: 14px;
}

.v2-inner-page .process-steps > div > span {
  font-size: 11px;
}

.v2-inner-page .process-steps strong {
  font-size: 17px;
}

.v2-inner-page .process-steps p {
  font-size: 12.5px;
  line-height: 1.65;
}

.v2-inner-page .usecase-grid li {
  font-size: 12px;
}

.v2-page-solutions .pillar p {
  font-size: 13px;
}

.v2-page-solutions .pillar > span {
  font-size: 11px;
}

.v2-page-solutions .tags.large > span,
.v2-page-solutions .capability-grid > div {
  font-size: 10px;
}

.v2-page-solutions .capability-grid strong {
  font-size: 11px;
}

.v2-page-solutions .capability-grid small {
  font-size: 10px;
  line-height: 1.5;
}

.v2-page-solutions .pillar-link,
.v2-pillar-pay {
  font-size: 11.5px;
}

.v2-related-heading > a {
  font-size: 11.5px;
}

.v2-related-card span {
  font-size: 11.5px;
  line-height: 1.6;
}

@media (max-width: 720px) {
  .v2-inner-page .v2-inner-hero p {
    font-size: 15px;
  }
}


/* ============================================================
   V2 readability pass 2: service and solutions pages
   ============================================================ */

.v2-inner-page .service-hero-list strong {
  font-size: 13px;
}

.v2-inner-page .capability-cards p,
.v2-page-solutions .pillar p {
  font-size: 14px;
}

.v2-inner-page .platform-grid span,
.v2-inner-page .principle-grid span {
  font-size: 13px;
}

.v2-inner-page .process-steps p,
.v2-inner-page .usecase-grid li {
  font-size: 13.5px;
}

.v2-page-solutions .capability-grid small {
  font-size: 12px;
}

.v2-related-card span {
  font-size: 13px;
}


/* ============================================================
   V2 detailed audit: visual enrichment and content balance
   ============================================================ */

.v2-card-icon,
.v2-timeline-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(25,75,116,.12);
}

.v2-card-icon svg,
.v2-timeline-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-card-icon small {
  position: absolute;
  right: -6px;
  bottom: -6px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #fff;
  color: #49667f;
  font-size: 8px;
  font-weight: 850;
  box-shadow: 0 6px 16px rgba(20,57,88,.12);
}

.v2-icon-blue {
  color: #166fd1;
  background: linear-gradient(145deg, #e5f2ff, #f6fbff);
}

.v2-icon-cyan {
  color: #0499b7;
  background: linear-gradient(145deg, #e1faff, #f6fdff);
}

.v2-icon-violet {
  color: #6c5fd6;
  background: linear-gradient(145deg, #eeebff, #faf9ff);
}

.v2-icon-green {
  color: #128d68;
  background: linear-gradient(145deg, #e3f8f0, #f7fdfb);
}

.v2-icon-amber {
  color: #b87812;
  background: linear-gradient(145deg, #fff2d9, #fffaf1);
}

.v2-icon-rose {
  color: #bd5273;
  background: linear-gradient(145deg, #ffe8ef, #fff8fa);
}

.v2-enhanced-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.v2-enhanced-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 160px;
  height: 160px;
  right: -92px;
  top: -92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,135,213,.09), transparent 70%);
  pointer-events: none;
}

.v2-enhanced-card:hover .v2-card-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.v2-card-icon {
  transition: transform .22s ease;
}

/* Service capability cards */
.v2-inner-page .capability-cards article > .v2-card-icon {
  margin-bottom: 27px;
}

.v2-inner-page .capability-cards article {
  min-height: 315px;
}

.v2-inner-page .capability-cards article p {
  max-width: 36rem;
}

/* Solutions */
.v2-page-solutions .pillar > .v2-card-icon {
  margin: 0;
}

.v2-page-solutions .pillar {
  align-items: start;
}

/* About timeline */
.v2-content-about .timeline-section .milestone {
  min-height: 230px;
}

.v2-content-about .v2-timeline-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
}

.v2-content-about .v2-timeline-icon svg {
  width: 22px;
  height: 22px;
}

/* Industry, career and security cards */
.v2-content-industries .industry-detail-grid article,
.v2-content-careers .career-grid article,
.v2-content-security-compliance .security-grid article {
  min-height: 345px;
}

.v2-content-industries .industry-detail-grid article > .v2-card-icon,
.v2-content-careers .career-grid article > .v2-card-icon,
.v2-content-security-compliance .security-grid article > .v2-card-icon {
  margin-bottom: 26px;
}

.v2-content-industries .industry-detail-grid p,
.v2-content-careers .career-grid p,
.v2-content-security-compliance .security-grid p {
  line-height: 1.72;
}

.v2-content-security-compliance .security-principles > div {
  min-height: 245px;
}

.v2-content-security-compliance .v2-principle-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 23px;
}

/* Case studies */
.v2-content-case-studies .case-study-detail {
  position: relative;
  overflow: hidden;
  border-color: #d5e6f3;
  background:
    radial-gradient(circle at 100% 0%, rgba(33,139,219,.06), transparent 30%),
    #fff;
}

.v2-content-case-studies .case-index {
  width: 58px;
  height: 58px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 12px 28px rgba(25,75,116,.12);
}

.v2-content-case-studies .case-index svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-content-case-studies .case-index small {
  font-size: 8px;
  font-weight: 850;
}

.v2-case-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 17px 0 21px;
}

.v2-case-focus span {
  padding: 7px 10px;
  border: 1px solid #d6e7f3;
  border-radius: 999px;
  background: #f4f9fd;
  color: #496a83;
  font-size: 10.5px;
  font-weight: 760;
}

.v2-content-case-studies .case-columns {
  margin-top: 0;
}

.v2-content-case-studies .case-columns > div {
  min-height: 235px;
  background:
    linear-gradient(145deg, rgba(248,252,255,.96), rgba(239,247,253,.9));
}

.v2-content-case-studies .case-columns > div > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #153e61;
  font-size: 13px;
}

.v2-content-case-studies .case-columns > div > strong svg {
  width: 18px;
  height: 18px;
  color: #176ed4;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Contact cards */
.v2-content-contact .contact-info-card > .v2-contact-info-icon {
  width: 43px;
  height: 43px;
  margin-bottom: 18px;
}

.v2-content-contact .contact-info-card {
  min-height: 185px;
}

/* Section polish */
.v2-content-page .section-heading,
.v2-inner-page .section-heading {
  position: relative;
}

.v2-content-page .section-heading::before,
.v2-inner-page .section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #176ed4, #10b3d3);
}

.v2-content-page .soft-section,
.v2-inner-page .soft-section {
  background:
    radial-gradient(circle at 90% 5%, rgba(26,150,217,.08), transparent 28%),
    #f4f9fe;
}

@media (max-width: 980px) {
  .v2-content-industries .industry-detail-grid article,
  .v2-content-careers .career-grid article,
  .v2-content-security-compliance .security-grid article {
    min-height: 315px;
  }
}

@media (max-width: 720px) {
  .v2-card-icon,
  .v2-timeline-icon {
    width: 46px;
    height: 46px;
  }

  .v2-content-about .timeline-section .milestone,
  .v2-content-industries .industry-detail-grid article,
  .v2-content-careers .career-grid article,
  .v2-content-security-compliance .security-grid article,
  .v2-content-security-compliance .security-principles > div {
    min-height: auto;
  }

  .v2-content-case-studies .case-columns > div {
    min-height: auto;
  }
}


/* ============================================================
   Solutions page refinement: coloured icons + font size pass
   ============================================================ */
.v2-ms-pillar-detail {
  display: grid;
  gap: 10px;
  margin: 18px 0 18px;
}

.v2-ms-pillar-detail > span {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #536f86;
  font-size: 13px;
  line-height: 1.58;
}

.v2-ms-pillar-detail svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  margin-top: 1px;
  color: #176ed4;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.v2-ms-pillar-detail b {
  font-weight: 650;
}

.v2-page-solutions .pillar {
  min-height: 615px;
}

.v2-page-solutions .pillar h2 {
  font-size: 29px;
  line-height: 1.18;
}

.v2-page-solutions .pillar p {
  font-size: 14.5px;
  line-height: 1.72;
}

.v2-page-solutions .tags.large,
.v2-page-solutions .capability-grid {
  gap: 8px;
  margin: 18px 0;
}

.v2-page-solutions .tags.large > span,
.v2-page-solutions .capability-grid > div {
  font-size: 11.25px;
  line-height: 1.45;
  padding: 9px 11px;
}

.v2-page-solutions .capability-grid > div {
  flex: 1 1 155px;
}

.v2-page-solutions .capability-grid strong {
  font-size: 12px;
  line-height: 1.3;
}

.v2-page-solutions .capability-grid small {
  font-size: 11.25px;
  line-height: 1.55;
}

.v2-page-solutions .pillar-link,
.v2-pillar-pay {
  font-size: 12px;
}

.v2-page-solutions .pillar > .v2-card-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}

.v2-page-solutions .pillar > .v2-card-icon svg {
  width: 26px;
  height: 26px;
}

.v2-page-solutions #enterprise > .v2-card-icon {
  color: #166fd1;
  background: linear-gradient(145deg, #e5f2ff, #f6fbff);
}

.v2-page-solutions #ai > .v2-card-icon {
  color: #6c5fd6;
  background: linear-gradient(145deg, #eeebff, #faf9ff);
}

.v2-page-solutions #engineering > .v2-card-icon {
  color: #0499b7;
  background: linear-gradient(145deg, #e1faff, #f6fdff);
}

.v2-page-solutions #infrastructure > .v2-card-icon {
  color: #128d68;
  background: linear-gradient(145deg, #e3f8f0, #f7fdfb);
}

.v2-page-solutions #growth > .v2-card-icon {
  color: #b87812;
  background: linear-gradient(145deg, #fff2d9, #fffaf1);
}

.v2-page-solutions #operations > .v2-card-icon {
  color: #bd5273;
  background: linear-gradient(145deg, #ffe8ef, #fff8fa);
}

@media (max-width: 1100px) {
  .v2-page-solutions .pillar {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .v2-ms-pillar-detail > span,
  .v2-page-solutions .pillar p {
    font-size: 13.5px;
  }

  .v2-page-solutions .capability-grid small,
  .v2-page-solutions .tags.large > span,
  .v2-page-solutions .capability-grid > div {
    font-size: 11px;
  }

  .v2-page-solutions .pillar h2 {
    font-size: 26px;
  }
}


/* ============================================================
   Industrial Technology hero action spacing
   ============================================================ */

.v2-page-industrial .service-hero-grid > div:first-child > .btn-primary {
  margin-top: 28px;
}

@media (max-width: 720px) {
  .v2-page-industrial .service-hero-grid > div:first-child > .btn-primary {
    margin-top: 24px;
  }
}
