@font-face {
  font-family: "Geist";
  src: url("assets/fonts/geist-variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.service-page {
  background: #050b17;
  color: #f7f9ff;
}

.service-page ::selection {
  background: #6556e8;
  color: #fff;
}

.service-page .main-nav .language-switch a {
  min-width: 34px;
  min-height: 32px;
  padding: 7px 8px;
  border: 0;
  border-radius: 7px;
  color: #b7c3d9;
  font-size: .72rem;
  font-weight: 720;
  line-height: 1.5;
  text-align: center;
}

.service-page .main-nav .language-switch a::after {
  display: none;
}

.service-page .main-nav .language-switch a[aria-current="page"] {
  background: #f7f9ff;
  color: #050b17;
}

.service-main {
  overflow: clip;
}

.service-hero {
  padding: 142px 0 88px;
  background:
    radial-gradient(circle at 82% 12%, rgba(101, 86, 232, .19), transparent 32rem),
    linear-gradient(180deg, #071020 0%, #050b17 100%);
}

.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(48px, 7vw, 108px);
  align-items: center;
}

.service-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #a8b5cf;
  font-size: .88rem;
}

.service-breadcrumb a {
  color: #dce3ef;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.service-hero h1 {
  max-width: 12ch;
  margin: 0;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.25rem, 5.5vw, 5.8rem);
  font-weight: 830;
  letter-spacing: -.04em;
  line-height: .98;
}

.service-hero-copy > p {
  max-width: 55ch;
  margin: 28px 0 0;
  color: #b7c3d9;
  font-size: clamp(1.04rem, 1.3vw, 1.2rem);
  line-height: 1.62;
}

.service-hero .hero-actions {
  margin-top: 34px;
}

.service-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 16px;
  background: #101d37;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.service-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.service-visual figcaption {
  position: absolute;
  inset: auto 18px 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(5, 11, 23, .9);
  color: #dce3ef;
  font-size: .9rem;
  line-height: 1.45;
  backdrop-filter: blur(14px);
}

.service-proofline {
  border-top: 1px solid rgba(183, 201, 231, .16);
  border-bottom: 1px solid rgba(183, 201, 231, .16);
  background: #071020;
}

.service-proofline-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-proofline p {
  margin: 0;
  padding: 26px 28px;
  border-right: 1px solid rgba(183, 201, 231, .16);
  color: #a8b5cf;
  line-height: 1.5;
}

.service-proofline p:first-child {
  padding-left: 0;
}

.service-proofline p:last-child {
  border-right: 0;
}

.service-proofline strong {
  display: block;
  margin-bottom: 5px;
  color: #f7f9ff;
}

.answer-section {
  background: #e9eef7;
  color: #0a1427;
}

.answer-inner {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 128px);
  padding: clamp(76px, 9vw, 132px) 0;
}

.answer-inner h2,
.service-section h2,
.service-close h2 {
  margin: 0;
  font-family: "Geist", ui-sans-serif, system-ui, sans-serif;
  font-weight: 790;
  letter-spacing: -.035em;
  line-height: 1.03;
}

.answer-inner h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 4.4vw, 4.7rem);
}

.direct-answer {
  align-self: end;
  max-width: 68ch;
}

.direct-answer > p:first-child {
  margin-top: 0;
  color: #111f38;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 650;
  line-height: 1.42;
}

.direct-answer p {
  color: #35435a;
  line-height: 1.72;
}

.service-section {
  padding: clamp(86px, 10vw, 148px) 0;
  background: #071020;
}

.service-section:nth-of-type(even) {
  background: #081326;
}

.service-section h2 {
  max-width: 14ch;
  font-size: clamp(2.55rem, 4.8vw, 5rem);
}

.service-section > .shell > p,
.service-heading p {
  max-width: 67ch;
  margin: 24px 0 0;
  color: #a8b5cf;
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-scope {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 22px;
  margin-top: 54px;
}

.scope-feature,
.scope-list {
  border-radius: 16px;
  background: #101d37;
}

.scope-feature {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 5vw, 62px);
  background: #101d37;
}

.scope-feature-websites { background: linear-gradient(180deg, rgba(7, 16, 32, .06), rgba(7, 16, 32, .96)), url("assets/service-website-v2.jpg") center / cover no-repeat; }
.scope-feature-web-apps { background: linear-gradient(180deg, rgba(7, 16, 32, .06), rgba(7, 16, 32, .96)), url("assets/service-tools-v2.jpg") center / cover no-repeat; }
.scope-feature-agents { background: linear-gradient(180deg, rgba(7, 16, 32, .06), rgba(7, 16, 32, .96)), url("assets/service-agent-v2.jpg") center / cover no-repeat; }
.scope-feature-automation { background: linear-gradient(180deg, rgba(7, 16, 32, .06), rgba(7, 16, 32, .96)), url("assets/service-automation-v2.jpg") center / cover no-repeat; }
.scope-feature-augsburg { background: linear-gradient(180deg, rgba(7, 16, 32, .06), rgba(7, 16, 32, .96)), url("assets/process-worktable-v1.jpg") center / cover no-repeat; }

.scope-feature h3 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.35rem);
  letter-spacing: -.03em;
  line-height: 1.02;
}

.scope-feature p {
  max-width: 52ch;
  margin: 18px 0 0;
  color: #c9d3e5;
  line-height: 1.65;
}

.scope-list {
  display: grid;
  align-content: start;
  padding: 12px clamp(24px, 3vw, 38px);
}

.scope-list article {
  padding: 28px 0;
  border-bottom: 1px solid rgba(183, 201, 231, .14);
}

.scope-list article:last-child {
  border-bottom: 0;
}

.scope-list h3 {
  margin: 0 0 8px;
  color: #f7f9ff;
  font-size: 1.15rem;
}

.scope-list p {
  margin: 0;
  color: #a8b5cf;
  line-height: 1.58;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  background: rgba(183, 201, 231, .16);
}

.process-grid article {
  min-height: 250px;
  padding: clamp(28px, 4vw, 48px);
  background: #081326;
}

.process-grid h3 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  letter-spacing: -.025em;
}

.process-grid p {
  max-width: 48ch;
  margin: 0;
  color: #a8b5cf;
  line-height: 1.68;
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 96px);
  margin-top: 56px;
}

.decision-grid h3 {
  margin: 0 0 18px;
  font-size: 1.45rem;
}

.decision-grid p,
.decision-grid li {
  color: #a8b5cf;
  line-height: 1.68;
}

.decision-grid ul {
  margin: 0;
  padding-left: 1.2em;
}

.decision-grid li + li {
  margin-top: 10px;
}

.service-faq {
  max-width: 960px;
  margin-top: 54px;
}

.service-faq details {
  border-bottom: 1px solid rgba(183, 201, 231, .18);
}

.service-faq summary {
  cursor: pointer;
  padding: 24px 40px 24px 0;
  color: #f7f9ff;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  font-weight: 670;
}

.service-faq details p {
  max-width: 70ch;
  margin: -4px 0 28px;
  color: #a8b5cf;
  line-height: 1.7;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.related-links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 14px;
  background: #101d37;
  color: #f7f9ff;
  font-weight: 700;
  text-decoration: none;
}

.related-links a:hover {
  background: #142341;
}

.service-close {
  padding: clamp(78px, 10vw, 136px) 0;
  background: #6556e8;
  color: #fff;
}

.service-close-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
}

.service-close h2 {
  max-width: 14ch;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
}

.service-close p {
  max-width: 60ch;
  margin: 22px 0 0;
  color: #fff;
  line-height: 1.65;
}

.service-close .button {
  background: #f7f9ff;
  color: #101d37;
}

.service-close .button:hover {
  background: #e9eef7;
}

.service-meta {
  margin-top: 42px;
  color: #8292ad;
  font-size: .88rem;
}

@media (max-width: 1020px) {
  .service-hero-grid,
  .service-scope,
  .answer-inner {
    grid-template-columns: 1fr;
  }

  .service-visual,
  .service-visual img {
    min-height: 410px;
  }

  .answer-inner h2 {
    max-width: 14ch;
  }

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

@media (max-width: 700px) {
  .service-hero {
    padding: 112px 0 62px;
  }

  .service-hero-grid {
    gap: 40px;
  }

  .service-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .service-visual,
  .service-visual img {
    min-height: 330px;
  }

  .service-proofline-inner,
  .process-grid,
  .decision-grid,
  .service-close-inner {
    grid-template-columns: 1fr;
  }

  .service-proofline p,
  .service-proofline p:first-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(183, 201, 231, .16);
  }

  .service-proofline p:last-child {
    border-bottom: 0;
  }

  .scope-feature {
    min-height: 390px;
  }

  .process-grid article {
    min-height: auto;
  }

  .related-links {
    grid-template-columns: 1fr;
  }

  .related-links a {
    min-height: 118px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .service-visual figcaption {
    background: #071020;
    backdrop-filter: none;
  }
}

@media (max-width: 960px) {
  .service-hero-grid,
  .answer-inner,
  .service-scope,
  .service-close-inner {
    grid-template-columns: 1fr;
  }

  .service-hero {
    padding-top: 118px;
  }

  .service-visual,
  .service-visual img {
    min-height: 390px;
  }

  .answer-inner h2 {
    max-width: 13ch;
  }

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

@media (max-width: 620px) {
  .service-hero {
    padding: 104px 0 58px;
  }

  .service-hero-grid {
    gap: 38px;
  }

  .service-hero h1 {
    font-size: clamp(2.75rem, 13.5vw, 4rem);
  }

  .service-visual,
  .service-visual img {
    min-height: 310px;
  }

  .service-visual figcaption {
    inset: auto 12px 12px;
  }

  .service-proofline-inner,
  .process-grid,
  .decision-grid,
  .related-links {
    grid-template-columns: 1fr;
  }

  .service-proofline p,
  .service-proofline p:first-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(183, 201, 231, .16);
  }

  .service-proofline p:last-child {
    border-bottom: 0;
  }

  .answer-inner {
    padding: 68px 0;
  }

  .scope-feature {
    min-height: 360px;
    padding: 28px;
  }

  .process-grid article {
    min-height: 0;
  }

  .service-close .button {
    justify-self: start;
  }
}
