/*
 * TREJJ NetOps public website v2
 * Outcome-first layouts and theme-responsive story illustrations.
 */

.public-body {
  --netops-bg: #fff;
  --netops-surface: #f6f1fb;
  --netops-surface-strong: #fff;
  --netops-screen: #eee6f5;
  --netops-primary: #5a189a;
  --netops-primary-soft: #eadcf6;
  --netops-accent: #7b2cbf;
  --netops-text: #111318;
  --netops-muted: #626b7a;
  --netops-success: #15803d;
  --netops-warning: #b45309;
  --netops-danger: #b91c1c;
  --netops-border: #ddd4e6;
  --netops-shadow: 0 24px 70px rgba(54, 20, 78, .12);
  --container: 1480px;
  color: var(--netops-text);
  background: var(--netops-bg);
  font-size: 17px;
}

html[data-theme="dark"] .public-body {
  --netops-bg: #090611;
  --netops-surface: #171020;
  --netops-surface-strong: #21172c;
  --netops-screen: #2b2037;
  --netops-primary: #a970e0;
  --netops-primary-soft: #322043;
  --netops-accent: #c496f0;
  --netops-text: #f7f4fa;
  --netops-muted: #b8aec3;
  --netops-success: #4ade80;
  --netops-warning: #fbbf24;
  --netops-danger: #fb7185;
  --netops-border: #392b47;
  --netops-shadow: 0 26px 80px rgba(0, 0, 0, .4);
}

.public-body .container {
  width: min(calc(100% - clamp(32px, 5vw, 96px)), var(--container));
}

.public-body p,
.public-body li,
.public-body dd {
  line-height: 1.72;
}

.public-body a {
  text-underline-offset: .2em;
}

.public-body :focus-visible {
  outline: 3px solid color-mix(in srgb, var(--netops-accent) 84%, #fff);
  outline-offset: 4px;
}

.public-body .btn {
  min-height: 48px;
  padding: 12px 20px;
  font-size: .96rem;
}

.public-body .btn-lg {
  min-height: 56px;
  padding: 15px 24px;
}

.public-body .btn-secondary {
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border-color: var(--netops-border);
}

.public-body .btn-secondary:hover {
  border-color: var(--netops-primary);
}

.public-header {
  background: color-mix(in srgb, var(--netops-bg) 88%, transparent);
  border-color: color-mix(in srgb, var(--netops-border) 76%, transparent);
}

.public-nav {
  min-height: 94px;
}

.public-nav .brand-svg {
  width: clamp(220px, 16vw, 276px);
}

.public-links {
  gap: clamp(18px, 2vw, 34px);
}

.public-links > a {
  color: var(--netops-muted);
  font-size: .94rem;
  font-weight: 720;
}

.public-links > a[aria-current="page"] {
  color: var(--netops-text);
}

.public-links > a[aria-current="page"]::after {
  right: 0;
  left: 0;
}

.theme-picker {
  display: inline-flex;
  min-height: 42px;
  padding: 0 8px 0 11px;
  align-items: center;
  gap: 5px;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 12px;
}

.theme-picker select {
  max-width: 92px;
  padding: 4px 24px 4px 4px;
  color: var(--netops-text);
  background: transparent;
  border: 0;
  font-size: .83rem;
  font-weight: 700;
}

.theme-picker select:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--netops-accent) 84%, #fff);
  outline-offset: 5px;
}

.theme-picker:focus-within,
.pv2-faq-search > div:focus-within {
  border-color: var(--netops-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--netops-accent) 68%, transparent);
}

.public-theme-toggle {
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border-color: var(--netops-border);
}

.mobile-theme-toggle {
  display: flex;
  width: 100%;
  min-height: 48px;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--netops-text);
  background: transparent;
  border: 0;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  text-align: left;
}

.mobile-theme-toggle:hover {
  color: var(--netops-primary);
  background: var(--netops-surface);
}

.mobile-theme-toggle-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 10px;
}

.mobile-theme-toggle-icon .icon {
  grid-area: 1 / 1;
}

.mobile-menu[hidden] {
  display: none !important;
}

.mobile-subnav {
  display: grid;
  margin: 0 0 8px 12px;
  padding: 2px 0 4px 15px;
  border-left: 2px solid var(--netops-primary-soft);
}

.mobile-subnav a {
  color: var(--netops-muted);
  font-size: .92rem;
}

.mobile-theme-picker {
  display: flex;
  min-height: 48px;
  padding: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--netops-muted);
  font-size: .88rem;
  font-weight: 700;
}

.mobile-theme-picker select {
  min-height: 38px;
  padding: 4px 30px 4px 10px;
  color: var(--netops-text);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 10px;
}

.public-footer {
  padding-top: 78px;
  color: #c8bdcf;
  background: #09060d;
}

.footer-grid {
  grid-template-columns: 1.6fr repeat(4, minmax(120px, 1fr));
  gap: clamp(32px, 5vw, 78px);
}

.footer-about p,
.footer-col a {
  font-size: .92rem;
}

.footer-col h3 {
  font-size: .82rem;
}

.footer-currency p {
  max-width: 24ch;
  margin: 0 0 12px;
  color: #93899a;
  font-size: .82rem;
  line-height: 1.5;
}

.footer-currency-control {
  display: grid;
  gap: 8px;
}

.footer-currency-control select,
.footer-currency-control button {
  min-height: 43px;
  color: #f7f2fa;
  border: 1px solid #3c3042;
  border-radius: 11px;
  font: inherit;
}

.footer-currency-control select {
  width: 100%;
  padding: 8px 32px 8px 11px;
  color-scheme: dark;
  background: #17111c;
}

.footer-currency-control button {
  padding: 8px 12px;
  cursor: pointer;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--netops-primary) 85%, #fff), var(--netops-primary));
  box-shadow: 0 10px 24px color-mix(in srgb, var(--netops-primary) 28%, transparent);
  font-weight: 750;
}

.footer-currency-control button:hover {
  border-color: color-mix(in srgb, var(--netops-primary) 65%, #fff);
  transform: translateY(-1px);
}

.footer-bottom {
  color: #c8bdcf;
  font-size: .8rem;
}

.public-body p a:not(.btn),
.public-body li a:not(.btn),
.public-body dd a:not(.btn) {
  color: var(--netops-primary);
  text-decoration: underline;
  text-decoration-thickness: .08em;
}

.public-v2,
.pv2-page {
  overflow: clip;
  background: var(--netops-bg);
}

.pv2-hero,
.pv2-page-hero {
  position: relative;
  padding: clamp(74px, 8vw, 132px) 0;
  background:
    radial-gradient(circle at 82% 14%, color-mix(in srgb, var(--netops-accent) 14%, transparent), transparent 32%),
    linear-gradient(180deg, color-mix(in srgb, var(--netops-surface) 66%, transparent), var(--netops-bg));
}

.pv2-hero::before,
.pv2-page-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .42;
  background-image:
    linear-gradient(color-mix(in srgb, var(--netops-primary) 8%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--netops-primary) 8%, transparent) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.pv2-page-hero-compact {
  padding-block: clamp(64px, 7vw, 104px);
}

.pv2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 7vw, 116px);
}

.pv2-hero-copy {
  max-width: 790px;
}

.pv2-hero-copy h1,
.pv2-page-hero h1 {
  max-width: 1000px;
  margin: 16px 0 24px;
  color: var(--netops-text);
  font-size: clamp(3rem, 5.5vw, 6rem);
  line-height: .99;
  letter-spacing: -.065em;
}

.pv2-page-hero-compact h1 {
  font-size: clamp(2.8rem, 5vw, 5.15rem);
}

.pv2-lead {
  max-width: 790px;
  margin-bottom: 22px;
  color: var(--netops-muted);
  font-size: clamp(1.1rem, 1.4vw, 1.32rem);
  line-height: 1.68;
}

.pv2-promise {
  max-width: 690px;
  margin: 0 0 30px;
  color: var(--netops-text);
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  font-weight: 780;
}

.pv2-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pv2-inline-proof {
  display: flex;
  padding: 0;
  margin: 25px 0 0;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--netops-muted);
  list-style: none;
  font-size: .9rem;
  font-weight: 650;
}

.pv2-inline-proof li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pv2-inline-proof .icon {
  color: var(--netops-success);
}

.pv2-hero-art {
  position: relative;
  min-width: 0;
}

.pv2-hero-art::before {
  position: absolute;
  z-index: -1;
  inset: 6% -8%;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--netops-accent) 22%, transparent), transparent 68%);
  filter: blur(26px);
}

.pv2-hero-status {
  display: flex;
  width: fit-content;
  max-width: 560px;
  padding: 9px 12px;
  margin: 0 0 12px auto;
  align-items: center;
  gap: 10px;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(39, 18, 52, .08);
  font-size: .82rem;
  font-weight: 650;
}

.pv2-breadcrumb {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: var(--netops-muted);
  font-size: .86rem;
  font-weight: 700;
}

.pv2-breadcrumb a:hover {
  color: var(--netops-primary);
  text-decoration: underline;
}

.eyebrow,
.pv2-eyebrow {
  display: inline-flex;
  margin: 0 0 10px;
  align-items: center;
  gap: 8px;
  color: var(--netops-accent);
  font-size: .78rem;
  font-weight: 820;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before,
.pv2-eyebrow::before {
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
}

.pv2-section,
.pv2-section-sm {
  position: relative;
  padding: clamp(78px, 8vw, 132px) 0;
  color: var(--netops-text);
  background: var(--netops-bg);
}

.pv2-section-sm {
  padding-block: clamp(58px, 6vw, 90px);
}

.pv2-section-tint,
.pv2-section--tint {
  background: var(--netops-surface);
}

.pv2-section-dark,
.pv2-section--dark {
  color: #f7f4fa;
  background:
    radial-gradient(circle at 12% 10%, rgba(123, 44, 191, .3), transparent 34%),
    radial-gradient(circle at 88% 100%, rgba(90, 24, 154, .24), transparent 35%),
    #0d0812;
}

.pv2-section-dark .pv2-heading p,
.pv2-section--dark .pv2-section-heading p {
  color: #c6bacd;
}

.pv2-section-dark .pv2-eyebrow,
.pv2-section-dark .eyebrow,
.pv2-section--dark .pv2-eyebrow,
.pv2-section--dark .eyebrow {
  color: #eadcff;
}

.pv2-heading,
.pv2-section-heading {
  max-width: 850px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.pv2-heading h2,
.pv2-section-heading h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(2.35rem, 4vw, 4.5rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.pv2-heading > p,
.pv2-section-heading > p,
.pv2-section-heading > div > p {
  max-width: 780px;
  margin: 0;
  color: var(--netops-muted);
  font-size: 1.08rem;
}

.pv2-section-heading--split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 42px;
}

.pv2-section-heading--split > p {
  justify-self: end;
}

.pv2-narrow {
  max-width: 1040px;
}

.status-badge,
.pv2-status {
  display: inline-flex;
  width: fit-content;
  min-height: 27px;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 820;
  letter-spacing: .025em;
  line-height: 1.15;
}

.status-available,
.pv2-status--available {
  color: color-mix(in srgb, var(--netops-success) 86%, var(--netops-text));
  background: color-mix(in srgb, var(--netops-success) 12%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-success) 30%, transparent);
}

.status-setup,
.pv2-status--setup {
  color: color-mix(in srgb, var(--netops-warning) 88%, var(--netops-text));
  background: color-mix(in srgb, var(--netops-warning) 12%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-warning) 32%, transparent);
}

.status-integration,
.pv2-status--integration {
  color: var(--netops-accent);
  background: color-mix(in srgb, var(--netops-accent) 11%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-accent) 30%, transparent);
}

.status-beta,
.pv2-status--beta {
  color: #1d4ed8;
  background: color-mix(in srgb, #1d4ed8 10%, var(--netops-bg));
  border-color: color-mix(in srgb, #1d4ed8 30%, transparent);
}

html[data-theme="dark"] .status-beta,
html[data-theme="dark"] .pv2-status--beta {
  color: #bfdbfe;
  background: rgba(37, 99, 235, .2);
  border-color: rgba(147, 197, 253, .42);
}

html[data-theme="dark"] .pv2-carousel-tabs button.is-active,
html[data-theme="dark"] .pv2-filter-chips button.is-active {
  color: #111318;
}

.status-soon,
.pv2-status--soon {
  color: var(--netops-muted);
  background: color-mix(in srgb, var(--netops-muted) 9%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-muted) 24%, transparent);
}

/* Theme-responsive story artwork */
.story-illustration {
  width: 100%;
  height: auto;
  overflow: visible;
  border: 1px solid var(--netops-border);
  border-radius: clamp(18px, 2vw, 30px);
  box-shadow: var(--netops-shadow);
}

.story-bg { fill: var(--netops-bg); }
.story-surface { fill: var(--netops-surface); }
.story-surface-strong { fill: var(--netops-surface-strong); }
.story-screen { fill: var(--netops-screen); }
.story-primary { fill: var(--netops-primary); }
.story-primary-soft { fill: var(--netops-primary-soft); }
.story-accent { fill: var(--netops-accent); }
.story-text { fill: var(--netops-text); }
.story-muted { fill: var(--netops-muted); }
.story-success { fill: var(--netops-success); }
.story-warning { fill: var(--netops-warning); }
.story-danger { fill: var(--netops-danger); }
.story-person-shirt { fill: var(--netops-accent); }
.story-person-skin-1 { fill: #8c5238; }
.story-person-skin-2 { fill: #bd7652; }
.story-person-skin-3 { fill: #e3ac85; }
.story-line {
  fill: none;
  stroke: var(--netops-text);
}
.story-line-muted {
  fill: none;
  stroke: var(--netops-muted);
}
.story-illustration text {
  font-family: var(--font);
}

.is-active .story-primary-soft,
.pv2-hero-art .story-primary-soft {
  transform-box: fill-box;
  transform-origin: center;
  animation: pv2-story-pulse 3.4s ease-in-out infinite;
}

.is-active .story-success,
.pv2-hero-art .story-success {
  animation: pv2-story-signal 3.4s ease-in-out infinite;
}

@keyframes pv2-story-pulse {
  0%, 100% { opacity: .72; transform: scale(.985); }
  50% { opacity: 1; transform: scale(1.025); }
}

@keyframes pv2-story-signal {
  0%, 38%, 100% { opacity: .78; }
  52%, 82% { opacity: 1; }
}

.pv2-audience-bar {
  padding: 22px 0;
  color: #f7f4fa;
  background: #100b16;
}

.pv2-audience-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pv2-audience-bar span {
  color: #c8bdcf;
  font-size: .82rem;
  font-weight: 700;
}

.pv2-audience-bar div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.pv2-audience-bar a {
  font-size: .87rem;
  font-weight: 760;
}

.pv2-audience-bar a:hover {
  color: #d7a7ff;
  text-decoration: underline;
}

.pv2-carousel {
  padding: clamp(18px, 2.5vw, 34px);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: clamp(22px, 3vw, 38px);
  box-shadow: var(--netops-shadow);
}

.pv2-carousel-tabs {
  display: grid;
  padding: 5px;
  margin-bottom: 26px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.pv2-carousel-tabs button {
  min-height: 44px;
  padding: 9px 12px;
  color: var(--netops-muted);
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-weight: 760;
}

.pv2-carousel-tabs button.is-active {
  color: #fff;
  background: var(--netops-primary);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--netops-primary) 25%, transparent);
}

.pv2-carousel-stage {
  display: grid;
}

.pv2-story-slide {
  display: none;
  align-items: center;
  grid-area: 1 / 1;
  grid-template-columns: minmax(290px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(30px, 5vw, 76px);
}

.pv2-story-slide.is-active {
  display: grid;
  animation: pv2-slide-in .48s cubic-bezier(.2, .7, .2, 1) both;
}

@keyframes pv2-slide-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.pv2-story-copy h3 {
  margin: 16px 0 14px;
  color: var(--netops-text);
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  line-height: 1.04;
}

.pv2-story-copy p {
  color: var(--netops-muted);
  font-size: 1.04rem;
}

.pv2-story-art {
  min-width: 0;
}

.pv2-carousel-controls {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.pv2-round-button,
.pv2-play-button {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 13px;
  color: var(--netops-text);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 999px;
  place-items: center;
  font-size: .78rem;
  font-weight: 780;
}

.icon-back {
  transform: rotate(180deg);
}

.pv2-card-grid {
  display: grid;
  gap: 20px;
}

.pv2-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pv2-feature-card,
.pv2-status-card,
.pv2-definition-card,
.pv2-dark-card,
.pv2-check-card,
.pv2-path-card {
  padding: clamp(24px, 2.6vw, 36px);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 22px;
  box-shadow: 0 12px 38px rgba(43, 20, 58, .055);
}

.pv2-feature-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

a.pv2-feature-card:hover,
.pv2-feature-card:hover {
  border-color: color-mix(in srgb, var(--netops-primary) 44%, var(--netops-border));
  box-shadow: 0 20px 48px rgba(43, 20, 58, .1);
  transform: translateY(-4px);
}

.pv2-feature-card h3,
.pv2-status-card h3,
.pv2-definition-card dt,
.pv2-dark-card h3,
.pv2-check-card h3,
.pv2-path-card h3 {
  margin: 16px 0 10px;
  color: inherit;
  font-size: 1.25rem;
}

.pv2-feature-card p,
.pv2-status-card p,
.pv2-definition-card dd,
.pv2-check-card p,
.pv2-path-card p {
  margin: 0;
  color: var(--netops-muted);
}

.pv2-status-card dt {
  margin: 0;
}

.pv2-status-card dd {
  margin: 12px 0 0;
  color: var(--netops-muted);
}

.pv2-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pv2-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  color: var(--netops-primary);
  background: var(--netops-primary-soft);
  border: 1px solid color-mix(in srgb, var(--netops-primary) 18%, transparent);
  border-radius: 15px;
  place-items: center;
}

.pv2-steps,
.pv2-step-list,
.pv2-numbered-list,
.pv2-step-grid {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pv2-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
}

.pv2-steps > li {
  display: grid;
  min-height: 260px;
  padding: clamp(24px, 3vw, 40px);
  align-content: space-between;
  gap: 30px;
  background: rgba(255, 255, 255, .045);
}

.pv2-step-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  color: var(--netops-accent);
  font-size: .77rem;
  font-weight: 850;
}

.pv2-steps h3 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: 1.25rem;
}

.pv2-steps p {
  margin: 0;
  color: #c6bacd;
}

.pv2-deep-grid {
  display: grid;
  gap: 28px;
}

.pv2-deep-card {
  display: grid;
  padding: clamp(22px, 3vw, 40px);
  align-items: center;
  grid-template-columns: minmax(420px, .95fr) minmax(320px, 1.05fr);
  gap: clamp(34px, 6vw, 90px);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 30px;
}

.pv2-deep-card:nth-child(even) .pv2-deep-art {
  order: 2;
}

.pv2-deep-card h3 {
  margin: 16px 0 14px;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
}

.pv2-deep-card p {
  color: var(--netops-muted);
  font-size: 1.04rem;
}

.pv2-text-link {
  color: var(--netops-primary);
  font-weight: 780;
}

.pv2-text-link:hover {
  text-decoration: underline;
}

.pv2-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pv2-benefits article {
  padding: 28px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
}

.pv2-benefits h3 {
  margin: 18px 0 8px;
  font-size: 1.12rem;
}

.pv2-benefits p {
  color: var(--netops-muted);
  font-size: .93rem;
}

.pv2-pricing-teaser {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(290px, .75fr) minmax(540px, 1.25fr) auto;
  gap: clamp(28px, 4vw, 64px);
}

.pv2-pricing-teaser h2 {
  margin: 0 0 15px;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
}

.pv2-pricing-teaser p {
  color: var(--netops-muted);
}

.pv2-price-snapshot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  border: 1px solid var(--netops-border);
  border-radius: 22px;
}

.pv2-price-snapshot > div {
  display: grid;
  min-height: 150px;
  padding: 22px;
  align-content: center;
  gap: 4px;
  background: var(--netops-surface);
  border-right: 1px solid var(--netops-border);
}

.pv2-price-snapshot > div:last-child {
  border-right: 0;
}

.pv2-price-snapshot span,
.pv2-price-snapshot small {
  color: var(--netops-muted);
}

.pv2-price-snapshot strong {
  font-size: 2rem;
}

.pv2-final-cta:not(section),
.pv2-cta-panel {
  display: flex;
  padding: clamp(34px, 5vw, 70px);
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  color: #f7f4fa;
  background:
    radial-gradient(circle at 88% 20%, rgba(196, 150, 240, .22), transparent 28%),
    linear-gradient(130deg, #38104f, #120a19);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(24, 6, 34, .24);
}

.pv2-final-cta:not(section) > div:first-child,
.pv2-cta-panel .cta-copy {
  max-width: 850px;
}

.pv2-final-cta:not(section) h2,
.pv2-cta-panel h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.65rem);
}

.pv2-final-cta:not(section) p,
.pv2-cta-panel p {
  color: #c9bdd0;
}

.pv2-final-cta:not(section) .btn-secondary,
.pv2-cta-panel .btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .25);
}

section.pv2-final-cta {
  display: block;
  color: var(--netops-text);
  background: var(--netops-bg);
}

/* Platform */
.pv2-status-strip {
  padding: 34px 0;
  background: var(--netops-surface);
  border-block: 1px solid var(--netops-border);
}

.pv2-status-strip .container {
  display: grid;
  align-items: start;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

.pv2-status-strip h2 {
  margin: 0;
  font-size: 1.5rem;
}

.pv2-status-key {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.pv2-status-key > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.pv2-status-key dd {
  margin: 0;
  color: var(--netops-muted);
  font-size: .78rem;
}

.pv2-capability-list {
  display: grid;
  gap: 14px;
}

.pv2-capability {
  overflow: hidden;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pv2-capability[open] {
  border-color: color-mix(in srgb, var(--netops-primary) 32%, var(--netops-border));
  box-shadow: 0 16px 44px rgba(44, 17, 62, .08);
}

.pv2-capability > summary {
  display: grid;
  padding: 22px 24px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
}

.pv2-capability > summary::-webkit-details-marker {
  display: none;
}

.pv2-capability-summary {
  display: grid;
  justify-items: start;
  gap: 6px;
}

.pv2-capability-summary strong {
  color: var(--netops-text);
  font-size: 1.2rem;
}

.pv2-capability-summary small {
  color: var(--netops-muted);
  font-size: .91rem;
}

.pv2-summary-action {
  color: var(--netops-primary);
  font-size: .8rem;
  font-weight: 780;
}

.pv2-capability-body {
  display: grid;
  padding: 30px;
  border-top: 1px solid var(--netops-border);
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 46px;
}

.pv2-capability-body h3 {
  margin: 0 0 8px;
  font-size: .82rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.pv2-capability-body p,
.pv2-capability-body li {
  color: var(--netops-muted);
  font-size: .94rem;
}

.pv2-capability-main {
  display: grid;
  gap: 26px;
}

.pv2-capability-main ol {
  display: grid;
  padding-left: 1.4rem;
  gap: 8px;
}

.pv2-capability-facts {
  display: grid;
  gap: 12px;
}

.pv2-capability-facts > div {
  padding: 18px;
  background: var(--netops-surface);
  border-radius: 14px;
}

.pv2-limitation,
.pv2-not-live {
  border-left: 4px solid var(--netops-warning);
}

.pv2-story-split,
.pv2-split-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(440px, 1fr) minmax(360px, 1fr);
  gap: clamp(42px, 7vw, 110px);
}

.pv2-story-split h2,
.pv2-split-layout h2 {
  margin: 0 0 22px;
  font-size: clamp(2.25rem, 4vw, 4.3rem);
}

.pv2-story-split .pv2-path-card {
  margin: 15px 0;
}

.pv2-dark-card {
  color: #fff;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .14);
}

.pv2-dark-card p {
  color: #c6bacd;
}

.pv2-dark-card .pv2-check-list li,
.pv2-section--dark .pv2-check-list li,
.pv2-section-dark .pv2-check-list li {
  color: #c6bacd;
}

/* Shared public v2 cards, pricing and security */
.pv2-summary-card {
  padding: clamp(26px, 3vw, 42px);
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 26px;
  box-shadow: var(--netops-shadow);
}

.pv2-summary-card h2 {
  margin: 16px 0 16px;
  font-size: clamp(1.7rem, 2.7vw, 2.75rem);
}

.pv2-check-list,
.pv2-capacity-list,
.pv2-boundary-list {
  display: grid;
  padding: 0;
  margin: 18px 0;
  gap: 10px;
  list-style: none;
}

.pv2-check-list li,
.pv2-boundary-list li {
  position: relative;
  padding-left: 26px;
  color: var(--netops-muted);
}

.pv2-check-list li::before,
.pv2-boundary-list li::before {
  position: absolute;
  top: .49em;
  left: 2px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--netops-success);
  border-radius: 50%;
}

.pv2-billing-controls {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pv2-billing-toggle {
  flex-wrap: wrap;
}

.pv2-control-note,
.pv2-pricing-disclosure,
.pv2-plan-includes {
  color: var(--netops-muted);
  font-size: .88rem;
}

.pv2-pricing-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(215px, 1fr));
  gap: 14px;
}

.pv2-price-card {
  display: flex;
  min-width: 0;
  padding: 26px 22px;
  flex-direction: column;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
  box-shadow: none;
}

.pv2-price-card h3 {
  margin: 15px 0 8px;
  font-size: 1.45rem;
}

.pv2-price-card .price-description {
  min-height: 82px;
  color: var(--netops-muted);
  font-size: .86rem;
}

.pv2-price {
  display: flex;
  margin: 22px 0;
  align-items: baseline;
  flex-wrap: wrap;
}

.pv2-price .price-currency {
  width: 100%;
  color: var(--netops-muted);
  font-size: .88rem;
  font-weight: 780;
}

.pv2-price .price-value {
  font-size: clamp(2.2rem, 3vw, 3.25rem);
}

.pv2-price .price-period {
  color: var(--netops-muted);
  font-size: .88rem;
}

.public-body .billing-toggle button {
  color: var(--netops-muted);
}

.public-body .billing-toggle button.active {
  color: var(--netops-text);
}

.public-body .save-chip {
  color: #075f43;
}

html[data-theme="dark"] .public-body .save-chip {
  color: #86efc2;
}

.pv2-hero-boundaries {
  display: grid;
  padding: 0;
  margin: 22px 0 0;
  gap: 10px;
  list-style: none;
}

.pv2-hero-boundaries li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--netops-muted);
  font-size: .92rem;
}

.pv2-verified-note {
  font-size: .86rem;
}

.pv2-capacity-list {
  padding-block: 18px;
  border-block: 1px solid var(--netops-border);
}

.pv2-capacity-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--netops-muted);
  font-size: .84rem;
}

.pv2-capacity-list .icon {
  width: 17px;
  height: 17px;
  color: var(--netops-primary);
}

.pv2-price-card .btn {
  margin-top: auto;
}

.pv2-status-grid,
.pv2-definition-grid,
.pv2-two-column-grid,
.pv2-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pv2-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pv2-router-note,
.pv2-scope-note,
.pv2-notice {
  display: grid;
  padding: 28px;
  margin-top: 26px;
  align-items: center;
  grid-template-columns: minmax(240px, .7fr) minmax(300px, 1.3fr) auto;
  gap: 26px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
}

.pv2-router-note h3,
.pv2-scope-note h3,
.pv2-notice h3 {
  margin: 0;
  font-size: 1.25rem;
}

.pv2-router-note p,
.pv2-scope-note p,
.pv2-notice p {
  margin: 0;
  color: var(--netops-muted);
}

.pv2-trial-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 60px;
}

.pv2-trial-card {
  padding: 32px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 22px;
}

.pv2-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pv2-faq-item,
.faq-item {
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 14px;
}

.pv2-faq-item > summary,
.faq-item > summary {
  padding: 20px 52px 20px 20px;
  color: var(--netops-text);
  font-size: .98rem;
  font-weight: 760;
}

.pv2-faq-item > div,
.pv2-faq-item > p,
.faq-item > p {
  padding: 0 20px 20px;
  color: var(--netops-muted);
}

.pv2-detail-stack {
  display: grid;
  gap: 16px;
}

.pv2-detail-card {
  padding: 25px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 18px;
}

.pv2-detail-card h3 {
  margin-bottom: 10px;
}

.pv2-detail-card p {
  color: var(--netops-muted);
}

.pv2-numbered-list {
  display: grid;
  counter-reset: pv2-list;
  gap: 12px;
}

.pv2-numbered-list li {
  position: relative;
  padding-left: 34px;
  color: var(--netops-muted);
  counter-increment: pv2-list;
}

.pv2-numbered-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--netops-primary);
  content: counter(pv2-list, decimal-leading-zero);
  font-size: .75rem;
  font-weight: 850;
}

/* Compatibility */
.pv2-hero-statement,
.pv2-verified {
  color: var(--netops-muted);
}

.pv2-hero-statement {
  margin-bottom: 12px;
  color: var(--netops-primary);
  font-weight: 780;
}

.pv2-verified {
  margin-top: 18px;
  font-size: .84rem;
}

.pv2-path-summary {
  display: grid;
  padding: 0;
  margin: 20px 0 0;
  gap: 14px;
  list-style: none;
}

.pv2-path-summary li {
  padding: 19px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 15px;
}

.pv2-path-summary strong {
  display: block;
  margin: 10px 0 4px;
}

.pv2-path-summary p {
  color: var(--netops-muted);
}

.pv2-qualification-list,
.pv2-step-list {
  display: grid;
  gap: 15px;
}

.pv2-step-list > li {
  display: grid;
  padding: 20px;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 17px;
}

.pv2-step-list h3 {
  margin: 0 0 7px;
  font-size: 1.08rem;
}

.pv2-step-list p {
  color: var(--netops-muted);
}

.pv2-legend {
  display: flex;
  margin-bottom: 22px;
  flex-wrap: wrap;
  gap: 9px;
}

.pv2-legend-item {
  position: relative;
}

.pv2-legend-item summary {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.pv2-legend-item summary::-webkit-details-marker {
  display: none;
}

.pv2-legend-cue {
  color: var(--netops-muted);
  font-size: .82rem;
  font-weight: 720;
}

.pv2-legend-item p {
  width: min(300px, 80vw);
  padding: 13px;
  margin: 8px 0 0;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 12px;
  font-size: .82rem;
}

.compatibility-status-automation,
.compatibility-status-available,
.compatibility-status-native {
  color: color-mix(in srgb, var(--netops-success) 86%, var(--netops-text));
  background: color-mix(in srgb, var(--netops-success) 11%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-success) 26%, transparent);
}

.compatibility-status-assisted,
.compatibility-status-standards,
.compatibility-status-integration {
  color: color-mix(in srgb, var(--netops-warning) 86%, var(--netops-text));
  background: color-mix(in srgb, var(--netops-warning) 11%, var(--netops-bg));
  border-color: color-mix(in srgb, var(--netops-warning) 26%, transparent);
}

.compatibility-status-planned,
.compatibility-status-inventory,
.compatibility-status-not-included {
  color: var(--netops-muted);
  background: color-mix(in srgb, var(--netops-muted) 9%, var(--netops-bg));
  border-color: var(--netops-border);
}

.pv2-table-wrap {
  overflow-x: auto;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
}

.pv2-comparison-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.pv2-comparison-table caption {
  padding: 16px 20px;
  color: var(--netops-muted);
  text-align: left;
  font-size: .83rem;
}

.pv2-comparison-table th,
.pv2-comparison-table td {
  padding: 20px;
  vertical-align: top;
  border-top: 1px solid var(--netops-border);
  text-align: left;
}

.pv2-comparison-table thead th {
  color: var(--netops-text);
  background: var(--netops-surface);
  font-size: .82rem;
}

.pv2-comparison-table tbody th {
  width: 30%;
}

.pv2-comparison-table p {
  margin: 8px 0 0;
  color: var(--netops-muted);
  font-size: .86rem;
}

.pv2-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pv2-step-card {
  padding: 26px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 18px;
}

.pv2-step-card h3 {
  margin: 18px 0 9px;
}

.pv2-step-card p {
  color: var(--netops-muted);
}

/* Solution directory and audience pages */
.pv2-audience-list {
  display: flex;
  padding: 0;
  margin: 24px 0;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
}

.pv2-audience-list li {
  padding: 7px 11px;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 720;
}

.pv2-story-card {
  min-width: 0;
  margin: 0;
}

.pv2-story-card figcaption {
  padding: 13px 6px 0;
  color: var(--netops-muted);
  font-size: .82rem;
}

.pv2-story-card--dark figcaption {
  color: #c7bacf;
}

.pv2-solution-directory {
  display: grid;
  gap: 28px;
}

.pv2-solution-card {
  display: grid;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(410px, .95fr) minmax(380px, 1.05fr);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 28px;
  box-shadow: 0 16px 48px rgba(44, 17, 62, .07);
}

.pv2-solution-card:nth-child(even) .pv2-solution-card__art {
  order: 2;
}

.pv2-solution-card__art {
  padding: clamp(18px, 3vw, 38px);
  background: var(--netops-surface);
}

.pv2-solution-card__body {
  display: grid;
  padding: clamp(30px, 5vw, 64px);
  justify-items: start;
}

.pv2-solution-card__heading h3 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3.5vw, 3.6rem);
}

.pv2-solution-card__body > p {
  color: var(--netops-muted);
}

.pv2-solution-statuses {
  display: grid;
  margin: 16px 0 24px;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  color: var(--netops-muted);
  font-size: .82rem;
}

.pv2-comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--netops-border);
  border-radius: 22px;
}

.pv2-comparison {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.pv2-comparison th,
.pv2-comparison td {
  padding: 20px;
  vertical-align: top;
  border-bottom: 1px solid var(--netops-border);
  text-align: left;
}

.pv2-comparison thead th {
  background: var(--netops-surface);
  font-size: .82rem;
}

.pv2-comparison tbody th {
  color: var(--netops-text);
}

.pv2-comparison td {
  color: var(--netops-muted);
  font-size: .9rem;
}

.pv2-router-boundary {
  align-items: center;
}

.pv2-status-legend {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pv2-status-legend > article,
.pv2-status-legend > div {
  padding: 18px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 15px;
}

.pv2-status-legend p {
  margin: 10px 0 0;
  color: var(--netops-muted);
  font-size: .8rem;
}

.pv2-solution-summary .pv2-status-key {
  display: grid;
  padding: 0;
  margin: 20px 0 0;
  grid-template-columns: 1fr;
  gap: 12px;
  list-style: none;
}

.pv2-solution-summary .pv2-status-key li {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
  color: var(--netops-muted);
  font-size: .82rem;
}

.pv2-pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pv2-pain-card {
  min-height: 220px;
  padding: 26px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
}

.pv2-card-index {
  color: var(--netops-accent);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.pv2-pain-card p {
  margin-top: 58px;
  color: var(--netops-text);
  font-size: 1.04rem;
  font-weight: 650;
}

.pv2-story-stack {
  display: grid;
  gap: 30px;
}

.pv2-story-row {
  display: grid;
  padding: clamp(20px, 3vw, 38px);
  align-items: center;
  grid-template-columns: minmax(430px, 1.1fr) minmax(300px, .9fr);
  gap: clamp(32px, 6vw, 90px);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 28px;
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.pv2-story-row:nth-child(even) .pv2-story-art {
  order: 2;
}

.pv2-story-row .pv2-story-art {
  margin: 0;
}

.pv2-story-row .pv2-story-copy h3 {
  margin: 17px 0 12px;
  font-size: clamp(1.8rem, 3vw, 3.25rem);
}

.pv2-story-row .pv2-story-copy p {
  color: var(--netops-muted);
}

.pv2-solution-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pv2-solution-workflow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  counter-reset: none;
}

.pv2-solution-workflow > li {
  display: block;
  padding: 24px;
  color: #f7f4fa;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
}

.pv2-solution-workflow > li::before {
  display: none;
}

.pv2-solution-workflow .pv2-step-number {
  color: #c496f0;
}

.pv2-solution-workflow p {
  margin: 30px 0 0;
  color: #c9bdd0;
}

.pv2-scope-note--dark {
  color: #f7f4fa;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .14);
}

.pv2-scope-note--dark p {
  color: #c9bdd0;
}

.pv2-faq-more {
  margin-top: 22px;
  color: var(--netops-muted);
}

.pv2-faq-more a {
  color: var(--netops-primary);
  font-weight: 760;
}

.pv2-detail-card-heading {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.pv2-detail-card-heading h3 {
  margin: 0;
}

.pv2-detail-card > a {
  color: var(--netops-primary);
  font-weight: 760;
}

/* FAQ */
.pv2-faq-search {
  max-width: 730px;
  margin-top: 34px;
}

.pv2-faq-search > label {
  display: block;
  margin-bottom: 8px;
  font-size: .82rem;
  font-weight: 780;
}

.pv2-faq-search > div {
  display: flex;
  min-height: 58px;
  padding: 0 18px;
  align-items: center;
  gap: 12px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 15px;
}

.pv2-faq-search input {
  width: 100%;
  height: 56px;
  color: var(--netops-text);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1rem;
}

.pv2-filter-status {
  margin-top: 8px;
  color: var(--netops-muted);
  font-size: .82rem;
}

.pv2-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pv2-filter-chips button {
  min-height: 42px;
  padding: 9px 14px;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 720;
}

.pv2-filter-chips button.is-active {
  color: #fff;
  background: var(--netops-primary);
  border-color: var(--netops-primary);
}

.pv2-faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
}

.pv2-faq-aside {
  position: sticky;
  top: 120px;
  padding: 24px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 20px;
}

.pv2-faq-aside h2 {
  font-size: 1.4rem;
}

.pv2-mini-status-key {
  display: grid;
  margin: 20px 0;
  gap: 15px;
}

.pv2-mini-status-key dd {
  margin: 6px 0 0;
  color: var(--netops-muted);
  font-size: .78rem;
}

.pv2-faq-groups {
  display: grid;
  gap: 46px;
}

.pv2-faq-group-heading {
  display: grid;
  margin-bottom: 16px;
  align-items: center;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
}

.pv2-faq-group-heading > span {
  color: var(--netops-primary);
  font-size: .76rem;
  font-weight: 850;
}

.pv2-faq-group-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.pv2-faq-group-heading small {
  color: var(--netops-muted);
  font-size: .78rem;
}

.pv2-faq-list {
  display: grid;
  gap: 10px;
}

.pv2-faq-item[hidden],
.pv2-faq-group[hidden],
.pv2-empty-state[hidden] {
  display: none !important;
}

.pv2-empty-state {
  padding: 44px;
  text-align: center;
  background: var(--netops-surface);
  border: 1px dashed var(--netops-border);
  border-radius: 20px;
}

.pv2-empty-state p {
  color: var(--netops-muted);
}

/* Responsive public pages */
@media (max-width: 1280px) {
  .pv2-hero-grid {
    grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
    gap: 54px;
  }

  .pv2-pricing-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }

  .pv2-pricing-teaser {
    grid-template-columns: 1fr 1.5fr;
  }

  .pv2-pricing-teaser > .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 1180px) {
  .public-links {
    display: none;
  }

  .public-actions > .btn-ghost,
  .public-actions > .btn-primary {
    display: none;
  }

  .public-menu-toggle {
    display: grid;
  }

  .mobile-menu {
    position: fixed;
    z-index: 490;
    top: 94px;
    right: 0;
    left: 0;
    display: flex;
    max-height: calc(100dvh - 94px);
    padding: 18px clamp(20px, 5vw, 72px) 28px;
    overflow-y: auto;
    flex-direction: column;
    gap: 5px;
    color: var(--netops-text);
    background: var(--netops-bg);
    border-bottom: 1px solid var(--netops-border);
    box-shadow: var(--netops-shadow);
  }

  .mobile-menu a {
    padding: 10px 8px;
    font-weight: 700;
  }

  .mobile-menu .btn {
    margin-top: 8px;
  }
}

@media (max-width: 1060px) {
  .public-body {
    font-size: 16.5px;
  }

  .public-nav .brand-svg {
    width: 214px;
  }

  .theme-picker select {
    max-width: 72px;
  }

  .pv2-hero-grid,
  .pv2-story-split,
  .pv2-split-layout,
  .pv2-trial-grid {
    grid-template-columns: 1fr;
  }

  .pv2-hero-copy {
    max-width: 920px;
  }

  .pv2-hero-art {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .pv2-story-slide {
    grid-template-columns: 1fr;
  }

  .pv2-story-slide .pv2-story-copy {
    max-width: 720px;
  }

  .pv2-card-grid-three,
  .pv2-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv2-deep-card {
    grid-template-columns: minmax(330px, .9fr) minmax(280px, 1.1fr);
    gap: 34px;
  }

  .pv2-benefits,
  .pv2-status-grid,
  .pv2-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv2-status-legend,
  .pv2-solution-workflow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pv2-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv2-solution-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv2-status-strip .container {
    grid-template-columns: 1fr;
  }

  .pv2-status-key {
    grid-template-columns: repeat(3, 1fr);
  }

  .pv2-capability-body {
    grid-template-columns: 1fr;
  }

  .pv2-router-note,
  .pv2-scope-note,
  .pv2-notice {
    grid-template-columns: 1fr;
  }

  .pv2-faq-layout {
    grid-template-columns: 1fr;
  }

  .pv2-faq-aside {
    position: static;
  }
}

@media (max-width: 900px) {
  .public-nav {
    min-height: 82px;
  }

  .mobile-menu {
    top: 82px;
    max-height: calc(100dvh - 82px);
    color: var(--netops-text);
    background: var(--netops-bg);
    border-color: var(--netops-border);
  }

  .public-actions .theme-picker {
    display: inline-flex;
  }

  .pv2-audience-bar .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv2-section-heading--split {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pv2-deep-card,
  .pv2-deep-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .pv2-deep-card:nth-child(even) .pv2-deep-art {
    order: 0;
  }

  .pv2-solution-card,
  .pv2-story-row {
    grid-template-columns: 1fr;
  }

  .pv2-solution-card:nth-child(even) .pv2-solution-card__art,
  .pv2-story-row:nth-child(even) .pv2-story-art {
    order: 0;
  }

  .pv2-pricing-teaser {
    grid-template-columns: 1fr;
  }

  .pv2-pricing-teaser > .btn {
    grid-column: auto;
  }

  .pv2-final-cta:not(section),
  .pv2-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv2-billing-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv2-pricing-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-about {
    max-width: none;
    grid-column: 1 / -1;
  }

  .footer-col:last-child {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .public-body {
    font-size: 16px;
  }

  .public-body .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .public-nav {
    min-height: 74px;
  }

  .mobile-menu {
    top: 74px;
    max-height: calc(100dvh - 74px);
  }

  .public-nav .brand-svg {
    width: clamp(164px, 46vw, 198px);
  }

  .public-actions {
    gap: 6px;
  }

  .theme-picker {
    min-height: 40px;
    padding-inline: 8px;
  }

  .theme-picker .icon {
    display: none;
  }

  .theme-picker select {
    width: 72px;
    max-width: 72px;
    font-size: .78rem;
  }

  .pv2-hero,
  .pv2-page-hero {
    padding: 52px 0 66px;
  }

  .pv2-hero-copy h1,
  .pv2-page-hero h1 {
    margin-bottom: 19px;
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .pv2-lead {
    font-size: 1.05rem;
  }

  .pv2-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pv2-actions .btn {
    width: 100%;
  }

  .pv2-hero-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv2-audience-bar div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv2-carousel {
    padding: 14px;
  }

  .pv2-carousel-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .pv2-carousel-tabs button {
    min-width: 112px;
    scroll-snap-align: start;
  }

  .pv2-story-slide.is-active {
    display: flex;
    flex-direction: column;
  }

  .pv2-story-art {
    order: -1;
  }

  .pv2-story-copy h3 {
    font-size: 1.75rem;
  }

  .pv2-carousel-controls {
    justify-content: center;
  }

  .pv2-card-grid-three,
  .pv2-steps,
  .pv2-benefits,
  .pv2-price-snapshot,
  .pv2-status-grid,
  .pv2-definition-grid,
  .pv2-two-column-grid,
  .pv2-detail-grid,
  .pv2-faq-grid,
  .pv2-step-grid,
  .pv2-pricing-grid {
    grid-template-columns: 1fr;
  }

  .pv2-pain-grid,
  .pv2-solution-capability-grid,
  .pv2-status-legend,
  .pv2-solution-workflow {
    grid-template-columns: 1fr;
  }

  .pv2-price-snapshot > div {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--netops-border);
  }

  .pv2-price-snapshot > div:last-child {
    border-bottom: 0;
  }

  .pv2-feature-card,
  .pv2-status-card,
  .pv2-definition-card,
  .pv2-dark-card,
  .pv2-check-card,
  .pv2-path-card {
    padding: 22px;
  }

  .pv2-capability > summary {
    padding: 18px;
    grid-template-columns: 46px 1fr;
  }

  .pv2-capability > summary .pv2-icon {
    width: 44px;
    height: 44px;
  }

  .pv2-summary-action {
    grid-column: 2;
  }

  .pv2-capability-body {
    padding: 20px;
  }

  .pv2-status-key {
    grid-template-columns: 1fr 1fr;
  }

  .pv2-billing-toggle {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .pv2-billing-toggle button {
    white-space: normal;
  }

  .pv2-faq-group-heading {
    grid-template-columns: 32px 1fr;
  }

  .pv2-faq-group-heading small {
    grid-column: 2;
  }

  .pv2-filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
  }

  .pv2-filter-chips button {
    flex: 0 0 auto;
  }

  .story-illustration {
    border-radius: 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-about {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  /* Adjacent HTML and the SVG accessible name retain the full story. */
  .story-illustration text {
    display: none;
  }

  .public-nav .brand-svg {
    width: 150px;
  }

  .theme-picker {
    display: none;
  }

  .pv2-hero-copy h1,
  .pv2-page-hero h1 {
    font-size: 2.45rem;
  }

  .pv2-audience-bar div,
  .pv2-status-key {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-active .story-primary-soft,
  .pv2-hero-art .story-primary-soft,
  .is-active .story-success,
  .pv2-hero-art .story-success,
  .pv2-story-slide.is-active {
    animation: none !important;
  }
}

/* Simplified production website */
.public-simple .simple-page {
  overflow: clip;
}

.simple-kicker {
  display: inline-block;
  color: var(--netops-accent);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.simple-hero {
  position: relative;
  padding: clamp(76px, 8vw, 132px) 0 clamp(82px, 9vw, 150px);
  background:
    radial-gradient(circle at 78% 24%, color-mix(in srgb, var(--netops-primary) 13%, transparent), transparent 32%),
    linear-gradient(180deg, color-mix(in srgb, var(--netops-surface) 38%, var(--netops-bg)), var(--netops-bg));
}

.simple-hero::before {
  position: absolute;
  width: 430px;
  height: 430px;
  top: -220px;
  left: -190px;
  content: "";
  background: color-mix(in srgb, var(--netops-accent) 9%, transparent);
  border-radius: 50%;
  filter: blur(8px);
}

.simple-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 7vw, 108px);
}

.simple-hero-copy h1,
.simple-page-hero h1 {
  max-width: 900px;
  margin: 18px 0 22px;
  color: var(--netops-text);
  font-size: clamp(3.15rem, 5.3vw, 6.5rem);
  line-height: .97;
  letter-spacing: -.065em;
}

.simple-hero-copy > p {
  max-width: 730px;
  margin: 0;
  color: var(--netops-muted);
  font-size: clamp(1.1rem, 1.35vw, 1.34rem);
}

.simple-hero-actions,
.simple-cta-actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.simple-hero-copy .simple-hero-note {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 8px;
  color: var(--netops-muted);
  font-size: .86rem;
}

.simple-hero-note .icon {
  color: var(--netops-success);
}

.simple-section {
  padding: clamp(78px, 8vw, 132px) 0;
  background: var(--netops-bg);
}

.simple-section-soft {
  background: var(--netops-surface);
}

.simple-section-dark {
  --netops-text: #fff;
  --netops-muted: #c8bbd1;
  --netops-border: #4a365c;
  --netops-surface-strong: #24152f;
  color: var(--netops-text);
  background:
    radial-gradient(circle at 12% 12%, rgba(136, 38, 206, .34), transparent 38%),
    #120a18;
}

.simple-section-heading {
  max-width: 840px;
  margin: 0 auto clamp(38px, 5vw, 64px);
  text-align: center;
}

.simple-section-heading h2,
.portal-copy > h2,
.command-center-layout h2,
.gateway-panel h2,
.simple-faq-layout > header h2,
.simple-cta-panel h2 {
  margin: 12px 0 14px;
  color: var(--netops-text);
  font-size: clamp(2.15rem, 3.4vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.simple-section-heading p,
.portal-copy > p,
.command-center-layout > div > p,
.gateway-panel p,
.simple-faq-layout > header p,
.simple-cta-panel p {
  color: var(--netops-muted);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
}

.simple-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.simple-feature-card {
  display: flex;
  min-width: 0;
  min-height: 260px;
  padding: 25px;
  flex-direction: column;
  gap: 20px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 19px;
  box-shadow: 0 12px 36px rgba(54, 20, 78, .06);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.simple-feature-card:hover {
  border-color: color-mix(in srgb, var(--netops-primary) 38%, var(--netops-border));
  box-shadow: 0 20px 48px rgba(54, 20, 78, .11);
  transform: translateY(-5px);
}

.simple-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--netops-primary);
  background: var(--netops-primary-soft);
  border-radius: 14px;
}

.simple-icon .icon {
  width: 23px;
  height: 23px;
}

.simple-status {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--netops-success);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.simple-feature-card h3,
.portal-benefit-grid h3,
.usage-price-card h3 {
  margin: 0 0 8px;
  color: var(--netops-text);
  font-size: 1.08rem;
  letter-spacing: -.02em;
}

.simple-feature-card p,
.portal-benefit-grid p,
.usage-price-card > p:not(.usage-price) {
  margin: 0;
  color: var(--netops-muted);
  font-size: .86rem;
  line-height: 1.62;
}

.portal-showcase-grid {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
}

.portal-preview {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.portal-preview::before {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  content: "";
  background: color-mix(in srgb, var(--netops-primary) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--netops-primary) 24%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 42px color-mix(in srgb, var(--netops-primary) 4%, transparent);
}

.portal-phone {
  position: relative;
  width: min(100%, 340px);
  padding: 25px 22px 24px;
  color: #16111b;
  background: #fff;
  border: 10px solid #17101f;
  border-radius: 46px;
  box-shadow: 0 36px 80px rgba(36, 12, 50, .25);
  transform: rotate(-2deg);
}

.portal-phone-top {
  width: 76px;
  height: 7px;
  margin: 0 auto 34px;
  background: #261b2e;
  border-radius: 99px;
}

.portal-brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.portal-brand-mark {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #6d1fb0, #ae3ef0);
  border-radius: 18px;
}

.portal-brand strong {
  font-size: 1.28rem;
}

.portal-brand small {
  margin-top: 4px;
  color: #776c7f;
}

.portal-login-card {
  margin-top: 26px;
  padding: 20px;
  background: #f7f2fa;
  border: 1px solid #e4d9eb;
  border-radius: 18px;
}

.portal-login-card > span,
.portal-login-card > small {
  display: block;
  color: #716479;
  font-size: .72rem;
}

.portal-code {
  margin: 12px 0;
  padding: 13px;
  background: #fff;
  border: 1px solid #ded2e6;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.portal-button {
  margin-bottom: 11px;
  padding: 13px;
  color: #fff;
  background: #7b22bc;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
}

.portal-promo {
  margin-top: 14px;
  padding: 12px;
  color: #672192;
  background: #f0dffd;
  border-radius: 10px;
  font-size: .72rem;
  font-weight: 750;
  text-align: center;
}

.portal-benefit-grid {
  display: grid;
  margin-top: 33px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.portal-benefit-grid article {
  padding: 20px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 16px;
}

.portal-benefit-grid .simple-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  border-radius: 11px;
}

.portal-benefit-grid .simple-icon .icon {
  width: 19px;
  height: 19px;
}

.usage-price-grid {
  display: grid;
  max-width: 1120px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.usage-price-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.5vw, 48px);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 24px;
  box-shadow: var(--netops-shadow);
}

.usage-price-card-accent {
  border-color: color-mix(in srgb, var(--netops-primary) 48%, var(--netops-border));
}

.usage-price-card-accent::after {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -82px;
  right: -68px;
  content: "";
  background: var(--netops-primary-soft);
  border-radius: 50%;
}

.usage-price-card .simple-icon {
  margin-bottom: 20px;
}

.usage-price {
  display: flex;
  margin: 24px 0 20px;
  align-items: baseline;
  gap: 10px;
}

.usage-price > span {
  color: var(--netops-text);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

.usage-price > small {
  max-width: 120px;
  color: var(--netops-muted);
  font-size: .82rem;
  line-height: 1.35;
}

.icon-check-list {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.icon-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--netops-text);
  font-size: .86rem;
}

.icon-check-list .icon {
  margin-top: 5px;
  flex: 0 0 auto;
  color: var(--netops-success);
}

.usage-price-card .usage-price-note {
  margin-top: 25px;
  padding-top: 19px;
  border-top: 1px solid var(--netops-border);
  font-size: .76rem;
}

.simple-centered-action {
  margin-top: 32px;
  text-align: center;
}

.pricing-calculator {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  gap: clamp(28px, 5vw, 70px);
  background: color-mix(in srgb, var(--netops-surface-strong) 88%, transparent);
  border: 1px solid var(--netops-border);
  border-radius: 25px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}

.calculator-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 20px;
}

.calculator-field label,
.calculator-field small {
  display: block;
}

.calculator-field label {
  margin-bottom: 8px;
  color: var(--netops-text);
  font-size: .83rem;
  font-weight: 800;
}

.calculator-field input,
.calculator-field select {
  width: 100%;
  min-height: 58px;
  padding: 12px 14px;
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 12px;
  font-size: 1rem;
}

.calculator-field small {
  margin-top: 7px;
  color: var(--netops-muted);
  font-size: .72rem;
  line-height: 1.45;
}

.calculator-result {
  display: flex;
  min-width: 0;
  overflow: hidden;
  padding: 27px;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(145deg, #7021ae, #41105f);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
}

.calculator-result > span,
.calculator-result > small {
  color: #e8dcf0;
}

.calculator-result > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.calculator-result > span > b {
  padding: 5px 9px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  font-size: .7rem;
  letter-spacing: .08em;
}

.calculator-result > strong {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 11px 0 22px;
  overflow: hidden;
  color: #fff;
  font-size: clamp(2.35rem, 3.8vw, 4.5rem);
  line-height: 1;
  letter-spacing: -.06em;
  white-space: nowrap;
}

.calculator-result > div {
  display: grid;
  margin-bottom: 18px;
  gap: 8px;
}

.calculator-result > div > span {
  display: flex;
  padding: 9px 0;
  justify-content: space-between;
  gap: 18px;
  color: #e8dcf0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  font-size: .8rem;
}

.calculator-result b {
  color: #fff;
}

.calculator-result > small {
  font-size: .72rem;
  line-height: 1.5;
}

.gateway-panel {
  display: grid;
  padding: clamp(32px, 5vw, 70px);
  grid-template-columns: minmax(0, 1fr) minmax(430px, .8fr);
  align-items: center;
  gap: clamp(32px, 6vw, 90px);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 27px;
}

.gateway-wordmarks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gateway-wordmarks > .gateway-brand {
  display: grid;
  min-height: 74px;
  padding: 13px;
  place-items: center;
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 13px;
  font-size: .92rem;
  font-weight: 850;
}

.gateway-wordmarks > .gateway-brand:last-child {
  grid-column: 1 / -1;
}

.command-center-layout {
  display: grid;
  grid-template-columns: minmax(330px, .64fr) minmax(600px, 1.36fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
}

.command-visual {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-columns: 68px 1fr;
  color: #201726;
  background: #f7f5f9;
  border: 1px solid #ded6e4;
  border-radius: 22px;
  box-shadow: 0 32px 90px rgba(51, 20, 70, .18);
}

.command-sidebar {
  display: flex;
  min-height: 520px;
  padding: 20px 12px;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  background: #160d1d;
}

.command-sidebar > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #a895b5;
  border-radius: 10px;
}

.command-sidebar > span.active {
  color: #fff;
  background: #7525aa;
}

.command-logo {
  margin-bottom: 25px;
}

.command-logo img {
  width: 34px;
  height: 34px;
}

.command-main {
  min-width: 0;
  padding: clamp(20px, 3vw, 36px);
}

.command-top {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.command-top b,
.command-top small {
  display: block;
}

.command-top b {
  font-size: 1rem;
}

.command-top small,
.command-kpis small {
  margin-top: 3px;
  color: #82758a;
  font-size: .66rem;
}

.command-live {
  padding: 7px 10px;
  color: #14783f;
  background: #e4f7eb;
  border-radius: 99px;
  font-size: .66rem;
  font-weight: 800;
}

.command-kpis {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.command-kpis article,
.command-chart,
.command-health {
  padding: 16px;
  background: #fff;
  border: 1px solid #e2dbe6;
  border-radius: 14px;
}

.command-kpis span,
.command-chart > span,
.command-health > span {
  display: block;
  color: #776b7f;
  font-size: .68rem;
  font-weight: 700;
}

.command-kpis strong {
  display: block;
  margin-top: 8px;
  font-size: 1.28rem;
}

.command-grid {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 12px;
}

.command-chart svg {
  width: 100%;
  margin-top: 20px;
}

.command-chart path:last-child {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: command-line 2.2s ease .25s forwards;
}

@keyframes command-line {
  to { stroke-dashoffset: 0; }
}

.command-health {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.health-ring {
  display: grid;
  width: 104px;
  height: 104px;
  margin: 20px auto;
  place-content: center;
  background: radial-gradient(circle at center, #fff 57%, transparent 59%), conic-gradient(#16a065 0 98%, #eadfee 98%);
  border-radius: 50%;
  text-align: center;
}

.health-ring strong,
.health-ring small {
  display: block;
}

.health-ring small {
  color: #766d7d;
  font-size: .58rem;
}

.command-health p {
  display: flex;
  margin: 7px 0 0;
  align-items: center;
  gap: 6px;
  color: #716778;
  font-size: .64rem;
}

.command-health p i {
  width: 7px;
  height: 7px;
  background: #16a065;
  border-radius: 50%;
}

.testimonial-carousel {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  outline: none;
}

.testimonial-viewport {
  overflow: hidden;
  padding: 6px 1px 22px;
}

.testimonial-track {
  display: flex;
  width: max-content;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 18px;
  transform: translate3d(0, 0, 0);
  transition: transform .75s cubic-bezier(.2,.72,.2,1);
  will-change: transform;
}

.testimonial-card.is-clone {
  pointer-events: none;
}

.testimonial-card,
.testimonial-empty {
  margin: 0;
  padding: 30px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 19px;
}

.testimonial-card {
  position: relative;
  overflow: hidden;
  width: clamp(310px, 31vw, 460px);
  min-height: 340px;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--netops-primary) 9%, transparent), transparent 34%),
    var(--netops-surface-strong);
  transition: transform .35s ease, border-color .35s ease, opacity .35s ease;
}

.testimonial-card.is-current {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--netops-primary) 35%, var(--netops-border));
  box-shadow: 0 24px 55px color-mix(in srgb, var(--netops-primary) 10%, transparent);
}

.testimonial-signal {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border: 1px solid color-mix(in srgb, var(--netops-primary) 28%, transparent);
  border-radius: 50%;
}

.testimonial-signal i {
  position: absolute;
  inset: 7px;
  border: 1px solid color-mix(in srgb, var(--netops-primary) 22%, transparent);
  border-radius: 50%;
  animation: testimonial-pulse 2.8s ease-out infinite;
}

.testimonial-signal i:nth-child(2) { inset: 14px; animation-delay: -.9s; }
.testimonial-signal i:nth-child(3) { inset: 18px; background: var(--netops-primary); box-shadow: 0 0 16px var(--netops-primary); }

@keyframes testimonial-pulse {
  0% { opacity: .2; transform: scale(.72); }
  55% { opacity: .8; }
  100% { opacity: 0; transform: scale(1.35); }
}

.testimonial-card blockquote {
  margin: 0 0 24px;
  color: var(--netops-text);
  font-size: 1.08rem;
  line-height: 1.7;
}

.testimonial-navigation {
  display: grid;
  min-height: 52px;
  align-items: center;
  grid-template-columns: minmax(160px, 1fr) auto auto;
  gap: 18px;
}

.testimonial-progress {
  overflow: hidden;
  height: 3px;
  background: color-mix(in srgb, var(--netops-border) 75%, transparent);
  border-radius: 999px;
}

.testimonial-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--netops-primary), var(--netops-accent));
  border-radius: inherit;
  box-shadow: 0 0 13px var(--netops-primary);
  transition: width .55s ease;
}

.testimonial-navigation > span {
  min-width: 62px;
  color: var(--netops-muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.testimonial-navigation > div:last-child {
  display: flex;
  gap: 7px;
}

.testimonial-navigation button {
  display: grid;
  width: 44px;
  height: 44px;
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 13px;
  cursor: pointer;
  place-items: center;
  transition: color .2s ease, transform .2s ease, border-color .2s ease;
}

.testimonial-navigation button:hover {
  color: var(--netops-primary);
  transform: translateY(-2px);
  border-color: var(--netops-primary);
}

.testimonial-arrow-back { transform: rotate(180deg); }

.testimonial-card figcaption strong,
.testimonial-card figcaption span {
  display: block;
}

.testimonial-card figcaption span {
  margin-top: 4px;
  color: var(--netops-muted);
  font-size: .78rem;
}

.testimonial-empty {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  align-items: center;
  gap: 18px;
  color: var(--netops-muted);
}

.testimonial-empty .icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--netops-primary);
}

.testimonial-empty p {
  margin: 0;
}

.simple-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .55fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(45px, 8vw, 125px);
}

.simple-faq-list {
  border-top: 1px solid var(--netops-border);
}

.simple-faq-item {
  border-bottom: 1px solid var(--netops-border);
}

.simple-faq-item summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: var(--netops-text);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 800;
  list-style: none;
}

.simple-faq-item summary::-webkit-details-marker {
  display: none;
}

.simple-faq-item summary::after {
  position: absolute;
  top: 22px;
  right: 3px;
  content: "+";
  color: var(--netops-primary);
  font-size: 1.5rem;
  font-weight: 500;
}

.simple-faq-item[open] summary::after {
  content: "−";
}

.simple-faq-item p {
  max-width: 820px;
  margin: -3px 0 25px;
  color: var(--netops-muted);
}

.simple-final-cta {
  padding-top: 50px;
}

.simple-cta-panel {
  display: grid;
  padding: clamp(38px, 5vw, 76px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 45px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(210, 112, 255, .33), transparent 31%),
    linear-gradient(135deg, #4f126f, #160b1d);
  border-radius: 28px;
  box-shadow: var(--netops-shadow);
}

.simple-cta-panel h2,
.simple-cta-panel p {
  color: #fff;
}

.simple-cta-panel p {
  max-width: 820px;
  opacity: .78;
}

.simple-cta-actions {
  margin: 0;
  justify-content: flex-end;
}

.simple-page-hero {
  padding: clamp(70px, 8vw, 124px) 0 clamp(58px, 6vw, 96px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, color-mix(in srgb, var(--netops-primary) 12%, transparent), transparent 42%),
    var(--netops-surface);
}

.simple-page-hero h1 {
  max-width: 1100px;
  margin-inline: auto;
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.simple-page-hero p {
  max-width: 850px;
  margin: 0 auto;
  color: var(--netops-muted);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
}

.simple-pricing-terms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.simple-pricing-terms article {
  padding: 26px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 17px;
}

.simple-pricing-terms h2 {
  margin: 0 0 11px;
  color: var(--netops-text);
  font-size: 1.1rem;
}

.simple-pricing-terms p {
  margin: 0;
  color: var(--netops-muted);
  font-size: .83rem;
}

.legal-layout {
  display: grid;
  padding-top: clamp(62px, 7vw, 105px);
  padding-bottom: clamp(82px, 9vw, 140px);
  grid-template-columns: minmax(230px, .34fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.legal-layout > aside {
  position: sticky;
  top: 122px;
  padding: 25px;
  color: var(--netops-text);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 17px;
}

.legal-layout > aside strong {
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.legal-layout > aside p {
  margin: 10px 0 0;
  color: var(--netops-muted);
  font-size: .83rem;
}

.legal-copy {
  max-width: 900px;
}

.legal-copy section {
  padding: 0 0 32px;
}

.legal-copy h2 {
  margin: 0 0 11px;
  color: var(--netops-text);
  font-size: clamp(1.22rem, 1.6vw, 1.55rem);
  letter-spacing: -.02em;
}

.legal-copy p {
  margin: 0 0 12px;
  color: var(--netops-muted);
  font-size: .94rem;
}

@media (max-width: 1240px) {
  .simple-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .simple-hero-grid,
  .command-center-layout {
    grid-template-columns: 1fr 1fr;
  }

  .simple-pricing-terms {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .simple-hero-grid,
  .portal-showcase-grid,
  .command-center-layout,
  .gateway-panel,
  .simple-faq-layout,
  .simple-cta-panel,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .simple-hero-visual {
    max-width: 800px;
  }

  .portal-preview {
    min-height: 560px;
  }

  .portal-phone {
    width: 320px;
  }

  .gateway-wordmarks {
    max-width: 720px;
  }

  .simple-cta-actions {
    justify-content: flex-start;
  }

  .legal-layout > aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .simple-hero-copy h1,
  .simple-page-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .simple-feature-grid,
  .usage-price-grid,
  .portal-benefit-grid,
  .calculator-form,
  .simple-pricing-terms {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    width: min(84vw, 380px);
    min-height: 320px;
  }

  .testimonial-navigation {
    grid-template-columns: minmax(80px, 1fr) auto;
  }

  .testimonial-navigation > span {
    display: none;
  }

  .simple-feature-card {
    min-height: 0;
  }

  .pricing-calculator {
    grid-template-columns: 1fr;
  }

  .command-visual {
    grid-template-columns: 52px 1fr;
  }

  .command-sidebar {
    min-height: 440px;
    padding-inline: 6px;
  }

  .command-sidebar > span {
    width: 36px;
    height: 36px;
  }

  .command-kpis {
    grid-template-columns: 1fr;
  }

  .command-kpis article:nth-child(n+3) {
    display: none;
  }

  .command-grid {
    grid-template-columns: 1fr;
  }

  .command-health {
    display: none;
  }

  .gateway-wordmarks {
    grid-template-columns: 1fr;
  }

  .gateway-wordmarks > .gateway-brand:last-child {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .simple-hero-actions,
  .simple-hero-actions .btn,
  .simple-cta-actions,
  .simple-cta-actions .btn {
    width: 100%;
  }

  .simple-hero-actions .btn,
  .simple-cta-actions .btn {
    justify-content: center;
  }

  .portal-preview {
    min-height: 500px;
  }

  .portal-phone {
    width: min(100%, 300px);
  }

  .command-main {
    padding: 15px;
  }

  .command-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .calculator-result > strong {
    font-size: 2.4rem;
  }
}

/* Full-width public canvas, interactive product scenes and currency controls */
.public-body .container {
  width: 100%;
  max-width: none;
  padding-inline: clamp(20px, 3vw, 64px);
}

.usage-pricing-table {
  max-width: 1120px;
  margin: 0 auto;
}

.price-table-head {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: var(--netops-muted);
  font-size: .8rem;
  font-weight: 750;
}

.price-currency-toggle {
  display: inline-flex;
  padding: 4px;
  gap: 3px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 999px;
}

.price-currency-toggle button {
  min-width: 58px;
  min-height: 34px;
  padding: 6px 12px;
  color: var(--netops-muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.price-currency-toggle button.is-active {
  color: #fff;
  background: var(--netops-primary);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--netops-primary) 28%, transparent);
}

.price-currency-toggle button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.pricing-commitment {
  display: flex;
  max-width: 820px;
  margin: 0 auto 22px;
  padding: 18px 20px;
  align-items: center;
  gap: 15px;
  color: var(--netops-text);
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--netops-primary) 10%, transparent), transparent),
    var(--netops-surface-strong);
  border: 1px solid color-mix(in srgb, var(--netops-primary) 30%, var(--netops-border));
  border-radius: 17px;
}

.pricing-commitment .simple-icon {
  width: 42px;
  height: 42px;
}

.pricing-commitment p,
.pricing-commitment strong,
.pricing-commitment p > span {
  display: block;
}

.pricing-commitment p {
  margin: 0;
}

.pricing-commitment strong {
  margin-bottom: 3px;
  font-size: .88rem;
}

.pricing-commitment p > span {
  color: var(--netops-muted);
  font-size: .76rem;
  line-height: 1.55;
}

.volume-pricing-panel {
  max-width: 1120px;
  margin: 32px auto 0;
  padding: clamp(26px, 3.5vw, 44px);
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 24px;
}

.volume-pricing-panel > header {
  max-width: 760px;
  margin-bottom: 28px;
}

.volume-pricing-panel h2 {
  margin: 10px 0;
  color: var(--netops-text);
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.volume-pricing-panel header p {
  margin: 0;
  color: var(--netops-muted);
  font-size: .88rem;
}

.volume-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.volume-pricing-grid > article {
  padding: 22px;
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 17px;
}

.volume-pricing-grid h3 {
  margin: 0 0 12px;
  color: var(--netops-text);
  font-size: 1rem;
}

.volume-rate-row {
  display: grid;
  min-height: 72px;
  padding: 13px 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 16px;
  border-top: 1px solid var(--netops-border);
}

.volume-rate-row > span {
  color: var(--netops-muted);
  font-size: .8rem;
}

.volume-rate-row strong {
  color: var(--netops-text);
  font-size: .82rem;
}

.volume-rate-row small {
  grid-column: 1 / -1;
  color: var(--netops-success);
  font-size: .68rem;
  font-weight: 750;
}

.gateway-wordmarks {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gateway-wordmarks .gateway-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gateway-wordmarks .gateway-brand:last-child {
  grid-column: auto;
}

.gateway-brand img {
  width: min(100%, 142px);
  max-height: 34px;
  object-fit: contain;
}

.gateway-brand .icon {
  width: 25px;
  height: 25px;
  color: var(--netops-primary);
}

.gateway-wordmarks .gateway-brand-dark {
  background: #201727;
  border-color: #34253f;
}

.ops-slider {
  width: 100%;
  min-width: 0;
}

.ops-slider-viewport {
  position: relative;
  min-width: 0;
}

.ops-scene[hidden] {
  display: none !important;
}

.ops-scene.is-active {
  animation: ops-scene-arrive .48s cubic-bezier(.2, .75, .22, 1) both;
}

@keyframes ops-scene-arrive {
  from {
    opacity: 0;
    transform: translateX(18px) scale(.99);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ops-app-shell {
  display: grid;
  min-width: 0;
  min-height: 570px;
  overflow: hidden;
  grid-template-columns: 68px minmax(0, 1fr);
  color: #211827;
  background: #f7f5f9;
  border: 1px solid #ded6e4;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(51, 20, 70, .17);
}

.ops-app-sidebar {
  display: flex;
  min-height: 100%;
  padding: 22px 12px;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  background: #160d1d;
}

.ops-app-sidebar img {
  width: 35px;
  height: 35px;
  margin-bottom: 25px;
}

.ops-app-sidebar span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #a895b5;
  border-radius: 11px;
}

.ops-app-sidebar span.is-active {
  color: #fff;
  background: #7525aa;
}

.ops-app-sidebar .icon {
  width: 19px;
  height: 19px;
}

.ops-app-main {
  min-width: 0;
  padding: clamp(22px, 2.6vw, 36px);
}

.ops-app-head {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ops-app-head strong,
.ops-app-head small {
  display: block;
}

.ops-app-head strong {
  font-size: 1rem;
}

.ops-app-head small {
  margin-top: 4px;
  color: #807588;
  font-size: .7rem;
}

.ops-app-head em {
  padding: 8px 12px;
  color: #14743c;
  background: #e3f7ea;
  border-radius: 99px;
  font-size: .66rem;
  font-style: normal;
  font-weight: 800;
}

.ops-kpis {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ops-kpis > span {
  display: block;
  min-width: 0;
  padding: 16px;
  background: #fff;
  border: 1px solid #ded7e3;
  border-radius: 13px;
}

.ops-kpis small,
.ops-kpis i,
.ops-kpis strong {
  display: block;
}

.ops-kpis small {
  color: #776e80;
  font-size: .66rem;
  font-weight: 750;
}

.ops-kpis strong {
  margin: 10px 0;
  font-size: 1.38rem;
}

.ops-kpis i {
  color: #8b8191;
  font-size: .62rem;
  font-style: normal;
}

.ops-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 152px;
  gap: 12px;
}

.ops-chart-card,
.ops-health-card,
.ops-table-card,
.ops-side-summary,
.ops-voucher-stack,
.ops-revenue-card,
.ops-settlement-list,
.ops-tunnel-list {
  min-width: 0;
  background: #fff;
  border: 1px solid #ded7e3;
  border-radius: 14px;
}

.ops-chart-card {
  padding: 16px;
}

.ops-chart-card > small,
.ops-health-card > small,
.ops-side-summary > small,
.ops-voucher-stack > small,
.ops-fleet-list > small,
.ops-revenue-card > small,
.ops-settlement-list > small,
.ops-tunnel-list > small {
  color: #776e80;
  font-size: .65rem;
  font-weight: 780;
}

.ops-chart-card svg {
  display: block;
  width: 100%;
  margin-top: 18px;
}

.is-active .ops-draw-line {
  animation: ops-draw 1.4s ease-out both;
  stroke-dasharray: 900;
}

@keyframes ops-draw {
  from { stroke-dashoffset: 900; }
  to { stroke-dashoffset: 0; }
}

.ops-health-card {
  padding: 16px 12px;
}

.ops-ring {
  display: grid;
  width: 92px;
  height: 92px;
  margin: 22px auto;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle closest-side, #fff 77%, transparent 79% 99%), conic-gradient(#11a268 0 98%, #e4dfe8 98%);
  border-radius: 50%;
}

.ops-ring strong,
.ops-ring span {
  display: block;
}

.ops-ring strong {
  font-size: 1.05rem;
}

.ops-ring span {
  color: #857a8b;
  font-size: .54rem;
}

.ops-health-card p {
  display: flex;
  margin: 8px 0 0;
  align-items: center;
  gap: 6px;
  color: #756c7d;
  font-size: .56rem;
}

.ops-health-card p i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: #14a269;
  border-radius: 50%;
}

.ops-customer-layout,
.ops-router-layout,
.ops-hotspot-layout,
.ops-payment-layout,
.ops-vpn-layout {
  display: grid;
  min-height: 330px;
  grid-template-columns: minmax(0, 1.55fr) minmax(180px, .7fr);
  gap: 14px;
}

.ops-table-card {
  padding: 8px 16px;
}

.ops-table-head,
.ops-table-row {
  display: grid;
  min-width: 0;
  grid-template-columns: 1.45fr .7fr .58fr;
  align-items: center;
  gap: 10px;
}

.ops-table-head {
  padding: 12px 6px;
  color: #887e8d;
  font-weight: 750;
}

.ops-table-row {
  min-height: 62px;
  padding: 10px 6px;
  border-top: 1px solid #eee9f0;
}

.ops-table-row b,
.ops-table-row i {
  display: block;
}

.ops-table-row b {
  overflow: hidden;
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ops-table-row i,
.ops-table-row > span:nth-child(2) {
  color: #867c8c;
  font-size: .59rem;
  font-style: normal;
}

.ops-table-row > em {
  justify-self: start;
  padding: 6px 8px;
  border-radius: 99px;
  font-size: .54rem;
  font-style: normal;
  font-weight: 800;
}

.ops-table-row .is-online {
  color: #087443;
  background: #e4f8ed;
}

.ops-table-row .is-due {
  color: #97550d;
  background: #fff3da;
}

.ops-table-row .is-paused {
  color: #6e6373;
  background: #efebf1;
}

.ops-side-summary {
  padding: 17px;
}

.ops-donut {
  display: grid;
  width: 118px;
  height: 118px;
  margin: 22px auto;
  place-content: center;
  text-align: center;
  background: radial-gradient(circle closest-side, #fff 72%, transparent 74%), conic-gradient(#8728cf 0 68%, #42b6cd 68% 87%, #19a36b 87%);
  border-radius: 50%;
}

.ops-donut strong,
.ops-donut span {
  display: block;
}

.ops-donut strong {
  font-size: 1.04rem;
}

.ops-donut span {
  color: #887e8e;
  font-size: .55rem;
}

.ops-side-summary p {
  display: flex;
  margin: 8px 0;
  align-items: center;
  gap: 7px;
  color: #716779;
  font-size: .57rem;
}

.ops-side-summary p b {
  margin-left: auto;
}

.ops-side-summary p i,
.ops-fleet-list p i,
.ops-attention-feed > p > i,
.ops-lifecycle-stages p i,
.ops-router-matrix p > span:first-child i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.dot-purple,
.is-purple { background: #8c28d8; }
.dot-cyan { background: #42b6cd; }
.dot-green,
.is-green { background: #18a36b; }
.is-amber { background: #e89a27; }

.ops-network-map {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background: radial-gradient(circle at center, #f3ddff, #fff 56%);
  border: 1px solid #ded7e3;
  border-radius: 14px;
}

.ops-network-map svg {
  width: 100%;
  height: 100%;
}

.ops-network-map circle {
  fill: #fff;
  stroke: #8d29d7;
  stroke-width: 5;
}

.ops-network-map circle:nth-of-type(1) {
  fill: #7a23ba;
  stroke: #e8caff;
}

.ops-network-map .ops-node-pulse {
  fill: rgba(139, 40, 214, .12);
  stroke: rgba(139, 40, 214, .2);
  animation: ops-pulse 2.2s ease-out infinite;
  transform-origin: 250px 155px;
}

@keyframes ops-pulse {
  50% { opacity: .3; transform: scale(1.2); }
}

.ops-network-path {
  fill: none;
  stroke: #cda8e6;
  stroke-width: 3;
  stroke-dasharray: 7 8;
}

.is-active .ops-network-path {
  animation: ops-flow 1s linear infinite;
}

@keyframes ops-flow {
  to { stroke-dashoffset: -30; }
}

.ops-map-label {
  position: absolute;
  color: #766c7d;
  font-size: .52rem;
  font-weight: 750;
}

.ops-map-center { top: 51%; left: 50%; color: #fff; transform: translate(-50%, -50%); }
.ops-map-one { top: 13%; left: 9%; }
.ops-map-two { top: 11%; right: 7%; }
.ops-map-three { bottom: 12%; left: 8%; }
.ops-map-four { right: 5%; bottom: 12%; }

.ops-fleet-list {
  padding: 17px;
  background: #fff;
  border: 1px solid #ded7e3;
  border-radius: 14px;
}

.ops-fleet-list p,
.ops-tunnel-list > p {
  display: flex;
  min-height: 51px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #eee9f0;
}

.ops-fleet-list p span,
.ops-tunnel-list > p span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ops-fleet-list p b,
.ops-tunnel-list > p b {
  font-size: .59rem;
}

.ops-fleet-list p em,
.ops-tunnel-list > p em {
  color: #7e7484;
  font-size: .53rem;
  font-style: normal;
}

.ops-hotspot-layout {
  grid-template-columns: minmax(0, 1fr) minmax(180px, .65fr);
}

.ops-voucher-stack {
  padding: 18px;
}

.ops-voucher-stack article {
  display: flex;
  min-height: 55px;
  margin-top: 9px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  color: #24192a;
  background: #f8f4fa;
  border-radius: 10px;
}

.ops-voucher-stack article b,
.ops-voucher-stack article i {
  display: block;
}

.ops-voucher-stack article b {
  font-size: .7rem;
}

.ops-voucher-stack article i {
  color: #857a8b;
  font-size: .54rem;
  font-style: normal;
}

.ops-voucher-stack article strong {
  color: #7624b2;
  font-size: .85rem;
}

.ops-voucher-bars,
.ops-payment-bars {
  display: flex;
  height: 78px;
  margin-top: 15px;
  align-items: flex-end;
  gap: 8px;
}

.ops-voucher-bars i,
.ops-payment-bars i {
  width: 100%;
  height: var(--bar);
  background: linear-gradient(#b659ef, #7221af);
  border-radius: 5px 5px 2px 2px;
  transform-origin: bottom;
}

.is-active .ops-voucher-bars i,
.is-active .ops-payment-bars i,
.is-active .ops-access-chart i {
  animation: ops-grow .6s ease-out both;
}

@keyframes ops-grow {
  from { transform: scaleY(.05); }
  to { transform: scaleY(1); }
}

.ops-mini-portal {
  display: flex;
  padding: 25px 19px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #25172c;
  background: #fff;
  border: 8px solid #1a1021;
  border-radius: 27px;
  box-shadow: 0 18px 35px rgba(40, 18, 53, .16);
  text-align: center;
}

.ops-mini-portal img {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
}

.ops-mini-portal strong {
  font-size: .8rem;
}

.ops-mini-portal small,
.ops-mini-portal i {
  color: #857a8d;
  font-size: .52rem;
  font-style: normal;
}

.ops-mini-portal > span {
  width: 100%;
  margin: 18px 0 10px;
  padding: 11px;
  background: #f7f2f9;
  border: 1px solid #e2d9e8;
  border-radius: 8px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.ops-mini-portal button {
  width: 100%;
  margin-bottom: 12px;
  padding: 10px;
  color: #fff;
  background: #7525b2;
  border: 0;
  border-radius: 8px;
  font-size: .6rem;
  font-weight: 800;
}

.ops-payment-layout {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.ops-revenue-card,
.ops-settlement-list,
.ops-tunnel-list {
  padding: 20px;
}

.ops-revenue-card > strong {
  display: block;
  margin: 18px 0 8px;
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  letter-spacing: -.05em;
}

.ops-revenue-card > span {
  color: #807687;
  font-size: .58rem;
}

.ops-revenue-card > span i {
  color: #0c8b55;
  font-style: normal;
  font-weight: 800;
}

.ops-settlement-list > p {
  display: grid;
  min-height: 76px;
  margin: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid #eee9f0;
}

.ops-settlement-list p span,
.ops-settlement-list p b,
.ops-settlement-list p i {
  display: block;
}

.ops-settlement-list p b {
  font-size: .63rem;
}

.ops-settlement-list p i {
  color: #857b8b;
  font-size: .53rem;
  font-style: normal;
}

.ops-settlement-list p strong {
  font-size: .66rem;
}

.ops-settlement-list p em {
  grid-column: 1 / -1;
  margin-top: -17px;
  color: #12814d;
  font-size: .5rem;
  font-style: normal;
  font-weight: 800;
}

.ops-vpn-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, .75fr);
}

.ops-vpn-map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: radial-gradient(circle at center, #ead1fb, #fff 58%);
  border: 1px solid #ded7e3;
  border-radius: 14px;
}

.ops-vpn-core {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 92px;
  height: 92px;
  top: 50%;
  left: 50%;
  place-content: center;
  color: #fff;
  background: linear-gradient(145deg, #8b2bd2, #54117d);
  border: 8px solid #ecd7fa;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ops-vpn-core .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 3px;
}

.ops-vpn-core span,
.ops-vpn-site {
  font-size: .52rem;
  font-weight: 800;
}

.ops-vpn-site {
  position: absolute;
  z-index: 2;
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #d9cbe3;
  border-radius: 99px;
}

.ops-vpn-site i {
  width: 7px;
  height: 7px;
  background: #19a36b;
  border-radius: 50%;
}

.ops-vpn-site.site-one { top: 15%; left: 8%; }
.ops-vpn-site.site-two { top: 16%; right: 6%; }
.ops-vpn-site.site-three { right: 10%; bottom: 13%; }

.ops-vpn-beam {
  position: absolute;
  width: 36%;
  height: 2px;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, #8c29d3, #d6b8e8);
  transform-origin: left;
}

.beam-one { transform: rotate(208deg); }
.beam-two { transform: rotate(326deg); }
.beam-three { transform: rotate(29deg); }

.is-active .ops-vpn-beam {
  background-size: 200% 100%;
  animation: ops-beam 1.2s linear infinite;
}

@keyframes ops-beam {
  to { background-position: -200% 0; }
}

.ops-tunnel-list > div {
  display: flex;
  margin-top: 18px;
  padding: 12px;
  align-items: center;
  gap: 9px;
  color: #4c285d;
  background: #f3e6fb;
  border-radius: 10px;
}

.ops-tunnel-list > div .icon {
  width: 20px;
  height: 20px;
}

.ops-tunnel-list > div b,
.ops-tunnel-list > div small {
  display: block;
  font-size: .55rem;
}

.ops-tunnel-list > div small {
  color: #806c89;
}

.ops-slider-controls {
  display: flex;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.ops-slider-arrow,
.ops-slider-pause,
.ops-slider-tabs button {
  min-height: 36px;
  color: var(--netops-muted);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  cursor: pointer;
}

.ops-slider-arrow {
  display: grid;
  width: 36px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
}

.ops-slider-arrow .icon {
  width: 16px;
  height: 16px;
}

.ops-slider-arrow:first-child .icon {
  transform: rotate(180deg);
}

.ops-slider-tabs {
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 3px;
  background: var(--netops-surface);
  border: 1px solid var(--netops-border);
  border-radius: 999px;
}

.ops-slider-tabs button {
  min-width: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 760;
}

.ops-slider-tabs button.is-active {
  color: #fff;
  background: var(--netops-primary);
}

.ops-slider-pause {
  padding: 7px 10px;
  border-radius: 8px;
  font-size: .62rem;
  font-weight: 750;
}

.ops-detail-canvas {
  min-height: 520px;
  padding: clamp(26px, 3vw, 42px);
  color: #211827;
  background:
    linear-gradient(135deg, rgba(126, 35, 187, .08), transparent 42%),
    #fff;
  border: 1px solid #ddd3e4;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(51, 20, 70, .15);
}

.ops-detail-canvas > header {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ops-detail-canvas > header small,
.ops-detail-canvas > header strong {
  display: block;
}

.ops-detail-canvas > header small,
.ops-detail-grid small,
.ops-lifecycle small,
.ops-router-matrix small,
.ops-access-mix small,
.ops-route-audit small,
.ops-reconcile-board small {
  color: #7a7080;
  font-size: .66rem;
  font-weight: 800;
}

.ops-detail-canvas > header strong {
  margin-top: 6px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.ops-detail-canvas > header em {
  padding: 8px 12px;
  color: #6a1d9e;
  background: #f1e3fb;
  border-radius: 99px;
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
}

.ops-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(210px, .65fr);
  gap: 20px;
}

.ops-attention-feed,
.ops-service-bars,
.ops-lifecycle-stages,
.ops-task-stack,
.ops-router-matrix,
.ops-access-chart,
.ops-inventory-list,
.ops-route-map,
.ops-audit-list,
.ops-reconcile-stage,
.ops-settlement-batch {
  background: #faf8fb;
  border: 1px solid #e5dfe9;
  border-radius: 16px;
}

.ops-attention-feed {
  padding: 8px 18px;
}

.ops-attention-feed > p {
  display: flex;
  min-height: 76px;
  margin: 0;
  align-items: center;
  gap: 11px;
  border-bottom: 1px solid #e9e3ec;
}

.ops-attention-feed > p:last-child {
  border-bottom: 0;
}

.ops-attention-feed span {
  min-width: 0;
}

.ops-attention-feed b,
.ops-attention-feed small {
  display: block;
}

.ops-attention-feed b {
  font-size: .68rem;
}

.ops-attention-feed small {
  margin-top: 3px;
}

.ops-attention-feed em {
  margin-left: auto;
  color: #6a1d9e;
  font-size: .54rem;
  font-style: normal;
  font-weight: 800;
}

.ops-service-bars {
  padding: 20px;
}

.ops-service-bars p {
  margin: 22px 0 0;
}

.ops-service-bars p span {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  color: #5f5666;
  font-size: .6rem;
}

.ops-service-bars p > i,
.ops-lifecycle-stages p > em,
.ops-reconcile-stage > i {
  display: block;
  height: 7px;
  overflow: hidden;
  background: #ebe4ef;
  border-radius: 99px;
}

.ops-service-bars p > i::after,
.ops-lifecycle-stages p > em::after,
.ops-reconcile-stage > i::after {
  display: block;
  width: var(--bar);
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #7521ad, #af4be8);
  border-radius: inherit;
}

.is-active .ops-service-bars p > i::after,
.is-active .ops-lifecycle-stages p > em::after,
.is-active .ops-reconcile-stage > i::after {
  animation: ops-width .7s ease-out both;
}

@keyframes ops-width {
  from { width: 0; }
}

.ops-lifecycle {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) minmax(210px, .8fr);
  align-items: stretch;
  gap: 18px;
}

.ops-lifecycle-ring {
  display: grid;
  min-height: 300px;
  place-content: center;
  background: radial-gradient(circle closest-side, #fff 65%, transparent 67%), conic-gradient(#1aa56b 0 91%, #eee8f1 91%);
  border-radius: 50%;
  text-align: center;
}

.ops-lifecycle-ring strong {
  font-size: 2rem;
}

.ops-lifecycle-ring span {
  color: #7d7484;
  font-size: .7rem;
}

.ops-lifecycle-stages,
.ops-task-stack {
  padding: 20px;
}

.ops-lifecycle-stages p {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.ops-lifecycle-stages p span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5e5564;
  font-size: .66rem;
}

.ops-lifecycle-stages p b {
  font-size: .68rem;
}

.ops-lifecycle-stages p > em {
  grid-column: 1 / -1;
}

.ops-task-stack p {
  display: flex;
  margin: 14px 0 0;
  padding: 14px;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 11px;
}

.ops-task-stack .icon {
  width: 21px;
  height: 21px;
  color: #8128bd;
}

.ops-task-stack b,
.ops-task-stack i {
  display: block;
  font-size: .58rem;
}

.ops-task-stack i {
  color: #837989;
  font-style: normal;
}

.ops-router-matrix {
  overflow: hidden;
}

.ops-matrix-head,
.ops-router-matrix > p {
  display: grid;
  margin: 0;
  padding: 0 20px;
  grid-template-columns: 1.25fr .7fr .8fr .8fr .65fr;
  align-items: center;
  gap: 12px;
}

.ops-matrix-head {
  min-height: 48px;
  color: #817687;
  background: #f1edf3;
  font-size: .58rem;
  font-weight: 800;
}

.ops-router-matrix > p {
  min-height: 70px;
  border-top: 1px solid #e7e1e9;
  font-size: .6rem;
}

.ops-router-matrix p > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ops-router-matrix p > span:nth-child(3),
.ops-router-matrix p > span:nth-child(4) {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 6px;
}

.ops-router-matrix p span em {
  display: block;
  width: 42px;
  height: 5px;
  overflow: hidden;
  background: #e8e1ec;
  border-radius: 99px;
}

.ops-router-matrix p span em::after {
  display: block;
  width: var(--bar);
  height: 100%;
  content: "";
  background: #8a29cc;
}

.ops-router-matrix p > strong {
  color: #12804d;
  font-size: .56rem;
}

.ops-access-mix,
.ops-route-audit {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: 20px;
}

.ops-access-chart,
.ops-inventory-list,
.ops-audit-list {
  padding: 22px;
}

.ops-access-chart > div {
  display: flex;
  height: 250px;
  margin-top: 20px;
  padding-top: 15px;
  align-items: flex-end;
  justify-content: space-around;
  gap: 10px;
  border-bottom: 1px solid #dcd4e0;
}

.ops-access-chart i {
  position: relative;
  width: 9%;
  height: var(--bar);
  background: linear-gradient(#c262f2, #7622b2);
  border-radius: 8px 8px 0 0;
  transform-origin: bottom;
}

.ops-access-chart i span {
  position: absolute;
  right: -10px;
  bottom: -24px;
  left: -10px;
  color: #7e7484;
  font-size: .52rem;
  font-style: normal;
  text-align: center;
}

.ops-inventory-list p,
.ops-audit-list p,
.ops-settlement-batch p {
  display: flex;
  min-height: 76px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e7e1ea;
}

.ops-inventory-list p span,
.ops-inventory-list p b,
.ops-inventory-list p i,
.ops-audit-list p span,
.ops-audit-list p b,
.ops-audit-list p i,
.ops-settlement-batch p span,
.ops-settlement-batch p b,
.ops-settlement-batch p i {
  display: block;
}

.ops-inventory-list p b,
.ops-audit-list p b,
.ops-settlement-batch p b {
  font-size: .65rem;
}

.ops-inventory-list p i,
.ops-audit-list p i,
.ops-settlement-batch p i {
  color: #807687;
  font-size: .54rem;
  font-style: normal;
}

.ops-inventory-list p strong,
.ops-settlement-batch p strong {
  color: #6d1ba1;
  font-size: .6rem;
}

.ops-route-map {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: radial-gradient(circle at 28% 50%, #ecd8f9, #faf8fb 45%);
}

.route-origin,
.route-destination {
  position: absolute;
  z-index: 2;
}

.route-origin {
  display: grid;
  width: 110px;
  height: 110px;
  top: 50%;
  left: 28%;
  place-content: center;
  color: #fff;
  background: linear-gradient(145deg, #8e2bd2, #591185);
  border-radius: 50%;
  font-size: .57rem;
  font-weight: 800;
  transform: translate(-50%, -50%);
  text-align: center;
}

.route-origin .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
}

.route-destination {
  display: flex;
  min-width: 100px;
  padding: 10px 12px;
  justify-content: space-between;
  color: #44394a;
  background: #fff;
  border: 1px solid #ddd3e3;
  border-radius: 99px;
  font-size: .56rem;
  font-weight: 800;
}

.route-destination i {
  color: #16925b;
  font-style: normal;
}

.route-destination.one { top: 14%; right: 7%; }
.route-destination.two { top: 45%; right: 2%; }
.route-destination.three { right: 9%; bottom: 10%; }

.route-line {
  position: absolute;
  width: 45%;
  height: 2px;
  top: 50%;
  left: 28%;
  background: linear-gradient(90deg, #8728c9, #d9c0e8);
  transform-origin: left;
}

.route-line.one { transform: rotate(-25deg); }
.route-line.two { transform: rotate(0); }
.route-line.three { transform: rotate(28deg); }

.ops-audit-list p em {
  color: #7f7585;
  font-size: .55rem;
  font-style: normal;
}

.ops-reconcile-board {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  align-items: stretch;
  gap: 10px;
}

.ops-reconcile-stage {
  min-height: 175px;
  padding: 22px;
}

.ops-reconcile-stage strong,
.ops-reconcile-stage span {
  display: block;
}

.ops-reconcile-stage strong {
  margin: 14px 0 3px;
  font-size: 1.8rem;
}

.ops-reconcile-stage span {
  margin-bottom: 26px;
  color: #7b7181;
  font-size: .58rem;
}

.ops-reconcile-arrow {
  display: grid;
  place-items: center;
  color: #9a58c4;
  font-weight: 900;
}

.ops-settlement-batch {
  grid-column: 1 / -1;
  display: grid;
  padding: 16px 22px;
  grid-template-columns: 120px 1fr 1fr;
  align-items: center;
  gap: 22px;
}

.ops-settlement-batch p {
  min-height: 66px;
}

.ops-slider-detail .ops-slider-controls {
  margin-top: 20px;
}

@media (max-width: 1240px) {
  .ops-slider-tabs button span {
    display: none;
  }

  .ops-slider-tabs button {
    width: 12px;
    min-width: 12px;
    min-height: 12px;
    padding: 0;
    background: color-mix(in srgb, var(--netops-muted) 30%, transparent);
  }

  .ops-slider-tabs button.is-active {
    width: 28px;
  }

  .ops-app-shell {
    min-height: 520px;
  }

  .ops-detail-canvas {
    min-height: 480px;
  }
}

@media (max-width: 840px) {
  .public-body .container {
    padding-inline: 20px;
  }

  .ops-app-shell {
    min-height: 500px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .ops-app-sidebar {
    padding-inline: 6px;
  }

  .ops-app-sidebar span {
    width: 36px;
    height: 36px;
  }

  .ops-kpis > span:nth-child(3) {
    display: none;
  }

  .ops-kpis {
    grid-template-columns: 1fr 1fr;
  }

  .ops-overview-grid,
  .ops-customer-layout,
  .ops-router-layout,
  .ops-hotspot-layout,
  .ops-payment-layout,
  .ops-vpn-layout,
  .ops-detail-grid,
  .ops-access-mix,
  .ops-route-audit {
    grid-template-columns: 1fr;
  }

  .ops-health-card,
  .ops-side-summary,
  .ops-fleet-list,
  .ops-mini-portal,
  .ops-settlement-list,
  .ops-tunnel-list,
  .ops-service-bars,
  .ops-inventory-list,
  .ops-audit-list {
    display: none;
  }

  .ops-lifecycle {
    grid-template-columns: 150px 1fr;
  }

  .ops-task-stack {
    display: none;
  }

  .ops-lifecycle-ring {
    min-height: 250px;
  }

  .ops-settlement-batch {
    grid-template-columns: 1fr 1fr;
  }

  .ops-settlement-batch > small {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .price-table-head {
    justify-content: space-between;
  }

  .pricing-commitment {
    align-items: flex-start;
  }

  .volume-pricing-grid {
    grid-template-columns: 1fr;
  }

  .ops-app-shell {
    min-height: 440px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .ops-app-sidebar {
    gap: 8px;
  }

  .ops-app-sidebar img {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
  }

  .ops-app-sidebar span {
    width: 30px;
    height: 30px;
  }

  .ops-app-main {
    padding: 14px;
  }

  .ops-app-head {
    margin-bottom: 14px;
  }

  .ops-app-head em {
    display: none;
  }

  .ops-kpis {
    gap: 7px;
  }

  .ops-kpis > span {
    padding: 11px;
  }

  .ops-kpis strong {
    margin: 7px 0;
    font-size: 1.1rem;
  }

  .ops-chart-card {
    padding: 12px;
  }

  .ops-customer-layout,
  .ops-router-layout,
  .ops-hotspot-layout,
  .ops-payment-layout,
  .ops-vpn-layout {
    min-height: 290px;
  }

  .ops-table-head,
  .ops-table-row {
    grid-template-columns: 1.3fr .7fr;
  }

  .ops-table-head small:last-child,
  .ops-table-row > em {
    display: none;
  }

  .ops-network-map,
  .ops-vpn-map {
    min-height: 290px;
  }

  .ops-detail-canvas {
    min-height: 430px;
    padding: 18px;
  }

  .ops-detail-canvas > header {
    margin-bottom: 20px;
  }

  .ops-detail-canvas > header em {
    display: none;
  }

  .ops-attention-feed {
    padding-inline: 12px;
  }

  .ops-attention-feed > p {
    min-height: 68px;
  }

  .ops-lifecycle {
    grid-template-columns: 1fr;
  }

  .ops-lifecycle-ring {
    width: 150px;
    min-height: 150px;
    margin: 0 auto;
  }

  .ops-router-matrix {
    overflow-x: auto;
  }

  .ops-matrix-head,
  .ops-router-matrix > p {
    min-width: 560px;
  }

  .ops-access-chart > div {
    height: 245px;
  }

  .ops-reconcile-board {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ops-reconcile-arrow {
    display: none;
  }

  .ops-reconcile-stage {
    min-height: 155px;
    padding: 13px;
  }

  .ops-reconcile-stage strong {
    font-size: 1.35rem;
  }

  .ops-settlement-batch {
    display: none;
  }

  .ops-slider-pause {
    width: 36px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
  }

  .ops-slider-pause::before {
    color: var(--netops-muted);
    content: "Ⅱ";
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-scene.is-active,
  .is-active .ops-draw-line,
  .ops-network-map .ops-node-pulse,
  .is-active .ops-network-path,
  .is-active .ops-voucher-bars i,
  .is-active .ops-payment-bars i,
  .is-active .ops-access-chart i,
  .is-active .ops-vpn-beam,
  .is-active .ops-service-bars p > i::after,
  .is-active .ops-lifecycle-stages p > em::after,
  .is-active .ops-reconcile-stage > i::after {
    animation: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-chart path:last-child {
    animation: none;
    stroke-dashoffset: 0;
  }

  .simple-feature-card {
    transition: none;
  }
}
/* Keep the public hierarchy focused on actual headings and content. */
[class*="eyebrow"],
[class*="kicker"] {
  display: none !important;
}

/* Country-spanning merchant gateway showcase. */
.gateway-showcase {
  min-width: 0;
}

.gateway-showcase-viewport {
  min-height: 332px;
}

.gateway-wordmarks[data-payment-gateway-slide] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gateway-wordmarks[data-payment-gateway-slide][hidden] {
  display: none !important;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-brand {
  display: grid;
  min-height: 72px;
  padding: 9px 12px;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: initial;
  column-gap: 10px;
  row-gap: 2px;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-logo-tile {
  display: grid;
  width: 58px;
  height: 42px;
  padding: 6px;
  grid-row: 1 / 3;
  place-items: center;
  background: #fff;
  border: 1px solid #e8e1ee;
  border-radius: 11px;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-logo-tile.is-dark {
  background: #13171c;
  border-color: #303740;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-logo-tile img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-brand strong {
  min-width: 0;
  align-self: end;
  overflow: hidden;
  font-size: .76rem;
  line-height: 1.15;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-brand small {
  position: static;
  min-width: 0;
  align-self: start;
  overflow: hidden;
  color: var(--netops-muted);
  font-size: .58rem;
  font-weight: 760;
  letter-spacing: .04em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gateway-wordmarks[data-payment-gateway-slide] .gateway-brand-dark small {
  color: #cbbdd5;
}

.gateway-initials {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #8f29e8, #54108f);
  border-radius: 10px;
  font-size: .72rem;
  letter-spacing: .04em;
}

.gateway-showcase-controls {
  display: flex;
  margin-top: 14px;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  color: var(--netops-muted);
  font-size: .7rem;
  font-weight: 800;
}

.gateway-showcase-controls > span:last-child {
  display: flex;
  gap: 7px;
}

.gateway-showcase-controls button {
  width: 36px;
  height: 36px;
  color: var(--netops-text);
  background: var(--netops-surface-strong);
  border: 1px solid var(--netops-border);
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
}

.gateway-showcase-controls [data-payment-gateway-toggle] {
  width: auto;
  min-width: 62px;
  padding-inline: 11px;
}

@media (max-width: 760px) {
  .gateway-showcase-viewport {
    min-height: 646px;
  }

  .gateway-wordmarks[data-payment-gateway-slide] {
    grid-template-columns: 1fr;
  }
}
