/**
 * M.2 NVMe industrial landing — visual alignment with industrial-memory-chips.
 * Load after ad-landing-gcc.css + ad-landing-nvme.css on /lp/nvme-* pages.
 */

.lp-landing-shell--nvme .lp-landing-container {
  max-width: 76rem;
}

.lp-landing-shell--nvme .lp-nvme {
  color: #1e293b;
}

.lp-landing-shell--nvme .lp-nvme h1,
.lp-landing-shell--nvme .lp-nvme h2,
.lp-landing-shell--nvme .lp-nvme h3 {
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-link {
  color: #2563eb;
}

.lp-landing-shell--nvme .lp-nvme-link:hover {
  color: #1d4ed8;
}

/* Hero — match lp-gcc-hero dark panel */
.lp-landing-shell--nvme .lp-nvme-hero {
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 45%, #1e3a8a 100%);
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 1rem;
  padding: 2rem 1.25rem;
}

.lp-landing-shell--nvme .lp-nvme-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #fbbf24;
}

.lp-landing-shell--nvme .lp-nvme-hero h1 {
  color: #fff;
}

.lp-landing-shell--nvme .lp-nvme-lead {
  color: #cbd5e1;
}

.lp-landing-shell--nvme .lp-nvme-hero-points {
  color: #e2e8f0;
}

.lp-landing-shell--nvme .lp-nvme-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.lp-landing-shell--nvme .lp-nvme-btn {
  background: #f59e0b;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
}

.lp-landing-shell--nvme .lp-nvme-btn:hover {
  background: #fbbf24;
  color: #0f172a;
  transform: none;
}

.lp-landing-shell--nvme .lp-nvme-btn--secondary {
  background: transparent;
  color: #fde68a;
  border: 2px solid rgba(251, 191, 36, 0.55);
}

.lp-landing-shell--nvme .lp-nvme-btn--secondary:hover {
  background: rgba(245, 158, 11, 0.15);
  color: #fde68a;
}

.lp-landing-shell--nvme .lp-nvme-hero-foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
}

.lp-landing-shell--nvme .lp-nvme-hero-foot .lp-nvme-link {
  color: #fde68a;
}

.lp-landing-shell--nvme .lp-nvme-hero-alt-link {
  color: #94a3b8;
}

.lp-landing-shell--nvme .lp-nvme-stat-strip li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-landing-shell--nvme .lp-nvme-stat-strip strong {
  color: #fde68a;
}

.lp-landing-shell--nvme .lp-nvme-stat-strip span {
  color: #94a3b8;
}

.lp-landing-shell--nvme .lp-nvme-product-shot {
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.25);
}

.lp-landing-shell--nvme .lp-nvme-product-shot figcaption {
  background: #0f172a;
  color: #cbd5e1;
}

/* Sections — card chapters like memory-chips */
.lp-landing-shell--nvme .lp-nvme-section {
  margin-bottom: 1.25rem;
  padding: 1.5rem 1rem 1.75rem;
  border: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.04);
  scroll-margin-top: 5rem;
}

@media (min-width: 640px) {
  .lp-landing-shell--nvme .lp-nvme-section {
    padding: 1.75rem 1.35rem 2rem;
  }
}

.lp-landing-shell--nvme .lp-nvme-section--video {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
}

.lp-landing-shell--nvme .lp-nvme-section--formfactor,
.lp-landing-shell--nvme .lp-nvme-section--pn {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.lp-landing-shell--nvme .lp-nvme-section--why,
.lp-landing-shell--nvme .lp-nvme-section--apps {
  background: #fff;
}

.lp-landing-shell--nvme .lp-nvme-section--pain {
  background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 100%);
  border-color: #fed7aa;
}

.lp-landing-shell--nvme .lp-nvme-section--specs {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #bbf7d0;
}

.lp-landing-shell--nvme .lp-nvme-commercial {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  border-color: #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.lp-landing-shell--nvme .lp-nvme-section.lp-nvme-credentials,
.lp-landing-shell--nvme #lp-credentials.lp-nvme-credentials {
  background: #fff;
  border-color: #e2e8f0;
}

.lp-landing-shell--nvme .lp-nvme-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 2rem;
  background: #f59e0b;
  border-radius: 2px;
  flex-shrink: 0;
}

.lp-landing-shell--nvme .lp-nvme-title::before,
.lp-landing-shell--nvme .lp-nvme-section-title::before {
  background: #f59e0b;
}

.lp-landing-shell--nvme .lp-nvme-lead-section,
.lp-landing-shell--nvme .lp-nvme-section-lead {
  color: #64748b;
  max-width: none;
}

/* Video */
.lp-landing-shell--nvme .lp-nvme-video {
  background: linear-gradient(160deg, #0f172a 0%, #1e293b 55%, #1e3a8a 100%);
  border-color: #334155;
}

.lp-landing-shell--nvme .lp-nvme-video-badge {
  background: rgba(15, 23, 42, 0.72);
  color: #fde68a;
}

/* Form factor cards */
.lp-landing-shell--nvme .lp-nvme-formfactor-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lp-landing-shell--nvme .lp-nvme-formfactor-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 16px rgba(30, 58, 138, 0.1);
}

.lp-landing-shell--nvme .lp-nvme-formfactor-name {
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-formfactor-size {
  color: #64748b;
}

/* Tables */
.lp-landing-shell--nvme .lp-nvme-table thead {
  background: #0f172a;
  color: #fff;
}

.lp-landing-shell--nvme .lp-nvme-table th {
  background: #0f172a;
  color: #fff;
  border-color: #334155;
  font-weight: 700;
}

.lp-landing-shell--nvme .lp-nvme-table td {
  color: #1e293b;
  background: #fff;
}

.lp-landing-shell--nvme .lp-nvme-table th,
.lp-landing-shell--nvme .lp-nvme-table td {
  border-color: #e2e8f0;
}

.lp-landing-shell--nvme .lp-nvme-table tbody tr:nth-child(even) td {
  background: #f8fafc;
}

.lp-landing-shell--nvme .lp-nvme-table-caption {
  color: #334155;
  font-weight: 700;
}

.lp-landing-shell--nvme .lp-nvme-pn-code {
  color: #1d4ed8;
}

/* Deliverables / pillars / apps */
.lp-landing-shell--nvme .lp-nvme-deliverable,
.lp-landing-shell--nvme .lp-nvme-pillar,
.lp-landing-shell--nvme .lp-nvme-app {
  background: #fff;
  border: 1px solid #e2e8f0;
}

.lp-landing-shell--nvme .lp-nvme-pillar span {
  background: #1e3a8a;
  color: #fde68a;
}

.lp-landing-shell--nvme .lp-nvme-quote {
  background: #f8fafc;
  border-left: 3px solid #2563eb;
  color: #475569;
}

/* FAQ */
.lp-landing-shell--nvme .lp-nvme-faq details {
  background: #fff;
  border-color: #e2e8f0;
}

.lp-landing-shell--nvme .lp-nvme-faq summary {
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-faq details p {
  color: #475569;
}

.lp-landing-shell--nvme .lp-nvme-faq-group {
  color: #64748b;
  border-bottom-color: #e2e8f0;
}

/* Credentials — reuse gcc amber accent */
.lp-landing-shell--nvme #lp-credentials .lp-nvme-section-title::before,
.lp-landing-shell--nvme #lp-credentials .lp-gcc-section-title::before {
  background: #f59e0b;
}

.lp-landing-shell--nvme #lp-credentials .lp-nvme-section-lead,
.lp-landing-shell--nvme #lp-credentials .lp-gcc-section-lead {
  color: #64748b;
}

/* Journey nav — like memory-chips horizontal TOC */
.lp-landing-shell--nvme .lp-nvme-journey {
  margin: 0 0 1.25rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
  position: sticky;
  top: 0.5rem;
  z-index: 20;
}

.lp-landing-shell--nvme .lp-nvme-journey-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-landing-shell--nvme .lp-nvme-journey-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #334155;
  text-decoration: none;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.lp-landing-shell--nvme .lp-nvme-journey-link:hover {
  border-color: #93c5fd;
  color: #1d4ed8;
  background: #eff6ff;
}

.lp-landing-shell--nvme .lp-nvme-journey-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #1e3a8a;
  color: #fde68a;
  font-size: 0.65rem;
  font-weight: 800;
}

.lp-landing-shell--nvme .lp-nvme-chapter-step {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

/* Pain list */
.lp-landing-shell--nvme .lp-nvme-pain-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #475569;
}

.lp-landing-shell--nvme .lp-nvme-pain-list li {
  margin-bottom: 0.65rem;
  line-height: 1.55;
}

.lp-landing-shell--nvme .lp-nvme-section--pain {
  background: linear-gradient(180deg, #fff7ed 0%, #fffbeb 100%);
  border-color: #fed7aa;
}

.lp-landing-shell--nvme .lp-nvme-section--solution {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #bbf7d0;
}

.lp-landing-shell--nvme .lp-nvme-section--products,
.lp-landing-shell--nvme .lp-nvme-section--product-detail {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-color: #cbd5e1;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.lp-landing-shell--nvme .lp-nvme-section--service {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #bbf7d0;
}

.lp-landing-shell--nvme .lp-nvme-section--company {
  background: #fff;
}

/* Product hub cards — quick jump to 2280 / 2242 */
.lp-landing-shell--nvme .lp-nvme-product-hub-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-landing-shell--nvme .lp-nvme-product-hub-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-landing-shell--nvme .lp-nvme-product-hub-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.12);
  transform: translateY(-2px);
}

.lp-landing-shell--nvme .lp-nvme-product-hub-media {
  background: #0f172a;
  padding: 0.75rem;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-media img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-tag {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-name {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-specs {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: #475569;
  flex: 1;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-specs li {
  margin-bottom: 0.35rem;
}

.lp-landing-shell--nvme .lp-nvme-product-hub-go {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1d4ed8;
}

.lp-landing-shell--nvme .lp-nvme-section-jump {
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

/* End-use disclaimer */
.lp-landing-shell--nvme .lp-nvme-disclaimer {
  margin: 0 0 1rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.5rem;
}

/* Warranty / compliance alert */
.lp-landing-shell--nvme .lp-nvme-alert {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem 1.15rem;
  border-radius: 0.85rem;
  scroll-margin-top: 5rem;
}

.lp-landing-shell--nvme .lp-nvme-alert--warranty {
  background: linear-gradient(180deg, #fffbeb 0%, #fef3c7 100%);
  border: 2px solid #f59e0b;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
}

.lp-landing-shell--nvme .lp-nvme-alert-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #92400e;
}

.lp-landing-shell--nvme .lp-nvme-alert-lead {
  margin: 0;
  font-size: 0.92rem;
  color: #78350f;
}

.lp-landing-shell--nvme .lp-nvme-alert-foot {
  margin: 0.65rem 0 0;
  font-size: 0.85rem;
  color: #92400e;
}

/* Consumer vs industrial compare */
.lp-landing-shell--nvme .lp-nvme-section--compare {
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #93c5fd;
}

/* Compact application cards */
.lp-landing-shell--nvme .lp-nvme-apps--compact {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .lp-landing-shell--nvme .lp-nvme-apps--compact {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-landing-shell--nvme .lp-nvme-apps--compact .lp-nvme-app {
  margin: 0;
  padding: 0.85rem 0.95rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.65rem;
}

.lp-landing-shell--nvme .lp-nvme-apps--compact .lp-nvme-app h3 {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-weight: 800;
}

.lp-landing-shell--nvme .lp-nvme-apps--compact .lp-nvme-app p {
  margin: 0;
  font-size: 0.82rem;
  color: #475569;
}

/* PN table group titles */
.lp-landing-shell--nvme .lp-nvme-pn-group-title {
  margin: 1.35rem 0 0.65rem;
  font-size: 1rem;
  font-weight: 800;
  color: #1e3a8a;
}

.lp-landing-shell--nvme .lp-nvme-table-wrap--2280-cacheless {
  border-left: 4px solid #22c55e;
}

.lp-landing-shell--nvme .lp-nvme-table-wrap--2280-cached {
  border-left: 4px solid #3b82f6;
}

.lp-landing-shell--nvme .lp-nvme-table-wrap--2242-cacheless {
  border-left: 4px solid #f59e0b;
}

/* Commercial highlight */
.lp-landing-shell--nvme .lp-nvme-commercial-highlight {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.92rem;
  color: #0f172a;
  background: #fff;
  border: 2px solid #f59e0b;
  border-radius: 0.5rem;
}

/* Supply chain strip */
.lp-landing-shell--nvme .lp-nvme-supply-strip {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
}

@media (min-width: 640px) {
  .lp-landing-shell--nvme .lp-nvme-supply-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-landing-shell--nvme .lp-nvme-supply-strip > div {
  padding: 0.75rem 0.85rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  text-align: center;
}

.lp-landing-shell--nvme .lp-nvme-supply-strip strong {
  display: block;
  font-size: 1rem;
  color: #0f172a;
}

.lp-landing-shell--nvme .lp-nvme-supply-strip span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: #64748b;
}

