.home3-page {
  background:
    radial-gradient(circle at top left, rgba(37, 201, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #f4f7fd 0%, #ffffff 18%, #f6f8fc 100%);
}

.home3-section {
  position: relative;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.home3-section-overview {
  background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
}

.home3-section-demo {
  background:
    radial-gradient(circle at 12% 20%, rgba(46, 230, 255, 0.09), transparent 28%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
}

.home3-section-proof {
  background:
    radial-gradient(circle at 82% 12%, rgba(101, 84, 255, 0.1), transparent 24%),
    linear-gradient(180deg, #0d1220 0%, #101828 100%);
}

.home3-section-heading,
.home3-proof-heading {
  max-width: 50rem;
  margin: 0 auto 2.5rem;
}

.home3-section-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.38rem 0.82rem;
  border: 1px solid rgba(67, 41, 255, 0.18);
  border-radius: 999px;
  background: rgba(67, 41, 255, 0.08);
  color: #4c46e5;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home3-section-heading h2,
.home3-proof-heading h2,
.home3-demo-copy h2,
.home3-assistant-copy h2,
.home3-proof-cta h3 {
  margin-bottom: 1rem;
  color: #111827;
  font-size: clamp(2rem, 1.76rem + 1vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.home3-proof-heading h2,
.home3-proof-cta h3 {
  color: #f8fbff;
}

.home3-section-heading p,
.home3-proof-heading p,
.home3-demo-copy p,
.home3-assistant-copy p,
.home3-proof-cta p {
  color: #4b5563;
  font-size: 1.03rem;
  line-height: 1.78;
}

.home3-proof-heading p,
.home3-proof-cta p {
  color: rgba(235, 241, 255, 0.76);
}

.home3-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.home3-overview-assistant {
  margin-top: 2rem;
}

.home3-overview-card,
.home3-demo-panel,
.home3-assistant-panel,
.home3-proof-panel,
.home3-demo-highlight,
.home3-testimonial-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
}

.home3-overview-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 1.65rem;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
}

.home3-overview-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  margin-bottom: 1.2rem;
}

.home3-overview-icon img {
  max-width: 2.8rem;
  max-height: 2.8rem;
  border-radius: 999px;
}

.home3-overview-card h3 {
  margin-bottom: 0.85rem;
  color: #111827;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
}

.home3-overview-card p {
  color: #4b5563;
  line-height: 1.72;
}

.home3-overview-lead {
  color: #111827;
  font-weight: 600;
}

.home3-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 0.9rem;
  color: #4330ff;
  font-weight: 700;
}

.home3-inline-link:hover,
.home3-inline-link:focus {
  color: #2a20c8;
  text-decoration: none;
}

.home3-demo-panel {
  display: block;
  padding: 1.5rem;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(46, 230, 255, 0.08), rgba(255, 113, 84, 0.04)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 26px 72px rgba(2, 8, 23, 0.34);
}

.home3-demo-panel-merged {
  margin: 0 auto 2.5rem;
  max-width: none;
  width: 100%;
}

.home3-demo-copy,
.home3-assistant-copy,
.home3-proof-cta {
  padding: 1rem;
}

.home3-demo-copy h2 {
  color: #f8fbff;
}

.home3-demo-copy p {
  color: rgba(235, 241, 255, 0.8);
}

.home3-demo-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.home3-assistant-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
}

.home3-assistant-link-wrap .home3-inline-link {
  padding-top: 0.35rem;
}

.home3-assistant-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: rgb(63, 42, 245);
  box-shadow: 0 14px 24px rgba(63, 42, 245, 0.2);
}

.home3-assistant-icon img {
  max-width: 1.55rem;
  max-height: 1.55rem;
  border-radius: 0;
}

.home3-assistant-title {
  margin-bottom: 0.75rem;
  color: #111827;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home3-assistant-subtitle {
  margin-bottom: 0.9rem;
  color: #111827;
  font-weight: 600;
  line-height: 1.6;
}

.home3-proof-heading-inline {
  margin: 0 auto 1.5rem;
  max-width: 42rem;
}

.home3-proof-heading-inline h2 {
  font-size: clamp(1.5rem, 1.38rem + 0.5vw, 2rem);
  margin-bottom: 0;
}

.home3-assistant-panel {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 255, 0.96) 100%);
}

.home3-assistant-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home3-assistant-copy > p:not(.home3-assistant-subtitle) {
  color: #4b5563;
  line-height: 1.72;
}

.home3-proof-panel {
  padding: 1.5rem;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 24px 70px rgba(2, 8, 23, 0.34);
}

.home3-proof-panel-embedded {
  margin-top: 2rem;
  padding-top: 2rem;
}

.home3-proof-panel-standalone {
  margin-top: 2rem;
}

.home3-testimonial-card {
  padding: 2rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}

.home3-testimonial-quote {
  margin-bottom: 1rem;
  color: #f8fbff;
  font-size: clamp(1.2rem, 1.1rem + 0.4vw, 1.55rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.7;
}

.home3-testimonial-author {
  color: rgba(204, 216, 255, 0.74);
  line-height: 1.6;
}

.home3-testimonial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

.home3-testimonial-control {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  opacity: 1;
}

.home3-testimonial-control:hover,
.home3-testimonial-control:focus {
  background: rgba(255, 255, 255, 0.1);
}

.home3-testimonial-control .carousel-control-prev-icon,
.home3-testimonial-control .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 1199.98px) {
  .home3-hero-content {
    width: min(43rem, calc(100% - 2rem));
  }

  .home3-hero-circuit {
    left: 22%;
    width: min(38rem, 46vw);
    opacity: 0.49;
  }

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

  .home3-overview-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991.98px) {
  .home3-hero {
    padding-top: 0;
  }

  .home3-hero-shell,
  .home3-hero-grid {
    min-height: 44rem;
  }

  .home3-hero-grid {
    align-items: flex-end;
    padding: 0 1.25rem 1.25rem;
  }

  .home3-hero-visual {
    inset: 0;
  }

  .home3-hero-circuit {
    left: 20%;
    top: 42%;
    width: 36rem;
    opacity: 0.42;
    transform:
      translate(-50%, -50%)
      perspective(1400px)
      rotateY(24deg)
      rotateX(14deg)
      rotateZ(7deg)
      scale(0.94);
  }

  .home3-hero-visual::after {
    background:
      linear-gradient(180deg, rgba(5, 7, 13, 0.02) 0%, rgba(5, 7, 13, 0.16) 55%, rgba(5, 7, 13, 0.56) 100%);
  }

  .home3-hero-content {
    width: 100%;
    padding: 3rem 1.35rem 3.2rem;
  }

  .home3-hero-title {
    max-width: none;
  }

  .home3-hero-title-primary {
    font-size: clamp(1.9rem, 1.74rem + 1.15vw, 2.55rem);
  }

  .home3-hero-title-secondary {
    max-width: none;
    font-size: clamp(1.4rem, 1.3rem + 0.8vw, 1.85rem);
    white-space: normal;
  }

  .home3-overview-grid {
    grid-template-columns: 1fr;
  }

  .home3-section-heading,
  .home3-proof-heading {
    margin-bottom: 2rem;
  }

  .home3-demo-panel-merged {
    margin-bottom: 2rem;
  }

  .home3-proof-heading-inline {
    margin-top: 2rem;
  }

  .home3-testimonial-card {
    padding: 1.65rem;
  }
}

@media (max-width: 767.98px) {
  .home3-hero-shell,
  .home3-hero-grid {
    min-height: 40rem;
  }

  .home3-hero-circuit {
    left: 16%;
    top: 35%;
    width: 31rem;
    opacity: 0.36;
    filter:
      brightness(1.22)
      contrast(1.22)
      saturate(1.02)
      drop-shadow(0 24px 44px rgba(0, 0, 0, 0.42))
      drop-shadow(0 0 28px rgba(42, 215, 255, 0.14));
  }

  .home3-hero-content {
    padding: 2.65rem 1rem 2.8rem;
  }

  .home3-hero-content::before {
    border-radius: 1.35rem;
    -webkit-backdrop-filter: blur(12px) saturate(128%);
    backdrop-filter: blur(12px) saturate(128%);
  }

  .home3-hero-copy {
    margin-top: 1.25rem;
  }

  .home3-hero-copy p {
    line-height: 1.55;
  }

  .home3-hero-actions {
    width: 100%;
  }

  .home3-hero-cta {
    width: 100%;
  }

  .home3-section-heading h2,
  .home3-proof-heading h2,
  .home3-demo-copy h2,
  .home3-assistant-copy h2,
  .home3-proof-cta h3 {
    font-size: clamp(1.7rem, 1.5rem + 1vw, 2.2rem);
  }

  .home3-overview-card,
  .home3-demo-panel,
  .home3-assistant-panel,
  .home3-proof-panel,
  .home3-testimonial-card {
    border-radius: 1.2rem;
  }

  .home3-overview-card,
  .home3-demo-panel,
  .home3-assistant-panel,
  .home3-proof-panel {
    padding: 1rem;
  }

  .home3-demo-copy,
  .home3-assistant-copy,
  .home3-proof-cta {
    padding: 0.4rem;
  }

  .home3-testimonial-controls {
    justify-content: center;
  }

  .home3-testimonial-control {
    width: 2.8rem;
    height: 2.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home3-hero-cta {
    transition: none;
  }
}

