/* Temric EcoCash and WhatsApp commercial launch */
.btn-ecocash {
  border-color: #128c63;
  background: #128c63;
  color: #fff;
  box-shadow: 0 12px 28px rgba(18, 140, 99, .18);
}
.btn-ecocash:hover,
.btn-ecocash:focus-visible {
  border-color: #0d704f;
  background: #0d704f;
  color: #fff;
}
.price-card > .btn-ecocash {
  margin-top: 10px;
}
.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 90;
  display: grid;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  column-gap: 11px;
  align-items: center;
  min-width: 206px;
  padding: 11px 15px 11px 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: #128c63;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(7, 28, 38, .26);
}
.whatsapp-float > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .05em;
}
.whatsapp-float strong {
  align-self: end;
  font-size: 13px;
  line-height: 1.15;
}
.whatsapp-float small {
  align-self: start;
  color: rgba(255,255,255,.8);
  font-size: 10px;
  line-height: 1.15;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #0d704f;
  transform: translateY(-1px);
}
.whatsapp-float:focus-visible {
  outline: 3px solid rgba(18, 140, 99, .28);
  outline-offset: 4px;
}
.ecocash-band {
  padding: 54px 0;
  border-top: 1px solid rgba(9, 24, 33, .08);
  border-bottom: 1px solid rgba(9, 24, 33, .08);
  background: #dff7eb;
}
.ecocash-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
}
.ecocash-band h2,
.ecocash-pricing-help h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
}
.ecocash-band p,
.ecocash-pricing-help p {
  max-width: 780px;
  margin: 0;
  color: #40554c;
}
.ecocash-band a:not(.btn),
.ecocash-pricing-help a:not(.btn) {
  color: #075a43;
  font-weight: 800;
}
.ecocash-band-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.ecocash-pricing-help {
  padding: 64px 0 90px;
  background: #dff7eb;
}
.ecocash-pricing-help > .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
}
.ecocash-safety {
  margin-top: 16px !important;
  padding: 13px 15px;
  border-left: 3px solid #f3bd67;
  background: rgba(255,255,255,.62);
  font-size: 13px;
}
.manual-card-intro {
  max-width: 760px;
}
.ecocash-recipient {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  padding: 18px 20px;
  border: 2px solid #63b99b;
  border-radius: 14px;
  background: #e8fff5;
  color: #082d26;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.72);
}
.ecocash-recipient span {
  color: #105f48;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ecocash-recipient strong,
.ecocash-recipient .ecocash-number {
  display: inline-flex;
  width: fit-content;
  color: #082d26;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-decoration: none;
  text-shadow: none;
}
.ecocash-recipient .ecocash-number:hover {
  color: #075a43;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ecocash-recipient .ecocash-number:focus-visible {
  border-radius: 5px;
  outline: 3px solid rgba(18, 140, 99, .34);
  outline-offset: 3px;
}
.ecocash-recipient small {
  color: #294c40;
  font-weight: 750;
}
.ecocash-recipient .ecocash-email {
  display: inline-flex;
  width: fit-content;
  margin-top: 5px;
  color: #075a43;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ecocash-recipient .ecocash-email:hover,
.ecocash-recipient .ecocash-email:focus-visible {
  color: #043d2f;
}
.ecocash-recipient .ecocash-email:focus-visible {
  border-radius: 5px;
  outline: 3px solid rgba(18, 140, 99, .34);
  outline-offset: 3px;
}
.pop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.pop-actions .whatsapp-confirmation,
.pop-actions .email-confirmation {
  margin-top: 0;
}
.whatsapp-confirmation,
.email-confirmation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}
.whatsapp-confirmation {
  border-color: #128c63 !important;
  background: #128c63 !important;
  color: #fff !important;
}
.whatsapp-confirmation:hover,
.whatsapp-confirmation:focus-visible {
  border-color: #0d704f !important;
  background: #0d704f !important;
  color: #fff !important;
}
.email-confirmation {
  border: 1px solid #8fb9aa !important;
  background: #fff !important;
  color: #082d26 !important;
}
.email-confirmation:hover,
.email-confirmation:focus-visible {
  border-color: #0d704f !important;
  background: #edf9f4 !important;
  color: #075a43 !important;
}
.whatsapp-confirmation[hidden],
.email-confirmation[hidden] {
  display: none !important;
}
#manual-payment-safety {
  margin-top: 13px;
}
@media (max-width: 860px) {
  .ecocash-band-inner,
  .ecocash-pricing-help > .container {
    grid-template-columns: 1fr;
  }
  .ecocash-band-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    min-width: 0;
    grid-template-columns: 38px auto;
    padding: 9px 13px 9px 9px;
  }
  .whatsapp-float > span {
    width: 38px;
    height: 38px;
  }
  .whatsapp-float small {
    display: none;
  }
  .ecocash-band,
  .ecocash-pricing-help {
    padding: 42px 0;
  }
  .ecocash-recipient strong,
  .ecocash-recipient .ecocash-number {
    font-size: 20px;
  }
  .pop-actions > * {
    width: 100%;
  }
}