/* Payers LP — Figma 2688:4640, scoped so site chrome is unchanged */
.payers-lp {
  --c-primary: #3071d3;
  --c-primary-soft: #5fa8ff;
  --c-navy: #070d1a;
  --c-navy-2: #0e1c33;
  --c-core: #0a1730;
  --c-core-2: #122a50;
  --c-core-foot: #16305a;
  --c-black: #242424;
  --c-ink: #111827;
  --c-grey: #6b7280;
  --c-grey-3: #364153;
  --c-muted: #d6d6d6;
  --c-white: #fff;
  --c-surface: #f8f8f8;
  --c-surface-2: #f8fafc;
  --c-faq: #eef1f8;
  --c-cases: #e4edf9;
  --c-border: #f3f4f6;
  --c-rule: #d6d6d6;
  --ff-display: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --ff-body: Inter, "Segoe UI", sans-serif;
  --container: 1160px;
  --gutter: clamp(20px, 4vw, 60px);
  --ease: cubic-bezier(.25, .8, .25, 1);
  font-family: var(--ff-body);
  color: var(--c-black);
  line-height: 1.5;
  overflow-x: hidden;
  margin-top: 65px;
  background: var(--c-white);
  -webkit-font-smoothing: antialiased;
}

.payers-lp *,
.payers-lp *::before,
.payers-lp *::after { box-sizing: border-box; }

.payers-lp h1,
.payers-lp h2,
.payers-lp h3,
.payers-lp h4 { font-family: var(--ff-display); margin: 0; }

.payers-lp p { margin: 0; }

.payers-lp a { color: inherit; }

.payers-lp :focus-visible {
  outline: 3px solid #7db3ff;
  outline-offset: 3px;
  border-radius: 6px;
}

.payers-lp__container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.payers-lp__accent { color: var(--c-primary); }

.payers-lp__eyebrow {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--c-primary);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0 0 16px;
}

.payers-lp__h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: -.4px;
  color: var(--c-black);
  margin: 0 0 20px;
}

.payers-lp__lead {
  font-size: 18px;
  line-height: 28px;
  color: var(--c-grey);
  margin: 0 0 8px;
}

.payers-lp__rules .payers-lp__lead { max-width: 641px; }

.payers-lp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none !important;
  transition: transform .3s var(--ease), box-shadow .3s, background .3s;
}

.payers-lp__btn--primary {
  background: var(--c-primary);
  color: #fff !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.payers-lp__btn--primary:hover,
.payers-lp__btn--primary:focus {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -6px rgba(48, 113, 211, .45);
}

.payers-lp__btn--light {
  background: #fff;
  color: var(--c-primary) !important;
  min-height: 41px;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 22px;
}

.payers-lp [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}

.payers-lp [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */
.payers-lp__hero {
  position: relative;
  background-color: #020617;
  background-image: url("../images/markets/payers-lp/hero-bg.jpg");
  background-size: cover;
  background-position: center right;
  color: #fff;
  overflow: hidden;
}

.payers-lp__hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 620px;
  padding: 80px 0;
}

.payers-lp__hero-copy { max-width: 603px; }

.payers-lp__hero-title {
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: -.3px;
  color: #fff;
  margin: 0 0 31px !important;
  max-width: 603px;
}

.payers-lp__hero-desc {
  font-size: 18px;
  line-height: 28px;
  color: #f5f8ff;
  max-width: 560px;
  margin: 0 0 39px !important;
}

.payers-lp__hero-copy .payers-lp__btn { margin-top: 0 !important; }

.payers-lp__hero-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(58vw, 735px);
  z-index: 0;
}

.payers-lp__hero-photo {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.payers-lp__chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 6px 14px 6px 6px;
  background: rgba(255, 255, 255, .1);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.payers-lp__chip--top { top: -8px; right: 8%; }
.payers-lp__chip--bot { bottom: 8%; left: 0; }

.payers-lp__chip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #eef3ff;
  flex-shrink: 0;
}

.payers-lp__chip-icon img { width: 24px; height: 24px; }

.payers-lp__chip small {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #eaeaea;
}

.payers-lp__chip strong {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/* Rules */
.payers-lp__rules {
  padding: 88px 0 48px;
  background: #fff;
}

.payers-lp__rules-head { margin-bottom: 48px; }

.payers-lp__rules-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 56px 64px;
}

.payers-lp__rules-copy h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 14px;
}

.payers-lp__rules-copy h3 + p { margin-bottom: 36px; }

.payers-lp__rules-copy p {
  font-size: 16px;
  line-height: 26px;
  color: var(--c-grey);
  margin: 0 0 28px;
}

.payers-lp__rules-copy p:last-child { margin-bottom: 0; }

.payers-lp__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
  align-content: start;
  padding-top: 8px;
}

.payers-lp__metric {
  padding-right: 16px;
}

.payers-lp__metric:nth-child(odd) {
  border-right: 2px solid #e6e9f0;
}

.payers-lp__metric strong {
  display: block;
  font-family: var(--ff-display);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -1.2px;
  line-height: 44px;
  color: var(--c-black);
}

.payers-lp__metric span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: var(--c-grey);
}

/* Standards + dates */
.payers-lp__standards {
  padding: 56px 0 88px;
  background: #fff;
}

.payers-lp__standards-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 48px 64px;
  align-items: start;
}

.payers-lp__dates-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--c-primary);
  margin: 0 0 20px;
}

.payers-lp__dates {
  width: 100%;
  border-collapse: collapse;
}

.payers-lp__dates tr { border-bottom: 1px solid var(--c-rule); }

.payers-lp__dates tr:last-child { border-bottom: 0; }

.payers-lp__dates td {
  padding: 16px 0;
  font-size: 16px;
  line-height: 26px;
  vertical-align: top;
}

.payers-lp__dates td:first-child { color: var(--c-grey); padding-right: 16px; }

.payers-lp__dates td:last-child {
  font-weight: 600;
  color: var(--c-black);
  text-align: right;
  white-space: nowrap;
}

/* Services */
.payers-lp__services {
  padding: 80px 0 88px;
  background: #fff;
}

.payers-lp__services-head { max-width: 931px; margin-bottom: 48px; }

.payers-lp__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.payers-lp__card {
  display: flex;
  flex-direction: column;
  min-height: 295px;
  padding: 28px 23px 24px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--c-border);
  border-radius: 16px;
  box-shadow: 1px 4px 27px rgba(85, 85, 85, .1);
  text-decoration: none !important;
  transition: transform .3s var(--ease), box-shadow .3s;
}

.payers-lp__card:hover {
  transform: translateY(-4px);
  box-shadow: 1px 10px 32px rgba(48, 113, 211, .14);
}

.payers-lp__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(43, 93, 202, .125), rgba(43, 93, 202, .063));
}

.payers-lp__card-icon img { width: 24px; height: 24px; }

.payers-lp__card-icon--plain {
  background: none;
  padding: 0;
}

.payers-lp__card-icon--plain img { width: 47px; height: 47px; }

.payers-lp__card h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #0b1b3a;
  margin: 0 0 8px;
}

.payers-lp__card p {
  font-size: 14px;
  line-height: 22px;
  color: var(--c-grey);
  margin: 0 0 16px;
}

.payers-lp__card span {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--c-primary);
}

/* Mid CTA */
.payers-lp__midcta {
  position: relative;
  min-height: 340px;
  padding: 120px 0;
  background: linear-gradient(127deg, #070d1a 49%, #0e1c33 92%);
  overflow: hidden;
}

.payers-lp__midcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(to right, rgba(143, 179, 255, .09) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(to bottom, rgba(143, 179, 255, .09) 0 1px, transparent 1px 40px);
  pointer-events: none;
}

.payers-lp__midcta::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -40%;
  width: 520px;
  height: 420px;
  background: radial-gradient(circle, rgba(48, 113, 211, .45), transparent 68%);
  pointer-events: none;
}

.payers-lp__midcta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.payers-lp__midcta h2 {
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.4px;
  color: #fff;
  max-width: 600px;
}

/* Core systems */
.payers-lp__core { background: var(--c-surface); }

.payers-lp__core-head {
  display: grid;
  grid-template-columns: minmax(280px, 542px) minmax(280px, 1fr);
  gap: 32px 48px;
  padding: 80px 0 56px;
}

.payers-lp__core-head .payers-lp__eyebrow { color: var(--c-primary-soft); }

.payers-lp__core-head .payers-lp__h2 { color: var(--c-ink); margin-bottom: 0; }

.payers-lp__core-head p {
  font-size: 18px;
  line-height: 26px;
  color: var(--c-grey-3);
}

.payers-lp__core-band {
  background: linear-gradient(#0a1730, #122a50);
  padding: 56px 0 0;
}

.payers-lp__core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 32px;
  padding-bottom: 48px;
}

.payers-lp__core-item strong {
  display: block;
  font-family: var(--ff-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.5px;
  color: rgba(95, 168, 255, .54);
}

.payers-lp__core-item h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin: 8px 0 10px;
}

.payers-lp__core-item p {
  font-size: 14.5px;
  line-height: 22px;
  color: #d6d6d6;
}

.payers-lp__core-note {
  background: var(--c-core-foot);
  padding: 44px 0 56px;
}

.payers-lp__core-note h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  margin: 0 0 10px;
}

.payers-lp__core-note p {
  font-size: 18px;
  line-height: 26px;
  color: #ebebeb;
  max-width: 1139px;
  margin: 0 0 16px;
}

.payers-lp__core-note p:last-child { margin-bottom: 0; }

/* Case studies */
.payers-lp__cases {
  padding: 88px 0 88px;
  background: var(--c-cases);
}

.payers-lp__cases-head {
  text-align: center;
  max-width: 1039px;
  margin: 0 auto 48px;
}

.payers-lp__cs {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 24px;
  min-height: 279px;
  margin: 0 auto 18px;
  padding: 28px 28px 28px 42px;
  border-radius: 20px;
  background: linear-gradient(91deg, #234275 17%, #2669af 100%);
  overflow: hidden;
}

.payers-lp__cs--flip { grid-template-columns: .85fr 1.15fr; }

.payers-lp__cs--flip .payers-lp__cs-copy { order: 2; }

.payers-lp__cs h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  margin: 0 0 12px;
}

.payers-lp__cs p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 0 0 18px;
  max-width: 563px;
}

.payers-lp__cs-media {
  display: flex;
  justify-content: center;
}

.payers-lp__cs-media img {
  display: block;
  width: 100%;
  max-width: 410px;
  height: auto;
  object-fit: contain;
}

.payers-lp__cases-foot {
  max-width: 1039px;
  margin: 28px auto 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--c-grey);
}

.payers-lp__cases-cta { text-align: center; }

/* Why */
.payers-lp__why { background: #fff; padding: 80px 0 0; }

.payers-lp__why-grid {
  display: grid;
  grid-template-columns: minmax(260px, 404px) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: stretch;
  padding-bottom: 56px;
}

.payers-lp__why-intro { padding-right: 12px; }

.payers-lp__why-intro .payers-lp__lead { margin-top: 8px; }

.payers-lp__why-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-left: 1px solid #e5e7eb;
}

.payers-lp__why-item {
  padding: 28px 32px 32px;
}

.payers-lp__why-item:nth-child(odd) { padding-left: 36px; }

.payers-lp__why-item:nth-child(even) {
  border-left: 1px solid #e5e7eb;
}

.payers-lp__why-item:nth-child(-n+2) {
  border-bottom: 1px solid #e5e7eb;
}

.payers-lp__why-item img {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}

.payers-lp__why-item h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}

.payers-lp__why-item p {
  font-size: 14px;
  line-height: 22px;
  color: var(--c-grey);
}

.payers-lp__creds {
  background: var(--c-surface-2);
  border-top: 1px solid #e5e7eb;
  padding: 48px 0;
}

.payers-lp__creds-grid {
  display: grid;
  grid-template-columns: 180px 1.2fr 1fr auto;
  gap: 24px 28px;
  align-items: start;
}

.payers-lp__stat {
  font-family: var(--ff-display);
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
  color: var(--c-black);
}

.payers-lp__stat + span,
.payers-lp__creds-col p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: var(--c-grey);
}

.payers-lp__creds-col h3 {
  font-family: var(--ff-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 8px;
}

.payers-lp__certs {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payers-lp__certs img {
  width: 110px;
  height: auto;
}

/* Process */
.payers-lp__process {
  padding: 80px 0 88px;
  background: #fff;
}

.payers-lp__process-head { max-width: 829px; margin-bottom: 48px; }

.payers-lp__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}

.payers-lp__steps::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: linear-gradient(rgba(48, 113, 211, .9), rgba(48, 113, 211, .18));
}

.payers-lp__step {
  display: grid;
  grid-template-columns: 44px minmax(180px, 320px) 1fr;
  gap: 20px 30px;
  align-items: start;
}

.payers-lp__step-num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: var(--c-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.payers-lp__step h3 {
  font-family: var(--ff-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.payers-lp__step p {
  font-size: 16px;
  line-height: 26px;
  color: var(--c-grey);
}

/* Form */
.payers-lp__form {
  padding: 48px 0 56px;
  background: rgba(48, 113, 211, .13);
}

.payers-lp__form-card {
  display: grid;
  grid-template-columns: minmax(280px, 530px) minmax(320px, 1fr);
  max-width: 1106px;
  margin: 0 auto;
  padding: 11px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
}

.payers-lp__form-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 688px;
  padding: 42px 44px 220px;
  border-radius: 8px;
  background: linear-gradient(-41.6deg, #3071d3 .85%, #00255c 84.2%);
  color: #fff;
  overflow: hidden;
}

.payers-lp__form-panel-body { position: relative; z-index: 2; }

.payers-lp__form-logo {
  display: inline-block;
  line-height: 0;
  margin: 0 0 28px;
}

.payers-lp__form-logo img {
  display: block;
  width: 129px;
  height: auto;
}

.payers-lp__form-eyebrow {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}

.payers-lp__form-eyebrow--blue {
  color: #3071d3;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12px;
  margin: 0 0 23px;
}

.payers-lp__form-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin: 0 0 14px;
}

.payers-lp__form-desc {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, .88);
  margin: 0 0 36px;
  max-width: 442px;
}

.payers-lp__form-contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.payers-lp__form-contacts li { margin: 0 0 15px; }

.payers-lp__form-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.payers-lp__form-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.payers-lp__form-ico svg {
  width: 18px;
  height: 18px;
}

.payers-lp__form-map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 212px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.payers-lp__form-map img {
  position: absolute;
  top: 0;
  left: -99%;
  width: 244%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

.payers-lp__form-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 42px 36px 36px 48px;
  background: #fff;
  min-height: 688px;
}

.payers-lp__form-slot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 468px;
}

.payers-lp__form-aside .lsq-form-wrapper {
  max-width: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.payers-lp__form-aside .field-control label { color: #45556c !important; }

.payers-lp__form-note {
  margin: 24px 0 0;
  max-width: 451px;
  font-size: 12px;
  line-height: 18px;
  color: #6b7280;
  text-align: center;
}

.payers-lp__form-slot input[type="text"],
.payers-lp__form-slot input[type="email"],
.payers-lp__form-slot input[type="tel"],
.payers-lp__form-slot textarea,
.payers-lp__form-slot select {
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  min-height: 40px;
  box-shadow: none !important;
}

.payers-lp__form-slot textarea { min-height: 110px; }

.payers-lp__form-slot #form-submit-button,
.payers-lp__form-slot button[type="submit"],
.payers-lp__form-slot input[type="submit"] {
  background: #3071d3 !important;
  border: 0 !important;
  border-radius: 14px !important;
  min-height: 48px;
  padding: 11px 28px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 6px rgba(30, 58, 138, .3) !important;
}

/* Ecosystem */
.payers-lp__eco {
  padding: 80px 0 72px;
  background: #fff;
}

.payers-lp__eco .payers-lp__h2 {
  text-align: center;
  margin-bottom: 36px;
}

.payers-lp__eco-img {
  display: block;
  width: 100%;
  max-width: 1107px;
  height: auto;
  margin: 0 auto;
}

/* FAQ */
.payers-lp__faq {
  position: relative;
  padding: 76px 0 88px;
  background: var(--c-faq);
  overflow: hidden;
}

.payers-lp__faq::before {
  content: "";
  position: absolute;
  left: -80px;
  top: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 113, 211, .16), transparent 68%);
  pointer-events: none;
}

.payers-lp__faq-list {
  max-width: 936px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payers-lp__faq-item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 12px rgba(149, 157, 165, .2);
  overflow: hidden;
}

.payers-lp__faq-trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 31px 52px 31px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: var(--c-black);
  cursor: pointer;
  list-style: none;
}

.payers-lp__faq-trigger::-webkit-details-marker { display: none; }

.payers-lp__faq-trigger::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 13px;
  height: 8px;
  margin-top: -4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%23676767' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .25s ease;
}

.payers-lp__faq-item[open] .payers-lp__faq-trigger {
  background: var(--c-primary);
  color: #fff;
  font-weight: 600;
}

.payers-lp__faq-item[open] .payers-lp__faq-trigger::after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

.payers-lp__faq-panel { padding: 0 24px 20px; }

.payers-lp__faq-item:not([open]) .payers-lp__faq-panel { display: none; }

.payers-lp__faq-item[open] .payers-lp__faq-panel { padding-top: 8px; }

.payers-lp__faq-panel p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-grey-3);
}

@media (max-width: 1100px) {
  .payers-lp__hero-inner { padding-bottom: 46%; }
  .payers-lp__hero-visual { width: min(70vw, 735px); }

  .payers-lp__rules-grid,
  .payers-lp__standards-grid,
  .payers-lp__core-head,
  .payers-lp__why-grid,
  .payers-lp__cs,
  .payers-lp__cs--flip,
  .payers-lp__form-card,
  .payers-lp__midcta-inner,
  .payers-lp__creds-grid {
    grid-template-columns: 1fr;
  }

  .payers-lp__cs--flip .payers-lp__cs-copy { order: 0; }

  .payers-lp__why-intro { grid-row: auto; }

  .payers-lp__why-points {
    border-left: 0;
    border-top: 1px solid #e5e7eb;
  }

  .payers-lp__why-item,
  .payers-lp__why-item:nth-child(odd),
  .payers-lp__why-item:nth-child(even),
  .payers-lp__why-item:nth-child(-n+2) {
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    padding-left: 0;
    padding-right: 0;
  }

  .payers-lp__why-item:last-child { border-bottom: 0; }

  .payers-lp__form-panel,
  .payers-lp__form-aside { min-height: auto; }

  .payers-lp__form-panel { padding-bottom: 180px; }

  .payers-lp__midcta-inner { flex-direction: column; align-items: flex-start; }

  .payers-lp__cards,
  .payers-lp__core-grid { grid-template-columns: 1fr 1fr; }

  .payers-lp__step { grid-template-columns: 44px 1fr; }

  .payers-lp__step p { grid-column: 2; }
}

@media (max-width: 767px) {
  .payers-lp { margin-top: 60px; }

  .payers-lp__hero-inner { min-height: 0; padding: 48px 0 54vw; }

  .payers-lp__hero-visual { width: min(92vw, 735px); }

  .payers-lp__chip--top { top: 8px; right: 8px; }

  .payers-lp__chip--bot { left: 8px; bottom: 8px; }

  .payers-lp__cards,
  .payers-lp__core-grid,
  .payers-lp__metrics { grid-template-columns: 1fr; }

  .payers-lp__metric:nth-child(odd) { border-right: 0; }

  .payers-lp__form-card { padding: 8px; border-radius: 10px; }

  .payers-lp__form-panel { padding: 28px 20px 160px; border-radius: 8px; }

  .payers-lp__form-aside { padding: 28px 20px; }

  .payers-lp__form-title { font-size: 26px; line-height: 34px; }

  .payers-lp__midcta { min-height: 0; padding: 80px 0; }

  .payers-lp__why-points { grid-template-columns: 1fr; }

  .payers-lp__cs { padding: 24px 20px; }

  .payers-lp__certs img { width: 88px; }
}
