.cisco-solution-page {
  background: var(--white);
  padding-top: 75px;
}

.cisco-solution-hero {
  padding: 5.5rem 0 4rem;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(19, 91, 115, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #fff 0%, #f7fbfc 100%);
}

.cisco-solution-title {
  max-width: 780px;
  margin: 1rem 0;
  color: var(--brand);
  font-size: clamp(2.25rem, 4.7vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
}

.cisco-solution-copy {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.cisco-badges,
.cisco-option-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.cisco-badges span,
.cisco-option-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--brand-3);
  color: var(--brand);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.5rem 0.85rem;
}

.cisco-hero-visual-card {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--surface-gradient);
  box-shadow: var(--shadow-lg);
  padding: 1.5rem;
}

.cisco-hero-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cisco-hero-product {
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--white);
  padding: 1rem;
  text-align: center;
}

.cisco-hero-product img {
  width: 100%;
  height: 210px;
  object-fit: contain;
}

.cisco-hero-product strong {
  display: block;
  color: var(--brand);
  font-size: 0.98rem;
}

.cisco-feature-card,
.cisco-option-card,
.cisco-use-card {
  height: 100%;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.cisco-feature-card h3,
.cisco-option-card h3,
.cisco-use-card h3 {
  color: var(--brand);
  font-size: 1.1rem;
  font-weight: 800;
}

.cisco-feature-card p,
.cisco-option-card p,
.cisco-use-card p {
  color: var(--muted);
  line-height: 1.75;
}

.cisco-option-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  background: var(--bg-soft);
  padding: 1rem;
  margin-bottom: 1.2rem;
}

.cisco-part-number {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--brand-2);
  font-size: 0.85rem;
  font-weight: 800;
}

.cisco-validation {
  display: none;
  margin-top: 0.9rem;
  color: #9f3a38;
  font-weight: 700;
}

.cisco-validation.is-visible {
  display: block;
}

.cisco-check-pill {
  min-height: 56px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-soft);
  color: var(--brand);
  font-weight: 700;
  padding: 0.95rem 1.2rem;
}

.cisco-faq .accordion-item {
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cisco-faq .accordion-button {
  color: var(--brand);
  font-weight: 800;
}

.cisco-faq .accordion-button:not(.collapsed) {
  background: var(--brand-3);
  color: var(--brand);
}

@media (max-width: 767.98px) {
  .cisco-solution-hero {
    padding: 4rem 0 3rem;
  }

  .cisco-hero-products {
    grid-template-columns: 1fr;
  }
}
.platform-section-soft {
  background:
    radial-gradient(circle at 18% 20%, rgba(19, 91, 115, 0.1), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(10, 63, 81, 0.07), transparent 30%),
    var(--surface-gradient);
}
