/* Scoped layout for /poc */
.tv-poc {
  --tv-title-gradient: linear-gradient(90deg, #00aaff 0%, #0978fb 8%, #1245f6 100%);
  --tv-title-gradient-fallback: #1245f6;
  font-family: "Open Sans", "Zen Kaku Gothic New", sans-serif;
  color: #00033d;
  background-color: #fff;
  padding-top: 0;
  letter-spacing: 0.025em;
  position: relative;
  z-index: 2;
}

.tv-poc .text-blue {
  color: #1245f6 !important;
}

.tv-poc .bg-tv-light {
  background-color: #f8fbff;
}

.tv-poc .tv-poc-bg-gradient-e3 {
  background: linear-gradient(180deg, #e3f2fd 0%, #ffffff 100%);
}

.tv-poc .tv-poc-bg-gradient-e3-90 {
  background: linear-gradient(0deg, #e3f2fd 0%, #ffffff 100%);
}

/* Hero Section */
.tv-poc .tv-poc-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20rem 0 15rem 0;
  position: relative;
}

.tv-poc .tv-poc-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}

.tv-poc .hero-title {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.tv-poc .hero-title-line {
  color: #1245f6;
  font-size: 3rem;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-align: left;
}

.tv-poc .hero-title-line.tv-poc-hero-line-1 {
  font-size: 2.5rem;
}

.tv-poc .tv-hero-title-accent {
  background: var(--tv-title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--tv-title-gradient-fallback);
}

.tv-poc .hero-subtitle {
  font-size: 24px !important;
  line-height: 1.8;
  color: #00033d;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  max-width: 570px;
  padding: 0.75rem 1rem;
}

.tv-poc .border-white {
  border: 1px solid #fff !important;
}

/* Custom Navbar Transparency for PoC Page */
.tv-lp-header {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(5px);
}

.tv-poc .tv-hero-buttons .btn {
  min-width: 350px;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding-left: 2rem;
  padding-right: 2.5rem;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  justify-content: space-between;
  align-items: center;
}

.tv-poc .tv-hero-buttons .btn .tv-arrow-btn {
  margin-left: 0;
}

.tv-poc .tv-hero-buttons .btn.tv-btn-brand-blue .tv-arrow-btn {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.4rem;
}

.tv-poc .tv-hero-buttons .btn.tv-btn-brand-red .tv-arrow-btn {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.35rem;
}

.tv-poc .tv-section-title {
  color: #1245f6;
  font-weight: 700;
  font-size: 48px !important;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
}

.tv-poc .tv-gradient-title {
  background: var(--tv-title-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--tv-title-gradient-fallback);
}

.tv-poc .tv-section-title-rule {
  width: 100%;
  height: 1px;
  background: rgba(18, 69, 246, 0.2);
}

.tv-poc .tv-feature-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.tv-poc .tv-mcp-card {
  border-left: 6px solid #1245f6;
  border-radius: 4px;
}

/* Card body 18px; h4 titles 24px (inherit from card would be 18px — override h4) */
.tv-poc .tv-poc-cloud-crm .tv-mcp-card {
  font-size: 18px !important;
}

.tv-poc .tv-poc-cloud-crm .tv-mcp-card h4.text-blue {
  font-size: 24px !important;
}

/* CTA */
.tv-poc .tv-poc-cta {
  background: linear-gradient(90deg, #00aaff 0%, #1245f6 100%);
  padding: 3rem 0;
}

.tv-poc .tv-cta-box {
  background-color: #fff;
  padding: 4.25rem 2rem !important;
  border-radius: 0.85rem;
}

.tv-poc .tv-cta-box h3 {
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  line-height: 1.35;
}

.tv-poc .tv-cta-box p {
  font-size: 18px;
  line-height: 1.65;
}

@media (min-width: 992px) {
  .tv-poc .tv-cta-box {
    padding: 6.25rem 0rem !important;
  }
}

/* Desktop Only */
@media (min-width: 992px) {
  .tv-poc .tv-poc-hero-inner {
    margin-left: 180px !important;
  }

  .tv-poc .tv-poc-hero {
    padding: 20rem 0 15rem 0;
    padding-left: 8rem;
  }
  .tv-poc .tv-hero-copy {
    position: relative;
    z-index: 3;
    text-align: left;
    margin-top: -1rem;
    margin-left: 1rem;
  }

  /* Keep desktop hero CTA width (page markup removed w-75) */
  .tv-poc .tv-hero-buttons {
    width: 75%;
    max-width: 720px;
  }

}

/* Mobile Overrides */
@media (max-width: 991.98px) {
  .tv-poc .tv-section-title {
    font-size: 28px !important;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }

  .tv-poc .tv-poc-hero {
    padding: 0;
    padding-top: 5.25rem; /* fixed header clearance */
    padding-bottom: 1.25rem;
    min-height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  /* Split: copy at top, buttons at bottom */
  .tv-poc .tv-poc-hero-inner {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }

  .tv-poc .tv-poc-hero-inner > .row {
    flex: 1 1 auto;
    align-items: stretch;
    margin: 0;
    width: 100%;
  }

  .tv-poc .tv-poc-hero-inner .col-12 {
    margin-bottom: 0 !important;
  }

  .tv-poc .hero-title {
    margin-bottom: 0.75rem !important;
    flex-shrink: 0;
  }

  .tv-poc .hero-title-line:not(.tv-poc-hero-line-1) {
    font-size: 1.05rem;
    line-height: 1.35;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.55rem;
    padding: 0.55rem 0.75rem;
    box-sizing: border-box;
  }

  .tv-poc .hero-title-line.tv-poc-hero-line-1 {
    font-size: 1.55rem;
    line-height: 1.35;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.55rem;
    padding: 0.55rem 0.75rem;
    box-sizing: border-box;
  }

  .tv-poc .hero-title-line--lead {
    color: #00033d;
    font-weight: 800;
    -webkit-text-fill-color: #00033d;
  }

  .tv-poc .hero-title-line .tv-hero-title-accent {
    font-size: 2.15rem;
    font-weight: bold;
    display: block;
    color: #1245f6 !important;
    padding: 0.5rem 0;
  }

  .tv-poc .hero-subtitle {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 1rem !important;
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
    padding: 0.65rem 0.75rem;
    border-radius: 0.55rem;
    flex-shrink: 0;
  }

  .tv-poc .tv-hero-copy {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  .tv-poc .tv-poc-hero .tv-hero-copy.slide-in-left {
    opacity: 1 !important;
    transform: none !important;
  }

  .tv-poc .tv-hero-buttons {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: auto !important;
    padding-top: 20.25rem;
    justify-content: center;
    align-items: stretch;
    flex-shrink: 0;
  }

  .tv-poc .tv-hero-buttons .btn {
    min-width: 0;
    flex: 1 1 50%;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding: 0.75rem 0.65rem;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    line-height: 1.35;
  }

  .tv-poc .tv-hero-buttons .btn .tv-arrow-btn {
    display: none !important;
  }

  .tv-poc .tv-hero-buttons .btn > span:first-child {
    text-align: center !important;
    width: 100%;
    flex: 1 1 100%;
  }

}

.tv-poc .small,
.tv-poc p.small {
  font-size: 18px !important;
}