/* Wallets uses the shared Personal navigation and footer shell. */
body.wallets-page {
  background: #fff;
}

body.wallets-page .site-header,
body.wallets-page .header.mobile {
  background: #fff;
}

body.fc-page-7685.wallets-page .site-header {
  color: #050505;
}

body.wallets-page .site-header .menu-item > a,
body.wallets-page .site-header .menu-item.menu-active > a {
  color: #050505 !important;
}

body.fc-page-7685.wallets-page .site-header .header-menu {
  column-gap: 24px;
}

body.fc-page-7685.wallets-page .site-header .header-menu > li {
  position: relative;
}

body.fc-page-7685.wallets-page .site-header .header-menu > li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #050505;
  content: '';
  transform: translateY(-50%);
}

body.fc-page-7685.wallets-page .site-header .header-menu > #menu-item-8377::before,
body.fc-page-7685.wallets-page .site-header .header-menu > #menu-item-8381::before {
  content: none;
}

body.wallets-page .site-header .site-logo svg path,
body.wallets-page .header.mobile .logo-white-mobile path {
  fill: #050505 !important;
}

body.wallets-page .site-header .hamburger__line,
body.wallets-page .header.mobile .hamburger__line {
  background: #050505 !important;
}

body.fc-page-7685.wallets-page .site-header .hamburger.desktop {
  width: 36px;
  margin: 32px 64px !important;
}

body.fc-page-7685.wallets-page .site-header .hamburger.desktop .hamburger__line {
  width: 36px;
}

body.wallets-page .wallets-main {
  overflow: hidden;
}

body.wallets-page .wallets-hero {
  min-height: 0;
  padding: 195px 24px 0;
  overflow: hidden;
  background: #fff;
  color: #000;
  text-align: center;
}

body.wallets-page .wallets-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

body.wallets-page .wallets-hero__cobrand {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}

body.fc-page-7685.wallets-page .wallets-hero__cobrand img {
  display: block;
  width: 315px;
  height: auto;
}

body.fc-page-7685.wallets-page .wallets-hero h1 {
  max-width: 1060px;
  margin: 30px 0 0;
  color: inherit;
  /* Evita que el CSS capturado del blog sustituya Inter V por Open Sans. */
  font-family: "Inter V", Inter, sans-serif !important;
  font-size: clamp(48px, 4.75vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
  transition: opacity 250ms ease-out;
}

body.fc-page-7685.wallets-page .wallets-hero h1 em {
  font-family: "Instrument Serif", serif !important;
  font-weight: 500;
}

body.fc-page-7685.wallets-page .wallets-hero__mobile-break {
  display: none;
}

/* El arte cambia de estado, mientras los botones transparentes conservan semántica y teclado. */
body.fc-page-7685.wallets-page .wallets-payment-switcher {
  position: relative;
  width: 327px;
  aspect-ratio: 604 / 96;
  margin-top: 55px;
}

body.fc-page-7685.wallets-page .wallets-payment-switcher__image {
  display: block;
  width: 100%;
  height: 100%;
}

body.fc-page-7685.wallets-page .wallets-payment-switcher__button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

body.fc-page-7685.wallets-page .wallets-payment-switcher__button--apple {
  left: 0;
}

body.fc-page-7685.wallets-page .wallets-payment-switcher__button--google {
  right: 0;
}

body.fc-page-7685.wallets-page .wallets-payment-switcher__button:focus-visible {
  outline: 2px solid #000;
  outline-offset: -4px;
}

body.fc-page-7685.wallets-page [data-wallets-content] {
  display: none !important;
}

body.fc-page-7685.wallets-page [data-wallets-content].is-wallets-active {
  transition: opacity 250ms ease-out;
}

body.fc-page-7685.wallets-page.wallets-is-dissolving [data-wallets-content].is-wallets-active {
  opacity: 0 !important;
}

body.fc-page-7685.wallets-page.wallets-is-dissolving .wallets-hero h1 {
  opacity: 0 !important;
}

body.fc-page-7685.wallets-page .wallets-hero__cobrand.is-wallets-active {
  display: flex !important;
}

body.fc-page-7685.wallets-page .wallets-hero__phone.is-wallets-active {
  display: block !important;
}

body.fc-page-7685.wallets-page .wallets-apple-pay.is-wallets-active {
  display: flex !important;
}

body.fc-page-7685.wallets-page .wallets-faq.is-wallets-active {
  display: block !important;
}

body.wallets-page .wallets-hero__phone {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 44px 0 0;
  overflow: hidden;
}

body.wallets-page .wallets-hero__phone img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 640px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

body.wallets-page .wallets-apple-pay {
  display: flex;
  min-height: 1120px;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f7f7;
  color: #000;
}

body.wallets-page .wallets-apple-pay__inner {
  width: 100%;
  padding: 255px clamp(64px, 8vw, 160px) 80px;
}

body.wallets-page .wallets-apple-pay h2 {
  max-width: 1560px;
  margin: 0 auto;
  color: inherit;
  font-family: "Inter V", Inter, sans-serif;
  font-size: clamp(48px, 4.75vw, 68px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.96;
  text-align: center;
  white-space: nowrap;
}

body.wallets-page .wallets-apple-pay h2 em {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
}

/* Evita la fuga de Open Sans del snapshot y conserva la tipografía canónica de Personal. */
body.fc-page-7685.wallets-page .wallets-apple-pay h2 {
  font-family: "Inter V", "Inter", sans-serif !important;
  font-weight: 400;
}

body.fc-page-7685.wallets-page .wallets-apple-pay h2 em {
  font-family: "Instrument Serif", serif !important;
  font-weight: 500;
}

body.fc-page-7685.wallets-page .wallets-apple-pay__mobile-break {
  display: none;
}

body.wallets-page .wallets-apple-pay__steps {
  display: grid;
  width: min(88%, 1480px);
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin: 96px auto 0;
}

@media (max-width: 899px) and (min-width: 768px) {
  body.wallets-page .wallets-apple-pay__steps {
    width: 100%;
  }
}

body.wallets-page .wallets-apple-pay__step {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #626666;
  text-align: center;
}

body.wallets-page .wallets-apple-pay__icon {
  display: block;
  width: 48px;
  height: 48px;
}

body.wallets-page .wallets-apple-pay__step p {
  margin: 45px 0 0;
  color: inherit;
  font-family: "Inter V", Inter, sans-serif;
  font-size: clamp(13px, 1.15vw, 19px);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

body.wallets-page .wallets-apple-pay__step p strong,
body.wallets-page .wallets-apple-pay__step p b {
  font-weight: 650;
}

body.wallets-page .wallets-apple-pay__symbols {
  display: block;
  width: 216px;
  height: 56px;
  margin-top: 35px;
  object-fit: contain;
}

body.wallets-page .wallets-apple-pay__link {
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #d8d8d8;
  color: #000;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  gap: 14px;
  text-decoration: none;
}

body.wallets-page .wallets-apple-pay__link span {
  font-size: 1.25em;
  font-weight: 400;
}

body.wallets-page .wallets-faq {
  min-height: 900px;
  padding: 145px 24px 120px;
  background: #fff;
  color: #000;
}

body.wallets-page .wallets-faq__inner {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
}

body.wallets-page .wallets-faq h2 {
  margin: 0 0 48px;
  color: inherit;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
}

body.wallets-page .wallets-faq__list {
  border-top: 1px solid #d5d5d5;
}

body.wallets-page .wallets-faq__item {
  border-bottom: 1px solid #d5d5d5;
}

body.wallets-page .wallets-faq__item summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px 0;
  color: #000;
  cursor: pointer;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  list-style: none;
}

body.wallets-page .wallets-faq__item summary::-webkit-details-marker {
  display: none;
}

body.wallets-page .wallets-faq__item summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

body.wallets-page .wallets-faq__icon {
  position: relative;
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

body.wallets-page .wallets-faq__icon::before,
body.wallets-page .wallets-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

body.wallets-page .wallets-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.wallets-page .wallets-faq__item[open] .wallets-faq__icon::after {
  display: none;
}

body.wallets-page .wallets-faq__answer {
  max-width: 940px;
  padding: 0 42px 20px 0;
}

body.wallets-page .wallets-faq__answer p {
  margin: 0;
  color: #000;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

body.wallets-page .wallets-faq__answer p + p,
body.wallets-page .wallets-faq__answer ol + p,
body.wallets-page .wallets-faq__answer p + ol {
  margin-top: 22px;
}

body.wallets-page .wallets-faq__answer ol {
  margin: 0;
  padding-left: 30px;
  color: #000;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body.wallets-page .wallets-faq__instructions > li + li {
  margin-top: 20px;
}

body.wallets-page .wallets-faq__instructions li p {
  margin-top: 18px;
}

body.wallets-page .wallets-faq__instructions ol {
  margin-top: 18px;
}

body.wallets-page .wallets-faq__instructions ol li + li {
  margin-top: 18px;
}

body.wallets-page .wallets-faq__payment-symbols {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  color: #626666;
}

body.wallets-page .wallets-faq__gpay {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  font-family: "Inter V", Inter, sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}

body.wallets-page .wallets-faq__gpay b {
  margin-right: 4px;
  font-size: 1.12em;
  font-weight: 700;
}

body.wallets-page .wallets-faq__contactless {
  position: relative;
  display: block;
  width: 96px;
  height: 56px;
  overflow: hidden;
}

body.wallets-page .wallets-faq__contactless img {
  position: absolute;
  top: 0;
  left: -120px;
  display: block;
  width: 216px;
  max-width: none;
  height: 56px;
}

body.wallets-page .wallets-footer-heading {
  margin: 0;
}

body.wallets-page .wallets-footer-heading .containerfoooter {
  overflow: visible;
}

@media (max-width: 767px) {
  body.wallets-page .site-header {
    display: none;
  }

  body.wallets-page .wallets-mobile-menu .header.mobile {
    display: block;
  }

  body.wallets-page .wallets-main {
    min-height: 780px;
  }

  body.wallets-page .wallets-hero {
    padding: 150px 16px 0;
  }

  body.wallets-page .wallets-hero__cobrand {
    height: 28px;
  }

  body.fc-page-7685.wallets-page .wallets-hero__cobrand img {
    width: 205px;
  }

  /* Apple y Google comparten la misma escala y composición tipográfica móvil. */
  body.fc-page-7685.wallets-page .wallets-hero h1 {
    max-width: min(82vw, 320px);
    margin-top: 28px;
    font-size: clamp(24px, 8.2vw, 32px);
    letter-spacing: -0.025em;
    line-height: 1.02;
  }

  /* Instrument Serif tiene menor altura óptica que Inter V al mismo tamaño nominal. */
  body.fc-page-7685.wallets-page .wallets-hero h1 em,
  body.fc-page-7685.wallets-page .wallets-apple-pay h2 em {
    font-size: 1.06em;
  }

  body.wallets-page .wallets-hero__desktop-break {
    display: none;
  }

  body.fc-page-7685.wallets-page .wallets-hero__mobile-break {
    display: inline;
  }

  body.fc-page-7685.wallets-page .wallets-payment-switcher {
    width: 338px;
    margin-top: 68px;
  }

  body.wallets-page .wallets-hero__phone {
    width: 100vw;
    max-width: none;
    height: 332px;
    margin-top: 54px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }

  body.wallets-page .wallets-hero__phone img {
    width: 590px;
  }

  body.wallets-page .wallets-apple-pay {
    min-height: 950px;
  }

  body.wallets-page .wallets-apple-pay__inner {
    padding: 68px 20px 44px;
  }

  body.wallets-page .wallets-apple-pay--google .wallets-apple-pay__inner {
    padding: 68px 20px 44px;
  }

  body.wallets-page .wallets-apple-pay h2 {
    max-width: min(82vw, 320px);
    font-size: clamp(24px, 8.2vw, 32px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    white-space: normal;
  }

  body.wallets-page .wallets-apple-pay__desktop-break {
    display: none;
  }

  body.fc-page-7685.wallets-page .wallets-apple-pay__mobile-break {
    display: inline;
  }

  body.wallets-page .wallets-apple-pay__steps {
    display: flex;
    max-width: 310px;
    flex-direction: column;
    gap: 60px;
    margin-top: 89px;
  }

  body.wallets-page .wallets-apple-pay--google .wallets-apple-pay__steps {
    margin-top: 89px;
  }

  body.wallets-page .wallets-apple-pay__icon {
    width: 40px;
    height: 40px;
  }

  body.wallets-page .wallets-apple-pay__step p {
    margin-top: 31px;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
  }

  body.wallets-page .wallets-apple-pay__symbols {
    width: 216px;
    margin-top: 40px;
  }

  body.wallets-page .wallets-apple-pay__link {
    min-height: 68px;
    font-size: 16px;
    gap: 8px;
  }

  body.wallets-page .wallets-apple-pay--google .wallets-apple-pay__link {
    min-height: 68px;
  }

  body.wallets-page .wallets-faq {
    min-height: 0;
    padding: 108px 16px 80px;
  }

  body.wallets-page .wallets-faq h2 {
    margin-bottom: 48px;
    font-size: 30px;
    letter-spacing: -0.025em;
    text-align: center;
  }

  body.wallets-page .wallets-faq__item summary {
    min-height: 64px;
    gap: 16px;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  body.wallets-page .wallets-faq__icon {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  body.wallets-page .wallets-faq__icon::before,
  body.wallets-page .wallets-faq__icon::after {
    width: 12px;
  }

  body.wallets-page .wallets-faq__answer {
    padding: 0 36px 18px 0;
  }

  body.wallets-page .wallets-faq__answer p {
    font-size: 14px;
    line-height: 1.35;
  }

  body.wallets-page .wallets-faq__answer p + p,
  body.wallets-page .wallets-faq__answer ol + p,
  body.wallets-page .wallets-faq__answer p + ol {
    margin-top: 16px;
  }

  body.wallets-page .wallets-faq__answer ol {
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.4;
  }

  body.wallets-page .wallets-faq__payment-symbols {
    gap: 14px;
    margin-top: 18px;
  }

  body.wallets-page .wallets-faq__gpay {
    font-size: 23px;
  }

  body.wallets-page .wallets-faq__contactless {
    width: 82px;
    height: 48px;
  }

  body.wallets-page .wallets-faq__contactless img {
    left: -103px;
    width: 185px;
    height: 48px;
  }

  body.wallets-page .wallets-footer-heading {
    padding: 8px 20px 0;
  }

  body.wallets-page .wallets-footer-heading .div-block-28 {
    padding: 0 0 32px !important;
  }

  body.wallets-page .wallets-footer-heading .fondlogo {
    font-size: 15vw !important;
    white-space: nowrap;
  }
}
