/* Estilos compartidos con telvoice.cl (landing) */
html {
  scroll-behavior: smooth;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.hero-grad-text {
  background: linear-gradient(105deg, #5b21b6 0%, #4338ca 35%, #0052cc 70%, #006875 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-eyebrow {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0052cc;
}

.section-intro {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.section-bg-sky {
  background: linear-gradient(180deg, #f8fafd 0%, #edf3fa 100%);
  border-top: 1px solid rgba(0, 82, 204, 0.06);
  border-bottom: 1px solid rgba(0, 82, 204, 0.06);
}

.ui-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(195, 198, 214, 0.65);
  background: #ffffff;
  box-shadow: 0 4px 24px -8px rgba(15, 23, 42, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.ui-card:hover {
  box-shadow: 0 12px 40px -12px rgba(0, 82, 204, 0.15);
}

.faq-details summary {
  list-style: none;
}
.faq-details summary::-webkit-details-marker {
  display: none;
}
.faq-details[open] .faq-chevron {
  transform: rotate(45deg);
  color: #0052cc;
}

/* Nav: posición del CTA como en el landing */
.nav-sales-btn {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .nav-actions {
    margin-right: 6rem;
  }
}
@media (min-width: 1024px) {
  .nav-actions {
    margin-right: 9rem;
  }
}
@media (min-width: 1280px) {
  .nav-actions {
    margin-right: 11rem;
  }
}

/* Contenedor de sección (casos de uso, etc.) */
.section-inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .section-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
