:root {
  --mb-brand: #00847f;
  --mb-brand-2: #005552;
  --mb-text: #1f2937;
  --mb-muted: #6b7280;
  --mb-bg: #f6faf9;
  --mb-card: #ffffff;
  --mb-border: rgba(15, 23, 42, 0.1);
  --mb-shadow: 0 10px 30px rgba(2, 132, 127, 0.1);
  --mb-radius: 20px;
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

.mb-landing {
  background: var(--mb-bg);
  color: var(--mb-text);
  font-family: inherit;
}
.mb-landing article::after {
  content: none !important;
  display: none !important;
  clear: none !important;
}
.mb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .mb-container {
    padding: 0 24px;
  }
}

.mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}
.mb-btn:hover,
.mb-btn:focus,
.mb-btn:focus-visible {
  text-decoration: none;
}
.mb-btn:focus-visible {
  outline: 3px solid rgba(0, 132, 127, 0.35);
  outline-offset: 3px;
}

/* Lucide icons */
.mb-ico {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mb-brand);
}
.mb-ico svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.mb-ico--btn {
  color: #fff;
}
.mb-ico--muted {
  color: var(--mb-brand);
  opacity: 0.9;
}
.mb-ico--brand {
  color: var(--mb-brand);
}

/* Inline icon + text alignment (same row, centered) */
.mb-list li strong,
.mb-box__title,
.mb-callout__title,
.mb-support__title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mb-list li strong .mb-ico,
.mb-box__title .mb-ico,
.mb-callout__title .mb-ico,
.mb-support__title .mb-ico {
  flex: 0 0 auto;
}
.mb-btn:active {
  transform: translateY(1px);
}
.mb-btn--primary {
  background: var(--mb-brand);
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 132, 127, 0.2);
}
.mb-btn--primary:hover {
  background: #006e6a;
  color: #fff;
}
.mb-btn--ghost {
  background: #fff;
  color: var(--mb-brand);
  border-color: rgba(0, 132, 127, 0.25);
}
.mb-btn--ghost:hover {
  border-color: rgba(0, 132, 127, 0.45);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  color: var(--mb-brand);
}

/* Ascuns pe desktop: pe web rămâne doar QR-ul; pe mobil butonul de descărcare */
@media (min-width: 768px) {
  .mb-btn--mobile-only {
    display: none !important;
  }
}

/* Store buttons */
.mb-store {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.mb-btn--store {
  background: #111827;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  padding: 14px 16px;
  min-width: 148px;
}
.mb-btn--store:hover {
  background: #0b1220;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.mb-btn--store-google {
  background: #0f172a;
}
.mb-btn--store-google:hover {
  background: #0b1220;
}

/* HERO */
.mb-hero {
  background: linear-gradient(180deg, #e9f7f6 0%, var(--mb-bg) 100%);
  overflow: hidden;
}
.mb-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  padding: 48px 0 26px;
}
@media (min-width: 980px) {
  .mb-hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 40px;
    padding: 64px 0 36px;
  }
}
.mb-hero__title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4.2vw, 52px);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.mb-hero__subtitle {
  margin: 0 0 22px;
  color: var(--mb-brand);
  font-size: clamp(16px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.35;
}
.mb-hero__media {
  display: flex;
  justify-content: center;
}
@media (min-width: 980px) {
  .mb-hero__media {
    justify-content: flex-end;
  }
}
.mb-hero__image {
  width: min(420px, 100%);
  height: auto;
  border-radius: 28px;
  border: 6px solid #111827;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

/* DOWNLOAD */
.mb-download {
  background: rgba(0, 85, 82, 0.03);
  border: 1px solid rgba(0, 132, 127, 0.1);
  border-radius: var(--mb-radius);
  padding: 16px;
  width: fit-content;
  max-width: 100%;
}
.mb-download__desktop {
  display: none;
  align-items: center;
  gap: 16px;
}
.mb-download__headline {
  font-weight: 900;
  font-size: 18px;
}
.mb-download__desc {
  color: var(--mb-muted);
  font-size: 13px;
  margin-top: 6px;
  max-width: 260px;
}
.mb-download__qr {
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  border: 2px solid rgba(0, 132, 127, 0.35);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}
.mb-download__qr img {
  display: block;
}
.mb-download__mobile {
  display: flex;
}
@media (min-width: 768px) {
  .mb-download {
    padding: 18px;
  }
  .mb-download__desktop {
    display: flex;
  }
  .mb-download__mobile {
    display: none;
  }
}

/* TABS */
.mb-tabs {
  padding-bottom: 60px;
}
.mb-tabs__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.mb-tabs__sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.mb-tabs__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 0;
}
@media (min-width: 720px) {
  .mb-tabs__nav {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mb-tabs__tab {
  width: 100%;
  padding: 12px 10px;
  border-radius: 12px;
  font-weight: 800;
  font-size: clamp(12px, 1.7vw, 14px);
  color: var(--mb-muted);
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
  text-align: center;
  line-height: 1.15;
}
.mb-tabs__tab:hover {
  background: rgba(0, 132, 127, 0.06);
  color: var(--mb-brand);
}
.mb-tabs__content {
  padding-top: 26px;
}

.mb-tab {
  display: none;
}
#mb_tab_prezentare:checked
  ~ .mb-tabs__sticky
  .mb-tabs__nav
  label[for="mb_tab_prezentare"],
#mb_tab_functionalitati:checked
  ~ .mb-tabs__sticky
  .mb-tabs__nav
  label[for="mb_tab_functionalitati"],
#mb_tab_onboarding:checked
  ~ .mb-tabs__sticky
  .mb-tabs__nav
  label[for="mb_tab_onboarding"],
#mb_tab_suport:checked
  ~ .mb-tabs__sticky
  .mb-tabs__nav
  label[for="mb_tab_suport"] {
  background: rgba(0, 132, 127, 0.1);
  color: var(--mb-text);
  border-color: rgba(0, 132, 127, 0.22);
}
#mb_tab_prezentare:checked ~ .mb-tabs__content .mb-tab--prezentare {
  display: block;
}
#mb_tab_functionalitati:checked ~ .mb-tabs__content .mb-tab--functionalitati {
  display: block;
}
#mb_tab_onboarding:checked ~ .mb-tabs__content .mb-tab--onboarding {
  display: block;
}
#mb_tab_suport:checked ~ .mb-tabs__content .mb-tab--suport {
  display: block;
}

/* HEADINGS */
.mb-h2 {
  margin: 0 0 16px;
  font-size: clamp(20px, 2.6vw, 30px);
  letter-spacing: -0.01em;
}
.mb-lead {
  margin: 0 0 20px;
  color: #374151;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  max-width: 860px;
}
.mb-section-title {
  margin: 28px 0 16px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 900;
  letter-spacing: -0.01em;
}
.mb-section-title--center {
  text-align: center;
}

/* BANNER */
.mb-banner {
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    var(--mb-brand) 0%,
    var(--mb-brand-2) 100%
  );
  color: #fff;
  box-shadow: var(--mb-shadow);
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.mb-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    rgba(255, 255, 255, 0.00) 1px,
    rgba(255, 255, 255, 0.00) 14px
  );
  opacity: 0.35;
  pointer-events: none;
}
.mb-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .mb-banner__inner {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .mb-banner {
    padding: 60px 48px;
  }
}
.mb-banner__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 760px;
}
@media (min-width: 768px) {
  .mb-banner__title {
    font-size: 34px;
  }
}
.mb-banner__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
  max-width: 920px;
}
.mb-banner__deco {
  position: absolute;
  right: -40px;
  bottom: -16px;
  width: 240px;
  height: 240px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}
.mb-banner__deco {
  filter: blur(0.2px);
}
@media (max-width: 767px) {
  .mb-banner__deco {
    right: -52px;
    bottom: -58px;
    width: 220px;
    height: 220px;
    opacity: 0.16;
  }
}
.mb-ico--deco {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.65);
}

/* CARDS */
.mb-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 860px) {
  .mb-cards {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.mb-card {
  background: var(--mb-card);
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}
.mb-card:hover {
  border-color: rgba(0, 132, 127, 0.24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.mb-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(0, 132, 127, 0.1);
  color: var(--mb-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 auto;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.mb-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mb-card__body {
  width: 100%;
}
.mb-card:hover .mb-card__icon {
  background: var(--mb-brand);
  color: #fff;
}
.mb-card:hover .mb-card__icon .mb-ico {
  color: #fff;
}
.mb-card__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 16px;
}
.mb-card__text {
  margin: 0;
  color: var(--mb-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* PLATFORM */
.mb-platform {
  margin-top: 26px;
}
.mb-platform__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 900px) {
  .mb-platform__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.mb-platform-card {
  background: #fff;
  border: 2px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}
.mb-platform-card:hover {
  border-color: rgba(0, 132, 127, 0.22);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.mb-platform-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(0, 132, 127, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.mb-platform-card__top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.mb-platform-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mb-platform-card__icon {
  margin-bottom: 0;
}
.mb-platform-card__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 18px;
}
.mb-platform-card__text {
  margin: 0;
  color: var(--mb-muted);
  font-size: 14px;
  line-height: 1.55;
}
.mb-platform-card__bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mb-platform-card__qr {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.mb-platform-card__qr img {
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
}
.mb-platform-card__qr-label {
  color: var(--mb-muted);
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .mb-platform-card__qr {
    display: flex;
  }
}

/* FEATURES */
.mb-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 700px) {
  .mb-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1080px) {
  .mb-feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mb-feature {
  background: #fff;
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition:
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    transform 0.15s ease;
}
.mb-feature:hover {
  border-color: rgba(0, 132, 127, 0.24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.mb-feature__icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(0, 132, 127, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background 0.15s ease;
}
.mb-feature__icon .mb-ico {
  width: 20px;
  height: 20px;
}
.mb-feature:hover .mb-feature__icon {
  background: var(--mb-brand);
}
.mb-feature:hover .mb-feature__icon .mb-ico {
  color: #fff;
}
.mb-feature__title {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
}
.mb-feature__text {
  margin: 0;
  color: var(--mb-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* ONBOARDING */
.mb-onb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 1020px) {
  .mb-onb {
    grid-template-columns: 1.25fr 0.75fr;
  }
}
.mb-box {
  background: #fff;
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}
.mb-box + .mb-box {
  margin-top: 16px;
}
.mb-box__title {
  margin: 0 0 12px;
  font-weight: 900;
  color: #065f5b;
  font-size: 16px;
}
.mb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.mb-list li strong {
  display: block;
  margin-bottom: 3px;
}
.mb-list li span {
  display: block;
  color: #4b5563;
  line-height: 1.6;
}
.mb-steps {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.mb-steps li strong {
  display: block;
  margin-bottom: 3px;
}
.mb-steps li span {
  display: block;
  color: #4b5563;
  line-height: 1.6;
}
.mb-callout {
  background: rgba(0, 132, 127, 0.1);
  border: 1px solid rgba(0, 132, 127, 0.18);
  border-radius: 18px;
  padding: 16px;
}
.mb-callout + .mb-callout {
  margin-top: 14px;
}
.mb-callout--muted {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.mb-callout__title {
  margin: 0 0 6px;
  font-weight: 900;
  color: #065f5b;
}
.mb-callout--muted .mb-callout__title {
  color: var(--mb-text);
}
.mb-callout__text {
  margin: 0;
  color: #374151;
  line-height: 1.6;
}
.mb-cta {
  margin-top: 18px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    var(--mb-brand) 0%,
    var(--mb-brand-2) 100%
  );
  color: #fff;
  padding: 18px;
  box-shadow: var(--mb-shadow);
}
@media (min-width: 768px) {
  .mb-cta {
    padding: 22px;
  }
}
.mb-cta__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
.mb-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}

/* SUPPORT */
.mb-support {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}
.mb-support {
  --mb-support-card-min-h: 128px;
}
.mb-support__details {
  padding: 18px;
  align-self: start;
}
.mb-support__summary {
  list-style: none;
  cursor: pointer;
  padding: 0;
}
.mb-support__summary::-webkit-details-marker {
  display: none;
}
.mb-support__details[open] .mb-support__summary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mb-support__body {
  padding: 14px 0 0;
}
@media (min-width: 900px) {
  .mb-support {
    grid-template-columns: 1fr 1fr;
  }
}
.mb-support__card {
  display: block;
  background: #fff;
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  padding: 18px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  height: auto;
  align-self: start;
  min-height: var(--mb-support-card-min-h);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.15s ease;
}
.mb-support__details {
  min-height: var(--mb-support-card-min-h);
}
.mb-support__details[open] {
  min-height: var(--mb-support-card-min-h);
}
.mb-support__card:hover {
  border-color: rgba(0, 132, 127, 0.24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}
.mb-support__title {
  font-weight: 900;
  margin-bottom: 6px;
}
.mb-support__text {
  color: var(--mb-muted);
  line-height: 1.55;
}

/* Video list */
.mb-video-list {
  margin: 10px 0 0;
  padding: 0 0 0 18px;
  color: #374151;
  display: grid;
  gap: 6px;
  line-height: 1.5;
}
.mb-video-list--compact {
  margin-top: 0;
}
.mb-video-list a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.mb-video-list a:hover {
  color: var(--mb-brand);
  text-decoration: none;
}

/* CONTACTS */
.mb-contacts {
  margin-top: 18px;
}
.mb-contacts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 900px) {
  .mb-contacts__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mb-contact {
  background: #fff;
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
}
.mb-contact__title {
  font-weight: 900;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mb-contact__rows {
  display: grid;
  gap: 8px;
}
.mb-contact__rows a {
  color: #374151;
  text-decoration: none;
  font-weight: 600;
  word-break: break-word;
}
.mb-contact__rows a:hover {
  color: var(--mb-brand);
}
