:root {
  --janus-blue: #00a3de;
  --janus-bright-blue: #00b0f6;
  --janus-indigo: #2c78cc;
  --janus-purple: #662d91;
  --janus-text: #050505;
  --janus-soft-card: rgba(0, 176, 246, 0.06);
  --janus-gradient: linear-gradient(108deg, var(--janus-blue) 13%, var(--janus-indigo) 52%, var(--janus-purple) 88%);
  --lp-blue: #00aeea;
  --lp-deep-blue: #2f67c5;
  --lp-purple: #65258f;
  --lp-text: var(--janus-text);
  --lp-muted: #eefbff;
  --lp-gradient: linear-gradient(112deg, #08aee0 0%, #346bc4 52%, #65258f 100%);
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}

body {
  color: var(--janus-text);
  font-family: "Lato", Arial, sans-serif;
}

:where(.janus-page, .janus-games, .janus-manufacturing) {
  width: 100%;
  overflow-x: hidden;
  color: var(--janus-text);
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.4;
}

:where(.janus-page, .janus-games, .janus-manufacturing) img {
  display: block;
  max-width: 100%;
}

:where(.lp-section, .games-section, .mfg-section) {
  overflow: hidden;
}

:where(.lp-container, .games-container, .mfg-container) {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

:where(.games-title, .games-hero__title, .mfg-title, .mfg-hero__title, .lp-title, .lp-hero__title, .lp-eyebrow) {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

:where(.games-actions, .mfg-actions, .lp-actions) {
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

:where(.games-btn, .mfg-btn, .lp-btn) {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  white-space: normal;
}

@media (max-width: 640px) {
  :where(.lp-container, .games-container, .mfg-container) {
    width: calc(100% - 28px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  :where(.games-btn, .mfg-btn, .lp-btn) {
    width: 100%;
  }
}

.lp-gradient {
  color: #fff;
  background: var(--lp-gradient);
}

.janus-page--games {
  --lp-blue: var(--games-bright-blue);
  --lp-deep-blue: var(--games-indigo);
  --lp-purple: var(--games-purple);
  --lp-muted: var(--games-muted-card);
  --lp-gradient: var(--games-gradient);
}

.janus-page--manufacturing {
  --lp-blue: var(--mfg-bright-blue);
  --lp-deep-blue: var(--mfg-indigo);
  --lp-purple: var(--mfg-purple);
  --lp-muted: var(--mfg-soft);
  --lp-gradient: var(--mfg-gradient);
}

.lp-marker {
  position: relative;
  padding-left: 34px;
}

.lp-marker::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  width: 21px;
  height: 30px;
  transform: skew(-16deg);
  background: linear-gradient(135deg, var(--lp-blue), var(--lp-purple));
}

.lp-gradient .lp-marker::before, .lp-marker--white::before {
  background: #fff;
}

.lp-title, .lp-hero__title, .lp-eyebrow {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.lp-hero {
  min-height: 455px;
  display: flex;
  align-items: center;
  padding: 64px 0 72px;
}

.lp-hero__inner {
  position: relative;
  min-height: 405px;
  display: flex;
  align-items: center;
}

.lp-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.lp-hero__title {
  max-width: 680px;
  font-size: 36px;
}

.lp-hero__text {
  max-width: 650px;
  margin: 34px 0 28px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: capitalize;
}

.lp-hero__image {
  position: absolute;
  right: -12px;
  bottom: 34px;
  z-index: 1;
  width: 365px;
  pointer-events: none;
}

.lp-hero__image--wide {
  right: -36px;
  width: 460px;
}

.lp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.lp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fff;
  background: var(--lp-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.lp-btn:hover, .lp-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.lp-btn--light {
  color: var(--lp-purple);
  background: #fff;
}

.lp-btn--outline {
  color: var(--lp-purple);
  background: #fff;
  border-color: var(--lp-blue);
}

.lp-clients {
  padding: 42px 0 48px;
  background: #fff;
}

.lp-eyebrow {
  margin-bottom: 36px;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.lp-client-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 42px;
}

.lp-client-strip__logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 30px;
  width: min(920px, 100%);
}

.lp-client-strip__logos img {
  width: 100%;
  height: 62px;
  object-fit: contain;
}

.lp-tags, .lp-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 48px;
  text-align: center;
  text-transform: uppercase;
}

.lp-tags {
  margin-top: 28px;
  color: var(--lp-deep-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.lp-tags span small, .lp-stats span {
  display: block;
  color: var(--lp-blue);
  font-size: 11px;
  line-height: 1.2;
}

.lp-stats {
  gap: 40px 80px;
  margin-top: 34px;
}

.lp-stats div {
  min-width: 130px;
}

.lp-stats strong {
  display: block;
  color: var(--lp-deep-blue);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.lp-why {
  padding: 92px 0;
}

.lp-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
}

.lp-title {
  font-size: 50px;
}

.lp-rich-text {
  max-width: 710px;
  margin-top: 34px;
  font-size: 17px;
  line-height: 1.42;
}

.lp-rich-text p {
  margin: 0 0 18px;
}

.lp-split__image {
  justify-self: end;
  width: 420px;
}

.lp-content {
  padding: 78px 0 86px;
  background: #fff;
}

.lp-content.lp-gradient {
  color: #fff;
  background: var(--lp-gradient);
}

.lp-content .lp-title {
  max-width: 980px;
  margin-bottom: 52px;
  color: #000;
  font-size: 42px;
}

.lp-content.lp-gradient .lp-title {
  color: #fff;
}

.lp-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: end;
}

.lp-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 30px;
}

.lp-service-grid article {
  min-width: 0;
}

.lp-service-grid h3, .lp-approach-card h3, .lp-case h3, .lp-workflow-card h3 {
  margin: 0 0 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.lp-service-grid p, .lp-approach-card p, .lp-case p, .lp-choice-list, .lp-workflow-card li, .lp-question p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.lp-service-image {
  width: 330px;
  justify-self: center;
}

.lp-question {
  margin-top: 62px;
}

.lp-question h2, .lp-question h3, .lp-final-cta h2 {
  max-width: 760px;
  margin: 0 0 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.lp-question p, .lp-final-cta p {
  max-width: 980px;
  margin-top: 18px;
}

.lp-content.lp-gradient .lp-service-grid h3, .lp-content.lp-gradient .lp-service-grid p, .lp-content.lp-gradient .lp-question h2, .lp-content.lp-gradient .lp-question h3, .lp-content.lp-gradient .lp-question p {
  color: #fff;
}

.lp-workflow {
  padding: 76px 0 78px;
}

.lp-workflow .lp-title {
  margin-bottom: 46px;
  font-size: 42px;
}

.lp-workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.lp-workflow-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.lp-workflow-card__num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

.lp-workflow-card ul {
  margin: 0;
  padding-left: 18px;
}

.lp-approach {
  padding: 82px 0 86px;
  background: #fff;
}

.lp-approach.lp-gradient {
  background: var(--lp-gradient);
}

.lp-approach .lp-title {
  max-width: 980px;
  margin-bottom: 54px;
  color: #000;
  font-size: 42px;
}

.lp-approach.lp-gradient .lp-title {
  color: #fff;
}

.lp-approach-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}

.lp-approach-card {
  position: relative;
  grid-column: span 2;
  min-height: 300px;
  padding: 24px;
  border-radius: 4px;
  background: rgba(0, 176, 246, 0.06);
}


.lp-gradient .lp-approach-card {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.lp-approach-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.lp-approach-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.lp-approach-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.86;
}

.lp-choice {
  padding: 82px 0 90px;
  background: #fff;
}

.lp-choice.lp-gradient {
  color: #fff;
  background: var(--lp-gradient);
}

.lp-choice .lp-title {
  max-width: 1060px;
  margin-bottom: 44px;
  color: #000;
  font-size: 42px;
}

.lp-choice.lp-gradient .lp-title {
  color: #fff;
}

.lp-choice-layout {
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  gap: 52px;
  align-items: start;
}

.lp-case h3 {
  text-transform: none;
}

.lp-case__box {
  padding: 18px;
  background: rgba(0, 176, 246, 0.07);
}

.lp-gradient .lp-case__box {
  background: rgba(255, 255, 255, 0.08);
}

.lp-case__box p + p {
  margin-top: 14px;
}

.lp-case__photo {
  width: 100%;
  margin-top: 26px;
  border-radius: 8px;
  object-fit: cover;
}

.lp-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.lp-dots span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 174, 234, 0.35);
}

.lp-dots span:nth-child(2) {
  background: var(--lp-blue);
}

.lp-gradient .lp-dots span {
  background: rgba(255, 255, 255, 0.35);
}

.lp-gradient .lp-dots span:nth-child(2) {
  background: #fff;
}

.lp-choice-list {
  display: grid;
  gap: 18px;
  padding: 0;
  list-style: none;
}

.lp-choice-list li {
  position: relative;
  padding-left: 30px;
}

.lp-choice-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--lp-blue);
  font-weight: 800;
}

.lp-gradient .lp-choice-list li::before {
  color: #fff;
}

.lp-final-cta {
  margin-top: 58px;
}

@media (max-width: 900px) {
  .lp-hero {
    padding: 74px 0 64px;
  }

  .lp-hero__inner, .lp-split, .lp-service-layout, .lp-choice-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lp-hero__image {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(520px, 100%);
    margin: 40px auto 0;
  }

  .lp-client-strip__logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-service-grid, .lp-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-service-image, .lp-split__image {
    justify-self: center;
  }

  .lp-approach-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-approach-card, .lp-approach-card:nth-child(4), .lp-approach-card:nth-child(5) {
    grid-column: auto;
  }

}

@media (max-width: 640px) {
  .lp-container {
    width: calc(100% - 28px);
  }

  .lp-hero__title, .lp-title, .lp-content .lp-title, .lp-approach .lp-title, .lp-choice .lp-title, .lp-question h2, .lp-question h3, .lp-final-cta h2 {
    font-size: 31px;
    overflow-wrap: anywhere;
  }

  .lp-marker {
    padding-left: 44px;
  }

  .lp-marker::before {
    left: 8px;
    width: 22px;
    height: 30px;
  }

  .lp-actions {
    gap: 14px;
  }

  .lp-btn {
    width: 100%;
    min-height: 54px;
    padding: 12px 16px;
    font-size: 18px;
  }

  .lp-client-strip__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-tags {
    font-size: 21px;
  }

  .lp-service-grid, .lp-workflow-grid, .lp-approach-flow {
    grid-template-columns: 1fr;
  }

  .lp-rich-text, .lp-service-grid p, .lp-approach-card p, .lp-case p, .lp-choice-list, .lp-workflow-card li, .lp-question p {
    font-size: 15px;
  }

}

@media (min-width: 901px) {
  .lp-hero {
    min-height: 610px;
  }

  .lp-hero__inner {
    min-height: 560px;
    padding: 66px 0 56px;
  }

  .lp-hero__copy {
    max-width: 1040px;
  }

  .lp-hero .lp-marker {
    padding-left: 58px;
  }

  .lp-hero .lp-marker::before {
    top: 0.04em;
    width: 35px;
    height: 52px;
  }

  .lp-hero__title {
    max-width: 1010px;
    font-size: clamp(46px, 4.2vw, 66px);
    line-height: 0.98;
  }

  .lp-hero__text {
    max-width: 735px;
    margin: 58px 0 34px 58px;
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1.14;
  }

  .lp-hero .lp-actions {
    margin-left: 58px;
    gap: 36px;
  }

  .lp-hero .lp-btn {
    min-width: 300px;
    min-height: 64px;
    padding: 16px 30px;
    font-size: 18px;
  }

  .lp-hero__note {
    max-width: 680px;
    margin: 22px 0 0 58px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.24;
  }

  .lp-hero__image {
    right: 54px;
    bottom: 82px;
    width: clamp(340px, 29vw, 460px);
  }

  .lp-hero__image--wide {
    right: 24px;
    bottom: 68px;
    width: clamp(410px, 35vw, 540px);
  }

}

@media (max-width: 900px) {
  .lp-hero__text, .lp-hero__note, .lp-hero .lp-actions {
    margin-left: 0;
  }

}

@media (min-width: 901px) {
  .lp-title, .lp-content .lp-title, .lp-workflow .lp-title, .lp-approach .lp-title, .lp-choice .lp-title, .lp-question h2, .lp-question h3, .lp-final-cta h2 {
    max-width: 100%;
  }

  .lp-split > div:first-child {
    display: contents;
  }

  .lp-split .lp-title {
    grid-column: 1 / -1;
  }

  .lp-split .lp-rich-text {
    grid-column: 1;
  }

  .lp-split__image {
    grid-column: 2;
    align-self: center;
  }

  .lp-why .lp-rich-text, .lp-content .lp-service-layout, .lp-content .lp-question, .lp-workflow .lp-workflow-grid, .lp-workflow .lp-final-cta, .lp-approach .lp-approach-flow, .lp-choice .lp-choice-layout, .lp-choice .lp-final-cta {
    margin-left: 34px;
    max-width: calc(100% - 34px);
  }

  .lp-content .lp-service-layout, .lp-workflow .lp-workflow-grid, .lp-approach .lp-approach-flow, .lp-choice .lp-choice-layout {
    width: calc(100% - 34px);
  }

}

@media (max-width: 900px) {
  .lp-why .lp-rich-text, .lp-content .lp-service-layout, .lp-content .lp-question, .lp-workflow .lp-workflow-grid, .lp-workflow .lp-final-cta, .lp-approach .lp-approach-flow, .lp-choice .lp-choice-layout, .lp-choice .lp-final-cta {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

}

@media (min-width: 1101px) {
  .lp-hero {
    width: 100%;
    max-width: none;
    min-height: 500px;
    margin: 0;
  }

  .lp-hero .lp-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 54px;
  }

  .lp-hero__inner {
    min-height: 500px;
    padding: 0;
    align-items: flex-start;
  }

  .lp-hero__copy {
    max-width: 800px;
    padding-top: 70px;
  }

  .lp-hero .lp-marker {
    padding-left: 45px;
  }

  .lp-hero .lp-marker::before {
    left: 0;
    top: 0.06em;
    width: 32px;
    height: 38px;
  }

  .lp-hero__title {
    max-width: 800px;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.98;
  }

  .lp-hero__text {
    max-width: 620px;
    margin: 58px 0 34px 45px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.13;
  }

  .lp-hero .lp-actions {
    margin-left: 45px;
    gap: 32px;
  }

  .lp-hero .lp-btn {
    min-height: 52px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 700;
  }

  .lp-hero .lp-btn--light {
    width: 420px;
  }

  .lp-hero .lp-btn:not(.lp-btn--light) {
    width: 235px;
  }

  .lp-hero__note {
    max-width: 620px;
    margin: 18px 0 0 45px;
    font-size: 13px;
    line-height: 1.24;
  }

  .lp-hero__image {
    right: 78px;
    bottom: 62px;
    width: 365px;
  }

  .lp-hero__image--wide {
    right: 50px;
    bottom: 56px;
    width: 390px;
  }

}

@media (min-width: 1101px) {
  .lp-hero__title, .lp-title, .lp-content .lp-title, .lp-workflow .lp-title, .lp-approach .lp-title, .lp-choice .lp-title, .lp-question h2, .lp-question h3, .lp-final-cta h2 {
    max-width: 100%;
    font-size: 50px;
    line-height: 1;
  }

  .lp-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    grid-auto-rows: auto;
    column-gap: 40px;
    align-items: start;
  }

  .lp-hero__copy {
    display: contents;
  }

  .lp-hero__title {
    grid-column: 1 / -1;
  }

  .lp-hero__text, .lp-hero .lp-actions, .lp-hero__note {
    grid-column: 1;
  }

  .lp-hero__image, .lp-hero__image--wide {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 2;
    grid-row: 2 / span 3;
    align-self: center;
    justify-self: end;
    width: min(100%, 340px);
  }

}

@media (min-width: 1101px) {
  .lp-hero__title, .lp-title, .lp-content .lp-title, .lp-workflow .lp-title, .lp-approach .lp-title, .lp-choice .lp-title, .lp-question h2, .lp-question h3, .lp-final-cta h2 {
    font-size: 50px;
    line-height: 1;
  }

  .lp-hero__text {
    font-size: 18px;
    line-height: 1.35;
  }

  .lp-rich-text, .lp-rich-text p, .lp-service-grid p, .lp-approach-card p, .lp-workflow-card li, .lp-case p, .lp-choice-list, .lp-choice-list li, .lp-question p, .lp-final-cta p {
    font-size: 16px;
    line-height: 1.45;
  }

  .lp-service-grid h3, .lp-approach-card h3, .lp-workflow-card h3, .lp-case h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
  }

  .lp-btn,
  .lp-hero__note {
    font-size: 18px;
    line-height: 1.2;
  }

  .lp-tags span small,
  .lp-stats span {
    font-size: 13px;
    line-height: 1.2;
  }

}
@media (min-width: 1101px) {
  .lp-hero {
    min-height: auto;
  }

  .lp-hero .lp-container {
    width: min(1200px, calc(100% - 48px));
    max-width: 1200px;
    padding: 0;
  }

  .lp-hero__inner {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) 300px;
    column-gap: 24px;
    padding: 56px 0 58px;
  }

  .lp-hero__text {
    max-width: 620px;
    margin: 42px 0 0 45px;
  }

  .lp-hero .lp-actions {
    width: auto;
    max-width: 680px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
    margin: 30px 0 0 45px;
  }

  .lp-hero .lp-btn {
    min-height: 52px;
    padding: 14px 24px;
    white-space: normal;
  }

  .lp-hero .lp-btn--light {
    flex: 0 0 420px;
    width: 420px;
  }

  .lp-hero .lp-btn:not(.lp-btn--light) {
    flex: 0 0 235px;
    width: 235px;
  }

  .lp-hero__note {
    max-width: 620px;
    margin: 18px 0 0 45px;
  }

  .lp-hero__image, .lp-hero__image--wide {
    width: min(100%, 300px);
  }

}

.janus-page :where( .lp-approach-card, .approach-card, .mfg-approach-card ) {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  column-gap: 16px;
  row-gap: 18px;
}

.janus-page :where( .lp-approach-card__icon, .approach-card img, .mfg-icon ) {
  grid-column: 1;
  grid-row: 1;
  width: 58px;
  height: 58px;
  margin: 0;
}

.janus-page :where( .lp-approach-card h3, .approach-card h3, .mfg-approach-card h3 ) {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
}

.janus-page :where( .lp-approach-card p, .approach-card p, .mfg-approach-card p ) {
  grid-column: 1 / -1;
  margin: 0;
}

.janus-page :where( .lp-approach-flow, .approach-flow, .mfg-approach-grid )::before, .janus-page :where( .lp-approach-flow, .approach-flow, .mfg-approach-grid )::after, .janus-page :where( .lp-approach-card, .approach-card, .mfg-approach-card )::before, .janus-page :where( .lp-approach-card, .approach-card, .mfg-approach-card )::after {
  content: none;
  display: none;
}

@media (max-width: 720px) {
  .janus-page :where( .lp-approach-card, .approach-card, .mfg-approach-card ) {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 14px;
  }

  .janus-page :where( .lp-approach-card__icon, .approach-card img, .mfg-icon ) {
    width: 48px;
    height: 48px;
  }

}

.janus-page :where( .lp-approach-card, .approach-card, .mfg-approach-card ) {
  align-items: start;
}

.janus-page :where( .lp-approach-card h3, .approach-card h3, .mfg-approach-card h3 ) {
  align-self: start;
  margin-top: 0;
}

.janus-page .lp-hero .lp-marker, .janus-page .lp-hero .marker {
  padding-left: 34px;
}

.janus-page .lp-hero .lp-marker::before, .janus-page .lp-hero .marker::before {
  left: 0;
  top: 0.12em;
  width: 21px;
  height: 30px;
}

@media (min-width: 1101px) {
  .janus-page {
    --lp-why-title-width: 760px;
    --lp-why-image-width: 390px;
    --lp-service-title-row: 93px;
    --lp-approach-title-row: 108px;
    --lp-case-width: 520px;
    --lp-choice-list-max: 680px;
  }

  .janus-page .lp-why {
    padding: 82px 0 72px;
  }

  .janus-page .lp-why .lp-split {
    display: grid;
    grid-template-columns: minmax(0, 720px) minmax(0, 380px);
    column-gap: 56px;
    row-gap: 34px;
    align-items: start;
  }

  .janus-page .lp-why .lp-split > div {
    display: contents;
  }

  .janus-page .lp-why .lp-title {
    grid-column: 1 / -1;
    max-width: var(--lp-why-title-width);
    margin: 0;
    font-size: 56px;
    line-height: 0.98;
    font-weight: 800;
  }

  .janus-page .lp-why .lp-rich-text {
    grid-column: 1;
    max-width: 720px;
    margin: 0 0 0 38px;
  }

  .janus-page .lp-why .lp-rich-text p {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.25;
  }

  .janus-page .lp-why .lp-rich-text p:last-child {
    margin-bottom: 0;
  }

  .janus-page .lp-why .lp-split__image {
    grid-column: 2;
    grid-row: 2;
    width: var(--lp-why-image-width);
    max-width: 100%;
    justify-self: end;
    align-self: start;
    margin: 0;
    transform: translateY(-10px);
  }

  .janus-page .lp-content {
    padding: 72px 0 88px;
  }

  .janus-page .lp-content .lp-container {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }

  .janus-page .lp-content .lp-title {
    max-width: 100%;
    margin: 0 0 42px;
    font-size: 35px;
    line-height: 1.1;
  }

  .janus-page .lp-content .lp-service-layout {
    display: block;
    width: 100%;
  }

  .janus-page .lp-content .lp-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 68px;
    row-gap: 42px;
    align-items: start;
  }

  .janus-page .lp-content .lp-service-grid article {
    min-width: 0;
    display: grid;
    grid-template-rows: 64px auto;
    align-content: start;
  }

  .janus-page .lp-content .lp-service-grid h3 {
    min-height: 0;
    margin: 0;
  }

  .janus-page .lp-content .lp-service-grid p {
    margin: 0;
    font-size: 17px;
    line-height: 1.42;
  }

  .janus-page .lp-content .lp-service-grid .lp-service-image {
    position: static;
    display: block;
    width: 330px;
    max-width: 100%;
    margin: 0 auto;
    transform: none;
    justify-self: center;
    align-self: end;
  }

  .janus-page .lp-approach .lp-approach-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: var(--lp-approach-title-row) auto;
    column-gap: 16px;
    row-gap: 18px;
    align-items: start;
  }

  .janus-page .lp-approach .lp-approach-card__icon, .janus-page .lp-approach .lp-approach-card img {
    grid-column: 1;
    grid-row: 1;
    width: 58px;
    height: 58px;
    margin: 0;
    object-fit: contain;
  }

  .janus-page .lp-approach .lp-approach-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: start;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
  }

  .janus-page .lp-approach .lp-approach-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
  }

  .janus-page .lp-choice {
    padding: 72px 0 90px;
    background: #fff;
  }

  .janus-page .lp-choice .lp-container {
    width: 1200px;
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }

  .janus-page .lp-choice .lp-title {
    max-width: 820px;
    margin: 0 0 42px;
    font-size: 46px;
    line-height: 1.05;
    font-weight: 800;
  }

  .janus-page .lp-choice-layout, .janus-page .lp-choice__layout {
    display: grid;
    grid-template-columns: var(--lp-case-width) minmax(0, 1fr);
    gap: 42px;
    align-items: start;
  }

  .janus-page .lp-case {
    width: 100%;
  }

  .janus-page .lp-case h3 {
    max-width: 430px;
    margin: 0 0 20px;
    color: #000;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: none;
  }

  .janus-page .lp-case__box {
    width: 100%;
    padding: 18px 20px;
    background: rgba(0, 176, 246, 0.08);
  }

  .janus-page .lp-case__box p {
    margin: 0 0 12px;
    color: #000;
    font-size: 16px;
    line-height: 1.42;
  }

  .janus-page .lp-case__box p:last-child {
    margin-bottom: 0;
  }

  .janus-page .lp-case img, .janus-page .lp-case__photo {
    display: block;
    width: 100%;
    margin-top: 18px;
    border-radius: 8px;
  }

  .janus-page .lp-choice-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .janus-page .lp-choice-list li {
    position: relative;
    max-width: var(--lp-choice-list-max);
    padding-left: 34px;
    color: #000;
    font-size: 20px;
    line-height: 1.42;
    font-weight: 400;
  }

  .janus-page .lp-choice-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 9px;
    border-left: 2px solid #00b0f6;
    border-bottom: 2px solid #00b0f6;
    transform: rotate(-45deg);
  }

  .janus-page .lp-dots, .janus-page .retail-case__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }

  .janus-page .lp-dots span, .janus-page .retail-case__dots span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(0, 176, 246, 0.18);
  }

  .janus-page .lp-dots span:nth-child(2), .janus-page .retail-case__dots span.is-active {
    background: #00b0f6;
  }

}

.janus-page .lp-content .lp-service-grid h3 {
  font-weight: 600 !important;
}

.janus-page .lp-section:not(.lp-hero) .lp-title, .janus-page .lp-section:not(.lp-hero) .lp-eyebrow, .janus-page .lp-question h2, .janus-page .lp-question h3, .janus-page .lp-final-cta h2 {
  font-weight: 600 !important;
}

body.janus-standalone-template {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body.janus-standalone-template .janus-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

/* === FINAL COMMON FIXES / TЗ === */

:root {
  --janus-text-size: 18px;
}

.janus-page.janus-page.janus-page :is(
  .lp-rich-text,
  .lp-rich-text p,
  .lp-service-grid p,
  .lp-approach-card p,
  .lp-case p,
  .lp-choice-list,
  .lp-choice-list li,
  .lp-question p,
  .lp-final-cta p,
  .games-hero__text,
  .games-rich-text,
  .games-rich-text p,
  .genre-item p,
  .services-grid p,
  .approach-card p,
  .case-study p,
  .choice-list,
  .services-cta p,
  .choice-cta p,
  .mfg-hero__text,
  .mfg-copy,
  .mfg-copy p,
  .mfg-industry-card p,
  .mfg-service-grid p,
  .mfg-question p,
  .mfg-approach-card p,
  .mfg-case__box p,
  .mfg-choice-list li
) {
  font-size: var(--janus-text-size);
  line-height: 1.45;
}

@media (max-width: 576px) {
  :root {
    --janus-text-size: 16px;
  }
}

@media (max-width: 768px) {
  .janus-page :is(
    .lp-why,
    .lp-content,
    .lp-workflow,
    .lp-approach,
    .lp-choice
  ) {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.janus-page .lp-btn,
.janus-page .lp-hero__note {
  font-size: 18px;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .janus-page .lp-content .lp-service-layout {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .janus-page .lp-content .lp-service-grid {
    width: 100%;
    max-width: 100%;
  }
}

.janus-page .lp-approach .lp-approach-card {
  display: grid !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  grid-template-rows: 74px auto !important;
  align-content: start !important;
}

.janus-page .lp-approach .lp-approach-card__icon,
.janus-page .lp-approach .lp-approach-card img {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.janus-page .lp-approach .lp-approach-card h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  align-self: start !important;
}

.janus-page .lp-approach .lp-approach-card p {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

.janus-page .lp-case__box strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

@media (max-width: 1215px) {
  .janus-page .lp-hero__image {
    display: none !important;
  }

  .janus-page .lp-hero__inner {
    display: block !important;
  }

  .janus-page .lp-hero__copy {
    display: block !important;
    max-width: 100% !important;
  }

  .janus-page .lp-hero__title {
    max-width: 90% !important;
  }

  .janus-page .lp-hero__text,
  .janus-page .lp-hero__note {
    max-width: 80% !important;
  }
}

@media (max-width: 767px) {
  .janus-page .lp-hero__title,
  .janus-page .lp-hero__text,
  .janus-page .lp-hero__note {
    max-width: 100% !important;
  }
}

.janus-page--games .lp-hero__text,
.janus-page--manufacturing .lp-hero__text {
  font-weight: 800 !important;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .janus-page .lp-hero {
    min-height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .janus-page .lp-hero__inner {
    min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1100px) {
  .janus-page .lp-hero .lp-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    margin-left: 0 !important;
  }

  .janus-page .lp-hero .lp-btn,
  .janus-page .lp-hero .lp-btn--light,
  .janus-page .lp-hero .lp-btn:not(.lp-btn--light) {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .janus-page .lp-hero .lp-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 20px !important;
    margin-left: 0 !important;
  }

  .janus-page .lp-hero .lp-btn,
  .janus-page .lp-hero .lp-btn--light,
  .janus-page .lp-hero .lp-btn:not(.lp-btn--light) {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 900px) {
  .janus-page .lp-hero .lp-actions {
    flex-direction: column !important;
  }

  .janus-page .lp-hero .lp-btn,
  .janus-page .lp-hero .lp-btn--light,
  .janus-page .lp-hero .lp-btn:not(.lp-btn--light) {
    width: 100% !important;
  }
}