.mana-customer-ticker,
.mana-product-notice,
.mana-virtual-address {
  position: fixed;
  z-index: 2147483000;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 16px 40px rgba(15, 31, 47, 0.16);
}

.mana-virtual-address {
  top: 7.25rem;
  right: 1.25rem;
  width: min(380px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.9rem;
  background: #ffffff;
  color: #102033;
}

.mana-virtual-address__title {
  padding-right: 2rem;
  color: #0f6f5c;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.mana-virtual-address__code {
  display: inline-flex;
  margin-top: 0.55rem;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  background: #e9f5f1;
  color: #0f6f5c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.mana-virtual-address__lines {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #edf2f0;
  border-radius: 0.65rem;
  background: #f8fbfa;
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

.mana-virtual-address__help {
  margin: 0.68rem 0 0;
  color: #5f6f83;
  font-size: 0.78rem;
  line-height: 1.35;
}

.mana-virtual-address__actions {
  margin-top: 0.8rem;
}

.mana-virtual-address__copy {
  width: 100%;
  min-height: 2.45rem;
  border: 0;
  border-radius: 0.55rem;
  background: #247456;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
}

.mana-virtual-address__close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  border: 0;
  border-radius: 50%;
  background: #e9f5f1;
  color: #0f6f5c;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.mana-customer-ticker {
  inset-inline: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 2rem));
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.mana-customer-ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: manaTickerScroll 24s linear infinite;
}

.mana-customer-ticker__text {
  flex: 0 0 auto;
  padding: 0.72rem 3.25rem 0.72rem 1.15rem;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.mana-customer-ticker__close,
.mana-product-notice__close {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.mana-customer-ticker__close {
  top: 50%;
  right: 0.45rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transform: translateY(-50%);
}

.mana-product-notice {
  left: 1rem;
  bottom: 1rem;
  max-width: min(420px, calc(100vw - 2rem));
  padding: 0.78rem 2.8rem 0.78rem 1rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.75rem;
  background: #f5fbf8;
  color: #102033;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.mana-product-notice,
.mana-customer-ticker {
  pointer-events: auto;
}

.mana-cookie-banner-visible .mana-customer-ticker,
.mana-cookie-banner-visible .mana-product-notice,
.mana-cookie-banner-visible .mana-virtual-address {
  display: none !important;
}

.mana-hidden-unavailable-review {
  display: none !important;
}

.mana-menu-virtual-address {
  position: fixed;
  left: 50%;
  top: 13.5rem;
  z-index: 2147482999;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem 1.1rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.8rem;
  background: #ffffff;
  color: #102033;
  box-shadow: 0 16px 40px rgba(15, 31, 47, 0.12);
  transform: translateX(-50%);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.mana-menu-virtual-address__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  background: #e9f5f1;
  color: #0f6f5c;
  font-size: 1.35rem;
  font-weight: 800;
}

.mana-menu-virtual-address__text {
  display: grid;
  gap: 0.18rem;
}

.mana-menu-virtual-address__text strong {
  color: #0f274f;
  font-size: 1rem;
}

.mana-menu-virtual-address__text small {
  color: #65748a;
  font-size: 0.78rem;
  line-height: 1.3;
}

.mana-home-services {
  position: relative;
  z-index: 5;
  width: min(1200px, calc(100vw - 2rem));
  margin: 3rem auto 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.mana-home-services__inner {
  padding: 1.25rem;
  border: 1px solid #e3ece8;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 31, 47, 0.08);
}

.mana-home-services__header {
  max-width: 760px;
  margin-bottom: 1.1rem;
}

.mana-home-services__header p {
  margin: 0 0 0.35rem;
  color: #0f6f5c;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.mana-home-services__header h2 {
  margin: 0 0 0.45rem;
  color: #0f274f;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  line-height: 1.15;
}

.mana-home-services__header span {
  color: #65748a;
  font-size: 0.98rem;
  line-height: 1.45;
}

.mana-home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.mana-home-services__card {
  min-height: 12rem;
  padding: 1rem;
  border: 1px solid #e5eeea;
  border-radius: 0.8rem;
  background: #f8fbfa;
}

.mana-home-services__card h3 {
  margin: 0 0 0.5rem;
  color: #102033;
  font-size: 1rem;
}

.mana-home-services__card p {
  min-height: 4.2rem;
  margin: 0 0 0.8rem;
  color: #5f6f83;
  font-size: 0.86rem;
  line-height: 1.45;
}

.mana-home-services__card a,
.mana-image-search-panel__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border-radius: 0.55rem;
  background: #247456;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.mana-image-search-panel {
  position: relative;
  z-index: 10;
  width: min(760px, calc(100vw - 2rem));
  margin: 1rem auto 2rem;
  padding: 1.1rem;
  border: 1px solid #d9e8e2;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 31, 47, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.mana-image-search-panel h2 {
  margin: 0 2rem 0.45rem 0;
  color: #0f274f;
  font-size: 1.25rem;
}

.mana-image-search-panel p,
.mana-image-search-panel small {
  color: #65748a;
}

.mana-image-search-panel__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.9rem;
  height: 1.9rem;
  border: 0;
  border-radius: 50%;
  background: #e9f5f1;
  color: #0f6f5c;
  cursor: pointer;
  font-weight: 800;
}

.mana-image-search-panel__input {
  width: 100%;
  padding: 0.8rem;
  border: 1px dashed #b8d6cb;
  border-radius: 0.7rem;
  background: #f8fbfa;
}

.mana-image-search-panel__preview img {
  display: block;
  width: min(260px, 100%);
  margin: 0.8rem 0;
  border-radius: 0.7rem;
}

.mana-nav-services-menu {
  position: fixed;
  z-index: 2147483000;
  display: none;
  width: 260px;
  padding: 0.55rem;
  border: 1px solid #d9e8e2;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 31, 47, 0.16);
  font-family: Arial, Helvetica, sans-serif;
}

.mana-nav-services-menu.is-open {
  display: grid;
  gap: 0.3rem;
}

.mana-nav-services-menu a,
.mana-nav-services-menu button {
  display: grid;
  gap: 0.12rem;
  width: 100%;
  padding: 0.72rem 0.8rem;
  border: 0;
  border-radius: 0.6rem;
  background: transparent;
  color: #102033;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font: inherit;
}

.mana-nav-services-menu a:hover,
.mana-nav-services-menu button:hover {
  background: #e9f5f1;
}

.mana-nav-services-menu strong {
  color: #0f274f;
  font-size: 0.88rem;
}

.mana-nav-services-menu small {
  color: #65748a;
  font-size: 0.72rem;
  line-height: 1.25;
}

@media (max-width: 860px) {
  .mana-virtual-address {
    top: auto;
    right: 0.75rem;
    left: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-height: min(64vh, 520px);
    overflow: auto;
    padding: 0.85rem;
  }

  .mana-virtual-address__title {
    font-size: 0.94rem;
  }

  .mana-virtual-address__lines {
    font-size: 0.78rem;
  }
}

.mana-product-notice strong {
  color: #0f6f5c;
}

.mana-product-notice__close {
  top: 0.55rem;
  right: 0.55rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #e4f1ed;
  color: #0f6f5c;
}

@keyframes manaTickerScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .mana-customer-ticker__track {
    animation: none;
  }
}

@media (max-width: 640px) {
  .mana-home-services {
    width: calc(100vw - 1.5rem);
    margin: 1.25rem auto 0.75rem;
  }

  .mana-home-services__inner {
    padding: 0.9rem;
    border-radius: 0.85rem;
  }

  .mana-home-services__grid {
    grid-template-columns: 1fr;
  }

  .mana-home-services__card {
    min-height: auto;
  }

  .mana-home-services__card p {
    min-height: auto;
  }

  .mana-nav-services-menu {
    left: 0.75rem !important;
    right: 0.75rem;
    width: auto;
  }

  .mana-customer-ticker {
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    border-radius: 0.75rem;
    width: calc(100vw - 1.5rem);
  }

  .mana-customer-ticker__text {
    font-size: 0.78rem;
    padding: 0.56rem 2.8rem 0.56rem 0.85rem;
  }

  .mana-product-notice {
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(4.85rem + env(safe-area-inset-bottom, 0px));
    max-width: none;
    min-height: 2.55rem;
    max-height: 3.4rem;
    padding: 0.58rem 2.35rem 0.58rem 0.8rem;
    border-radius: 0.85rem;
    font-size: 0.72rem;
    line-height: 1.2;
    box-shadow: 0 10px 24px rgba(15, 31, 47, 0.14);
    overflow: hidden;
  }

  .mana-product-notice__close {
    top: 50%;
    right: 0.38rem;
    width: 1.7rem;
    height: 1.7rem;
    transform: translateY(-50%);
  }
}

@media (max-width: 380px) {
  .mana-product-notice {
    left: 0.55rem;
    right: 0.55rem;
    font-size: 0.68rem;
  }
}
