/* Product page layout for GeoQ feature pages */
.pc-page { background: #fff; color: #111; }
.pc-page .nav-main { border-bottom: 1px solid #e5e7eb; }

.pc-crumb {
  background: #f8fafc;
  color: #64748b;
  font-size: .78rem;
  padding: .55rem 2rem;
  border-bottom: 1px solid #e5e7eb;
}
.pc-crumb a { color: #0a0a0a; font-weight: 600; }
.pc-crumb a:hover { text-decoration: underline; color: var(--accent, #0073bb); }
.pc-crumb span { opacity: .55; margin: 0 .35rem; }

.pc-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pc-wrap--banner {
  padding-top: 0;
  padding-bottom: 0;
}

/* Banner — original look, all-side round corners */
.pc-hero-banner {
  position: relative;
  margin: 0;
  padding: .75rem 0 0;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.pc-hero-banner-frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  line-height: 0;
  width: 100%;
  aspect-ratio: auto;
}
.pc-hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: unset;
  object-position: center;
  border: 0;
  transform: none;
}
.pc-hero-banner-label {
  position: absolute !important;
  left: 1.8%;
  top: 36%;
  transform: translateY(-50%);
  z-index: 5 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .15rem;
  margin: 0;
  padding: .7rem .95rem .85rem;
  color: #fff !important;
  background: #000 !important;
  border-radius: 2px;
  pointer-events: none;
  min-width: min(55%, 640px);
  min-height: 6.25rem;
  box-sizing: border-box;
}
.pc-hero-banner-label-title {
  display: block;
  font-family: "IBM Plex Sans", "Amazon Ember", ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  letter-spacing: -.02em;
  line-height: 1.15;
  white-space: nowrap;
  color: #fff;
}
.pc-hero-banner-label-sub {
  display: block;
  font-family: "IBM Plex Sans", "Amazon Ember", ui-sans-serif, sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  letter-spacing: -.02em;
  line-height: 1.15;
  color: #fff;
  white-space: nowrap;
}
.pc-hero--below {
  grid-template-columns: 1fr;
  padding: .35rem 0 2.25rem;
  max-width: none;
}
.pc-copy--full {
  max-width: none;
  width: 100%;
}
.pc-copy--full .pc-desc {
  max-width: 48rem;
}

/* Product hero — image left, copy right */
.pc-hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: center;
  padding: 3.5rem 0 2.5rem;
}
.pc-visual {
  position: relative;
  min-height: 380px;
  border-radius: 4px;
  background: linear-gradient(160deg, #f3f4f6 0%, #e8eef5 50%, #dfe8f2 100%);
  overflow: hidden;
  display: grid;
  place-items: center;
}
.pc-visual--photo {
  background: #fff;
  padding: 0;
  place-items: stretch;
}
.pc-visual--banner {
  background: #000;
  padding: 0;
  place-items: stretch;
  min-height: 380px;
  align-self: stretch;
}
.pc-visual-banner {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  object-position: left center;
}
.pc-visual--banner .pc-visual-caption {
  color: rgba(255,255,255,.78);
  background: rgba(0,0,0,.35);
  padding: .3rem .55rem;
  border-radius: 2px;
}
.pc-visual-live {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.pc-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: contain;
  object-position: center;
  animation: pb-bob 5.5s ease-in-out infinite;
  transform-origin: 50% 60%;
}

/* Query Petabytes — pyramid top-aligned, display text below */
.pc-visual--pb {
  background: #fff;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.1rem 1rem 1.25rem;
  gap: .85rem;
  place-items: unset;
}
.pb-scene {
  width: min(560px, 96%);
  height: auto;
  max-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
  flex: 0 0 auto;
}
.pb-svg {
  width: 108%;
  max-width: 520px;
  height: auto;
  max-height: 300px;
  display: block;
  overflow: visible;
  animation: pb-bob 5.5s ease-in-out infinite;
  transform-origin: 50% 40%;
}
.pb-stack { transform-origin: 260px 180px; }
.pb-g {
  transform-box: fill-box;
  transform-origin: center;
  animation: pb-tier-lift 4.8s ease-in-out infinite;
}
.pb-g:nth-child(1) { animation-delay: 0s; }
.pb-g:nth-child(2) { animation-delay: .08s; }
.pb-g:nth-child(3) { animation-delay: .16s; }
.pb-g:nth-child(4) { animation-delay: .24s; }
.pb-g:nth-child(5) { animation-delay: .32s; }
.pb-g:nth-child(6) { animation-delay: .4s; }
.pb-num,
.pb-ltr {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .02em;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
}
.pb-ltr { font-size: 20px; }

.pb-display {
  width: min(420px, 94%);
  text-align: center;
  padding: .75rem .9rem .85rem;
  border-top: 1px solid #e5e7eb;
  margin-top: .15rem;
}
.pb-display-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  color: #0a0a0a;
  letter-spacing: -.01em;
  margin-bottom: .35rem;
}
.pb-display-meta {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #475569;
}

@keyframes pb-bob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.01); }
}
@keyframes pb-tier-lift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.pc-stack {
  position: relative;
  width: min(420px, 88%);
  height: 300px;
  perspective: 900px;
}
.pc-layer {
  position: absolute;
  inset: auto 0;
  height: 72px;
  left: 8%;
  right: 8%;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(15,23,42,.12);
  transform: rotateX(58deg) rotateZ(-18deg);
  background-size: cover;
  background-position: center;
}
.pc-layer.l1 {
  top: 18px;
  background:
    linear-gradient(135deg, rgba(15,23,42,.15), transparent),
    linear-gradient(90deg, #94a3b8 1px, transparent 1px),
    linear-gradient(#cbd5e1 1px, transparent 1px),
    #e2e8f0;
  background-size: auto, 18px 18px, 18px 18px, auto;
  z-index: 4;
}
.pc-layer.l2 {
  top: 70px;
  background: linear-gradient(90deg, #ef4444, #f97316, #eab308, #22c55e, #3b82f6);
  opacity: .92;
  z-index: 3;
}
.pc-layer.l3 {
  top: 122px;
  background: radial-gradient(circle at 30% 40%, #22c55e 0 2px, transparent 3px),
              radial-gradient(circle at 55% 60%, #3b82f6 0 2px, transparent 3px),
              radial-gradient(circle at 70% 35%, #a855f7 0 2px, transparent 3px),
              #0f172a;
  background-size: 28px 28px;
  z-index: 2;
}
.pc-layer.l4 {
  top: 174px;
  background: linear-gradient(180deg, #1e3a5f, #0b1220);
  z-index: 1;
}
.pc-visual-caption {
  position: absolute;
  left: 1rem; bottom: 1rem;
  z-index: 2;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #475569;
  background: rgba(255,255,255,.85);
  padding: .35rem .6rem;
  border-radius: 4px;
}

.pc-copy h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.04em;
  color: #0a0a0a;
  line-height: 1.05;
  margin-bottom: .65rem;
}
.pc-copy .pc-sub {
  font-size: 1.15rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 1rem;
}
.pc-copy .pc-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.5rem;
  max-width: 36rem;
}
.pc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}
.pc-page .btn-primary {
  background: var(--ink, #0a0a0a);
  color: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.12);
}
.pc-page .btn-primary:hover {
  background: #222;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
}
.pc-page .btn-secondary {
  background: #fff;
  color: #0a0a0a;
  border: 1.5px solid #d1d5db;
}
.pc-page .btn-secondary:hover {
  background: #f8fafc;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* Lime CTAs — Point Cloud page only */
.pc-lidar .btn-primary {
  background: linear-gradient(105deg, #a3e635 0%, #84cc16 45%, #65a30d 100%);
  color: #0a0a0a;
  border: none;
  box-shadow: 0 1px 2px rgba(101,163,13,.25);
}
.pc-lidar .btn-primary:hover {
  background: linear-gradient(105deg, #bef264 0%, #a3e635 45%, #84cc16 100%);
  color: #0a0a0a;
  box-shadow: 0 4px 14px rgba(132,204,22,.35);
}
.pc-lidar .btn-secondary {
  background: #fff;
  color: #3f6212;
  border: 1.5px solid #84cc16;
}
.pc-lidar .btn-secondary:hover {
  background: #f7fee7;
  border-color: #65a30d;
  color: #3f6212;
}

/* Teal CTAs — Cloud Native page only */
.pc-cloud .pc-btn,
.pc-cloud .btn-primary {
  background: linear-gradient(105deg, #49a7c4 0%, #12788f 100%);
  color: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(18,120,143,.25);
}
.pc-cloud .pc-btn:hover,
.pc-cloud .btn-primary:hover {
  background: linear-gradient(105deg, #6bbbd3 0%, #1590ab 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(73,167,196,.35);
}
.pc-cloud .pc-btn-outline,
.pc-cloud .btn-secondary {
  background: #fff;
  color: #12788f;
  border: 1.5px solid #49a7c4;
  box-shadow: none;
}
.pc-cloud .pc-btn-outline:hover,
.pc-cloud .btn-secondary:hover {
  background: #f0f9fb;
  color: #12788f;
  border-color: #12788f;
  box-shadow: none;
}

.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  background: #0a0a0a;
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  padding: .7rem 1.4rem;
  border-radius: 999px;
  border: 2px solid #0a0a0a;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,.12);
  transition: transform .15s, box-shadow .15s, background .15s;
}
.pc-btn:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
}
.pc-btn-outline {
  background: #fff;
  color: #0a0a0a;
  border: 2px solid #d1d5db;
  box-shadow: none;
}
.pc-btn-outline:hover {
  background: #f8fafc;
  color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}

/* Feature icon strip */
.pc-strip {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 1.75rem 1rem;
  margin: 1rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
}
.pc-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  padding: .35rem;
}
.pc-strip-item svg {
  width: 36px;
  height: 36px;
  stroke: #1f2937;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.pc-strip-item span {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 1.35;
  max-width: 10.5rem;
}

/* Variant cards */
.pc-variants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.5rem;
}
.pc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.pc-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); border-color: #d1d5db; }
.pc-card-media {
  height: 220px;
  background: #eef2f7;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
}
.pc-card-media--photo {
  padding: 0;
  background: #0f172a;
}
.pc-card-media--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.pc-card-media svg { width: 56px; height: 56px; stroke: #334155; fill: none; stroke-width: 1.5; }
.pc-card-media .provider-logo {
  width: 78%;
  height: 78%;
  max-width: 170px;
  max-height: 170px;
  object-fit: contain;
  display: block;
}
.pc-card-body { padding: 1.15rem 1.2rem 1.35rem; }
.pc-card-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0a0a0a;
  margin-bottom: .45rem;
}
.pc-card-body p {
  font-size: .92rem;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}

/* Split band — image left, black peeks right/bottom; never covers text */
.pc-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.25rem;
  align-items: center;
  margin: 2.5rem 0 4.5rem;
  position: relative;
}
/* How It Works steps — full width, no offset block */
.pc-split--steps {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.pc-split--steps .pc-split-media {
  min-height: 0;
  padding: 0;
  background: none;
}
.pc-split--steps .pc-split-frame--steps {
  display: none;
}
.cn-steps {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background: none;
  border: none;
  box-shadow: none;
}
.cn-step {
  width: 100%;
  max-width: none;
  text-align: left;
  background: linear-gradient(180deg, #f0f9fb 0%, #ffffff 70%);
  border: 1px solid #d7eef3;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  margin: 0;
  flex: none;
  min-width: 0;
  box-shadow: none;
}
.cn-step-label {
  color: #12788f;
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .04em;
  line-height: 1.2;
}
.cn-step-title {
  color: #0a0a0a;
  margin-top: .3rem;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.4;
}
.cn-step-meta {
  color: #64748b;
  font-size: .82rem;
  margin-top: .2rem;
  line-height: 1.35;
}
.cn-step--result {
  border-color: #e5e7eb;
  background: #fff;
}
.cn-step--result .cn-step-label {
  color: #12788f;
}
.pc-split-copy {
  background: transparent;
  padding: 2.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  position: relative;
  z-index: 5;
  isolation: isolate;
  overflow: hidden;
}
.pc-split-copy h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 500;
  color: #0a0a0a;
  letter-spacing: -.025em;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.pc-split-copy p {
  color: #111;
  line-height: 1.7;
  font-size: 1rem;
  margin: 0;
  max-width: 34rem;
}
.pc-split-copy p br {
  display: block;
  content: "";
}
.pc-split-media {
  position: relative;
  min-height: 280px;
  padding: 0;
  z-index: 1;
  overflow: visible;
}
.pc-split-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  background: #061018;
  min-height: 280px;
  box-shadow: 0 14px 36px rgba(15,23,42,.18);
}
.pc-split-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* restore classic LiDAR false-color (green / red / blue) */
  filter: saturate(1.55) contrast(1.12) brightness(1.02) hue-rotate(-6deg);
}
.pc-split-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 40, 24, .08), transparent 40%, rgba(40, 10, 16, .12)),
    linear-gradient(90deg, rgba(10, 40, 80, .1), transparent 50%, rgba(120, 30, 40, .08));
}

/* Hero stack layers — subtle live motion */
.pc-stack .pc-layer {
  animation: pc-layer-float 5.5s ease-in-out infinite;
}
.pc-stack .pc-layer.l1 { animation-delay: 0s; }
.pc-stack .pc-layer.l2 { animation-delay: .35s; }
.pc-stack .pc-layer.l3 {
  animation: pc-layer-float 5.5s ease-in-out infinite, lidar-layer-points 10s linear infinite;
  animation-delay: .7s, 0s;
}
.pc-stack .pc-layer.l4 { animation-delay: 1.05s; }
@keyframes pc-layer-float {
  0%, 100% { transform: rotateX(58deg) rotateZ(-18deg) translateY(0); }
  50% { transform: rotateX(58deg) rotateZ(-18deg) translateY(-6px); }
}
@keyframes lidar-layer-points {
  0% { background-position: 0 0, 10px 8px, 4px 16px; }
  100% { background-position: 28px 18px, -18px 20px, 22px -12px; }
}

@media (prefers-reduced-motion: reduce) {
  .pc-stack .pc-layer,
  .pb-svg,
  .pb-g,
  .pc-visual-img {
    animation: none !important;
  }
  .pc-split-video {
    display: none;
  }
}

/* Code + capabilities reuse */
.pc-section { padding: 0 0 3.5rem; }
.pc-section h2,
.pc-page .section-title {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-bottom: .5rem;
}

/* Integrations hero tag grid */
.int-hero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .65rem;
  width: min(340px, 86%);
  padding: 1rem;
}
.int-hero-grid span {
  display: grid;
  place-items: center;
  min-height: 52px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-size: .78rem;
  font-weight: 600;
  color: #334155;
  letter-spacing: .02em;
  box-shadow: 0 4px 12px rgba(15,23,42,.06);
}
.pc-section .lede {
  color: #4b5563;
  margin-bottom: 1.5rem;
  max-width: 40rem;
}
.pc-page .cap-item {
  background: #fff;
  border: 1px solid #e5e7eb;
}
.pc-page .cap-item .ci-title { color: #0a0a0a; }
.pc-page .cap-item .ci-desc { color: #4b5563; }
.pc-page .ci-icon {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #0a0a0a;
  color: #111;
  padding: 0;
}
.pc-page .ci-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.pc-page .ci-icon svg {
  width: 28px;
  height: 28px;
}
.pc-page .code-section {
  background: #0b1220;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  margin-bottom: 3rem;
}
.pc-page .code-section .section-label { color: #7dd3fc; }
.pc-page .code-section .section-title { color: #f8fafc; }
.pc-page .code-block {
  background: #020617;
  border-color: #1e293b;
}

/* Cloud Native — very light wash + soft shape blobs only */
.pc-cloud {
  background: #ffffff;
}
.pc-cloud .pc-wrap {
  position: relative;
}
.pc-cloud .pc-hero {
  position: relative;
  border-radius: 0;
  padding: 0;
  margin: 1rem 0 2.5rem;
  overflow: visible;
  background: transparent;
  border: none;
}
.pc-cloud .pc-hero::before,
.pc-cloud .pc-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(56px);
  z-index: 0;
  opacity: .55;
}
.pc-cloud .pc-hero::before {
  width: 220px;
  height: 220px;
  top: -40px;
  left: -30px;
  background: radial-gradient(circle, rgba(73,167,196,.22) 0%, transparent 70%);
}
.pc-cloud .pc-hero::after {
  width: 200px;
  height: 200px;
  right: -20px;
  bottom: 10%;
  background: radial-gradient(circle, rgba(18,120,143,.14) 0%, transparent 70%);
}
.pc-cloud .pc-hero > * {
  position: relative;
  z-index: 1;
}
.pc-cloud .pc-section,
.pc-cloud .pc-split--steps,
.pc-cloud .pc-cta {
  position: relative;
  overflow: visible;
}
.pc-cloud .pc-section {
  border-radius: 0;
  padding: 0 0 3.5rem;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
.pc-cloud .pc-section::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: 10%;
  right: -20px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
  opacity: .45;
  background: radial-gradient(circle, rgba(73,167,196,.18) 0%, transparent 70%);
  z-index: 0;
}
.pc-cloud .pc-section > * {
  position: relative;
  z-index: 1;
}
.pc-cloud .pc-split--steps {
  border-radius: 0;
  padding: 0;
  margin: 2.5rem 0 4rem;
  background: transparent;
  border: none;
}
.pc-cloud .pc-split--steps::before,
.pc-cloud .pc-split--steps::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(52px);
  z-index: 0;
  opacity: .4;
}
.pc-cloud .pc-split--steps::before {
  width: 160px;
  height: 160px;
  left: -20px;
  bottom: 0;
  background: radial-gradient(circle, rgba(73,167,196,.16) 0%, transparent 70%);
}
.pc-cloud .pc-split--steps::after {
  width: 150px;
  height: 150px;
  right: 8%;
  top: 0;
  background: radial-gradient(circle, rgba(18,120,143,.12) 0%, transparent 70%);
}
.pc-cloud .pc-split--steps > * {
  position: relative;
  z-index: 1;
}
.pc-cloud .pc-cta {
  border-top: 1px solid #eef2f5;
  border-radius: 0;
  margin: 0;
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
  overflow: visible;
}
.pc-cloud .pc-cta::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(54px);
  opacity: .4;
  background: radial-gradient(circle, rgba(73,167,196,.16) 0%, transparent 70%);
  z-index: 0;
}
.pc-cloud .pc-cta > * {
  position: relative;
  z-index: 1;
}
.pc-cloud .pc-card {
  background: #fff;
  border-color: #e5e7eb;
}
.pc-cloud .pc-card-media {
  background: #f8fafc;
}
.pc-cloud .cap-item {
  background: #fff;
  border-color: #e5e7eb;
}
.pc-cloud .section-label {
  color: #12788f;
}

.pc-cta {
  text-align: center;
  padding: 3rem 1.5rem 4rem;
  border-top: 1px solid #e5e7eb;
}
.pc-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: .65rem;
}
.pc-cta p {
  color: #4b5563;
  margin: 0 auto 1.5rem;
  max-width: 34rem;
}

@media (max-width: 960px) {
  .pc-hero, .pc-variants { grid-template-columns: 1fr; }
  .pc-hero-banner { margin: 0; padding-top: .75rem; }
  .pc-hero-banner-frame { aspect-ratio: auto; border-radius: 12px; }
  .pc-split { grid-template-columns: 1fr; margin-bottom: 3.5rem; gap: 1rem; }
  .pc-strip { grid-template-columns: repeat(2, 1fr); }
  .pc-visual { min-height: 300px; }
  .pc-visual--banner,
  .pc-visual-banner { min-height: 240px; }
  .pc-split-media { min-height: 0; padding: 0; }
  .pc-split-frame { width: 100%; margin: 0; }
  .pc-split-copy { min-height: 0; padding: 2.25rem 1.5rem; }
}
@media (max-width: 560px) {
  .pc-strip { grid-template-columns: 1fr 1fr; }
}
