/* PRO IT Consulting — production offer asset. */

.service-hero--subpage {
  padding: calc(var(--header-height) + 38px) 0 66px;
}

.service-hero--subpage .service-hero__grid {
  grid-template-columns: minmax(0,.94fr) minmax(430px,.76fr);
  gap: clamp(46px,5vw,78px);
}

.service-hero--subpage .breadcrumbs {
  margin-bottom: 28px;
}

.service-hero--subpage h1 {
  max-width: 680px;
  font-size: clamp(48px,4.6vw,74px);
  letter-spacing: -.057em;
  line-height: 1.02;
}

.service-hero--subpage .service-hero__lead {
  max-width: 640px;
  margin-top: 24px;
  font-size: clamp(16px,1.25vw,19px);
}

.service-hero--subpage .service-hero__actions {
  margin-top: 28px;
}

.service-hero--subpage .service-hero__proof {
  margin-top: 28px;
}

.service-hero--subpage .process-visual {
  width: 100%;
  max-width: 590px;
  justify-self: end;
}

.service-hero--subpage .process-visual__body {
  min-height: 380px;
}

.automation-problems {
  padding-block: clamp(76px,7vw,112px);
}

.automation-problems .section-head {
  margin-bottom: clamp(34px,4vw,54px);
}

.automation-problems .section-head h2 {
  max-width: 820px;
  font-size: clamp(38px,4.2vw,60px);
}

.automation-problems .problem-card {
  min-height: 278px;
}

.automation-problems .problem-card h3 {
  margin-top: 48px;
  font-size: clamp(24px,2vw,31px);
}

.automation-shift {
  padding-block: clamp(78px,7.2vw,116px);
}

.automation-shift .section-head {
  margin-bottom: clamp(38px,4.5vw,62px);
}

.automation-shift .section-head h2 {
  max-width: 820px;
  font-size: clamp(38px,4.2vw,60px);
}

.automation-shift .section-head h2 span {
  color: #9085d8;
}

.automation-shift__grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 92px minmax(0,1fr);
  align-items: center;
  gap: 22px;
}

.automation-shift__panel {
  min-height: 438px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  padding: clamp(26px,3vw,40px);
}

.automation-shift__panel--before {
  background: rgba(7,10,28,.28);
}

.automation-shift__panel--after {
  border-color: rgba(102,170,255,.27);
  background:
    radial-gradient(circle at 100% 0%,rgba(86,108,255,.14),transparent 42%),
    rgba(21,18,76,.68);
  box-shadow: 0 28px 70px rgba(2,3,18,.22);
}

.automation-shift__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding-bottom: 20px;
}

.automation-shift__panel-head > span {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: #a9b5ca;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.automation-shift__panel--after .automation-shift__panel-head > span {
  border-color: rgba(82,226,167,.26);
  background: rgba(82,226,167,.08);
  color: #79e8bb;
}

.automation-shift__panel-head strong {
  color: #eef4fc;
  font-size: 15px;
}

.automation-shift__flow {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.automation-shift__flow li {
  position: relative;
  display: grid;
  min-height: 42px;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 11px;
  background: rgba(255,255,255,.025);
  padding: 6px 12px 6px 7px;
  color: #c5d0df;
  font-size: 13px;
}

.automation-shift__flow li i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: #8090a8;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

.automation-shift__panel--after .automation-shift__flow li {
  border-color: rgba(92,157,255,.15);
  background: rgba(72,112,255,.045);
}

.automation-shift__panel--after .automation-shift__flow li i {
  background: rgba(79,168,255,.13);
  color: #75c2ff;
}

.automation-shift__panel--after .automation-shift__flow li::after {
  position: absolute;
  right: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #52e2a7;
  box-shadow: 0 0 14px rgba(82,226,167,.75);
  content: "";
  animation: automationFlowPulse 2.2s ease-in-out infinite;
}

.automation-shift__panel--after .automation-shift__flow li:nth-child(2)::after {
  animation-delay: .25s;
}

.automation-shift__panel--after .automation-shift__flow li:nth-child(3)::after {
  animation-delay: .5s;
}

.automation-shift__panel--after .automation-shift__flow li:nth-child(4)::after {
  animation-delay: .75s;
}

.automation-shift__panel--after .automation-shift__flow li:nth-child(5)::after {
  animation-delay: 1s;
}

.automation-shift__panel > p {
  margin: 22px 0 0;
  color: #9eacd0;
  font-size: 13px;
}

.automation-shift__direction {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #76bdff;
}

.automation-shift__direction span {
  font-size: 34px;
}

.automation-shift__direction small {
  color: #8f87b9;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.automation-proof {
  padding-block: clamp(78px,7.2vw,116px);
}

.automation-proof .section-head {
  margin-bottom: clamp(38px,4.5vw,62px);
}

.automation-proof .section-head h2 {
  max-width: 820px;
  font-size: clamp(38px,4.2vw,60px);
}

.automation-proof .section-head h2 span {
  color: #477c7c;
}

.automation-proof__card {
  display: grid;
  grid-template-columns: minmax(0,1.42fr) minmax(340px,.58fr);
  overflow: hidden;
  border: 1px solid rgba(10,35,47,.13);
  border-radius: 26px;
  background: #0a1727;
  box-shadow: 0 28px 72px rgba(29,67,69,.18);
}

.automation-proof__media {
  min-width: 0;
  align-self: center;
  margin: clamp(22px,2.7vw,40px) 0 clamp(22px,2.7vw,40px) clamp(22px,2.7vw,40px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  background: #14243a;
  box-shadow: 0 24px 55px rgba(0,0,0,.32);
}

.automation-proof__bar {
  display: grid;
  min-height: 46px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  padding: 0 16px;
  color: #8191a9;
}

.automation-proof__bar > span {
  display: flex;
  gap: 5px;
}

.automation-proof__bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #496079;
}

.automation-proof__bar i:nth-child(2) {
  background: #766a9a;
}

.automation-proof__bar i:nth-child(3) {
  background: #4f8a82;
}

.automation-proof__bar small {
  font-size: 9px;
}

.automation-proof__bar strong {
  justify-self: end;
  color: #69d9ad;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.automation-proof__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.automation-proof__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px,4vw,58px);
  color: #eef4fc;
}

.automation-proof__label {
  margin: 0 0 17px;
  color: #79c4ff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.automation-proof__copy h3 {
  margin: 0;
  font-size: clamp(29px,2.8vw,44px);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.automation-proof__copy ol {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.automation-proof__copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 15px 0;
}

.automation-proof__copy li > span {
  color: #69bfff;
  font-size: 10px;
  font-weight: 850;
}

.automation-proof__copy li div {
  display: grid;
  gap: 4px;
}

.automation-proof__copy li strong {
  font-size: 14px;
}

.automation-proof__copy li small {
  color: #a7b6ca;
  font-size: 12px;
  line-height: 1.5;
}

.automation-proof__note {
  margin: 13px 0 0;
  color: #77889e;
  font-size: 11px;
}

.automation-delivery {
  padding-block: clamp(78px,7.2vw,116px);
}

.automation-delivery .section-head {
  margin-bottom: clamp(38px,4.5vw,62px);
}

.automation-delivery .section-head h2 {
  max-width: 850px;
  font-size: clamp(38px,4.2vw,60px);
}

.automation-delivery .section-head h2 span {
  color: #68758a;
}

.automation-delivery__grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}

.automation-delivery__card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  border: 1px solid rgba(11,28,47,.13);
  border-radius: 21px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.92),rgba(238,243,249,.78));
  padding: clamp(24px,2.4vw,34px);
  box-shadow: 0 20px 52px rgba(34,53,77,.08);
}

.automation-delivery__card > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #0b1a2d;
  color: #72c4ff;
  font-size: 10px;
  font-weight: 850;
}

.automation-delivery__card h3 {
  margin: 0;
  color: #0b1a2d;
  font-size: clamp(22px,1.7vw,28px);
  letter-spacing: -.035em;
  line-height: 1.06;
}

.automation-delivery__card p {
  margin: 14px 0 0;
  color: #56677b;
  font-size: 14px;
  line-height: 1.55;
}

.automation-faq {
  padding-block: clamp(74px,7vw,108px);
}

.automation-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(520px,1.28fr);
  align-items: start;
  gap: clamp(54px,8vw,132px);
}

.automation-faq__intro {
  position: static;
}

.automation-faq__intro h2 {
  max-width: 560px;
  margin: 0;
  color: #f2f5fb;
  font-size: clamp(38px,4.2vw,60px);
  letter-spacing: -.055em;
  line-height: .98;
}

.automation-faq__intro h2 span {
  display: block;
  margin-top: .12em;
  color: #7385a1;
}

.automation-faq__intro > p:last-child {
  max-width: 500px;
  margin: 25px 0 0;
  color: #9eacc0;
  font-size: 15px;
  line-height: 1.65;
}

.automation-faq__list {
  align-self: center;
  border-top: 1px solid rgba(255,255,255,.12);
}

.automation-faq details {
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.automation-faq summary {
  position: relative;
  display: grid;
  min-height: 82px;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 22px;
  color: #e7edf6;
  font-size: clamp(16px,1.35vw,19px);
  font-weight: 750;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.automation-faq summary::-webkit-details-marker {
  display: none;
}

.automation-faq summary > span {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(125,176,255,.22);
  border-radius: 50%;
}

.automation-faq summary > span::before,
.automation-faq summary > span::after {
  position: absolute;
  width: 12px;
  height: 1px;
  background: #77b5ff;
  content: "";
  transition: transform .24s ease;
}

.automation-faq summary > span::after {
  transform: rotate(90deg);
}

.automation-faq details[open] summary > span::after {
  transform: rotate(0);
}

.automation-faq details > div {
  padding: 0 58px 24px 0;
}

.automation-faq details p {
  max-width: 680px;
  margin: 0;
  color: #a9b7ca;
  font-size: 14px;
  line-height: 1.65;
}

.automation-contact {
  padding-block: clamp(72px,7vw,108px);
}

.automation-contact .contact-cta__box {
  min-height: 0;
  grid-template-columns: minmax(0,1fr) auto;
  gap: clamp(42px,7vw,110px);
  padding: clamp(46px,5.5vw,76px);
}

.automation-contact h2 {
  max-width: 900px;
  font-size: clamp(38px,4.4vw,62px);
}

.automation-contact .contact-cta__actions {
  min-width: 230px;
}

.automation-contact .button {
  white-space: nowrap;
}

.automation-footer__spacer {
  visibility: hidden;
}

@keyframes automationFlowPulse {
  0%,100% {
    transform: scale(.75);
    opacity: .42;
  }

  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}

@media (max-width:1120px) {
  .service-hero--subpage .service-hero__grid {
    grid-template-columns: 1fr;
  }

  .service-hero--subpage .service-hero__copy {
    max-width: 780px;
  }

  .service-hero--subpage .process-visual {
    max-width: 760px;
    justify-self: stretch;
  }

  .automation-problems .problem-card {
    min-height: 260px;
  }

  .automation-shift__grid {
    grid-template-columns: 1fr;
  }

  .automation-shift__direction {
    padding-block: 2px;
  }

  .automation-shift__direction span {
    transform: rotate(90deg);
  }

  .automation-shift__panel {
    min-height: 0;
  }

  .automation-proof__card {
    grid-template-columns: 1fr;
  }

  .automation-proof__media {
    margin-right: clamp(22px,2.7vw,40px);
  }

  .automation-delivery__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .automation-delivery__card {
    min-height: 240px;
  }

  .automation-faq__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .automation-faq__intro {
    position: static;
  }

  .automation-contact .contact-cta__box {
    grid-template-columns: 1fr;
  }
}

@media (max-width:920px) {
  .service-hero--subpage {
    padding-top: calc(var(--header-height) + 54px);
  }

  .automation-footer__spacer {
    display: none;
  }
}

@media (max-width:640px) {
  .service-hero--subpage h1 {
    font-size: clamp(43px,13vw,60px);
  }

  .service-hero--subpage .process-visual__body {
    min-height: 500px;
  }

  .automation-shift__panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .automation-proof__media {
    margin: 14px;
  }

  .automation-proof__bar {
    grid-template-columns: 1fr auto;
  }

  .automation-proof__bar small {
    display: none;
  }

  .automation-proof__copy {
    padding: 28px 22px 34px;
  }

  .automation-delivery__grid {
    grid-template-columns: 1fr;
  }

  .automation-delivery__card {
    min-height: 0;
    gap: 30px;
  }

  .automation-contact .contact-cta__actions,
  .automation-contact .button {
    width: 100%;
  }

}

@media (prefers-reduced-motion:reduce) {
  .automation-shift__panel--after .automation-shift__flow li::after {
    animation: none;
    opacity: 1;
  }
}

.automation-problems .section-head h2,
.automation-shift .section-head h2,
.automation-proof .section-head h2,
.automation-delivery .section-head h2 {
  line-height: 1.06;
}
