.technology-gore-home {
  position: relative;
  padding: clamp(80px, 9vw, 132px) clamp(20px, 5vw, 72px) !important;
  color: #111827;
  background: #fff !important;
  overflow: hidden;
}

.tech-home-panel {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.tech-home-head {
  max-width: 860px;
  margin: 0 auto clamp(38px, 5vw, 72px);
  text-align: center;
}

.tech-home-head span,
.tg-section-title span {
  display: block;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .24em;
}

.tech-home-head h2,
.tg-section-title h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.tech-home-head p {
  max-width: 820px;
  margin: 20px auto 0;
  color: #475569;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.78;
}

.tech-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tech-home-card {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 40px);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid rgba(96, 122, 165, .24);
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .12);
  isolation: isolate;
}

.tech-home-card::before,
.tech-home-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.tech-home-card::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 23, .12), rgba(2, 6, 23, .86)),
    linear-gradient(90deg, rgba(2, 6, 23, .7), rgba(2, 6, 23, .12));
}

.tech-home-card::after {
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 -120px 120px rgba(2, 6, 23, .5);
}

.tech-home-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04) brightness(.92);
  transform: scale(1.01);
  transition: transform .55s ease, filter .55s ease;
}

.tech-home-card:hover img,
.tech-home-card:focus-visible img {
  transform: scale(1.07);
  filter: saturate(1.02) contrast(1.08) brightness(1);
}

.tech-home-index {
  position: absolute;
  top: 24px;
  right: 26px;
  color: rgba(255, 255, 255, .44);
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 800;
  line-height: 1;
}

.tech-home-icon,
.tg-switch-grid a > span,
.tg-application-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tech-home-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: #fff;
  background: color-mix(in srgb, var(--tech-accent) 74%, #0f172a);
}

.tech-home-icon svg,
.tg-switch-grid svg,
.tg-application-grid svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tech-home-card strong {
  max-width: 360px;
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.tech-home-card p {
  max-width: 370px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.7;
}

.tech-home-card em {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 4px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.tech-detail-layout {
  min-height: 100vh;
  color: #111827;
  background: #fff;
}

.tg-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 76px;
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, 0));
}

.tg-logo {
  color: inherit;
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .34em;
}

.tg-header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tg-header-nav a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  transition: color .22s ease, background .22s ease;
}

.tg-header-nav a:hover,
.tg-header-nav a.is-active {
  color: #111827;
  background: rgba(255, 255, 255, .92);
}

.tg-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #07101d;
}

.tg-hero img,
.tg-hero-shade {
  position: absolute;
  inset: 0;
}

.tg-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.05) brightness(.78);
  transform: scale(1.03);
}

.tg-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .88), rgba(2, 6, 23, .44) 48%, rgba(2, 6, 23, .15)),
    linear-gradient(0deg, rgba(2, 6, 23, .84), rgba(2, 6, 23, .06) 56%, rgba(2, 6, 23, .45));
}

.tg-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 130px 0 76px;
}

.tg-back {
  display: inline-flex;
  min-height: 34px;
  margin-bottom: clamp(26px, 5vw, 64px);
  align-items: center;
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.tg-hero-inner > p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .24em;
}

.tg-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 7vw, 112px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
}

.tg-hero-copy {
  max-width: 820px;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.tg-hero-copy span {
  color: color-mix(in srgb, var(--tech-accent) 78%, #fff);
  font-size: clamp(40px, 4vw, 70px);
  font-weight: 800;
  line-height: .9;
}

.tg-hero-copy strong {
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 500;
  line-height: 1.75;
}

.tg-metrics {
  width: min(860px, 100%);
  margin-top: clamp(40px, 6vw, 78px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .28);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.tg-metrics div {
  min-height: 108px;
  padding: 24px 26px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.tg-metrics div:last-child {
  border-right: 0;
}

.tg-metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.tg-metrics span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.45;
}

.tg-overview,
.tg-products,
.tg-feature-band,
.tg-applications,
.tg-process,
.tg-switcher {
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px);
}

.tg-overview {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
  background: #fff;
}

.tg-overview > p {
  margin: 0;
  color: #273449;
  font-size: clamp(19px, 1.7vw, 28px);
  line-height: 1.82;
}

.tg-products {
  background: #f6f8fb;
}

.tg-product-grid {
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tg-product-grid article {
  min-height: 520px;
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #fff;
}

.tg-product-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.03);
}

.tg-product-grid article > div {
  padding: clamp(24px, 2.7vw, 38px);
}

.tg-product-grid span {
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
}

.tg-product-grid h3 {
  margin: 16px 0 0;
  color: #111827;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.22;
}

.tg-product-grid p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.tg-feature-band {
  color: #fff;
  background: #080f1d;
}

.tg-feature-band .tg-section-title h2 {
  color: #fff;
}

.tg-feature-band .tg-section-title span {
  color: rgba(255, 255, 255, .56);
}

.tg-feature-grid {
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .16);
}

.tg-feature-grid article {
  min-height: 290px;
  padding: clamp(26px, 3vw, 42px);
  background: #0f172a;
}

.tg-feature-grid article > span {
  display: block;
  margin-bottom: clamp(40px, 5vw, 74px);
  color: rgba(255, 255, 255, .26);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 800;
  line-height: .9;
}

.tg-feature-grid h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 30px);
}

.tg-feature-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  line-height: 1.75;
}

.tg-applications {
  background: #fff;
}

.tg-application-grid {
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tg-application-grid article {
  min-height: 250px;
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #fff;
}

.tg-application-grid article > span {
  width: 46px;
  height: 46px;
  color: #111827;
  border-radius: 8px;
  background: #eef3f8;
}

.tg-application-grid h3 {
  margin: 28px 0 0;
  color: #111827;
  font-size: clamp(20px, 1.6vw, 28px);
}

.tg-application-grid p {
  margin: 14px 0 0;
  color: #526071;
  font-size: 14px;
  line-height: 1.7;
}

.tg-process {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  background: #f6f8fb;
}

.tg-process-media {
  min-height: clamp(340px, 42vw, 560px);
  overflow: hidden;
  border-radius: 8px;
  background: #0f172a;
}

.tg-process-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.tg-steps {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.tg-steps div {
  min-height: 74px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #d8e1ec;
  border-radius: 8px;
  background: #fff;
}

.tg-steps span {
  color: #8ba1bd;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.tg-steps strong {
  color: #172033;
  font-size: 18px;
}

.tg-switcher {
  background: #fff;
}

.tg-switch-grid {
  margin-top: clamp(34px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.tg-switch-grid a {
  min-height: 178px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #172033;
  text-decoration: none;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tg-switch-grid a:hover,
.tg-switch-grid a:focus-visible,
.tg-switch-grid a.is-active {
  border-color: color-mix(in srgb, var(--tech-accent) 60%, #dbe4ee);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .11);
  transform: translateY(-3px);
}

.tg-switch-grid a > span {
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 8px;
  background: color-mix(in srgb, var(--tech-accent) 76%, #0f172a);
}

.tg-switch-grid small {
  color: #8ba1bd;
  font-size: 22px;
  font-weight: 800;
}

.tg-switch-grid strong {
  color: #172033;
  font-size: 15px;
  line-height: 1.35;
}

.tg-footer {
  padding: 44px 20px;
  text-align: center;
  color: rgba(255, 255, 255, .7);
  background: #050816;
}

.tg-footer span {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: .32em;
}

.tg-footer p {
  margin: 10px 0 0;
  font-size: 13px;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .tech-home-icon,
  .tg-switch-grid a > span {
    background: #607aa5;
  }

  .tg-switch-grid a:hover,
  .tg-switch-grid a:focus-visible,
  .tg-switch-grid a.is-active {
    border-color: #607aa5;
  }
}

@media (max-width: 1180px) {
  .tech-home-grid,
  .tg-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-feature-grid,
  .tg-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tg-switch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tg-header-nav {
    max-width: 70vw;
    overflow-x: auto;
    justify-content: flex-end;
    scrollbar-width: none;
  }

  .tg-header-nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 760px) {
  .technology-gore-home,
  .tg-overview,
  .tg-products,
  .tg-feature-band,
  .tg-applications,
  .tg-process,
  .tg-switcher {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tech-home-grid,
  .tg-product-grid,
  .tg-feature-grid,
  .tg-application-grid,
  .tg-switch-grid,
  .tg-overview,
  .tg-process {
    grid-template-columns: 1fr;
  }

  .tech-home-card {
    min-height: 380px;
  }

  .tg-header {
    height: 68px;
    padding: 0 16px;
  }

  .tg-logo {
    font-size: 18px;
    letter-spacing: .22em;
  }

  .tg-header-nav {
    display: none;
  }

  .tg-hero {
    min-height: 88svh;
  }

  .tg-hero-inner {
    width: min(100% - 32px, 1180px);
    padding: 100px 0 52px;
  }

  .tg-hero-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tg-metrics {
    grid-template-columns: 1fr;
  }

  .tg-metrics div {
    min-height: 82px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .tg-metrics div:last-child {
    border-bottom: 0;
  }

  .tg-product-grid article {
    min-height: auto;
    grid-template-rows: 230px auto;
  }
}
