/**
 * Industrial memory chips — chapter layout, TOC, FAQ/support collapsibles.
 * Loaded via show.blade.php <link> (with ?v=filemtime cache bust).
 */

.lp-landing-shell--memory-chips .lp-landing-container {
  max-width: 76rem;
}

.lp-mc-layout {
  display: block;
}

.lp-mc-main {
  min-width: 0;
  max-width: 100%;
}

/* Full-width intros: gcc.css caps section leads at 52rem inside our 76rem shell */
.lp-landing-shell--memory-chips :is(
  .lp-gcc-section-lead,
  .lp-gcc-chapter-desc,
  .lp-mc-site-map-lead,
  .lp-mc-about-story-lead,
  .lp-mc-about-why-lead,
  .lp-mc-about-credentials-lead,
  .lp-mc-support-hours,
  .lp-gcc-faq-foot,
  .lp-gcc-pain-foot,
  .lp-gcc-commercial-disclaimer,
  .lp-gcc-deliverables-note,
  .lp-gcc-contact-hint
) {
  max-width: none;
}

.lp-gcc-chapter {
  scroll-margin-top: 5rem;
  padding: 1.5rem 0 1.75rem;
  margin: 0;
  position: relative;
}

.lp-gcc-chapter + .lp-gcc-chapter,
.lp-mc-journey + .lp-gcc-chapter {
  margin-top: 1.25rem;
}

.lp-gcc-chapter--hero {
  background: transparent;
  padding-top: 0.5rem;
}

.lp-gcc-chapter--products {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 0.85rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.lp-gcc-chapter--company {
  background: #fff;
  border-radius: 0.85rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.04);
}

.lp-gcc-chapter--service {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-radius: 0.85rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 1px solid #bbf7d0;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.04);
}

.lp-gcc-chapter--commercial {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  border-radius: 0.85rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.lp-gcc-chapter--inquiry {
  background: linear-gradient(180deg, #fff 0%, #fffbeb 100%);
  border-radius: 0.85rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 2px solid #fcd34d;
  box-shadow: 0 4px 28px rgba(245, 158, 11, 0.12);
}

@media (min-width: 640px) {
  .lp-gcc-chapter--products,
  .lp-gcc-chapter--company,
  .lp-gcc-chapter--service,
  .lp-gcc-chapter--commercial,
  .lp-gcc-chapter--inquiry {
    padding: 1.75rem 1.35rem 2rem;
  }
}

.lp-gcc-chapter--products::before,
.lp-gcc-chapter--company::before,
.lp-gcc-chapter--service::before,
.lp-gcc-chapter--commercial::before,
.lp-gcc-chapter--inquiry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 4px;
  border-radius: 4px;
}

.lp-gcc-chapter--products::before { background: #3b82f6; }
.lp-gcc-chapter--company::before { background: #10b981; }
.lp-gcc-chapter--service::before { background: #14b8a6; }
.lp-gcc-chapter--commercial::before { background: #6366f1; }
.lp-gcc-chapter--inquiry::before { background: #f59e0b; }

/* Chapter header: step, title, purpose, action */
.lp-gcc-chapter-head {
  margin: 0 0 1.25rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e2e8f0;
}

.lp-gcc-chapter--products .lp-gcc-chapter-head {
  background: #fff;
  border-color: #bfdbfe;
}

.lp-gcc-chapter--company .lp-gcc-chapter-head {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.lp-gcc-chapter--service .lp-gcc-chapter-head {
  background: #fff;
  border-color: #99f6e4;
}

.lp-gcc-chapter--commercial .lp-gcc-chapter-head {
  background: #fff;
  border-color: #c7d2fe;
}

.lp-gcc-chapter--inquiry .lp-gcc-chapter-head {
  background: #fffbeb;
  border-color: #fde68a;
}

.lp-gcc-chapter-step {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.lp-gcc-chapter--products .lp-gcc-chapter-step { color: #1d4ed8; }
.lp-gcc-chapter--company .lp-gcc-chapter-step { color: #047857; }
.lp-gcc-chapter--service .lp-gcc-chapter-step { color: #0f766e; }
.lp-gcc-chapter--commercial .lp-gcc-chapter-step { color: #4338ca; }
.lp-gcc-chapter--inquiry .lp-gcc-chapter-step { color: #b45309; }

.lp-gcc-chapter .lp-gcc-chapter-title {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
}

.lp-gcc-chapter-desc {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #475569;
}

.lp-gcc-chapter-do {
  margin: 0;
  padding: 0.55rem 0.7rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #1e293b;
  background: #fff;
  border-radius: 0.45rem;
  border: 1px dashed #94a3b8;
}

.lp-gcc-chapter-do strong {
  color: #0f172a;
}

.lp-gcc-chapter--inquiry .lp-gcc-chapter-do {
  background: #fff;
  border-color: #fbbf24;
}

/* Chapter footer: next-step bridge */
.lp-gcc-chapter-next {
  margin: 1.5rem 0 0;
  padding: 0;
}

.lp-gcc-chapter-next-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.65rem;
  background: #1e293b;
  color: #f1f5f9;
}

.lp-gcc-chapter--inquiry .lp-gcc-chapter-next-inner {
  background: #1e3a8a;
}

.lp-gcc-chapter-next--final .lp-gcc-chapter-next-inner {
  background: #0f172a;
  border: 1px solid #334155;
}

.lp-gcc-chapter-next-badge {
  flex: 0 0 auto;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fcd34d;
}

.lp-gcc-chapter-next-text {
  flex: 1 1 12rem;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #e2e8f0;
}

.lp-gcc-chapter-next-btn {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e293b;
  background: #fcd34d;
  border-radius: 0.4rem;
  text-decoration: none;
  white-space: nowrap;
}

.lp-gcc-chapter-next-btn:hover {
  background: #fde68a;
  color: #0f172a;
}

.lp-gcc-chapter-next-btn--primary {
  background: #fbbf24;
  color: #0f172a;
}

/* Horizontal chapter nav — full width, sticky (replaces right sidebar TOC) */
.lp-mc-journey {
  margin: 1.25rem 0 0;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

.lp-mc-journey-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-mc-journey-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.lp-mc-journey-link:hover {
  border-color: #93c5fd;
  color: #1e40af;
  background: #eff6ff;
}

.lp-mc-journey-link.is-active {
  border-color: #1d4ed8;
  background: #1e40af;
  color: #fff;
}

.lp-mc-journey-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
}

.lp-mc-journey-link.is-active .lp-mc-journey-num {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .lp-mc-journey-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.1rem;
  }

  .lp-mc-journey-link {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .lp-mc-journey {
    position: sticky;
    top: 0.5rem;
    z-index: 35;
  }
}

.lp-mc-journey-list li {
  list-style: none;
}

.lp-gcc--hub-compact .lp-mc-snapshot {
  display: block;
}

.lp-gcc--hub-compact .lp-mc-product-collapsed {
  display: none !important;
}

.lp-gcc--hub-compact .lp-mc-product .lp-mc-product-detail {
  display: block !important;
}

/* Site map under hero */
.lp-mc-site-map {
  margin: 1.5rem 0 0;
  padding: 1.35rem 1.15rem 1.25rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #f8fafc 0%, #fff 45%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.07);
}

.lp-mc-site-map-head {
  margin-bottom: 1.1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e2e8f0;
}

.lp-mc-site-map-title {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.lp-mc-site-map-lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
}

.lp-mc-site-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lp-mc-site-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lp-mc-site-map-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

.lp-mc-site-map-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon body"
    "go go";
  column-gap: 1rem;
  row-gap: 0.65rem;
  padding: 1.05rem 1.1rem 0.95rem;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  border-top-width: 3px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.lp-mc-site-map-icon {
  grid-area: icon;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
  background-color: #64748b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.45rem 1.45rem;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.lp-mc-site-map-icon--products {
  background-color: #2563eb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--company {
  background-color: #059669;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-6h6v6'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--service {
  background-color: #0d9488;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.3 7.7 12 12l8.7-4.3M12 22V12'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--commercial {
  background-color: #4f46e5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M16 13H8M16 17H8M10 9H8'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--video {
  background-color: #7c3aed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m10 8 6 4-6 4V8z'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--faq {
  background-color: #475569;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3M12 17h.01'/%3E%3C/svg%3E");
}

.lp-mc-site-map-icon--quote {
  background-color: #d97706;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.lp-mc-site-map-card-body {
  grid-area: body;
  min-width: 0;
  align-self: center;
}

.lp-mc-site-map-kicker {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.lp-mc-site-map-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
  transform: translateY(-2px);
}

.lp-mc-site-map-card--products {
  border-top-color: #3b82f6;
  background: linear-gradient(160deg, #fff 0%, #f8fbff 100%);
}

.lp-mc-site-map-card--company { border-top-color: #10b981; }
.lp-mc-site-map-card--service { border-top-color: #14b8a6; }
.lp-mc-site-map-card--commercial { border-top-color: #6366f1; }
.lp-mc-site-map-card--video { border-top-color: #8b5cf6; }
.lp-mc-site-map-card--faq { border-top-color: #64748b; }

.lp-mc-site-map-card--quote {
  border-top-color: #f59e0b;
  background: linear-gradient(160deg, #fffbeb 0%, #fff 100%);
}

.lp-mc-site-map-card--quote:hover {
  border-color: #f59e0b;
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.18);
}

.lp-mc-site-map-card-title {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.lp-mc-site-map-card-desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #64748b;
}

.lp-mc-site-map-go {
  grid-area: go;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.15rem;
  padding-top: 0.55rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1d4ed8;
}

.lp-mc-site-map-card--quote .lp-mc-site-map-go,
.lp-mc-site-map-go--btn {
  color: #b45309;
  border-top-color: #fde68a;
}

@media (min-width: 1024px) {
  .lp-mc-site-map-card--quote {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "icon body go";
    align-items: center;
    column-gap: 1.15rem;
    padding: 1.1rem 1.25rem;
  }

  .lp-mc-site-map-card--quote .lp-mc-site-map-go {
    grid-area: go;
    margin: 0;
    padding: 0.55rem 1rem;
    border-top: none;
    border-radius: 0.5rem;
    background: #f59e0b;
    color: #fff;
    white-space: nowrap;
    font-size: 0.82rem;
  }

  .lp-mc-site-map-card--quote:hover .lp-mc-site-map-go {
    background: #d97706;
    color: #fff;
  }
}

.lp-mc-site-map-arrow {
  display: inline-block;
  transition: transform 0.15s ease;
}

.lp-mc-site-map-card:hover .lp-mc-site-map-arrow {
  transform: translateX(3px);
}

/* Individual product cards — separated blocks */
.lp-mc-products-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lp-mc-product-card {
  --lp-mc-product-accent: #2563eb;
  --lp-mc-product-accent-soft: #eff6ff;
  scroll-margin-top: 5.5rem;
  padding: 0;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.lp-mc-product-card[data-lp-mc-product="ddr3"] {
  --lp-mc-product-accent: #2563eb;
  --lp-mc-product-accent-soft: #eff6ff;
}

.lp-mc-product-card[data-lp-mc-product="ddr4"] {
  --lp-mc-product-accent: #7c3aed;
  --lp-mc-product-accent-soft: #f5f3ff;
}

.lp-mc-product-card[data-lp-mc-product="ddr5"] {
  --lp-mc-product-accent: #0891b2;
  --lp-mc-product-accent-soft: #ecfeff;
}

.lp-mc-product-card[data-lp-mc-product="lpddr4x"] {
  --lp-mc-product-accent: #059669;
  --lp-mc-product-accent-soft: #ecfdf5;
}

.lp-mc-product-card[data-lp-mc-product="emmc"] {
  --lp-mc-product-accent: #d97706;
  --lp-mc-product-accent-soft: #fffbeb;
}

.lp-mc-product-card[data-lp-mc-product="nvme_bga"] {
  --lp-mc-product-accent: #4f46e5;
  --lp-mc-product-accent-soft: #eef2ff;
}

.lp-mc-product-card::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--lp-mc-product-accent);
}

.lp-mc-product-card--active,
.lp-gcc--focus .lp-mc-product-card.lp-mc-product--active {
  border-color: var(--lp-mc-product-accent);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--lp-mc-product-accent) 22%, transparent);
}

.lp-mc-product-card-top {
  display: grid;
  gap: 1rem;
  margin-bottom: 0;
  padding: 1.25rem;
  border-bottom: none;
  grid-template-areas:
    "media"
    "intro"
    "specs";
}

@media (min-width: 768px) {
  .lp-mc-product-card-top {
    grid-template-areas:
      "media intro"
      "specs specs";
    grid-template-columns: 11.5rem minmax(0, 1fr);
    column-gap: 1.5rem;
    row-gap: 1rem;
    padding: 1.35rem;
  }
}

.lp-mc-product-card-media {
  grid-area: media;
  margin: 0;
  padding: 0.85rem;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, var(--lp-mc-product-accent-soft) 0%, #fff 100%);
  border: 1px solid color-mix(in srgb, var(--lp-mc-product-accent) 18%, #e2e8f0);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9rem;
}

.lp-mc-product-card-media img {
  display: block;
  width: 100%;
  max-width: 9.5rem;
  height: auto;
  border-radius: 0.35rem;
  filter: drop-shadow(0 4px 12px rgba(15, 23, 42, 0.1));
}

.lp-mc-product-card-info {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.lp-mc-product-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  margin: 0;
  padding: 0.2rem 0.6rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-mc-product-accent);
  background: var(--lp-mc-product-accent-soft);
  border: 1px solid color-mix(in srgb, var(--lp-mc-product-accent) 20%, transparent);
  border-radius: 999px;
}

.lp-mc-product-card-tag::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 2px;
  background: var(--lp-mc-product-accent);
  flex-shrink: 0;
}

.lp-mc-product-card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.lp-mc-product-card-series-note {
  margin: -0.15rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  color: #64748b;
}

@media (min-width: 768px) {
  .lp-mc-product-card-title {
    font-size: 1.3rem;
  }
}

.lp-mc-product-card-highlights {
  min-width: 0;
}

.lp-mc-product-card-subtitle {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.lp-mc-product-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #334155;
}

.lp-mc-product-card-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.15rem;
}

.lp-mc-product-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--lp-mc-product-accent);
  transform: translateY(-50%);
}

.lp-mc-product-card-params {
  grid-area: specs;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid #e2e8f0;
}

@media (min-width: 768px) {
  .lp-mc-product-card-params {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    padding-top: 1rem;
  }
}

.lp-mc-product-card-param {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  margin: 0;
  padding: 0.6rem 0.7rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.lp-mc-product-card-param-label {
  display: block;
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  line-height: 1.3;
}

.lp-mc-product-card-param-value {
  display: block;
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
  word-break: break-word;
}

.lp-mc-product-card-pn {
  padding: 1.15rem 1.35rem 1.35rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-top: 1px solid #e2e8f0;
}

.lp-mc-product-card-pn-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.lp-mc-product-card-pn-title::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--lp-mc-product-accent);
  flex-shrink: 0;
}

.lp-mc-product-card-pn-hint {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: #475569;
}

.lp-mc-product-card-pn .lp-gcc-table-wrap {
  border-radius: 0.55rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.lp-mc-product-card-pn .lp-gcc-table-wrap + .lp-gcc-table-wrap {
  margin-top: 0.85rem;
}

.lp-mc-product-card-pn .lp-gcc-table-caption {
  padding: 0.65rem 1rem 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #475569;
  text-align: left;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.lp-mc-product-card-pn .lp-gcc-table thead {
  background: var(--lp-mc-product-accent);
}

.lp-mc-product-card-pn .lp-gcc-table th,
.lp-mc-product-card-pn .lp-gcc-table td {
  padding: 0.75rem 1rem;
}

.lp-mc-product-card-pn .lp-gcc-table th {
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-color: color-mix(in srgb, var(--lp-mc-product-accent) 70%, #000);
}

.lp-mc-product-card-pn .lp-gcc-table td {
  font-size: 0.84rem;
}

.lp-mc-product-card-pn .lp-gcc-pn-code[data-lp-pn] {
  font-size: 0.8rem;
  padding: 0.15rem 0.35rem;
  border-radius: 0.3rem;
  background: #fff;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.lp-mc-product-card-pn .lp-gcc-pn-foot {
  margin: 0.85rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  line-height: 1.55;
}

.lp-mc-product-card-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed #cbd5e1;
}

.lp-mc-product-card-cta .lp-gcc-btn {
  font-size: 0.88rem;
  padding: 0.55rem 1.1rem;
  background: var(--lp-mc-product-accent);
  border-color: var(--lp-mc-product-accent);
}

.lp-mc-product-card-cta .lp-gcc-btn:hover {
  background: color-mix(in srgb, var(--lp-mc-product-accent) 85%, #000);
  border-color: color-mix(in srgb, var(--lp-mc-product-accent) 85%, #000);
}

.lp-gcc-chapter--products .lp-mc-nav {
  top: 3.25rem;
  margin: 0 0 1.25rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid #bfdbfe;
  background: rgba(255, 255, 255, 0.98);
}

.lp-gcc-chapter-focus-note {
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.65rem;
  font-size: 0.85rem;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 0.4rem;
}

/* Legacy product chapter wrappers (unused) */
.lp-mc-product-chapter {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.lp-mc-support-hours-details {
  margin-bottom: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  background: #f8fafc;
}

.lp-mc-support-hours-summary {
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e40af;
  list-style: none;
}

.lp-mc-support-hours-summary::-webkit-details-marker {
  display: none;
}

.lp-mc-support-hours-details[open] .lp-mc-support-hours {
  margin-top: 0;
  border: none;
  border-top: 1px solid #e2e8f0;
  border-radius: 0;
  background: transparent;
}

.lp-mc-why-more {
  margin-top: 0.75rem;
}

.lp-mc-why-more-summary {
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.5rem;
  list-style: none;
}

.lp-mc-why-more-summary::-webkit-details-marker {
  display: none;
}

.lp-mc-why-more-grid {
  margin-top: 0.5rem;
}

.lp-mc-faq-group-wrap {
  margin: 0.75rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
  background: #f8fafc;
}

.lp-mc-faq-group-summary {
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
  list-style: none;
}

.lp-mc-faq-group-summary::-webkit-details-marker {
  display: none;
}

.lp-mc-faq-group-body {
  padding: 0 0.85rem 0.65rem;
}

.lp-mc-faq-group-body > details {
  margin-bottom: 0.35rem;
}

/* Hub hero — pains, promise, product link cards */
/* Override .lp-gcc h2 { color: #0f172a } on dark hero headings */
.lp-gcc.lp-gcc--series .lp-gcc-hero--hub h2.lp-mc-hero-pitch-title {
  color: #fef9c3;
}

.lp-gcc.lp-gcc--series .lp-gcc-hero--hub h2.lp-mc-hero-pitch-title--promise {
  color: #ffffff;
}

.lp-gcc.lp-gcc--series .lp-gcc-hero--hub h2.lp-mc-hero-hub-title {
  color: #ffffff;
}

.lp-gcc-hero--hub {
  background: linear-gradient(155deg, #0b1224 0%, #1e293b 38%, #1e40af 72%, #172554 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
}

.lp-gcc-hero--hub .lp-gcc-hero-head {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-mc-hero-pitch {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 900px) {
  .lp-mc-hero-pitch {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}

.lp-mc-hero-pains,
.lp-mc-hero-promise {
  padding: 0.9rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.72);
}

@media (min-width: 900px) {
  .lp-mc-hero-pains,
  .lp-mc-hero-promise {
    min-height: 100%;
  }
}

.lp-mc-hero-promise {
  border-color: rgba(251, 191, 36, 0.45);
  background: linear-gradient(145deg, rgba(30, 58, 138, 0.75) 0%, rgba(15, 23, 42, 0.72) 100%);
}

.lp-mc-hero-pitch-title {
  margin: 0 0 0.65rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fef3c7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.lp-mc-hero-pitch-title--promise {
  color: #fff;
  border-bottom-color: rgba(251, 191, 36, 0.35);
}

.lp-mc-hero-pains-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #f1f5f9;
}

.lp-mc-hero-pains-list li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.45rem;
}

.lp-mc-hero-pains-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #f87171;
  box-shadow: 0 0 6px rgba(248, 113, 113, 0.65);
}

.lp-mc-hero-promise-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: lp-mc-step;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #f8fafc;
}

.lp-mc-hero-promise-steps li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.5rem;
  counter-increment: lp-mc-step;
}

.lp-mc-hero-promise-steps li::before {
  content: counter(lp-mc-step);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #fbbf24;
  color: #0f172a;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.15rem;
  text-align: center;
}

.lp-mc-hero-promise-note {
  margin: 0.55rem 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  line-height: 1.5;
  color: #e2e8f0;
}

.lp-mc-hero-hub {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(147, 197, 253, 0.4);
  background: rgba(15, 23, 42, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-mc-hero-hub-title {
  margin: 0 0 0.85rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

@media (min-width: 640px) {
  .lp-mc-hero-hub-title {
    font-size: 1.1rem;
  }
}

.lp-mc-hero-hub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .lp-mc-hero-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .lp-mc-hero-hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-mc-hero-hub-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 15.5rem;
  padding: 0;
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(165deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.92) 100%);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lp-mc-hero-hub-card:hover {
  border-color: #60a5fa;
  background: linear-gradient(165deg, rgba(96, 165, 250, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.35);
}

.lp-mc-hero-hub-card.is-active {
  border-color: #fbbf24;
  background: linear-gradient(165deg, rgba(251, 191, 36, 0.28) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.5), 0 12px 28px rgba(251, 191, 36, 0.15);
}

.lp-mc-hero-hub-card-zone {
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.lp-mc-hero-hub-card-zone--line {
  background: rgba(15, 23, 42, 0.55);
}

.lp-mc-hero-hub-card-zone--product {
  background: rgba(255, 255, 255, 0.06);
}

.lp-mc-hero-hub-card-zone--specs {
  background: rgba(15, 23, 42, 0.35);
}

.lp-mc-hero-hub-card-zone--temp {
  background: rgba(251, 191, 36, 0.1);
  border-bottom-color: rgba(251, 191, 36, 0.25);
}

.lp-mc-hero-hub-card-zone--temp .lp-mc-hero-hub-card-zone-label {
  color: #fde68a;
}

.lp-mc-hero-hub-card-temp {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  color: #fff7ed;
}

.lp-mc-hero-hub-card-zone--action {
  border-bottom: none;
  background: rgba(251, 191, 36, 0.12);
}

.lp-mc-hero-hub-card-zone-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93c5fd;
}

.lp-mc-hero-hub-card-zone--action .lp-mc-hero-hub-card-zone-label {
  color: #fde68a;
}

.lp-mc-hero-hub-card-tag {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(253, 224, 71, 0.45);
  background: rgba(251, 191, 36, 0.2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.lp-mc-hero-hub-card.is-active .lp-mc-hero-hub-card-tag {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.35);
  color: #fff;
}

.lp-mc-hero-hub-card-name {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
}

.lp-mc-hero-hub-card-line {
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #f1f5f9;
  margin-bottom: 0.15rem;
}

.lp-mc-hero-hub-card-line:last-of-type {
  margin-bottom: 0;
}

.lp-mc-hero-hub-card-go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: 0.02em;
}

.lp-mc-hero-hub-card-arrow {
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.lp-mc-hero-hub-card:hover .lp-mc-hero-hub-card-arrow {
  transform: translateX(4px);
}

.lp-mc-hero-hub-ad-note {
  margin: 0.65rem 0 0;
  padding: 0.55rem 0.7rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(147, 197, 253, 0.55);
  background: rgba(30, 64, 175, 0.55);
  font-size: 0.84rem;
  line-height: 1.5;
  color: #f8fafc;
}

.lp-mc-hero-hub-ad-all {
  color: #fde68a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.lp-mc-hero-program-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .lp-mc-hero-program-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .lp-mc-hero-program-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.lp-mc-hero-program-stats li {
  padding: 0.55rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.lp-mc-hero-program-stats strong {
  display: block;
  font-size: 0.92rem;
  color: #fde68a;
  line-height: 1.25;
}

.lp-mc-hero-program-stats span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.7rem;
  color: #e2e8f0;
  line-height: 1.35;
}

.lp-mc-hero-hub-quote {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.35);
}

.lp-mc-hero-hub-quote:hover {
  box-shadow: 0 12px 28px rgba(251, 191, 36, 0.45);
}

.lp-gcc--focus #lp-series .lp-gcc-section-lead {
  font-size: 0.88rem;
}

.lp-gcc--focus #lp-series .lp-gcc-series-grid {
  gap: 0.55rem;
}

@media (min-width: 640px) {
  .lp-gcc--focus #lp-series .lp-gcc-series-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-gcc--focus #lp-series .lp-gcc-series-card img {
  max-height: 72px;
  object-fit: contain;
}

.lp-gcc--focus #lp-series .lp-gcc-series-card h3 {
  font-size: 0.82rem;
}

.lp-gcc--focus #lp-series .lp-gcc-series-card p {
  font-size: 0.72rem;
}

/* About Loongtion — company chapter */
.lp-gcc-chapter--company .lp-mc-about {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.lp-mc-about-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (min-width: 768px) {
  .lp-mc-about-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.lp-mc-about-stat {
  padding: 0.85rem 0.9rem;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #fff 0%, #f0fdf4 100%);
  border: 1px solid #bbf7d0;
  box-shadow: 0 2px 12px rgba(16, 185, 129, 0.08);
  text-align: center;
}

.lp-mc-about-stat-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #047857;
  letter-spacing: -0.02em;
}

.lp-mc-about-stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: #475569;
}

.lp-mc-about-story {
  padding: 1.25rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid #bbf7d0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .lp-mc-about-story {
    padding: 1.35rem 1.4rem 1.4rem;
  }
}

.lp-mc-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-mc-about-story-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 1.5rem 2rem;
  }
}

.lp-gcc-chapter--company .lp-mc-about-visual {
  margin: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #a7f3d0;
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.12);
  background: #ecfdf5;
}

.lp-gcc-chapter--company .lp-mc-about-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-gcc-chapter--company .lp-mc-about-visual figcaption {
  padding: 0.7rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #047857;
  text-align: left;
  border-top: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.lp-mc-about-visual--video .lp-gcc-video {
  width: 100%;
  border: none;
  border-radius: 0;
}

.lp-mc-about-story-title {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  color: #0f172a;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .lp-mc-about-story-title {
    font-size: 1.4rem;
  }
}

.lp-mc-about-story-lead {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #334155;
}

.lp-mc-about-story-values {
  margin: 0 0 1rem;
  padding: 0.6rem 0 0.6rem 0.85rem;
  border-left: 3px solid #C8102E;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
}

.lp-gcc-chapter-head .lp-mc-about-story-values {
  margin: 0 0 0.75rem;
}

.lp-mc-about-story-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #334155;
}

.lp-mc-about-story-points li {
  position: relative;
  padding: 0 0 0 1.15rem;
}

.lp-mc-about-story-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #10b981;
  transform: translateY(-50%);
}

.lp-mc-about-centers {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

@media (min-width: 640px) {
  .lp-mc-about-centers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

.lp-mc-about-center-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 0.75rem;
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  border-top: 3px solid #3b82f6;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
}

.lp-mc-about-center-card--xa {
  border-top-color: #10b981;
  background: linear-gradient(160deg, #fff 0%, #f0fdf4 100%);
  border-color: #bbf7d0;
}

.lp-mc-about-center-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.65rem;
  flex-shrink: 0;
  background-color: #2563eb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.35rem 1.35rem;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.lp-mc-about-center-icon--nb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpath d='M3.3 7.7 12 12l8.7-4.3M12 22V12'/%3E%3C/svg%3E");
}

.lp-mc-about-center-icon--xa {
  background-color: #059669;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
}

.lp-mc-about-center-code {
  display: inline-block;
  margin-bottom: 0.2rem;
  padding: 0.1rem 0.45rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 999px;
}

.lp-mc-about-center-card--xa .lp-mc-about-center-code {
  color: #047857;
  background: #d1fae5;
}

.lp-mc-about-center-name {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
}

.lp-mc-about-center-desc {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #475569;
}

.lp-mc-about-center-meta {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
}

.lp-mc-about-why {
  padding: 1.25rem;
  border-radius: 0.85rem;
  background: linear-gradient(165deg, #f0fdf4 0%, #fff 55%, #ecfdf5 100%);
  border: 1px solid #bbf7d0;
  box-shadow: 0 4px 24px rgba(16, 185, 129, 0.08);
}

@media (min-width: 640px) {
  .lp-mc-about-why {
    padding: 1.35rem 1.4rem 1.4rem;
  }
}

.lp-mc-about-why-head {
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bbf7d0;
}

.lp-mc-about-why-title {
  margin: 0 0 0.45rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .lp-mc-about-why-title {
    font-size: 1.3rem;
  }
}

.lp-mc-about-why-lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

.lp-mc-about-reason-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lp-mc-about-reason-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

@media (min-width: 1024px) {
  .lp-mc-about-reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-mc-about-reason-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap: 0.85rem;
  row-gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #10b981;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.lp-mc-about-reason-card:hover {
  border-color: #6ee7b7;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.12);
  transform: translateY(-2px);
}

.lp-mc-about-reason-icon {
  grid-area: icon;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.6rem;
  flex-shrink: 0;
  align-self: start;
  background-color: #059669;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.lp-mc-about-reason-icon--program {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 9h6v6H9z'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-icon--temp {
  background-color: #0891b2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-icon--heritage {
  background-color: #7c3aed;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-icon--domestic {
  background-color: #dc2626;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-icon--warranty {
  background-color: #d97706;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-icon--engineering {
  background-color: #2563eb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");
}

.lp-mc-about-reason-title {
  grid-area: title;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  align-self: end;
}

.lp-mc-about-reason-desc {
  grid-area: desc;
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #475569;
}

.lp-mc-about-credentials {
  margin: 0;
  padding: 1.25rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid #bbf7d0;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 640px) {
  .lp-mc-about-credentials {
    padding: 1.35rem 1.4rem 1.4rem;
  }
}

.lp-mc-about-credentials-head {
  margin-bottom: 1.15rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bbf7d0;
}

.lp-mc-about-credentials-title {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .lp-mc-about-credentials-title {
    font-size: 1.25rem;
  }
}

.lp-mc-about-credentials-lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
}

.lp-gcc-chapter--company .lp-mc-about-credentials .lp-gcc-cred-group-title {
  margin: 1.35rem 0 0.65rem;
  padding-top: 0.25rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #047857;
}

.lp-gcc-chapter--company .lp-mc-about-credentials .lp-gcc-cred-group-title:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.lp-gcc-chapter--company .lp-mc-about-credentials .lp-gcc-cred-grid {
  margin-bottom: 0.5rem;
}

.lp-gcc-chapter--company .lp-mc-about-credentials .lp-gcc-cred {
  border-color: #d1fae5;
  box-shadow: 0 2px 12px rgba(16, 185, 129, 0.08);
}
