.payment-guide {
  --payment-green: #78bd35;
  --payment-green-dark: #4d861c;
  --payment-ink: #202c2c;
  --payment-muted: #65706c;
  --payment-line: #dfe5df;
  --payment-soft: #f5f8f4;
  --payment-warning: #a95b00;
  --payment-warning-soft: #fff6e8;
  color: var(--payment-ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  margin: 0 0 64px;
}

#information-information .content > h1 {
  color: #202c2c;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 28px;
}

.payment-guide *,
.payment-guide *::before,
.payment-guide *::after {
  box-sizing: border-box;
}

.payment-guide h2,
.payment-guide h3,
.payment-guide p {
  margin-top: 0;
}

.payment-guide h2 {
  color: var(--payment-ink);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}

.payment-guide h3 {
  color: var(--payment-ink);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
}

.payment-guide p {
  color: var(--payment-muted);
  font-size: 16px;
  line-height: 1.65;
}

.payment-guide svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.payment-guide__intro {
  align-items: stretch;
  background: var(--payment-soft);
  border-left: 4px solid var(--payment-green);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  padding: 44px 48px;
}

.payment-guide__eyebrow {
  color: var(--payment-green-dark) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.payment-guide__intro h2 {
  font-size: 34px;
  max-width: 760px;
}

.payment-guide__lead {
  font-size: 18px !important;
  max-width: 760px;
}

.payment-guide__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 26px;
}

.payment-guide__facts span {
  align-items: center;
  color: #35403c;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 9px;
}

.payment-guide__facts svg {
  color: var(--payment-green-dark);
  height: 19px;
  width: 19px;
}

.payment-guide__status {
  align-items: flex-start;
  align-self: center;
  background: #fff;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  padding: 22px;
}

.payment-guide__status-icon {
  align-items: center;
  background: var(--payment-warning-soft);
  border-radius: 8px;
  color: var(--payment-warning);
  display: inline-flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.payment-guide__status-icon svg {
  height: 25px;
  width: 25px;
}

.payment-guide__status strong {
  color: #5f380b;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.payment-guide__status p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.payment-guide__section,
.payment-guide__process {
  padding-top: 68px;
}

.payment-guide__section-head {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.payment-guide__section-head h2,
.payment-guide__section-head p {
  margin-bottom: 0;
}

.payment-guide__section-head > p {
  max-width: 460px;
}

.payment-methods {
  border-bottom: 1px solid var(--payment-line);
  border-top: 1px solid var(--payment-line);
}

.payment-method {
  align-items: flex-start;
  display: grid;
  gap: 28px;
  grid-template-columns: 96px minmax(0, 1fr);
  padding: 30px 8px;
  position: relative;
}

.payment-method + .payment-method {
  border-top: 1px solid var(--payment-line);
}

.payment-method__icon {
  align-items: center;
  display: inline-flex;
  height: 88px;
  justify-content: center;
  width: 88px;
}

.payment-method__icon img {
  display: block;
  height: 88px;
  object-fit: contain;
  width: 88px;
}

.payment-method__number {
  color: #98a39f;
  float: right;
  font-size: 13px;
  font-weight: 700;
}

.payment-method__content p {
  margin-bottom: 14px;
  max-width: 900px;
}

.payment-method__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-method__content li {
  color: #3f4b47;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 18px;
  position: relative;
}

.payment-method__content li::before {
  background: var(--payment-green);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 6px;
}

.payment-steps {
  counter-reset: payment-step;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.payment-step {
  border-top: 2px solid var(--payment-line);
  min-height: 190px;
  padding: 30px 26px 10px 0;
  position: relative;
}

.payment-step::before {
  background: var(--payment-green);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--payment-green);
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 14px;
}

.payment-step__marker {
  color: var(--payment-green-dark);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.payment-step p {
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.payment-business {
  align-items: center;
  background: #222c2b;
  border-radius: 8px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 64px;
  padding: 34px 38px;
}

.payment-business__copy {
  align-items: flex-start;
  display: flex;
  gap: 20px;
}

.payment-business__icon {
  align-items: center;
  background: #33403e;
  border-radius: 8px;
  color: #9cdc5b;
  display: inline-flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.payment-business__icon svg {
  height: 30px;
  width: 30px;
}

.payment-business h2,
.payment-business p {
  color: #fff;
}

.payment-business h2 {
  font-size: 24px;
  margin-bottom: 8px;
}

.payment-business p:last-child {
  color: #cbd2cf;
  margin-bottom: 0;
}

.payment-business .payment-guide__eyebrow {
  color: #9cdc5b !important;
}

.payment-faq__list {
  border-top: 1px solid var(--payment-line);
}

.payment-faq__item {
  border-bottom: 1px solid var(--payment-line);
}

.payment-faq__item summary {
  color: var(--payment-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  padding: 22px 44px 22px 0;
  position: relative;
}

.payment-faq__item summary::-webkit-details-marker {
  display: none;
}

.payment-faq__item summary::before,
.payment-faq__item summary::after {
  background: #67726e;
  content: "";
  height: 2px;
  position: absolute;
  right: 12px;
  top: 31px;
  transition: transform .22s ease;
  width: 14px;
}

.payment-faq__item summary::after {
  transform: rotate(90deg);
}

.payment-faq__item[open] summary::after {
  transform: rotate(0);
}

.payment-faq__item p {
  max-width: 850px;
  padding: 0 44px 20px 0;
}

.payment-guide__contact {
  align-items: center;
  background: var(--payment-soft);
  border-radius: 8px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 64px;
  padding: 36px 40px;
}

.payment-guide__contact h2 {
  margin-bottom: 8px;
}

.payment-guide__contact p:last-child {
  margin-bottom: 0;
}

.payment-guide__contact-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.payment-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.payment-button:hover,
.payment-button:focus {
  text-decoration: none;
  transform: translateY(-2px);
}

.payment-button svg {
  height: 19px;
  width: 19px;
}

.payment-button--primary {
  background: #4f861c;
  color: #fff !important;
  font-weight: 700;
}

.payment-button--primary:hover,
.payment-button--primary:focus {
  background: #416f17;
  color: #fff !important;
}

.payment-button--secondary {
  background: #fff;
  border-color: #cfd6d1;
  color: var(--payment-ink);
}

.payment-button--secondary:hover,
.payment-button--secondary:focus {
  border-color: var(--payment-green);
  color: var(--payment-green-dark);
}

.payment-guide.is-ready .payment-reveal {
  opacity: 0;
  transform: translateY(16px);
}

.payment-guide.is-ready .payment-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease, transform .5s ease;
}

@media (max-width: 991px) {
  #information-information .content > h1 {
    font-size: 36px;
  }

  .payment-guide__intro {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 36px;
  }

  .payment-guide__intro h2 {
    font-size: 30px;
  }

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

  .payment-step {
    min-height: 170px;
  }

  .payment-business,
  .payment-guide__contact {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #information-information .content > h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .payment-guide {
    margin-bottom: 40px;
  }

  .payment-guide h2,
  .payment-guide__intro h2 {
    font-size: 24px;
  }

  .payment-guide p,
  .payment-guide__lead {
    font-size: 15px !important;
  }

  .payment-guide__intro {
    margin-left: -15px;
    margin-right: -15px;
    padding: 28px 20px;
  }

  .payment-guide__status {
    padding: 18px;
  }

  .payment-guide__section,
  .payment-guide__process {
    padding-top: 48px;
  }

  .payment-guide__section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .payment-method {
    gap: 18px;
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 24px 0;
  }

  .payment-method__icon {
    height: 68px;
    width: 68px;
  }

  .payment-method__icon img {
    height: 68px;
    width: 68px;
  }

  .payment-method__number {
    display: none;
  }

  .payment-method__content ul {
    display: block;
  }

  .payment-method__content li + li {
    margin-top: 8px;
  }

  .payment-steps {
    grid-template-columns: 1fr;
  }

  .payment-step {
    border-left: 2px solid var(--payment-line);
    border-top: 0;
    min-height: 0;
    padding: 0 0 28px 28px;
  }

  .payment-step::before {
    left: -8px;
    top: 3px;
  }

  .payment-step__marker {
    margin-bottom: 8px;
  }

  .payment-business {
    gap: 28px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 48px;
    padding: 28px 20px;
  }

  .payment-business__copy {
    display: block;
  }

  .payment-business__icon {
    margin-bottom: 18px;
  }

  .payment-guide__contact {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 48px;
    padding: 28px 20px;
  }

  .payment-guide__contact-actions {
    flex-direction: column;
    width: 100%;
  }

  .payment-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .payment-guide.is-ready .payment-reveal,
  .payment-guide.is-ready .payment-reveal.is-visible,
  .payment-button,
  .payment-faq__item summary::before,
  .payment-faq__item summary::after {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
