/* VoipMS Desktop — header match + telephony accents (TEMACloud palette) */
.site-nav {
  background: rgba(10, 18, 28, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  margin-right: 0.45rem;
  vertical-align: middle;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.nav-links a.is-active {
  color: var(--signal);
}

.page-hero h1 {
  max-width: 22ch;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.icon-card {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 0.5rem;
  padding: 1.4rem 1.25rem;
}

.icon-card__mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(30, 144, 255, 0.16), rgba(46, 196, 168, 0.14));
  color: var(--signal);
}

.icon-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0.85rem 0 0.4rem;
}

.icon-card p {
  margin: 0;
  color: #5a6b7c;
  font-size: 0.95rem;
}

.tag--in {
  background: var(--trail-dim);
  color: var(--trail);
}

.tag--out {
  background: rgba(30, 144, 255, 0.15);
  color: var(--signal);
}

.tag--miss {
  background: rgba(232, 93, 76, 0.16);
  color: var(--danger);
}

.prose {
  max-width: 46rem;
  color: #3d4d5e;
}

.prose h2 {
  font-family: var(--font-display);
  color: var(--ink);
  margin-top: 2rem;
}

.prose a {
  color: var(--signal);
  text-decoration: underline;
}

.plans-wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  padding-bottom: 4rem;
}

.pricing-faqs {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 4rem;
}

.product-close {
  text-align: left;
}

.product-close .community {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1.5rem;
}

.product-close .community__links {
  justify-content: center;
  width: 100%;
}

@media (max-width: 900px) {
  .icon-grid {
    grid-template-columns: 1fr;
  }

  .product-close .community {
    grid-template-columns: 1fr;
  }
}
