.technology-page {
  --technology-ink: #0f172a;
  --technology-slate: #1e293b;
  --technology-muted: #64748b;
  --technology-line: #d8e0ec;
  --technology-canvas: #f3f7ff;
  --technology-green: #0f8f68;
  overflow: hidden;
  color: var(--technology-ink);
}

.technology-hero {
  position: relative;
  padding: 76px 0 86px;
  background-color: var(--technology-canvas);
  background-image: radial-gradient(circle, #d5deed 1px, transparent 1px);
  background-size: 20px 20px;
}

.technology-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: var(--color-primary);
  content: "";
}

.technology-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: 76px;
  align-items: center;
  margin-bottom: 60px;
}

.technology-hero__copy {
  max-width: 740px;
}

.technology-hero__visual {
  display: grid;
  gap: 18px;
}

.technology-hero__image {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: 14px;
  object-fit: cover;
  object-position: 62% center;
  box-shadow: 0 20px 42px rgba(44, 74, 125, 0.16);
}

.technology-eyebrow {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.technology-hero h1 {
  margin: 0;
  color: var(--technology-ink);
  font-size: clamp(3.2rem, 5.1vw, 4.7rem);
  font-weight: 760;
  line-height: 1.01;
  letter-spacing: -0.05em;
}

.technology-hero__lead {
  max-width: 620px;
  margin: 24px 0 30px;
  color: #536176;
  font-size: 1.05rem;
  line-height: 1.65;
}

.technology-hero .btn,
.technology-final .btn {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 750;
}

.technology-plan {
  width: 100%;
  border: 1px solid #c6d1e0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 40px rgba(44, 74, 125, 0.12);
}

.technology-plan__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid var(--technology-line);
}

.technology-plan__header div > span,
.technology-plan__header strong {
  display: block;
}

.technology-plan__header div > span {
  margin-bottom: 3px;
  color: var(--technology-muted);
  font-size: 0.7rem;
  font-weight: 750;
  text-transform: uppercase;
}

.technology-plan__header strong {
  font-size: 1.25rem;
}

.technology-plan__status {
  padding: 6px 9px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #127155;
  font-size: 0.68rem;
  font-weight: 800;
}

.technology-plan__labels,
.technology-plan__row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(72px, 0.55fr) minmax(100px, 0.8fr);
  gap: 12px;
  align-items: center;
}

.technology-plan__labels {
  padding: 11px 20px;
  border-bottom: 1px solid var(--technology-line);
  color: #8a97a9;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.technology-plan__row {
  min-height: 66px;
  padding: 13px 20px;
  border-bottom: 1px solid var(--technology-line);
  font-size: 0.78rem;
}

.technology-plan__row:last-child {
  border-bottom: 0;
}

.technology-plan__row strong {
  font-size: 0.84rem;
}

.technology-plan__row > span {
  color: var(--technology-muted);
}

.technology-plan__planned {
  color: #a15b08 !important;
  font-weight: 750;
}

.technology-chart {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #cad4e2;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(29, 54, 94, 0.15);
}

.technology-chart__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #e0e6ef;
  color: #29364a;
  font-size: 0.76rem;
}

.technology-chart__bar strong {
  display: flex;
  align-items: center;
  gap: 8px;
}

.technology-chart__bar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.technology-chart__bar span {
  color: #778296;
}

.technology-chart__frame {
  display: block;
  width: 100%;
  height: 540px;
  border: 0;
  background: #f8fafc;
}

.technology-chart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  padding: 12px 20px;
  border-top: 1px solid #e0e6ef;
  color: #778296;
  font-size: 0.78rem;
}

.technology-chart__footer a {
  flex: 0 0 auto;
  color: var(--color-primary);
  font-weight: 750;
  text-decoration: none;
}

.technology-chart__footer i {
  margin-left: 4px;
  font-size: 0.7rem;
}

.technology-structure {
  padding: 94px 0;
  background: #fff;
}

.technology-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.technology-section-heading h2,
.technology-roadmap h2,
.technology-final h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.technology-section-heading > p:last-child {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--technology-muted);
  line-height: 1.65;
}

.technology-structure__groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.technology-structure__groups article {
  position: relative;
  padding: 28px;
  border: 1px solid var(--technology-line);
  border-radius: 10px;
  background: #fff;
}

.technology-structure__number {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #9aa7b8;
  font-size: 0.68rem;
  font-weight: 800;
}

.technology-structure__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 9px;
  background: #eff6ff;
  color: var(--color-primary);
}

.technology-structure__groups h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.technology-structure__groups p {
  min-height: 68px;
  margin: 9px 0 20px;
  color: var(--technology-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.technology-structure__groups small {
  display: block;
  padding-top: 15px;
  border-top: 1px solid var(--technology-line);
  color: #536176;
  font-size: 0.72rem;
  font-weight: 750;
}

.technology-roadmap {
  padding: 96px 0;
  background: var(--technology-slate);
  color: #fff;
}

.technology-roadmap__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 94px;
  align-items: start;
}

.technology-roadmap .technology-eyebrow {
  color: #8eb8ff;
}

.technology-roadmap__copy > p:last-child {
  max-width: 540px;
  margin: 20px 0 0;
  color: #c6d0dc;
  line-height: 1.65;
}

.technology-roadmap__steps {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.technology-roadmap__steps::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 38px;
  width: 1px;
  background: #4c5b70;
  content: "";
}

.technology-roadmap__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 20px;
  min-height: 104px;
  padding-bottom: 24px;
}

.technology-roadmap__steps li:last-child {
  min-height: 0;
  padding-bottom: 0;
}

.technology-roadmap__steps li > span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 36px;
  border: 1px solid #5d6d83;
  border-radius: 999px;
  background: var(--technology-slate);
  color: #9fc0fa;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.technology-roadmap__steps div {
  padding: 6px 0 22px;
  border-bottom: 1px solid #405067;
}

.technology-roadmap__steps li:last-child div {
  border-bottom: 0;
}

.technology-roadmap__steps strong {
  display: block;
  font-size: 1rem;
}

.technology-roadmap__steps p {
  margin: 8px 0 0;
  color: #c6d0dc;
  font-size: 0.87rem;
  line-height: 1.55;
}

.technology-final {
  padding: 96px 0;
  background: #fff;
}

.technology-final__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 90px;
  align-items: start;
}

.technology-final__cta > p:not(.technology-eyebrow) {
  max-width: 500px;
  margin: 18px 0 27px;
  color: var(--technology-muted);
  line-height: 1.65;
}

.technology-faq {
  border-top: 1px solid #cfd7e3;
}

.technology-faq details {
  border-bottom: 1px solid #cfd7e3;
}

.technology-faq summary {
  padding: 22px 0;
  color: var(--technology-ink);
  font-size: 1rem;
  font-weight: 760;
  cursor: pointer;
}

.technology-faq details p {
  margin: -3px 0 22px;
  color: var(--technology-muted);
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .technology-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
    gap: 52px;
  }

  .technology-hero__image {
    object-position: 66% center;
  }

  .technology-roadmap__layout,
  .technology-final__layout {
    gap: 54px;
  }
}

@media (max-width: 767.98px) {
  .technology-hero {
    padding: 42px 0 58px;
    background-size: 17px 17px;
  }

  .technology-hero__layout,
  .technology-roadmap__layout,
  .technology-final__layout {
    grid-template-columns: 1fr;
  }

  .technology-hero__layout {
    gap: 38px;
    margin-bottom: 42px;
  }

  .technology-hero__visual {
    gap: 16px;
  }

  .technology-hero__image {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    object-position: 66% 42%;
  }

  .technology-hero h1 {
    font-size: 2.65rem;
  }

  .technology-hero__lead {
    margin: 18px 0 24px;
    font-size: 0.94rem;
  }

  .technology-hero .btn,
  .technology-final .btn {
    width: 100%;
  }

  .technology-plan__labels,
  .technology-plan__row {
    grid-template-columns: minmax(0, 1.2fr) 68px minmax(84px, 0.8fr);
    gap: 8px;
  }

  .technology-plan {
    width: 100%;
    margin: 0;
  }

  .technology-plan__labels,
  .technology-plan__row {
    padding-right: 14px;
    padding-left: 14px;
  }

  .technology-plan__row {
    font-size: 0.72rem;
  }

  .technology-plan__row strong {
    font-size: 0.76rem;
  }

  .technology-chart {
    border-radius: 10px;
  }

  .technology-chart__bar {
    min-height: 46px;
    padding: 0 13px;
    font-size: 0.68rem;
  }

  .technology-chart__frame {
    height: 500px;
  }

  .technology-chart__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 12px 13px;
  }

  .technology-structure,
  .technology-roadmap,
  .technology-final {
    padding: 68px 0;
  }

  .technology-section-heading {
    margin-bottom: 34px;
  }

  .technology-section-heading h2,
  .technology-roadmap h2,
  .technology-final h2 {
    font-size: 2.35rem;
  }

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

  .technology-structure__groups p {
    min-height: 0;
  }

  .technology-roadmap__layout {
    gap: 48px;
  }

  .technology-roadmap__steps li {
    grid-template-columns: 70px 1fr;
    gap: 15px;
  }

  .technology-roadmap__steps li > span {
    width: 68px;
  }

  .technology-roadmap__steps::before {
    left: 34px;
  }

  .technology-final__layout {
    gap: 50px;
  }
}
