/* Template Home v2: keep theme wrapper/footer intact and expand only main content */
.page-template-template-home-v2 #main,
.page-template-template-home-v2 .wf-container-main,
.page-template-template-home-v2 .preditor-home-v2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-template-template-home-v2 .wf-container-main {
  width: calc(100% + 100px) !important;
  max-width: calc(100% + 100px) !important;
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.page-template-template-home-v2 .preditor-home-v2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-template-home-v2 .preditor-home-v2 > section {
  position: relative;
  z-index: 0;
}

.page-template-template-home-v2 .preditor-home-v2 > section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: inherit;
  pointer-events: none;
  z-index: -1;
}

:root {
  --section-bg: #ffffff;
  --title-color: #717c92;
  --logo-gray: #9a9a9a;
  --logo-dark: #7e7e7e;
  --steel-bg: #78818d;
  --cyan: #47c4f1;
  --navy: #061f3f;
  --text-gray: #69717c;
  --pale-blue: #eef4ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--section-bg);
  color: #1f2933;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-preditor {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0e223b;
  padding: 13px 48px 31px;
  color: #ffffff;
  overflow: hidden;
}

.hero-preditor__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-preditor h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.2px;
  text-align: center;
}

.hero-preditor__visual-wrap {
  position: relative;
  min-height: 432px;
  margin-top: 17px;
}

.hero-preditor__visual {
  width: min(860px, 82vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-preditor__demo {
  position: absolute;
  top: 52px;
  right: 10px;
  min-width: 164px;
  min-height: 40px;
  border-radius: 3px;
  background: #f5b436;
  color: #071d35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.hero-preditor__content {
  display: grid;
  grid-template-columns: max-content minmax(0, 510px);
  justify-content: center;
  gap: 14px;
  align-items: start;
  margin-top: -2px;
}

.hero-preditor__headline p {
  margin: 0;
  font-family: "Rajdhani", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: 0;
}

.page-template-template-home-v2 .hero-preditor__headline p {
  font-family: "Rajdhani", "Arial Narrow", "Helvetica Neue", Arial, sans-serif !important;
}

.hero-preditor__headline p:first-child {
  color: #ffffff;
}

.hero-preditor__headline p:last-child {
  color: #63c4f2;
}

.hero-preditor__copy p {
  max-width: 510px;
  margin: 2px 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-preditor__actions {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}

.hero-preditor__button {
  min-width: 197px;
  min-height: 51px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.hero-preditor__button--primary {
  background: #f5b436;
  color: #071d35;
}

.hero-preditor__button--outline {
  border: 1px solid #3ea7db;
  background: transparent;
  color: #62c2f0;
}

.page-template-template-home-v2 .hero-preditor__demo:hover,
.page-template-template-home-v2 .hero-preditor__demo:focus,
.page-template-template-home-v2 .hero-preditor__button--primary:hover,
.page-template-template-home-v2 .hero-preditor__button--primary:focus {
  background: #0e223b !important;
  background-color: #0e223b !important;
  background-image: none !important;
  color: #ffffff !important;
}

.page-template-template-home-v2 .hero-preditor__button--outline:hover,
.page-template-template-home-v2 .hero-preditor__button--outline:focus {
  border-color: #f5b436 !important;
  background: #f5b436 !important;
  background-color: #f5b436 !important;
  background-image: none !important;
  color: #ffffff !important;
}

.trusted-industries {
  width: 100%;
  min-height: 218px;
  background: var(--section-bg);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 48px 34px;
}

.trusted-industries__inner {
  width: 100%;
  max-width: 1290px;
}

.trusted-industries h2 {
  margin: 0;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 7px;
  text-align: center;
}

.trusted-industries__carousel {
  position: relative;
  margin-top: 30px;
  padding: 0 36px;
}

.trusted-industries__viewport {
  overflow: hidden;
}

.trusted-industries__logos {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.trusted-industries__logos::-webkit-scrollbar {
  display: none;
}

.logo-placeholder {
  width: 150px;
  height: 70px;
  color: #a5a5a5;
  border: 1px dashed #c9c9c9;
  border-radius: 4px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}

.trusted-industries__logo {
  flex: 0 0 calc((100% - 48px) / 7);
  width: calc((100% - 48px) / 7);
  max-width: none;
  aspect-ratio: 1 / 1;
  height: auto;
  padding: 8px;
  display: block;
  object-fit: contain;
  scroll-snap-align: start;
}

.trusted-industries__arrow {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}

.trusted-industries__arrow--prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.trusted-industries__arrow--next {
  right: 0;
}

.trusted-industries__arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.trusted-industries__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 17px;
  height: 17px;
  border-top: 3px solid #a9a9a9;
  border-right: 3px solid #a9a9a9;
  transform: translateY(-50%) rotate(45deg);
}

.ecosystem-philosophy {
  width: 100%;
  min-height: 713px;
  background: var(--steel-bg);
  padding: 43px 67px 63px;
}

.ecosystem-philosophy__inner {
  width: 100%;
  max-width: 1449px;
  margin: 0 auto;
  position: relative;
}

.section-kicker {
  margin: 0;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.ecosystem-philosophy h2 {
  margin: -5px 0 18px;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.ecosystem-philosophy__intro {
  max-width: 1100px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
}

.philosophy-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
}

.philosophy-card {
  min-height: 464px;
  overflow: hidden;
  border-radius: 23px;
  background: #ffffff;
}

.image-placeholder {
  color: #a5a5a5;
  border: 1px dashed #c8c8c8;
  background:
    linear-gradient(135deg, transparent calc(50% - 1px), #d5d5d5 calc(50% - 1px), #d5d5d5 calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(45deg, transparent calc(50% - 1px), #d5d5d5 calc(50% - 1px), #d5d5d5 calc(50% + 1px), transparent calc(50% + 1px)),
    #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-placeholder--card {
  width: 100%;
  height: 220px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.philosophy-card__image {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.philosophy-card__content {
  padding: 16px 20px 28px;
}

.philosophy-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.45px;
}

.philosophy-card p {
  margin: 0;
  color: var(--text-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.05px;
}

.why-choose {
  width: 100%;
  background: var(--pale-blue);
}

.why-choose__header {
  position: relative;
  min-height: 258px;
  padding: 78px 78px 62px;
}

.why-choose__header .section-kicker {
  position: absolute;
  top: 82px;
  left: 79px;
}

.why-choose__header h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.9px;
  text-align: center;
}

.why-choose__header > p:not(.section-kicker) {
  margin: 21px auto 0;
  color: #363b43;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.why-choose__grid {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.image-placeholder--wide {
  width: 100%;
  height: 340px;
  border: 0;
}

.why-choose__image {
  width: 100%;
  height: 340px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.why-choose__text {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--pale-blue);
}

.why-choose__text--left {
  align-items: flex-start;
  padding: 40px 70px 40px 36px;
  text-align: left;
}

.why-choose__text--right {
  align-items: flex-end;
  padding: 40px 44px 40px 70px;
  text-align: right;
}

.why-choose__text h3 {
  max-width: 560px;
  margin: 0 0 13px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.8px;
}

.why-choose__text p {
  max-width: 560px;
  margin: 0;
  color: #69717c;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.methodology {
  width: 100%;
  background: #ffffff;
  padding: 66px 66px 78px;
}

.methodology__inner {
  width: 100%;
  max-width: 1436px;
  margin: 0 auto;
  position: relative;
}

.methodology .section-kicker {
  position: absolute;
  top: 4px;
  left: 11px;
}

.methodology h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.8px;
  text-align: center;
}

.methodology__intro {
  max-width: 1090px;
  margin: 27px auto 0;
  color: #30343c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.methodology__stage-wrap {
  position: relative;
  margin-top: 55px;
  padding: 0 35px;
}

.methodology__viewport {
  overflow: hidden;
}

.methodology__stages {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.methodology__stages::-webkit-scrollbar {
  display: none;
}

.stage-card {
  flex: 0 0 calc((100% - 48px) / 4);
  min-height: 411px;
  padding: 38px 20px 30px;
  border: 2px solid #e6ebf6;
  border-radius: 22px;
  background: #ffffff;
  scroll-snap-align: start;
}

.stage-card__number {
  display: block;
  margin-bottom: 4px;
  color: #f9b233;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.stage-card h3 {
  min-height: 88px;
  margin: 0 0 25px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -0.6px;
}

.stage-card p {
  margin: 0;
  color: #69717c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.methodology__arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.methodology__arrow--prev {
  left: -6px;
  transform: translateY(-50%) rotate(180deg);
}

.methodology__arrow--next {
  right: -6px;
}

.methodology__arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.methodology__arrow::before,
.methodology__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #a9a9a9;
  border-right: 3px solid #a9a9a9;
  transform: translateY(-50%) rotate(45deg);
}

.methodology__arrow::after {
  display: none;
}

.technologies {
  width: 100%;
  background: #10263d;
  padding: 49px 0 98px;
}

.technologies__inner {
  width: 100%;
  max-width: 1262px;
  margin: 0 auto;
}

.technologies h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.8px;
  text-align: center;
}

.technologies__intro {
  margin: 24px auto 70px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.technology-list {
  display: grid;
  gap: 4px;
}

.technology-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 377px;
}

.image-placeholder--technology {
  width: 100%;
  height: 100%;
  min-height: 377px;
  border: 0;
}

.technology-item__image {
  width: 100%;
  height: 100%;
  min-height: 377px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.technology-item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #f4f8ff;
  padding: 90px 38px 46px;
}

.technology-item__content h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.7px;
}

.technology-item__content p {
  max-width: 500px;
  margin: 0;
  color: #69717c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.technology-item__actions {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 36px;
}

.button {
  min-width: 234px;
  min-height: 61px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.page-template-template-home-v2 .technology-item__actions .button--yellow {
  background: #f5b436 !important;
  background-color: #f5b436 !important;
  background-image: none !important;
}

.page-template-template-home-v2 .technology-item__actions .button--dark {
  background: #0e223b !important;
  background-color: #0e223b !important;
  background-image: none !important;
}

.page-template-template-home-v2 .technology-item__actions .button--yellow:hover,
.page-template-template-home-v2 .technology-item__actions .button--yellow:focus,
.page-template-template-home-v2 .contact-form__submit:hover,
.page-template-template-home-v2 .contact-form__submit:focus,
.page-template-template-home-v2 .contact-form .wpcf7-submit:hover,
.page-template-template-home-v2 .contact-form .wpcf7-submit:focus {
  background: #0e223b !important;
  background-color: #0e223b !important;
  background-image: none !important;
  color: #ffffff !important;
}

.page-template-template-home-v2 .technology-item__actions .button--dark:hover,
.page-template-template-home-v2 .technology-item__actions .button--dark:focus {
  background: #f5b436 !important;
  background-color: #f5b436 !important;
  background-image: none !important;
  color: #ffffff !important;
}

.industries {
  width: 100%;
  background: #ffffff;
  padding: 61px 65px 55px;
}

.industries__inner {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
}

.industries h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.8px;
  text-align: center;
}

.industries__intro {
  margin: 29px auto 0;
  color: #343943;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.industries__wrap {
  position: relative;
  margin-top: 42px;
  padding: 0 38px;
}

.industries__viewport {
  overflow: hidden;
}

.industries__list {
  display: flex;
  gap: 38px;
  align-items: start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.industries__list::-webkit-scrollbar {
  display: none;
}

.industry-item {
  flex: 0 0 calc((100% - 190px) / 6);
  min-width: 0;
  scroll-snap-align: start;
  text-align: center;
}

.industry-item__icon {
  width: 147px;
  height: 147px;
  margin: 0 auto 24px;
  display: block;
  object-fit: contain;
}

.icon-placeholder {
  width: 147px;
  height: 147px;
  margin: 0 auto 24px;
  border: 1px dashed #bfc6d1;
  border-radius: 50%;
  background: #dce2ec;
  color: #8b94a3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.industry-item h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.4px;
}

.industries__arrow {
  position: absolute;
  top: 74px;
  width: 44px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.industries__arrow--prev {
  left: -6px;
  transform: rotate(180deg);
}

.industries__arrow--next {
  right: -6px;
}

.industries__arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.industries__arrow::before,
.industries__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #a9a9a9;
  border-right: 3px solid #a9a9a9;
  transform: translateY(-50%) rotate(45deg);
}

.industries__arrow::after {
  display: none;
}

.critical-assets {
  width: 100%;
  background: #edf4f8;
  padding: 53px 65px 66px;
}

.critical-assets__inner {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
}

.critical-assets h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.8px;
  text-align: center;
}

.critical-assets__intro {
  margin: 28px auto 0;
  color: #343943;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.critical-assets__wrap {
  position: relative;
  margin-top: 45px;
  padding: 0 38px;
}

.critical-assets__viewport {
  overflow: hidden;
}

.critical-assets__list {
  display: flex;
  gap: 38px;
  align-items: start;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.critical-assets__list::-webkit-scrollbar {
  display: none;
}

.asset-item {
  flex: 0 0 calc((100% - 190px) / 6);
  min-width: 0;
  scroll-snap-align: start;
  text-align: center;
}

.asset-item__icon {
  width: 147px;
  height: 147px;
  margin: 0 auto 24px;
  display: block;
  object-fit: contain;
}

.asset-item h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.4px;
}

.critical-assets__arrow {
  position: absolute;
  top: 74px;
  width: 44px;
  height: 64px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.critical-assets__arrow--prev {
  left: -6px;
  transform: rotate(180deg);
}

.critical-assets__arrow--next {
  right: -6px;
}

.critical-assets__arrow:disabled {
  cursor: default;
  opacity: 0.28;
}

.critical-assets__arrow::before,
.critical-assets__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 22px;
  height: 22px;
  border-top: 3px solid #a9a9a9;
  border-right: 3px solid #a9a9a9;
  transform: translateY(-50%) rotate(45deg);
}

.critical-assets__arrow::after {
  display: none;
}

.results {
  width: 100%;
  background: #5bbfe4;
  padding: 63px 65px 84px;
}

.results__inner {
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
}

.results h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.8px;
  text-align: center;
}

.results__intro {
  margin: 27px auto 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.results__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 83px;
}

.result-card {
  position: relative;
  min-height: 366px;
  padding: 37px 23px 26px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.result-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, #5bbfe4 0%, #f5b436 100%);
}

.result-card__category {
  margin: 0 0 29px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 6px;
}

.result-card__metric {
  margin-bottom: 5px;
  color: #10243b;
  font-family: "Rajdhani", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  line-height: 0.95;
}

.result-card__metric strong {
  font-size: 55px;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.result-card__metric span {
  margin-left: 3px;
  color: var(--cyan);
  font-size: 24px;
  font-weight: 900;
}

.result-card h3 {
  margin: 0 0 29px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.25px;
}

.result-card > p:not(.result-card__category) {
  margin: 0;
  color: #69717c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.operation-risks {
  width: 100%;
  background: #ffffff;
  padding: 53px 72px 44px;
}

.operation-risks__inner {
  width: 100%;
  max-width: 1444px;
  margin: 0 auto;
}

.operation-risks h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
}

.operation-risks__intro {
  margin: 28px auto 0;
  color: #343943;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  text-align: center;
}

.risk-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 68px;
}

.risk-card {
  min-height: 389px;
  border-radius: 21px;
  padding: 42px 20px 29px;
}

.risk-card--yellow {
  background: #ffc400;
  color: var(--navy);
}

.risk-card--cyan {
  background: #39aee0;
  color: #ffffff;
}

.risk-card--blue {
  background: #0c4a86;
  color: #ffffff;
}

.risk-card--gray {
  background: #676967;
  color: #ffffff;
}

.icon-placeholder--risk {
  width: 118px;
  height: 118px;
  margin: 0 auto 32px;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.risk-card__icon {
  width: 118px;
  height: 118px;
  margin: 0 auto 32px;
  display: block;
  object-fit: contain;
}

.risk-card--yellow .icon-placeholder--risk {
  border-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.risk-card h3 {
  margin: 0 0 22px;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.25px;
}

.risk-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.58;
}

.risk-card--yellow h3,
.risk-card--yellow p {
  color: #061f3f;
}

.invisible-cost {
  width: 100%;
  background: #646563;
  padding: 87px 65px 46px;
}

.invisible-cost__inner {
  width: 100%;
  max-width: 1304px;
  margin: 0 auto;
}

.invisible-cost h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.7px;
  text-align: center;
}

.invisible-cost__intro {
  margin: 24px auto 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.invisible-cost__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 66px;
}

.cost-card {
  position: relative;
  min-height: 366px;
  padding: 66px 23px 30px;
  border-radius: 2px;
  background: #ffffff;
  overflow: hidden;
}

.cost-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(90deg, #5bbfe4 0%, #f5b436 100%);
}

.cost-card__metric {
  margin-bottom: 8px;
  color: #10243b;
  font-family: "Rajdhani", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -1.2px;
}

.cost-card__eyebrow {
  margin: 0;
  color: #10243b;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
}

.cost-card h3 {
  margin: 5px 0 29px;
  color: var(--navy);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.15px;
}

.cost-card > p:not(.cost-card__eyebrow) {
  margin: 0;
  color: #69717c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

.cost-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 0 20px;
  display: block;
  object-fit: contain;
}

.invisible-cost__source {
  margin: 37px 0 0;
  color: #c5c7ca;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.company-history {
  width: 100%;
  background: #0b223b;
  padding: 74px 88px 58px;
}

.company-history__inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.company-history__logo {
  width: 248px;
  margin: 0 auto 76px;
  display: block;
  height: auto;
}

.company-history__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 92px;
  align-items: start;
}

.company-history p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
}

.company-history__timeline p + p {
  margin-top: 12px;
}

.company-history__feature h2 {
  margin: -8px 0 22px;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.company-history__feature p {
  max-width: 470px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.38;
}

.company-history__image {
  width: 100%;
  max-width: 430px;
  height: 312px;
  margin-top: 32px;
  display: block;
  object-fit: cover;
}

.photo-strip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
}

.image-placeholder--strip,
.photo-strip__image {
  width: 100%;
  height: 316px;
  border: 0;
  border-radius: 0;
  display: block;
  object-fit: cover;
}

.contact {
  width: 100%;
  background: #16375e;
  padding: 67px 65px 82px;
}

.contact__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.contact__kicker {
  margin: 0;
  color: #f9b733;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
}

.contact h2 {
  margin: 28px 0 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.8px;
  text-align: center;
}

.contact__intro {
  margin: 27px auto 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
}

.contact-form {
  width: 100%;
  max-width: 534px;
  margin: 54px auto 0;
}

.contact-form .wpcf7 {
  width: 100%;
}

.contact-form .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 10px;
}

.contact-form .wpcf7-form > p {
  margin: 0;
}

.contact-form .wpcf7-form > p:has(textarea),
.contact-form .wpcf7-form > p:has(.wpcf7-acceptance),
.contact-form .wpcf7-form > p:has(.wpcf7-submit),
.contact-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

.contact-form .wpcf7-form > p:has(.wpcf7-submit) {
  text-align: center;
}

.contact-form .wpcf7-form > p:has(.wpcf7-acceptance) {
  margin-top: -2px;
}

.contact-form .wpcf7-form br {
  display: none;
}

.contact-form .wpcf7-form label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 10px;
}

.contact-form__grid label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.contact-form input:not([type="checkbox"]):not([type="submit"]),
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #28486f;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}

.contact-form input:not([type="checkbox"]):not([type="submit"]),
.contact-form select {
  height: 39px;
  padding: 0 23px;
}

.contact-form textarea {
  min-height: 74px;
  padding: 13px 23px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: rgba(255, 255, 255, 0.43);
  opacity: 1;
}

.contact-form__message {
  grid-column: 1 / -1;
}

.contact-form__consent,
.contact-form .wpcf7-acceptance {
  margin-top: 17px;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-form .wpcf7-list-item {
  margin: 0;
}

.contact-form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 10px;
}

.contact-form .wpcf7-list-item-label {
  color: #ffffff;
}

.contact-form__consent input,
.contact-form input[type="checkbox"] {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  appearance: none;
  border-radius: 0;
  background: #28486f;
}

.contact-form input[type="checkbox"]:checked {
  background: #f9b733;
  box-shadow: inset 0 0 0 3px #28486f;
}

.contact-form__submit,
.contact-form .wpcf7-submit {
  min-width: 167px;
  min-height: 43px;
  margin: 32px auto 0;
  border: 0;
  border-radius: 3px;
  background: #f5b436 !important;
  background-image: none !important;
  color: #051b32 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.contact-form .wpcf7-spinner {
  grid-column: 1 / -1;
  margin: 8px auto 0;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #f9b733;
  font-size: 12px;
  font-weight: 600;
}

.contact-form .wpcf7-response-output {
  margin: 18px 0 0;
  border-color: rgba(249, 183, 51, 0.7);
  color: #ffffff;
  font-size: 14px;
}

.direct-contact {
  margin-top: 86px;
}

.direct-contact__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 534px;
  margin: 17px auto 0;
}

.direct-contact__card {
  min-height: 61px;
  border-radius: 4px;
  background: #28486f;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 7px 14px 7px 10px;
}

.direct-contact__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #ffffff;
  color: #16375e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.direct-contact__icon-svg {
  width: 25px;
  height: 25px;
  display: block;
}

.direct-contact__icon-svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.direct-contact__icon-svg--whatsapp path:first-child {
  fill: currentColor;
  stroke: currentColor;
}

.direct-contact__icon-svg--whatsapp path + path {
  color: #ffffff;
  fill: none;
  stroke: currentColor;
}

.direct-contact__icon-svg--mail path:first-child {
  fill: none;
  stroke: currentColor;
}

.direct-contact__card h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.direct-contact__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

@media (max-width: 980px) {
  .hero-preditor {
    padding: 28px 24px 40px;
  }

  .hero-preditor h1 {
    font-size: 27px;
  }

  .hero-preditor__visual-wrap {
    min-height: auto;
    margin-top: 24px;
  }

  .hero-preditor__visual {
    width: min(760px, 100%);
  }

  .hero-preditor__demo {
    position: static;
    width: fit-content;
    margin: 24px auto 0;
    display: flex;
  }

  .hero-preditor__content {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
    text-align: center;
  }

  .hero-preditor__headline p {
    font-size: 42px;
  }

  .hero-preditor__copy p {
    margin: 0 auto;
  }

  .hero-preditor__actions {
    justify-content: center;
  }

  .trusted-industries {
    min-height: auto;
    padding: 44px 24px 48px;
  }

  .trusted-industries h2 {
    font-size: 17px;
    letter-spacing: 5px;
  }

  .trusted-industries__carousel {
    margin-top: 34px;
  }

  .trusted-industries__logos {
    gap: 18px;
  }

  .trusted-industries__logo {
    flex-basis: calc((100% - 54px) / 4);
    width: calc((100% - 54px) / 4);
  }

  .ecosystem-philosophy {
    min-height: auto;
    padding: 40px 24px 48px;
  }

  .section-kicker {
    text-align: center;
  }

  .ecosystem-philosophy h2 {
    margin-top: 16px;
    font-size: 38px;
  }

  .ecosystem-philosophy__intro {
    font-size: 17px;
  }

  .philosophy-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 38px;
  }

  .why-choose__header {
    min-height: auto;
    padding: 56px 24px 48px;
  }

  .why-choose__header .section-kicker {
    position: static;
    margin-bottom: 18px;
  }

  .why-choose__header h2 {
    font-size: 38px;
  }

  .why-choose__header > p:not(.section-kicker) {
    font-size: 17px;
  }

  .why-choose__grid {
    grid-template-columns: 1fr;
  }

  .image-placeholder--wide,
  .why-choose__image,
  .why-choose__text {
    min-height: 0;
    height: auto;
  }

  .image-placeholder--wide,
  .why-choose__image {
    aspect-ratio: 16 / 7;
  }

  .why-choose__text,
  .why-choose__text--left,
  .why-choose__text--right {
    align-items: flex-start;
    padding: 42px 28px;
    text-align: left;
  }

  .why-choose__text:nth-child(3) {
    order: 4;
  }

  .why-choose__image:nth-child(4) {
    order: 3;
  }

  .why-choose__text h3,
  .why-choose__text p {
    max-width: none;
  }

  .methodology {
    padding: 42px 24px 50px;
  }

  .methodology .section-kicker {
    position: static;
    margin-bottom: 18px;
    text-align: center;
  }

  .methodology h2 {
    font-size: 38px;
  }

  .methodology__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .methodology__stage-wrap {
    margin-top: 38px;
    padding: 0 32px;
  }

  .stage-card {
    flex-basis: calc((100% - 18px) / 2);
    min-height: auto;
  }

  .methodology__arrow {
    top: 50%;
  }

  .technologies {
    padding: 42px 24px 58px;
  }

  .technologies h2 {
    font-size: 38px;
  }

  .technologies__intro {
    margin: 18px auto 38px;
    font-size: 17px;
  }

  .technology-item {
    grid-template-columns: 1fr;
  }

  .image-placeholder--technology,
  .technology-item__image {
    min-height: 300px;
    aspect-ratio: 16 / 8;
  }

  .technology-item__content {
    padding: 58px 32px 42px;
  }

  .technology-item__actions {
    flex-wrap: wrap;
    gap: 16px;
  }

  .industries {
    padding: 42px 24px 50px;
  }

  .industries h2 {
    font-size: 38px;
  }

  .industries__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .industries__wrap {
    margin-top: 34px;
    padding: 0 32px;
  }

  .industries__list {
    gap: 34px 24px;
  }

  .industry-item {
    flex-basis: calc((100% - 48px) / 3);
  }

  .critical-assets {
    padding: 42px 24px 50px;
  }

  .critical-assets h2 {
    font-size: 38px;
  }

  .critical-assets__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .critical-assets__wrap {
    margin-top: 34px;
    padding: 0 32px;
  }

  .critical-assets__list {
    gap: 34px 24px;
  }

  .asset-item {
    flex-basis: calc((100% - 48px) / 3);
  }

  .results {
    padding: 42px 24px 58px;
  }

  .results h2 {
    font-size: 38px;
  }

  .results__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .results__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .result-card {
    min-height: auto;
  }

  .operation-risks {
    padding: 42px 24px 50px;
  }

  .operation-risks h2 {
    font-size: 38px;
  }

  .operation-risks__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .risk-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 42px;
  }

  .risk-card {
    min-height: auto;
  }

  .invisible-cost {
    padding: 42px 24px 40px;
  }

  .invisible-cost h2 {
    font-size: 38px;
  }

  .invisible-cost__intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .invisible-cost__cards {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 52px;
  }

  .cost-card {
    min-height: auto;
    padding-top: 56px;
  }

  .company-history {
    padding: 42px 24px 48px;
  }

  .company-history__inner {
    max-width: 760px;
  }

  .company-history__logo {
    margin-bottom: 54px;
  }

  .company-history__content {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .company-history__feature h2 {
    margin-top: 0;
    font-size: 34px;
  }

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

  .image-placeholder--strip,
  .photo-strip__image {
    height: 260px;
  }

  .contact {
    padding: 50px 24px 60px;
  }

  .contact h2 {
    font-size: 38px;
  }

  .contact__intro {
    font-size: 17px;
  }

  .contact-form__grid,
  .direct-contact__cards {
    grid-template-columns: 1fr;
  }

  .direct-contact {
    margin-top: 70px;
  }
}

@media (max-width: 560px) {
  .hero-preditor {
    padding: 26px 24px 36px;
  }

  .hero-preditor h1 {
    font-size: 24px;
  }

  .hero-preditor__visual {
    width: 122%;
    max-width: none;
    margin-left: -11%;
  }

  .hero-preditor__demo {
    width: 100%;
    min-width: 0;
  }

  .hero-preditor__headline p {
    font-size: 35px;
  }

  .hero-preditor__copy p {
    font-size: 15px;
  }

  .hero-preditor__actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-preditor__button {
    width: 100%;
    min-width: 0;
  }

  .trusted-industries {
    padding: 38px 24px 44px;
  }

  .trusted-industries h2 {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .trusted-industries__carousel {
    padding: 0 28px;
  }

  .trusted-industries__logos {
    gap: 16px;
  }

  .trusted-industries__logo {
    flex-basis: calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }

  .trusted-industries__arrow {
    width: 28px;
  }

  .trusted-industries__arrow::before {
    right: 7px;
    width: 14px;
    height: 14px;
    border-width: 2px;
  }

  .ecosystem-philosophy {
    padding: 34px 24px 40px;
  }

  .section-kicker {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .ecosystem-philosophy h2 {
    font-size: 34px;
  }

  .ecosystem-philosophy__intro {
    font-size: 16px;
  }

  .philosophy-cards {
    grid-template-columns: 1fr;
  }

  .philosophy-card {
    min-height: auto;
  }

  .philosophy-card h3 {
    font-size: 26px;
  }

  .philosophy-card p {
    font-size: 16px;
  }

  .why-choose__header {
    padding: 44px 24px 40px;
  }

  .why-choose__header h2 {
    font-size: 32px;
  }

  .why-choose__header > p:not(.section-kicker) {
    font-size: 16px;
  }

  .why-choose__text,
  .why-choose__text--left,
  .why-choose__text--right {
    padding: 34px 24px;
  }

  .why-choose__text h3 {
    font-size: 29px;
  }

  .why-choose__text p {
    font-size: 16px;
    line-height: 1.55;
  }

  .methodology {
    padding: 34px 24px 40px;
  }

  .methodology h2 {
    font-size: 32px;
  }

  .methodology__intro {
    font-size: 16px;
  }

  .methodology__stage-wrap {
    padding: 0 30px;
  }

  .stage-card {
    flex-basis: 100%;
    padding: 30px 24px 28px;
  }

  .stage-card__number {
    font-size: 44px;
  }

  .stage-card h3 {
    min-height: 0;
    font-size: 24px;
    line-height: 1.25;
  }

  .stage-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .technologies {
    padding: 34px 24px 44px;
  }

  .technologies h2 {
    font-size: 32px;
  }

  .technologies__intro {
    font-size: 16px;
  }

  .image-placeholder--technology,
  .technology-item__image {
    min-height: 220px;
  }

  .technology-item__content {
    padding: 44px 24px 34px;
  }

  .technology-item__content h3 {
    font-size: 29px;
  }

  .technology-item__content p {
    font-size: 17px;
    line-height: 1.55;
  }

  .technology-item__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .industries {
    padding: 34px 24px 40px;
  }

  .industries h2 {
    font-size: 32px;
  }

  .industries__intro {
    font-size: 16px;
  }

  .industries__list {
    gap: 30px 18px;
  }

  .industries__wrap {
    padding: 0 30px;
  }

  .industry-item {
    flex-basis: calc((100% - 18px) / 2);
  }

  .icon-placeholder,
  .industry-item__icon {
    width: 118px;
    height: 118px;
    margin-bottom: 18px;
  }

  .industry-item h3 {
    font-size: 21px;
  }

  .critical-assets {
    padding: 34px 24px 40px;
  }

  .critical-assets h2 {
    font-size: 32px;
  }

  .critical-assets__intro {
    font-size: 16px;
  }

  .critical-assets__list {
    gap: 30px 18px;
  }

  .critical-assets__wrap {
    padding: 0 30px;
  }

  .asset-item {
    flex-basis: calc((100% - 18px) / 2);
  }

  .asset-item__icon {
    width: 118px;
    height: 118px;
    margin-bottom: 18px;
  }

  .asset-item h3 {
    font-size: 20px;
  }

  .results {
    padding: 34px 24px 44px;
  }

  .results h2 {
    font-size: 32px;
  }

  .results__intro {
    font-size: 16px;
  }

  .result-card {
    padding: 30px 24px 24px;
  }

  .result-card__category {
    letter-spacing: 4px;
  }

  .result-card__metric strong {
    font-size: 48px;
  }

  .result-card h3 {
    font-size: 23px;
  }

  .result-card > p:not(.result-card__category) {
    font-size: 16px;
    line-height: 1.6;
  }

  .operation-risks {
    padding: 34px 24px 40px;
  }

  .operation-risks h2 {
    font-size: 32px;
  }

  .operation-risks__intro {
    font-size: 16px;
  }

  .operation-risks h2 br,
  .operation-risks__intro br {
    display: none;
  }

  .risk-cards {
    grid-template-columns: 1fr;
  }

  .risk-card {
    padding: 34px 24px 28px;
  }

  .risk-card h3 {
    font-size: 26px;
  }

  .risk-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .invisible-cost {
    padding: 34px 24px 34px;
  }

  .invisible-cost h2 {
    font-size: 32px;
  }

  .invisible-cost__intro {
    font-size: 16px;
  }

  .invisible-cost__intro br {
    display: none;
  }

  .cost-card {
    padding: 52px 24px 26px;
  }

  .cost-card__metric {
    font-size: 46px;
  }

  .cost-card__eyebrow {
    font-size: 19px;
  }

  .cost-card h3 {
    font-size: 23px;
  }

  .cost-card__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
  }

  .cost-card > p:not(.cost-card__eyebrow) {
    font-size: 16px;
    line-height: 1.6;
  }

  .invisible-cost__source {
    font-size: 14px;
  }

  .company-history {
    padding: 34px 24px 40px;
  }

  .company-history__logo {
    width: 210px;
    margin-bottom: 38px;
  }

  .company-history p {
    font-size: 14px;
    line-height: 1.45;
  }

  .company-history__feature h2 {
    font-size: 29px;
  }

  .company-history__image {
    height: 230px;
  }

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

  .image-placeholder--strip,
  .photo-strip__image {
    height: 220px;
  }

  .contact {
    padding: 40px 24px 48px;
  }

  .contact__kicker {
    font-size: 12px;
    letter-spacing: 4px;
  }

  .contact h2 {
    font-size: 32px;
  }

  .contact__intro {
    font-size: 16px;
  }

  .contact h2 br,
  .contact__intro br {
    display: none;
  }

  .contact-form input:not([type="checkbox"]):not([type="submit"]),
  .contact-form textarea {
    font-size: 18px;
  }

  .contact-form__submit,
  .contact-form .wpcf7-submit {
    width: 100%;
  }

  .direct-contact__card {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 24px;
  }

  .direct-contact__card p {
    font-size: 18px;
  }
}


/* Template Home v2 typography: Rajdhani for headings, Inter for body copy */
.page-template-template-home-v2 .preditor-home-v2,
.page-template-template-home-v2 .preditor-home-v2 p,
.page-template-template-home-v2 .preditor-home-v2 li,
.page-template-template-home-v2 .preditor-home-v2 a,
.page-template-template-home-v2 .preditor-home-v2 span,
.page-template-template-home-v2 .preditor-home-v2 label,
.page-template-template-home-v2 .preditor-home-v2 input,
.page-template-template-home-v2 .preditor-home-v2 textarea,
.page-template-template-home-v2 .preditor-home-v2 button {
  font-family: Inter, Helvetica, Arial, Verdana, sans-serif !important;
}

.page-template-template-home-v2 .preditor-home-v2 h1,
.page-template-template-home-v2 .preditor-home-v2 h2,
.page-template-template-home-v2 .preditor-home-v2 h3,
.page-template-template-home-v2 .preditor-home-v2 h4,
.page-template-template-home-v2 .preditor-home-v2 h5,
.page-template-template-home-v2 .preditor-home-v2 h6,
.page-template-template-home-v2 .preditor-home-v2 .section-kicker,
.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__headline p {
  font-family: Rajdhani, Helvetica, Arial, Verdana, sans-serif !important;
}

.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__demo:hover,
.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__demo:focus,
.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__button--primary:hover,
.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__button--primary:focus,
.page-template-template-home-v2 .preditor-home-v2 .technology-item__actions .button--yellow:hover,
.page-template-template-home-v2 .preditor-home-v2 .technology-item__actions .button--yellow:focus,
.page-template-template-home-v2 .preditor-home-v2 .contact-form__submit:hover,
.page-template-template-home-v2 .preditor-home-v2 .contact-form__submit:focus,
.page-template-template-home-v2 .preditor-home-v2 .contact-form .wpcf7-submit:hover,
.page-template-template-home-v2 .preditor-home-v2 .contact-form .wpcf7-submit:focus {
  background: #0e223b !important;
  background-color: #0e223b !important;
  background-image: none !important;
  color: #ffffff !important;
}

.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__button--outline:hover,
.page-template-template-home-v2 .preditor-home-v2 .hero-preditor__button--outline:focus,
.page-template-template-home-v2 .preditor-home-v2 .technology-item__actions .button--dark:hover,
.page-template-template-home-v2 .preditor-home-v2 .technology-item__actions .button--dark:focus {
  border-color: #f5b436 !important;
  background: #f5b436 !important;
  background-color: #f5b436 !important;
  background-image: none !important;
  color: #ffffff !important;
}