/* ==========================================
   TECHNOLOGY PAGE
   ========================================== */

main {
  width: 100%;
}


/* ==========================================
   EYEBROW
   ========================================== */

.section-eyebrow {
  margin: 0 0 18px;

  color: #0096D5;

  font-size: 12px;
  font-weight: 600;
  line-height: 16px;

  letter-spacing: 1.4px;
  text-transform: uppercase;
}


/* ==========================================
   HERO
   ========================================== */

.technology-hero {
  width: 100%;

  padding: 88px 48px 96px;

  background: #FFFFFF;
}


.technology-hero__inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 72px;
}


.technology-hero__content {
  width: 510px;
  flex-shrink: 0;
}


.technology-hero__title {
  margin: 0;

  color: #063767;

  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;

  letter-spacing: -1px;
}


.technology-hero__subtitle {
  margin-top: 28px;

  color: #111111;

  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}


.technology-hero__text {
  margin-top: 20px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


.technology-hero__image-wrap {
  width: 550px;
  height: 440px;

  flex-shrink: 0;

  overflow: hidden;

  border-radius: 10px;
}


.technology-hero__image {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* ==========================================
   ENTERPRISE
   ========================================== */

.enterprise {
  width: 100%;

  padding: 112px 48px 120px;

  background: #F7F9FB;
}


.enterprise__inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
}


.enterprise__title {
  width: 100%;
  max-width: none;

  margin: 0;

  color: #063767;

  font-size: 38px;
  font-weight: 700;
  line-height: 48px;

  white-space: nowrap;
}

.enterprise__intro {
  margin-top: 28px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


.enterprise__description {
  max-width: 1120px;

  margin-top: 24px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


.enterprise__label {
  margin-top: 22px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


.enterprise__features {
  margin-top: 28px;

  display: grid;

  grid-template-columns: 1fr 1fr;

  column-gap: 70px;
}


.enterprise__feature-column {
  display: flex;

  flex-direction: column;

  gap: 14px;
}


/* ==========================================
   TICK ICON ITEMS
   ========================================== */

.feature-item {
  display: flex;

  align-items: flex-start;

  gap: 12px;

  color: #111111;

  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}


/* Your SVG tick icon */

.feature-item__icon {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  margin-top: 1px;

  object-fit: contain;
}


/* ==========================================
   OPERATIONS
   ========================================== */

.operations {
  width: 100%;

  padding: 120px 48px;

  background: #FFFFFF;
}


.operations__inner {
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 100px;
}


.operations__content {
  width: 500px;

  flex-shrink: 0;
}


.operations__title {
  margin: 0;

  color: #063767;

  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}


.operations__description {
  margin-top: 28px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


.operations__benefits {
  margin-top: 28px;

  display: flex;

  flex-direction: column;

  gap: 12px;
}


.operations__note {
  margin-top: 24px;

  color: #454545;

  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}


/* ==========================================
   BUTTON
   ========================================== */

.operations__button {
  width: auto;

  margin-top: 24px;

  padding: 16px 30px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  background: #0096D5;

  color: #FFFFFF;

  border-radius: 7px;

  box-shadow:
    0 6px 16px rgba(0, 150, 213, 0.25);

  font-size: 15px;
  font-weight: 600;
  line-height: 20px;

  text-decoration: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


.operations__button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 8px 20px rgba(0, 150, 213, 0.3);
}


/* ==========================================
   BLUE OPERATIONS CARD
   ========================================== */

.operations-card {
  width: 500px;

  flex-shrink: 0;

  padding: 32px;

  background: #075A98;

  border-radius: 14px;

  box-shadow:
    0 14px 32px rgba(6, 55, 103, 0.16);
}


.operations-card__label {
  margin-bottom: 20px;

  color: rgba(255, 255, 255, 0.55);

  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}


.operations-card__item {
  width: 100%;
  min-height: 112px;

  padding: 22px;

  display: flex;

  align-items: flex-start;

  gap: 14px;

  background: rgba(255, 255, 255, 0.08);

  border:
    1px solid rgba(255, 255, 255, 0.08);

  border-radius: 12px;
}


.operations-card__item + .operations-card__item {
  margin-top: 16px;
}


.operations-card__number {
  width: 28px;
  height: 28px;

  flex: 0 0 28px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #0096D5;

  color: #FFFFFF;

  border-radius: 50%;

  font-size: 13px;
  font-weight: 600;
}


.operations-card__item h3 {
  margin: 2px 0 0;

  color: #FFFFFF;

  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}


.operations-card__item p {
  margin-top: 9px;

  color: rgba(255, 255, 255, 0.55);

  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}


/* ==========================================
   TABLET
   ========================================== */

@media (max-width: 1100px) {

  .technology-hero__inner,
  .operations__inner {
    flex-direction: column;
  }


  .technology-hero__content,
  .technology-hero__image-wrap,
  .operations__content,
  .operations-card {
    width: 100%;

    max-width: 700px;
  }


  .technology-hero__image-wrap {
    height: auto;

    aspect-ratio: 1.3 / 1;
  }

}


/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 768px) {

  .technology-hero,
  .enterprise,
  .operations {
    padding-left: 24px;
    padding-right: 24px;
  }


  .technology-hero {
    padding-top: 60px;
    padding-bottom: 70px;
  }


  .technology-hero__title {
    font-size: 38px;
    line-height: 44px;
  }


  .technology-hero__subtitle {
    font-size: 18px;
  }


  .enterprise {
    padding-top: 70px;
    padding-bottom: 70px;
  }


  .enterprise__title {
    font-size: 30px;
    line-height: 38px;
  }


  .enterprise__features {
    grid-template-columns: 1fr;

    row-gap: 14px;
  }


  .operations {
    padding-top: 70px;
    padding-bottom: 70px;
  }


  .operations__inner {
    gap: 60px;
  }


  .operations__title {
    font-size: 30px;
    line-height: 38px;
  }


  .operations-card {
    padding: 22px;
  }

}