/* Service directory: goal-based navigation, one featured solution and two distinct pairs. */
.services-hero { overflow: hidden; background: #fff; }
.services-hero__grid { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); align-items: center; gap: clamp(54px,7vw,110px); padding-block: clamp(88px,8vw,124px) clamp(96px,8vw,128px); }
.services-hero .home-kicker { display: inline-flex; width: max-content; margin-bottom: 27px; padding: 9px 16px; border: 1px solid #dcecf3; border-radius: var(--radius-control); background: #f5fbfd; }
.services-hero h1 { max-width: 640px; margin: 0 0 25px; color: #071b3b; font-size: clamp(2.5rem, 3.8vw, 3rem); font-weight: 600; line-height: 1.22; letter-spacing: -.04em; text-wrap: balance; }
.services-hero h1 span { color: #0b3d91; }
.services-hero__copy > p:not(.home-kicker) { max-width: 550px; margin: 0 0 31px; color: #52647d; font-size: 1.125rem; line-height: 1.65; }
.services-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.services-hero__routes { min-width: 0; padding: 25px; border: 1px solid #dce5ef; border-radius: var(--radius-lg); background: #f5f9fc; box-shadow: 0 18px 45px rgba(7,27,59,.06); }
.services-hero__routes > p { margin: 2px 5px 18px; color: #0b3d91; font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.services-hero__routes a { display: grid; grid-template-columns: 42px minmax(0,1fr) 28px; align-items: center; column-gap: 16px; padding: 21px 17px; border: 1px solid #dce5ef; border-radius: 11px; background: #fff; color: #071b3b; text-decoration: none; transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.services-hero__routes a + a { margin-top: 10px; }
.services-hero__routes a:hover { transform: translateX(3px); border-color: #b5dcd9; box-shadow: 0 8px 22px rgba(7,27,59,.06); }
.services-hero__routes a > span { display: grid; place-items: center; grid-row: span 2; width: 40px; height: 40px; border-radius: 9px; background: #e8faf6; color: #0b3d91; font-size: .68rem; font-weight: 700; }
.services-hero__routes strong { grid-column: 2; font-size: 1.06rem; line-height: 1.3; }
.services-hero__routes small { grid-column: 2; margin-top: 5px; color: #52647d; font-size: .8rem; line-height: 1.4; }
.services-hero__routes i { grid-column: 3; grid-row: 1/3; color: #0b3d91; font-size: 1.15rem; font-style: normal; }

.services-foundation { background: #f6f9fc; }
.services-commerce { background: #fff; }
.services-growth { background: #f6f9fc; }
.services-section__head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); align-items: end; gap: clamp(30px,7vw,105px); margin-bottom: 43px; }
.services-section__head h2 { max-width: 750px; margin: 0; color: #071b3b; font-size: var(--font-section-title); font-weight: 600; line-height: 1.27; letter-spacing: -.04em; text-wrap: balance; }
.services-section__head h2 span { color: #0b3d91; }
.services-section__head > p { max-width: 450px; margin: 0; color: #52647d; line-height: 1.7; }
.services-card__eyebrow { color: #0b3d91; font-size: .68rem; font-weight: 700; letter-spacing: .11em; }
.services-card__action { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; align-self: flex-start; margin-top: auto; padding: 12px 18px; border: 1px solid #d5e2ef; border-radius: var(--radius-control); background: #fff; color: #0b3d91; font-size: .87rem; font-weight: 600; transition: background .22s ease,color .22s ease,border-color .22s ease; }
.services-card__action > span { font-size: 1.1rem; font-weight: 400; line-height: 1; }
.services-feature:hover .services-card__action,.services-card:hover .services-card__action { border-color: #0b3d91; background: #0b3d91; color: #fff; }
.services-feature,.services-card { color: inherit; text-decoration: none; transition: transform .24s ease,box-shadow .24s ease,border-color .24s ease; }
.services-feature:hover,.services-card:hover { transform: translateY(-5px); border-color: #c3dbe9; box-shadow: 0 18px 45px rgba(7,27,59,.08); }
.services-feature:focus-visible,.services-card:focus-visible,.services-hero__routes a:focus-visible { outline: 3px solid #00c2a8; outline-offset: 4px; }
.services-feature { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); min-height: 380px; overflow: hidden; border: 1px solid #dce5ef; border-radius: var(--radius-lg); background: #fff; }
.services-feature__copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(30px,4vw,55px); }
.services-feature h3 { max-width: 430px; margin: 25px 0 16px; color: #071b3b; font-size: var(--font-card-feature-title); font-weight: 600; line-height: 1.25; letter-spacing: -.035em; }
.services-feature p { max-width: 440px; margin: 0 0 30px; color: #52647d; line-height: 1.7; }
.services-feature__visual { display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#e9f4ff,#e8faf6); }
.services-feature__visual img { display: block; width: 100%; max-width: 590px; height: 100%; max-height: 420px; padding: 12px; object-fit: contain; }

.services-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.services-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #dce5ef; border-radius: var(--radius-lg); background: #fff; }
.services-card__visual { display: grid; place-items: center; height: 260px; overflow: hidden; background: #eaf5ff; }
.services-card__visual img { display: block; width: 100%; height: 100%; object-fit: contain; }
.services-card--commerce .services-card__visual { background: #e9f5ff; }
.services-card--shopify .services-card__visual { background: #e9f9f6; }
.services-card--shopify .services-card__visual img { width: 94%; }
.services-card__copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 31px 34px 34px; }
.services-card h3 { max-width: 460px; margin: 17px 0 12px; color: #071b3b; font-size: var(--font-card-title); font-weight: 600; line-height: 1.28; letter-spacing: -.035em; }
.services-card p { max-width: 480px; margin: 0 0 30px; color: #52647d; line-height: 1.7; }
.services-card-grid--growth .services-card__copy { min-height: 255px; }
.services-card--seo .services-card__visual { background: #edf5ff; }
.services-landing-art { grid-template-columns: 31% 11% 52%; justify-content: center; align-items: center; gap: 0; padding: 25px; background: linear-gradient(130deg,#deedff,#e6faf5); }
.services-landing-art__ad { display: flex; flex-direction: column; width: 100%; height: 175px; padding: 20px; border: 1px solid #c9dfee; border-radius: 10px; background: #fff; box-shadow: 0 12px 28px rgba(7,27,59,.09); transform: rotate(-5deg); }
.services-landing-art__ad i,.services-landing-art__ad b,.services-landing-art__page i,.services-landing-art__page b { display: block; border-radius: 3px; }
.services-landing-art__ad i { width: 70%; height: 12px; margin-top: 30px; background: #0b3d91; }
.services-landing-art__ad b { width: 54%; height: 12px; margin-top: 9px; background: #4195c6; }
.services-landing-art__ad em { width: 50%; height: 23px; margin-top: auto; border-radius: var(--radius-control); background: #00b69f; }
.services-landing-art > span { justify-self: center; color: #00a99b; font-size: 2rem; }
.services-landing-art__page { display: flex; flex-direction: column; width: 100%; height: 205px; padding: 24px; border: 6px solid #fff; border-radius: 10px; background: #e9f5ff; box-shadow: 0 15px 34px rgba(7,27,59,.13); transform: rotate(3deg); }
.services-landing-art__page i { width: 73%; height: 18px; margin-top: 12px; background: #0b3d91; }
.services-landing-art__page b { width: 60%; height: 7px; margin-top: 14px; background: #bed5e6; }
.services-landing-art__page b + b { width: 77%; margin-top: 7px; }
.services-landing-art__page em { width: 50%; height: 23px; margin-top: auto; border-radius: var(--radius-control); background: #0b3d91; }
.services-page__editor-content { margin-top: 48px; }
.services-page section[id] { scroll-margin-top: 110px; }

@media (max-width: 959px) {
  .services-hero__grid,.services-section__head,.services-feature,.services-card-grid { grid-template-columns: 1fr; }
  .services-hero__grid { gap: 44px; padding-block: 82px 88px; }
  .services-hero__routes { max-width: 680px; width: 100%; }
  .services-section__head { gap: 17px; }
  .services-feature,.services-card-grid { max-width: 720px; }
  .services-feature__visual { min-height: 330px; }
  .services-card-grid { gap: 20px; }
}
@media (max-width: 639px) {
  .services-hero__grid { gap: 35px; padding-block: 64px; }
  .services-hero .home-kicker { padding: 8px 12px; font-size: .59rem; }
  .services-hero h1 { font-size: clamp(1.75rem, 7.5vw, 2.5rem); }
  .services-hero__copy > p:not(.home-kicker) { font-size: 1rem; }
  .services-hero__routes { padding: 16px; border-radius: var(--radius-md); }
  .services-hero__routes a { grid-template-columns: 36px minmax(0,1fr) 20px; gap: 10px; padding: 17px 13px; }
  .services-hero__routes a > span { width: 34px; height: 34px; border-radius: 7px; }
  .services-hero__routes strong { font-size: .96rem; }
  .services-hero__routes small { font-size: .72rem; }
  .services-section__head { margin-bottom: 30px; }
  .services-feature,.services-card { border-radius: var(--radius-md); }
  .services-feature__copy,.services-card__copy { padding: 25px; }
  .services-feature h3 { margin-top: 18px; font-size: var(--font-card-feature-title); }
  .services-feature__visual { min-height: 230px; }
  .services-card__visual { height: 205px; }
  .services-card h3 { font-size: var(--font-card-title); }
  .services-card-grid--growth .services-card__copy { min-height: 0; }
  .services-landing-art { padding: 15px; }
  .services-landing-art__ad { height: 130px; padding: 13px; }
  .services-landing-art__ad i { margin-top: 22px; }
  .services-landing-art__page { height: 155px; padding: 14px; }
  .services-page__editor-content { margin-top: 32px; }
}
@media (max-width: 359px) {
  .services-hero__actions { flex-direction: column; align-items: stretch; }
  .services-hero__actions .button,.services-hero__actions .home-hero__secondary { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .services-hero__routes a,.services-feature,.services-card,.services-card__action { transition: none; }
  .services-hero__routes a:hover,.services-feature:hover,.services-card:hover { transform: none; }
}
