html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #25272d;
  font-family: Roboto, Arial, sans-serif;
}

.go-call-page,
.go-call-page * {
  box-sizing: border-box;
}

.go-call-page a {
  color: inherit;
}

.go-call-hero,
.go-call-section,
.go-call-trust,
.go-call-payment,
.go-call-order,
.go-call-faq {
  padding-left: 20px;
  padding-right: 20px;
}

.go-call-hero {
  padding-top: 42px;
  padding-bottom: 66px;
  background: #ffffff;
}

.go-call-hero__inner,
.go-call-section,
.go-call-trust__inner,
.go-call-payment__inner,
.go-call-order__inner,
.go-call-faq__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
}

.go-call-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 42px;
  align-items: stretch;
}

.go-call-eyebrow {
  margin: 0 0 16px;
  color: #ff3333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.go-call-hero h1,
.go-call-section h2,
.go-call-trust h2,
.go-call-order h2,
.go-call-faq h2 {
  margin: 0;
  color: #25272d;
  font-weight: 700;
  letter-spacing: 0;
}

.go-call-hero h1 {
  max-width: 780px;
  font-size: 58px;
  line-height: 1.02;
}

.go-call-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #25272d;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

.go-call-hero__copy > p:not(.go-call-eyebrow):not(.go-call-lead) {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4c5560;
  font-size: 18px;
  line-height: 1.55;
}

.go-call-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.go-call-hero-payment {
  margin-top: 14px;
  color: #5b6270;
}

.go-call-hero-payment__alternatives {
  color: #3f4650;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.go-call-hero-payment__secure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.go-call-hero-payment__secure > svg {
  width: 17px;
  height: 17px;
  color: #148477;
}

.go-call-hero-payment__secure > span {
  color: #3f4650;
  font-size: 12px;
  font-weight: 600;
}

.go-call-hero-payment__cards {
  display: flex;
  align-items: center;
  gap: 8px;
}

.go-call-hero-payment__cards img {
  display: block;
  width: auto;
  max-width: 32px;
  height: 16px;
  object-fit: contain;
}

.go-call-payment-logo { display: block; width: auto; object-fit: contain; }
.go-call-payment-logo--tether { height: 18px; }
.go-call-payment-logo--paypal { height: 16px; }

.go-call-hero-payment__providers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.go-call-hero-payment__providers img {
  display: block;
  width: auto;
  object-fit: contain;
}

.go-call-hero-payment__providers .go-call-hero-payment__openpay {
  width: 72px;
  height: auto;
  mix-blend-mode: multiply;
}

.go-call-hero-payment__providers .go-call-hero-payment__bbva {
  width: 46px;
  height: auto;
}

.go-call-hero-payment__providers > span {
  width: 1px;
  height: 17px;
  background: rgba(31, 37, 48, .16);
}

.go-call-button,
.go-call-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 2px solid #ff3333;
  border-radius: 6px;
  background: #ff3333;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.go-call-button--secondary {
  background: #ffffff;
  color: #25272d !important;
}

.go-call-hero__aside {
  display: grid;
  align-self: start;
  align-content: center;
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(31, 37, 48, .08);
  border-radius: 8px;
  background: #f7f9fb;
}

.go-call-hero__aside img {
  display: block;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 auto 20px;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(31, 37, 48, .08);
}

.go-call-hero__caption {
  max-width: 320px;
  margin: 0 auto;
}

.go-call-hero__aside strong {
  display: block;
  color: #25272d;
  font-size: 24px;
  line-height: 1.15;
}

.go-call-hero__aside span {
  display: block;
  margin-top: 8px;
  color: #4c5560;
  font-size: 16px;
  line-height: 1.4;
}

.go-call-hero__caption-kicker {
  margin-top: 0 !important;
  margin-bottom: 6px;
  color: #ef3340 !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.go-call-section {
  padding-top: 74px;
  padding-bottom: 60px;
}

.go-call-section--soft,
.go-call-section--gate,
.go-call-section--steps {
  background: #ffffff;
}

.go-call-section__head {
  max-width: 1160px;
  margin-bottom: 28px;
}

.go-call-section__head > p {
  max-width: 830px;
}

.go-call-section h2,
.go-call-trust h2,
.go-call-order h2,
.go-call-faq h2 {
  font-size: 36px;
  line-height: 1.14;
}

.go-call-section__head p,
.go-call-trust p,
.go-call-order p,
.go-call-note p,
.go-call-faq p {
  margin: 14px 0 0;
  color: #4c5560;
  font-size: 17px;
  line-height: 1.55;
}

.go-call-card-grid,
.go-call-text-grid,
.go-call-steps {
  display: grid;
  gap: 18px;
}

.go-call-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.go-call-text-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.go-call-text-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.go-call-card,
.go-call-text-card,
.go-call-step {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 26px;
  border: 1px solid rgba(31, 37, 48, .08);
  border-radius: 8px;
  background: #f7f9fb;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.go-call-card:hover,
.go-call-text-card:hover,
.go-call-step:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 51, 51, .18);
  background: #ffffff;
}

.go-call-card__badge {
  margin-bottom: 18px;
  color: #ff3333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.go-call-card h3,
.go-call-text-card h3,
.go-call-step h3 {
  margin: 0 0 12px;
  color: #25272d;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.go-call-card p,
.go-call-text-card p,
.go-call-step p {
  margin: 0;
  color: #4c5560;
  font-size: 16px;
  line-height: 1.5;
}

.go-call-card__price {
  margin-top: 26px;
  color: #25272d;
  font-size: 34px;
  line-height: 1;
}

.go-call-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.go-call-card__facts span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  color: #3f4650;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(31, 37, 48, .1);
}

.go-call-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 24px;
}

.go-call-card__price-row .go-call-card__price {
  margin-top: 0;
}

.go-call-card__price-row small {
  color: #69717e;
  font-size: 13px;
}

.go-call-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.go-call-payment-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(31, 37, 48, .11);
  color: #3f4650;
}

.go-call-payment-summary span {
  color: #69717e;
  font-size: 11px;
  font-weight: 600;
}

.go-call-payment-summary > img:not(.go-call-payment-logo) { width: auto; max-width: 31px; height: 16px; object-fit: contain; }

.go-call-payment-proof {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 37, 48, .11);
}

.go-call-payment-proof__title,
.go-call-payment-proof__logos {
  display: flex;
  align-items: center;
}

.go-call-payment-proof__title {
  gap: 8px;
  color: #25272d;
  font-size: 14px;
}

.go-call-payment-proof__title svg {
  width: 19px;
  height: 19px;
  color: #148477;
}

.go-call-payment-proof__logos {
  gap: 10px;
  min-height: 34px;
  margin-top: 11px;
}

.go-call-payment-proof__logos img {
  display: block;
  width: auto;
  max-width: 45px;
  height: 22px;
  object-fit: contain;
}

.go-call-payment-proof__logos .go-call-payment-proof__openpay {
  width: 94px;
  max-width: 94px;
  height: auto;
}

.go-call-payment-proof__logos .go-call-payment-proof__bbva {
  width: 58px;
  max-width: 58px;
  height: auto;
}

.go-call-payment-proof__logos > span,
.go-call-payment-proof__logos > i {
  width: 1px;
  height: 24px;
  background: rgba(31, 37, 48, .14);
}

.go-call-payment-proof small {
  display: block;
  margin-top: 8px;
  color: #69717e;
  font-size: 11px;
  line-height: 1.4;
}

.go-call-payment-proof__methods {
  margin-top: 8px;
  color: #3f4650;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.go-call-payment-alternatives {
  margin: 16px 0 0 !important;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f7f9fb;
  color: #4c5560 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.go-call-payment-alternatives a {
  color: #25272d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.go-site-footer__payments {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  max-width: 620px;
  margin: 30px auto 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(31, 37, 48, .12);
  text-align: left;
}

.go-site-footer__payments-copy strong,
.go-site-footer__payments-copy span {
  display: block;
}

.go-site-footer__payments-copy strong {
  color: #25272d;
  font-size: 13px;
  line-height: 1.3;
}

.go-site-footer__payments-copy span {
  margin-top: 3px;
  color: #69717e;
  font-size: 11px;
}

.go-site-footer__payments-logos {
  display: flex;
  align-items: center;
  gap: 9px;
}

.go-site-footer__payments-logos img {
  display: block;
  width: auto;
  max-width: 46px;
  height: 21px;
  object-fit: contain;
}

.go-site-footer__payments-logos .go-call-payment-logo--tether { width: 19px; max-width: 19px; height: 19px; }
.go-site-footer__payments-logos .go-call-payment-logo--paypal { width: 62px; max-width: 62px; height: auto; }

.go-site-footer__payments-logos .go-site-footer__openpay {
  width: 86px;
  max-width: 86px;
  height: auto;
  mix-blend-mode: multiply;
}

.go-site-footer__payments-logos .go-site-footer__bbva {
  width: 56px;
  max-width: 56px;
  height: auto;
}

.go-site-footer__payments-logos > span {
  width: 1px;
  height: 22px;
  background: rgba(31, 37, 48, .14);
}

.go-site-footer__fiscal,
.go-site-footer__fiscal img {
  display: block;
}

.go-site-footer__fiscal {
  flex: 0 0 auto;
  line-height: 0;
}

.go-site-footer__payments-logos .go-site-footer__fiscal img {
  width: 27px;
  max-width: 27px;
  height: auto;
  opacity: .78;
}

.go-call-payment-proof__openpay,
.go-call-card-trust__openpay {
  mix-blend-mode: multiply;
}

.go-call-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 2px solid #ff3333;
  border-radius: 6px;
  background: #ff3333;
  color: #ffffff !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  flex: 1 1 210px;
}

.go-call-card__button--secondary {
  background: #ffffff;
  color: #25272d !important;
}

.go-call-note {
  max-width: 920px;
  margin-top: 22px;
}

.go-call-wallet {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 16px;
  border-radius: 6px;
  background: #ffffff;
}

.go-call-wallet span {
  color: #4c5560;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.go-call-wallet code {
  color: #25272d;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.go-call-payment-modal[hidden] {
  display: none;
}

.go-call-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  font-family: Roboto, Arial, sans-serif;
}

.go-call-payment-modal,
.go-call-payment-modal * {
  box-sizing: border-box;
}

.go-call-payment-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 33, .55);
}

.go-call-payment-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1040px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  transform: translate(-50%, -50%);
  padding: 34px;
  border-radius: 8px;
  background: #ffffff;
  color: #25272d;
  box-shadow: 0 24px 70px rgba(18, 24, 33, .18);
}

.go-call-payment-modal__close {
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
  margin: -20px -20px 0 auto;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(18, 24, 33, .08);
  cursor: pointer;
}

.go-call-payment-modal__close::before,
.go-call-payment-modal__close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 2px;
  background: #25272d;
}

.go-call-payment-modal__close::before {
  transform: rotate(45deg);
}

.go-call-payment-modal__close::after {
  transform: rotate(-45deg);
}

.go-call-payment-modal h2 {
  margin: 0;
  padding-right: 38px;
  color: #25272d;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 700;
}

.go-call-payment-modal p {
  margin: 12px 0 0;
  color: #4c5560;
  font-size: 16px;
  line-height: 1.5;
}

.go-call-pay-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
  align-items: stretch;
}

.go-call-pay-option {
  min-width: 0;
}

.go-call-pay-tile {
  width: 100%;
  min-height: 92px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid #d9dde3;
  border-radius: 12px;
  color: #25272d;
  background: #fff;
  box-shadow: 0 4px 14px rgba(31, 37, 48, .04);
  cursor: pointer;
  font: inherit;
  text-align: center;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.go-call-pay-tile:hover,
.go-call-pay-tile:focus-visible {
  border-color: #9ca6b3;
  box-shadow: 0 8px 22px rgba(31, 37, 48, .09);
  color: #25272d;
  transform: translateY(-1px);
}

.go-call-pay-tile__brand,
.go-call-pay-tile__cards {
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-call-pay-tile__brand strong { font-size: 18px; line-height: 1; }
.go-call-pay-tile__brand--usdt { gap: 8px; color: #168b74; }
.go-call-pay-tile__brand--usdt img { width: 29px; height: 29px; display: block; object-fit: contain; }
.go-call-pay-tile__brand--paypal img { width: 82px; height: auto; display: block; object-fit: contain; }
.go-call-pay-tile__cards { gap: 10px; }
.go-call-pay-tile__cards img { width: auto; max-width: 43px; height: 23px; object-fit: contain; }
.go-call-pay-tile__meta { color: #69717e; font-size: 11px; font-weight: 600; line-height: 1.25; }

.go-call-copy {
  margin: 0;
}

.go-call-card-trust {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 2px 2px 0;
}

.go-call-card-trust__copy {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: #25272d;
}

.go-call-card-trust__copy svg {
  flex: 0 0 22px;
  margin-top: 1px;
  color: #148477;
}

.go-call-card-trust__copy strong,
.go-call-card-trust__copy span {
  display: block;
}

.go-call-card-trust__copy strong {
  font-size: 15px;
  line-height: 1.3;
}

.go-call-card-trust__copy span {
  margin-top: 2px;
  color: #5b6270;
  font-size: 12px;
  line-height: 1.42;
}

.go-call-card-trust__providers,
.go-call-card-trust__cards {
  display: flex;
  align-items: center;
}

.go-call-card-trust__providers {
  justify-content: center;
  gap: 14px;
}

.go-call-card-trust__providers > span {
  width: 1px;
  height: 28px;
  background: rgba(31, 37, 48, .14);
}

.go-call-card-trust__providers img,
.go-call-card-trust__cards img {
  display: block;
  width: auto;
  object-fit: contain;
}

.go-call-card-trust__providers .go-call-card-trust__openpay {
  width: 92px;
  height: auto;
}

.go-call-card-trust__providers .go-call-card-trust__bbva {
  width: 58px;
  height: auto;
}

.go-call-card-trust__cards {
  justify-content: flex-end;
  gap: 13px;
}

.go-call-card-trust__cards img {
  max-width: 58px;
  height: 26px;
}

.go-call-trust {
  padding-top: 76px;
  padding-bottom: 76px;
  background: #f7f9fb;
}

.go-call-trust__inner {
  max-width: 900px;
}

.go-call-press-strip {
  position: relative;
  width: min(1160px, calc(100vw - 40px));
  margin: 26px 0 0 50%;
  padding: 0 20px;
  overflow: hidden;
  transform: translateX(-50%);
}

.go-call-press-strip::before,
.go-call-press-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.go-call-press-strip::before {
  left: 0;
  width: 40px;
  background: linear-gradient(90deg, #f7f9fb, rgba(247, 249, 251, 0));
}

.go-call-press-strip::after {
  right: 0;
  width: 72px;
  background: linear-gradient(270deg, #f7f9fb 0%, rgba(247, 249, 251, .85) 35%, rgba(247, 249, 251, 0) 100%);
}

.go-call-press-strip .r-press-main__logos {
  display: flex;
  align-items: center;
  gap: 38px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 4px 0 16px;
  cursor: grab;
}

.go-call-press-strip .r-press-main__logos:active {
  cursor: grabbing;
}

.go-call-press-strip .r-press-main__logos::-webkit-scrollbar {
  display: none;
}

.go-call-press-strip .r-press-main__column {
  display: contents;
}

.go-call-press-strip .r-press-main__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 168px;
  min-height: 112px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
  filter: grayscale(1);
  opacity: .55;
  transition: opacity .22s ease, filter .22s ease, transform .22s ease;
}

.go-call-press-strip .r-press-main__item:hover {
  opacity: .82;
  filter: grayscale(.9);
  transform: translateY(-1px);
}

.go-call-press-strip .r-press-main__logo {
  display: block;
  width: 100%;
  max-width: 168px;
  max-height: 108px;
  height: auto;
  object-fit: contain;
}

.go-call-press-strip .r-press-main__logo--nyt {
  width: 96px;
  max-width: 96px;
  max-height: 96px;
  transform: translateY(-1px);
}

.go-call-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: steps;
}

.go-call-step {
  counter-increment: steps;
}

.go-call-step::before {
  content: counter(steps);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff3333;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.go-anchor {
  display: block;
  height: 0;
  scroll-margin-top: 96px;
}

.go-call-order {
  padding-top: 80px;
  padding-bottom: 80px;
}

.go-call-order__inner {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: start;
}

.go-call-time {
  font-weight: 500;
}

.go-call-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid #e2e6ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(31, 37, 48, .04);
}

.go-call-form label {
  display: grid;
  gap: 7px;
  color: #25272d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.go-call-form input[type="text"],
.go-call-form input[type="email"],
.go-call-form select,
.go-call-form textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #d8dee6;
  border-radius: 6px;
  background: #ffffff;
  color: #25272d;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  box-shadow: none;
  outline: none;
}

.go-call-form input[type="text"],
.go-call-form input[type="email"],
.go-call-form select {
  height: 54px;
  padding: 0 16px;
}

.go-call-form select {
  padding-right: 46px;
  background-image: linear-gradient(45deg, transparent 50%, #4c5560 50%), linear-gradient(135deg, #4c5560 50%, transparent 50%);
  background-position: calc(100% - 22px) 23px, calc(100% - 16px) 23px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.go-call-form textarea {
  min-height: 140px;
  padding: 15px 16px;
}

.go-call-form input[type="text"]::placeholder,
.go-call-form input[type="email"]::placeholder,
.go-call-form textarea::placeholder {
  color: #9aa2ad;
  font-weight: 400;
  opacity: 1;
}

.go-call-form input[type="text"]:focus,
.go-call-form input[type="email"]:focus,
.go-call-form select:focus,
.go-call-form textarea:focus {
  border-color: #ff3333;
  box-shadow: 0 0 0 3px rgba(255, 51, 51, .08);
}

.go-call-form textarea {
  resize: vertical;
}

.go-call-radio-group {
  display: grid;
  gap: 11px;
  width: 100%;
  margin: 2px 0 0;
  padding: 18px;
  border: 1px solid #eef1f5;
  border-radius: 8px;
  background: #f7f9fb;
}

.go-call-radio-group p {
  margin: 0 0 6px;
  color: #25272d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.go-call-radio-group label,
.go-call-checkbox {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #4c5560;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.go-call-form .go-call-checkbox {
  margin-top: 0;
  padding: 0;
  border-top: 0;
  align-items: start;
  font-size: 14px;
  font-weight: 400;
}

.go-call-form input[type="radio"],
.go-call-form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  border: 1.5px solid #c7ced8;
  background: #ffffff;
  justify-self: start;
}

.go-call-form input[type="radio"] {
  border-radius: 50%;
}

.go-call-form input[type="checkbox"] {
  border-radius: 4px;
}

.go-call-form input[type="radio"]:checked,
.go-call-form input[type="checkbox"]:checked {
  border-color: #ff3333;
  background: #ff3333;
}

.go-call-form input[type="radio"]:checked {
  box-shadow: inset 0 0 0 4px #ffffff;
}

.go-call-form input[type="checkbox"]:checked {
  background-image: linear-gradient(45deg, transparent 54%, #ffffff 54%), linear-gradient(135deg, #ffffff 46%, transparent 46%), linear-gradient(45deg, #ffffff 46%, transparent 46%);
  background-position: 4px 8px, 8px 8px, 7px 11px;
  background-size: 5px 8px, 8px 8px, 4px 4px;
  background-repeat: no-repeat;
}

.go-call-form .go-call-checkbox a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.go-call-form button {
  width: 100%;
  min-height: 56px;
  margin-top: 2px;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.go-call-faq {
  padding-top: 74px;
  padding-bottom: 84px;
  background: #f7f9fb;
}

.go-call-faq__inner {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.go-call-faq .go-call-section__head {
  margin-bottom: 0;
}

.go-call-faq__list {
  display: grid;
  gap: 10px;
}

.go-call-faq__item {
  border: 1px solid #e2e6ec;
  border-radius: 8px;
  background: #ffffff;
}

.go-call-faq__item summary {
  position: relative;
  display: block;
  padding: 20px 54px 20px 22px;
  color: #25272d;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  list-style: none;
}

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

.go-call-faq__item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ff3333;
  border-bottom: 2px solid #ff3333;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .18s ease;
}

.go-call-faq__item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.go-call-faq__item p {
  margin: 0;
  padding: 0 22px 22px;
  color: #4c5560;
  font-size: 16px;
  line-height: 1.55;
}

@media screen and (max-width: 959px) {
  .go-call-hero__inner,
  .go-call-order__inner,
  .go-call-faq__inner {
    grid-template-columns: 1fr;
  }

  .go-call-hero h1 {
    font-size: 44px;
  }

  .go-call-hero__aside {
    min-height: 0;
  }

  .go-call-card-grid,
  .go-call-text-grid,
  .go-call-text-grid--four,
  .go-call-steps {
    grid-template-columns: 1fr;
  }

  .go-call-card-trust {
    grid-template-columns: 1fr 1fr;
  }

  .go-call-card-trust__copy {
    grid-column: 1 / -1;
  }

  .go-call-card-trust__providers {
    justify-content: flex-start;
  }

  .go-call-card-trust__cards {
    justify-content: flex-end;
  }

  .go-call-card__actions {
    display: grid;
  }

  .go-call-press-strip .r-press-main__logos {
    align-items: stretch;
    gap: 12px;
    padding: 2px 0 10px;
  }

  .go-call-press-strip .r-press-main__column {
    display: flex;
    flex: 0 0 calc((100% - 24px) / 3.35);
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    scroll-snap-align: start;
  }

  .go-call-press-strip .r-press-main__item {
    flex: 0 0 56px;
    min-height: 56px;
    scroll-snap-align: none;
    opacity: .58;
  }

  .go-call-press-strip .r-press-main__logo {
    max-width: 88px;
    max-height: 48px;
  }

  .go-call-press-strip .r-press-main__logo--wsj,
  .go-call-press-strip .r-press-main__logo--nyt {
    max-width: 82px;
    max-height: 52px;
  }

  .go-call-press-strip .r-press-main__logo--nyt {
    width: 86px;
    max-width: 86px;
    max-height: 86px;
  }
}

@media screen and (max-width: 639px) {
  .go-call-pay-options {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .go-call-pay-tile {
    min-height: 68px;
    padding: 10px 14px;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .go-call-pay-tile__meta {
    max-width: 48%;
    text-align: right;
  }

  .go-call-card-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .go-call-hero,
  .go-call-section,
  .go-call-trust,
  .go-call-payment,
  .go-call-order,
  .go-call-faq {
    padding-left: 28px;
    padding-right: 28px;
  }

  .go-call-hero {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .go-call-section,
  .go-call-order,
  .go-call-faq {
    padding-top: 56px;
    padding-bottom: 46px;
  }

  .go-call-hero h1 {
    font-size: 36px;
    line-height: 1.08;
  }

  .go-call-lead {
    font-size: 21px;
  }

  .go-call-section h2,
  .go-call-trust h2,
  .go-call-payment-modal h2,
  .go-call-order h2,
  .go-call-faq h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .go-call-card,
  .go-call-text-card,
  .go-call-step,
  .go-call-form,
  .go-call-faq__item summary {
    padding: 22px;
  }

  .go-call-faq__item summary {
    padding-right: 48px;
    font-size: 17px;
  }

  .go-call-faq__item p {
    padding: 0 22px 22px;
  }

  .go-call-payment-modal__panel {
    width: calc(100vw - 24px);
    padding: 26px 22px;
  }

  .go-call-payment-modal__close {
    margin: -12px -12px 0 auto;
  }

  .go-call-actions {
    display: grid;
  }

  .go-call-hero-payment {
    gap: 7px;
    margin-top: 14px;
  }

  .go-call-hero-payment__secure {
    gap: 8px;
  }

  .go-call-button {
    width: 100%;
  }

  .go-call-press-strip {
    width: calc(100vw - 28px);
    margin-right: 0;
  }

  .go-call-card-trust {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 15px;
  }

  .go-call-card-trust__copy,
  .go-call-card-trust__providers,
  .go-call-card-trust__cards {
    grid-column: auto;
    justify-content: flex-start;
  }

  .go-call-payment-proof__logos {
    flex-wrap: wrap;
  }

  .go-site-footer__payments {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 28px;
    padding-top: 13px;
  }

  .go-site-footer__payments-logos {
    flex-wrap: wrap;
    gap: 11px;
  }

}
