.industries-main {
  overflow-x: hidden;
}

.ind-over-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1280px;
  margin: 160px auto;
  padding: 0 20px;
  text-align: center;
}

.ind-over-pill {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  gap: 5px;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 79, 1, 0.12) 0.13%, rgba(255, 79, 1, 0.12) 51.89%, rgba(255, 79, 1, 0.12) 104.45%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  animation: indOverSlideDown 0.6s ease-out both;
}

.ind-over-stars {
  display: flex;
  gap: 8px;
}

.ind-over-stars svg {
  animation: indOverStarPop 0.4s ease-out both;
  animation-delay: var(--d);
}

.ind-over-pill p {
  margin: 0;
  color: #ff4f01;
  font-family: var(--font-space);
  font-size: 14px;
}

.ind-over-hero h1 {
  margin: 24px 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: clamp(45px, 6.5vw, 70px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: indOverSlideDown 0.6s ease-out 0.05s both;
}

.ind-over-hero h1 span {
  color: #ff4f01;
  font-style: italic;
  -webkit-text-fill-color: #ff4f01;
}

.ind-over-hero > p {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--font-space);
  line-height: 1.6;
  animation: indOverSlideDown 0.6s ease-out 0.1s both;
}

.ind-over-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 576px;
  margin: 24px auto 0;
  position: relative;
  z-index: 2;
  animation: indOverFadeScale 0.5s ease-out 0.2s both;
}

.ind-over-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-width: 150px;
  height: 40px;
  padding: 20px 0;
  border: 2px solid #ff4f01;
  border-radius: 999px;
  color: #ff4f01;
  font-family: var(--font-space);
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ind-over-outline:hover {
  color: #ff6b35;
  border-color: #ff6b35;
  transform: scale(1.05);
}

.ind-over-bento-wrap,
.ind-over-section,
.ind-over-how,
.ind-over-cta-wrap {
  position: relative;
  max-width: 1323px;
  margin: 96px auto;
  padding: 0 16px;
}

.ind-over-left-glow {
  position: absolute;
  top: 200px;
  left: -100px;
  z-index: -1;
  width: 572px;
  height: 391px;
  border-radius: 50%;
  background: linear-gradient(113deg, #ff4f01 7.22%, rgba(255, 79, 1, 0.5) 113.72%);
  filter: blur(250px);
  pointer-events: none;
}

.ind-over-bento {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  overflow: hidden;
  padding: 64px 48px;
  border: 1px solid #666;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(79px);
}

.ind-over-hero-svg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.ind-over-bento-copy {
  position: relative;
  z-index: 1;
  max-width: 55%;
}

.ind-over-bento h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: clamp(2.25rem, 5vw, 64px);
  font-weight: 500;
  line-height: 1.25;
}

.ind-over-bento p {
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-space);
  font-size: clamp(1rem, 2vw, 24px);
  line-height: 1.5;
}

.ind-over-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.ind-over-stats {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(100%, 340px);
  margin-left: auto;
}

.ind-over-stat {
  padding: 20px;
  border: 1px solid #666;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 40px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(17.5px);
}

.ind-over-stat strong,
.ind-over-stat span {
  display: block;
  font-family: var(--font-space);
}

.ind-over-stat strong {
  color: #ff4f01;
  font-size: 32px;
  font-weight: 700;
}

.ind-over-stat span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.ind-over-grid-bg::before,
.ind-over-how::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.ind-over-ambient,
.ind-over-how-glow {
  position: absolute;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(255, 79, 1, 0.08), transparent 70%);
}

.ind-over-ambient {
  top: 20%;
  width: 800px;
  height: 400px;
}

.ind-over-section > .subtext,
.ind-over-how > .subtext {
  margin-left: auto;
  margin-right: auto;
}

.ind-over-section h2,
.ind-over-how h2 {
  margin: 16px auto 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -0.02em;
}

.ind-over-section h2 span,
.ind-over-how h2 span {
  background: linear-gradient(135deg, #ff4f01, #ff6b35);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ind-over-section > p,
.ind-over-how > p {
  max-width: 600px;
  margin: 20px auto 64px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-space);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  text-align: center;
}

.ind-over-how > p {
  max-width: 700px;
  color: #fff;
  font-size: clamp(16px, 2vw, 24px);
}

.ind-over-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "home home law" "med laundry laundry";
  gap: 16px;
}

.ind-over-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 260px;
  overflow: hidden;
  padding: 24px 24px 48px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: #111110;
  color: inherit;
  text-decoration: none;
  transition: transform 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}

.ind-over-card.large {
  min-height: 340px;
  padding: 32px 32px 80px;
}

.ind-over-card:hover {
  border-color: rgba(255, 79, 1, 0.25);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.4);
  transform: translateY(-4px);
}

.ind-over-card-glow,
.ind-over-card-border {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ind-over-card-glow {
  background: radial-gradient(ellipse at top right, rgba(255, 79, 1, 0.07), transparent 60%);
}

.ind-over-card-border {
  opacity: 0.15;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 79, 1, 0.25), transparent 50%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ind-over-card:hover .ind-over-card-glow,
.ind-over-card:hover .ind-over-card-border {
  opacity: 1;
}

.ind-over-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  gap: 16px;
}

.ind-over-card.large .ind-over-card-content {
  min-height: 220px;
}

.ind-over-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ind-over-card-top > span {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid rgba(255, 79, 1, 0.145);
  border-radius: 6px;
  background: rgba(255, 79, 1, 0.082);
  color: #ff4f01;
  font-family: var(--font-space);
  font-size: 10px;
  font-weight: 600;
}

.ind-over-card-top b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 79, 1, 0.188);
  border-radius: 12px;
  background: rgba(255, 79, 1, 0.082);
}

.ind-over-card-top svg {
  width: 20px;
  height: 20px;
  stroke: #ff4f01;
  animation: indOverWiggle 4s ease-in-out infinite;
}

.ind-over-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  transition: transform 0.3s ease;
}

.ind-over-card.large h3 {
  font-size: 28px;
}

.ind-over-card:hover h3 {
  transform: translateX(2px);
}

.ind-over-card > .ind-over-card-content > p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-space);
  font-size: 13px;
  line-height: 1.7;
}

.ind-over-card.large > .ind-over-card-content > p {
  max-width: 380px;
  font-size: 15px;
}

.ind-over-card-visual {
  margin-top: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.5);
}

.ind-over-card-arrow {
  position: absolute;
  top: calc(100% + 12px);
  right: 20px;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform 0.4s ease, background 0.4s ease;
}

.ind-over-card.large .ind-over-card-arrow {
  right: 28px;
}

.ind-over-card-arrow svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,0.5);
  transition: transform 0.4s ease, stroke 0.4s ease;
}

.ind-over-card:hover .ind-over-card-arrow {
  background: rgba(255,79,1,0.18);
  transform: scale(1.1);
}

.ind-over-card:hover .ind-over-card-arrow svg {
  stroke: #ff4f01;
  transform: translateX(2px);
}

.ind-over-visual svg {
  stroke: currentColor;
}

.ind-over-visual.missed,
.ind-over-visual.pickup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ind-over-visual.missed div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  opacity: var(--rest-opacity);
  transform: translateX(30px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--d);
}

.ind-over-visual.missed div.auto {
  border-color: rgba(255,79,1,0.125);
  background: rgba(255,79,1,0.03);
}

.ind-over-visual.missed div.lead {
  background: rgba(255,255,255,0.02);
}

.ind-over-card:hover .ind-over-visual.missed div {
  opacity: 1;
  transform: translateX(0);
}

.ind-over-visual.missed span,
.ind-over-visual.missed i.red,
.ind-over-visual.missed i.done,
.ind-over-visual.pickup em,
.ind-over-step-visual.strategy b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ind-over-visual.missed span {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #ff4f01;
  background: rgba(255,79,1,0.125);
}

.ind-over-visual.missed .lead > span {
  color: #22c55e;
  background: rgba(34,197,94,0.15);
}

.ind-over-visual.missed span svg {
  width: 14px;
  height: 14px;
}

.ind-over-visual.missed p,
.ind-over-visual.booking p,
.ind-over-visual.pickup p {
  margin: 0;
}

.ind-over-visual.missed strong,
.ind-over-visual.missed em,
.ind-over-visual.booking strong,
.ind-over-visual.booking em {
  display: block;
  font-family: var(--font-space);
  font-style: normal;
}

.ind-over-visual.missed strong {
  color: #fff;
  font-size: 11px;
}

.ind-over-visual.missed .auto strong {
  color: #ff4f01;
}

.ind-over-visual.missed em {
  color: rgba(255,255,255,0.4);
  font-size: 9px;
}

.ind-over-visual.missed i.red {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-radius: 50%;
  background: #ef4444;
  animation: indOverPulse 2s ease-in-out infinite;
}

.ind-over-visual.missed i.done {
  width: 16px;
  height: 16px;
  margin-left: auto;
  border-radius: 50%;
  background: #ff4f01;
  color: #000;
  transform: scale(1);
}

.ind-over-card:hover .ind-over-visual.missed i.done {
  animation: indOverCheckPop 0.3s ease 0.3s both;
}

.ind-over-visual.missed i.done svg {
  width: 10px;
  height: 10px;
  stroke: #000;
  stroke-width: 3;
}

.ind-over-visual.intake {
  padding: 12px;
  border: 1px solid rgba(255, 79, 1, 0.08);
  border-radius: 10px;
  background: rgba(0,0,0,0.3);
}

.ind-over-visual.intake > strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: var(--font-space);
  font-size: 11px;
}

.ind-over-visual.intake p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
}

.ind-over-visual.intake p i {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 50%;
}

.ind-over-card:hover .ind-over-visual.intake p:first-of-type {
  border-color: rgba(255,79,1,0.25);
  background: rgba(255,79,1,0.03);
}

.ind-over-card:hover .ind-over-visual.intake p:nth-of-type(-n+2) i {
  border-color: #ff4f01;
  background: #ff4f01;
}

.ind-over-visual.intake span {
  color: rgba(255,255,255,0.6);
  font-family: var(--font-space);
  font-size: 10px;
}

.ind-over-visual.intake b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #ff4f01;
  color: #000;
  font-family: var(--font-space);
  font-size: 10px;
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ind-over-card:hover .ind-over-visual.intake b {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ind-over-visual.intake b svg {
  width: 10px;
  height: 10px;
}

.ind-over-visual.booking > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.ind-over-visual.booking > div span {
  padding: 8px 0;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.4);
  font-family: var(--font-space);
  font-size: 9px;
  text-align: center;
}

.ind-over-visual.booking .hot {
  color: #ff4f01;
  border-color: rgba(255,79,1,0.25);
  background: rgba(255,79,1,0.16);
}

.ind-over-card:hover .ind-over-visual.booking .hot {
  animation: indOverGlowCell 1.5s ease-in-out infinite;
}

.ind-over-visual.booking p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(255,79,1,0.145);
  border-radius: 8px;
  background: rgba(255,79,1,0.082);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: 0.2s;
}

.ind-over-card:hover .ind-over-visual.booking p {
  opacity: 1;
  transform: scale(1);
}

.ind-over-visual.booking strong {
  color: #ff4f01;
  font-size: 10px;
}

.ind-over-visual.booking em {
  color: rgba(255,255,255,0.4);
  font-size: 8px;
}

.ind-over-visual.booking i {
  width: 14px;
  height: 14px;
  border: 2px solid #ff4f01;
  border-top-color: transparent;
  border-radius: 50%;
  animation: indOverSpin 2s linear infinite;
}

.ind-over-visual.pickup > div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.ind-over-visual.pickup > div span {
  flex: 1;
  padding: 8px 6px;
  border: 1px solid rgba(255,79,1,0.2);
  border-radius: 8px;
  background: rgba(255,79,1,0.08);
  color: #ff4f01;
  font-family: var(--font-space);
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transition-delay: var(--d);
}

.ind-over-visual.pickup > div span:nth-child(1) {
  border-color: rgba(255,79,1,0.188);
  background: rgba(255,79,1,0.082);
  color: #ff4f01;
}

.ind-over-visual.pickup > div span:nth-child(3) {
  border-color: rgba(255,107,53,0.188);
  background: rgba(255,107,53,0.082);
  color: #ff6b35;
}

.ind-over-visual.pickup > div span:nth-child(5) {
  border-color: rgba(255,200,176,0.188);
  background: rgba(255,200,176,0.082);
  color: #ffc8b0;
}

.ind-over-card:hover .ind-over-visual.pickup > div span {
  animation: indOverNodePulse 0.5s ease both;
  animation-delay: var(--d);
}

.ind-over-visual.pickup > div i {
  width: 12px;
  height: 2px;
  background: linear-gradient(90deg, #ff4f01, #ff6b35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  transition-delay: var(--d);
}

.ind-over-card:hover .ind-over-visual.pickup > div i {
  transform: scaleX(1);
}

.ind-over-visual.pickup p {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.6);
  font-family: var(--font-space);
  font-size: 10px;
  opacity: 0.45;
  transform: translateX(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: var(--d);
}

.ind-over-card:hover .ind-over-visual.pickup p {
  opacity: 1;
  transform: translateX(0);
}

.ind-over-visual.pickup p b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,79,1,0.4);
}

.ind-over-visual.pickup em {
  width: 14px;
  height: 14px;
  margin-left: auto;
  border-radius: 50%;
  background: #ff4f01;
  color: #000;
}

.ind-over-visual.pickup em svg {
  width: 8px;
  height: 8px;
  stroke: #000;
  stroke-width: 3;
}

.ind-over-how {
  max-width: 1300px;
  margin-top: 24px;
  padding: 32px 48px;
  overflow: hidden;
}

.ind-over-how-glow {
  top: 50%;
  width: 800px;
  height: 800px;
  transform: translate(-50%, -50%);
}

.ind-over-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 48px;
}

.ind-over-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.ind-over-dots button.active {
  width: 32px;
  background: #ff4f01;
}

.ind-over-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ind-over-step {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 40px;
  border: 1px solid transparent;
  border-radius: 28px;
  background: transparent;
  transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.ind-over-step.active {
  border-color: rgba(255,79,1,0.188);
  background: rgba(255,255,255,0.05);
  box-shadow: inset 0 1px 40px rgba(255,255,255,0.1);
  backdrop-filter: blur(17.5px);
}

.ind-over-step > div {
  flex: 1;
}

.ind-over-step-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.ind-over-step-head span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.ind-over-step.active .ind-over-step-head span {
  border-color: rgba(255,79,1,0.25);
  background: rgba(255,79,1,0.125);
  transform: scale(1.05);
}

.ind-over-step-head svg {
  width: 24px;
  height: 24px;
  stroke: rgba(255,255,255,0.5);
}

.ind-over-step.active .ind-over-step-head svg {
  stroke: #ff4f01;
}

.ind-over-step-head b {
  color: rgba(255,255,255,0.3);
  font-family: var(--font-space);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

.ind-over-step.active .ind-over-step-head b {
  color: #ff4f01;
}

.ind-over-step h3 {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.7);
  font-family: var(--font-space);
  font-size: 1.75rem;
  letter-spacing: -0.01em;
}

.ind-over-step.active h3 {
  color: #fff;
}

.ind-over-step > div > p {
  max-width: 400px;
  margin: 0;
  color: rgba(255,255,255,0.4);
  font-family: var(--font-space);
  line-height: 1.7;
}

.ind-over-step.active > div > p {
  color: rgba(255,255,255,0.7);
}

.ind-over-step aside {
  width: 320px;
  flex: 0 0 320px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  background: rgba(0,0,0,0.5);
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.ind-over-step.active aside {
  opacity: 1;
}

.ind-over-step-visual {
  width: 100%;
}

.ind-over-step-visual.strategy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ind-over-step-visual.strategy p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0s;
}

.ind-over-step.active .ind-over-step-visual.strategy p {
  opacity: 1;
  transform: translateX(0);
  transition-delay: var(--d);
}

.ind-over-step-visual.strategy .ind-over-check-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(255,79,1,0.125);
}

.ind-over-step-visual.strategy .ind-over-check-box svg {
  width: 14px;
  height: 14px;
  stroke: #ff4f01;
}

.ind-over-step-visual.strategy span {
  color: rgba(255,255,255,0.7);
  font-family: var(--font-space);
  font-size: 12px;
}

.ind-over-step-visual.strategy b {
  width: 16px;
  height: 16px;
  margin-left: auto;
  border-radius: 50%;
  background: #ff4f01;
}

.ind-over-step.active .ind-over-step-visual.strategy b {
  animation: indOverCheckPop 0.3s ease both;
  animation-delay: var(--check-d);
}

.ind-over-step-visual.strategy b svg {
  width: 10px;
  height: 10px;
  stroke: #000;
  stroke-width: 3;
}

.ind-over-step-visual.build {
  position: relative;
  height: 130px;
}

.ind-over-step-visual.build > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ff4f01, transparent);
  opacity: 0;
}

.ind-over-step.active .ind-over-step-visual.build > i {
  animation: indOverScan 2s linear infinite;
}

.ind-over-step-visual.build > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 100%;
  padding: 10px;
}

.ind-over-step-visual.build > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.4);
  font-family: var(--font-space);
  font-size: 10px;
}

.ind-over-step.active .ind-over-step-visual.build span {
  animation: indOverBuildPulse 1.8s ease-in-out infinite;
  animation-delay: var(--d);
}

.ind-over-step-visual.build b {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #ff4f01;
  color: #000;
  font-family: var(--font-space);
  font-size: 11px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
}

.ind-over-step.active .ind-over-step-visual.build b {
  opacity: 1;
  transform: scale(1);
}

.ind-over-step-visual.build b svg {
  width: 12px;
  height: 12px;
  stroke: #000;
}

.ind-over-step-visual.build b span {
  color: #000;
}

.ind-over-step-visual.automate > div {
  display: flex;
  align-items: center;
  gap: 0;
}

.ind-over-step-visual.automate span {
  flex: 1;
  padding: 10px 8px;
  border: 1px solid var(--node-border);
  border-radius: 10px;
  background: var(--node-bg);
  color: var(--node-color);
  font-family: var(--font-space);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.ind-over-step.active .ind-over-step-visual.automate span {
  animation: indOverNodePulse 0.5s ease both;
  animation-delay: var(--d);
}

.ind-over-step-visual.automate i {
  width: 16px;
  height: 2px;
  background: linear-gradient(90deg, var(--line-from), #ff6b35);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  transition-delay: 0s;
}

.ind-over-step.active .ind-over-step-visual.automate i {
  transform: scaleX(1);
  transition-delay: var(--d);
}

.ind-over-step-visual.automate p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.6);
  font-family: var(--font-space);
  font-size: 11px;
  opacity: 0;
  transition: opacity 0.3s ease 0.8s;
}

.ind-over-step.active .ind-over-step-visual.automate p {
  opacity: 1;
}

.ind-over-step-visual.automate b {
  width: 16px;
  height: 16px;
  border: 2px solid #ff4f01;
  border-top-color: transparent;
  border-radius: 50%;
  animation: indOverSpin 2s linear infinite;
}

.ind-over-step-visual.grow > div {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 80px;
  margin-bottom: 12px;
}

.ind-over-step-visual.grow > div span {
  flex: 1;
  height: 0;
  border-radius: 4px;
  background: rgba(255,79,1,0.22);
  transition: height 0.5s ease-out;
  transition-delay: 0s;
}

.ind-over-step-visual.grow > div span:last-child {
  background: linear-gradient(180deg, #ff4f01, #cc3f00);
}

.ind-over-step.active .ind-over-step-visual.grow > div span {
  height: var(--h);
  transition-delay: var(--d);
}

.ind-over-step-visual.grow section {
  display: flex;
  gap: 10px;
}

.ind-over-step-visual.grow section p {
  flex: 1;
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease 0.6s;
}

.ind-over-step.active .ind-over-step-visual.grow section p {
  opacity: 1;
}

.ind-over-step-visual.grow strong,
.ind-over-step-visual.grow em {
  display: block;
  font-family: var(--font-space);
  font-style: normal;
}

.ind-over-step-visual.grow strong {
  color: #ff4f01;
  font-size: 16px;
}

.ind-over-step-visual.grow em {
  color: rgba(255,255,255,0.5);
  font-size: 10px;
}

.ind-over-cta-wrap {
  padding-bottom: 0;
}

.ind-over-cta-glow {
  position: absolute;
  top: -100px;
  right: -200px;
  z-index: -1;
  width: 572px;
  height: 391px;
  border-radius: 50%;
  background: linear-gradient(113deg, #ff4f01 7.22%, rgba(255, 79, 1, 0.5) 113.72%);
  filter: blur(250px);
  pointer-events: none;
}

.ind-over-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  padding: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 40px rgba(255,255,255,0.1);
  text-align: center;
  backdrop-filter: blur(20px);
}

.ind-over-cta-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ind-over-cta h2,
.ind-over-cta p,
.ind-over-cta .ind-over-actions {
  position: relative;
  z-index: 1;
}

.ind-over-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
}

.ind-over-cta p {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-family: var(--font-space);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.55;
}

@keyframes indOverSlideDown {
  from { opacity: 0; transform: translateY(-40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes indOverStarPop {
  from { opacity: 0; transform: scale(0) rotate(-180deg); }
  to { opacity: 1; transform: scale(1) rotate(0deg); }
}

@keyframes indOverFadeScale {
  from { opacity: 0; transform: translateY(-20px) scale(0.9); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes indOverWiggle {
  0%, 100% { transform: rotate(0); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(-5deg); }
}

@keyframes indOverPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.25); }
}

@keyframes indOverCheckPop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}

@keyframes indOverGlowCell {
  0%, 100% { background: rgba(255,79,1,0.12); }
  50% { background: rgba(255,79,1,0.27); }
}

@keyframes indOverSpin {
  to { transform: rotate(360deg); }
}

@keyframes indOverScan {
  0% { opacity: 0.8; transform: translateX(0); }
  100% { opacity: 0.3; transform: translateX(320px); }
}

@keyframes indOverBuildPulse {
  0%, 100% { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.06); }
  50% { background: rgba(255,79,1,0.145); border-color: rgba(255,79,1,0.25); }
}

@keyframes indOverNodePulse {
  50% { transform: scale(1.08); box-shadow: 0 0 20px rgba(255,79,1,0.25); }
}

@media (max-width: 767px) {
  .ind-over-hero {
    margin: 120px auto 96px;
  }

  .ind-over-actions,
  .ind-over-bento {
    flex-direction: column;
  }

  .ind-over-bento {
    padding: 50px 24px;
    border-radius: 24px;
  }

  .ind-over-bento-copy {
    max-width: none;
  }

  .ind-over-stats {
    width: 100%;
    margin-left: 0;
  }

  .ind-over-grid {
    display: flex;
    flex-direction: column;
  }

  .ind-over-card,
  .ind-over-card.large {
    min-height: auto;
    padding: 24px 24px 72px;
  }

  .ind-over-card-content,
  .ind-over-card.large .ind-over-card-content {
    min-height: 0;
  }

  .ind-over-how {
    padding: 32px 16px;
  }

  .ind-over-how > p {
    margin-bottom: 32px;
  }

  .ind-over-dots {
    margin-bottom: 32px;
  }

  .ind-over-step {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 24px;
  }

  .ind-over-step aside {
    width: 100%;
    flex-basis: auto;
  }

  .ind-over-cta {
    padding: 25px;
  }
}
