.service-page {
  background: #f4f7f5;
}

.service-page .topbar {
  position: absolute;
}

.service-page .topbar nav {
  gap: 28px;
}

.service-page .language-links span {
  opacity: 0.55;
}

.related-services {
  display: grid;
  padding: 34px;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: #102b46;
  color: white;
}

.related-services-label {
  color: var(--accent-on-dark);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.related-services > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.related-services a,
.related-services strong {
  display: flex;
  min-height: 76px;
  padding: 16px 14px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.related-services a:first-child,
.related-services strong:first-child {
  border-left: 0;
}

.related-services a {
  color: #cfdae0;
  transition: background 0.2s, color 0.2s;
}

.related-services a:hover {
  background: rgba(121, 168, 255, 0.13);
  color: white;
}

.related-services strong {
  background: var(--accent);
  color: white;
}

.service-hero {
  display: grid;
  min-height: 860px;
  padding: 150px 34px 54px;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  grid-template-rows: 1fr auto;
  gap: 54px 70px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 84% 33%, rgba(20, 104, 255, 0.13), transparent 31%),
    radial-gradient(circle at 13% 18%, rgba(185, 77, 0, 0.13), transparent 26%),
    #f8faf8;
}

.service-hero-copy,
.service-map {
  min-width: 0;
}

.breadcrumbs {
  display: flex;
  margin: 0 0 54px;
  padding: 0;
  gap: 10px;
  color: #5c6970;
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 600;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 10px;
  color: var(--accent);
  content: "/";
}

.service-eyebrow,
.service-section-kicker {
  margin: 0;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.service-partner-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.kommo-partner-badge {
  display: block;
  width: 159px;
  height: 60px;
  flex: none;
}

.cscart-reseller-badge {
  display: flex;
  width: 190px;
  min-height: 60px;
  padding: 9px 12px;
  align-items: center;
  flex: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(16, 43, 70, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(44, 75, 95, 0.08);
}

.cscart-reseller-badge img {
  display: block;
  width: 125px;
  height: 30px;
}

.cscart-reseller-badge span {
  color: #4f5f68;
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.service-hero h1 {
  max-width: 980px;
  margin: 34px 0 36px;
  font-size: clamp(4rem, 6.9vw, 7.8rem);
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.service-hero h1 span,
.service-section-head h2 span {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--cyan);
}

.service-hero-lead {
  max-width: 820px;
  margin: 0;
  color: #3e4c55;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 600;
  line-height: 1.55;
}

.service-hero-note {
  max-width: 720px;
  margin: 28px 0 0;
  color: #65737a;
  font-size: 0.9rem;
  line-height: 1.7;
}

.service-actions {
  display: flex;
  margin-top: 42px;
  align-items: center;
  gap: 28px;
}

.service-primary-action,
.service-secondary-action {
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
}

.service-primary-action {
  padding: 18px 22px;
  background: var(--accent);
  color: white;
  box-shadow: 0 12px 30px rgba(185, 77, 0, 0.19);
}

.service-secondary-action {
  color: #536169;
}

.service-map {
  display: flex;
  position: relative;
  min-height: 590px;
  padding: 34px;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #b9c9c4;
  background:
    linear-gradient(rgba(203, 214, 210, 0.48) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 214, 210, 0.48) 1px, transparent 1px),
    rgba(255, 255, 255, 0.78);
  background-size: 42px 42px;
  box-shadow: 0 30px 90px rgba(44, 75, 95, 0.09);
}

.service-map::before,
.service-map::after {
  position: absolute;
  border: 1px solid rgba(20, 104, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.service-map::before {
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -50%);
}

.service-map::after {
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
}

.service-map-label {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: #59676e;
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
}

.service-map-row {
  display: grid;
  position: relative;
  z-index: 1;
  min-height: 112px;
  padding: 20px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #bdcbc7;
  background: rgba(255, 255, 255, 0.88);
}

.service-map-row:last-child {
  border-bottom: 1px solid #bdcbc7;
}

.service-map-row strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 1.4rem;
}

.service-map-row b {
  display: block;
  font-size: 1.05rem;
}

.service-map-row small {
  display: block;
  margin-top: 5px;
  color: #637179;
  font-size: 0.73rem;
  font-weight: 600;
}

.service-map-row span {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 1.1rem;
}

.service-map-row .service-map-marker {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(20, 104, 255, 0.09);
}

.service-commerce .service-map-row {
  overflow: hidden;
  color: inherit;
  animation: commerce-model-signal 7.2s ease-in-out infinite;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.service-commerce .service-map-row:nth-of-type(2) {
  animation-delay: 0.62s;
}

.service-commerce .service-map-row:nth-of-type(3) {
  animation-delay: 1.24s;
}

.service-commerce .service-map-row span {
  transition: transform 0.24s ease;
}

.service-commerce .service-map-row:focus-visible {
  z-index: 2;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.service-commerce .service-model {
  scroll-margin-top: 24px;
  transition:
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

@keyframes commerce-model-signal {
  0%, 8%, 31%, 100% {
    box-shadow: inset 0 0 0 rgba(185, 77, 0, 0);
  }
  14%, 22% {
    box-shadow:
      inset 4px 0 0 var(--accent),
      0 10px 28px rgba(39, 66, 81, 0.08);
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-commerce .service-map-row:hover,
  .service-commerce .service-map-row:focus-visible {
    z-index: 2;
    border-color: rgba(20, 104, 255, 0.42);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(39, 66, 81, 0.16);
    transform: translateX(8px);
  }

  .service-commerce .service-map-row:hover span,
  .service-commerce .service-map-row:focus-visible span {
    transform: translateX(4px);
  }

  .service-commerce .service-model:hover {
    z-index: 1;
    box-shadow: 0 32px 75px rgba(39, 66, 81, 0.17);
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-commerce .service-map-row,
  .service-commerce .service-map-row span,
  .service-commerce .service-model {
    animation: none;
    transition: none;
  }

  .service-commerce .service-map-row:hover,
  .service-commerce .service-map-row:focus-visible,
  .service-commerce .service-model:hover {
    transform: none;
  }
}

.service-crm .service-map-row {
  overflow: hidden;
  color: inherit;
  animation: crm-lead-flow 7.2s ease-in-out infinite;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.service-crm .service-map-row:nth-of-type(2) {
  animation-delay: 0.62s;
}

.service-crm .service-map-row:nth-of-type(3) {
  animation-delay: 1.24s;
}

.service-crm .service-map-row span {
  transition: transform 0.24s ease;
}

.service-crm .service-map-row:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.service-crm .service-model {
  scroll-margin-top: 24px;
}

@keyframes crm-lead-flow {
  0%, 8%, 31%, 100% {
    box-shadow: inset 0 0 0 rgba(20, 104, 255, 0);
  }
  14%, 22% {
    box-shadow:
      inset 4px 0 0 var(--cyan),
      0 10px 28px rgba(20, 104, 255, 0.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-crm .service-map-row:hover,
  .service-crm .service-map-row:focus-visible {
    z-index: 2;
    border-color: rgba(20, 104, 255, 0.42);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(39, 66, 81, 0.16);
    transform: translateX(8px);
  }

  .service-crm .service-map-row:hover span,
  .service-crm .service-map-row:focus-visible span {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-crm .service-map-row,
  .service-crm .service-map-row span {
    animation: none;
    transition: none;
  }

  .service-crm .service-map-row:hover,
  .service-crm .service-map-row:focus-visible {
    transform: none;
  }
}

.service-operations .service-map-row {
  overflow: hidden;
  color: inherit;
  animation: operations-cycle-flow 7.2s ease-in-out infinite;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.service-operations .service-map-row:nth-of-type(2) {
  animation-delay: 0.62s;
}

.service-operations .service-map-row:nth-of-type(3) {
  animation-delay: 1.24s;
}

.service-operations .service-map-row span {
  transition: transform 0.24s ease;
}

.service-operations .service-map-row:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.service-operations .service-model {
  scroll-margin-top: 24px;
}

@keyframes operations-cycle-flow {
  0%, 8%, 31%, 100% {
    box-shadow: inset 0 0 0 rgba(185, 77, 0, 0);
  }
  14%, 22% {
    box-shadow:
      inset 4px 0 0 var(--accent),
      0 10px 28px rgba(185, 77, 0, 0.09);
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-operations .service-map-row:hover,
  .service-operations .service-map-row:focus-visible {
    z-index: 2;
    border-color: rgba(185, 77, 0, 0.4);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(39, 66, 81, 0.16);
    transform: translateX(8px);
  }

  .service-operations .service-map-row:hover span,
  .service-operations .service-map-row:focus-visible span {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-operations .service-map-row,
  .service-operations .service-map-row span {
    animation: none;
    transition: none;
  }

  .service-operations .service-map-row:hover,
  .service-operations .service-map-row:focus-visible {
    transform: none;
  }
}

.service-proof-strip {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #c5d1cd;
  background: rgba(255, 255, 255, 0.7);
}

.service-proof-strip > div,
.service-proof-strip > a {
  display: block;
  min-height: 96px;
  padding: 24px;
  border-left: 1px solid #c5d1cd;
}

.service-proof-strip > :first-child {
  border-left: 0;
}

.service-proof-strip strong,
.service-proof-strip span {
  display: block;
}

.service-proof-strip strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.74rem;
}

.service-proof-strip span {
  margin-top: 8px;
  color: #4a5961;
  font-size: 0.78rem;
  font-weight: 600;
}

.service-ai-commerce .service-map-row {
  animation: ai-discovery-flow 7.2s ease-in-out infinite;
}

.service-ai-commerce .service-map-row:nth-of-type(2) {
  animation-delay: 0.62s;
}

.service-ai-commerce .service-map-row:nth-of-type(3) {
  animation-delay: 1.24s;
}

.service-ai-commerce .service-map-row span {
  animation: ai-discovery-arrow 7.2s ease-in-out infinite;
}

.service-ai-commerce .service-map-row:nth-of-type(2) span {
  animation-delay: 0.62s;
}

.service-ai-commerce .service-map-row:nth-of-type(3) span {
  animation-delay: 1.24s;
}

.service-ai-commerce .service-proof-link {
  color: inherit;
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.service-ai-commerce .service-proof-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.service-ai-commerce .service-model {
  scroll-margin-top: 24px;
}

@keyframes ai-discovery-flow {
  0%, 8%, 31%, 100% {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
  }
  14%, 22% {
    background: #ffffff;
    box-shadow:
      inset 4px 0 0 var(--cyan),
      0 12px 30px rgba(20, 104, 255, 0.1);
  }
}

@keyframes ai-discovery-arrow {
  0%, 8%, 31%, 100% {
    opacity: 0.62;
    translate: none;
  }
  14%, 22% {
    opacity: 1;
    translate: 5px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-ai-commerce .service-proof-link:hover {
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(39, 66, 81, 0.13);
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-ai-commerce .service-map-row,
  .service-ai-commerce .service-map-row span,
  .service-ai-commerce .service-proof-link {
    animation: none;
    transition: none;
  }

  .service-ai-commerce .service-proof-link:hover {
    transform: none;
  }
}

.service-ai .service-map-row {
  animation: ai-agent-process 7.2s ease-in-out infinite;
}

.service-ai .service-map-row:nth-of-type(2) {
  animation-delay: 0.62s;
}

.service-ai .service-map-row:nth-of-type(3) {
  animation-delay: 1.24s;
}

.service-ai .service-map-row span {
  animation: ai-agent-arrow 7.2s ease-in-out infinite;
}

.service-ai .service-map-row:nth-of-type(2) span {
  animation-delay: 0.62s;
}

.service-ai .service-map-row:nth-of-type(3) span {
  animation-delay: 1.24s;
}

.service-ai .service-proof-link {
  color: inherit;
  transition:
    background 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.service-ai .service-proof-link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

@keyframes ai-agent-process {
  0%, 8%, 31%, 100% {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
  }
  14%, 22% {
    background: #ffffff;
    box-shadow:
      inset 4px 0 0 var(--cyan),
      0 12px 30px rgba(20, 104, 255, 0.1);
  }
}

@keyframes ai-agent-arrow {
  0%, 8%, 31%, 100% {
    opacity: 0.62;
    translate: none;
  }
  14%, 22% {
    opacity: 1;
    translate: 5px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .service-ai .service-proof-link:hover {
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(39, 66, 81, 0.13);
    transform: translateY(-5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-ai .service-map-row,
  .service-ai .service-map-row span,
  .service-ai .service-proof-link {
    animation: none;
    transition: none;
  }

  .service-ai .service-proof-link:hover {
    transform: none;
  }
}

.service-decision,
.service-platform,
.service-delivery,
.service-proof,
.service-faq {
  padding: 125px 34px;
}

.service-section-head {
  display: grid;
  grid-template-columns: 190px minmax(0, 1.2fr) minmax(300px, 0.68fr);
  gap: 42px;
  align-items: end;
}

.service-section-head h2 {
  margin: 0;
  font-size: clamp(3.3rem, 5.5vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.service-section-intro {
  margin: 0;
  color: #4e5d65;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.67;
}

.service-model-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  box-shadow: 0 24px 80px rgba(39, 66, 81, 0.1);
}

.service-model {
  display: flex;
  min-width: 0;
  min-height: 620px;
  padding: 34px;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.92);
}

.service-model-main {
  background:
    radial-gradient(circle at 92% 4%, rgba(20, 104, 255, 0.25), transparent 31%),
    #102b46;
  color: white;
}

.service-model-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--mono);
}

.service-model-top small {
  color: #68757d;
  font-size: 0.68rem;
  font-weight: 700;
}

.service-model-main .service-model-top small {
  color: #c5d5dc;
}

.service-model-top strong {
  color: var(--accent);
  font-size: 0.78rem;
}

.service-model-main .service-model-top strong {
  color: var(--accent-on-dark);
}

.service-model h3 {
  margin: 115px 0 28px;
  font-size: clamp(2.7rem, 3.8vw, 4.7rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.service-model > p {
  margin: 0;
  color: #516069;
  font-size: 0.94rem;
  line-height: 1.66;
}

.service-model-main > p {
  color: #d3dfe5;
}

.service-model ul,
.platform-column ul,
.case-service ul,
.service-package ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.service-model li,
.platform-column li,
.case-service li,
.service-package li {
  position: relative;
  padding: 13px 0 13px 21px;
  border-top: 1px solid #d1dbd7;
  color: #526169;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
}

.service-model-main li {
  border-color: rgba(255, 255, 255, 0.18);
  color: #d7e2e7;
}

.service-model li::before,
.platform-column li::before,
.case-service li::before,
.service-package li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "+";
}

.service-model-main li::before {
  color: var(--accent-on-dark);
}

.service-model-note {
  margin-top: auto;
  padding-top: 34px;
  color: #6b777d;
  font-size: 0.72rem;
  font-weight: 600;
}

.service-model-main .service-model-note {
  color: #b8c9d1;
}

.service-platform {
  background: #102b46;
  color: white;
}

.service-platform .service-section-kicker {
  color: var(--accent-on-dark);
}

.service-platform .service-section-head h2 span {
  -webkit-text-stroke-color: #79a8ff;
}

.service-platform .service-section-intro {
  color: #c6d4db;
}

.platform-split {
  display: grid;
  margin-top: 70px;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.platform-column {
  min-width: 0;
  padding: 42px;
  background: rgba(255, 255, 255, 0.065);
}

.platform-column-tenderate {
  background:
    radial-gradient(circle at 96% 0%, rgba(20, 104, 255, 0.35), transparent 35%),
    rgba(255, 255, 255, 0.1);
}

.platform-column small {
  color: var(--accent-on-dark);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.platform-column h3 {
  margin: 32px 0 22px;
  font-size: clamp(2.4rem, 3.5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.platform-column > p {
  max-width: 680px;
  margin: 0;
  color: #cad8df;
  line-height: 1.7;
}

.platform-column li {
  border-color: rgba(255, 255, 255, 0.18);
  color: #d8e3e8;
}

.platform-column li::before {
  color: var(--accent-on-dark);
}

.platform-boundary {
  margin: 1px 0 0;
  padding: 26px 30px;
  border-left: 3px solid var(--accent-on-dark);
  background: rgba(255, 255, 255, 0.08);
  color: #d7e2e7;
  font-size: 0.84rem;
  font-weight: 600;
}

.service-delivery {
  background: #edf2ef;
}

.service-steps {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.service-step {
  min-width: 0;
  min-height: 330px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.88);
}

.service-step strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 1.7rem;
}

.service-step small {
  display: block;
  margin-top: 8px;
  color: #69767c;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
}

.service-step h3 {
  margin: 70px 0 18px;
  font-size: 1.55rem;
  line-height: 1.15;
}

.service-step p {
  margin: 0;
  color: #58676e;
  font-size: 0.84rem;
  line-height: 1.66;
}

.delivery-note {
  display: grid;
  margin-top: 28px;
  padding: 28px 30px;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-left: 3px solid var(--accent);
  background: white;
}

.delivery-note small,
.delivery-note a {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.delivery-note small {
  color: var(--accent);
}

.delivery-note p {
  margin: 0;
  color: #3f4d55;
  font-weight: 600;
}

.delivery-note a {
  color: var(--cyan);
  white-space: nowrap;
}

.service-proof {
  background: #f7f9f7;
}

.service-case-grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1px;
  background: var(--line);
}

.case-service {
  display: flex;
  min-width: 0;
  min-height: 570px;
  padding: 38px;
  flex-direction: column;
  background: white;
}

.case-service-main {
  background:
    radial-gradient(circle at 93% 4%, rgba(20, 104, 255, 0.28), transparent 34%),
    #102b46;
  color: white;
}

.case-service-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--mono);
}

.case-service-top small {
  color: #66747b;
  font-size: 0.67rem;
  font-weight: 700;
}

.case-service-main .case-service-top small {
  color: #c4d3da;
}

.case-service-top strong {
  color: var(--accent);
  font-size: 0.78rem;
}

.case-service-main .case-service-top strong {
  color: var(--accent-on-dark);
}

.case-service h3 {
  margin: 92px 0 24px;
  font-size: clamp(3.2rem, 5vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.case-service > p {
  max-width: 760px;
  margin: 0;
  color: #536169;
  line-height: 1.7;
}

.case-service-main > p,
.case-service-main li {
  color: #d2dfe5;
}

.case-service-main li {
  border-color: rgba(255, 255, 255, 0.18);
}

.case-service-main li::before {
  color: var(--accent-on-dark);
}

.case-service-role {
  margin-top: auto;
  padding-top: 32px;
  color: #6a777d;
  font-size: 0.76rem;
  font-weight: 600;
}

.case-service-main .case-service-role {
  color: #b8c8d0;
}

.case-service-action {
  display: inline-block;
  margin-top: 24px;
  color: #005de8;
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 700;
}

.case-service-main .case-service-action {
  color: var(--accent-on-dark);
}

.case-page .service-hero h1 {
  font-size: clamp(3.8rem, 5.8vw, 6.8rem);
}

.service-ai-commerce .service-hero h1 {
  font-size: clamp(3.8rem, 5.8vw, 6.8rem);
}

.service-faq {
  background: #eef3f0;
}

.faq-list {
  max-width: 1120px;
  margin: 70px 0 0 auto;
  border-top: 1px solid #becbc6;
}

.faq-list details {
  border-bottom: 1px solid #becbc6;
}

.faq-list summary {
  position: relative;
  padding: 28px 54px 28px 0;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 27px;
  right: 10px;
  color: var(--accent);
  font-family: var(--mono);
  content: "+";
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 880px;
  margin: 0;
  padding: 0 0 30px;
  color: #4e5d65;
  line-height: 1.72;
}

.faq-list p a {
  color: #005de8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.service-page .contact {
  min-height: 650px;
}

.service-page .contact h2 {
  font-size: clamp(4.5rem, 9vw, 10rem);
}

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

  .service-map {
    min-height: 520px;
  }

  .service-section-head {
    grid-template-columns: 150px 1fr;
  }

  .service-section-intro {
    grid-column: 2;
  }

  .service-steps {
    grid-template-columns: 1fr 1fr;
  }

  .related-services {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .related-services > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .related-services a:nth-child(4),
  .related-services strong:nth-child(4) {
    border-left: 0;
  }

  .related-services a:nth-child(n + 4),
  .related-services strong:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 850px) {
  .service-model-grid,
  .platform-split,
  .service-case-grid {
    grid-template-columns: 1fr;
  }

  .service-model,
  .case-service {
    min-height: 0;
  }
}

@media (max-width: 650px) {
  .service-page .top-actions > .language-links {
    display: none;
  }

  .related-services {
    display: block;
    padding: 30px 16px;
  }

  .related-services > div {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }

  .related-services a,
  .related-services strong,
  .related-services a:nth-child(4),
  .related-services strong:nth-child(4) {
    min-height: 54px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .related-services a:first-child,
  .related-services strong:first-child {
    border-top: 0;
  }

  .service-hero {
    min-height: 0;
    padding: 112px 16px 30px;
    gap: 44px;
  }

  .breadcrumbs {
    margin-bottom: 36px;
  }

  .service-hero h1 {
    margin: 28px 0;
    font-size: clamp(3.2rem, 16vw, 4.4rem);
    overflow-wrap: anywhere;
  }

  .service-partner-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .case-page .service-hero h1 {
    font-size: clamp(2.9rem, 14.5vw, 3.8rem);
    overflow-wrap: normal;
  }

  .service-ai-commerce .service-hero h1 {
    font-size: clamp(2.7rem, 13.5vw, 3.8rem);
    overflow-wrap: normal;
  }

  .service-hero-lead {
    font-size: 1.08rem;
  }

  .service-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .service-primary-action,
  .service-secondary-action {
    align-self: flex-start;
  }

  .service-map {
    min-height: 0;
    padding: 24px 18px;
  }

  .service-map::before {
    width: 300px;
    height: 300px;
  }

  .service-map::after {
    width: 190px;
    height: 190px;
  }

  .service-map-row {
    min-height: 98px;
    padding: 16px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .service-map-row span {
    display: none;
  }

  .service-proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .service-proof-strip > :nth-child(odd) {
    border-left: 0;
  }

  .service-proof-strip > :nth-child(n + 3) {
    border-top: 1px solid #c5d1cd;
  }

  .service-decision,
  .service-platform,
  .service-delivery,
  .service-proof,
  .service-faq {
    padding: 80px 16px;
  }

  .service-section-head {
    display: block;
  }

  .service-section-head h2 {
    margin-top: 24px;
    font-size: 3rem;
    overflow-wrap: anywhere;
  }

  .service-section-intro {
    margin-top: 28px;
  }

  .service-model-grid,
  .platform-split,
  .service-steps,
  .service-case-grid {
    margin-top: 44px;
    grid-template-columns: 1fr;
  }

  .service-model,
  .platform-column,
  .service-step,
  .case-service {
    min-height: 0;
    padding: 28px 22px;
  }

  .service-model h3,
  .case-service h3 {
    margin-top: 58px;
    overflow-wrap: anywhere;
  }

  .platform-column h3 {
    overflow-wrap: anywhere;
  }

  .service-model-note,
  .case-service-role {
    margin-top: 38px;
  }

  .service-step h3 {
    margin-top: 50px;
  }

  .delivery-note {
    display: block;
    padding: 26px 22px;
  }

  .delivery-note p,
  .delivery-note a {
    margin-top: 22px;
  }

  .delivery-note a {
    display: inline-block;
    white-space: normal;
  }

  .faq-list {
    margin-top: 44px;
  }

  .faq-list summary {
    font-size: 1.08rem;
  }

  .service-page .contact {
    min-height: 0;
  }

  .service-page .contact h2 {
    font-size: clamp(3.1rem, 14vw, 4.3rem);
    overflow-wrap: anywhere;
  }
}
