/* ============================================================
   TECHNOLOGY PAGE  —  tc- prefix
   ============================================================ */

/* ── HERO ─────────────────────────────────────────────────── */
.tc-hero {
  padding: 0 3.75rem;
  padding-top: 2rem;
  background: #fff;
}

.tc-hero__inner {
  position: relative;
  max-width: 1320px;
  height: 526px;
  margin: 0 auto;
  border-radius: 50px;
  overflow: hidden;
  background: linear-gradient(228deg, #263F5B 0%, #709789 39%, #EF8481 74%);
}

.tc-hero__design {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -60px;
  right: -31px;
  width: 486px;
}

.tc-hero__person {
  z-index: 2;
}

.tc-hero__deco {
  position: absolute;
  width: 375px;
  height: 527px;
  opacity: 0.30;
  border: 5px solid #C25A58;
  pointer-events: none;
}

.tc-hero__deco--top {
  left: -60px;
  top: -272px;
  transform: rotate(-15deg);
  transform-origin: top left;
}

.tc-hero__deco--bottom {
  left: 54px;
  top: 762px;
  transform: rotate(-152deg);
  transform-origin: top left;
}

.tc-hero__glow {
  position: absolute;
  width: 360px;
  height: 677px;
  right: 120px;
  top: 15px;
  background: #517674;
  border-radius: 50%;
  filter: blur(47px);
  pointer-events: none;
}

.tc-hero__content {
  position: absolute;
  left: 72px;
  top: 150px;
  width: 620px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
}

.tc-hero__title {
  color: #fff;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.067;
  margin: 0;
}

.tc-hero__sub {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.tc-hero__person {
  position: absolute;
  width: 406px;
  height: auto;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


/* ── OUR APPROACH ─────────────────────────────────────────── */
.tc-approach {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.tc-approach__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.tc-approach__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

.tc-approach__body {
  max-width: 660px;
  text-align: center;
  color: #3E4554;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.tc-approach__img-wrap {
  width: 100%;
  margin-top: 0.5rem;
}

.tc-approach__img {
  width: 100%;
  max-width: 931px;
  display: block;
  margin: 0 auto;
  border-radius: 39px;
  object-fit: cover;
  background: #D9D9D9;
  aspect-ratio: 931 / 406;
}


/* ── CORE INNOVATIONS ─────────────────────────────────────── */
.tc-innovations {
  background: linear-gradient(180deg, #fff 0%, #F4F8FE 100%);
  padding: 5rem 3.75rem 6rem;
}

.tc-innovations__container {
  max-width: 1320px;
  margin: 0 auto;
}

.tc-innovations__header {
  text-align: center;
  margin-bottom: 3rem;
}

.tc-innovations__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.tc-innovations__sub {
  color: #3E4554;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}

.tc-innovations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Card base */
.tc-card {
  border-radius: 40px;
  border: 2px solid #EAEAEA;
  padding: 3rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
}

.tc-card--call {
  background: radial-gradient(ellipse 124.58% 107.35% at 82.87% 86.43%, #C4D7FF 0%, white 62%), #FFFEFD;
}

.tc-card--data {
  background: radial-gradient(ellipse 86.74% 71.39% at 84.84% 90.50%, #A6F6E5 0%, white 62%), #FFFEFD;
}

.tc-card--pay {
  background: radial-gradient(ellipse 91.66% 77.83% at 74.25% 85.90%, #FFE894 0%, white 61%), #FFFEFD;
}

.tc-card__top {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.tc-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  flex-shrink: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tc-card__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tc-card__name {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.tc-card__esdiac {
  color: #071738;
}

.tc-card__product--call { color: #7D8AA7; }
.tc-card__product--data { color: #46D2BA; }
.tc-card__product--pay  { color: #DA9500; }

.tc-card__tagline {
  color: #000;
  font-size: 1.17rem;
  font-weight: 400;
  margin: 0;
}

.tc-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}

.tc-card__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.tc-card__bullet {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9l4 4 8-8' stroke='%23071738' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}

.tc-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #071738;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  text-transform: capitalize;
  margin-top: auto;
}

.tc-card__btn:hover {
  opacity: 0.88;
}


/* ── BUILT FOR RELIABILITY ────────────────────────────────── */
.tc-reliability {
  background: #fff;
  padding: 5rem 3.75rem 6rem;
}

.tc-reliability__container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
}

.tc-reliability__title {
  color: #071738;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 872px;
  margin: 0;
}

.tc-reliability__cards {
  position: relative;
  width: 100%;
  height: 420px;
}

.tc-rel-card {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}

.tc-rel-card--security {
  width: 896px;
  height: 341px;
  top: 0;
  background: #2B8471;
  border-radius: 19px;
  border: 1px solid #E0E0E0;
  z-index: 1;
}

.tc-rel-card--security::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #2B8471 35%, rgba(43, 132, 113, 0.6) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.tc-rel-card--scale {
  width: 974px;
  height: 356px;
  top: 68px;
  background: linear-gradient(92deg, #071738 40%, rgba(7, 23, 56, 0.0) 100%);
  box-shadow: 0px -11px 30px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.tc-rel-card__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.tc-rel-card--scale::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #071738 35%, rgba(7, 23, 56, 0.6) 60%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.tc-rel-card__content {
  position: absolute;
  left: 52px;
  top: 52px;
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 2;
}

.tc-rel-card__heading {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.tc-rel-card__body {
  color: #fff;
  font-size: 1.075rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}


/* ── CTA ──────────────────────────────────────────────────── */
.tc-cta {
  background: #FFFDFA;
  padding: 5rem 3.75rem;
}

.tc-cta__box {
  max-width: 1320px;
  margin: 0 auto;
  height: 460px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(317deg, #0A1C33 0%, #29829D 100%);
}

.tc-cta__deco {
  position: absolute;
  opacity: 0.70;
  border: 2.4px solid #fff;
  pointer-events: none;
}

.tc-cta__deco--left {
  width: 529px;
  height: 292px;
  left: 345px;
  top: 460px;
  transform: rotate(-154deg);
  transform-origin: top left;
}

.tc-cta__deco--right {
  width: 533px;
  height: 294px;
  right: -50px;
  top: 215px;
  transform: rotate(-26deg);
  transform-origin: top left;
}

.tc-cta__content {
  position: absolute;
  left: 82px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  width: 540px;
}

.tc-cta__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.tc-cta__btn {
  padding: 1rem 1.5rem;
  background: #fff;
  color: #071738;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  line-height: 1.2;
}

.tc-cta__btn:hover {
  opacity: 0.9;
}

.tc-cta__circle {
  position: absolute;
  right: -30px;
  top: -29px;
  width: 619px;
  height: 619px;
  border-radius: 50%;
  overflow: hidden;
  background: #D9D9D9;
}

.tc-cta__circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ═══════════════════════════════════════════════════════════
   TECHNOLOGY PAGE — RESPONSIVE
═══════════════════════════════════════════════════════════ */

/* ─── 1380px: fluid innovation grid ──────────────────────── */
@media (max-width: 1380px) {

  .tc-innovations__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .tc-rel-card--security {
    width: 100%;
  }

  .tc-rel-card--scale {
    width: 100%;
  }

}

/* ─── 1024px: tablet ──────────────────────────────────────── */
@media (max-width: 1024px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .tc-hero {
    padding: 1rem 1.5rem 0;
  }

  .tc-hero__inner {
    height: auto !important;
    padding: 3rem 2rem 3rem;
  }

  .tc-hero__person,
  .tc-hero__design,
  .tc-hero__glow,
  .tc-hero__deco {
    display: none !important;
  }

  .tc-hero__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
  }

  .tc-hero__title {
    font-size: 2.25rem;
  }

  .tc-hero__sub {
    font-size: 1rem;
  }

  /* ─── APPROACH ──────────────────────────────────────────── */
  .tc-approach {
    padding: 3rem 1.5rem;
  }

  .tc-approach__title {
    font-size: 2rem;
  }

  /* ─── INNOVATIONS ───────────────────────────────────────── */
  .tc-innovations {
    padding: 3rem 1.5rem 4rem;
  }

  .tc-innovations__title {
    font-size: 2rem;
  }

  .tc-innovations__grid {
    grid-template-columns: 1fr !important;
  }

  /* ─── RELIABILITY ───────────────────────────────────────── */
  .tc-reliability {
    padding: 3rem 1.5rem 4rem;
  }

  .tc-reliability__title {
    font-size: 2rem;
  }

  .tc-reliability__cards {
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .tc-rel-card {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    height: 280px !important;
  }

  .tc-rel-card__content {
    left: 2rem;
    top: 2rem;
    width: calc(100% - 4rem);
  }

  /* ─── CTA ───────────────────────────────────────────────── */
  .tc-cta {
    padding: 3rem 1.5rem;
  }

  .tc-cta__box {
    height: auto !important;
    padding: 3rem 2rem;
  }

  .tc-cta__circle,
  .mt-app-cta__ellipse,
  .mt-app-cta__ellipse-right,
  .mt-app-cta__star {
    display: none !important;
  }

  .tc-cta__content {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    text-align: center;
    align-items: center;
    margin: 0 auto;
  }

  .tc-cta__title {
    font-size: 2rem;
  }

}

/* ─── 768px: mobile ─────────────────────────────────────── */
@media (max-width: 768px) {

  /* ─── HERO ─────────────────────────────────────────────── */
  .tc-hero__title {
    font-size: 1.875rem;
  }

  /* ─── APPROACH ──────────────────────────────────────────── */
  .tc-approach__title {
    font-size: 1.75rem;
  }

  .tc-approach__body {
    font-size: 1rem;
  }

  /* ─── INNOVATIONS ───────────────────────────────────────── */
  .tc-innovations__title {
    font-size: 1.75rem;
  }

  /* ─── RELIABILITY ───────────────────────────────────────── */
  .tc-reliability__title {
    font-size: 1.75rem;
  }

  .tc-rel-card {
    height: 240px !important;
  }

  .tc-rel-card__heading {
    font-size: 1.4rem;
  }

  .tc-rel-card__body {
    font-size: 1rem;
  }

  /* ─── CTA ───────────────────────────────────────────────── */
  .tc-cta__title {
    font-size: 1.75rem;
  }

}
