/* Technology 首页 — Figma 1514:2；数值见 .agents/audits/v2-figma/technology-total.md */

.v2-tech-total-page {
  background: #f5f5f7;
}

.v2-tech-total-page h1,
.v2-tech-total-page h2,
.v2-tech-total-page h3 {
  margin: 0;
}

/* Hero */
.v2-tech-total-hero {
  padding: 4.5rem 0 0;
}

.v2-tech-total-page .v2-tech-total-hero-title,
.v2-tech-total-page .v2-tech-total-hero-title-text {
  margin: 0 auto;
  max-width: 37.75rem;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 3.3125rem;
  color: #323232;
  text-align: center;
}

.v2-tech-total-page .v2-tech-total-hero-desc {
  margin: .5625rem auto 0;
  max-width: 37.75rem;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #323232;
  text-align: center;
}

/* Architecture */
.v2-tech-total-arch {
  margin-top: 2.375rem;
}

.v2-tech-total-arch-card {
  display: grid;
  grid-template-columns: 38.75rem 1fr;
  min-height: 35rem;
  overflow: hidden;
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: 0 0 .625rem rgba(34, 50, 72, .1);
  box-sizing: border-box;
}

.v2-tech-total-arch-copy {
  padding: 4.5rem 3.75rem 0;
  box-sizing: border-box;
}

.v2-tech-total-page .v2-tech-total-arch-title {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 3.3125rem;
  color: #323232;
}

.v2-tech-total-page .v2-tech-total-arch-desc {
  margin: 1rem 0 0;
  max-width: 28.125rem;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #323232;
}

.v2-tech-total-arch-pills {
  margin: 2.375rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .625rem;
}

.v2-tech-total-arch-pill {
  display: inline-flex;
  align-items: center;
  gap: .625rem;
  width: fit-content;
  min-height: 2.75rem;
  padding: 0 1.25rem 0 .75rem;
  border-radius: 4.375rem;
  background: #d4ecff;
  box-sizing: border-box;
}

.v2-tech-total-arch-pill img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.v2-tech-total-page .v2-tech-total-arch-pill span {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #323232;
}

.v2-tech-total-arch-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 35rem;
  background: #e1f2ff;
  box-sizing: border-box;
}

.v2-tech-total-arch-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Comparison */
.v2-tech-total-compare {
  margin-top: 5rem;
}

.v2-tech-total-compare-card {
  padding: 3.25rem 3.75rem 3.75rem;
  border-radius: 1.125rem;
  background: #fff;
  box-shadow: 0 0 .625rem rgba(34, 50, 72, .1);
  box-sizing: border-box;
}

.v2-tech-total-page .v2-tech-total-compare-title {
  margin: 0 auto;
  max-width: 87.5rem;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 2.75rem;
  font-weight: normal;
  line-height: 3.3125rem;
  color: #323232;
  text-align: center;
}

.v2-tech-total-compare-lead {
  margin: 1.4375rem auto 0;
  max-width: 87.5rem;
}

.v2-tech-total-page .v2-tech-total-compare-lead p {
  margin: 1.125rem 0 0;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.375rem;
  line-height: 1.625rem;
  color: #323232;
}

.v2-tech-total-page .v2-tech-total-compare-lead p:first-child {
  margin-top: 0;
}

.v2-tech-total-page .v2-tech-total-compare-lead strong {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  color: #323232;
  font-size: 1.375rem;
}

.v2-tech-total-page .v2-tech-total-compare-lead .v2-tech-total-em {
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  color: #0067bb;
  font-size: 1.375rem;
}

/* 四列表：参考 comparison_detail 蓝列高亮结构 */
.v2-tech-total-table {
  position: relative;
  margin-top: 2.125rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.v2-tech-total-table::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22.875rem;
  z-index: 1;
  width: 20.6875rem;
  border-radius: .75rem;
  background: linear-gradient(180deg, #008cff 22.427%, #0068d0 100%);
  box-shadow: 0 .25rem .625rem rgba(34, 50, 72, .3);
  content: "";
  pointer-events: none;
}

.v2-tech-total-table-row {
  position: relative;
  display: grid;
  grid-template-columns: 22.875rem 20.6875rem 1fr 1fr;
  min-height: 3.75rem;
  margin-top: .625rem;
}

.v2-tech-total-table-row:first-child {
  margin-top: 0;
}

.v2-tech-total-table-row::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: .625rem;
  background: #f5f5f7;
  content: "";
}

.v2-tech-total-table-row--head {
  min-height: 4.375rem;
}

.v2-tech-total-table-row--proto {
  min-height: 4.625rem;
}

.v2-tech-total-table-row--compat {
  min-height: 6.25rem;
}

.v2-tech-total-table-row > * {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .75rem 2.5rem;
  box-sizing: border-box;
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #323232;
}

.v2-tech-total-table-row > strong {
  font-family: "Gotham-Medium", sans-serif;
  font-weight: normal;
}

.v2-tech-total-table-row > :nth-child(2) {
  color: #fff;
}

.v2-tech-total-table-row:nth-child(even) > :nth-child(2) {
  background: rgba(255, 255, 255, .1);
}

.v2-tech-total-page .v2-tech-total-table-row--head > *,
.v2-tech-total-page .v2-tech-total-table-row--head > strong {
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.625rem;
  color: #0067bb;
}

.v2-tech-total-page .v2-tech-total-table-row--head > :nth-child(2) {
  color: #fff;
  background: transparent;
}

/* Contact：间距由 form_new #tg-contact padding-top 5rem 承担 */
