.pbg-case-page {
  --pbg-ink: #07152f;
  --pbg-navy: #0b2148;
  --pbg-blue: #2358d5;
  --pbg-cyan: #15bfd1;
  --pbg-green: #29c28b;
  --pbg-amber: #f0ad34;
  --pbg-soft: #f3f7fb;
  --pbg-line: #dce6f1;
  background: #f7f9fc;
  color: var(--pbg-ink);
}

.pbg-case-page .site-header {
  border-bottom-color: rgba(216, 228, 241, 0.86);
}

.pbg-case-page .site-header .header-action {
  background: var(--pbg-ink);
}

.pbg-case-page main {
  overflow: hidden;
}

.pbg-hero {
  position: relative;
  display: grid;
  min-height: min(740px, calc(100vh - 76px));
  grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  align-items: center;
  gap: clamp(36px, 4vw, 60px);
  padding-top: 58px;
  padding-bottom: 60px;
  background:
    radial-gradient(720px 520px at 78% 24%, rgba(21, 191, 209, 0.18), transparent 65%),
    radial-gradient(520px 420px at 8% 88%, rgba(35, 88, 213, 0.22), transparent 68%),
    linear-gradient(145deg, #061127 0%, #0a2148 54%, #073d59 100%);
  color: #fff;
}

.pbg-hero::before,
.pbg-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.pbg-hero::before {
  inset: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.pbg-hero::after {
  right: 9%;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(91, 224, 235, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(91, 224, 235, 0.035), 0 0 0 144px rgba(91, 224, 235, 0.025);
}

.pbg-hero-copy,
.pbg-product {
  position: relative;
  z-index: 1;
}

.pbg-case-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.pbg-logo-badge {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.pbg-logo-badge img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.pbg-case-label > span:last-child {
  display: grid;
  gap: 2px;
}

.pbg-case-label strong {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.pbg-case-label small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
}

.pbg-hero .eyebrow {
  margin-bottom: 14px;
  color: #6ee7ef;
  letter-spacing: 0.16em;
}

.pbg-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 4.15vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.pbg-hero h1 span {
  color: #6ee7ef;
}

.pbg-hero-text {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.56;
}

.pbg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pbg-hero .primary-button {
  background: #fff;
  color: var(--pbg-ink);
  box-shadow: 0 20px 46px -18px rgba(0, 0, 0, 0.8);
}

.pbg-hero .primary-button:hover {
  background: #eafcff;
}

.pbg-hero .secondary-button {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.pbg-hero .secondary-button:hover {
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.13);
}

.pbg-proof-points {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.pbg-proof-points li:not(.pbg-proof-arrow) {
  display: grid;
  min-width: 106px;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.pbg-proof-points strong {
  color: #fff;
  font-size: 1.08rem;
}

.pbg-proof-points span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pbg-proof-points .is-result {
  border-color: rgba(110, 231, 239, 0.32);
  background: rgba(21, 191, 209, 0.13);
}

.pbg-proof-points .is-result strong {
  color: #6ee7ef;
}

.pbg-proof-arrow {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.1rem;
}

.pbg-product {
  isolation: isolate;
}

.pbg-product-glow {
  position: absolute;
  z-index: -1;
  inset: 10% 4% -8% 10%;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(21, 191, 209, 0.32), rgba(35, 88, 213, 0.2));
  filter: blur(42px);
}

.pbg-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 28px;
  background: rgba(4, 15, 35, 0.88);
  box-shadow: 0 48px 100px -38px rgba(0, 0, 0, 0.9);
  transform: perspective(1300px) rotateY(-3deg) rotateX(1deg);
  backdrop-filter: blur(20px);
}

.pbg-window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.pbg-window-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pbg-window-brand > span:last-child {
  display: grid;
  gap: 2px;
}

.pbg-window-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #27c5d4, #2358d5);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 900;
}

.pbg-window-brand strong {
  font-size: 0.86rem;
}

.pbg-window-brand small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.64rem;
}

.pbg-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(41, 194, 139, 0.27);
  border-radius: 999px;
  background: rgba(41, 194, 139, 0.09);
  color: #8ae8c5;
  font-size: 0.66rem;
  font-weight: 800;
}

.pbg-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3bd99d;
  box-shadow: 0 0 0 5px rgba(59, 217, 157, 0.1);
}

.pbg-window-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.pbg-source-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pbg-source-row > span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 2px 9px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.pbg-source-row i {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 10px;
  background: rgba(21, 191, 209, 0.12);
}

.pbg-source-row i::before,
.pbg-source-row i::after {
  position: absolute;
  content: "";
}

.pbg-source-row i::before {
  width: 15px;
  height: 12px;
  border: 2px solid #6ee7ef;
  border-radius: 3px;
}

.pbg-source-row i::after {
  width: 9px;
  height: 2px;
  background: #6ee7ef;
  box-shadow: 0 -4px #6ee7ef, 0 4px #6ee7ef;
}

.pbg-source-row small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 800;
}

.pbg-source-row b {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.58rem;
  font-weight: 600;
}

.pbg-data-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
}

.pbg-data-flow > div {
  display: grid;
  gap: 3px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.pbg-data-flow > div > span {
  color: #65d8e3;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pbg-data-flow strong {
  font-size: 0.76rem;
}

.pbg-data-flow small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.57rem;
}

.pbg-data-flow > i {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(101, 216, 227, 0.25), #65d8e3);
}

.pbg-data-flow > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid #65d8e3;
  border-right: 1px solid #65d8e3;
  content: "";
  transform: rotate(45deg);
}

.pbg-data-flow .is-ready {
  border-color: rgba(41, 194, 139, 0.28);
  background: rgba(41, 194, 139, 0.08);
}

.pbg-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 134px;
  gap: 10px;
}

.pbg-dashboard-main,
.pbg-dashboard-side {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.pbg-dashboard-main {
  padding: 14px 15px 12px;
}

.pbg-dashboard-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.pbg-dashboard-head > span {
  display: grid;
  gap: 3px;
}

.pbg-dashboard-head small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.58rem;
}

.pbg-dashboard-head strong {
  color: #fff;
  font-size: 1.4rem;
}

.pbg-dashboard-head em {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(41, 194, 139, 0.1);
  color: #82e9c3;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 800;
}

.pbg-bars {
  display: flex;
  height: 92px;
  align-items: end;
  gap: 9px;
  margin-top: 18px;
  padding: 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 28px);
}

.pbg-bars i {
  flex: 1;
  min-width: 8px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #3ad2df, #285dcc);
  box-shadow: 0 0 22px rgba(58, 210, 223, 0.12);
}

.pbg-bars i:nth-child(1) { height: 36%; }
.pbg-bars i:nth-child(2) { height: 49%; }
.pbg-bars i:nth-child(3) { height: 43%; }
.pbg-bars i:nth-child(4) { height: 67%; }
.pbg-bars i:nth-child(5) { height: 60%; }
.pbg-bars i:nth-child(6) { height: 78%; }
.pbg-bars i:nth-child(7) { height: 91%; }

.pbg-chart-labels {
  display: flex;
  justify-content: space-around;
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.53rem;
}

.pbg-dashboard-side {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.pbg-dashboard-side > span {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
}

.pbg-dashboard-side small {
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.55rem;
}

.pbg-dashboard-side strong {
  color: #fff;
  font-size: 0.76rem;
}

.pbg-section-intro {
  max-width: 840px;
  margin-bottom: 34px;
}

.pbg-section-intro .eyebrow {
  color: var(--pbg-blue);
  letter-spacing: 0.13em;
}

.pbg-section-intro h2,
.pbg-service-copy h2,
.pbg-ai-section h2,
.pbg-final-cta h2 {
  margin: 0;
  color: var(--pbg-ink);
  font-size: clamp(1.95rem, 3.2vw, 3.5rem);
  line-height: 1.04;
  letter-spacing: -0.046em;
  text-wrap: balance;
}

.pbg-section-intro > p:not(.eyebrow),
.pbg-service-copy > p:not(.eyebrow),
.pbg-ai-section .ai-diagnostic-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: #58677a;
  font-size: 1rem;
  line-height: 1.6;
}

.pbg-value {
  background: #fff;
}

.pbg-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pbg-value-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid var(--pbg-line);
  border-radius: 24px;
  background: var(--pbg-soft);
}

.pbg-value-card::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: var(--card-glow, rgba(35, 88, 213, 0.1));
  content: "";
  filter: blur(10px);
}

.pbg-value-card.is-time { --card-glow: rgba(21, 191, 209, 0.18); }
.pbg-value-card.is-source { --card-glow: rgba(35, 88, 213, 0.16); }
.pbg-value-card.is-decision { --card-glow: rgba(240, 173, 52, 0.18); }

.pbg-value-index {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #cdd9e7;
  border-radius: 12px;
  color: #708096;
  font-size: 0.7rem;
  font-weight: 900;
}

.pbg-value-card > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 42px;
  color: var(--pbg-ink);
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.pbg-value-card > strong i {
  color: #8b99aa;
  font-style: normal;
  font-weight: 500;
}

.pbg-value-card h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  font-size: 1.08rem;
}

.pbg-value-card p {
  position: relative;
  z-index: 1;
  margin: 8px 0 0;
  color: #637184;
  line-height: 1.55;
}

.pbg-service-bridge {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  background:
    radial-gradient(620px 360px at 88% 22%, rgba(21, 191, 209, 0.18), transparent 70%),
    linear-gradient(135deg, #07152f, #0c2b5c 62%, #075368);
  color: #fff;
}

.pbg-service-copy .eyebrow {
  color: #6ee7ef;
}

.pbg-service-copy h2 {
  color: #fff;
}

.pbg-service-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.7);
}

.pbg-service-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.pbg-service-actions .primary-button {
  background: #fff;
  color: var(--pbg-ink);
}

.pbg-service-actions > span {
  max-width: 180px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.73rem;
  line-height: 1.35;
}

.pbg-service-map {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(150px, 0.95fr) minmax(170px, 1.05fr);
  align-items: center;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 34px 70px -34px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(16px);
}

.pbg-service-map > div {
  position: relative;
}

.pbg-service-map > div:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -17px;
  width: 16px;
  height: 1px;
  background: #5fdae5;
  content: "";
}

.pbg-service-sources {
  display: grid;
  gap: 7px;
}

.pbg-service-sources span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.69rem;
  font-weight: 700;
}

.pbg-service-core {
  display: grid;
  min-height: 186px;
  place-items: center;
  align-content: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(110, 231, 239, 0.28);
  border-radius: 20px;
  background: rgba(21, 191, 209, 0.09);
  text-align: center;
}

.pbg-service-core img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.pbg-service-core span {
  font-size: 0.87rem;
  font-weight: 900;
}

.pbg-service-core small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.61rem;
}

.pbg-service-output {
  display: grid;
  gap: 8px;
  padding: 24px 20px;
  border: 1px solid rgba(41, 194, 139, 0.26);
  border-radius: 18px;
  background: rgba(41, 194, 139, 0.08);
}

.pbg-service-output small {
  color: #7fe5bd;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pbg-service-output strong {
  font-size: 1.1rem;
  line-height: 1.15;
}

.pbg-service-output span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.64rem;
  line-height: 1.4;
}

.pbg-ai-section {
  align-items: center;
  background:
    radial-gradient(620px 320px at 10% 20%, rgba(35, 88, 213, 0.08), transparent 72%),
    #f4f8fc;
}

.pbg-ai-section .eyebrow {
  color: var(--pbg-blue);
}

.pbg-ai-points {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.pbg-ai-points li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #4d5d70;
  font-size: 0.9rem;
}

.pbg-ai-points span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 9px;
  background: #e3edfa;
  color: var(--pbg-blue);
  font-size: 0.62rem;
  font-weight: 900;
}

.pbg-ai-section .embedded-chat {
  border-color: #d2deec;
  box-shadow: 0 34px 80px -36px rgba(7, 31, 68, 0.4);
}

.pbg-ai-section .ai-chat-header {
  background: linear-gradient(135deg, #07152f, #0b3566);
}

.pbg-ai-section .ai-chat-privacy {
  max-width: none;
}

.pbg-method {
  background: #fff;
}

.pbg-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pbg-method-grid article {
  display: grid;
  min-height: 240px;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--pbg-line);
  border-radius: 22px;
  background: #fbfcfe;
}

.pbg-method-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: var(--pbg-ink);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 900;
}

.pbg-method-grid article > div {
  align-self: end;
}

.pbg-method-grid small {
  color: var(--pbg-blue);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pbg-method-grid h3 {
  margin: 8px 0 0;
  font-size: 1.3rem;
}

.pbg-method-grid p {
  margin: 10px 0 0;
  color: #667487;
  font-size: 0.9rem;
  line-height: 1.55;
}

.pbg-before-after {
  background: #f1f5fa;
}

.pbg-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: stretch;
  gap: 16px;
}

.pbg-compare article {
  padding: 30px;
  border: 1px solid var(--pbg-line);
  border-radius: 24px;
  background: #fff;
}

.pbg-compare article.is-after {
  border-color: rgba(21, 191, 209, 0.35);
  background: linear-gradient(145deg, #fff, #ecfbfc);
}

.pbg-compare-head {
  display: grid;
  gap: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4ebf3;
}

.pbg-compare-head span {
  color: #78869a;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pbg-compare .is-after .pbg-compare-head span {
  color: #0b8290;
}

.pbg-compare-head strong {
  font-size: 1.35rem;
}

.pbg-compare ul {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.pbg-compare li {
  position: relative;
  padding-left: 25px;
  color: #566578;
  line-height: 1.45;
}

.pbg-compare li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid #a9b5c4;
  border-radius: 50%;
  content: "";
}

.pbg-compare .is-after li::before {
  border-color: #1cb0bd;
  background: #d9f8fa;
}

.pbg-compare-arrow {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
}

.pbg-compare-arrow span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--pbg-ink);
  color: #fff;
  font-size: 1.2rem;
}

.pbg-compare-arrow small {
  color: #758398;
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pbg-faq {
  background: #fff;
}

.pbg-faq .faq-list {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.pbg-faq .faq-list details {
  min-height: 100%;
  border-radius: 20px;
  background: #f8fafc;
}

.pbg-faq .faq-list summary {
  min-height: 108px;
  align-items: start;
}

.pbg-faq .faq-list p {
  margin-left: 18px;
}

.pbg-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  background:
    radial-gradient(620px 320px at 85% 0%, rgba(21, 191, 209, 0.2), transparent 70%),
    linear-gradient(135deg, #061127, #0a2d60);
  color: #fff;
}

.pbg-final-cta .eyebrow {
  color: #6ee7ef;
}

.pbg-final-cta h2 {
  max-width: 850px;
  color: #fff;
}

.pbg-final-actions {
  display: grid;
  min-width: 260px;
  gap: 10px;
}

.pbg-final-actions .primary-button {
  background: #fff;
  color: var(--pbg-ink);
}

.pbg-final-actions .secondary-button {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.pbg-case-page .floating-chat-button {
  background: var(--pbg-ink);
}

@media (max-width: 1120px) {
  .pbg-hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(450px, 1.04fr);
    gap: 36px;
  }

  .pbg-proof-points .is-context {
    display: none;
  }

  .pbg-service-bridge {
    grid-template-columns: minmax(0, 0.8fr) minmax(450px, 1.2fr);
    gap: 40px;
  }

  .pbg-service-map {
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .pbg-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 66px;
    padding-bottom: 74px;
  }

  .pbg-hero-copy {
    max-width: 760px;
  }

  .pbg-product {
    max-width: 720px;
  }

  .pbg-window {
    transform: none;
  }

  .pbg-value-grid,
  .pbg-method-grid {
    grid-template-columns: 1fr;
  }

  .pbg-value-card {
    min-height: 230px;
  }

  .pbg-service-bridge {
    grid-template-columns: 1fr;
  }

  .pbg-service-copy {
    max-width: 760px;
  }

  .pbg-service-map {
    max-width: 720px;
  }

  .pbg-method-grid article {
    min-height: 180px;
  }

  .pbg-faq .faq-list {
    grid-template-columns: 1fr;
  }

  .pbg-faq .faq-list summary {
    min-height: auto;
  }

  .pbg-final-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pbg-final-actions {
    min-width: 0;
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 700px) {
  .pbg-hero {
    gap: 30px;
    padding-top: 36px;
    padding-bottom: 44px;
  }

  .pbg-case-label {
    margin-bottom: 18px;
  }

  .pbg-hero h1 {
    font-size: clamp(2.1rem, 9.5vw, 2.6rem);
    line-height: 1;
    letter-spacing: -0.052em;
  }

  .pbg-hero-text {
    margin-top: 18px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .pbg-hero-actions {
    display: grid;
  }

  .pbg-hero-actions .primary-button,
  .pbg-hero-actions .secondary-button {
    width: 100%;
    justify-content: center;
  }

  .pbg-proof-points {
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .pbg-proof-points li:not(.pbg-proof-arrow) {
    min-width: 0;
  }

  .pbg-source-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pbg-source-row > span {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 9px 6px;
    text-align: center;
  }

  .pbg-source-row i {
    grid-row: auto;
  }

  .pbg-source-row b {
    display: none;
  }

  .pbg-data-flow {
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
    gap: 4px;
  }

  .pbg-data-flow > div {
    padding: 9px 7px;
  }

  .pbg-data-flow small {
    display: none;
  }

  .pbg-data-flow strong {
    font-size: 0.65rem;
  }

  .pbg-dashboard {
    grid-template-columns: 1fr;
  }

  .pbg-dashboard-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pbg-dashboard-side > span {
    min-height: 56px;
  }

  .pbg-section-intro {
    margin-bottom: 24px;
  }

  .pbg-section-intro h2,
  .pbg-service-copy h2,
  .pbg-ai-section h2,
  .pbg-final-cta h2 {
    font-size: clamp(1.75rem, 7.7vw, 2.35rem);
    line-height: 1.07;
  }

  .pbg-value-card {
    min-height: 0;
    padding: 24px;
  }

  .pbg-value-card > strong {
    margin-top: 28px;
  }

  .pbg-service-actions {
    display: grid;
  }

  .pbg-service-actions .primary-button {
    width: 100%;
    justify-content: center;
  }

  .pbg-service-actions > span {
    max-width: none;
  }

  .pbg-service-map {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px;
  }

  .pbg-service-map > div:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -11px;
    width: 1px;
    height: 10px;
  }

  .pbg-service-sources {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pbg-service-core {
    min-height: 150px;
  }

  .pbg-ai-section {
    gap: 26px;
  }

  .pbg-ai-points {
    margin-top: 22px;
  }

  .pbg-method-grid article {
    min-height: 0;
    padding: 22px;
  }

  .pbg-compare {
    grid-template-columns: 1fr;
  }

  .pbg-compare-arrow {
    min-height: 62px;
  }

  .pbg-compare-arrow span {
    width: 44px;
    height: 44px;
    transform: rotate(90deg);
  }

  .pbg-final-actions {
    grid-template-columns: 1fr;
  }

  .pbg-final-actions .primary-button,
  .pbg-final-actions .secondary-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .pbg-case-label small {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .pbg-window-bar {
    padding: 12px;
  }

  .pbg-status {
    padding: 7px;
    font-size: 0;
  }

  .pbg-window-body {
    padding: 12px;
  }

  .pbg-dashboard-head em {
    font-size: 0.54rem;
  }

  .pbg-service-sources span {
    padding: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pbg-window,
  .pbg-product-glow {
    transform: none;
    filter: none;
  }
}
