.site-page-secureforms-landing {
  background:
    linear-gradient(180deg, #06131f 0%, #081827 46%, #050b12 100%);
}

.sf-landing {
  overflow: clip;
}

.sf-landing .section-title {
  max-width: 820px;
}

.sf-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr);
  align-items: center;
  min-height: min(820px, calc(100vh - 70px));
  gap: clamp(3rem, 7vw, 7.5rem);
  padding-block: clamp(4rem, 8vw, 7.5rem);
}

.sf-hero::before {
  position: absolute;
  top: 17%;
  left: -24vw;
  width: 42vw;
  height: 42vw;
  content: "";
  border: 1px solid rgba(99, 214, 255, .1);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(99, 214, 255, .018),
    0 0 0 140px rgba(99, 214, 255, .012);
  pointer-events: none;
}

.sf-hero-copy {
  position: relative;
  z-index: 2;
}

.sf-display-title {
  max-width: 760px;
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(2.85rem, 5.5vw, 5.35rem);
  font-weight: 760;
  letter-spacing: -.05em;
  line-height: .98;
  text-wrap: balance;
}

.sf-hero-lead {
  max-width: 670px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
  line-height: 1.7;
}

.sf-hero-signals {
  display: grid;
  gap: .68rem;
  margin: 2.25rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--line);
  color: #cfdae9;
  font-size: .88rem;
  list-style: none;
}

.sf-hero-signals li,
.sf-plan-card li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
}

.sf-hero-signals svg,
.sf-plan-card li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: .22rem;
  fill: none;
  stroke: #74d5ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sf-hero-visual {
  position: relative;
  margin: 0;
  padding-left: clamp(1.5rem, 4vw, 3.8rem);
  border-left: 1px solid var(--line);
}

.sf-image-frame {
  position: relative;
  overflow: hidden;
  background: #dce6ed;
}

.sf-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: inset 0 0 0 1px rgba(4, 16, 28, .14);
  pointer-events: none;
}

.sf-image-frame img {
  width: 100%;
  height: clamp(430px, 56vh, 610px);
  object-fit: cover;
  object-position: 50% 50%;
}

.sf-image-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .8rem;
  color: #7f91a7;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sf-image-caption span:first-child {
  color: #dce7f3;
}

.sf-status-card {
  position: absolute;
  right: -1.1rem;
  bottom: 3.4rem;
  display: flex;
  align-items: center;
  min-width: 215px;
  gap: .85rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(124, 210, 255, .34);
  background: rgba(5, 18, 31, .95);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
}

.sf-status-icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  background: rgba(84, 213, 154, .13);
  color: var(--success);
}

.sf-status-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sf-status-card small,
.sf-status-card strong,
.sf-status-card em {
  display: block;
}

.sf-status-card small {
  color: #8497ae;
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sf-status-card strong {
  margin: .05rem 0;
  color: #fff;
  font-size: 1rem;
}

.sf-status-card em {
  color: #9fb0c3;
  font-size: .7rem;
  font-style: normal;
}

.sf-proof {
  border-block: 1px solid var(--line);
  background: rgba(4, 13, 23, .52);
}

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

.sf-proof article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 1rem;
  padding: 2rem clamp(1.2rem, 3vw, 2.3rem) 2rem 0;
}

.sf-proof article:not(:first-child) {
  padding-left: clamp(1.2rem, 3vw, 2.3rem);
  border-left: 1px solid var(--line);
}

.sf-proof article > span,
.sf-workflow-step > span,
.sf-fit-points article > span {
  color: var(--orange);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.sf-proof h2 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -.015em;
}

.sf-proof p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.6;
}

.sf-workflow,
.sf-comparison,
.sf-faq {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.sf-section-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 0 clamp(2rem, 5vw, 6rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.sf-section-intro .section-kicker {
  grid-row: 1 / span 2;
}

.sf-section-intro .section-title,
.sf-section-intro .section-intro {
  grid-column: 2;
}

.sf-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.sf-workflow-step {
  position: relative;
  padding: 1.6rem 1.5rem 0 0;
}

.sf-workflow-step:not(:first-child) {
  padding-left: 1.5rem;
  border-left: 1px solid var(--line);
}

.sf-workflow-step::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 42%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #3e91f3, transparent);
}

.sf-workflow-step:not(:first-child)::before {
  left: 1.5rem;
}

.sf-workflow-step > span {
  display: block;
  margin-bottom: 3.25rem;
  color: #7dd6ff;
}

.sf-workflow-step h3 {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: -.02em;
}

.sf-workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.sf-pricing-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(31, 102, 171, .11), transparent 34%),
    #071624;
}

.sf-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border: 1px solid var(--line);
}

.sf-plan-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: rgba(3, 13, 23, .34);
}

.sf-plan-card:not(:first-child) {
  border-left: 1px solid var(--line);
}

.sf-plan-card-featured {
  background:
    linear-gradient(180deg, rgba(39, 127, 232, .17), transparent 55%),
    rgba(5, 22, 37, .88);
  box-shadow: inset 0 3px 0 var(--orange);
}

.sf-plan-badge {
  align-self: flex-start;
  margin: -2.25rem 0 1.35rem;
  padding: .36rem .7rem;
  background: var(--orange);
  color: #101820;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sf-plan-card header h3 {
  margin: 0 0 .6rem;
  color: #fff;
  font-size: 1.38rem;
  letter-spacing: -.025em;
}

.sf-plan-card header p {
  min-height: 5.2rem;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.sf-price {
  display: flex;
  align-items: flex-end;
  gap: .15rem;
  margin: 2rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.sf-price-currency {
  align-self: flex-start;
  margin-top: .45rem;
  color: #8bd8ff;
  font-size: 1.05rem;
  font-weight: 800;
}

.sf-price strong {
  color: #fff;
  font-size: clamp(3.2rem, 5vw, 4.6rem);
  font-weight: 760;
  letter-spacing: -.07em;
  line-height: .85;
}

.sf-price > span:last-child {
  display: grid;
  padding: 0 0 .1rem .35rem;
  color: #aebccf;
  font-size: .78rem;
  line-height: 1.25;
}

.sf-price small {
  color: #7489a1;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
}

.sf-capacity {
  margin: 0 0 1.4rem;
  color: #96dcff;
  font-size: .78rem;
  font-weight: 760;
  letter-spacing: .015em;
}

.sf-plan-card ul {
  display: grid;
  gap: .85rem;
  margin: 0 0 2rem;
  padding: 0;
  color: #c5d1e0;
  font-size: .86rem;
  list-style: none;
}

.sf-plan-card .sf-plan-cta {
  width: 100%;
  margin-top: auto;
}

.sf-price-note {
  margin: 1rem 0 0;
  color: #8395ab;
  font-size: .75rem;
}

.sf-table-wrap {
  overflow-x: auto;
  border-block: 1px solid var(--line);
  outline-offset: 4px;
}

.sf-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: .86rem;
}

.sf-comparison th,
.sf-comparison td {
  padding: 1.05rem 1.1rem;
  border-bottom: 1px solid rgba(190, 215, 242, .12);
  text-align: center;
}

.sf-comparison thead th {
  color: #8cd8ff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sf-comparison th:first-child {
  width: 42%;
  padding-left: 0;
  color: #dce5f0;
  text-align: left;
}

.sf-comparison td {
  color: #b9c7d8;
}

.sf-comparison th:nth-child(3),
.sf-comparison td:nth-child(3) {
  background: rgba(39, 127, 232, .065);
}

.sf-table-status {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  font-size: .85rem;
  font-weight: 850;
}

.sf-table-status.is-included {
  background: rgba(84, 213, 154, .11);
  color: #71e1ad;
}

.sf-table-status.is-excluded {
  color: #52677e;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.sf-fit-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(100deg, rgba(255, 173, 66, .045), transparent 40%),
    #06121e;
}

.sf-fit-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.sf-segments {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.sf-segments li {
  padding: .4rem .65rem;
  border: 1px solid var(--line);
  color: #b9c7d8;
  font-size: .72rem;
}

.sf-fit-points {
  border-top: 1px solid var(--line);
}

.sf-fit-points article {
  display: grid;
  grid-template-columns: 44px minmax(170px, .72fr) minmax(200px, 1.28fr);
  align-items: baseline;
  gap: 1rem;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--line);
}

.sf-fit-points h3,
.sf-fit-points p {
  margin: 0;
}

.sf-fit-points h3 {
  color: #fff;
  font-size: 1rem;
}

.sf-fit-points p {
  color: var(--muted);
  font-size: .84rem;
}

.sf-faq {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.sf-faq-heading {
  align-self: start;
}

.sf-faq-list {
  border-top: 1px solid var(--line);
}

.sf-faq details {
  border-bottom: 1px solid var(--line);
}

.sf-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.45rem 0;
  color: #edf5ff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 720;
  list-style: none;
}

.sf-faq summary::-webkit-details-marker {
  display: none;
}

.sf-faq summary span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  color: #7ed7ff;
  font-size: 1.15rem;
  font-weight: 400;
  transition: transform .2s ease, border-color .2s ease;
}

.sf-faq details[open] summary span:last-child {
  border-color: rgba(126, 215, 255, .48);
  transform: rotate(45deg);
}

.sf-faq details p {
  max-width: 760px;
  margin: -.2rem 3.8rem 1.5rem 0;
  color: var(--muted);
  font-size: .9rem;
}

.sf-contact-section {
  padding-block: clamp(5rem, 9vw, 8rem);
  border-top: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(39, 127, 232, .15), transparent 47%),
    #081b2d;
  box-shadow: inset 0 3px 0 rgba(255, 173, 66, .86);
}

.sf-contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.sf-direct-contact {
  margin-top: 2.4rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.sf-direct-contact strong {
  color: #fff;
}

.sf-direct-contact p {
  margin: .35rem 0 .85rem;
  color: var(--muted);
  font-size: .88rem;
}

.sf-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-left: clamp(2rem, 5vw, 4rem);
  border-left: 1px solid var(--line);
}

.sf-lead-form .form-note a {
  color: #9bdcff;
}

.sf-lead-form .form-actions .button {
  width: 100%;
}

.sf-mobile-cta {
  display: none;
}

@media (max-width: 1100px) {
  .sf-hero {
    grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
    gap: 3rem;
  }

  .sf-display-title {
    font-size: clamp(2.65rem, 5vw, 4.4rem);
  }

  .sf-status-card {
    right: -.4rem;
  }

  .sf-plan-card {
    padding: 1.65rem;
  }

  .sf-plan-card header p {
    min-height: 6.4rem;
  }
}

@media (max-width: 900px) {
  .sf-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sf-hero-copy {
    max-width: 760px;
  }

  .sf-hero-visual {
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .sf-image-frame img {
    height: min(68vw, 580px);
  }

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

  .sf-proof article,
  .sf-proof article:not(:first-child) {
    padding: 1.35rem 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .sf-proof article:last-child {
    border-bottom: 0;
  }

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

  .sf-workflow-step:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .sf-workflow-step:nth-child(n + 3) {
    margin-top: 2.5rem;
  }

  .sf-plan-grid {
    grid-template-columns: 1fr;
    border: 0;
    gap: 1rem;
  }

  .sf-plan-card,
  .sf-plan-card:not(:first-child) {
    border: 1px solid var(--line);
  }

  .sf-plan-card header p {
    min-height: 0;
  }

  .sf-plan-badge {
    margin: -1.65rem 0 1.35rem;
  }

  .sf-fit-layout,
  .sf-faq,
  .sf-contact-layout {
    grid-template-columns: 1fr;
  }

  .sf-lead-form {
    padding: 2.5rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .site-page-secureforms-landing {
    padding-bottom: 76px;
  }

  .sf-hero {
    gap: 2.3rem;
    padding-block: 3.5rem 4.5rem;
  }

  .sf-display-title {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .sf-status-card {
    right: -.6rem;
    bottom: 2.8rem;
    min-width: 190px;
    padding: .8rem;
  }

  .sf-status-icon {
    width: 34px;
    height: 34px;
  }

  .sf-section-intro {
    grid-template-columns: 1fr;
    gap: .3rem;
  }

  .sf-section-intro .section-kicker,
  .sf-section-intro .section-title,
  .sf-section-intro .section-intro {
    grid-column: 1;
    grid-row: auto;
  }

  .sf-workflow-grid {
    grid-template-columns: 1fr;
  }

  .sf-workflow-step,
  .sf-workflow-step:not(:first-child),
  .sf-workflow-step:nth-child(3) {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: .3rem 1rem;
    margin-top: 0;
    padding: 1.4rem 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .sf-workflow-step::before,
  .sf-workflow-step:not(:first-child)::before {
    display: none;
  }

  .sf-workflow-step > span {
    grid-row: 1 / span 2;
    margin: .2rem 0 0;
  }

  .sf-workflow-step p {
    grid-column: 2;
  }

  .sf-fit-points article {
    grid-template-columns: 38px 1fr;
  }

  .sf-fit-points article > span {
    grid-row: 1 / span 2;
  }

  .sf-fit-points p {
    grid-column: 2;
  }

  .sf-lead-form {
    grid-template-columns: 1fr;
  }

  .sf-lead-form .form-field-full,
  .sf-lead-form .form-note,
  .sf-lead-form .form-actions {
    grid-column: 1;
  }

  .sf-mobile-cta {
    position: fixed;
    right: 16px;
    bottom: 14px;
    left: 16px;
    z-index: 900;
    display: inline-flex;
    min-height: 50px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .45);
  }
}

@media (max-width: 480px) {
  .sf-hero .hero-actions {
    display: grid;
  }

  .sf-hero .button {
    width: 100%;
  }

  .sf-image-frame img {
    height: 78vw;
    min-height: 300px;
  }

  .sf-image-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: .15rem;
  }

  .sf-status-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: .8rem;
  }

  .sf-comparison th,
  .sf-comparison td {
    padding-inline: .8rem;
  }

  .sf-faq details p {
    margin-right: 0;
  }
}

@media print {
  .sf-mobile-cta,
  .sf-hero .hero-actions,
  .sf-plan-cta,
  .sf-contact-section {
    display: none !important;
  }

  .sf-landing {
    overflow: visible;
  }
}
