body.page-industries {
  --ind-lilac: #d2ccf5;
  --ind-lilac-deep: #c8c0f0;
  --ind-sheet: #f7f8fc;
  --ind-card: #e8edf6;
  background: var(--ind-sheet);
}

body.page-industries header {
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

body.page-industries header.is-stuck {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(94, 104, 255, 0.12);
}

body.page-industries header .logo-img {
  filter: none;
}

body.page-industries header .logo::before {
  opacity: 0;
}

body.page-industries .menu a {
  color: rgba(27, 42, 107, 0.78);
}

body.page-industries .menu a::after {
  background: var(--purple-a);
}

body.page-industries .menu a:hover,
body.page-industries .menu a:focus-visible,
body.page-industries .menu a.active {
  color: var(--purple-a);
}

body.page-industries .menu-drop {
  border-color: #e9ebf5;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 22, 80, 0.14);
}

body.page-industries .menu-drop a,
body.page-industries .menu-drop a:hover,
body.page-industries .menu-drop a:focus-visible,
body.page-industries .menu-drop a.active {
  color: #000;
}

body.page-industries .menu-drop a:hover,
body.page-industries .menu-drop a:focus-visible,
body.page-industries .menu-drop a.active {
  background: #f4f5fa;
}

body.page-industries .mobile-sub a {
  color: rgba(27, 42, 107, 0.72);
}

body.page-industries .burger {
  color: var(--heading);
}

body.page-industries .mobile {
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--line);
}

body.page-industries .mobile a {
  color: var(--heading);
}

body.page-industries .mobile a:hover,
body.page-industries .mobile a:focus-visible,
body.page-industries .mobile a.active {
  color: var(--purple-a);
}

.ind-hero {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 132px 24px 168px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, #e8e4fc 0%, #d8d2f7 42%, #d4cef6 100%);
}

.ind-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(3.2rem, 10.5vw, 7.2rem);
  /*font-weight: 800;*/
  letter-spacing: 0.18em;
  line-height: 0.9;
  color: #b9b1e4;
  text-transform: uppercase;
}

.ind-sheet {
  position: relative;
  z-index: 2;
  margin-top: -118px;
  padding: 108px 0 88px;
  background: var(--ind-sheet);
  border-radius: 56px 56px 0 0;
}

.ind-sheet>.ind-block:first-of-type {
  padding-top: 36px;
}

.ind-sheet::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 3;
  width: min(420px, 52vw);
  height: 110px;
  transform: translateX(-50%);
  background: #d4cef6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

.ind-circuit {
  position: absolute;
  left: 0;
  top: 36px;
  width: min(520px, 48vw);
  height: 420px;
  opacity: 0.22;
  pointer-events: none;
  color: #9aa6c8;
}

.ind-circuit svg {
  width: 100%;
  height: 100%;
}

.ind-block {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 72px;
  text-align: center;
  scroll-margin-top: 96px;
}

.ind-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.42rem 0.95rem;
  border: 1px solid #c5b7ee;
  border-radius: 999px;
  color: #7d73b8;
  background: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ind-block h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ind-lead {
  margin: 10px auto 0;
  max-width: 62ch;
  color: #6b7394;
  font-size: 0.92rem;
  line-height: 1.7;
}

.ind-apps-wrap {
  position: relative;
  margin-top: 36px;
}

.ind-apps-wrap .ind-apps {
  margin-top: 0;
}

.ind-apps-wrap.is-slider {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  width: min(1008px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.ind-apps-wrap.is-static {
  display: block;
  width: 100%;
}

.ind-apps-wrap.is-static .ind-apps-nav {
  display: none;
}

.ind-apps-wrap.is-static .ind-apps-viewport {
  overflow: visible;
  cursor: default;
  touch-action: auto;
}

.ind-apps-wrap.is-static .ind-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  max-width: none;
  transform: none !important;
}

.ind-apps-wrap.is-static .ind-app {
  flex: 0 0 225px;
  width: 225px;
  max-width: 225px;
}

.ind-apps-wrap.is-static .ind-app-clone {
  display: none !important;
}

.ind-app-clone {
  display: none;
}

.ind-apps-wrap.is-slider .ind-app-clone {
  display: flex;
}

@media (min-width: 981px) {
  .ind-apps-wrap[data-desktop-slider="false"] {
    display: block !important;
    width: 100%;
    grid-template-columns: none;
  }

  .ind-apps-wrap[data-desktop-slider="false"] .ind-apps-nav {
    display: none !important;
  }

  .ind-apps-wrap[data-desktop-slider="false"] .ind-apps-viewport {
    overflow: visible !important;
    cursor: default;
    touch-action: auto;
  }

  .ind-apps-wrap[data-desktop-slider="false"] .ind-apps {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
  }

  .ind-apps-wrap[data-desktop-slider="false"] .ind-app-clone {
    display: none !important;
  }
}

.ind-apps-viewport {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.ind-apps-wrap.is-slider .ind-apps {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: max-content;
  max-width: none;
  margin-top: 0;
  overflow: visible;
  transition: transform 0.35s ease;
  will-change: transform;
}

.ind-apps-wrap.is-slider .ind-apps.is-jumping,
.ind-apps-wrap.is-slider .ind-apps.is-dragging {
  transition: none;
}

.ind-apps-wrap.is-slider .ind-apps.is-dragging {
  cursor: grabbing;
  user-select: none;
  touch-action: none;
}

.ind-apps-wrap.is-slider .ind-app {
  flex: 0 0 225px;
  width: 225px;
  max-width: 225px;
}

.ind-apps-nav {
  position: relative;
  z-index: 4;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(94, 104, 255, 0.28);
  background: #fff;
  color: #5e68ff;
  display: none;
  place-items: center;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 8px 22px rgba(90, 110, 170, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.ind-apps-wrap.is-slider .ind-apps-nav {
  display: grid;
}

.ind-apps-nav:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 26px rgba(94, 104, 255, 0.28);
}

.ind-apps-nav svg {
  width: 18px;
  height: 18px;
}

.ind-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
}

.ind-app {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 225px;
  min-height: 208px;
  padding: 24px 12px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ccc0f4b8 0%, #74a2de36 100%);
  border: 1px solid rgba(186, 198, 222, 0.45);
  box-shadow: 0 10px 24px rgba(90, 110, 170, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ind-app:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(90, 110, 170, 0.12);
}

.ind-app-icon {
  display: grid;
  place-items: center;
  width: 120px;
  height: 88px;
  margin-bottom: 16px;
}

.ind-app-icon svg {
  width: 78px;
  height: 78px;
}

.ind-app-icon img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 84px;
  object-fit: contain;
  background: transparent;
  mix-blend-mode: multiply;
}

/* .ind-app-icon img[src$=".png"] {
  mix-blend-mode: screen;
} */

.ind-app-icon--wide {
  width: 148px;
}

.ind-app-icon--wide img {
  max-width: 148px;
}

.ind-app-icon--dark {
  background: #163a5f;
  border-radius: 14px;
  padding: 8px 10px;
}

/* .ind-app-icon--knockout img {
  mix-blend-mode: screen;
} */

.ind-app-icon--elf img {
  max-height: 110px;
  transform: scale(1.35);
}

.ind-mark {
  display: grid;
  place-items: center;
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
}

.ind-mark-dobbox {
  font-size: 1.05rem;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.ind-mark-dobbox b {
  font-weight: 800;
}

.ind-mark-dobbox--blue {
  color: #2f6bff;
}

.ind-mark-iwire {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.ind-mark-iwire i {
  color: #f5a01a;
  font-style: normal;
}

.ind-mark-synceled {
  color: #12c4d4;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.ind-mark-bench {
  font-size: 1.35rem;
  color: #2e7d32;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.ind-mark-bench small {
  display: block;
  margin-top: 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.ind-mark-tank {
  font-size: 0.78rem;
  letter-spacing: -0.03em;
  color: #1565c0;
}

.ind-mark-livin {
  font-size: 0.78rem;
  color: #43a047;
}

.ind-mark-aec {
  color: #e11d2e;
  font-size: 1.55rem;
  font-style: italic;
  letter-spacing: -0.06em;
}

.ind-mark-bf {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #4b4b4b;
}

.ind-mark-bf span {
  color: #7a6bb5;
}

.ind-mark-taxi {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
}

.ind-mark-taxi em {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #e11d2e;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
}

.ind-mark-nails {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #c2185b;
}

.ind-mark-nails small {
  display: block;
  margin-top: 2px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: #111827;
}

.ind-mark-journal {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #e53935, #f9a825, #43a047, #1e88e5, #8e24aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ind-mark-poker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #111;
}

.ind-app strong {
  color: #111827;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.3;
}

.ind-app-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  color: #8b93b0;
  font-size: 0.78rem;
  font-weight: 600;
}

.ind-app-more svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .ind-hero {
    min-height: 220px;
    padding: 118px 16px 128px;
  }

  .ind-hero h1 {
    letter-spacing: -1px;
  }

  .ind-sheet {
    margin-top: -88px;
    padding-top: 96px;
    border-radius: 36px 36px 0 0;
  }

  .ind-sheet::before {
    width: min(240px, 64vw);
    height: 72px;
  }

  .ind-block {
    width: min(1140px, calc(100% - 32px));
    padding: 20px 0 48px;
  }

  .ind-circuit {
    opacity: 0.12;
    height: 280px;
  }

  .ind-app {
    width: min(164px, calc(50% - 10px));
    min-height: 188px;
    padding: 18px 10px 14px;
  }

  .ind-apps-wrap.is-slider {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 6px;
  }

  .ind-apps-nav {
    width: 32px;
    height: 32px;
  }

  .ind-apps-wrap.is-slider .ind-app {
    flex: 0 0 148px;
    width: 148px;
    max-width: 148px;
  }
}

body.page-industries .ind-footer {
  background: #fff;
  border-top: none;
  padding: 118px 0 0;
  overflow: hidden;
}

body.page-industries .ind-foot-band {
  background: linear-gradient(135deg, #626cffb5 0%, #ffffff 100%);
}

body.page-industries .ind-foot-body {
  position: relative;
  background: transparent;
  padding: 42px 0 36px;
}

body.page-industries .ind-foot-globe {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: none;
  margin: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

body.page-industries .ind-foot-globe-well {
  display: grid;
  place-items: center;
  width: 268px;
  height: 268px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}

body.page-industries .ind-foot-lottie {
  display: grid;
  place-items: center;
  width: 248px;
  height: 248px;
  margin: 0 auto;
}

body.page-industries .ind-foot-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.page-industries .ind-foot-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 280px minmax(320px, 1.05fr);
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}

body.page-industries .ind-foot-brand {
  max-width: 340px;
}

body.page-industries .ind-foot-mark {
  display: inline-flex;
  width: 118px;
  height: 118px;
}

body.page-industries .ind-foot-mark svg {
  width: 100%;
  height: 100%;
}

body.page-industries .ind-foot-brand p {
  margin-top: 16px;
  max-width: 300px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

body.page-industries .ind-foot-brand .copy {
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
}

body.page-industries .ind-foot-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

body.page-industries .ind-footer h4 {
  margin-bottom: 16px;
  color: #1b2a6b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body.page-industries .ind-footer ul {
  display: grid;
  gap: 10px;
  list-style: none;
}

body.page-industries .ind-footer li a {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
}

body.page-industries .ind-footer li a:hover {
  color: #1b2a6b;
}

body.page-industries .ind-foot-legal {
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding: 16px 0 20px;
}

body.page-industries .ind-foot-legal .wrap {
  display: flex;
  gap: 28px;
}

body.page-industries .ind-foot-legal a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

body.page-industries .ind-foot-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 980px) {
  body.page-industries .ind-footer {
    padding-top: 100px;
  }

  body.page-industries .ind-foot-body {
    padding-top: 118px;
    padding-bottom: 28px;
  }

  body.page-industries .ind-foot-globe {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  body.page-industries .ind-foot-globe-well {
    width: 176px;
    height: 176px;
  }

  body.page-industries .ind-foot-lottie {
    width: 162px;
    height: 162px;
  }

  body.page-industries .ind-foot-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 28px;
  }

  body.page-industries .ind-foot-spacer {
    display: none;
  }

  body.page-industries .ind-foot-mark {
    display: none;
  }

  body.page-industries .ind-foot-brand {
    max-width: 420px;
  }

  body.page-industries .ind-foot-brand p {
    margin-top: 0;
  }

  body.page-industries .ind-foot-brand p,
  body.page-industries .ind-foot-brand .copy {
    margin-left: auto;
    margin-right: auto;
  }

  body.page-industries .ind-foot-nav {
    width: min(520px, 100%);
    text-align: left;
  }

  body.page-industries .ind-foot-legal .wrap {
    justify-content: center;
  }
}