.proof-section .partner-grid {
  display: block;
}

.proof-section h2 {
  max-width: 820px;
}

.proof-section p {
  max-width: 930px;
}

.proof-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.proof-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 20, 22, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 20, 22, 0.1);
}

.proof-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 96 / 62;
  object-fit: cover;
}

.proof-shot figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px 16px;
  color: #111416;
  font-size: 0.95rem;
  line-height: 1.4;
}

.proof-shot figcaption strong {
  font-size: 1rem;
}

.proof-shot figcaption span {
  color: #5e646c;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .section-pad {
    max-width: 100vw;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .header-cta {
    display: none;
  }

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

  .nav a:nth-child(4) {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero-copy,
  .hero-actions,
  .hero-proof,
  .hero-product {
    width: calc(100% - 28px);
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy h1,
  .hero-copy p,
  .direct-contact,
  .product-shell,
  .proof-visual-grid {
    max-width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(1.66rem, 7.2vw, 1.88rem);
    line-height: 1.12;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  .hero-copy p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
  }

  .btn {
    min-height: 50px;
    width: auto;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    white-space: normal;
    text-align: center;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    width: 100%;
  }

  .product-shell {
    overflow: hidden;
    padding: 10px;
  }

  .call-panel {
    padding: 12px;
  }

  .caller-row {
    align-items: flex-start;
  }

  .caller-row > div {
    min-width: 0;
  }

  .caller-row strong,
  .caller-row span {
    overflow-wrap: anywhere;
  }

  .transcript p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

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

  .handoff-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .handoff-row span {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    text-align: center;
    font-size: 0.72rem;
  }

  .transcript p,
  .task-list strong,
  .handoff-row span,
  .dashboard-stats span,
  .dashboard-stats strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .proof-visual-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    font-size: 0.78rem;
  }

  .service-popup-tags {
    flex-wrap: wrap;
    overflow: visible;
  }

  .service-popup-tags span {
    flex: 0 1 auto;
    white-space: normal;
  }

  .tanja-section .section-head h2 {
    font-size: clamp(1.98rem, 8.4vw, 2.22rem);
    line-height: 1.1;
    text-wrap: balance;
  }

  .tanja-section .section-head p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .tanja-badge {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .proof-shot figcaption {
    padding: 13px 14px 15px;
  }
}
