.pbna-modern-footer {
  --pbna-footer-cta: #f7f3ea;
  --pbna-footer-main: #0b5d49;
  --pbna-footer-legal: #084838;
  --pbna-footer-button: #0e8264;
  --pbna-footer-accent: #e5b331;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  width: 100%;
}
.pbna-modern-footer *, .pbna-modern-footer *::before, .pbna-modern-footer *::after { box-sizing: border-box; }
.pbna-footer__inner { margin: 0 auto; max-width: 1240px; padding-left: 28px; padding-right: 28px; width: 100%; }
.pbna-footer-cta { background: var(--pbna-footer-cta); color: #1e2925; }
.pbna-footer-cta__inner { align-items: center; display: flex; flex-direction: column; padding-bottom: 62px; padding-top: 62px; text-align: center; }
.pbna-footer-cta h2 { color: #0b5d49; font-family: "Marcellus", serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.15; margin: 0; }
.pbna-footer-cta p { font-size: 17px; margin: 14px auto 0; max-width: 680px; }
.pbna-footer-cta__button { background: var(--pbna-footer-button); border-radius: 6px; color: #fff !important; display: inline-flex; font-size: 14px; font-weight: 700; justify-content: center; letter-spacing: .06em; margin-top: 26px; min-width: 230px; padding: 15px 24px; text-decoration: none !important; text-transform: uppercase; transition: opacity .2s ease, transform .2s ease; }
.pbna-footer-cta__button:hover, .pbna-footer-cta__button:focus-visible { opacity: .9; transform: translateY(-1px); }
.pbna-footer-cta__trust { color: #45534d; display: flex; flex-wrap: wrap; font-size: 13px; gap: 18px 30px; justify-content: center; margin-top: 26px; }
.pbna-footer-cta__trust span { align-items: center; display: inline-flex; gap: 8px; }
.pbna-footer-cta__trust i { align-items: center; border: 1px solid #9eaaa5; border-radius: 50%; display: inline-flex; font-size: 10px; font-style: normal; height: 20px; justify-content: center; width: 20px; }
.pbna-footer-main { background: var(--pbna-footer-main); }
.pbna-footer-main__grid { display: grid; gap: 48px; grid-template-columns: 1.5fr repeat(3, 1fr); padding-bottom: 48px; padding-top: 58px; }
.pbna-footer__brand { max-width: 330px; }
.pbna-footer__logo { display: inline-flex; margin-bottom: 22px; text-decoration: none; }
.pbna-footer__logo-image { filter: brightness(0) invert(1); height: auto; max-height: 70px; max-width: 260px; object-fit: contain; width: auto; }
.pbna-footer__logo--text { color: #fff !important; font-family: "Marcellus", serif; font-size: 26px; }
.pbna-footer__brand-copy { color: rgba(255,255,255,.82); font-size: 14px; margin: 0; max-width: 310px; }
.pbna-footer__rating { align-items: flex-start; color: #fff !important; display: flex; flex-direction: column; gap: 4px; margin-top: 22px; text-decoration: none !important; }
.pbna-footer__rating > span { color: var(--pbna-footer-accent); font-size: 17px; letter-spacing: .08em; }
.pbna-footer__rating strong { font-size: 13px; font-weight: 600; }
.pbna-footer__column h3 { color: #fff; font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; margin: 2px 0 18px; text-transform: uppercase; }
.pbna-footer__column ul { list-style: none; margin: 0; padding: 0; }
.pbna-footer__column li + li { margin-top: 10px; }
.pbna-footer__column a { color: rgba(255,255,255,.8) !important; font-size: 14px; text-decoration: none !important; transition: color .2s ease, transform .2s ease; }
.pbna-footer__column a:hover, .pbna-footer__column a:focus-visible { color: #fff !important; }
.pbna-footer__column a.is-highlighted { color: #fff !important; font-weight: 700; }
.pbna-footer__column a.is-highlighted::after { color: var(--pbna-footer-accent); content: " →"; }
.pbna-footer-support { border-top: 1px solid rgba(255,255,255,.18); display: grid; gap: 26px 36px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 34px; padding-top: 30px; }
.pbna-footer-support__item { display: flex; flex-direction: column; gap: 5px; }
.pbna-footer-support__item strong { color: #fff; font-size: 13px; }
.pbna-footer-support__item span, .pbna-footer-support__item a { color: rgba(255,255,255,.76) !important; font-size: 13px; text-decoration: none !important; }
.pbna-footer-support__item--payments { align-items: center; grid-column: 1 / -1; text-align: center; width: 100%; }
.pbna-footer-legal { background: var(--pbna-footer-legal); }
.pbna-footer-legal__inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; min-height: 72px; padding-bottom: 18px; padding-top: 18px; }
.pbna-footer-legal p { color: rgba(255,255,255,.68); font-size: 12px; margin: 0; }
.pbna-footer-legal nav { display: flex; flex-wrap: wrap; gap: 20px; }
.pbna-footer-legal a { color: rgba(255,255,255,.76) !important; font-size: 12px; text-decoration: none !important; }
.pbna-footer-legal a:hover, .pbna-footer-legal a:focus-visible { color: #fff !important; }
@media (max-width: 900px) {
  .pbna-footer-main__grid { gap: 34px 28px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pbna-footer__brand { grid-column: 1 / -1; max-width: none; }
  .pbna-footer-support { grid-template-columns: 1fr 1fr; }
  .pbna-footer-support__item--payments { grid-column: 1 / -1; text-align: left; }
}
@media (max-width: 620px) {
  .pbna-footer__inner { padding-left: 20px; padding-right: 20px; }
  .pbna-footer-cta__inner { padding-bottom: 44px; padding-top: 44px; }
  .pbna-footer-cta p { font-size: 15px; }
  .pbna-footer-cta__button { min-width: 100%; }
  .pbna-footer-cta__trust { align-items: flex-start; flex-direction: column; gap: 11px; width: 100%; }
  .pbna-footer-main__grid { gap: 34px; grid-template-columns: 1fr; padding-bottom: 38px; padding-top: 44px; }
  .pbna-footer__brand { grid-column: auto; }
  .pbna-footer__column { border-top: 1px solid rgba(255,255,255,.16); padding-top: 24px; }
  .pbna-footer-support { grid-template-columns: 1fr; }
  .pbna-footer-support__item--payments { grid-column: auto; }
  .pbna-footer-legal__inner { align-items: flex-start; flex-direction: column; gap: 12px; padding-bottom: 94px; }
  .pbna-footer-legal nav { gap: 10px 18px; }
}

/* Secure checkout and payment method badges */
.pbna-footer-payments__heading {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: center;
  width: 100%;
}
.pbna-footer-payments__security-icon {
  align-items: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.pbna-footer-payments__security-icon svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 16px;
}
.pbna-footer-payment-icons {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 12px auto 0;
  max-width: 560px;
  width: 100%;
}
.pbna-payment-icon {
  align-items: center;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  min-width: 0;
  opacity: .94;
  width: 100%;
}
.pbna-payment-icon img {
  display: block;
  height: auto;
  max-height: 36px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.pbna-payment-icon svg {
  display: block;
  fill: none !important;
  height: 34px;
  max-width: 100%;
  overflow: visible;
  stroke: #fff !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  width: 54px;
}
.pbna-payment-icon:hover { opacity: 1; }
.pbna-footer-payments__note {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.pbna-modern-footer .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
@media (max-width: 900px) {
  .pbna-footer-support { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .pbna-footer-payment-icons { gap: 6px; max-width: 100%; }
  .pbna-payment-icon { height: 31px; }
  .pbna-payment-icon img { max-height: 29px; }
  .pbna-payment-icon svg { height: 29px; width: 46px; }
  .pbna-footer-payments__note { font-size: clamp(10px, 2.9vw, 12px); }
}
