@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@700;800;900&display=swap');

/* ===== MATCH HOMEPAGE RESET ===== */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: #060d19;
}

#mb-about-page {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
}

#mb-about-page,
#mb-about-page * {
  box-sizing: border-box;
}

#mb-about-page {
  --text: #ffffff;
  --muted: rgba(255,255,255,0.76);
  --muted-2: rgba(255,255,255,0.58);
  --line: rgba(255,255,255,0.10);
  --red-1: #ff4d4d;
  --red-2: #d91f26;
  --blue-1: #3ea6ff;
  --blue-2: #0d5eff;
  --blue-3: #8fd0ff;
  --shadow: 0 24px 70px rgba(0,0,0,0.28);
  --max: 1240px;

  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 10%, rgba(255,77,77,0.16), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(62,166,255,0.18), transparent 26%),
    radial-gradient(circle at 50% 0%, rgba(13,94,255,0.10), transparent 20%),
    linear-gradient(180deg, #07111f 0%, #0b1730 26%, #11182a 52%, #0a1324 78%, #060d19 100%);
  overflow: hidden;
  position: relative;
}

#mb-about-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 16%);
  pointer-events: none;
  z-index: 0;
}

#mb-about-page a {
  color: inherit;
  text-decoration: none;
}

#mb-about-page img {
  max-width: 100%;
  display: block;
}

#mb-about-page .mb-container {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

#mb-about-page .mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease;
  cursor: pointer;
  white-space: nowrap;
}

#mb-about-page .mb-btn:hover {
  transform: translateY(-2px);
}

#mb-about-page .mb-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red-1), var(--red-2));
  box-shadow: 0 16px 36px rgba(217,31,38,0.28);
}

#mb-about-page .mb-btn-secondary {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(62,166,255,0.20);
  backdrop-filter: blur(10px);
}

#mb-about-page .mb-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(62,166,255,0.18);
  border-radius: 999px;
  font-size: 13px;
  color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  margin: 0;
}

#mb-about-page .mb-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
  box-shadow: 0 0 0 6px rgba(62,166,255,0.12);
  flex: 0 0 auto;
}

#mb-about-page .mb-gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, var(--blue-3) 36%, #ff8b8b 72%, var(--red-1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#mb-about-page .mb-hero-copy h1,
#mb-about-page .mb-section-header h2,
#mb-about-page .mb-feature-title,
#mb-about-page .mb-values-card h3,
#mb-about-page .mb-trust-card h3,
#mb-about-page .mb-story-panel h3,
#mb-about-page .mb-service-card h3,
#mb-about-page .mb-review-name,
#mb-about-page .mb-faq-header h2,
#mb-about-page .mb-cta-copy h2,
#mb-about-page .mb-footer-brand h3,
#mb-about-page .mb-footer-col h4,
#mb-about-page .mb-footer-seo-card h4 {
  font-family: "Outfit", Inter, sans-serif;
}

/* ===== NAV ===== */
#mb-about-page .mb-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: transparent !important;
}

#mb-about-page .mb-nav {
  width: 100%;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

#mb-about-page .mb-nav-inner {
  width: min(100%, var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-left: 16px;
  padding-right: 16px;
}

#mb-about-page .mb-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

#mb-about-page .mb-brand-logo-only img {
  height: 128px;
  width: auto;
  max-width: none;
  display: block;
  transform: translateY(1px);
  filter:
    drop-shadow(0 8px 18px rgba(0,0,0,0.28))
    drop-shadow(0 0 10px rgba(62,166,255,0.12));
}

#mb-about-page .mb-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  justify-content: center;
}

#mb-about-page .mb-nav-links a {
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  transition: color .2s ease;
}

#mb-about-page .mb-nav-links a:hover {
  color: #fff;
}

#mb-about-page .mb-nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

#mb-about-page .mb-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

#mb-about-page .mb-socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(62,166,255,0.20);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
  color: #fff;
}

#mb-about-page .mb-socials a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.14);
  border-color: rgba(62,166,255,0.40);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

#mb-about-page .mb-socials svg {
  width: 18px;
  height: 18px;
  display: block;
  color: currentColor;
}

#mb-about-page .mb-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(62,166,255,0.18);
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
}

#mb-about-page .mb-menu-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
  transition: .3s ease;
}

#mb-about-page .mb-menu-toggle span:nth-child(1) { transform: translateY(-7px); }
#mb-about-page .mb-menu-toggle span:nth-child(2) { transform: translateY(0); }
#mb-about-page .mb-menu-toggle span:nth-child(3) { transform: translateY(7px); }

#mb-about-page .mb-menu-toggle.active span:nth-child(1) { transform: rotate(45deg); }
#mb-about-page .mb-menu-toggle.active span:nth-child(2) { opacity: 0; }
#mb-about-page .mb-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg); }

#mb-about-page .mb-mobile-panel {
  display: none;
  width: 100%;
  background: rgba(10, 19, 36, 0.84);
  border-bottom: 1px solid rgba(62,166,255,0.14);
  padding: 14px 0 18px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

#mb-about-page .mb-mobile-panel-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

#mb-about-page .mb-mobile-panel a {
  display: block;
  padding: 14px 12px;
  border-radius: 14px;
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  text-align: center;
}

#mb-about-page .mb-mobile-panel a:hover {
  background: rgba(255,255,255,0.06);
}

#mb-about-page .mb-mobile-cta {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

/* ===== HERO ===== */
#mb-about-page .mb-hero {
  position: relative;
  padding-top: 140px;
  padding-bottom: 64px;
  background: transparent;
}

#mb-about-page .mb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,77,77,.08), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(62,166,255,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 30%);
  pointer-events: none;
}

#mb-about-page .mb-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

#mb-about-page .mb-hero-copy,
#mb-about-page .mb-hero-visual,
#mb-about-page .mb-hero-visual-mobile,
#mb-about-page .mb-story-feature,
#mb-about-page .mb-story-side,
#mb-about-page .mb-cta-copy,
#mb-about-page .mb-cta-right,
#mb-about-page .mb-section-header > * {
  min-width: 0;
}

#mb-about-page .mb-hero-copy {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 0;
}

#mb-about-page .mb-hero-title {
  margin: 18px 0 18px;
  font-size: clamp(38px, 5.3vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 900;
  max-width: 12ch;
  text-wrap: balance;
}

#mb-about-page .mb-hero-title .mb-line {
  display: block;
}

#mb-about-page .mb-hero-copy p {
  margin: 0 0 28px;
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  text-wrap: pretty;
}

#mb-about-page .mb-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
  justify-content: flex-start;
}

#mb-about-page .mb-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
  justify-content: flex-start;
}

#mb-about-page .mb-mini-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(62,166,255,0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

#mb-about-page .mb-mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,77,77,.18), rgba(62,166,255,.18));
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

#mb-about-page .mb-hero-visual,
#mb-about-page .mb-hero-visual-mobile {
  position: relative;
  overflow: visible;
  isolation: isolate;
}

#mb-about-page .mb-hero-visual {
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}

#mb-about-page .mb-hero-visual-mobile {
  display: none;
  min-height: 320px;
  margin: 10px 0 18px;
  align-items: center;
  justify-content: center;
}

#mb-about-page .mb-hero-visual::before,
#mb-about-page .mb-hero-visual-mobile::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 42vw, 560px);
  height: clamp(300px, 42vw, 560px);
  border-radius: 50%;
  background:
    radial-gradient(circle,
      rgba(143,208,255,0.95) 0%,
      rgba(62,166,255,0.55) 22%,
      rgba(255,77,77,0.34) 50%,
      rgba(13,94,255,0.12) 68%,
      rgba(13,94,255,0) 82%);
  filter: blur(36px);
  opacity: 0.96;
  z-index: 1;
  animation: mbGlow 5.8s ease-in-out infinite;
  pointer-events: none;
}

#mb-about-page .mb-hero-visual::after,
#mb-about-page .mb-hero-visual-mobile::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  width: clamp(220px, 25vw, 330px);
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0) 72%);
  filter: blur(18px);
  z-index: 1;
  pointer-events: none;
}

#mb-about-page .mb-hero-image-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mb-about-page .mb-hero-image-wrap img {
  width: auto;
  max-width: min(100%, 700px);
  max-height: 620px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 28px 48px rgba(0,0,0,0.34))
    drop-shadow(0 0 36px rgba(62,166,255,0.18));
  animation: mbHeroShimmer 6.8s ease-in-out infinite;
  position: relative;
  background: transparent !important;
  mix-blend-mode: normal;
}

#mb-about-page .mb-sparkles {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

#mb-about-page .mb-sparkle {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: scale(0.72) rotate(45deg);
  animation: mbLuxuryGlint 5.6s ease-in-out infinite;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,0.26))
    drop-shadow(0 0 20px rgba(143,208,255,0.14));
}

#mb-about-page .mb-sparkle::before,
#mb-about-page .mb-sparkle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.18) 18%,
    rgba(255,255,255,0.96) 50%,
    rgba(255,255,255,0.18) 82%,
    rgba(255,255,255,0) 100%
  );
}

#mb-about-page .mb-sparkle::before { width: 2px; height: 18px; }
#mb-about-page .mb-sparkle::after { width: 18px; height: 2px; }

#mb-about-page .mb-sparkle:nth-child(1) { top: 17%; left: 67%; animation-delay: 0s; }
#mb-about-page .mb-sparkle:nth-child(2) { top: 30%; left: 79%; width: 13px; height: 13px; animation-delay: 1.2s; }
#mb-about-page .mb-sparkle:nth-child(2)::before { height: 13px; }
#mb-about-page .mb-sparkle:nth-child(2)::after { width: 13px; }
#mb-about-page .mb-sparkle:nth-child(3) { top: 36%; left: 25%; width: 15px; height: 15px; animation-delay: 2.6s; }
#mb-about-page .mb-sparkle:nth-child(3)::before { height: 15px; }
#mb-about-page .mb-sparkle:nth-child(3)::after { width: 15px; }
#mb-about-page .mb-sparkle:nth-child(4) { top: 57%; left: 75%; width: 17px; height: 17px; animation-delay: 3.4s; }
#mb-about-page .mb-sparkle:nth-child(4)::before { height: 17px; }
#mb-about-page .mb-sparkle:nth-child(4)::after { width: 17px; }
#mb-about-page .mb-sparkle:nth-child(5) { top: 69%; left: 34%; width: 12px; height: 12px; animation-delay: 1.8s; }
#mb-about-page .mb-sparkle:nth-child(5)::before { height: 12px; }
#mb-about-page .mb-sparkle:nth-child(5)::after { width: 12px; }
#mb-about-page .mb-sparkle:nth-child(6) { top: 45%; left: 85%; width: 10px; height: 10px; animation-delay: 4.8s; }
#mb-about-page .mb-sparkle:nth-child(6)::before { height: 10px; }
#mb-about-page .mb-sparkle:nth-child(6)::after { width: 10px; }
#mb-about-page .mb-sparkle:nth-child(7) { top: 22%; left: 41%; width: 11px; height: 11px; animation-delay: 0.9s; }
#mb-about-page .mb-sparkle:nth-child(7)::before { height: 11px; }
#mb-about-page .mb-sparkle:nth-child(7)::after { width: 11px; }
#mb-about-page .mb-sparkle:nth-child(8) { top: 60%; left: 22%; width: 14px; height: 14px; animation-delay: 2.9s; }
#mb-about-page .mb-sparkle:nth-child(8)::before { height: 14px; }
#mb-about-page .mb-sparkle:nth-child(8)::after { width: 14px; }
#mb-about-page .mb-sparkle:nth-child(9) { top: 50%; left: 63%; width: 9px; height: 9px; animation-delay: 4.1s; }
#mb-about-page .mb-sparkle:nth-child(9)::before { height: 9px; }
#mb-about-page .mb-sparkle:nth-child(9)::after { width: 9px; }

/* ===== SECTIONS ===== */
#mb-about-page .mb-section {
  padding: 0 0 92px;
  position: relative;
  z-index: 1;
}

#mb-about-page .mb-section-header {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 32px;
}

#mb-about-page .mb-section-header h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 12ch;
  font-weight: 900;
}

#mb-about-page .mb-section-header p {
  margin: 0;
  color: var(--muted);
  max-width: 590px;
  font-size: 17px;
  line-height: 1.72;
  justify-self: end;
}

/* ===== STORY ===== */
#mb-about-page .mb-story-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 20px;
  align-items: stretch;
}

#mb-about-page .mb-story-feature {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(62,166,255,0.12);
  background: #0b1322;
}

#mb-about-page .mb-story-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

#mb-about-page .mb-story-overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 34px;
  background: linear-gradient(180deg, rgba(10,7,7,0) 0%, rgba(8,14,24,0.48) 30%, rgba(7,11,20,0.92) 100%);
}

#mb-about-page .mb-story-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.66);
  margin-bottom: 10px;
  font-weight: 800;
}

#mb-about-page .mb-feature-title {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  font-weight: 900;
  max-width: 10ch;
}

#mb-about-page .mb-story-overlay p {
  margin: 0;
  max-width: 540px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 16px;
}

#mb-about-page .mb-story-side {
  display: grid;
  gap: 20px;
}

#mb-about-page .mb-story-panel,
#mb-about-page .mb-service-card,
#mb-about-page .mb-review-card,
#mb-about-page .mb-trust-card,
#mb-about-page .mb-values-card,
#mb-about-page .mb-faq-shell {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(62,166,255,0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

#mb-about-page .mb-story-panel {
  padding: 28px;
  border-radius: 30px;
}

#mb-about-page .mb-story-panel h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

#mb-about-page .mb-story-panel p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.72;
  font-size: 15px;
}

#mb-about-page .mb-story-points,
#mb-about-page .mb-faq-list {
  display: grid;
  gap: 10px;
}

#mb-about-page .mb-story-point {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#mb-about-page .mb-story-point span:first-child {
  color: var(--blue-3);
}

/* ===== GRID BLOCKS ===== */
#mb-about-page .mb-services-grid,
#mb-about-page .mb-reviews-grid,
#mb-about-page .mb-values-grid,
#mb-about-page .mb-trust-grid {
  display: grid;
  gap: 20px;
}

#mb-about-page .mb-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#mb-about-page .mb-reviews-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#mb-about-page .mb-values-grid,
#mb-about-page .mb-trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#mb-about-page .mb-service-card,
#mb-about-page .mb-review-card,
#mb-about-page .mb-values-card,
#mb-about-page .mb-trust-card {
  border-radius: 28px;
  padding: 26px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#mb-about-page .mb-service-card:hover,
#mb-about-page .mb-review-card:hover,
#mb-about-page .mb-values-card:hover,
#mb-about-page .mb-trust-card:hover {
  transform: translateY(-4px);
  border-color: rgba(62,166,255,0.22);
  box-shadow: 0 28px 70px rgba(0,0,0,0.34);
}

#mb-about-page .mb-service-icon,
#mb-about-page .mb-values-icon,
#mb-about-page .mb-trust-icon,
#mb-about-page .mb-review-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(255,77,77,.20), rgba(62,166,255,.20));
  border: 1px solid rgba(62,166,255,0.14);
  margin-bottom: 18px;
}

#mb-about-page .mb-service-card h3,
#mb-about-page .mb-values-card h3,
#mb-about-page .mb-trust-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}

#mb-about-page .mb-service-card p,
#mb-about-page .mb-values-card p,
#mb-about-page .mb-trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 15px;
}

#mb-about-page .mb-review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}

#mb-about-page .mb-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#mb-about-page .mb-review-stars {
  display: inline-flex;
  gap: 4px;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #fff;
}

#mb-about-page .mb-review-source {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.64);
}

#mb-about-page .mb-review-quote {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  flex: 1;
}

#mb-about-page .mb-review-quote::before {
  content: "“";
  font-size: 30px;
  line-height: 0;
  vertical-align: -8px;
  color: var(--blue-3);
  margin-right: 4px;
}

#mb-about-page .mb-review-meta {
  display: grid;
  gap: 3px;
  margin-top: auto;
}

#mb-about-page .mb-review-name {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

#mb-about-page .mb-review-role {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.62);
  font-weight: 700;
}

#mb-about-page .mb-area-links {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

#mb-about-page .mb-area-chip {
  display: block;
  padding: 16px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(62,166,255,0.12);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

#mb-about-page .mb-area-chip:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(62,166,255,0.26);
  box-shadow: 0 18px 34px rgba(0,0,0,0.16);
}

/* ===== FAQ ===== */
#mb-about-page .mb-faq-shell {
  border-radius: 34px;
  padding: 32px;
}

#mb-about-page .mb-faq-header {
  margin-bottom: 28px;
}

#mb-about-page .mb-faq-header h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

#mb-about-page .mb-faq-header p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

#mb-about-page .mb-faq-item {
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(62,166,255,0.12);
  overflow: hidden;
}

#mb-about-page .mb-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

#mb-about-page .mb-faq-question:hover {
  background: rgba(255,255,255,0.03);
}

#mb-about-page .mb-faq-question-text {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

#mb-about-page .mb-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

#mb-about-page .mb-faq-icon::before,
#mb-about-page .mb-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

#mb-about-page .mb-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#mb-about-page .mb-faq-item.is-open .mb-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

#mb-about-page .mb-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

#mb-about-page .mb-faq-item.is-open .mb-faq-answer {
  grid-template-rows: 1fr;
}

#mb-about-page .mb-faq-answer-inner {
  overflow: hidden;
}

#mb-about-page .mb-faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 70ch;
}

/* ===== CTA ===== */
#mb-about-page .mb-cta-band {
  padding: 0 0 90px;
  position: relative;
  z-index: 1;
}

#mb-about-page .mb-cta-panel {
  position: relative;
  border-radius: 36px;
  padding: 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,77,77,.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(62,166,255,.18), transparent 26%),
    linear-gradient(135deg, rgba(8,18,34,0.88) 0%, rgba(10,18,36,0.86) 100%);
  border: 1px solid rgba(62,166,255,0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

#mb-about-page .mb-cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,77,77,.08), transparent 42%, rgba(62,166,255,.08));
  pointer-events: none;
}

#mb-about-page .mb-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}

#mb-about-page .mb-cta-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  max-width: 11ch;
  font-weight: 900;
}

#mb-about-page .mb-cta-copy p {
  margin: 0 0 24px;
  color: var(--muted);
  max-width: 580px;
  font-size: 17px;
  line-height: 1.72;
}

#mb-about-page .mb-cta-right {
  position: relative;
  display: grid;
  gap: 22px;
  align-items: start;
}

#mb-about-page .mb-cta-list {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 2;
}

#mb-about-page .mb-cta-list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #fff;
  font-weight: 700;
}

#mb-about-page .mb-check {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, var(--red-1), var(--blue-1));
  display: grid;
  place-items: center;
  margin-top: 1px;
  box-shadow: 0 10px 20px rgba(13,94,255,0.18);
}

/* ===== FOOTER ===== */
#mb-about-page .mb-footer {
  padding: 0 0 34px;
  position: relative;
  z-index: 1;
}

#mb-about-page .mb-footer-shell {
  position: relative;
  border-radius: 22px;
  padding: 24px 26px;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(62,166,255,0.10);
  box-shadow: 0 14px 32px rgba(0,0,0,0.14);
  backdrop-filter: blur(8px);
}

#mb-about-page .mb-footer-top {
  display: grid;
  grid-template-columns: 1.2fr .8fr .9fr;
  gap: 24px;
  align-items: start;
}

#mb-about-page .mb-footer-brand {
  text-align: left;
}

#mb-about-page .mb-footer-brand img {
  height: 56px;
  width: auto;
  margin: 0 0 12px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}

#mb-about-page .mb-footer-brand h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

#mb-about-page .mb-footer-brand p {
  margin: 0;
  max-width: 36ch;
  color: var(--muted);
  line-height: 1.68;
  font-size: 14px;
}

#mb-about-page .mb-footer-col {
  text-align: left;
}

#mb-about-page .mb-footer-col h4 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

#mb-about-page .mb-footer-links,
#mb-about-page .mb-footer-contact {
  display: grid;
  gap: 9px;
}

#mb-about-page .mb-footer-links a,
#mb-about-page .mb-footer-contact a,
#mb-about-page .mb-footer-contact div {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  transition: color .2s ease;
}

#mb-about-page .mb-footer-links a:hover,
#mb-about-page .mb-footer-contact a:hover {
  color: #fff;
}

#mb-about-page .mb-footer-seo-card {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(62,166,255,0.10);
}

#mb-about-page .mb-footer-seo-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

#mb-about-page .mb-footer-seo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 78ch;
}

#mb-about-page .mb-footer-bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(62,166,255,0.10);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  color: rgba(255,255,255,0.66);
  font-size: 13px;
}

#mb-about-page .mb-footer-bottom a {
  color: rgba(255,255,255,0.74);
}

#mb-about-page .mb-footer-bottom-left,
#mb-about-page .mb-footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}

/* ===== ANIMATIONS ===== */
@keyframes mbGlow {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.88; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@keyframes mbLuxuryGlint {
  0%, 100% {
    opacity: 0;
    transform: scale(0.72) rotate(45deg);
  }
  10% {
    opacity: 0;
    transform: scale(0.78) rotate(45deg);
  }
  16% {
    opacity: 0.46;
    transform: scale(1) rotate(45deg);
  }
  20% {
    opacity: 1;
    transform: scale(1.12) rotate(45deg);
  }
  25% {
    opacity: 0.24;
    transform: scale(0.94) rotate(45deg);
  }
  31% {
    opacity: 0.62;
    transform: scale(1.04) rotate(45deg);
  }
  38% {
    opacity: 0;
    transform: scale(0.82) rotate(45deg);
  }
}

@keyframes mbHeroShimmer {
  0%, 100% {
    filter:
      drop-shadow(0 28px 48px rgba(0,0,0,0.34))
      drop-shadow(0 0 24px rgba(62,166,255,0.10));
  }
  50% {
    filter:
      drop-shadow(0 28px 48px rgba(0,0,0,0.34))
      drop-shadow(0 0 34px rgba(143,208,255,0.18));
  }
}

@media (prefers-reduced-motion: reduce) {
  #mb-about-page .mb-hero-image-wrap img,
  #mb-about-page .mb-hero-visual::before,
  #mb-about-page .mb-hero-visual-mobile::before,
  #mb-about-page .mb-sparkle {
    animation: none !important;
  }
}

/* ===== TABLET ===== */
@media (max-width: 1100px) {
  #mb-about-page .mb-section-header,
  #mb-about-page .mb-story-grid,
  #mb-about-page .mb-cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  #mb-about-page .mb-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #mb-about-page .mb-reviews-grid,
  #mb-about-page .mb-values-grid,
  #mb-about-page .mb-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  #mb-about-page .mb-area-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #mb-about-page .mb-section-header {
    align-items: start;
  }

  #mb-about-page .mb-hero-visual {
    min-height: 560px;
  }

  #mb-about-page .mb-hero-image-wrap img {
    max-width: min(100%, 580px);
    max-height: 520px;
  }

  #mb-about-page .mb-footer-top {
    grid-template-columns: 1fr 1fr;
  }

  #mb-about-page .mb-footer-brand {
    grid-column: 1 / -1;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  #mb-about-page .mb-brand-logo-only img {
    height: 96px;
  }

  #mb-about-page .mb-nav {
    padding: 10px 0;
  }

  #mb-about-page .mb-nav-links,
  #mb-about-page .mb-nav-cta {
    display: none;
  }

  #mb-about-page .mb-menu-toggle {
    display: inline-flex;
  }

  #mb-about-page .mb-mobile-panel.show {
    display: block;
  }

  #mb-about-page .mb-hero-grid,
  #mb-about-page .mb-section-header,
  #mb-about-page .mb-story-grid,
  #mb-about-page .mb-services-grid,
  #mb-about-page .mb-reviews-grid,
  #mb-about-page .mb-values-grid,
  #mb-about-page .mb-trust-grid,
  #mb-about-page .mb-cta-grid,
  #mb-about-page .mb-footer-top {
    grid-template-columns: 1fr;
  }

  #mb-about-page .mb-area-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #mb-about-page .mb-section-header h2,
  #mb-about-page .mb-hero-title,
  #mb-about-page .mb-feature-title,
  #mb-about-page .mb-cta-copy h2,
  #mb-about-page .mb-faq-header h2 {
    max-width: none;
  }

  #mb-about-page .mb-hero {
    padding-top: 124px;
    padding-bottom: 56px;
  }

  #mb-about-page .mb-hero-grid {
    align-items: center;
  }

  #mb-about-page .mb-hero-copy {
    text-align: center;
    padding-top: 0;
  }

  #mb-about-page .mb-section-header,
  #mb-about-page .mb-story-overlay,
  #mb-about-page .mb-cta-copy,
  #mb-about-page .mb-cta-right,
  #mb-about-page .mb-faq-header {
    text-align: center;
  }

  #mb-about-page .mb-section-header p,
  #mb-about-page .mb-hero-copy p,
  #mb-about-page .mb-cta-copy p,
  #mb-about-page .mb-faq-header p {
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
  }

  #mb-about-page .mb-hero-actions,
  #mb-about-page .mb-trust-row,
  #mb-about-page .mb-cta-list {
    justify-content: center;
  }

  #mb-about-page .mb-story-point,
  #mb-about-page .mb-cta-list-item {
    justify-content: center;
  }

  #mb-about-page .mb-hero-visual {
    display: none;
  }

  #mb-about-page .mb-hero-visual-mobile {
    display: flex;
  }

  #mb-about-page .mb-hero-visual-mobile .mb-hero-image-wrap img {
    max-width: min(100%, 500px);
    max-height: 420px;
  }

  #mb-about-page .mb-story-feature {
    min-height: 420px;
  }

  #mb-about-page .mb-story-panel,
  #mb-about-page .mb-cta-panel,
  #mb-about-page .mb-faq-shell,
  #mb-about-page .mb-footer-shell {
    padding: 28px;
  }

  #mb-about-page .mb-footer-bottom {
    justify-content: center;
  }

  #mb-about-page .mb-footer-bottom-left,
  #mb-about-page .mb-footer-bottom-right {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  #mb-about-page .mb-brand-logo-only img {
    height: 82px;
  }

  #mb-about-page .mb-nav-inner,
  #mb-about-page .mb-mobile-panel-inner,
  #mb-about-page .mb-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  #mb-about-page .mb-hero {
    padding-top: 108px;
    padding-bottom: 48px;
  }

  #mb-about-page .mb-hero-title {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 0.96;
  }

  #mb-about-page .mb-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #mb-about-page .mb-btn {
    width: 100%;
  }

  #mb-about-page .mb-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  #mb-about-page .mb-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #mb-about-page .mb-mini-card {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    padding: 14px 14px;
  }

  #mb-about-page .mb-mini-icon {
    margin: 0 auto;
  }

  #mb-about-page .mb-hero-visual-mobile {
    min-height: 280px;
    margin: 8px 0 16px;
  }

  #mb-about-page .mb-hero-visual-mobile .mb-hero-image-wrap img {
    max-width: min(100%, 340px);
    max-height: 300px;
  }

  #mb-about-page .mb-story-overlay {
    padding: 22px;
    text-align: left;
  }

  #mb-about-page .mb-story-panel,
  #mb-about-page .mb-service-card,
  #mb-about-page .mb-review-card,
  #mb-about-page .mb-values-card,
  #mb-about-page .mb-trust-card,
  #mb-about-page .mb-faq-shell,
  #mb-about-page .mb-cta-panel {
    padding: 22px;
    border-radius: 24px;
  }

  #mb-about-page .mb-footer-shell,
  #mb-about-page .mb-footer-seo-card,
  #mb-about-page .mb-area-chip {
    border-radius: 24px;
  }

  #mb-about-page .mb-footer-shell {
    padding: 24px 18px 20px;
  }

  #mb-about-page .mb-footer-brand,
  #mb-about-page .mb-footer-col,
  #mb-about-page .mb-footer-seo-card {
    text-align: center;
  }

  #mb-about-page .mb-footer-brand img {
    height: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  #mb-about-page .mb-footer-brand p,
  #mb-about-page .mb-footer-seo-card p {
    font-size: 16px;
    line-height: 1.7;
  }

  #mb-about-page .mb-footer-bottom {
    text-align: center;
  }

  #mb-about-page .mb-section {
    padding: 0 0 72px;
  }

  #mb-about-page .mb-area-links {
    grid-template-columns: 1fr 1fr;
  }

  #mb-about-page .mb-faq-question {
    padding: 16px 14px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: start;
  }

  #mb-about-page .mb-faq-question-text {
    font-size: 16px;
    line-height: 1.4;
  }

  #mb-about-page .mb-faq-answer p {
    padding: 0 18px 20px;
    text-align: center;
  }
}