  .visual-hero {
    position: relative;
    overflow: hidden;
    color: var(--ph-text-primary);
    background:
      radial-gradient(circle at 78% 10%, rgba(53, 177, 232, 0.14), transparent 28rem),
      radial-gradient(circle at 24% 44%, rgba(53, 177, 232, 0.1), transparent 30rem),
      linear-gradient(180deg, #06111f 0, #07111f 24rem, var(--ph-surface-page) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .visual-hero--frame {
    max-width: 100vw;
  }

  .visual-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(52, 203, 255, 0.085) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.085) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.12;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 92%);
    pointer-events: none;
  }

  .visual-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1360px;
    margin: 0 auto;
    padding: 48px 24px 36px;
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: center;
  }

  .visual-hero__inner--frame {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .visual-hero__copy-zone {
    min-width: 0;
  }

  .visual-hero__art-zone {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .visual-hero__mobile-measure {
    max-width: 100%;
    box-sizing: border-box;
  }

  .visual-hero__artifact-desktop {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    box-sizing: border-box;
  }

  .visual-hero__artifact-mobile {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    box-sizing: border-box;
  }

  .visual-hero .copy-zone {
    max-width: 620px;
  }

  .visual-hero .eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--ph-state-info);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .visual-hero .copy-zone h1 {
    margin: 0;
    max-width: 12ch;
    color: var(--ph-text-primary);
    font-size: 3.5rem;
    line-height: 0.96;
    letter-spacing: 0;
  }

  .visual-hero .copy-zone h2 {
    margin: 0;
    max-width: 12ch;
    color: var(--ph-text-primary);
    font-size: 3.5rem;
    line-height: 0.96;
    letter-spacing: 0;
  }

  .visual-hero .copy-zone p {
    margin: 22px 0 0;
    max-width: 42rem;
    color: #dbe7f5;
    font-size: 1.125rem;
    line-height: 1.6;
  }

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

  .visual-hero .hero-button {
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ph-border-control);
    border-radius: var(--ph-radius-control);
    background: var(--ph-action-secondary);
    color: var(--ph-text-primary);
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
  }

  .visual-hero .hero-button:hover {
    background: var(--ph-action-secondary-hover);
  }

  .visual-hero .hero-button.primary {
    border-color: var(--ph-action-primary);
    background: var(--ph-action-primary);
    color: var(--ph-action-primary-text);
  }

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

  .visual-hero .artifact,
  .visual-hero .decision-card,
  .visual-hero .product-card,
  .visual-hero .outcome-card,
  .visual-hero .score-panel {
    border-radius: var(--ph-radius-panel);
    border: 1px solid var(--ph-border-subtle);
    background:
      radial-gradient(circle at 78% 8%, rgba(53, 177, 232, 0.12), transparent 22rem),
      linear-gradient(135deg, rgba(7, 17, 31, 0.88), rgba(8, 19, 35, 0.76));
    box-shadow: var(--ph-shadow-panel);
  }

  .visual-hero img.artifact[src$=".svg"] {
    mix-blend-mode: screen;
  }

  .visual-hero .screen {
    overflow: hidden;
  }

  .visual-hero .screen-top {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
  }

  .visual-hero .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ph-state-info);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .visual-hero .screen-label {
    margin-left: auto;
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .visual-hero .ops-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 16px;
    padding: 16px;
  }

  .visual-hero .traffic-map {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
      linear-gradient(180deg, #081321 0%, #07101a 100%);
  }

  .visual-hero .traffic-map::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(52, 203, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.32;
    pointer-events: none;
  }

  .visual-hero .traffic-node {
    position: absolute;
    z-index: 2;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ph-text-primary);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .visual-hero .traffic-node--core {
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 138px;
    height: 138px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-color: rgba(52, 203, 255, 0.34);
    background:
      linear-gradient(135deg, rgba(52, 203, 255, 0.18), rgba(6, 14, 26, 0.92));
    box-shadow: 0 0 0 1px rgba(52, 203, 255, 0.08), 0 0 42px rgba(52, 203, 255, 0.15);
  }

  .visual-hero .traffic-node--core span {
    display: block;
    transform: rotate(-45deg);
    text-align: center;
  }

  .visual-hero .traffic-node--top {
    left: 11%;
    top: 13%;
  }

  .visual-hero .traffic-node--left {
    left: 8%;
    top: 55%;
  }

  .visual-hero .traffic-node--right {
    right: 9%;
    top: 24%;
  }

  .visual-hero .traffic-node--bottom {
    right: 12%;
    bottom: 12%;
  }

  .visual-hero .traffic-node--alert {
    left: 16%;
    bottom: 15%;
    border-color: rgba(255, 77, 99, 0.28);
    background: rgba(255, 77, 99, 0.08);
  }

  .visual-hero .flow-line {
    position: absolute;
    z-index: 1;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ph-state-info), transparent);
    box-shadow: 0 0 16px rgba(52, 203, 255, 0.45);
    transform-origin: left center;
  }

  .visual-hero .flow-line--a {
    left: 21%;
    top: 30%;
    width: 46%;
    transform: rotate(11deg);
  }

  .visual-hero .flow-line--b {
    left: 13%;
    top: 47%;
    width: 54%;
    transform: rotate(-5deg);
  }

  .visual-hero .flow-line--c {
    left: 23%;
    top: 67%;
    width: 42%;
    transform: rotate(-18deg);
  }

  .visual-hero .flow-line--bad {
    left: 18%;
    top: 56%;
    width: 33%;
    background: linear-gradient(90deg, transparent, var(--ph-state-danger), transparent);
    box-shadow: 0 0 16px rgba(255, 77, 99, 0.45);
    transform: rotate(-12deg);
  }

  .visual-hero .decision-stack {
    display: grid;
    gap: 12px;
  }

  .visual-hero .decision-card {
    min-height: 128px;
    padding: 14px;
    display: grid;
    align-content: space-between;
  }

  .visual-hero .decision-card b,
  .visual-hero .product-card b,
  .visual-hero .outcome-card b {
    display: block;
    color: var(--ph-text-primary);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.25;
  }

  .visual-hero .metric {
    display: grid;
    gap: 7px;
  }

  .visual-hero .bar {
    display: block;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-state-info), var(--ph-state-success));
  }

  .visual-hero .bar:nth-child(2) {
    width: 78%;
    opacity: 0.72;
  }

  .visual-hero .bar:nth-child(3) {
    width: 54%;
    opacity: 0.5;
  }

  .visual-hero .event-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .visual-hero .event-row strong {
    color: var(--ph-text-primary);
    font-weight: 800;
  }

  .visual-hero .telemetry-panel {
    min-height: 128px;
    padding: 14px;
    display: grid;
    align-content: space-between;
  }

  .visual-hero .product-core {
    margin-bottom: 14px;
  }

  .visual-hero .core-panel {
    min-height: 140px;
    padding: 18px;
    display: grid;
    align-content: space-between;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
      var(--ph-surface-panel);
  }

  .visual-hero .core-panel strong {
    display: block;
    color: var(--ph-text-primary);
    font-size: 1rem;
    line-height: 1.2;
  }

  .visual-hero .core-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .visual-hero .product-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .visual-hero .product-card {
    min-height: 152px;
    padding: 14px;
    display: grid;
    align-content: space-between;
    gap: 10px;
  }

  .visual-hero .module-surface {
    position: relative;
    min-height: 64px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(52, 203, 255, 0.12), rgba(8, 19, 35, 0.9)),
      rgba(7, 18, 34, 0.98);
  }

  .visual-hero .module-surface::before {
    content: "";
    position: absolute;
    inset: 12px 12px auto 12px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
  }

  .visual-hero .module-surface::after {
    content: "";
    position: absolute;
    inset: 32px 12px 12px;
    border-radius: 6px;
    background:
      linear-gradient(rgba(52, 203, 255, 0.12) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.12) 1px, transparent 1px);
    background-size: 100% 18px, 18px 100%;
    opacity: 0.55;
  }

  .visual-hero .module-accent {
    position: absolute;
    z-index: 1;
    left: 12px;
    bottom: 12px;
    width: 42%;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-state-info), var(--ph-state-success));
  }

  .visual-hero .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
  }

  .visual-hero .chip {
    border: 1px solid var(--ph-border-info);
    border-radius: var(--ph-radius-pill);
    color: var(--ph-text-primary);
    background: var(--ph-surface-interactive-hover);
    padding: 5px 8px;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .visual-hero .outcome-map {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 16px;
    align-items: start;
  }

  .visual-hero .signal-column {
    display: grid;
    gap: 12px;
  }

  .visual-hero .score-panel {
    min-height: 260px;
    padding: 20px;
    display: grid;
    align-content: center;
    background:
      linear-gradient(180deg, rgba(52, 203, 255, 0.08), rgba(8, 19, 35, 0.92)),
      rgba(8, 19, 35, 0.92);
  }

  .visual-hero .score {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(52, 203, 255, 0.34);
    border-radius: 50%;
    background:
      conic-gradient(var(--ph-state-success) 0 68%, color-mix(in srgb, var(--ph-state-warning) 72%, transparent) 68% 86%, rgba(255, 77, 99, 0.8) 86% 100%);
    box-shadow: 0 0 46px rgba(52, 203, 255, 0.16);
  }

  .visual-hero .score div {
    width: 132px;
    height: 132px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #071322;
    text-align: center;
  }

  .visual-hero .score strong {
    display: block;
    color: var(--ph-text-primary);
    font-size: 2.5rem;
    line-height: 1;
  }

  .visual-hero .score span {
    color: var(--ph-text-muted);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .visual-hero .outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .visual-hero .outcome-card {
    min-height: 132px;
    padding: 14px;
    display: grid;
    align-content: space-between;
  }

  .visual-hero .outcome-card--wide {
    grid-column: span 3;
  }

  .visual-hero .hex {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--ph-state-info), var(--ph-state-info-strong));
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  }

  .visual-hero .outcome-card .tag-line {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .visual-hero .outcome-card .tag-line span {
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .visual-hero .outcome-card .tag-line strong {
    margin-left: auto;
    color: var(--ph-text-primary);
    font-weight: 800;
  }

  .dual-edge-section {
    position: relative;
    overflow: hidden;
    color: var(--ph-text-primary);
    background:
      linear-gradient(180deg, #06101b 0%, #081323 52%, #03070d 100%);
  }

  .dual-edge-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(52, 203, 255, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    opacity: 0.32;
    pointer-events: none;
  }

  .dual-edge-section .dual-edge-inner {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    padding: 68px 0;
  }

  .dual-edge-section .dual-edge-copy-zone {
    max-width: 760px;
    margin-bottom: 28px;
  }

  .dual-edge-section .dual-edge-copy-zone h2,
  .dual-edge-section .dual-edge-copy-zone h3 {
    margin: 0;
    color: var(--ph-text-primary);
    font-size: 2.5rem;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .dual-edge-section .dual-edge-copy-zone p {
    margin: 16px 0 0;
    max-width: 46rem;
    color: #dbe7f5;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .dual-edge-section .dual-edge-cta {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 42px;
    margin-top: 18px;
    align-items: center;
    padding: 0 16px;
    border: 1px solid rgba(52, 203, 255, 0.34);
    border-radius: 8px;
    color: #06101b;
    background: var(--ph-state-info);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .dual-edge-board {
    display: grid;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 19, 35, 0.9);
    box-shadow: 0 24px 72px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .dual-edge-section .deployment-mode-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }

  .dual-edge-section .deployment-mode-panel {
    min-width: 0;
    min-height: 360px;
    padding: 18px;
    display: grid;
    grid-template-rows: auto minmax(180px, 1fr) auto;
    gap: 16px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
      rgba(6, 16, 29, 0.94);
  }

  .dual-edge-section .deployment-mode-kicker {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(52, 203, 255, 0.24);
    border-radius: 999px;
    color: #dff6ff;
    background: rgba(52, 203, 255, 0.08);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .deployment-mode-title {
    margin: 10px 0 0;
    color: var(--ph-text-primary);
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .deployment-mode-summary {
    margin: 8px 0 0;
    color: var(--ph-text-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .dual-edge-section .dual-edge-diagram {
    position: relative;
    min-height: 220px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
      radial-gradient(circle at 50% 45%, rgba(52, 203, 255, 0.16), transparent 34%),
      linear-gradient(180deg, #071321 0%, #050c16 100%);
  }

  .dual-edge-section .dual-edge-diagram::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(52, 203, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.35;
    pointer-events: none;
  }

  .dual-edge-section .edge-node {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 92px;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid rgba(159, 214, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 19, 35, 0.92);
    color: var(--ph-text-primary);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .edge-node--source {
    left: 8%;
    top: 16%;
  }

  .dual-edge-section .edge-node--provider {
    left: 8%;
    bottom: 16%;
  }

  .dual-edge-section .edge-node--peakhour {
    left: 50%;
    top: 50%;
    width: 128px;
    height: 96px;
    transform: translate(-50%, -50%);
    border-color: rgba(52, 203, 255, 0.34);
    background:
      linear-gradient(135deg, rgba(52, 203, 255, 0.18), rgba(8, 19, 35, 0.94));
    box-shadow: 0 0 42px rgba(52, 203, 255, 0.16);
  }

  .dual-edge-section .edge-node--origin {
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
  }

  .dual-edge-section .edge-link {
    position: absolute;
    z-index: 1;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--ph-state-info), transparent);
    box-shadow: 0 0 16px rgba(52, 203, 255, 0.42);
    transform-origin: left center;
  }

  .dual-edge-section .edge-link--primary {
    left: 24%;
    top: 49%;
    width: 52%;
  }

  .dual-edge-section .edge-link--upper {
    left: 25%;
    top: 28%;
    width: 34%;
    transform: rotate(16deg);
  }

  .dual-edge-section .edge-link--lower {
    left: 25%;
    bottom: 28%;
    width: 34%;
    transform: rotate(-16deg);
  }

  .dual-edge-section .edge-signal {
    position: absolute;
    z-index: 2;
    right: 12%;
    bottom: 14%;
    display: grid;
    gap: 6px;
    width: min(34%, 150px);
    padding: 10px;
    border: 1px solid rgba(48, 220, 135, 0.24);
    border-radius: 8px;
    background: rgba(48, 220, 135, 0.08);
  }

  .dual-edge-section .edge-signal i {
    display: block;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-state-success), var(--ph-state-info));
  }

  .dual-edge-section .edge-signal i:nth-child(2) {
    width: 72%;
    opacity: 0.68;
  }

  .dual-edge-section .edge-signal i:nth-child(3) {
    width: 48%;
    opacity: 0.52;
  }

  .dual-edge-section .capability-chip-row,
  .dual-edge-section .proof-block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .dual-edge-section .capability-chip {
    min-height: 30px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(52, 203, 255, 0.22);
    border-radius: 999px;
    color: #dff6ff;
    background: rgba(52, 203, 255, 0.075);
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .proof-block-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dual-edge-section .proof-block {
    min-width: 0;
    min-height: 118px;
    padding: 14px;
    display: grid;
    align-content: space-between;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .dual-edge-section .proof-block b {
    display: block;
    color: var(--ph-text-primary);
    font-size: 0.875rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .proof-block span {
    color: var(--ph-text-muted);
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .dual-edge-section .telemetry-card {
    min-width: 0;
    min-height: 88px;
    padding: 12px;
    display: grid;
    gap: 8px;
    border: 1px solid rgba(159, 214, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
  }

  .dual-edge-section .telemetry-card strong,
  .dual-edge-section .telemetry-card span {
    display: block;
    overflow-wrap: anywhere;
  }

  .dual-edge-section .telemetry-card strong {
    color: var(--ph-text-primary);
    font-size: 1rem;
    line-height: 1.2;
  }

  .dual-edge-section .telemetry-card span {
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .dual-edge-section--compact .dual-edge-inner {
    padding: 44px 0;
  }

  .dual-edge-section--compact .dual-edge-copy-zone {
    max-width: 880px;
    margin-bottom: 20px;
  }

  .dual-edge-section--compact .dual-edge-copy-zone h2,
  .dual-edge-section--compact .dual-edge-copy-zone h3 {
    font-size: 2rem;
  }

  .dual-edge-section--compact .dual-edge-board {
    padding: 14px;
  }

  .dual-edge-section--compact .deployment-mode-panel {
    min-height: 0;
    grid-template-rows: auto minmax(150px, auto) auto;
    padding: 14px;
  }

  .dual-edge-section--compact .dual-edge-diagram {
    min-height: 160px;
  }

  .dual-edge-section--compact .proof-block {
    min-height: 96px;
  }

  .ph-challenge-story,
  .ph-challenge-story *,
  .ph-image-text,
  .ph-image-text *,
  .ph-feature-highlight,
  .ph-feature-highlight * {
    box-sizing: border-box;
  }

  .ph-challenge-story,
  .ph-image-text,
  .ph-feature-highlight {
    width: 100%;
    max-width: 100%;
  }

  .ph-challenge-story .container,
  .ph-challenge-story__layout,
  .ph-challenge-story__copy,
  .ph-challenge-story__media,
  .ph-challenge-story__frame,
  .ph-challenge-story__item,
  .ph-challenge-story__item-copy,
  .ph-image-text .container,
  .ph-image-text__layout,
  .ph-image-text__copy,
  .ph-image-text__media,
  .ph-image-text__frame,
  .ph-feature-highlight .container,
  .ph-feature-highlight__layout,
  .ph-feature-highlight__copy,
  .ph-feature-highlight__media,
  .ph-feature-highlight__frame,
  .ph-feature-highlight li,
  .ph-feature-highlight li > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .ph-challenge-story h2,
  .ph-challenge-story h3,
  .ph-challenge-story p,
  .ph-challenge-story li,
  .ph-challenge-story__item-copy,
  .ph-image-text h2,
  .ph-image-text h3,
  .ph-image-text p,
  .ph-image-text li,
  .ph-image-text .prose,
  .ph-feature-highlight h2,
  .ph-feature-highlight p,
  .ph-feature-highlight li,
  .ph-feature-highlight span,
  .ph-feature-highlight .prose {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .ph-challenge-story img,
  .ph-image-text img,
  .ph-feature-highlight img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .ph-challenge-story__frame,
  .ph-image-text__frame,
  .ph-feature-highlight__frame {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ph-image-text__frame,
  .ph-feature-highlight__frame {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    background: rgba(6, 16, 29, 0.9);
  }

  .dashboard-evidence {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    color: var(--ph-text-primary);
    background:
      linear-gradient(180deg, #06101b 0%, #081323 48%, #03070d 100%);
  }

  .dashboard-evidence,
  .dashboard-evidence * {
    box-sizing: border-box;
  }

  .dashboard-evidence::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(52, 203, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(52, 203, 255, 0.06) 1px, transparent 1px);
    background-size: 52px 52px;
    opacity: 0.24;
    pointer-events: none;
  }

  .dashboard-evidence__inner {
    position: relative;
    z-index: 1;
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    padding: 68px 0;
  }

  .dashboard-evidence__inner--split {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 28px;
    align-items: center;
  }

  .dashboard-evidence--story .dashboard-evidence__inner {
    padding: 42px 0;
  }

  .dashboard-evidence--story > .dashboard-evidence__inner {
    padding: 52px 0;
  }

  .dashboard-evidence__inner--reverse .dashboard-evidence__copy {
    order: 2;
  }

  .dashboard-evidence__inner--reverse .dashboard-product-rail__board {
    order: 1;
  }

  .dashboard-evidence__copy {
    min-width: 0;
    max-width: 760px;
    margin-bottom: 28px;
  }

  .dashboard-evidence__inner--split .dashboard-evidence__copy {
    margin-bottom: 0;
  }

  .dashboard-evidence__kicker {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    align-items: center;
    margin-bottom: 12px;
    padding: 0 10px;
    border: 1px solid rgba(52, 203, 255, 0.24);
    border-radius: 999px;
    color: #dff6ff;
    background: rgba(52, 203, 255, 0.08);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
  }

  .dashboard-evidence__copy h2 {
    margin: 0;
    color: var(--ph-text-primary);
    font-size: 2.5rem;
    line-height: 1.05;
    letter-spacing: 0;
    overflow-wrap: anywhere;
  }

  .dashboard-evidence__copy p {
    margin: 16px 0 0;
    max-width: 46rem;
    color: #dbe7f5;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .dashboard-shot {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(159, 214, 255, 0.18);
    border-radius: 8px;
    background:
      linear-gradient(135deg, rgba(52, 203, 255, 0.08), transparent 42%),
      rgba(6, 16, 29, 0.96);
    box-shadow: 0 22px 68px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .dashboard-shot__chrome {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
  }

  .dashboard-shot__chrome span {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ph-state-info);
    opacity: 0.82;
  }

  .dashboard-shot__chrome span:first-child {
    background: var(--ph-state-danger);
  }

  .dashboard-shot__chrome span:nth-child(2) {
    background: var(--ph-state-warning);
  }

  .dashboard-shot__chrome span:nth-child(3) {
    background: var(--ph-state-success);
  }

  .dashboard-shot__chrome b,
  .dashboard-shot__chrome em {
    display: inline-flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    color: var(--ph-text-muted);
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    overflow-wrap: anywhere;
  }

  .dashboard-shot__chrome b {
    margin-left: auto;
  }

  .dashboard-shot__chrome em {
    padding: 4px 7px;
    border: 1px solid rgba(48, 220, 135, 0.24);
    border-radius: 999px;
    color: #d9ffe9;
    background: rgba(48, 220, 135, 0.08);
  }

  .dashboard-shot__viewport {
    min-width: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #020812;
  }

  .dashboard-shot__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .dashboard-shot__image--contain {
    object-fit: contain;
  }

  .dashboard-shot__image--cover {
    object-fit: cover;
  }

  .dashboard-shot__image--top {
    object-fit: cover;
    object-position: top center;
  }

  .dashboard-shot__caption {
    min-height: 58px;
    display: grid;
    gap: 4px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.025);
  }

  .dashboard-shot__caption strong,
  .dashboard-shot__caption span {
    display: block;
    overflow-wrap: anywhere;
  }

  .dashboard-shot__caption strong {
    color: var(--ph-text-primary);
    font-size: 0.875rem;
    line-height: 1.25;
  }

  .dashboard-shot__caption span {
    color: var(--ph-text-muted);
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .dashboard-shot--compact .dashboard-shot__viewport,
  .dashboard-shot--node .dashboard-shot__viewport {
    aspect-ratio: 16 / 9;
  }

  .dashboard-shot--featured {
    border-color: var(--ph-border-info);
    box-shadow: var(--ph-shadow-featured);
  }

  .dashboard-evidence--products .dashboard-shot__viewport {
    aspect-ratio: 841 / 258;
  }

  .dashboard-evidence__stack {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 19, 35, 0.9);
  }

  .dashboard-evidence__stack-item {
    min-width: 0;
    grid-column: span 6;
  }

  .dashboard-evidence__stack-item:nth-child(1) {
    grid-column: 1 / span 7;
    transform: rotate(-1.2deg);
  }

  .dashboard-evidence__stack-item:nth-child(2) {
    grid-column: 6 / span 7;
    margin-top: -46px;
    transform: rotate(1.1deg);
  }

  .dashboard-evidence__stack-item:nth-child(n+3) {
    grid-column: span 4;
    transform: none;
  }

  .dashboard-product-rail__controls {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .dashboard-product-rail__control {
    min-width: 0;
    display: grid;
    gap: 5px;
    padding: 13px 14px;
    border: 1px solid rgba(159, 214, 255, 0.14);
    border-radius: 8px;
    color: var(--ph-text-primary);
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none;
  }

  .dashboard-product-rail__control.is-active {
    border-color: rgba(52, 203, 255, 0.34);
    background: rgba(52, 203, 255, 0.09);
  }

  .dashboard-product-rail__control span,
  .dashboard-product-rail__control small {
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .dashboard-product-rail__control span {
    color: var(--ph-state-info);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .dashboard-product-rail__control strong {
    color: var(--ph-text-primary);
    font-size: 0.9375rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .dashboard-product-rail__board {
    min-width: 0;
    display: grid;
    gap: 14px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 19, 35, 0.9);
  }

  .dashboard-product-rail__evidence {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .dashboard-product-rail__evidence p {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--ph-text-muted);
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .dashboard-evidence__metric {
    min-width: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .dashboard-evidence__metric strong,
  .dashboard-evidence__metric span {
    display: block;
    overflow-wrap: anywhere;
  }

  .dashboard-evidence__metric strong {
    color: var(--ph-text-primary);
    font-size: 1.125rem;
    line-height: 1.15;
  }

  .dashboard-evidence__metric span {
    margin-top: 5px;
    color: var(--ph-text-muted);
    font-size: 0.75rem;
    line-height: 1.35;
  }

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

  .dashboard-proof-strip__column {
    min-width: 0;
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 14px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background: rgba(8, 19, 35, 0.9);
  }

  .dashboard-proof-strip__column > span,
  .dashboard-outcome-map__node > span {
    width: fit-content;
    max-width: 100%;
    color: var(--ph-state-info);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    overflow-wrap: anywhere;
  }

  .dashboard-proof-strip__column h3,
  .dashboard-outcome-map__node h3 {
    margin: 0;
    color: var(--ph-text-primary);
    font-size: 1rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .dashboard-proof-strip__column > strong {
    color: var(--ph-text-primary);
    font-size: 1.75rem;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .dashboard-proof-strip__column p,
  .dashboard-outcome-map__node p {
    margin: 0;
    color: var(--ph-text-muted);
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .dashboard-outcome-map__board {
    position: relative;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background:
      radial-gradient(circle at center, rgba(52, 203, 255, 0.12), transparent 34%),
      rgba(8, 19, 35, 0.9);
  }

  .dashboard-outcome-map__board::before {
    content: "";
    position: absolute;
    inset: 50% 8% auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(52, 203, 255, 0.44), transparent);
    pointer-events: none;
  }

  .dashboard-outcome-map__core {
    position: relative;
    z-index: 1;
    width: min(100%, 360px);
    margin: 0 auto 18px;
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(52, 203, 255, 0.3);
    border-radius: 8px;
    background: rgba(52, 203, 255, 0.09);
    text-align: center;
  }

  .dashboard-outcome-map__core strong,
  .dashboard-outcome-map__core span {
    display: block;
    overflow-wrap: anywhere;
  }

  .dashboard-outcome-map__core strong {
    color: var(--ph-text-primary);
    font-size: 1rem;
    line-height: 1.25;
  }

  .dashboard-outcome-map__core span {
    color: var(--ph-text-muted);
    font-size: 0.8125rem;
    line-height: 1.4;
  }

  .dashboard-outcome-map__nodes {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .dashboard-outcome-map__node {
    min-width: 0;
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 14px;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 8px;
    background: rgba(6, 16, 29, 0.94);
  }

  @media (max-width: 1080px) {
    .visual-hero__inner {
      grid-template-columns: 1fr;
      min-height: 0;
      padding: 34px 20px 28px;
    }

    .visual-hero .copy-zone h1,
    .visual-hero .copy-zone h2 {
      max-width: 100%;
      font-size: 2.75rem;
    }

    .visual-hero .ops-grid,
    .visual-hero .outcome-map {
      grid-template-columns: 1fr;
    }

    .visual-hero .product-board {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .visual-hero .traffic-map {
      min-height: 460px;
    }

    .visual-hero .outcome-card--wide {
      grid-column: span 1;
    }

    .dual-edge-section .dual-edge-copy-zone h2,
    .dual-edge-section .dual-edge-copy-zone h3 {
      font-size: 2.125rem;
    }

    .dual-edge-section .proof-block-grid {
      grid-template-columns: 1fr;
    }

    .dashboard-evidence__inner--split,
    .dashboard-proof-strip__grid,
    .dashboard-outcome-map__nodes {
      grid-template-columns: 1fr;
    }

    .dashboard-evidence__inner--reverse .dashboard-evidence__copy,
    .dashboard-evidence__inner--reverse .dashboard-product-rail__board {
      order: initial;
    }

    .dashboard-evidence__inner--split .dashboard-evidence__copy {
      margin-bottom: 0;
    }

    .dashboard-product-rail__evidence {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-evidence__stack-item,
    .dashboard-evidence__stack-item:nth-child(1),
    .dashboard-evidence__stack-item:nth-child(2),
    .dashboard-evidence__stack-item:nth-child(n+3) {
      grid-column: 1 / -1;
      margin-top: 0;
      transform: none;
    }
  }

  @media (max-width: 760px) {
    .dual-edge-section .dual-edge-inner {
      width: min(100% - 28px, 1180px);
      padding: 44px 0;
    }

    .dual-edge-section .dual-edge-board {
      padding: 12px;
    }

    .dual-edge-section .deployment-mode-grid {
      grid-template-columns: 1fr;
    }

    .dual-edge-section .deployment-mode-panel {
      min-height: 0;
      grid-template-rows: auto minmax(190px, auto) auto;
      padding: 14px;
    }

    .dual-edge-section .dual-edge-diagram {
      min-height: 210px;
      aspect-ratio: 4 / 3;
    }

    .dual-edge-section .deployment-mode-title {
      font-size: 1.1875rem;
    }

    .dual-edge-section .capability-chip-row {
      gap: 7px;
    }

    .dual-edge-section .capability-chip {
      min-height: 32px;
      white-space: normal;
    }

    .dashboard-evidence__inner {
      width: min(calc(100vw - 28px), 1180px);
      padding: 44px 0;
    }

    .dashboard-evidence--products .dashboard-evidence__inner {
      width: min(calc(100vw - 28px), 320px);
      margin-left: 14px;
      margin-right: auto;
    }

    .dashboard-evidence__copy h2 {
      font-size: 2.125rem;
    }

    .dashboard-evidence--products .dashboard-evidence__copy h2 {
      font-size: 1.625rem;
      line-height: 1.08;
    }

    .dashboard-evidence--products .dashboard-evidence__copy p {
      font-size: 0.9375rem;
      line-height: 1.55;
    }

    .dashboard-evidence__stack,
    .dashboard-product-rail__board,
    .dashboard-outcome-map__board {
      padding: 12px;
    }

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

    .dashboard-shot,
    .dashboard-shot__viewport,
    .dashboard-evidence__stack,
    .dashboard-product-rail__board,
    .dashboard-proof-strip__column,
    .dashboard-outcome-map__board,
    .dashboard-outcome-map__node {
      max-width: 100%;
    }

    .dashboard-shot__viewport {
      aspect-ratio: 4 / 3;
    }

    .dashboard-evidence--products .dashboard-shot__viewport {
      aspect-ratio: 4 / 3;
    }

    .dashboard-evidence--products .dashboard-shot__image--contain {
      object-fit: cover;
      object-position: left center;
    }

    .dashboard-shot__chrome {
      min-height: 36px;
      padding: 0 10px;
      overflow: hidden;
    }

    .dashboard-shot__chrome b,
    .dashboard-shot__chrome em {
      font-size: 0.625rem;
      letter-spacing: 0.04em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .dashboard-outcome-map__board::before {
      display: none;
    }
  }

  @media (max-width: 680px) {
    .visual-hero__mobile-measure {
      width: 20rem;
    }

    .visual-hero,
    .visual-hero__inner,
    .visual-hero .copy-zone,
    .visual-hero .art-zone {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    .visual-hero__inner {
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 28px 16px 20px;
    }

    .visual-hero .copy-zone h1,
    .visual-hero .copy-zone h2 {
      max-width: min(var(--visual-hero-mobile-title-max-width, 12ch), 358px, calc(100vw - 32px));
      font-size: clamp(1.875rem, 8vw, 2rem);
      overflow-wrap: anywhere;
    }

    .visual-hero .copy-zone p {
      max-width: min(358px, calc(100vw - 32px));
      font-size: 1rem;
      overflow-wrap: anywhere;
    }

    .visual-hero .hero-actions {
      width: min(100%, 358px);
      max-width: 100%;
      flex-direction: column;
    }

    .visual-hero .hero-button {
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
    }

    .visual-hero .artifact {
      max-width: min(358px, calc(100vw - 32px));
    }

    .visual-hero .screen-top {
      padding-right: 12px;
    }

    .visual-hero .screen-label {
      margin-left: 0;
    }

    .visual-hero .ops-grid {
      padding: 12px;
    }

    .visual-hero .traffic-map {
      min-height: 380px;
    }

    .visual-hero .traffic-node--core {
      width: 112px;
      height: 112px;
    }

    .visual-hero .product-board,
    .visual-hero .outcome-grid {
      grid-template-columns: 1fr;
    }

    .visual-hero .score {
      width: 152px;
      height: 152px;
    }

    .visual-hero .score div {
      width: 116px;
      height: 116px;
    }
  }

  @media (max-width: 420px) {
    .dual-edge-section .dual-edge-inner {
      width: min(100% - 24px, 1180px);
    }

    .dual-edge-section .dual-edge-copy-zone h2,
    .dual-edge-section .dual-edge-copy-zone h3 {
      font-size: 1.875rem;
    }

    .dual-edge-section .dual-edge-copy-zone p,
    .dual-edge-section .deployment-mode-summary {
      font-size: 0.9375rem;
    }

    .dual-edge-section .edge-node {
      min-width: 76px;
      min-height: 40px;
      padding: 8px;
      font-size: 0.6875rem;
    }

    .dual-edge-section .edge-node--peakhour {
      width: 104px;
      height: 82px;
    }

    .dual-edge-section .edge-signal {
      right: 8%;
      width: 112px;
    }

    .dashboard-evidence__inner {
      width: min(calc(100vw - 24px), 1180px);
    }

    .dashboard-evidence__copy h2 {
      font-size: 1.875rem;
    }

    .dashboard-evidence__copy p,
    .dashboard-proof-strip__column p,
    .dashboard-outcome-map__node p {
      font-size: 0.9375rem;
    }
  }

  .ph-angled-evidence {
    background: #020812;
    color: #dbe7f5;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .ph-angled-evidence,
  .ph-angled-evidence * {
    box-sizing: border-box;
  }

  .ph-angled-evidence a {
    text-decoration: none;
  }

  .ph-angled-evidence__section {
    padding: 72px 24px;
  }

  .ph-angled-evidence__section--hero {
    min-height: 520px;
    display: grid;
    align-items: center;
    padding-top: 96px;
    background:
      radial-gradient(circle at 78% 32%, rgba(52, 203, 255, 0.13), transparent 36%),
      #020812;
  }

  .ph-angled-evidence__section--band {
    background: #071321;
  }

  .ph-angled-evidence__inner {
    width: 100%;
    max-width: 1232px;
    min-width: 0;
    margin: 0 auto;
  }

  .ph-angled-evidence__split {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
    gap: 54px;
    align-items: center;
    min-width: 0;
  }

  .ph-angled-evidence__copy {
    width: 100%;
    min-width: 0;
    max-width: 690px;
  }

  .ph-angled-evidence__kicker {
    display: block;
    color: #67e8f9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .ph-angled-evidence h1,
  .ph-angled-evidence h2,
  .ph-angled-evidence h3,
  .ph-angled-evidence p {
    margin: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .ph-angled-evidence h1 {
    max-width: 860px;
    margin-top: 18px;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: 0;
  }

  .ph-angled-evidence h2 {
    margin-top: 14px;
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .ph-angled-evidence h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
  }

  .ph-angled-evidence p {
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.75;
  }

  .ph-angled-evidence__lead {
    width: 100%;
    max-width: 760px;
    margin-top: 22px !important;
    font-size: 22px !important;
  }

  .ph-angled-evidence__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }

  .ph-angled-evidence__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 12px 18px;
    font-weight: 800;
  }

  .ph-angled-evidence__button--primary {
    background: #facc15;
    color: #071321;
  }

  .ph-angled-evidence__button--secondary {
    border: 1px solid #52657d;
    color: #fff;
  }

  .ph-angled-evidence__art {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 360px;
    perspective: 1400px;
  }

  .ph-angled-evidence__art::before {
    content: "";
    position: absolute;
    inset: 14% 4% 6% 10%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(52, 203, 255, 0.18), transparent 62%);
    filter: blur(20px);
    opacity: 0.75;
  }

  .ph-angled-shot {
    position: absolute;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(159, 214, 255, 0.2);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(52, 203, 255, 0.08), transparent 44%), #071321;
    box-shadow:
      0 28px 80px rgba(0, 0, 0, 0.42),
      0 0 42px rgba(52, 203, 255, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transform-style: preserve-3d;
  }

  .ph-angled-shot::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.12), transparent 24%, transparent 72%, rgba(52, 203, 255, 0.1));
    mix-blend-mode: screen;
    opacity: 0.55;
  }

  .ph-angled-shot__chrome {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
    overflow: hidden;
  }

  .ph-angled-shot__chrome span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ph-state-danger);
  }

  .ph-angled-shot__chrome span:nth-child(2) {
    background: var(--ph-state-warning);
  }

  .ph-angled-shot__chrome span:nth-child(3) {
    background: var(--ph-state-success);
  }

  .ph-angled-shot__chrome b {
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
    color: #9fb0c3;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ph-angled-shot img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    background: #020812;
  }

  .ph-angled-shot__caption {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    border: 1px solid rgba(103, 232, 249, 0.28);
    border-radius: 999px;
    background: rgba(2, 8, 18, 0.82);
    color: #dffbff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .ph-angled-shot--primary {
    left: 4%;
    top: 10%;
    width: 78%;
    height: 68%;
    transform: perspective(1300px) rotateY(-9deg) rotateX(3deg) rotateZ(-1.5deg);
  }

  .ph-angled-shot--secondary {
    right: 0;
    bottom: 4%;
    z-index: 3;
    width: 46%;
    height: 36%;
    transform: perspective(1000px) rotateY(-6deg) rotateX(2deg) rotateZ(5deg) translateZ(48px);
  }

  .ph-angled-shot--tertiary {
    left: 2%;
    bottom: -4%;
    z-index: 2;
    width: 42%;
    height: 32%;
    transform: perspective(1000px) rotateY(-4deg) rotateX(1deg) rotateZ(-5deg) translateZ(32px);
  }

  .ph-angled-signal {
    position: absolute;
    z-index: 4;
    min-width: 178px;
    border: 1px solid rgba(48, 220, 135, 0.26);
    border-radius: 8px;
    background: rgba(5, 20, 17, 0.9);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
    padding: 13px 14px;
  }

  .ph-angled-signal strong,
  .ph-angled-signal span {
    display: block;
  }

  .ph-angled-signal strong {
    color: #d9ffe9;
    font-size: 14px;
  }

  .ph-angled-signal span {
    margin-top: 4px;
    color: #a7f3d0;
    font-size: 12px;
  }

  .ph-angled-signal--one {
    right: 4%;
    top: 1%;
  }

  .ph-angled-signal--two {
    left: 0;
    top: 64%;
    border-color: rgba(250, 204, 21, 0.28);
    background: rgba(31, 24, 6, 0.9);
  }

  .ph-angled-signal--two span {
    color: #fde68a;
  }

  .ph-angled-evidence__features {
    display: grid;
    gap: 16px;
    min-width: 0;
    margin-top: 28px;
  }

  .ph-angled-evidence__feature {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
  }

  .ph-angled-evidence__feature span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(103, 232, 249, 0.28);
    border-radius: 8px;
    color: #67e8f9;
    background: rgba(103, 232, 249, 0.08);
    font-weight: 800;
  }

  .ph-angled-evidence__feature p {
    min-width: 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .ph-angled-evidence__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
  }

  .ph-angled-evidence__metric {
    border: 1px solid rgba(159, 214, 255, 0.18);
    border-radius: 8px;
    background: #071321;
    padding: 22px;
  }

  .ph-angled-evidence__metric strong {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 1;
  }

  .ph-angled-evidence__metric span {
    display: block;
    margin-top: 10px;
    color: #b8c7d9;
    line-height: 1.45;
  }

  .ph-solution-story,
  .ph-solution-story * {
    box-sizing: border-box;
  }

  .ph-feature-cards,
  .ph-feature-cards *,
  .ph-feature-highlight,
  .ph-feature-highlight *,
  .ph-learn-more,
  .ph-learn-more *,
  .ph-case-showcase,
  .ph-case-showcase *,
  .ph-cta-section,
  .ph-cta-section *,
  .ph-testimonial-section,
  .ph-testimonial-section *,
  .ph-blog-posts,
  .ph-blog-posts * {
    box-sizing: border-box;
  }

  .ph-feature-cards,
  .ph-feature-highlight,
  .ph-learn-more,
  .ph-case-showcase,
  .ph-cta-section,
  .ph-testimonial-section,
  .ph-blog-posts {
    width: 100%;
    max-width: 100%;
  }

  .ph-feature-cards .container,
  .ph-feature-cards__grid,
  .ph-feature-card,
  .ph-feature-card > div,
  .ph-feature-highlight .container,
  .ph-feature-highlight__layout,
  .ph-feature-highlight__copy,
  .ph-feature-highlight__media,
  .ph-feature-highlight__frame,
  .ph-learn-more__inner,
  .ph-learn-more__grid,
  .ph-learn-more__link,
  .ph-learn-more__card,
  .ph-learn-more__body,
  .ph-learn-more__footer,
  .ph-case-showcase__inner,
  .ph-case-showcase__copy,
  .ph-case-showcase__grid,
  .ph-case-showcase__card,
  .ph-case-showcase__body,
  .ph-case-showcase__image-wrap,
  .ph-cta-section__inner,
  .ph-cta-section__layout,
  .ph-cta-section__copy,
  .ph-cta-section__actions,
  .ph-cta-section__media,
  .ph-cta-section__frame,
  .ph-testimonial-section__inner,
  .ph-testimonial-section__copy,
  .ph-testimonial-section__card,
  .ph-testimonial-section__quote,
  .ph-testimonial-section__quote-text,
  .ph-testimonial-section__author,
  .ph-testimonial-section__bg,
  .ph-testimonial-section__bg-image,
  .ph-blog-posts__inner,
  .ph-blog-posts__grid,
  .ph-blog-posts__card,
  .ph-blog-posts__body {
    min-width: 0;
    max-width: 100%;
  }

  .ph-learn-more__link {
    display: block;
    width: 100%;
  }

  .ph-learn-more__card {
    width: 100%;
  }

  .ph-learn-more__title,
  .ph-learn-more__card-title,
  .ph-learn-more__description,
  .ph-learn-more__cta-text {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .ph-learn-more__description,
  .ph-learn-more__cta-text {
    min-width: 0;
  }

  .ph-case-showcase__card,
  .ph-cta-section__frame {
    width: 100%;
  }

  .ph-case-showcase__image,
  .ph-cta-section__image,
  .ph-testimonial-section__bg-image,
  .ph-blog-posts__image {
    display: block;
    max-width: 100%;
  }

  .ph-testimonial-section__bg {
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }

  .ph-testimonial-section__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(3, 7, 13, 0.98) 0%, rgba(7, 17, 29, 0.88) 50%, rgba(7, 17, 29, 0.36) 80%, rgba(3, 7, 13, 0.12) 100%);
  }

  .ph-testimonial-section__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .ph-case-showcase__kicker,
  .ph-case-showcase__title,
  .ph-case-showcase__intro,
  .ph-case-showcase__company,
  .ph-case-showcase__card-title,
  .ph-case-showcase__summary,
  .ph-case-showcase__link-label,
  .ph-case-showcase .ph-chip,
  .ph-case-showcase__all,
  .ph-cta-section__title,
  .ph-cta-section__subtitle,
  .ph-cta-section__button,
  .ph-testimonial-section__quote,
  .ph-testimonial-section__quote-text,
  .ph-testimonial-section__author,
  .ph-blog-posts__title,
  .ph-blog-posts__card-title,
  .ph-blog-posts__summary,
  .ph-blog-posts__link {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .ph-solution-story {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
      radial-gradient(circle at 18% 18%, rgba(52, 203, 255, 0.08), transparent 32rem),
      linear-gradient(180deg, #050b13 0%, #081421 50%, #03070d 100%);
    padding: 4.5rem 0;
  }

  .ph-solution-story__inner {
    width: calc(100% - 2rem);
    max-width: 1280px;
    margin: 0 auto;
  }

  .ph-solution-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
  }

  .ph-solution-story__copy {
    min-width: 0;
    max-width: 100%;
    border: 1px solid rgba(159, 214, 255, 0.16);
    border-radius: 0.75rem;
    background: rgba(6, 15, 27, 0.9);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    padding: 1.5rem;
  }

  .ph-solution-story__title,
  .ph-solution-story__intro,
  .ph-solution-story__item-title,
  .ph-solution-story__item-copy {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ph-feature-cards .ph-feature-card h3,
  .ph-feature-cards .ph-feature-card p,
  .ph-feature-cards .ph-feature-card .prose,
  .ph-solution-story__copy,
  .ph-solution-story__item > div {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .ph-solution-story__title {
    margin: 0 0 1rem;
    color: #f8fbff;
    font-size: clamp(1.875rem, 3vw, 2.45rem);
    font-weight: 800;
    line-height: 1.12;
  }

  .ph-solution-story__intro {
    margin: 0 0 1.5rem;
    color: #c6d4e4;
    font-size: 1.0625rem;
    line-height: 1.7;
  }

  .ph-solution-story__list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ph-solution-story__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.875rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.625rem;
    background: rgba(15, 28, 44, 0.72);
  }

  .ph-solution-story__icon {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(52, 203, 255, 0.22);
    border-radius: 0.5rem;
    background: rgba(52, 203, 255, 0.08);
    color: #67e8f9;
  }

  .ph-solution-story__item-title {
    margin: 0 0 0.35rem;
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.35;
  }

  .ph-solution-story__item-copy {
    margin: 0;
    color: #c6d4e4;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .ph-solution-story__media {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid rgba(159, 214, 255, 0.18);
    border-radius: 0.875rem;
    background: linear-gradient(135deg, rgba(2, 8, 18, 0.96), rgba(10, 28, 45, 0.92));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36), 0 0 42px rgba(52, 203, 255, 0.08);
    padding: 0.875rem;
  }

  .ph-solution-story__frame {
    display: flex;
    min-height: 0;
    aspect-ratio: 16 / 10;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #07111f;
  }

  .ph-solution-story__chrome {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    padding: 0 0.125rem 0.75rem;
  }

  .ph-solution-story__chrome-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 999px;
  }

  .ph-solution-story__chrome-dot--red {
    background: var(--ph-state-danger);
  }

  .ph-solution-story__chrome-dot--amber {
    background: var(--ph-state-warning);
  }

  .ph-solution-story__chrome-dot--green {
    background: var(--ph-state-success);
  }

  .ph-solution-story__chrome-bar {
    width: 6rem;
    height: 0.375rem;
    margin-left: auto;
    border-radius: 999px;
    background: rgba(52, 203, 255, 0.22);
  }

  .ph-solution-story__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-width: 0;
    border-radius: 0.5rem;
    object-fit: cover;
  }

  .ph-solution-story--diagram .ph-solution-story__image,
  .ph-solution-story--contain .ph-solution-story__image,
  .ph-solution-story--screenshot .ph-solution-story__image,
  .ph-solution-story--dashboard .ph-solution-story__image {
    object-fit: contain;
  }

  .ph-solution-story--compact .ph-solution-story__layout,
  .ph-solution-story--bridge .ph-solution-story__layout,
  .ph-solution-story--strip .ph-solution-story__layout,
  .ph-solution-story--plain-path .ph-solution-story__layout,
  .ph-solution-story--plain .ph-solution-story__layout,
  .ph-solution-story--no-image .ph-solution-story__layout {
    align-items: start;
  }

  .ph-solution-story--compact .ph-solution-story__copy,
  .ph-solution-story--bridge .ph-solution-story__copy,
  .ph-solution-story--strip .ph-solution-story__copy,
  .ph-solution-story--plain-path .ph-solution-story__copy,
  .ph-solution-story--plain .ph-solution-story__copy,
  .ph-solution-story--no-image .ph-solution-story__copy {
    background: rgba(6, 15, 27, 0.64);
  }

  @media (min-width: 760px) {
    .ph-solution-story__copy {
      padding: 2rem;
    }

    .ph-solution-story--compact .ph-solution-story__list,
    .ph-solution-story--bridge .ph-solution-story__list,
    .ph-solution-story--strip .ph-solution-story__list,
    .ph-solution-story--plain-path .ph-solution-story__list,
    .ph-solution-story--plain .ph-solution-story__list,
    .ph-solution-story--no-image .ph-solution-story__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1024px) {
    .ph-solution-story {
      padding: 5rem 0;
    }

    .ph-solution-story__layout {
      grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
      gap: 2rem;
    }

    .ph-solution-story--story-right .ph-solution-story__layout,
    .ph-solution-story--right .ph-solution-story__layout,
    .ph-solution-story--media-right .ph-solution-story__layout {
      grid-template-columns: minmax(0, 0.57fr) minmax(0, 0.43fr);
    }

    .ph-solution-story--story-right .ph-solution-story__media,
    .ph-solution-story--right .ph-solution-story__media,
    .ph-solution-story--media-right .ph-solution-story__media {
      order: 2;
    }

    .ph-solution-story--story-right .ph-solution-story__copy,
    .ph-solution-story--right .ph-solution-story__copy,
    .ph-solution-story--media-right .ph-solution-story__copy {
      order: 1;
    }

    .ph-solution-story--compact .ph-solution-story__layout,
    .ph-solution-story--bridge .ph-solution-story__layout,
    .ph-solution-story--strip .ph-solution-story__layout,
    .ph-solution-story--plain-path .ph-solution-story__layout,
    .ph-solution-story--plain .ph-solution-story__layout,
    .ph-solution-story--no-image .ph-solution-story__layout {
      grid-template-columns: minmax(0, 1fr);
    }

    .ph-solution-story--compact .ph-solution-story__copy,
    .ph-solution-story--bridge .ph-solution-story__copy,
    .ph-solution-story--strip .ph-solution-story__copy,
    .ph-solution-story--plain-path .ph-solution-story__copy,
    .ph-solution-story--plain .ph-solution-story__copy,
    .ph-solution-story--no-image .ph-solution-story__copy {
      padding: 2.25rem;
    }

    .ph-solution-story--compact .ph-solution-story__list,
    .ph-solution-story--bridge .ph-solution-story__list,
    .ph-solution-story--strip .ph-solution-story__list,
    .ph-solution-story--plain-path .ph-solution-story__list,
    .ph-solution-story--plain .ph-solution-story__list,
    .ph-solution-story--no-image .ph-solution-story__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 420px) {
    .ph-solution-story__inner {
      width: calc(100% - 1.25rem);
    }

    .ph-solution-story__copy,
    .ph-solution-story__media {
      padding: 1rem;
    }

    .ph-solution-story__title {
      font-size: 1.6rem;
    }

    .ph-solution-story__item {
      padding: 0.875rem;
    }
  }

  @media (max-width: 680px) {
    .ph-feature-cards,
    .ph-feature-cards *,
    .ph-solution-story,
    .ph-solution-story *,
    .ph-feature-highlight,
    .ph-feature-highlight *,
    .ph-learn-more,
    .ph-learn-more *,
    .ph-case-showcase,
    .ph-case-showcase *,
    .ph-cta-section,
    .ph-cta-section *,
    .ph-testimonial-section,
    .ph-testimonial-section *,
    .ph-blog-posts,
    .ph-blog-posts * {
      min-width: 0 !important;
      max-width: 100%;
    }

    .ph-feature-cards .container,
    .ph-feature-cards__grid,
    .ph-challenge-story .container,
    .ph-image-text .container,
    .ph-feature-highlight .container,
    .ph-learn-more__inner,
    .ph-learn-more__grid,
    .ph-solution-story__inner,
    .ph-case-showcase__inner,
    .ph-case-showcase__grid,
    .ph-cta-section__inner,
    .ph-testimonial-section__inner,
    .ph-blog-posts__inner,
    .ph-blog-posts__grid {
      width: min(calc(100vw - 2rem), 360px) !important;
      max-width: min(calc(100vw - 2rem), 360px) !important;
      margin-left: 1rem !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .ph-feature-cards .ph-feature-card,
    .ph-feature-cards__grid,
    .ph-learn-more__grid,
    .ph-case-showcase__grid,
    .ph-blog-posts__grid,
    .ph-solution-story__copy,
    .ph-challenge-story__copy,
    .ph-challenge-story__media,
    .ph-image-text__copy,
    .ph-image-text__media,
    .ph-feature-highlight__copy,
    .ph-feature-highlight__media,
    .ph-learn-more__link,
    .ph-learn-more__card,
    .ph-case-showcase__copy,
    .ph-case-showcase__card,
    .ph-case-showcase__image-wrap,
    .ph-cta-section__layout,
    .ph-cta-section__copy,
    .ph-cta-section__media,
    .ph-cta-section__frame,
    .ph-testimonial-section__copy,
    .ph-testimonial-section__card,
    .ph-blog-posts__card {
      width: 100% !important;
      max-width: 100% !important;
    }

    .ph-feature-cards__grid,
    .ph-learn-more__grid,
    .ph-case-showcase__grid,
    .ph-blog-posts__grid {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .ph-feature-cards .ph-feature-card .flex,
    .ph-feature-highlight li,
    .ph-solution-story__item {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      align-items: start !important;
    }

    .ph-feature-cards .ph-feature-card .flex > div:first-child,
    .ph-feature-highlight li > div:first-child,
    .ph-solution-story__icon {
      margin: 0 0 0.75rem 0 !important;
    }

    .ph-feature-cards .ph-feature-card h3,
    .ph-feature-cards__title,
    .ph-feature-cards .ph-feature-card p,
    .ph-solution-story__title,
    .ph-solution-story__intro,
    .ph-solution-story__item-title,
    .ph-solution-story__item-copy,
    .ph-learn-more__title,
    .ph-learn-more__card-title,
    .ph-learn-more__description,
    .ph-learn-more__cta-text,
    .ph-case-showcase__kicker,
    .ph-case-showcase__title,
    .ph-case-showcase__intro,
    .ph-case-showcase__company,
    .ph-case-showcase__card-title,
    .ph-case-showcase__summary,
    .ph-case-showcase__link-label,
    .ph-case-showcase .ph-chip,
    .ph-case-showcase__all,
    .ph-cta-section__title,
    .ph-cta-section__subtitle,
    .ph-cta-section__button,
    .ph-testimonial-section__quote,
    .ph-testimonial-section__quote-text,
    .ph-testimonial-section__author,
    .ph-blog-posts__title,
    .ph-blog-posts__card-title,
    .ph-blog-posts__summary,
    .ph-blog-posts__link,
    .ph-feature-highlight h2,
    .ph-challenge-story h2,
    .ph-challenge-story h3,
    .ph-challenge-story p,
    .ph-image-text h2,
    .ph-image-text h3,
    .ph-image-text p,
    .ph-feature-highlight p,
    .ph-feature-highlight span {
      min-width: 0 !important;
      max-width: 100% !important;
      overflow-wrap: break-word !important;
      word-break: normal !important;
    }

    .ph-feature-cards .ph-feature-card h3,
    .ph-solution-story__item-title {
      font-size: 1.1rem !important;
      line-height: 1.28 !important;
    }

    .ph-solution-story__title,
    .ph-learn-more__title,
    .ph-case-showcase__title,
    .ph-cta-section__title,
    .ph-blog-posts__title,
    .ph-challenge-story h2,
    .ph-image-text h2,
    .ph-image-text h3,
    .ph-feature-highlight h2 {
      font-size: 1.55rem !important;
      line-height: 1.14 !important;
      overflow-wrap: break-word !important;
      word-break: normal !important;
    }

    .ph-case-showcase__body {
      padding: 1.25rem !important;
    }

    .ph-case-showcase__metrics {
      display: flex !important;
      flex-wrap: wrap !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    .ph-case-showcase .ph-chip {
      white-space: normal !important;
    }

    .ph-cta-section__layout,
    .ph-cta-section__actions {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .ph-cta-section__button {
      width: 100% !important;
      white-space: normal !important;
    }

    .ph-testimonial-section__inner {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .ph-testimonial-section__card {
      padding: 1.25rem !important;
    }

    .ph-testimonial-section__quote {
      font-size: 1rem !important;
      line-height: 1.55 !important;
    }

    .ph-testimonial-section__quote-text {
      display: inline;
    }
  }

  @media (max-width: 1200px) {
    .ph-angled-evidence {
      width: 100%;
      max-width: 100%;
    }

    .ph-angled-evidence__split,
    .ph-angled-evidence__metrics {
      grid-template-columns: 1fr;
    }

    .ph-angled-evidence__inner,
    .ph-angled-evidence__copy,
    .ph-angled-evidence__art,
    .ph-angled-evidence__features,
    .ph-angled-evidence__lead {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .ph-angled-evidence__section {
      padding: 56px 20px;
    }

    .ph-angled-evidence__section--hero {
      min-height: auto;
      padding-top: 72px;
    }

    .ph-angled-evidence__art {
      min-height: auto;
      display: grid;
      gap: 16px;
      perspective: none;
    }

    .ph-angled-evidence__art::before,
    .ph-angled-signal,
    .ph-angled-shot::after {
      display: none;
    }

    .ph-angled-shot,
    .ph-angled-shot--primary,
    .ph-angled-shot--secondary,
    .ph-angled-shot--tertiary {
      position: relative;
      inset: auto;
      width: 100%;
      max-width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      transform: none;
    }

    .ph-angled-shot--secondary,
    .ph-angled-shot--tertiary {
      display: none;
    }

    .ph-angled-evidence h1 {
      max-width: 100%;
      font-size: 40px;
      overflow-wrap: break-word;
    }

    .ph-angled-evidence h2 {
      max-width: 100%;
      font-size: 32px;
      overflow-wrap: break-word;
    }

    .ph-angled-evidence p {
      max-width: 100%;
      overflow-wrap: break-word;
    }
  }

  @media (max-width: 680px) {
    .ph-angled-evidence {
      width: 100% !important;
      max-width: 100% !important;
    }

    .ph-angled-evidence__section {
      padding: 56px 0 !important;
    }

    .ph-angled-evidence__inner,
    .ph-angled-evidence__split,
    .ph-angled-evidence__copy,
    .ph-angled-evidence__features,
    .ph-angled-evidence__art {
      width: min(calc(100vw - 2rem), 360px) !important;
      max-width: min(calc(100vw - 2rem), 360px) !important;
      min-width: 0 !important;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    .ph-angled-evidence__split {
      display: grid !important;
      grid-template-columns: minmax(0, 1fr) !important;
      gap: 28px !important;
    }

    .ph-angled-evidence h1,
    .ph-angled-evidence h2,
    .ph-angled-evidence h3,
    .ph-angled-evidence p,
    .ph-angled-evidence__lead,
    .ph-angled-evidence__feature p {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      overflow-wrap: break-word !important;
      word-break: normal !important;
    }

    .ph-angled-evidence h2 {
      font-size: 1.875rem !important;
      line-height: 1.12 !important;
    }

    .ph-angled-evidence__lead {
      font-size: 1.125rem !important;
      line-height: 1.65 !important;
    }

    .ph-angled-shot,
    .ph-angled-shot--primary,
    .ph-angled-shot--secondary,
    .ph-angled-shot--tertiary {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      aspect-ratio: 16 / 10 !important;
      overflow: hidden !important;
    }

    .ph-angled-shot img {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      object-fit: contain !important;
    }
  }
