/* Integrate the editorial page with the shared navbar and native HTML controls. */
.marketing-security {
  color: #1c1100;
  background: #faf8f5;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.marketing-security .sec-hero {
  padding-top: 150px;
}
.marketing-security .sec-faq-q {
  list-style: none;
  cursor: pointer;
}
.marketing-security .sec-faq-q::-webkit-details-marker {
  display: none;
}
.marketing-security .sec-faq-item[open] .sec-faq-a {
  max-height: none;
}
.marketing-security
  :is(a, summary, button, input, select, textarea):focus-visible {
  outline: 2px solid #16332a;
  outline-offset: 4px;
}
.marketing-security .sec-faq-q:focus-visible {
  outline-offset: -3px;
}
.marketing-security .sec-form,
.marketing-security .sec-form-field {
  min-width: 0;
}
.marketing-security :is(input, select, textarea) {
  width: 100%;
  min-width: 0;
  line-height: normal;
}
.marketing-security .sec-form-submit {
  line-height: normal;
}
.marketing-security .sec-form-errors {
  color: #a32626;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.marketing-security .sec-form-errors a {
  text-decoration: underline;
}
.marketing-security .sec-form-success {
  color: #16332a;
  background: #e8f0ed;
  border-radius: 10px;
  padding: 16px;
}
.marketing-security .sec-form-privacy {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
.marketing-security .sec-form-privacy a {
  text-decoration: underline;
}
.marketing-security #security-contact {
  scroll-margin-top: 100px;
}
.marketing-security .sticky-cta {
  visibility: hidden;
}
.marketing-security .sticky-cta.visible {
  visibility: visible;
}
/* CSS drawings remain still without JavaScript and outside the viewport. */
.marketing-security .sec-step-visual *,
.marketing-security .sec-step-visual *::before,
.marketing-security .sec-step-visual *::after {
  animation-play-state: paused;
}
.marketing-security
  .sec-step-visual[data-animation-ready]:not(.animation-paused)
  *,
.marketing-security
  .sec-step-visual[data-animation-ready]:not(.animation-paused)
  *::before,
.marketing-security
  .sec-step-visual[data-animation-ready]:not(.animation-paused)
  *::after {
  animation-play-state: running;
}
@media (max-width: 820px) {
  .marketing-security .sec-hero {
    padding-top: 125px;
  }
}
@media (max-width: 600px) {
  /* Let the drawings fit their card instead of clipping fixed-width source shapes. */
  .marketing-security .v-listen-bubbles {
    width: 100%;
    max-width: 292px;
  }
  .marketing-security .v-bubble {
    min-width: 0;
    flex: 1;
    padding-inline: 12px;
  }
  .marketing-security .v-transcribe-note {
    max-width: 100%;
  }
  .marketing-security .sec-step {
    padding-left: 44px;
  }
  .marketing-security .sec-step-visual {
    padding-inline: 12px;
  }
  .marketing-security .v-docs-row {
    gap: 8px;
    width: 100%;
  }
  .marketing-security .v-doc-card {
    min-width: 0;
    flex: 1;
    padding: 12px 8px;
  }
  .marketing-security .v-doc-card-title {
    overflow-wrap: anywhere;
  }
  .marketing-security .v-deid-note {
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-security *,
  .marketing-security *::before,
  .marketing-security *::after {
    animation: none !important;
    transition: none !important;
  }
}
