/* ═══════════════════════════════════════════════════════════════
   CTA — سکشن سفید + بنر رنگی + illustration یکپارچه
   ═══════════════════════════════════════════════════════════════ */

.landing-home .tc-cta {
  background: #ffffff !important;
}

.landing-home .tc-cta-banner {
  overflow: visible;
  background: linear-gradient(
    125deg,
    #8b6cf0 0%,
    #a78bfa 32%,
    #b8a0ff 58%,
    #c4b5fd 100%
  ) !important;
  box-shadow:
    0 2px 4px rgba(124, 92, 230, 0.08),
    0 24px 56px -16px rgba(124, 92, 230, 0.35) !important;
}

.landing-home .tc-cta-blob--1 {
  background: rgba(255, 255, 255, 0.4);
}

.landing-home .tc-cta-blob--2 {
  background: rgba(224, 247, 250, 0.5);
}

.landing-home .tc-cta-blob--3 {
  width: 200px;
  height: 200px;
  background: rgba(255, 214, 230, 0.45);
  top: 35%;
  inset-inline-end: 8%;
  opacity: 0.5;
}

.landing-home .tc-cta-banner-grid {
  align-items: stretch;
  min-height: clamp(300px, 38vw, 360px);
}

.landing-home .tc-cta-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 0.5rem;
}

.landing-home .tc-cta-banner-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: clamp(-0.75rem, -2.5vw, -1.5rem);
  margin-block-end: clamp(-1.25rem, -2.5vw, -1.75rem);
}

.landing-home .tc-cta-illus-stage--integrated {
  position: relative;
  width: 100%;
  max-width: min(100%, 420px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(220px, 28vw, 300px);
  padding: 0;
  line-height: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.landing-home .tc-cta-illus-stage--integrated .tc-cta-illus-glow {
  display: none !important;
}

.landing-home .tc-cta-illus-stage--integrated picture {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.landing-home .tc-cta-banner-img {
  width: 100%;
  height: auto;
  max-height: min(340px, 44vh);
  object-fit: contain;
  object-position: center center;
  margin: 0;
  padding: 0;
  filter: drop-shadow(0 16px 32px rgba(46, 35, 77, 0.18));
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-home .tc-cta-banner:hover .tc-cta-banner-img {
  transform: translateY(-6px) scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .landing-home .tc-cta-banner:hover .tc-cta-banner-img {
    transform: none;
  }
}

@media (max-width: 992px) {
  .landing-home .tc-cta-banner-visual {
    margin-inline-end: 0;
    margin-block-end: -1.5rem;
  }

  .landing-home .tc-cta-illus-stage--integrated {
    max-width: 380px;
  }

  .landing-home .tc-cta-banner-img {
    max-height: min(300px, 42vh);
  }
}

@media (max-width: 768px) {
  .landing-home .tc-cta-banner-grid {
    min-height: auto;
  }

  .landing-home .tc-cta-banner-visual {
    margin-block-end: -1rem;
    order: -1;
  }

  .landing-home .tc-cta-illus-stage--integrated {
    max-width: 18rem;
    min-height: 200px;
  }

  .landing-home .tc-cta-banner-img {
    max-height: 240px;
  }
}
