.technical-specs {
  margin-top: 56px;
  background: linear-gradient(180deg, #0f1b35 0%, #091226 100%);
  border-top: 3px solid #2350bb;
  border-bottom: 2px solid #f26a2d;
  color: #f6f8ff;
  padding: 58px 0 42px;
}

.tech-wrap {
  width: min(1100px, calc(100% - (var(--page-pad) * 2)));
  margin-inline: auto;
}

.tech-heading {
  margin: 0;
  font-family: "Urbanist", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0;
}

.tech-subtext {
  margin: 12px 0 28px;
  max-width: 680px;
  color: #aeb9d2;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.006em;
}

.tech-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.tech-table thead th {
  background: rgba(169, 182, 209, 0.28);
  color: #e8eefc;
  text-align: left;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 14px;
  letter-spacing: 0.2px;
}

.tech-table tbody td {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #d9e2f6;
  padding: 12px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tech-table tbody td:first-child {
  width: 48%;
  color: #f3f6ff;
}

.tech-flag {
  color: #ffe28f;
}

.tech-action {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.tech-download {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #f4f7ff;
  border-radius: 7px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 900px) {
  .technical-specs {
    padding: 42px 0 36px;
  }

  .tech-heading {
    font-size: 36px;
  }

  .tech-subtext {
    font-size: 12px;
    margin: 10px 0 22px;
    max-width: 100%;
  }

  .tech-table tbody td,
  .tech-table thead th {
    font-size: 12px;
    padding: 10px 10px;
  }
}

@media (max-width: 680px) {
  .technical-specs {
    margin-top: 42px;
    padding: 34px 0 30px;
  }

  .tech-heading {
    font-size: 32px;
    line-height: 118%;
  }

  .tech-subtext {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 16px;
  }

  .tech-table {
    table-layout: fixed;
    border-radius: 10px;
    overflow: hidden;
  }

  .tech-table thead {
    display: table-header-group;
  }

  .tech-table thead th {
    font-size: 10px;
    padding: 9px 10px;
    letter-spacing: 0.12px;
  }

  .tech-table tbody td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.3;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .tech-table tbody td:first-child {
    width: 43%;
    color: #f3f6ff;
    font-weight: 500;
  }

  .tech-action {
    margin-top: 14px;
  }

  .tech-download {
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    font-size: 11px;
  }
}
