/*--------------------------------------------------------------
# Technology Page Effects
--------------------------------------------------------------*/
.technology-page .page-title {
  overflow: hidden;
}

.technology-page .page-title::after {
  display: none;
}

.technology-page .technology-simple-hero {
  background: #f1f3f7;
  padding: 120px 0 72px;
}

.technology-page .technology-simple-hero .container {
  max-width: 1200px;
}

.technology-page .technology-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.technology-page .technology-hero-copy {
  max-width: 560px;
}

.technology-page .technology-hero-copy h1 {
  margin: 0 0 8px;
  color: #111827;
  font-size: clamp(1.9rem, 4vw, 3.7rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.technology-page .technology-hero-copy .hero-accent {
  color: #1a4b77;
}

.technology-page .technology-hero-copy p {
  margin: 14px 0 0;
  color: #4b5563;
  font-size: 1.4rem;
  line-height: 1.55;
  max-width: 560px;
}

.technology-page .technology-hero-cta {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  background: #265c8b;
  box-shadow: 0 6px 16px rgba(38, 92, 139, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.technology-page .technology-hero-cta:hover {
  color: #ffffff;
  background: #326d9f;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(50, 109, 159, 0.3);
}

.technology-page .technology-hero-media {
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

.technology-page .technology-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.technology-page .section .container {
  transition: transform 0.28s ease;
}

.technology-page .section:hover .container {
  transform: translateY(-2px);
}

.technology-page .section-title h2 {
  position: relative;
  display: inline-block;
}

.technology-page .section-title h2::before {
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  bottom: -6px;
  height: 8px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.24), rgba(99, 102, 241, 0.24));
  border-radius: 999px;
  z-index: -1;
}

.technology-page .section-title h2.tech-platform-architecture-title,
.technology-page .section-title h2.tech-ai-marketplace-title,
.technology-page .section-title h2.tech-human-loop-title,
.technology-page .section-title h2.tech-structured-voice-title,
.technology-page .section-title h2.tech-operational-agents-title,
.technology-page .section-title h2.tech-analytics-intelligence-title {
  color: #03045e;
  font-weight: 800;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-transform: none;
}

/* Match Platform Architecture heading typography to the Human in the Loop label style */
.technology-page .section-title h2.tech-platform-architecture-title {
  color: #1d2d79;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: 0.06em;
}

.technology-page .section-title h2.tech-operational-agents-title {
  color: #1d2d79;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  letter-spacing: 0.06em;
}

.technology-page .onix-org-index {
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
}

.technology-page .onix-value-steps::before {
  background: linear-gradient(180deg, #2dd4bf 0%, #22d3ee 55%, #38bdf8 100%);
}

.technology-page .onix-value-step-num {
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
  box-shadow: 0 6px 14px rgba(13, 148, 136, 0.24);
}

.technology-page .onix-value-step-num i {
  font-size: 16px;
  line-height: 1;
}

.technology-page .onix-challenge-card::before {
  background: radial-gradient(circle, rgba(20, 184, 166, 0.2) 0%, rgba(20, 184, 166, 0) 72%);
}

.technology-page .onix-challenge-card::after {
  background: radial-gradient(circle, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 75%);
}

.technology-page .onix-impact-matrix li:nth-child(odd) span {
  border-left-color: #14b8a6;
}

.technology-page .onix-impact-matrix li:nth-child(even) span {
  border-left-color: #0ea5e9;
}

.technology-page .onix-org-lane,
.technology-page .onix-impact-matrix li span,
.technology-page .onix-challenge-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.technology-page .tech-arch-shell {
  border: 1px solid #d8e7fb;
  border-radius: 18px;
  padding: 20px;
  background:
    radial-gradient(circle at 8% 0%, rgba(14, 165, 233, 0.12), rgba(14, 165, 233, 0) 42%),
    radial-gradient(circle at 92% 100%, rgba(99, 102, 241, 0.12), rgba(99, 102, 241, 0) 45%),
    #f8fbff;
}

.technology-page .tech-arch-intro,
.technology-page .tech-arch-outro {
  margin: 0;
  color: #0f4f67;
  font-size: 18px;
  line-height: 1.55;
}

.technology-page .tech-arch-intro {
  margin-bottom: 16px;
  font-weight: 600;
}

.technology-page .tech-arch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.technology-page .tech-arch-layer {
  position: relative;
  border: 1px solid #d3e4fb;
  border-radius: 14px;
  background: linear-gradient(170deg, #ffffff 0%, #f7fbff 100%);
  padding: 14px 14px 12px;
  min-height: 165px;
}

.technology-page .tech-arch-badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
  margin-bottom: 10px;
}

.technology-page .tech-arch-layer h4 {
  margin: 0 0 7px;
  color: #10243f;
  font-size: 19px;
  line-height: 1.3;
}

.technology-page .tech-arch-layer p {
  margin: 0;
  color: #4b5f76;
  font-size: 15px;
  line-height: 1.5;
}

.technology-page .tech-arch-outro {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #d8e7fb;
  font-weight: 600;
}

.technology-page .tech-platform-services .section-title {
  padding-bottom: 18px;
}

.technology-page .tech-platform-intro,
.technology-page .tech-platform-outro {
  margin: 0;
  color: #0f4f67;
  font-size: 18px;
  line-height: 1.55;
}

.technology-page .tech-platform-intro {
  margin-bottom: 14px;
  font-weight: 600;
}

.technology-page .tech-platform-outro {
  margin-top: 18px;
  font-weight: 600;
}

.technology-page .tech-platform-services .service-item .details h3 {
  font-size: 22px;
  line-height: 1.2;
  min-height: 106px;
}

.technology-page .tech-platform-services .service-item .details p {
  font-size: 14px;
  line-height: 24px;
}

.technology-page .tech-platform-services .service-item .details .icon {
  background: linear-gradient(to right, #1a4b77 0%, #265c8b 25%, #326d9f 50%, #3e7eb3 75%, #4a8fc7 100%);
  color: #ffffff;
  border: 6px solid #ffffff;
}

.technology-page .tech-platform-services .service-item:hover .details .icon {
  background: linear-gradient(to right, #1a4b77 0%, #265c8b 25%, #326d9f 50%, #3e7eb3 75%, #4a8fc7 100%);
  color: #ffffff;
  border: 6px solid #ffffff;
}

.technology-page .tech-platform-services .service-item:hover .details .icon i {
  color: #ffffff;
}

.technology-page .tech-market-shell {
  --tech-market-blue-1: #1a4b77;
  --tech-market-blue-2: #265c8b;
  --tech-market-blue-3: #326d9f;
  --tech-market-blue-4: #3e7eb3;
  --tech-market-blue-5: #4a8fc7;
  border: 1px solid #d6d8dd;
  border-radius: 2px;
  padding: clamp(22px, 3vw, 40px) clamp(14px, 3vw, 34px) 0;
  background: #f2f2f4;
  overflow: hidden;
}

.technology-page .tech-market-headline {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #1a2233;
  font-weight: 800;
  font-size: clamp(2rem, 3.3vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.technology-page .tech-market-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "m1 m2"
    "m3 m4"
    "wheel wheel";
  column-gap: clamp(28px, 5vw, 110px);
  row-gap: 20px;
  margin-top: clamp(28px, 4vw, 54px);
  align-items: start;
}

.technology-page .tech-market-point {
  text-align: center;
  max-width: 430px;
  justify-self: center;
}

.technology-page .tech-market-point.m1 { grid-area: m1; }
.technology-page .tech-market-point.m2 { grid-area: m2; }
.technology-page .tech-market-point.m3 { grid-area: m3; margin-top: 42px; }
.technology-page .tech-market-point.m4 { grid-area: m4; margin-top: 42px; }

.technology-page .tech-market-point h4 {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 1.65vw, 1.9rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.technology-page .tech-market-point p {
  margin: 0;
  color: #313642;
  font-size: clamp(0.95rem, 1.05vw, 1.22rem);
  line-height: 1.38;
}

.technology-page .tech-market-badge {
  display: inline;
  font-weight: 800;
  margin-right: 2px;
}

.technology-page .tech-market-point.m1 h4,
.technology-page .tech-market-point.m1 .tech-market-badge {
  color: var(--tech-market-blue-5);
}

.technology-page .tech-market-point.m2 h4,
.technology-page .tech-market-point.m2 .tech-market-badge {
  color: var(--tech-market-blue-4);
}

.technology-page .tech-market-point.m3 h4,
.technology-page .tech-market-point.m3 .tech-market-badge {
  color: var(--tech-market-blue-3);
}

.technology-page .tech-market-point.m4 h4,
.technology-page .tech-market-point.m4 .tech-market-badge {
  color: var(--tech-market-blue-2);
}

.technology-page .tech-market-wheel {
  grid-area: wheel;
  --tm-top-y: 138px;
  --tm-top-x: 80px;
  --tm-side-y: 218px;
  --tm-side-x: 166px;
  --tm-outer-size: 560px;
  --tm-inner-size: 430px;
  position: relative;
  height: clamp(290px, 28vw, 330px);
  width: min(100%, 900px);
  margin: 8px auto 0;
  overflow: hidden;
}

.technology-page .tech-market-ring,
.technology-page .tech-market-ring-cutout {
  position: absolute;
  left: 50%;
  top: 0;
  width: min(100%, var(--tm-outer-size));
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translateX(-50%);
  clip-path: inset(0 0 50% 0);
}

.technology-page .tech-market-ring {
  background:
    conic-gradient(
      from -90deg,
      var(--tech-market-blue-5) 0deg 4deg,
      #f2f2f4 4deg 7deg,
      var(--tech-market-blue-4) 7deg 50deg,
      #f2f2f4 50deg 53deg,
      var(--tech-market-blue-3) 53deg 95deg,
      #f2f2f4 95deg 98deg,
      var(--tech-market-blue-2) 98deg 140deg,
      var(--tech-market-blue-1) 140deg 180deg,
      transparent 180deg 360deg
    );
  z-index: 1;
}

.technology-page .tech-market-ring-cutout {
  width: min(100%, var(--tm-inner-size));
  background: #f2f2f4;
  top: calc((var(--tm-outer-size) - var(--tm-inner-size)) / 2);
  z-index: 2;
}

.technology-page .tech-market-base {
  display: none;
}

.technology-page .tech-market-base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 34%;
  width: 54px;
  height: 38px;
  border-radius: 10px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.52);
  opacity: 0.7;
}

.technology-page .tech-market-core {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 2px solid #8b95a5;
  background: #e7eaee;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.technology-page .tech-market-core-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 2px solid #364154;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  background: #f1f2f4;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.technology-page .tech-market-core-icon i {
  font-size: 22px;
  line-height: 1;
}

.technology-page .tech-market-float {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(22px, 2.2vw, 34px);
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
}

.technology-page .tech-market-float::before {
  display: block;
  line-height: 1;
  vertical-align: 0;
  transform: translateY(-0.5px);
}

.technology-page .tech-market-float.float-1 {
  top: var(--tm-top-y);
  left: calc(50% - var(--tm-top-x));
}

.technology-page .tech-market-float.float-2 {
  top: var(--tm-top-y);
  left: calc(50% + var(--tm-top-x));
}

.technology-page .tech-market-float.float-3 {
  top: var(--tm-side-y);
  left: calc(50% - var(--tm-side-x));
}

.technology-page .tech-market-float.float-4 {
  top: var(--tm-side-y);
  left: calc(50% + var(--tm-side-x));
}

.technology-page .tech-market-float.float-1::before {
  transform: translateY(-1px);
}

.technology-page .tech-market-float.float-2::before {
  transform: translateY(-1px) translateX(-0.5px);
}

.technology-page .tech-market-float.float-3::before {
  transform: translateY(-0.5px) translateX(0.5px);
}

.technology-page .tech-market-float.float-4::before {
  transform: translateY(-0.5px);
}

.technology-page .onix-tech-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.technology-page .onix-tech-points li {
  position: relative;
  margin: 0;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid #d7eef2;
  color: #164e63;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}

.technology-page .onix-tech-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
}

.technology-page .onix-tech-emphasis {
  margin: 14px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #0f4f67;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1px;
}

.technology-page .onix-org-lane:hover,
.technology-page .onix-impact-matrix li span:hover,
.technology-page .onix-challenge-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

.technology-page .onix-tech-ops-list {
  margin-left: 0;
  margin-right: 0;
}

.technology-page .onix-tech-ops-list .onix-why-item {
  font-size: 20px;
}

.technology-page .tech-agent-sub,
.technology-page .tech-agent-footnote {
  margin: 0;
  color: #0f4f67;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}

.technology-page .tech-agent-sub {
  margin-bottom: 16px;
}

.technology-page .tech-agent-footnote {
  margin-top: 16px;
}

.technology-page .tech-agent-map {
  position: relative;
  min-height: 560px;
  border: 1px solid #d8e7fb;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 48%, rgba(74, 143, 199, 0.08), rgba(74, 143, 199, 0) 44%),
    linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.technology-page .tech-agent-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.technology-page .tech-agent-center-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #ffffff;
  background: linear-gradient(145deg, #1a4b77 0%, #326d9f 60%, #4a8fc7 100%);
  box-shadow: 0 12px 24px rgba(26, 75, 119, 0.34);
}

.technology-page .tech-agent-center h4 {
  margin: 0 0 6px;
  font-size: 28px;
  color: #132845;
}

.technology-page .tech-agent-center p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #48617d;
}

.technology-page .tech-agent-node {
  position: absolute;
  width: 240px;
  padding: 12px 12px 12px 52px;
  border: 1px solid #d2e2f7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  z-index: 3;
}

.technology-page .tech-agent-node::after {
  content: "";
  position: absolute;
  height: 2px;
  background: repeating-linear-gradient(90deg, #9fc1df 0 8px, transparent 8px 14px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.9;
}

.technology-page .tech-agent-node.node-1::after,
.technology-page .tech-agent-node.node-4::after {
  right: -130px;
  width: 130px;
}

.technology-page .tech-agent-node.node-2::after,
.technology-page .tech-agent-node.node-3::after {
  left: -130px;
  width: 130px;
}

.technology-page .tech-agent-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  background: linear-gradient(145deg, #1a4b77 0%, #4a8fc7 100%);
}

.technology-page .tech-agent-node h5 {
  margin: 0 0 5px;
  font-size: 21px;
  color: #132845;
}

.technology-page .tech-agent-node p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #556b84;
}

.technology-page .tech-agent-node.node-1 {
  top: 12%;
  left: 6%;
}

.technology-page .tech-agent-node.node-2 {
  top: 12%;
  right: 6%;
}

.technology-page .tech-agent-node.node-3 {
  top: 58%;
  right: 6%;
}

.technology-page .tech-agent-node.node-4 {
  left: 6%;
  top: 58%;
}

.technology-page .tech-analytics-board {
  position: relative;
  margin-top: 14px;
  border: 1px solid #82b4e3;
  border-radius: 16px;
  min-height: 440px;
  padding: 20px 22px 22px;
  background: linear-gradient(135deg, #d7e5f2 0%, #ccdef0 48%, #bdd4ea 100%);
  box-shadow: 0 10px 22px rgba(26, 75, 119, 0.10);
  overflow: hidden;
}

.technology-page .tech-analytics-board-title {
  display: block;
  margin: 0 auto;
  max-width: 680px;
  border-radius: 10px;
  padding: 10px 14px;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(90deg, #1a4b77 0%, #265c8b 25%, #326d9f 50%, #3e7eb3 75%, #4a8fc7 100%);
}

.technology-page .tech-analytics-board-subtitle {
  margin: 16px 0 0;
  text-align: center;
  color: #f4f5f7;
  font-size: 24px;
  font-weight: 500;
}

.technology-page .tech-analytics-path {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50px;
  width: 90%;
  height: 270px;
  z-index: 1;
}

.technology-page .tech-analytics-path polyline {
  fill: none;
  stroke: url(#techAnalyticsBlueFlow);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.technology-page .tech-analytics-node {
  position: absolute;
  width: 150px;
  min-height: 112px;
  padding: 8px 8px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.technology-page .tech-analytics-node-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1a4b77;
  border: 4px solid #1a4b77;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.technology-page .tech-analytics-node:nth-of-type(1) .tech-analytics-node-icon {
  color: #1a4b77;
  border-color: #1a4b77;
}

.technology-page .tech-analytics-node:nth-of-type(2) .tech-analytics-node-icon {
  color: #265c8b;
  border-color: #265c8b;
}

.technology-page .tech-analytics-node:nth-of-type(3) .tech-analytics-node-icon {
  color: #326d9f;
  border-color: #326d9f;
}

.technology-page .tech-analytics-node:nth-of-type(4) .tech-analytics-node-icon {
  color: #3e7eb3;
  border-color: #3e7eb3;
}

.technology-page .tech-analytics-node:nth-of-type(5) .tech-analytics-node-icon {
  color: #4a8fc7;
  border-color: #4a8fc7;
}

.technology-page .tech-analytics-node h5 {
  margin: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123b62;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.technology-page .tech-analytics-node.node-1 {
  left: 7%;
  top: 110px;
}

.technology-page .tech-analytics-node.node-2 {
  left: 25%;
  top: 225px;
}

.technology-page .tech-analytics-node.node-3 {
  left: 43%;
  top: 110px;
}

.technology-page .tech-analytics-node.node-4 {
  left: 61%;
  top: 225px;
}

.technology-page .tech-analytics-node.node-5 {
  left: 79%;
  top: 110px;
}

.technology-page .onix-tech-voice-list {
  list-style: none;
  margin: 8px 0 18px;
  padding: 0;
  border-left: 2px solid #bde9ef;
}

.technology-page .onix-tech-voice-list li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.technology-page .onix-tech-voice-list li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6 0%, #0ea5e9 100%);
}

.technology-page .onix-tech-voice-list li span {
  color: #0f4f67;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.technology-page .tech-voice-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.technology-page .tech-voice-studio {
  border: 1px solid #c9daec;
  border-radius: 28px;
  padding: 20px;
  background: linear-gradient(180deg, #f1f6fb 0%, #edf3fa 100%);
}

.technology-page .tech-voice-recorder {
  border-radius: 18px;
  padding: 16px 18px;
  background: linear-gradient(140deg, #08122e 0%, #0a1a40 100%);
}

.technology-page .tech-voice-recorder p {
  margin: 0;
  color: #a4adbc;
  font-size: 16px;
  line-height: 1.3;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.technology-page .tech-voice-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #265c8b;
  box-shadow: 0 0 0 3px rgba(38, 92, 139, 0.22);
  animation: techVoicePulse 1.4s ease-in-out infinite;
}

.technology-page .tech-voice-ellipsis {
  display: inline-block;
  width: 18px;
  text-align: left;
  overflow: hidden;
  animation: techVoiceDots 1s steps(4, end) infinite;
}

.technology-page .tech-voice-wave {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 58px;
}

.technology-page .tech-voice-wave span {
  width: 6px;
  border-radius: 999px;
  background: #1a4b77;
  transform-origin: 50% 100%;
  animation: techVoiceEqualizer 1.05s ease-in-out infinite;
}

.technology-page .tech-voice-wave span:nth-child(5n + 2) {
  background: #1a4b77;
}

.technology-page .tech-voice-wave span:nth-child(5n + 3) {
  background: #265c8b;
}

.technology-page .tech-voice-wave span:nth-child(5n + 4) {
  background: #326d9f;
}

.technology-page .tech-voice-wave span:nth-child(5n + 5) {
  background: #3e7eb3;
}

.technology-page .tech-voice-wave span:nth-child(5n + 1) {
  background: #1a4b77;
}

.technology-page .tech-voice-wave span:nth-child(1) {
  animation-delay: -0.78s;
}

.technology-page .tech-voice-wave span:nth-child(2) {
  animation-delay: -0.64s;
}

.technology-page .tech-voice-wave span:nth-child(3) {
  animation-delay: -0.31s;
}

.technology-page .tech-voice-wave span:nth-child(4) {
  animation-delay: -0.12s;
}

.technology-page .tech-voice-wave span:nth-child(5) {
  animation-delay: -0.67s;
}

.technology-page .tech-voice-wave span:nth-child(6) {
  animation-delay: -0.42s;
}

.technology-page .tech-voice-wave span:nth-child(7) {
  animation-delay: -0.87s;
}

.technology-page .tech-voice-wave span:nth-child(8) {
  animation-delay: -0.23s;
}

.technology-page .tech-voice-wave span:nth-child(9) {
  animation-delay: -0.54s;
}

.technology-page .tech-voice-wave span:nth-child(10) {
  animation-delay: -0.95s;
}

.technology-page .tech-voice-wave span:nth-child(11) {
  animation-delay: -0.46s;
}

.technology-page .tech-voice-wave span:nth-child(12) {
  animation-delay: -0.18s;
}

.technology-page .tech-voice-wave span:nth-child(13) {
  animation-delay: -0.72s;
}

.technology-page .tech-voice-wave span:nth-child(14) {
  animation-delay: -0.38s;
}

.technology-page .tech-voice-wave span:nth-child(15) {
  animation-delay: -0.9s;
}

.technology-page .tech-voice-wave span:nth-child(16) {
  animation-delay: -0.58s;
}

.technology-page .tech-voice-wave span:nth-child(17) {
  animation-delay: -0.28s;
}

.technology-page .tech-voice-wave span:nth-child(18) {
  animation-delay: -0.8s;
}

.technology-page .tech-voice-wave span:nth-child(1),
.technology-page .tech-voice-wave span:nth-child(18) {
  height: 10px;
}

.technology-page .tech-voice-wave span:nth-child(2),
.technology-page .tech-voice-wave span:nth-child(17) {
  height: 18px;
}

.technology-page .tech-voice-wave span:nth-child(3),
.technology-page .tech-voice-wave span:nth-child(16) {
  height: 34px;
}

.technology-page .tech-voice-wave span:nth-child(4),
.technology-page .tech-voice-wave span:nth-child(15) {
  height: 20px;
}

.technology-page .tech-voice-wave span:nth-child(5),
.technology-page .tech-voice-wave span:nth-child(14) {
  height: 44px;
}

.technology-page .tech-voice-wave span:nth-child(6),
.technology-page .tech-voice-wave span:nth-child(13) {
  height: 26px;
}

.technology-page .tech-voice-wave span:nth-child(7),
.technology-page .tech-voice-wave span:nth-child(12) {
  height: 52px;
}

.technology-page .tech-voice-wave span:nth-child(8),
.technology-page .tech-voice-wave span:nth-child(11) {
  height: 30px;
}

.technology-page .tech-voice-wave span:nth-child(9),
.technology-page .tech-voice-wave span:nth-child(10) {
  height: 56px;
}

.technology-page .tech-voice-output {
  margin-top: 14px;
  background: #e8e8ed;
  border-radius: 16px;
  padding: 14px 16px;
}

.technology-page .tech-voice-output-label {
  display: block;
  color: #868d99;
  font-size: 14px;
  margin-bottom: 8px;
}

.technology-page .tech-voice-output p {
  margin: 0;
  color: #3f4552;
  font-size: 18px;
  line-height: 1.45;
}

.technology-page .tech-voice-output p + p {
  margin-top: 8px;
}

.technology-page .tech-voice-output strong {
  color: #265c8b;
  font-weight: 700;
}

@keyframes techVoiceEqualizer {
  0%,
  100% {
    transform: scaleY(0.42);
    opacity: 0.6;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes techVoicePulse {
  0% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(38, 92, 139, 0.45);
  }

  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 8px rgba(38, 92, 139, 0);
  }

  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(38, 92, 139, 0);
  }
}

@keyframes techVoiceDots {
  0% {
    width: 0;
  }

  100% {
    width: 18px;
  }
}

.technology-page .tech-voice-copy {
  color: #4b5568;
}

.technology-page .tech-voice-kicker {
  margin: 0 0 10px;
  color: #1a4b77;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.technology-page .tech-voice-copy h3 {
  margin: 0 0 12px;
  color: #141c32;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.1;
  font-weight: 700;
}

.technology-page .tech-voice-copy h3 span {
  background: linear-gradient(90deg, #1a4b77 0%, #265c8b 35%, #326d9f 70%, #3e7eb3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.technology-page .tech-voice-lead {
  margin: 0 0 18px;
  color: #265c8b;
  font-size: 19px;
  line-height: 1.45;
}

.technology-page .tech-voice-benefits {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.technology-page .tech-voice-benefits li {
  color: #1a4b77;
  font-size: 18px;
  line-height: 1.35;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 10px;
  align-items: start;
}

.technology-page .tech-voice-benefits li i {
  color: #265c8b;
  font-size: 24px;
  line-height: 1;
  margin-top: 1px;
}

.technology-page .tech-voice-benefits li span {
  display: block;
  min-width: 0;
}

.technology-page .tech-voice-benefits li:nth-child(1) {
  color: #1a4b77;
}

.technology-page .tech-voice-benefits li:nth-child(2) {
  color: #265c8b;
}

.technology-page .tech-voice-benefits li:nth-child(3) {
  color: #326d9f;
}

.technology-page .tech-voice-benefits li:nth-child(4) {
  color: #3e7eb3;
}

.technology-page .tech-voice-quote {
  margin: 0;
  padding: 0 0 0 16px;
  border-left: 4px solid #326d9f;
  color: #3e7eb3;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
}

.technology-page .onix-tech-points li:hover {
  transform: none !important;
  box-shadow: inherit !important;
  border-color: inherit !important;
}

.technology-page .section:hover .container {
  transform: none !important;
}

@media (max-width: 768px) {
  .technology-page .onix-tech-voice-list li span {
    font-size: 15px;
  }

  .technology-page .tech-voice-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .technology-page .tech-voice-studio {
    padding: 14px;
    border-radius: 18px;
  }

  .technology-page .tech-voice-recorder {
    padding: 12px;
    border-radius: 12px;
  }

  .technology-page .tech-voice-recorder p {
    font-size: 16px;
  }

  .technology-page .tech-voice-output-label {
    font-size: 14px;
  }

  .technology-page .tech-voice-output p {
    font-size: 16px;
  }

  .technology-page .tech-voice-kicker {
    font-size: 18px;
  }

  .technology-page .tech-voice-lead {
    font-size: 19px;
  }

  .technology-page .tech-voice-benefits {
    grid-template-columns: 1fr;
  }

  .technology-page .tech-voice-benefits li {
    font-size: 16px;
  }

  .technology-page .tech-voice-quote {
    font-size: 16px;
  }

  .technology-page .tech-agent-sub,
  .technology-page .tech-agent-footnote {
    font-size: 16px;
  }

  .technology-page .tech-agent-map {
    min-height: auto;
    padding: 14px;
  }

  .technology-page .tech-agent-center {
    position: static;
    transform: none;
    width: auto;
    margin: 0 0 14px;
  }

  .technology-page .tech-agent-center h4 {
    font-size: 24px;
  }

  .technology-page .tech-agent-node {
    position: relative;
    width: auto;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin-bottom: 10px;
  }

  .technology-page .tech-agent-node::after {
    display: none;
  }

  .technology-page .tech-analytics-board {
    min-height: auto;
    padding: 12px;
  }

  .technology-page .tech-analytics-board-title {
    font-size: 22px;
    padding: 8px 10px;
  }

  .technology-page .tech-analytics-board-subtitle {
    font-size: 18px;
    margin-top: 10px;
  }

  .technology-page .tech-analytics-path {
    display: none;
  }

  .technology-page .tech-analytics-node {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100%;
    margin-top: 10px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    text-align: left;
  }

  .technology-page .tech-analytics-node-icon {
    position: static;
    width: 42px;
    height: 42px;
    margin: 0;
    font-size: 16px;
    border-width: 3px;
  }

  .technology-page .tech-analytics-node h5 {
    margin: 0;
    min-height: 0;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .technology-page .tech-agent-map {
    min-height: 640px;
  }

  .technology-page .tech-agent-center {
    width: 220px;
  }

  .technology-page .tech-agent-node {
    width: 210px;
  }

  .technology-page .tech-agent-node.node-1,
  .technology-page .tech-agent-node.node-4 {
    left: 2%;
  }

  .technology-page .tech-agent-node.node-2,
  .technology-page .tech-agent-node.node-3 {
    right: 2%;
  }
}

@media (max-width: 991px) {
  .technology-page .technology-simple-hero {
    padding: 108px 0 56px;
  }

  .technology-page .technology-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .technology-page .technology-hero-copy p {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .technology-page .tech-arch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .technology-page .tech-market-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "m1"
      "m2"
      "m3"
      "m4"
      "wheel";
    row-gap: 16px;
  }

  .technology-page .tech-market-point.m3,
  .technology-page .tech-market-point.m4 {
    margin-top: 0;
  }

  .technology-page .tech-market-wheel {
    width: 100%;
    max-width: 720px;
    margin-top: 12px;
  }

  .technology-page .tech-platform-services .service-item .details h3 {
    min-height: 96px;
  }
}

@media (max-width: 768px) {
  .technology-page .page-title::after {
    width: 340px;
    height: 340px;
    top: -140px;
    right: -120px;
  }

  .technology-page .section:hover .container {
    transform: none;
  }

  .technology-page .onix-tech-emphasis {
    font-size: 17px;
    padding: 0;
  }

  .technology-page .onix-tech-points li {
    font-size: 15px;
    padding-left: 20px;
  }

  .technology-page .tech-arch-shell {
    padding: 14px;
    border-radius: 14px;
  }

  .technology-page .tech-arch-intro,
  .technology-page .tech-arch-outro {
    font-size: 16px;
  }

  .technology-page .tech-arch-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .technology-page .tech-arch-layer {
    min-height: auto;
    padding: 12px;
  }

  .technology-page .tech-arch-layer h4 {
    font-size: 17px;
  }

  .technology-page .tech-arch-layer p {
    font-size: 14px;
  }

  .technology-page .tech-platform-intro,
  .technology-page .tech-platform-outro {
    font-size: 16px;
  }

  .technology-page .tech-platform-services .service-item .details h3 {
    min-height: auto;
  }

  .technology-page .tech-market-shell {
    padding: 14px;
    border-radius: 14px;
  }

  .technology-page .tech-market-headline {
    font-size: clamp(1.55rem, 7vw, 2.2rem);
    line-height: 1.12;
  }

  .technology-page .tech-market-layout {
    margin-top: 20px;
    row-gap: 14px;
  }

  .technology-page .tech-market-point {
    max-width: 100%;
  }

  .technology-page .tech-market-point h4 {
    font-size: 1.12rem;
  }

  .technology-page .tech-market-point p {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .technology-page .tech-market-wheel {
    --tm-top-y: 72px;
    --tm-top-x: 44px;
    --tm-side-y: 142px;
    --tm-side-x: 86px;
    --tm-outer-size: 300px;
    --tm-inner-size: 230px;
    height: 220px;
    margin-top: 2px;
  }

  .technology-page .tech-market-ring,
  .technology-page .tech-market-ring-cutout {
    top: 0;
    width: min(100%, var(--tm-outer-size));
  }

  .technology-page .tech-market-ring-cutout,
  .technology-page .tech-market-base {
    width: min(100%, var(--tm-inner-size));
  }

  .technology-page .tech-market-ring-cutout {
    top: calc((var(--tm-outer-size) - var(--tm-inner-size)) / 2);
  }

  .technology-page .tech-market-base {
    bottom: 0;
    height: 90px;
  }

  .technology-page .tech-market-base::before {
    width: 38px;
    height: 28px;
    top: 28%;
    border-radius: 8px;
  }

  .technology-page .tech-market-core {
    bottom: 6px;
    width: 78px;
    height: 78px;
    border-width: 1.5px;
  }

  .technology-page .tech-market-core-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border-width: 1.5px;
  }

  .technology-page .tech-market-core-icon i {
    font-size: 16px;
  }

  .technology-page .tech-market-float {
    font-size: 18px;
    width: 18px;
    height: 18px;
    opacity: 0.8;
  }
}

/*--------------------------------------------------------------
# AI Marketplace Hex Redesign (override)
--------------------------------------------------------------*/
.technology-page .tech-market-shell {
  --tm-blue-1: #1a4b77;
  --tm-blue-2: #265c8b;
  --tm-blue-3: #326d9f;
  --tm-blue-4: #3e7eb3;
  --tm-blue-5: #4a8fc7;
  border: 1px solid #d8dee8;
  border-radius: 16px;
  padding: clamp(20px, 2.8vw, 34px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 8%, rgba(74, 143, 199, 0.08), transparent 48%),
    radial-gradient(circle at 92% 92%, rgba(26, 75, 119, 0.08), transparent 46%),
    #f4f6fa;
}

.technology-page .tech-market-section-label {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
}

.technology-page .tech-market-section-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #1d2d79;
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.technology-page .tech-market-section-label span::after {
  content: "";
  width: 128px;
  height: 1px;
  margin-left: 12px;
  background: linear-gradient(90deg, rgba(38, 92, 139, 0.9), rgba(38, 92, 139, 0.45));
}

.technology-page .tech-human-steps-section .tech-market-section-label span {
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  text-transform: none;
  letter-spacing: 0.06em;
}

.technology-page .tech-market-section-label--titlecase span {
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  text-transform: none;
  letter-spacing: 0.06em;
}

.technology-page .tech-market-hex-wrap {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(680px, 1.22fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: center;
}

.technology-page .tech-market-copy {
  max-width: 420px;
}

.technology-page .tech-market-kicker {
  margin: 0 0 8px;
  color: var(--tm-blue-3);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.technology-page .tech-market-title {
  margin: 0;
  color: #2f3482;
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.technology-page .tech-market-sub {
  margin: 12px 0 0;
  color: #4b5568;
  font-size: 16px;
  line-height: 1.55;
}

.technology-page .tech-market-honeycomb {
  --hex-w: clamp(180px, 16vw, 228px);
  --hex-gap: clamp(10px, 1.1vw, 14px);
  --hex-shape: polygon(25% 5%, 75% 5%, 98% 50%, 75% 95%, 25% 95%, 2% 50%);
  width: min(100%, 760px);
  margin-left: auto;
}

.technology-page .tech-market-hex-row {
  display: flex;
  justify-content: center;
  gap: var(--hex-gap);
}

.technology-page .tech-market-hex-row-top {
  margin-bottom: calc(var(--hex-w) * -0.18);
}

.technology-page .tech-market-hex-slot {
  position: relative;
  width: var(--hex-w);
  aspect-ratio: 1.08 / 1;
  flex: 0 0 auto;
  isolation: isolate;
  overflow: hidden;
}

.technology-page .tech-market-hex {
  --hex-outline: var(--tm-blue-3);
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: var(--hex-shape);
  background: var(--hex-outline);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  transition: none;
  z-index: 2;
}

.technology-page .tech-market-hex::before {
  content: "";
  position: absolute;
  inset: 3px;
  clip-path: var(--hex-shape);
  background: #ffffff;
  transition: none;
}

.technology-page .tech-market-hex-card {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 18px;
  overflow: hidden;
  isolation: isolate;
}

.technology-page .tech-market-hex-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  clip-path: var(--hex-shape);
  border: 1px solid rgba(37, 56, 92, 0.12);
  pointer-events: none;
  z-index: 1;
  transition: none;
}

.technology-page .tech-market-hex-id {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  color: var(--hex-outline);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.technology-page .tech-market-hex h4 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141c2c;
  font-size: clamp(0.84rem, 0.92vw, 1rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.technology-page .tech-market-hex p {
  position: relative;
  z-index: 1;
  margin: 7px 0 0;
  color: #2d3544;
  font-size: clamp(0.72rem, 0.8vw, 0.86rem);
  font-weight: 500;
  line-height: 1.28;
}

.technology-page .tech-market-hex.is-center .tech-market-hex-card {
  background: linear-gradient(180deg, rgba(50, 109, 159, 0.05), rgba(50, 109, 159, 0));
}

.technology-page .tech-market-hex.is-center h4 {
  color: #1f2f49;
  font-weight: 800;
  font-size: clamp(0.9rem, 0.98vw, 1.08rem);
}

.technology-page .tech-market-hex.is-center p {
  color: #355070;
  font-weight: 700;
  font-size: clamp(0.78rem, 0.82vw, 0.9rem);
  line-height: 1.18;
}

.technology-page .tech-market-hex.is-m1,
.technology-page .tech-market-hex-slot.is-m1 { --hex-outline: var(--tm-blue-5); }

.technology-page .tech-market-hex.is-m2,
.technology-page .tech-market-hex-slot.is-m2 { --hex-outline: var(--tm-blue-4); }

.technology-page .tech-market-hex.is-m3,
.technology-page .tech-market-hex-slot.is-m3 { --hex-outline: var(--tm-blue-3); }

.technology-page .tech-market-hex.is-center,
.technology-page .tech-market-hex-slot.is-center { --hex-outline: var(--tm-blue-2); }

.technology-page .tech-market-hex.is-m4,
.technology-page .tech-market-hex-slot.is-m4 { --hex-outline: var(--tm-blue-1); }

.technology-page .tech-market-hover-card {
  position: absolute;
  inset: 0;
  transform: translateY(100%);
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  clip-path: var(--hex-shape);
  background: var(--hex-outline);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 450ms ease;
  z-index: 3;
}

.technology-page .tech-market-hover-card::before {
  content: "";
  position: absolute;
  inset: 3px;
  clip-path: var(--hex-shape);
  background: #eaf4ff;
  pointer-events: none;
}

.technology-page .tech-market-hover-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  clip-path: var(--hex-shape);
  border: 1px solid rgba(37, 56, 92, 0.12);
  pointer-events: none;
}

.technology-page .tech-market-hover-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 14px 16px;
  color: #2d3544;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.78rem, 0.86vw, 0.92rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-wrap: balance;
  text-align: center;
}

.technology-page .tech-market-hex-slot:hover,
.technology-page .tech-market-hex-slot:focus-within {
  z-index: 5;
}

.technology-page .tech-market-hex-slot:hover .tech-market-hover-card,
.technology-page .tech-market-hex-slot:focus-within .tech-market-hover-card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes tech-market-card-rise {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.technology-page .tech-market-hex-slot:hover .tech-market-hex,
.technology-page .tech-market-hex-slot:focus-within .tech-market-hex,
.technology-page .tech-market-hex-slot:hover .tech-market-hex.is-center,
.technology-page .tech-market-hex-slot:focus-within .tech-market-hex.is-center {
  transform: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  filter: none;
}

.technology-page .tech-market-hex:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--hex-outline), #ffffff 20%);
  outline-offset: 4px;
}

.technology-page .tech-market-hex:hover {
  transform: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  filter: none;
}

.technology-page .tech-market-hex:hover::before {
  background: #ffffff;
}

.technology-page .tech-market-hex:hover .tech-market-hex-card::before {
  border-color: rgba(37, 56, 92, 0.12);
}

.technology-page .tech-market-hex.is-center:hover {
  transform: none;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

@media (max-width: 992px) {
  .technology-page .tech-market-hex-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .technology-page .tech-market-copy {
    max-width: 100%;
    text-align: center;
  }

  .technology-page .tech-market-honeycomb {
    --hex-w: clamp(164px, 22vw, 206px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .technology-page .tech-market-shell {
    border-radius: 14px;
    padding: 14px;
  }

  .technology-page .tech-market-section-label {
    margin-bottom: 10px;
  }

  .technology-page .tech-market-section-label span {
    font-size: 1.1rem;
    letter-spacing: 0.13em;
  }

  .technology-page .tech-market-section-label--titlecase span {
    font-size: 1.35rem;
  }

  .technology-page .tech-market-section-label span::after {
    width: 72px;
    margin-left: 10px;
  }

  .technology-page .tech-market-kicker {
    font-size: 11px;
    letter-spacing: 0.13em;
  }

  .technology-page .tech-market-title {
    font-size: clamp(1.5rem, 5.4vw, 1.95rem);
    line-height: 1.12;
  }

  .technology-page .tech-market-sub {
    font-size: 14px;
    margin-top: 10px;
  }

  .technology-page .tech-market-honeycomb {
    --hex-w: 100%;
    --hex-gap: 10px;
    width: 100%;
  }

  .technology-page .tech-market-hex-row,
  .technology-page .tech-market-hex-row-top,
  .technology-page .tech-market-hex-row-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
  }

  .technology-page .tech-market-hex {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    clip-path: none;
    border-radius: 14px;
  }

  .technology-page .tech-market-hex-slot {
    width: 100%;
    aspect-ratio: auto;
  }

  .technology-page .tech-market-hover-card {
    position: relative;
    width: 100%;
    height: auto;
    clip-path: none;
    border-radius: 12px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    text-align: left;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .technology-page .tech-market-hex-slot.is-open .tech-market-hover-card,
  .technology-page .tech-market-hex-slot:focus-within .tech-market-hover-card {
    display: block;
    margin-top: 8px;
    padding: 10px 12px;
    background: #eaf4ff;
    border: 1px solid rgba(50, 109, 159, 0.26);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
    animation: tech-market-card-rise 450ms ease;
  }

  .technology-page .tech-market-hover-card::before,
  .technology-page .tech-market-hover-card::after {
    display: none;
  }

  .technology-page .tech-market-hover-card p {
    padding: 0;
    margin: 0;
    color: #1f2f49;
    font-size: 0.88rem;
    line-height: 1.35;
    text-align: left;
  }

  .technology-page .tech-market-hex-card {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 14px 14px;
  }

  .technology-page .tech-market-hex::before,
  .technology-page .tech-market-hex-card::before {
    clip-path: none;
    border-radius: 11px;
  }

  .technology-page .tech-market-hex::before {
    inset: 2px;
  }

  .technology-page .tech-market-hex-card::before {
    inset: 8px;
  }

  .technology-page .tech-market-hex-id {
    margin-bottom: 2px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .technology-page .tech-market-hex h4 {
    font-size: 0.95rem;
    line-height: 1.15;
  }

  .technology-page .tech-market-hex p {
    margin-top: 6px;
    font-size: 0.83rem;
    line-height: 1.26;
  }

  .technology-page .tech-market-hex.is-center {
    min-height: 0;
  }

  .technology-page .tech-market-hex.is-center h4 {
    font-size: 0.98rem;
  }

  .technology-page .tech-market-hex.is-center p {
    font-size: 0.84rem;
  }
}

/*--------------------------------------------------------------
# Human-in-the-Loop AI Timeline Redesign
--------------------------------------------------------------*/
.technology-page .tech-human-steps-section {
  background: #f2f4fb;
}

.technology-page .tech-human-steps-shell {
  --ths-blue-1: #1a4b77;
  --ths-blue-2: #265c8b;
  --ths-blue-3: #326d9f;
  --ths-blue-4: #3e7eb3;
  --ths-blue-5: #4a8fc7;
  --ths-line: rgba(38, 92, 139, 0.45);
  --ths-ink: #1a4b77;
  border-radius: 20px;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 12%, rgba(74, 143, 199, 0.12), transparent 48%),
    radial-gradient(circle at 85% 88%, rgba(26, 75, 119, 0.1), transparent 46%),
    #f3f7fb;
  border: 1px solid #d2e2f1;
}

.technology-page .tech-human-steps-shell::before {
  content: "";
  position: absolute;
  width: clamp(220px, 34vw, 420px);
  height: clamp(220px, 34vw, 420px);
  top: -24%;
  right: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(74, 143, 199, 0.18) 0%, rgba(74, 143, 199, 0.06) 42%, rgba(74, 143, 199, 0) 72%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  animation: tech-human-glow-drift 12s ease-in-out infinite;
}

.technology-page .tech-human-steps-shell > * {
  position: relative;
  z-index: 1;
}

.technology-page .tech-human-steps-head {
  display: grid;
  align-content: center;
  gap: 10px;
}

.technology-page .tech-human-steps-kicker {
  margin: 0;
  color: var(--ths-blue-4);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.technology-page .tech-human-steps-head .tech-human-loop-title {
  margin: 0;
  color: var(--ths-ink);
  font-size: clamp(1.45rem, 1.95vw, 1.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.technology-page .tech-human-steps-lead {
  margin: 0;
  color: #345c80;
  font-size: 15px;
  line-height: 1.55;
  max-width: 300px;
}

.technology-page .tech-human-steps-shell {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(16px, 4vw, 36px);
  align-items: center;
}

.technology-page .tech-human-steps-list {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 8px 0;
}

.technology-page .tech-human-steps-list::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 10px;
  bottom: 10px;
  width: 1.5px;
  background: linear-gradient(180deg, rgba(26, 75, 119, 0.78), rgba(74, 143, 199, 0.32));
  background-size: 100% 220%;
  animation: tech-human-line-flow 5.5s linear infinite;
}

.technology-page .tech-human-steps-list::after {
  content: "";
  position: absolute;
  left: 28px;
  top: -18px;
  width: 46px;
  height: 1.5px;
  background: rgba(38, 92, 139, 0.6);
  transform: rotate(50deg);
  transform-origin: left center;
}

.technology-page .tech-human-step {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  align-items: center;
  transition: transform 240ms ease;
}

.technology-page .tech-human-step:last-child::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -18px;
  width: 54px;
  height: 1.5px;
  background: rgba(38, 92, 139, 0.58);
  transform: rotate(-48deg);
  transform-origin: left center;
}

.technology-page .tech-human-step-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin-left: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, var(--ths-blue-4) 0%, var(--ths-blue-2) 100%);
  box-shadow: 0 8px 16px rgba(26, 75, 119, 0.22);
  transition: transform 240ms ease, box-shadow 240ms ease;
  animation: tech-human-icon-float 4.8s ease-in-out infinite;
}

.technology-page .tech-human-step-icon i {
  line-height: 1;
}

.technology-page .tech-human-step-pill {
  border-radius: 999px;
  padding: 12px 20px 12px 22px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, var(--ths-blue-4), var(--ths-blue-2));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 8px 16px rgba(26, 75, 119, 0.12);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.technology-page .tech-human-step-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.16) 40%, rgba(255, 255, 255, 0.28) 49%, rgba(255, 255, 255, 0.1) 58%, transparent 78%);
  transform: translateX(-140%);
  opacity: 0;
  transition: transform 560ms ease, opacity 280ms ease;
  pointer-events: none;
  z-index: 0;
}

.technology-page .tech-human-step-pill h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}

.technology-page .tech-human-step-pill p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.technology-page .tech-human-step:nth-child(1) .tech-human-step-pill {
  background: linear-gradient(180deg, #4a8fc7, #3e7eb3);
}

.technology-page .tech-human-step:nth-child(2) .tech-human-step-pill {
  background: linear-gradient(180deg, #3e7eb3, #326d9f);
}

.technology-page .tech-human-step:nth-child(3) .tech-human-step-pill {
  background: linear-gradient(180deg, #326d9f, #2b6393);
}

.technology-page .tech-human-step:nth-child(4) .tech-human-step-pill {
  background: linear-gradient(180deg, #2d6799, #265c8b);
}

.technology-page .tech-human-step:nth-child(5) .tech-human-step-pill {
  background: linear-gradient(180deg, #265c8b, #1a4b77);
}

.technology-page .tech-human-step:nth-child(1) .tech-human-step-icon {
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #4a8fc7 0%, #3e7eb3 100%);
}

.technology-page .tech-human-step:nth-child(2) .tech-human-step-icon {
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #3e7eb3 0%, #326d9f 100%);
}

.technology-page .tech-human-step:nth-child(3) .tech-human-step-icon {
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #326d9f 0%, #2b6393 100%);
}

.technology-page .tech-human-step:nth-child(4) .tech-human-step-icon {
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #2d6799 0%, #265c8b 100%);
}

.technology-page .tech-human-step:nth-child(5) .tech-human-step-icon {
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 55%),
    linear-gradient(180deg, #265c8b 0%, #1a4b77 100%);
}

.technology-page .tech-human-step:nth-child(1) .tech-human-step-icon { animation-delay: 0s; }
.technology-page .tech-human-step:nth-child(2) .tech-human-step-icon { animation-delay: 0.3s; }
.technology-page .tech-human-step:nth-child(3) .tech-human-step-icon { animation-delay: 0.6s; }
.technology-page .tech-human-step:nth-child(4) .tech-human-step-icon { animation-delay: 0.9s; }
.technology-page .tech-human-step:nth-child(5) .tech-human-step-icon { animation-delay: 1.2s; }

.technology-page .tech-human-step:nth-child(odd) .tech-human-step-pill {
  border-top-left-radius: 26px;
}

.technology-page .tech-human-step:nth-child(even) .tech-human-step-pill {
  border-bottom-left-radius: 26px;
}

.technology-page .tech-human-step:hover {
  transform: translateX(6px);
}

.technology-page .tech-human-step:hover .tech-human-step-icon {
  box-shadow: 0 12px 24px rgba(26, 75, 119, 0.28);
}

.technology-page .tech-human-step:hover .tech-human-step-pill {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(26, 75, 119, 0.18);
}

.technology-page .tech-human-step:hover .tech-human-step-pill::before {
  transform: translateX(135%);
  opacity: 1;
}

@keyframes tech-human-glow-drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-18px, 14px, 0) scale(1.08);
    opacity: 0.96;
  }
}

@keyframes tech-human-line-flow {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 0 100%;
  }
}

@keyframes tech-human-icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 992px) {
  .technology-page .tech-human-steps-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .technology-page .tech-human-steps-head {
    text-align: center;
    justify-items: center;
  }

  .technology-page .tech-human-steps-lead {
    max-width: 620px;
  }

  .technology-page .tech-human-steps-list {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .technology-page .tech-human-steps-section .tech-market-section-label span {
    font-size: 1.35rem;
  }

  .technology-page .tech-human-steps-shell {
    border-radius: 14px;
    padding: 14px;
  }

  .technology-page .tech-human-steps-kicker {
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .technology-page .tech-human-steps-head .tech-human-loop-title {
    font-size: clamp(1.3rem, 5vw, 1.7rem);
  }

  .technology-page .tech-human-steps-lead {
    font-size: 14px;
    line-height: 1.45;
  }

  .technology-page .tech-human-steps-list {
    gap: 10px;
    padding: 4px 0;
  }

  .technology-page .tech-human-steps-list::before {
    left: 27px;
    top: 10px;
    bottom: 10px;
  }

  .technology-page .tech-human-steps-list::after {
    left: 14px;
    top: -9px;
    width: 28px;
  }

  .technology-page .tech-human-step {
    grid-template-columns: 48px 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .technology-page .tech-human-step:last-child::after {
    left: 9px;
    bottom: -10px;
    width: 34px;
  }

  .technology-page .tech-human-step-icon {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    font-size: 14px;
    border-width: 1px;
  }

  .technology-page .tech-human-step-pill {
    min-height: 0;
    border-radius: 16px;
    padding: 10px 12px;
  }

  .technology-page .tech-human-step-pill h4 {
    font-size: 0.95rem;
    line-height: 1.15;
  }

  .technology-page .tech-human-step-pill p {
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  .technology-page .tech-market-hex,
  .technology-page .tech-market-hex::before,
  .technology-page .tech-market-hex-card::before,
  .technology-page .tech-market-hover-card {
    transition: none !important;
  }

  .technology-page .tech-market-hex:hover,
  .technology-page .tech-market-hex.is-center:hover {
    transform: none !important;
    filter: none !important;
  }

  .technology-page .tech-market-hex-slot.is-open .tech-market-hover-card,
  .technology-page .tech-market-hex-slot:focus-within .tech-market-hover-card {
    animation: none !important;
  }

  .technology-page .tech-human-steps-shell::before,
  .technology-page .tech-human-steps-list::before,
  .technology-page .tech-human-step-icon {
    animation: none !important;
  }

  .technology-page .tech-human-step,
  .technology-page .tech-human-step-icon,
  .technology-page .tech-human-step-pill,
  .technology-page .tech-human-step-pill::before {
    transition: none !important;
  }

  .technology-page .tech-human-step:hover,
  .technology-page .tech-human-step:hover .tech-human-step-icon,
  .technology-page .tech-human-step:hover .tech-human-step-pill {
    transform: none !important;
  }

  .technology-page .tech-human-step:hover .tech-human-step-pill::before {
    opacity: 0 !important;
    transform: translateX(-140%) !important;
  }
}
