/* AS BPO — Minimal Enterprise homepage (LOCAL V1.5)
   Complete readable sections. Homepage only. */

:root {
  --mn-bg: #ffffff;
  --mn-white: #ffffff;
  --mn-alt: #f7f7f6;
  --mn-ink: #11161d;
  --mn-muted: #5f6874;
  --mn-line: #e7e9ec;
  --mn-red: #d7282f;
  --mn-red-dark: #b71f25;
  --mn-font: "Manrope", system-ui, sans-serif;
  --mn-nav-h: 70px;
  --mn-radius: 14px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.asbpo-minimal {
  background: var(--mn-bg);
  color: var(--mn-ink);
  font-family: var(--mn-font);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: visible;
}
@font-face {
  font-family: IcoFont;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/icofont.woff2") format("woff2"),
       url("../fonts/icofont.woff") format("woff");
}
body.asbpo-minimal [class^="icofont-"],
body.asbpo-minimal [class*=" icofont-"] {
  display: inline-block;
  flex-shrink: 0;
  font-family: IcoFont !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

body.asbpo-minimal #main-content > section[id],
body.asbpo-minimal .mn-section[id],
body.asbpo-minimal #homepage-faq {
  scroll-margin-top: calc(var(--mn-nav-h) + 12px);
}

body.asbpo-minimal .container-fluid {
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
  width: 100%;
}
body.asbpo-minimal .header-area .row,
body.asbpo-minimal .mn-hero .row {
  margin-left: 0;
  margin-right: 0;
}

body.asbpo-minimal .asbpo-social-bar,
body.asbpo-minimal .cx-rail,
body.asbpo-minimal .asbpo-trust-strip,
body.asbpo-minimal .hero-orb,
body.asbpo-minimal .asbpo-hero-stage { display: none !important; }

body.asbpo-minimal .header-section.home-one,
body.asbpo-minimal .header-section.home-one.cx-home-header {
  background: var(--mn-white) !important;
  overflow: visible;
}
body.asbpo-minimal .header-section.home-one::before { display: none !important; }

/* ---- Nav (thin reference header) ---- */
body.asbpo-minimal .header-area.cx-nav-shell,
body.asbpo-minimal .header-area {
  background: transparent !important;
  height: var(--mn-nav-h) !important;
  min-height: var(--mn-nav-h) !important;
  max-height: none;
}
body.asbpo-minimal .dope-nav-container,
body.asbpo-minimal .dope-nav-container.cx-nav-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 2000 !important;
  background: rgba(7, 17, 31, 0.96) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: visible !important;
  transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}
body.asbpo-minimal.mn-nav-scrolled .dope-nav-container,
body.asbpo-minimal .dope-nav-container.dope-sticky {
  background: rgba(5, 11, 22, 0.98) !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
}
body.asbpo-minimal .dope-navbar {
  min-height: var(--mn-nav-h) !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.asbpo-minimal .nav-brand img {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  max-width: 168px !important;
  background: transparent !important;
}
body.asbpo-minimal .dopenav ul#nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
body.asbpo-minimal .dopenav ul#nav > li { position: relative; }
body.asbpo-minimal .dopenav ul#nav > li > a,
body.asbpo-minimal .dope-nav-container a {
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--mn-font);
  font-size: 14px !important;
  font-weight: 600;
  padding: 8px 12px !important;
}
body.asbpo-minimal .dopenav ul li .sub-menu {
  background: #0b1020 !important;
  border-top: 2px solid var(--mn-red);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  z-index: 2100 !important;
}
body.asbpo-minimal .dopenav ul li .sub-menu li a {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom-color: rgba(255, 255, 255, 0.12) !important;
  font-size: 13px !important;
}
body.asbpo-minimal .menu-btn.cx-nav-cta,
body.asbpo-minimal .menu-btn {
  background: var(--mn-red) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  min-height: 40px !important;
  padding: 8px 18px !important;
  margin-left: 8px;
}
body.asbpo-minimal .menu-btn:hover { background: var(--mn-red-dark) !important; }
body.asbpo-minimal .dope-navbar-toggler .navbarToggler span,
body.asbpo-minimal .dopecloseIcon .cross-wrap span {
  background-color: #fff !important;
}
body.asbpo-minimal .breakpoint-on .dope-navbar .dope-menu {
  background: #0b1020 !important;
}

/* ---- Buttons ---- */
.mn-btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--mn-font);
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.mn-btn--primary {
  background: var(--mn-red);
  color: #fff !important;
}
.mn-btn--primary:hover { background: var(--mn-red-dark); color: #fff !important; }
.mn-btn--ghost {
  background: transparent;
  border-color: var(--mn-line);
  color: var(--mn-ink) !important;
}
.mn-btn--ghost:hover { border-color: var(--mn-ink); }
.mn-link {
  color: var(--mn-red) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}
.mn-link:hover { color: var(--mn-red-dark) !important; }

/* ---- Hero ---- */
.mn-hero {
  background: linear-gradient(180deg, #fbfbfa 0%, #ffffff 72%);
  padding: 32px 0 44px;
  position: relative;
  overflow: hidden;
}
.mn-hero-bg {
  bottom: 0;
  left: 46%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.mn-hero-bg svg {
  display: block;
  height: 100%;
  width: 100%;
}
.mn-hero-curve { fill: none; stroke-width: 1.15; }
.mn-hero-curve--gray { stroke: #e4e7eb; opacity: .9; }
.mn-hero-curve--red { stroke: rgba(215, 40, 47, 0.2); }
.mn-hero-dot { fill: rgba(215, 40, 47, 0.28); }
.mn-hero > .container-fluid { position: relative; z-index: 1; }
.mn-hero-grid {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.12fr);
}
.mn-hero-copy { position: relative; z-index: 2; }
.mn-eyebrow {
  color: var(--mn-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.mn-hero h1 {
  color: var(--mn-ink);
  font-size: clamp(32px, 3.8vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 14px;
  max-width: 11.2em;
}
.mn-hero-lead {
  color: var(--mn-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 34em;
}
.mn-hero-cta {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
  max-width: 34em;
  padding: 18px 18px 16px;
}
.mn-hero-cta-note {
  color: var(--mn-ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 14px;
}
.mn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.mn-hero-cta .mn-btn {
  min-height: 48px;
  padding: 12px 22px;
}
.mn-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}
.mn-badge {
  align-items: center;
  background: var(--mn-alt);
  border: 1px solid var(--mn-line);
  border-radius: 999px;
  color: var(--mn-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  line-height: 1.2;
  min-height: 36px;
  padding: 6px 12px 6px 10px;
  text-decoration: none !important;
  white-space: nowrap;
}
.mn-badge .mn-ico,
.mn-badge i {
  color: var(--mn-red);
  flex-shrink: 0;
  height: 15px;
  line-height: 1;
  width: 15px;
}
.mn-badge i {
  font-size: 15px;
  height: auto;
  width: auto;
}
.mn-badge--call {
  background: #fff5f5;
  border-color: rgba(215, 40, 47, 0.22);
  color: var(--mn-ink) !important;
}
.mn-badge--call:hover {
  background: #ffecec;
  border-color: rgba(215, 40, 47, 0.4);
}

/* Inbound CX picture — matches hero copy */
.mn-hero-visual {
  min-width: 0;
  width: 100%;
}
.mn-orbit {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(17, 22, 29, 0.06);
  margin: 0;
  max-width: none;
  padding: 22px 20px 16px;
  position: relative;
  width: 100%;
}
.mn-flow-channels,
.mn-flow-out {
  display: grid;
  gap: 8px;
}
.mn-flow-channels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mn-flow-out { grid-template-columns: 1fr 1fr; }
.mn-flow-chip {
  align-items: center;
  background: #fbfbfa;
  border: 1px solid var(--mn-line);
  border-radius: 12px;
  color: var(--mn-ink);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  text-align: center;
}
.mn-flow-chip i { color: var(--mn-red); font-size: 15px; }
.mn-ico {
  color: var(--mn-red);
  display: block;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.mn-flow-chip--handle .mn-ico { color: #1f6b4a; }
.mn-flow-chip--escalate .mn-ico { color: var(--mn-red); }
.mn-flow-chip--handle { color: #1f6b4a; }
.mn-flow-chip--escalate { color: var(--mn-red); }
.mn-flow-lines {
  display: block;
  height: 52px;
  margin: 2px 0;
  width: 100%;
}
.mn-flow-lines--out { height: 40px; }
.mn-orbit-spoke {
  fill: none;
  stroke: rgba(215, 40, 47, 0.45);
  stroke-dasharray: 10 14 10 14 10 42;
  stroke-linecap: round;
  stroke-width: 1.5;
  animation: mnSpokeFlow 2.8s linear infinite;
}
.mn-flow-lines--out .mn-orbit-spoke { stroke: rgba(17, 22, 29, 0.28); }
@keyframes mnSpokeFlow {
  to { stroke-dashoffset: -100; }
}
.mn-flow-hub {
  background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
  border: 1px solid rgba(215, 40, 47, 0.18);
  border-radius: 16px;
  padding: 16px 14px;
  text-align: center;
}
.mn-flow-hub strong {
  color: var(--mn-red);
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.mn-flow-hub span {
  color: var(--mn-ink);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}
.mn-flow-hub em {
  color: var(--mn-muted);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-top: 6px;
}
.mn-flow-markets {
  color: var(--mn-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase;
}

/* ---- Support strip ---- */
.mn-strip {
  background: var(--mn-alt);
  border-bottom: 1px solid var(--mn-line);
  border-top: 1px solid var(--mn-line);
  padding: 14px 0;
}
.mn-strip-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mn-strip-list li {
  align-items: center;
  color: var(--mn-ink);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  white-space: nowrap;
}
.mn-strip-list i { color: var(--mn-red); font-size: 15px; }

/* ---- Sections ---- */
.mn-section { padding: 64px 0; }
.mn-section--tight { padding: 44px 0; }
.mn-section--soft { background: var(--mn-alt); }
.mn-section--white { background: var(--mn-white); }
.mn-head { margin: 0 0 28px; }
.mn-head--left { text-align: left; max-width: none; }
.mn-head--row {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.mn-head h2 {
  color: var(--mn-ink);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}
.mn-head p {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 42em;
}

/* Services */
.mn-services {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: 0.85fr 1.15fr;
}
.mn-services-intro h2 {
  font-size: clamp(30px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 14px;
}
.mn-services-intro p {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: 34em;
}
.mn-services-intro .mn-link { display: inline-block; margin-top: 4px; }
.mn-service-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.mn-service-card {
  background: #fafafa;
  border: 1px solid rgba(231, 233, 236, 0.7);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(17, 22, 29, 0.03);
  color: inherit !important;
  display: block;
  padding: 22px 18px;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.mn-service-card:hover {
  background: #fff;
  border-color: rgba(215, 40, 47, 0.22);
  box-shadow: 0 8px 18px rgba(17, 22, 29, 0.05);
}
.mn-service-icon {
  align-items: center;
  background: #fff5f5;
  border-radius: 10px;
  color: var(--mn-red);
  display: inline-flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  margin-bottom: 12px;
  width: 36px;
}
.mn-service-icon i {
  display: inline-block;
  font-family: IcoFont !important;
  line-height: 1;
}
.mn-service-card h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
}
.mn-service-card p {
  color: var(--mn-muted);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* What inbound support covers */
.mn-handle {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.mn-handle-card {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(17, 22, 29, 0.03);
  padding: 22px 20px;
}
.mn-handle-card h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
}
.mn-handle-card p {
  color: var(--mn-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.mn-kicker {
  color: var(--mn-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mn-moments,
.mn-seat-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 6px 0 22px;
}
.mn-moment,
.mn-seat-card {
  background: var(--mn-alt);
  border-radius: 12px;
  padding: 14px 16px;
}
.mn-seat-card { background: #fff; }
.mn-moment strong,
.mn-seat-card strong {
  color: var(--mn-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 4px;
}
.mn-moment span,
.mn-seat-card span {
  color: var(--mn-muted);
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

/* Onboarding timeline */
.mn-timeline {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  position: relative;
}
.mn-timeline::before {
  background: var(--mn-line);
  content: "";
  height: 1px;
  left: 6%;
  position: absolute;
  right: 6%;
  top: 18px;
}
.mn-timeline li {
  padding: 0 12px;
  position: relative;
}
.mn-timeline-num {
  align-items: center;
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 50%;
  color: var(--mn-red);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 34px;
  justify-content: center;
  margin-bottom: 12px;
  position: relative;
  width: 34px;
  z-index: 1;
}
.mn-timeline h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 6px;
}
.mn-timeline p {
  color: var(--mn-muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
}

/* Split copy + media / facts */
.mn-split {
  align-items: stretch;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.05fr 0.95fr;
}
.mn-split--flip { grid-template-columns: 0.95fr 1.05fr; }
.mn-split-copy h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.mn-split-copy p {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.mn-split-copy .mn-link { display: inline-block; margin-top: 4px; }
.mn-split-media {
  background: var(--mn-alt);
  border-radius: 16px;
  min-height: 280px;
  overflow: hidden;
}
.mn-split-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mn-split-facts {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.mn-split-facts article {
  background: var(--mn-alt);
  border: 1px solid var(--mn-line);
  border-radius: 12px;
  padding: 20px 18px;
}
.mn-split-facts h3 {
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 8px;
}
.mn-split-facts p {
  color: var(--mn-muted);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 0;
}

/* Tools: copy left, badge tab right */
.mn-tools {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.mn-tools-copy h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.mn-tools-copy p {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 34em;
}
.mn-tools-panel {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
  padding: 18px;
}
.mn-tools-badges {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
}
.mn-tools-badges .mn-badge {
  background: var(--mn-alt);
  justify-content: flex-start;
  min-height: 44px;
  padding: 8px 14px;
  white-space: nowrap;
  width: 100%;
}
.mn-tools-note {
  color: var(--mn-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin: 12px 0 0;
}

/* Resources — 3 guide cards */
.mn-guides-head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 28px;
}
.mn-guides-head h2 {
  color: var(--mn-ink);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0;
}
.mn-guides-head p:not(.mn-kicker) {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 42em;
}
.mn-guides-head .mn-btn {
  flex-shrink: 0;
  min-height: 42px;
}
.mn-resources {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.mn-resource {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(17, 22, 29, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.mn-resource:hover {
  border-color: rgba(215, 40, 47, 0.22);
  box-shadow: 0 10px 28px rgba(17, 22, 29, 0.06);
}
.mn-resource-media {
  background: #f4f3f0;
  display: block;
  text-decoration: none !important;
}
.mn-resource-media img {
  display: block;
  height: 148px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.mn-cover {
  overflow: hidden;
  position: relative;
}
.mn-cover--1 { background: linear-gradient(145deg, #f5f3ef 0%, #ebe8e2 100%); }
.mn-cover--2 { background: linear-gradient(145deg, #f2f0ec 0%, #e8e5df 100%); }
.mn-cover--3 { background: linear-gradient(145deg, #f6f4f0 0%, #ece9e3 100%); }
.mn-cover-mark {
  background: rgba(215, 40, 47, 0.1);
  border-radius: 50%;
  bottom: -28px;
  height: 96px;
  position: absolute;
  right: -20px;
  width: 96px;
}
.mn-cover-mark::after {
  background: rgba(215, 40, 47, 0.45);
  border-radius: 999px;
  bottom: 44px;
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  width: 28px;
}
.mn-resource-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 18px 18px;
}
.mn-resource-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
.mn-resource-tags .mn-badge {
  background: var(--mn-alt);
  min-height: 28px;
  padding: 4px 10px;
}
.mn-resource-body h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 8px;
}
.mn-resource-body h3 a {
  color: var(--mn-ink) !important;
  text-decoration: none !important;
}
.mn-resource-body > p:not(.mn-resource-meta) {
  color: var(--mn-muted);
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}

/* FAQ professional tabs */
.mn-faq-head { margin: 0 0 28px; }
.mn-faq-head h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 10px;
}
.mn-faq-head p:not(.mn-kicker) {
  color: var(--mn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 40em;
}
.mn-faq-tabs {
  background: #fff;
  border: 1px solid var(--mn-line);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(17, 22, 29, 0.05);
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  min-height: 0;
  overflow: hidden;
}
.mn-faq-tablist {
  background: #f7f7f6;
  border-right: 1px solid var(--mn-line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
}
.mn-faq-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 10px;
  color: var(--mn-ink);
  cursor: pointer;
  display: flex;
  font-family: var(--mn-font);
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  line-height: 1.3;
  min-height: 52px;
  padding: 12px 14px;
  text-align: left;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
  width: 100%;
}
.mn-faq-tab:hover { background: rgba(255, 255, 255, 0.7); }
.mn-faq-tab:focus-visible {
  outline: 2px solid var(--mn-red);
  outline-offset: 2px;
}
.mn-faq-tab.is-on,
.mn-faq-tab[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 6px 16px rgba(17, 22, 29, 0.06);
  color: var(--mn-ink);
}
.mn-faq-tab-num {
  color: var(--mn-red);
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.mn-faq-panels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 36px 40px;
}
body.asbpo-minimal .mn-faq-tabs .mn-faq-item.asbpo-faq-item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: none !important;
  height: auto !important;
  margin: 0 0 18px !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: visible;
  padding: 0 !important;
}
body.asbpo-minimal .mn-faq-tabs .mn-faq-item.asbpo-faq-item.is-on {
  display: block !important;
}
body.asbpo-minimal .mn-faq-tabs .mn-faq-item.asbpo-faq-item[hidden] {
  display: none !important;
}
.mn-faq-item h3 {
  color: var(--mn-ink) !important;
  font-size: clamp(22px, 2.4vw, 28px) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
}
.mn-faq-item p {
  border: 0;
  color: var(--mn-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 38em;
  padding: 0;
}
.mn-faq-panels .mn-link { margin-top: auto; padding-top: 22px; }

/* Final CTA band */
.mn-final {
  background: transparent;
  padding: 8px 0 40px;
}
.mn-final-band {
  align-items: center;
  background: linear-gradient(90deg, #fff7f7 0%, #fff2f2 100%);
  border: 1px solid #f0d4d6;
  border-radius: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 0.7fr 1.5fr auto;
  min-height: 140px;
  padding: 22px 28px;
}
.mn-final-label {
  color: var(--mn-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}
.mn-final h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
  max-width: none;
}

/* Footer — match inner dark footer */
body.asbpo-minimal .mn-footer {
  background: #050b16;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 28px;
}
.mn-footer-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  margin-bottom: 18px;
}
.mn-footer h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.mn-footer-brand p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  max-width: 32em;
}
.mn-footer ul { list-style: none; margin: 0; padding: 0; }
.mn-footer li { margin-bottom: 6px; }
.mn-footer a {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 13px;
  text-decoration: none !important;
}
.mn-footer a:hover { color: #fff !important; }
.mn-footer .footer-logo {
  height: 72px !important;
  margin-bottom: 14px;
  max-height: 72px !important;
  max-width: 190px !important;
  width: auto !important;
}
.mn-footer .social-lists { display: flex; gap: 8px; }
.mn-footer .social-lists a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: 13px;
  height: 36px;
  justify-content: center;
  width: 36px;
}
.mn-footer .social-lists a:hover {
  background: var(--mn-red);
  border-color: var(--mn-red);
}
.mn-footer-contact li {
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.4;
}
.mn-footer-contact i { color: var(--mn-red); margin-top: 2px; }
.mn-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  padding-top: 20px;
}
.mn-footer-bottom p { font-size: 12px; margin: 0; }
.mn-footer-bottom ul { display: flex; gap: 14px; }
.mn-footer-bottom a { font-size: 12px !important; }

body.asbpo-minimal .cx-footer,
body.asbpo-minimal .footer-section { display: none !important; }

.mn-reveal { opacity: 1; transform: none; }

@media (max-width: 1024px) {
  .mn-hero-grid,
  .mn-services,
  .mn-tools,
  .mn-faq-tabs,
  .mn-split,
  .mn-split--flip { grid-template-columns: 1fr; gap: 24px; }
  .mn-faq-tablist {
    border-bottom: 1px solid var(--mn-line);
    border-right: 0;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .mn-faq-tab {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
    width: auto;
  }
  .mn-faq-panels {
    min-height: 0;
    padding: 28px 24px 24px;
  }
  .mn-handle { grid-template-columns: 1fr 1fr; }
  .mn-head--row { align-items: start; flex-direction: column; gap: 8px; }
  .mn-hero h1 { max-width: none; }
  .mn-orbit { max-width: 560px; margin: 0 auto; }
  .mn-service-cards { grid-template-columns: 1fr; }
  .mn-timeline { grid-template-columns: 1fr 1fr; gap: 22px 12px; }
  .mn-timeline::before { display: none; }
  .mn-guides-head { align-items: start; flex-direction: column; gap: 12px; }
  .mn-final-band { grid-template-columns: 1fr; text-align: left; }
  .mn-footer-grid { grid-template-columns: 1fr 1fr; }
  .mn-strip-list { justify-content: flex-start; }
}

@media (max-width: 767px) {
  body.asbpo-minimal { font-size: 16px; }
  body.asbpo-minimal .container-fluid { padding-left: 18px; padding-right: 18px; }
  body.asbpo-minimal .nav-brand img {
    height: 40px !important;
    max-height: 40px !important;
    width: auto !important;
    max-width: 140px !important;
  }
  .mn-section { padding: 48px 0; }
  .mn-section--tight { padding: 36px 0; }
  .mn-hero { padding: 18px 0 28px; }
  .mn-hero h1 { font-size: clamp(32px, 9vw, 40px); }
  .mn-hero-actions { flex-direction: column; align-items: stretch; }
  .mn-hero-cta { max-width: none; }
  .mn-hero-cta .mn-btn { width: 100%; }
  .mn-badge { white-space: normal; }
  .mn-orbit { padding: 16px 12px 12px; }
  .mn-flow-chip { font-size: 11px; min-height: 38px; padding: 7px 8px; }
  .mn-flow-hub strong { font-size: 16px; }
  .mn-timeline { grid-template-columns: 1fr; }
  .mn-handle,
  .mn-split-facts,
  .mn-tools-badges { grid-template-columns: 1fr; }
  .mn-resources,
  .mn-footer-grid { grid-template-columns: 1fr; }
  .mn-resource-media img,
  .mn-cover { height: 120px; }
  .mn-moments,
  .mn-seat-grid { grid-template-columns: 1fr; }
  .mn-final { padding-bottom: calc(36px + 40px); }
}

@media (prefers-reduced-motion: reduce) {
  .mn-btn { transition: none !important; }
  .mn-orbit-spoke { animation: none !important; }
}
