.platform-context-hero {
  --platform-hero-image: none;
  position: relative;
  isolation: isolate;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 9rem 0 6.5rem;
  background: #071225;
}

.platform-context-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 13, 31, .97) 0%, rgba(4, 13, 31, .88) 42%, rgba(4, 13, 31, .34) 72%, rgba(4, 13, 31, .62) 100%),
    linear-gradient(0deg, rgba(4, 13, 31, .92) 0%, transparent 58%),
    var(--platform-hero-image) center / cover no-repeat;
  transform: scale(1.01);
}

.platform-context-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: radial-gradient(circle at 22% 100%, rgba(29, 132, 255, .24), transparent 52%);
  pointer-events: none;
}

.platform-context-content { max-width: 790px; }
.platform-context-content .hero-title { max-width: 760px; }
.platform-context-content .hero-description { max-width: 720px; }

.platform-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 2rem 0 2.25rem;
}

.platform-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(10px);
  font-weight: 700;
}

.platform-proof-pill::before {
  content: "✓";
  color: #34d399;
  font-weight: 900;
}

.platform-context-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.platform-evidence {
  padding: 6.25rem 0 5.75rem;
  background: linear-gradient(180deg, #fff 0%, #f4f8ff 100%);
}

.platform-evidence-heading {
  max-width: 850px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.platform-evidence-heading p {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #66758d;
  font-size: 1.16rem;
  line-height: 1.75;
}

.platform-evidence-frame {
  padding: 1.15rem;
  overflow: hidden;
  border: 1px solid #dbe6f5;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(25, 61, 112, .16);
}

.platform-evidence-frame img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 18px;
}

.platform-evidence-captions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.platform-evidence-caption {
  padding: 1.2rem 1.3rem;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  color: #34445c;
}

.platform-evidence-caption strong {
  display: block;
  margin-bottom: .3rem;
  color: #0b2f60;
  font-size: 1.04rem;
}

.platform-evidence-captions > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid #dce7f5;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  color: #34445c;
  font-weight: 700;
  text-align: center;
}

.platform-evidence-frame-light { background: #fff; }

.platform-evidence-frame-portrait {
  max-width: 760px;
  margin-inline: auto;
}

.platform-evidence-frame-portrait img {
  max-height: 760px;
  object-fit: contain;
}

.platform-app-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.platform-app-shot {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid #dbe6f5;
  border-radius: 24px;
  background: linear-gradient(145deg, #eef5ff, #fff);
  box-shadow: 0 20px 50px rgba(25, 61, 112, .12);
}

.platform-app-shot img {
  width: 100%;
  height: 470px;
  object-fit: contain;
}

.platform-app-shot > span {
  color: #0b2f60;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 900px) {
  .platform-context-hero { min-height: 680px; padding: 8rem 0 5rem; }
  .platform-context-hero::before {
    background:
      linear-gradient(90deg, rgba(4,13,31,.95), rgba(4,13,31,.76)),
      linear-gradient(0deg, rgba(4,13,31,.94), transparent 62%),
      var(--platform-hero-image) 62% center / cover no-repeat;
  }
  .platform-evidence-captions { grid-template-columns: 1fr; }
  .platform-app-evidence { grid-template-columns: 1fr; }
  .platform-app-shot { min-height: 430px; }
  .platform-app-shot img { height: 390px; }
}

@media (max-width: 600px) {
  .platform-context-hero { min-height: auto; padding: 7.5rem 0 4.5rem; }
  .platform-context-content .hero-title { font-size: clamp(2.5rem, 12vw, 3.55rem); line-height: 1.03; }
  .platform-context-content .hero-description { font-size: 1.05rem; line-height: 1.65; }
  .platform-proof-pills { display: grid; grid-template-columns: 1fr; }
  .platform-context-actions { display: grid; grid-template-columns: 1fr; }
  .platform-context-actions .btn { width: 100%; justify-content: center; }
  .platform-evidence { padding: 4.5rem 0; }
  .platform-evidence-frame { padding: .55rem; border-radius: 18px; }
  .platform-evidence-frame img { border-radius: 12px; }
  .platform-app-shot { min-height: 360px; padding: .8rem; }
  .platform-app-shot img { height: 330px; }
}
