.real-logo {
  overflow: hidden;
  border: 1px solid #eee !important;
}
.real-logo img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}
.card-icons img {
  width: 44px;
  height: 25px;
  object-fit: contain;
  padding: 4px 6px;
  background: #fff;
  border-radius: 4px;
}
.card-icons i {
  height: 25px;
  display: grid;
  place-items: center;
}
.real-logo.bank-letter-logo {
  border: 0 !important;
  color: #fff !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .3), 0 3px 9px rgba(35, 25, 5, .14);
}
.real-logo.bank-letter-logo span {
  display: block;
  color: #fff;
  font: 800 8px/1 Inter, sans-serif;
  letter-spacing: -.02em;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, .16);
}
.featured-logo {
  min-width: 48px !important;
  width: 48px !important;
  background: #fff !important;
}
.featured-logo img {
  width: 43px;
  height: 35px;
}
.mobile-grid button:has(.featured-logo) {
  padding-left: 7px;
}
.rocket-logo {
  min-width: 48px !important;
  width: 48px !important;
  height: 38px !important;
}
.rocket-logo img {
  width: 44px !important;
  height: 30px !important;
  object-fit: contain;
}
.mobile-grid button:has(.rocket-logo) {
  gap: 9px;
  padding-left: 7px;
}
.main-wallet-logo {
  min-width: 54px !important;
  width: 54px !important;
  height: 42px !important;
}
.main-wallet-logo img {
  width: 50px !important;
  height: 38px !important;
  object-fit: contain;
}
.mobile-grid button:has(.main-wallet-logo) {
  padding-left: 5px;
  gap: 8px;
}
.hero-copy .eyebrow {
  font-size: 0;
}
.hero-copy .eyebrow::after {
  content: "\986\9aa\9a8\9be\9b0  \99f\9be\995\9be\9df, \9a6\9c7\9b6\9c7\9b0  \985\997\9cd\9b0\997\9a4\9bf";
  font-size: 16px;
}
html[lang=en] .hero-copy .eyebrow::after {
  content: "Your money, Bangladesh\2019s progress";
}
.language-switch {
  display: flex;
  align-items: center;
  padding: 3px;
  background: #f7f1f4;
  border: 1px solid #eadfe4;
  border-radius: 10px;
}
.language-switch button {
  border: 0;
  background: transparent;
  color: #75666e;
  border-radius: 7px;
  padding: 6px 11px;
  font-size: 13px;
}
.language-switch button.active {
  background: #fff;
  color: var(--pink);
  font-weight: 700;
  box-shadow: 0 2px 8px #4b16301a;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}
.login-button {
  border: 1px solid var(--pink);
  background: #fff;
  color: var(--pink);
  border-radius: 9px;
  padding: 8px 14px;
  font-weight: 700;
}
.login-button:hover {
  background: #fff5f9;
}
.text-button {
  width: 100%;
  border: 0;
  background: none;
  color: var(--pink);
  font-weight: 700;
  margin-top: 14px;
}
.login-form {
  max-width: 420px;
}
@media (max-width: 560px) {
  .topbar {
    padding-inline: 12px;
  }
  .header-actions {
    gap: 5px;
  }
  .login-button {
    padding: 7px 9px;
    font-size: 12px;
  }
  .language-switch button {
    padding: 5px 7px;
  }
  .brand > span:last-child {
    display: none;
  }
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 3px;
}
.desktop-nav button {
  position: relative;
  border: 0;
  background: none;
  color: #75656d;
  padding: 10px 12px;
  font-weight: 600;
}
.desktop-nav button:hover,
.desktop-nav button.active {
  color: var(--pink);
}
.desktop-nav button.active:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 1px;
  height: 2px;
  background: var(--pink);
  border-radius: 3px;
}
@media (max-width: 760px) {
  .desktop-nav {
    display: none;
  }
}
.modal > .modal-icon {
  display: none;
}
.modal > .modal-icon + h2 {
  margin-top: 4px;
}
.register-form {
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}
.form-error {
  background: #fff0f3;
  color: #bd174f;
  border: 1px solid #ffc5d8;
  border-radius: 9px;
  padding: 9px 11px;
  margin: 8px 0;
  font-size: 13px;
}
.register-form input:invalid {
  box-shadow: none;
}
.verified-pill {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #e9f8f1;
  color: #14865e;
  font-size: 13px;
  font-weight: 700;
}
.profile-modal {
  max-height: calc(100vh - 32px);
  overflow-y: auto;
}
.profile-modal h2 {
  margin-top: 0;
}
.form-success {
  margin-top: 12px;
  padding: 10px;
  border-radius: 9px;
  background: #e9f8f1;
  color: #14734f;
  text-align: center;
  font-size: 13px;
}
.info-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.info-list p {
  padding: 14px;
  background: #faf7f9;
  border-radius: 12px;
  margin: 0;
}
.info-list b,
.info-list span {
  display: block;
}
.info-list span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 13px;
}
.terms-copy {
  color: var(--muted);
  line-height: 1.6;
}
.terms-copy p {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.profile-modal:has(.terms-copy) {
  width: min(680px, 100%);
}
.terms-copy h3 {
  color: var(--dark);
  font-size: 17px;
  margin: 22px 0 4px;
}
.terms-copy p {
  margin: 0;
  padding-bottom: 15px;
}
.terms-intro {
  background: #fff4f8;
  border-left: 4px solid var(--pink);
  padding: 14px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.terms-intro b {
  color: var(--pink);
}
.terms-intro p {
  border: 0;
  padding: 5px 0 0;
}
