.leak-page h1 {
  max-width: 12ch;
}

.leak-hero .hero-copy {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(222, 245, 249, 0.84)),
    radial-gradient(circle at 88% 16%, rgba(8, 126, 164, 0.18), transparent 23rem),
    radial-gradient(circle at 6% 88%, rgba(242, 185, 92, 0.16), transparent 18rem);
}

.leak-page .lead-card {
  position: relative;
  overflow: hidden;
}

.leak-page .lead-card::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  z-index: 0;
  border: 1px solid rgba(8, 126, 164, 0.13);
  border-radius: calc(var(--radius) - 0.7rem);
  pointer-events: none;
}

.leak-page .lead-card > * {
  position: relative;
  z-index: 1;
}

.notice-strip,
.split-section,
.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.notice-strip {
  background: #fff8ec;
  border-color: rgba(242, 185, 92, 0.34);
}

.check-list,
.limit-grid,
.steps-grid {
  display: grid;
  gap: 0.8rem;
}

.check-list p,
.steps-grid article,
.limit-grid article,
.text-photo-placeholder {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(8, 39, 54, 0.12);
  border-radius: 1.2rem;
  background: #fff;
}

.problem-grid .service-card {
  min-height: 12rem;
}

.problem-grid .priority {
  border-color: rgba(8, 126, 164, 0.28);
  background:
    linear-gradient(180deg, rgba(223, 244, 251, 0.62), rgba(255, 255, 255, 0.94)),
    #fff;
}

.steps-grid,
.limit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid strong,
.limit-grid strong,
.text-photo-placeholder strong {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: -0.03em;
}

.steps-grid span,
.limit-grid span,
.text-photo-placeholder span {
  color: var(--muted);
}

.trust-panel {
  background:
    linear-gradient(135deg, rgba(8, 39, 54, 0.96), rgba(8, 126, 164, 0.86)),
    var(--ink);
  color: #fff;
}

.trust-panel .eyebrow,
.trust-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.text-photo-placeholder {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.file-visual span {
  display: block;
  margin: 0.25rem 0 0.55rem;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.consent-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem;
  font-weight: 600;
}

.consent-row input {
  width: auto;
  margin-top: 0.25rem;
}

.disabled-contact,
.leak-page form button[type="button"],
.mobile-sticky button {
  cursor: default;
}

.mobile-sticky {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(8, 39, 54, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(8, 39, 54, 0.22);
  backdrop-filter: blur(14px);
}

.mobile-sticky a,
.mobile-sticky button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border: 0;
  border-radius: 0.9rem;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.mobile-sticky a {
  background: var(--brand);
}

.blocked-ribbon {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #ffe1e1;
  color: #8a1721;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .notice-strip,
  .split-section,
  .trust-panel,
  .steps-grid,
  .limit-grid {
    grid-template-columns: 1fr;
  }

  .leak-page h1 {
    max-width: 13ch;
  }
}

@media (max-width: 767px) {
  .mobile-sticky {
    display: grid;
  }

  .leak-page main {
    padding-bottom: 6rem;
  }

  .problem-grid .service-card {
    min-height: auto;
  }
}
