.robot-team-page {
  --rt-navy: #061a33;
  --rt-blue: #145da0;
  --rt-cyan: #75c9ff;
  --rt-orange: #ff7a1a;
  --rt-line: rgba(132, 192, 255, 0.28);
  --rt-muted: #627089;
  color: #0a2540;
  background:
    linear-gradient(rgba(20, 93, 160, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 93, 160, 0.05) 1px, transparent 1px),
    #f7fbff;
  background-size: 78px 78px;
  overflow: hidden;
}

.rt-hero h1 {
  color: #fff;
}

.rt-hero .rt-kicker {
  color: #8fd1ff;
}

.rt-wrap {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.rt-section,
.rt-hero {
  position: relative;
  padding: 92px 0;
}

.rt-hero {
  min-height: 720px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 122, 26, 0.28), transparent 28%),
    radial-gradient(circle at 62% 55%, rgba(82, 184, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #061a33 0%, #09284f 48%, #0b376a 100%);
}

.rt-hero::before,
.rt-hero::after {
  content: "";
  position: absolute;
  inset: 36px;
  border: 1px solid rgba(137, 198, 255, 0.16);
  border-radius: 34px;
  pointer-events: none;
}

.rt-hero::after {
  inset: auto 8% 72px auto;
  width: 220px;
  height: 220px;
  border-color: rgba(255, 122, 26, 0.28);
  border-radius: 50%;
}

.rt-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: 40px;
  align-items: center;
}

.rt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #8fd1ff;
  font-size: 15px;
  font-weight: 900;
}

.rt-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--rt-orange);
}

.rt-hero h1,
.rt-section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.08;
}

.rt-hero h1 {
  max-width: 620px;
  font-size: clamp(46px, 5.8vw, 82px);
}

.rt-hero p {
  max-width: 560px;
  margin: 24px 0 0;
  color: #dceeff;
  font-size: 20px;
  line-height: 1.75;
}

.rt-hero .actions {
  margin-top: 34px;
}

.rt-hero-visual {
  position: relative;
  margin: 0;
  border: 1px solid rgba(142, 206, 255, 0.28);
  border-radius: 34px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.32);
}

.rt-hero-visual img,
.rt-main-image img,
.rt-video-card img {
  display: block;
  width: 100%;
  height: auto;
}

.rt-hero-visual img {
  border-radius: 24px;
  object-fit: cover;
}

.rt-section-head {
  max-width: 860px;
  margin: 0 0 34px;
}

.rt-section-head h2 {
  color: #082744;
  font-size: clamp(34px, 4.3vw, 58px);
}

.rt-section-head p {
  margin: 18px 0 0;
  color: var(--rt-muted);
  font-size: 18px;
  line-height: 1.75;
}

.rt-overview,
.rt-efficiency,
.rt-video {
  background: rgba(255, 255, 255, 0.78);
}

.rt-main-image {
  margin: 0;
  border: 1px solid rgba(132, 192, 255, 0.38);
  border-radius: 28px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(10, 45, 88, 0.12);
}

.rt-main-image img {
  border-radius: 20px;
}

.rt-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.rt-role-card {
  min-width: 0;
  border: 1px solid rgba(132, 192, 255, 0.42);
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(circle at 84% 10%, rgba(255, 122, 26, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(239,247,255,0.92));
  box-shadow: 0 22px 62px rgba(10, 45, 88, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.rt-role-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 26, 0.55);
  box-shadow: 0 32px 80px rgba(10, 45, 88, 0.16);
}

.rt-role-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: contain;
  margin: 0 auto 16px;
  filter: drop-shadow(0 20px 28px rgba(20, 93, 160, 0.12));
}

.rt-role-card h3 {
  margin: 0 0 10px;
  color: #082744;
  font-size: 25px;
}

.rt-role-card p {
  margin: 0 0 14px;
  color: #4c5f77;
  line-height: 1.72;
}

.rt-role-card strong {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  color: #0a4d8b;
  background: #e8f4ff;
  font-size: 14px;
}

.rt-workflow {
  color: #fff;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 122, 26, 0.20), transparent 30%),
    linear-gradient(135deg, #061a33, #0b376a);
}

.rt-workflow .rt-section-head h2,
.rt-workflow .rt-section-head p {
  color: #fff;
}

.rt-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.rt-flow-node {
  position: relative;
  display: grid;
  align-content: center;
  gap: 12px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(143, 209, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.rt-flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  color: var(--rt-orange);
  font-size: 28px;
  font-weight: 900;
}

.rt-flow-node span {
  color: var(--rt-orange);
  font-weight: 950;
}

.rt-flow-node strong {
  font-size: 18px;
  line-height: 1.35;
}

.rt-flow-node.is-final {
  background: linear-gradient(135deg, var(--rt-orange), #ff9b43);
  color: #fff;
}

.rt-flow-node.is-final span {
  color: #fff;
}

.rt-efficiency-table {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(132, 192, 255, 0.38);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 45, 88, 0.1);
}

.rt-efficiency-head,
.rt-efficiency-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 12px;
}

.rt-efficiency-head span,
.rt-efficiency-row > * {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
}

.rt-efficiency-head span {
  justify-content: center;
  color: #082744;
  font-weight: 950;
  background: #edf6ff;
}

.rt-efficiency-row strong {
  color: #082744;
  background: #f5f9ff;
}

.rt-efficiency-row span:nth-child(2) {
  color: #7a4212;
  background: #fff7ed;
}

.rt-efficiency-row span:nth-child(3) {
  color: #063a72;
  background: #e9f5ff;
  border: 1px solid rgba(255, 122, 26, 0.28);
}

.rt-onboarding {
  background:
    linear-gradient(rgba(117, 201, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 201, 255, 0.07) 1px, transparent 1px),
    #061a33;
  background-size: 64px 64px;
  color: #fff;
}

.rt-onboarding-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: 50px;
  align-items: center;
}

.rt-onboarding .rt-section-head h2,
.rt-onboarding .rt-section-head p {
  color: #fff;
}

.rt-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rt-step-grid article {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(143, 209, 255, 0.28);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
}

.rt-step-grid span {
  color: var(--rt-orange);
  font-size: 26px;
  font-weight: 950;
}

.rt-step-grid strong {
  font-size: 24px;
}

.rt-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rt-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(132, 192, 255, 0.42);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 45, 88, 0.1);
}

.rt-video-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.rt-video-card div {
  padding: 22px;
}

.rt-video-card span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--rt-orange);
  box-shadow: 0 18px 40px rgba(255, 122, 26, 0.28);
}

.rt-video-card h3 {
  margin: 0 0 8px;
  color: #082744;
  font-size: 24px;
}

.rt-video-card p {
  margin: 0;
  color: var(--rt-muted);
}

.rt-cta {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #082744, #145da0);
}

.rt-cta .rt-wrap {
  max-width: 840px;
}

.rt-cta h2 {
  color: #fff;
  font-size: clamp(34px, 4.5vw, 60px);
}

.rt-cta p {
  margin: 18px auto 28px;
  max-width: 680px;
  color: #dceeff;
  font-size: 18px;
  line-height: 1.75;
}

@media (max-width: 1100px) {
  .rt-hero-grid,
  .rt-onboarding-grid {
    grid-template-columns: 1fr;
  }

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

  .rt-flow-node:nth-child(3)::after {
    display: none;
  }

  .rt-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rt-wrap {
    width: min(100% - 28px, 1180px);
  }

  .rt-section,
  .rt-hero {
    padding: 62px 0;
  }

  .rt-hero {
    min-height: auto;
  }

  .rt-hero-grid {
    gap: 28px;
  }

  .rt-hero h1 {
    font-size: 34px;
  }

  .rt-hero p,
  .rt-section-head p {
    font-size: 16px;
  }

  .rt-section-head h2 {
    font-size: 30px;
  }

  .rt-section-head {
    max-width: 100%;
  }

  .rt-role-grid,
  .rt-video-grid,
  .rt-step-grid {
    grid-template-columns: 1fr;
  }

  .rt-role-card img {
    height: 220px;
  }

  .rt-flow {
    grid-template-columns: 1fr;
  }

  .rt-flow-node:not(:last-child)::after {
    top: auto;
    right: 22px;
    bottom: -24px;
    transform: rotate(90deg);
  }

  .rt-efficiency-head {
    display: none;
  }

  .rt-efficiency-row {
    grid-template-columns: 1fr;
    padding: 8px;
    border: 1px solid #e4eef9;
    border-radius: 18px;
    background: #f8fbff;
  }
}
