@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.google-pay.container-fluid {
  padding: 0;
  margin-top: 80px;
  font-family: 'Work Sans', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.google-pay .gp_hero_bg {
  width: 100%;
  min-height: 556px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #faf8fc;
}

.google-pay .gp_hero {
  height: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1152px;
  color: #110027;
  gap: 24px;
  padding: 0 24px;
  box-sizing: border-box;
}

.google-pay .gp_hero_copy {
  width: 566px;
  max-width: 100%;
}

.google-pay .gp_hero_copy p {
  color: #110027;
  margin-bottom: 0;
}

.google-pay .gp_hero_copy p.pre_title {
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.google-pay .gp_hero_copy p.title {
  font-family: "Work Sans", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0;
}

.google-pay .gp_hero_copy p.title span {
  color: #8e44ff;
}

.google-pay .gp_hero_copy p.subtitle {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin: 16px 0 0;
}

.google-pay .gp_hero_visual {
  width: 50%;
  max-width: 564px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.google-pay .gp_hero_visual img {
  max-height: 564px;
  width: 100%;
  height: auto;
  display: block;
}

/* Benefits */
.google-pay .gp_benefits_bg {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  box-sizing: border-box;
}

.google-pay .gp_benefits {
  width: 100%;
  max-width: 1152px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.google-pay .gp_benefits_title {
  margin: 0;
  color: #2e0d57;
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  max-width: 858px;
}

.google-pay .gp_benefits_grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.google-pay .gp_benefit_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  width: 270px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.google-pay .gp_benefit_icon {
  width: 56px;
  height: 56px;
}

.google-pay .gp_benefit_icon img {
  width: 56px;
  height: 56px;
  display: block;
}

.google-pay .gp_benefit_name {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.google-pay .gp_benefit_text {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* Steps shared */
.google-pay .pasos_bg {
  width: 100%;
  background-color: rgba(92, 25, 174, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  box-sizing: border-box;
}

.google-pay .pasos {
  width: 100%;
  max-width: 1180px;
}

.google-pay .pasos_feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.google-pay .pasos_copy {
  flex: 1 1 0;
  min-width: 0;
  max-width: 564px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.google-pay .pasos_hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.google-pay .pasos_hero_titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.google-pay .pasos_title {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.google-pay .pasos_lead {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.google-pay .pasos_step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.google-pay .pasos_step_num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}

.google-pay .pasos_step_body {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.google-pay .pasos_step_text {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.google-pay .pasos_step_text strong {
  font-weight: 700;
}

.google-pay .gp_inline_link {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.google-pay .gp_inline_link:hover {
  color: #7026dc;
}

.google-pay .pasos_visual {
  flex-shrink: 0;
  width: 564px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google-pay .pasos_phone {
  width: 450px;
  max-width: 100%;
  aspect-ratio: 450 / 564;
  border: 6px solid #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
}

.google-pay .pasos_phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.google-pay .gp_pay_visual {
  border: 0;
  background: transparent;
  aspect-ratio: auto;
}

.google-pay .gp_pay_visual img {
  border-radius: 20px;
  object-fit: contain;
}

.google-pay .gp_nfc_note {
  margin: 0;
  color: #2e0d57;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.google-pay .gp_pay_steps .pasos_lead {
  color: #2e0d57;
}

/* Wallet block */
.google-pay .gp_wallet_bg {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 48px 24px;
  box-sizing: border-box;
}

.google-pay .gp_wallet {
  width: 100%;
  max-width: 1152px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.google-pay .gp_wallet_visual {
  flex-shrink: 0;
  width: 564px;
  max-width: 100%;
}

.google-pay .gp_wallet_visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.google-pay .gp_wallet_copy {
  flex: 1 1 0;
  min-width: 0;
  max-width: 564px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.google-pay .gp_wallet_title {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.google-pay .gp_wallet_text {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

/* FAQ */
.google-pay .gp_faq_section {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.google-pay .gp_faq_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.google-pay .gp_faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 760px;
}

.google-pay .gp_faq_spot {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  aspect-ratio: 760 / 160;
  object-fit: contain;
}

.google-pay .gp_faq_title {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  width: 100%;
}

.google-pay .gp_accordion {
  width: 100%;
  border: 1px solid #cfccd4;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
}

.google-pay .gp_accordion_item {
  border: 0;
  margin: 0;
  padding: 0;
}

.google-pay .gp_accordion_item + .gp_accordion_item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #cfccd4;
}

.google-pay .gp_accordion_summary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  padding: 0 0 8px;
}

.google-pay .gp_accordion_summary::-webkit-details-marker {
  display: none;
}

.google-pay .gp_accordion_summary::marker {
  display: none;
}

.google-pay .gp_accordion_q {
  flex: 1 1 0;
  min-width: 0;
  color: #2e0d57;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}

.google-pay .gp_accordion_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}

.google-pay .gp_accordion_chevron {
  display: block;
  transition: transform 0.2s ease;
}

.google-pay .gp_accordion_item[open] .gp_accordion_chevron {
  transform: rotate(180deg);
}

.google-pay .gp_accordion_body {
  padding: 0 32px 0 0;
}

.google-pay .gp_accordion_body p {
  margin: 0;
  color: #2e0d57;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.google-pay .gp_help {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  text-align: center;
}

.google-pay .gp_help_lead {
  margin: 0;
  color: #110027;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  max-width: 353px;
}

.google-pay .gp_help_btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #7026dc;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.google-pay .gp_help_btn:hover {
  text-decoration: underline;
}

.google-pay .gp_help_btn:focus-visible {
  outline: 2px solid #7026dc;
  outline-offset: 2px;
}

/* SMALL DESKTOP */
@media (max-width: 1080px) {
  .google-pay .gp_hero {
    width: 90%;
    padding: 0;
  }

  .google-pay .gp_hero_visual img {
    width: 100%;
  }
}

/* TABLET / MOBILE */
@media (max-width: 1020px) {
  .google-pay.container-fluid {
    width: 100%;
    margin: 0;
  }

  .google-pay .gp_hero {
    flex-direction: column;
    height: auto;
    width: 90%;
    min-height: 610px;
    justify-content: center;
    margin-bottom: 48px;
    padding: 24px 0 0;
  }

  .google-pay .gp_hero_copy {
    width: 100%;
  }

  .google-pay .gp_hero_copy p.title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .google-pay .gp_hero_copy p.subtitle {
    font-size: 18px;
    line-height: 27px;
    max-width: 364px;
  }

  .google-pay .gp_hero_visual {
    width: 100%;
    justify-content: center;
  }

  .google-pay .gp_benefits_bg {
    padding: 32px 0;
  }

  .google-pay .gp_benefits {
    width: 90%;
  }

  .google-pay .gp_benefits_title {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    width: 100%;
  }

  .google-pay .gp_benefits_grid {
    flex-direction: column;
    align-items: stretch;
  }

  .google-pay .gp_benefit_card {
    width: 100%;
  }

  .google-pay .pasos_bg {
    width: 100%;
    padding: 48px 0;
  }

  .google-pay .pasos {
    width: 90%;
  }

  .google-pay .pasos_feature {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .google-pay .pasos_copy {
    order: 1;
    max-width: none;
    width: 100%;
  }

  .google-pay .pasos_title {
    font-size: 32px;
    line-height: 38px;
  }

  .google-pay .pasos_lead {
    font-size: 18px;
    line-height: 28px;
  }

  .google-pay .pasos_visual {
    width: 100%;
    order: 2;
  }

  .google-pay .pasos_phone {
    margin: 0 auto;
    width: min(290px, 100%);
    background: unset;
  }

  .google-pay .pasos_step_text {
    font-size: 18px;
    line-height: 28px;
  }

  .google-pay .gp_wallet_bg {
    padding: 48px 0;
  }

  .google-pay .gp_wallet {
    width: 90%;
    flex-direction: column;
    align-items: stretch;
  }

  .google-pay .gp_wallet_visual {
    width: 100%;
  }

  .google-pay .gp_wallet_copy {
    max-width: none;
  }

  .google-pay .gp_wallet_title {
    font-size: 32px;
    line-height: 38px;
  }

  .google-pay .gp_wallet_text {
    font-size: 18px;
    line-height: 28px;
  }

  .google-pay .gp_faq_inner {
    width: 90%;
    padding: 48px 0 64px;
  }

  .google-pay .gp_faq_title {
    font-size: 28px;
    line-height: 38px;
  }

  .google-pay .gp_accordion_q {
    font-size: 20px;
    line-height: 30px;
  }

  .google-pay .gp_accordion_body p {
    font-size: 16px;
    line-height: 26px;
  }

  .google-pay .gp_help {
    flex-direction: column;
  }

  .google-pay .gp_help_lead {
    max-width: none;
  }
}
