/* =========================================================
   TECHNOLOGY PAGE
   Clean / light / About Us + Industries visual language
========================================================= */

.technology-page {
  background: #f5f7fa;
  color: #1a2b49;
}

.technology-page .technology-section,
.technology-page .technology-closing {
  background: #f5f7fa;
}

.technology-label,
.technology-hero-label {
  display: block;
  margin-bottom: 16px;

  font-size: 12px;
  line-height: 1;

  font-weight: 700;
  letter-spacing: 1.5px;

  color: #2b6cb0;
}


/* =========================================================
   HERO
========================================================= */

.technology-hero {
  position: relative;

  width: 100%;
  height: 500px;

  overflow: hidden;

  display: flex;
  align-items: center;

  background: #f5f7fa;
}

.technology-hero-bg {
  position: absolute;
  inset: 0;

  z-index: 0;

  background-image: url("../hero/image-technology-hero.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.technology-hero-content {
  position: relative;
  z-index: 2;

  padding-top: 35px;
}

.technology-hero h1 {
  max-width: 780px;

  margin: 0;

  font-size: 46px;
  line-height: 1.15;
  font-weight: 700;

  letter-spacing: -0.8px;

  color: #1a2b49;
}

.technology-hero h1 span {
  color: #2b6cb0;
}

.technology-hero p {
  max-width: 590px;

  margin: 22px 0 0;

  font-size: 16px;
  line-height: 1.65;

  color: #4a5a70;
}


/* =========================================================
   GENERIC SECTIONS
========================================================= */

.technology-section {
  padding: 90px 0;
}

.technology-section + .technology-section {
  border-top: 1px solid #e1e6ef;
}

.technology-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 70px;
  align-items: start;
}

.technology-section-heading h2 {
  max-width: 600px;

  margin: 0;

  font-size: 36px;
  line-height: 1.18;
  font-weight: 700;

  letter-spacing: -0.6px;

  color: #1a2b49;
}

.technology-section-heading h2 span {
  display: block;
  color: #2b6cb0;
}

.technology-section-content p {
  max-width: 650px;

  margin: 0 0 18px;

  font-size: 15px;
  line-height: 1.75;

  color: #5c6b7a;
}

.technology-section-content p:last-child {
  margin-bottom: 0;
}

.technology-section-title {
  max-width: 850px;
  margin-bottom: 55px;
}

.technology-section-title h2 {
  margin: 0;

  font-size: 40px;
  line-height: 1.18;
  font-weight: 700;

  letter-spacing: -0.7px;

  color: #1a2b49;
}

.technology-section-title h2 span {
  color: #2b6cb0;
}

.technology-section-title > p {
  max-width: 700px;

  margin: 20px 0 0;

  font-size: 15px;
  line-height: 1.7;

  color: #5c6b7a;
}


/* =========================================================
   TECHNOLOGY DOMAINS
========================================================= */

.technology-domain-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}

.technology-domain-card {
  min-height: 275px;

  padding: 32px;

  background: #ffffff;

  border: 1px solid #e1e6ef;
  border-radius: 4px;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.technology-domain-card:hover {
  transform: translateY(-3px);

  border-color: #c9d7e8;

  box-shadow: 0 10px 25px rgba(31, 52, 79, 0.07);
}

.technology-number {
  display: block;

  margin-bottom: 27px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;

  color: #8a98a8;
}

.technology-domain-card h3 {
  margin: 0 0 13px;

  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;

  color: #1a2b49;
}

.technology-domain-card > p {
  max-width: 560px;

  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: #657487;
}

.technology-tags {
  display: flex;
  flex-wrap: wrap;

  gap: 7px;

  margin-top: 22px;
}

.technology-tags span {
  padding: 7px 10px;

  font-size: 11px;
  line-height: 1.2;

  color: #53657a;

  background: #f3f6fa;

  border: 1px solid #e3e9f1;
}


/* =========================================================
   TECHNOLOGY FLOW
========================================================= */

.technology-flow {
  display: flex;
  align-items: stretch;

  gap: 0;

  overflow-x: auto;

  padding-bottom: 8px;
}

.technology-flow-item {
  flex: 1 0 185px;

  min-height: 230px;

  padding: 27px;

  background: #ffffff;

  border: 1px solid #e1e6ef;
}

.technology-flow-item > span {
  display: block;

  margin-bottom: 25px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.3px;

  color: #2b6cb0;
}

.technology-flow-item h3 {
  margin: 0 0 14px;

  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;

  color: #1a2b49;
}

.technology-flow-item p {
  margin: 0;

  font-size: 12px;
  line-height: 1.65;

  color: #657487;
}

.technology-flow-arrow {
  flex: 0 0 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 17px;

  color: #8fa0b2;
}


/* =========================================================
   DIGITAL PLATFORMS
========================================================= */

.technology-platforms {
  background: #f1f5f9 !important;
}

.technology-platform-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  margin-top: 55px;
}

.technology-platform-grid article,
.technology-ai-grid article {
  min-height: 220px;

  padding: 28px;

  background: #ffffff;

  border: 1px solid #dfe6ef;
}

.technology-platform-grid article > span,
.technology-ai-grid article > span {
  display: block;

  margin-bottom: 30px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;

  color: #2b6cb0;
}

.technology-platform-grid h3,
.technology-ai-grid h3 {
  margin: 0 0 13px;

  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;

  color: #1a2b49;
}

.technology-platform-grid p,
.technology-ai-grid p {
  margin: 0;

  font-size: 12px;
  line-height: 1.7;

  color: #657487;
}


/* =========================================================
   AI
========================================================= */

.technology-ai-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  margin-top: 55px;
}


/* =========================================================
   DEVELOPMENT
========================================================= */

.technology-development {
  background: #f1f5f9 !important;
}

.technology-development-flow {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 1px;

  background: #dfe6ef;

  border: 1px solid #dfe6ef;
}

.technology-development-flow div {
  min-height: 145px;

  padding: 25px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #ffffff;
}

.technology-development-flow span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;

  color: #2b6cb0;
}

.technology-development-flow strong {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;

  color: #1a2b49;
}


/* =========================================================
   MATURITY
========================================================= */

.technology-maturity-grid {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  gap: 18px;
}

.technology-maturity-grid article {
  min-height: 255px;

  padding: 28px;

  background: #ffffff;

  border: 1px solid #e1e6ef;
}

.technology-maturity-grid article > span {
  display: block;

  margin-bottom: 28px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;

  color: #2b6cb0;
}

.technology-maturity-grid h3 {
  margin: 0 0 14px;

  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;

  color: #1a2b49;
}

.technology-maturity-grid p {
  margin: 0;

  font-size: 12px;
  line-height: 1.7;

  color: #657487;
}


/* =========================================================
   FLYWHEEL
========================================================= */

.technology-flywheel {
  background: #f1f5f9 !important;
}

.technology-flywheel-line {
  display: flex;
  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 15px;

  margin-top: 55px;

  padding: 32px;

  background: #ffffff;

  border: 1px solid #dfe6ef;
}

.technology-flywheel-line span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;

  color: #1a2b49;
}

.technology-flywheel-line b {
  font-size: 17px;
  font-weight: 400;

  color: #8fa0b2;
}


/* =========================================================
   PRINCIPLES
========================================================= */

.technology-principles-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.technology-principles-grid article {
  min-height: 155px;

  padding: 28px;

  background: #ffffff;

  border: 1px solid #e1e6ef;
}

.technology-principles-grid h3 {
  margin: 0 0 12px;

  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;

  color: #1a2b49;
}

.technology-principles-grid p {
  margin: 0;

  font-size: 12px;
  line-height: 1.7;

  color: #657487;
}


/* =========================================================
   CLOSING
========================================================= */

.technology-closing {
  padding: 95px 0 105px;

  text-align: center;

  border-top: 1px solid #e1e6ef;
}

.technology-closing h2 {
  max-width: 900px;

  margin: 0 auto;

  font-size: 40px;
  line-height: 1.16;
  font-weight: 700;

  letter-spacing: -0.7px;

  color: #1a2b49;
}

.technology-closing h2 span {
  display: block;
  color: #2b6cb0;
}

.technology-closing p {
  max-width: 720px;

  margin: 22px auto 0;

  font-size: 15px;
  line-height: 1.75;

  color: #5c6b7a;
}

.technology-closing .btn-main {
  display: inline-block;
  margin-top: 30px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

  .technology-hero {
    height: 460px;
  }

  .technology-hero h1 {
    font-size: 42px;
  }

  .technology-platform-grid,
  .technology-ai-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-maturity-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 900px) {

  .technology-development-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .technology-principles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 768px) {

  .technology-hero {
    height: 520px;
    align-items: flex-end;
  }

  .technology-hero-bg {
    background-position: 60% center;
  }

  .technology-hero-content {
    padding-bottom: 50px;
  }

  .technology-hero h1 {
    font-size: 34px;
  }

  .technology-hero p {
    font-size: 14px;
  }

  .technology-section {
    padding: 70px 0;
  }

  .technology-two-column {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .technology-section-heading h2 {
    font-size: 31px;
  }

  .technology-section-title h2 {
    font-size: 33px;
  }

  .technology-domain-grid,
  .technology-platform-grid,
  .technology-ai-grid,
  .technology-maturity-grid,
  .technology-principles-grid {
    grid-template-columns: 1fr;
  }

  .technology-flow {
    flex-direction: column;
  }

  .technology-flow-arrow {
    min-height: 30px;
    flex-basis: 30px;
    transform: rotate(90deg);
  }

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

  .technology-flywheel-line {
    flex-direction: column;
    gap: 11px;
  }

  .technology-flywheel-line b {
    transform: rotate(90deg);
  }

  .technology-closing {
    padding: 75px 0 85px;
  }

  .technology-closing h2 {
    font-size: 34px;
  }

}

@media (max-width: 480px) {

  .technology-hero {
    height: 540px;
  }

  .technology-hero h1 {
    font-size: 31px;
  }

  .technology-section-heading h2 {
    font-size: 28px;
  }

  .technology-section-title h2 {
    font-size: 29px;
  }

  .technology-closing h2 {
    font-size: 31px;
  }

}
