/* VOIP Hosting — page-specific CSS (base in `assets/css/hosting.css`). */

.page-voip-hosting .ho-steps-card {
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
}

.page-voip-hosting .ho-hero__inner {
  align-items: stretch;
}

.page-voip-hosting .ho-hero__visual {
  min-height: clamp(280px, 36vw, 400px);
}

.page-voip-hosting .vp-hero__frame {
  width: min(440px, 100%);
  margin-inline: auto;
}

.page-voip-hosting .vp-hero__frame-body {
  padding: 0 12px 16px;
  display: grid;
  place-items: center;
  min-height: 220px;
}

.page-voip-hosting .vp-hero__image {
  width: 100%;
  height: auto;
  max-height: min(340px, 52vw);
  object-fit: contain;
  display: block;
  filter: saturate(1.04);
}

.page-voip-hosting .vp-h3 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--text);
}

.page-voip-hosting .vp-prose {
  margin: 0 0 16px;
  line-height: 1.65;
  color: var(--text-muted);
}

.page-voip-hosting .vp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-voip-hosting .vp-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}

.page-voip-hosting .vp-list i {
  margin-top: 3px;
  color: var(--color-lightest-blue);
  opacity: 0.95;
}

[data-theme="light"] .page-voip-hosting .vp-list i {
  color: var(--color-accent-cyan);
}

.page-voip-hosting .vp-overview-split {
  margin-top: clamp(8px, 2vw, 18px);
}

.page-voip-hosting .vp-figure {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 280px;
  border-radius: 22px;
  border: 1px solid rgba(0, 64, 255, 0.12);
  background: rgba(0, 64, 255, 0.03);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

[data-theme="light"] .page-voip-hosting .vp-figure {
  border-color: rgba(0, 12, 138, 0.08);
  background: rgba(0, 12, 138, 0.03);
}

.page-voip-hosting .vp-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 40% 30%, rgba(0, 204, 253, 0.14), transparent 55%);
  pointer-events: none;
}

.page-voip-hosting .vp-figure__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  flex: 1;
  object-fit: contain;
  padding: 18px 18px 8px;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.25));
}

[data-theme="light"] .page-voip-hosting .vp-figure__img {
  filter: drop-shadow(0 14px 32px rgba(0, 12, 138, 0.12));
}

.page-voip-hosting .vp-figure__cap {
  position: relative;
  z-index: 1;
  padding: 12px 18px 18px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
  border-top: 1px solid rgba(0, 64, 255, 0.08);
}

[data-theme="light"] .page-voip-hosting .vp-figure__cap {
  border-top-color: rgba(0, 12, 138, 0.06);
}

.page-voip-hosting .vp-figure--tight .vp-figure__img {
  padding-top: 12px;
}

@media (min-width: 960px) {
  .page-voip-hosting .vp-split--reverse .ho-split__visual {
    order: -1;
  }
}

.page-voip-hosting .vp-deliverables {
  margin: clamp(18px, 3vw, 28px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

@media (max-width: 640px) {
  .page-voip-hosting .vp-deliverables {
    grid-template-columns: 1fr;
  }
}

.page-voip-hosting .vp-deliverables li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 64, 255, 0.12);
  background: rgba(0, 64, 255, 0.03);
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--text);
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

[data-theme="light"] .page-voip-hosting .vp-deliverables li {
  border-color: rgba(0, 12, 138, 0.08);
  background: rgba(0, 12, 138, 0.03);
}

.page-voip-hosting .vp-deliverables li:hover {
  border-color: rgba(0, 204, 253, 0.28);
  background: rgba(0, 64, 255, 0.05);
}

.page-voip-hosting .vp-deliverables i {
  margin-top: 2px;
  color: var(--color-lightest-blue);
  width: 1.25rem;
  text-align: center;
}

[data-theme="light"] .page-voip-hosting .vp-deliverables i {
  color: var(--color-accent-cyan);
}

.page-voip-hosting .subnav-links {
  flex-wrap: wrap;
}
