/**
 * Loongtion GCC M.2 NVMe ad landing — "Desert Tech Light" theme
 * Contrasts with ddr4-gcc (dark navy hero + amber CTA)
 */

.lp-nvme {
  color: #292524;
  font-size: 16px;
  line-height: 1.65;
}

.lp-nvme img:not(.lp-nvme-cred-thumb):not(.lp-gcc-cred-thumb) {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-nvme h1,
.lp-nvme h2,
.lp-nvme h3 {
  color: #1c1917;
  line-height: 1.25;
}

.lp-nvme-link {
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-nvme-link:hover {
  color: #115e59;
}

/* Hero — warm light panel */
.lp-nvme-hero {
  background: linear-gradient(180deg, #fffdf8 0%, #f5efe6 100%);
  border: 1px solid #e7ddd0;
  border-radius: 1.25rem;
  padding: 1.75rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 40px rgba(28, 25, 23, 0.06);
}

.lp-nvme-hero-grid {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 900px) {
  .lp-nvme-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}

.lp-nvme-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f766e;
}

.lp-nvme-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 4vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-nvme-lead {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  color: #44403c;
}

.lp-nvme-hero-points {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
}

.lp-nvme-hero-points li {
  margin-bottom: 0.45rem;
}

.lp-nvme-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}

.lp-nvme-chip {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d6d3d1;
  font-size: 0.78rem;
  font-weight: 600;
  color: #44403c;
}

.lp-nvme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 0.75rem;
  background: #c2410c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 14px rgba(194, 65, 12, 0.28);
  transition: background 0.15s ease, transform 0.15s ease;
}

.lp-nvme-btn:hover {
  background: #ea580c;
  color: #fff;
  transform: translateY(-1px);
}

.lp-nvme-btn--hero {
  width: 100%;
}

@media (min-width: 480px) {
  .lp-nvme-btn--hero {
    width: auto;
  }
}

.lp-nvme-btn--block {
  display: flex;
  width: 100%;
}

.lp-nvme-hero-visuals {
  display: grid;
  gap: 0.75rem;
}

.lp-nvme-product-shot {
  margin: 0;
  background: #1c1917;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid #292524;
}

.lp-nvme-product-shot img {
  width: 100%;
  object-fit: contain;
}

.lp-nvme-product-shot figcaption {
  padding: 0.45rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #d6d3d1;
  background: #292524;
}

.lp-nvme-hero-visuals--single {
  grid-template-columns: 1fr;
}

.lp-nvme-hero-alt-link {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: #57534e;
}

.lp-nvme-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.lp-nvme-btn--secondary {
  background: #fff;
  color: #0f766e;
  border: 2px solid #0f766e;
  box-shadow: none;
}

.lp-nvme-btn--secondary:hover {
  background: #f0fdfa;
  color: #115e59;
}

.lp-nvme-formfactor-cta {
  margin: 1rem 0 0;
}

@media (min-width: 520px) {
  .lp-nvme-hero-visuals:not(.lp-nvme-hero-visuals--single) {
    grid-template-columns: 1fr 1fr;
  }

  .lp-nvme-product-shot--2280 {
    grid-column: 1 / -1;
  }
}

.lp-nvme-stat-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
}

@media (min-width: 520px) {
  .lp-nvme-stat-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
  }
}

.lp-nvme-stat-strip li {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 0.65rem;
  padding: 0.65rem 0.5rem;
  text-align: center;
}

.lp-nvme-stat-strip strong {
  display: block;
  font-size: 1.15rem;
  color: #0f766e;
  line-height: 1.2;
}

.lp-nvme-stat-strip span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  color: #78716c;
  line-height: 1.3;
}

.lp-nvme-hero-foot {
  margin: 1.25rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid #e7ddd0;
  font-size: 0.85rem;
  color: #78716c;
}

/* Sections */
.lp-nvme-section {
  padding: 1.75rem 0;
  border-bottom: 1px solid #ece8e1;
}

.lp-nvme-section:last-child {
  border-bottom: 0;
}

.lp-nvme-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 800;
}

.lp-nvme-lead-section {
  margin: 0 0 1.25rem;
  color: #57534e;
  max-width: 46rem;
}

.lp-nvme-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #1c1917;
}

.lp-nvme-section-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 2rem;
  background: #0f766e;
  border-radius: 2px;
  flex-shrink: 0;
}

.lp-nvme-section-lead {
  color: #57534e;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 52rem;
}

/* Video placeholder */
.lp-nvme-video {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #e7e5e4;
  background: #1c1917;
}

.lp-nvme-video-poster {
  position: relative;
}

.lp-nvme-video-poster img {
  width: 100%;
  opacity: 0.72;
}

.lp-nvme-video-badge {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: rgba(15, 118, 110, 0.55);
  letter-spacing: 0.03em;
}

/* Form factor cards */
.lp-nvme-formfactor-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-nvme-formfactor-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-nvme-formfactor-card {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-left: 4px solid #0f766e;
  border-radius: 0.85rem;
  padding: 1.25rem;
}

.lp-nvme-formfactor-card--compact {
  border-left-color: #c2410c;
}

.lp-nvme-formfactor-name {
  margin: 0 0 0.25rem;
  font-size: 1.1rem;
}

.lp-nvme-formfactor-size {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f766e;
}

.lp-nvme-formfactor-list {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
}

/* Part numbers — compact tables only */
.lp-nvme-table-wrap {
  display: block;
  overflow-x: auto;
  margin-bottom: 0.85rem;
}

.lp-nvme-table-caption {
  caption-side: top;
  text-align: left;
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f766e;
  padding: 0 0 0.45rem;
}

.lp-nvme-table-foot,
.lp-nvme-table-links {
  font-size: 0.85rem;
  color: #78716c;
}

.lp-nvme-table-links span {
  margin: 0 0.35rem;
  color: #d6d3d1;
}

.lp-nvme-pn-code {
  display: inline-block;
  padding: 0.15rem 0.35rem;
  background: #fff;
  border: 1px solid #d6d3d1;
  border-radius: 0.35rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.82rem;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.lp-nvme-pn-code:hover {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.15);
}

.lp-nvme-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.lp-nvme-table th,
.lp-nvme-table td {
  padding: 0.65rem 0.75rem;
  border: 1px solid #e7e5e4;
  text-align: left;
  vertical-align: top;
}

.lp-nvme-table th {
  background: #f5f5f4;
  font-weight: 700;
}

.lp-nvme-table-wrap--always {
  display: block;
}

/* Deliverables */
.lp-nvme-deliverables {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .lp-nvme-deliverables {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-nvme-deliverable {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 0.85rem;
  padding: 1rem;
}

.lp-nvme-deliverable h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  color: #0f766e;
}

.lp-nvme-deliverable p {
  margin: 0;
  font-size: 0.92rem;
  color: #57534e;
}

.lp-nvme-deliverables-note {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: #57534e;
}

.lp-nvme-cta-wrap {
  margin: 1.25rem 0 0;
}

/* Pillars */
.lp-nvme-pillars {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .lp-nvme-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .lp-nvme-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-nvme-pillar {
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 0.85rem;
  padding: 1rem;
}

.lp-nvme-pillar span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-bottom: 0.5rem;
  border-radius: 999px;
  background: #0f766e;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
}

.lp-nvme-pillar h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
}

.lp-nvme-pillar p {
  margin: 0;
  font-size: 0.9rem;
  color: #57534e;
}

/* Apps */
.lp-nvme-apps {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .lp-nvme-apps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .lp-nvme-apps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-nvme-app {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-top: 3px solid #0f766e;
  border-radius: 0.75rem;
  padding: 1rem;
}

.lp-nvme-app h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
}

.lp-nvme-app p {
  margin: 0;
  font-size: 0.9rem;
  color: #57534e;
}

/* Commercial */
.lp-nvme-terms {
  margin: 0;
  padding-left: 1.15rem;
}

.lp-nvme-terms li {
  margin-bottom: 0.4rem;
}

/* Trust */
.lp-nvme-trust-tags {
  font-size: 0.88rem;
  color: #78716c;
  margin: 0 0 1rem;
}

.lp-nvme-quote {
  margin: 0;
  padding: 1rem 1.15rem;
  border-left: 4px solid #c2410c;
  background: #fafaf9;
  border-radius: 0 0.75rem 0.75rem 0;
  font-style: italic;
  color: #44403c;
}

.lp-nvme-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-size: 0.85rem;
  color: #78716c;
}

.lp-nvme-trust-docs {
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

/* Credentials gallery — full layout (self-contained; do not rely on ad-landing-credentials.css alone) */
.lp-nvme-section.lp-nvme-credentials {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 2rem;
}

#lp-credentials.lp-nvme-credentials,
#lp-credentials.lp-gcc-credentials {
  background: linear-gradient(180deg, #f5efe6 0%, #fff 100%);
  border: 1px solid #e7ddd0;
  border-radius: 1rem;
  padding: 1.25rem 1rem;
}

@media (min-width: 768px) {
  #lp-credentials.lp-nvme-credentials,
  #lp-credentials.lp-gcc-credentials {
    padding: 1.5rem 1.25rem;
  }
}

#lp-credentials .lp-nvme-section-title,
#lp-credentials .lp-gcc-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 1rem;
  color: #1c1917;
}

#lp-credentials .lp-nvme-section-title::before,
#lp-credentials .lp-gcc-section-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 2rem;
  background: #0f766e;
  border-radius: 2px;
  flex-shrink: 0;
}

#lp-credentials .lp-nvme-section-lead,
#lp-credentials .lp-gcc-section-lead {
  color: #57534e;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  max-width: 52rem;
}

#lp-credentials .lp-nvme-cred-group-title,
#lp-credentials .lp-gcc-cred-group-title {
  margin: 1.25rem 0 0.65rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #57534e;
}

#lp-credentials .lp-nvme-cred-group-title:first-of-type,
#lp-credentials .lp-gcc-cred-group-title:first-of-type {
  margin-top: 0.35rem;
}

#lp-credentials .lp-nvme-cred-grid,
#lp-credentials .lp-nvme-cred-grid--3,
#lp-credentials .lp-gcc-cred-grid,
#lp-credentials .lp-gcc-cred-grid--3 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
}

@media (min-width: 520px) {
  #lp-credentials .lp-nvme-cred-grid,
  #lp-credentials .lp-nvme-cred-grid--3,
  #lp-credentials .lp-gcc-cred-grid,
  #lp-credentials .lp-gcc-cred-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

#lp-credentials .lp-nvme-cred,
#lp-credentials .lp-gcc-cred {
  margin: 0;
  min-width: 0;
  border: 1px solid #e7e5e4;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}

#lp-credentials .lp-nvme-cred-media,
#lp-credentials .lp-gcc-cred-media {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

#lp-credentials .lp-nvme-cred--landscape .lp-nvme-cred-media,
#lp-credentials .lp-gcc-cred--landscape .lp-gcc-cred-media {
  aspect-ratio: 4 / 3;
}

#lp-credentials .lp-nvme-cred--portrait .lp-nvme-cred-media,
#lp-credentials .lp-gcc-cred--portrait .lp-gcc-cred-media {
  aspect-ratio: 3 / 4;
}

#lp-credentials .lp-nvme-cred-media img,
#lp-credentials img.lp-nvme-cred-thumb,
#lp-credentials .lp-gcc-cred-media img,
#lp-credentials img.lp-gcc-cred-thumb {
  position: absolute;
  inset: 0.15rem;
  width: calc(100% - 0.3rem) !important;
  height: calc(100% - 0.3rem) !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  display: block;
  object-fit: contain;
  object-position: center;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}

#lp-credentials .lp-nvme-cred figcaption,
#lp-credentials .lp-gcc-cred figcaption {
  margin: 0;
  padding: 0.3rem 0.4rem 0.35rem;
  border-top: 1px solid #f5f5f4;
  background: #fafaf9;
  font-size: 0.68rem;
  font-weight: 600;
  color: #78716c;
  text-align: center;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Contact */
.lp-nvme-contact-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 480px) {
  .lp-nvme-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-nvme-contact-label {
  margin: 0 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #78716c;
}

.lp-nvme-form-hint {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: #78716c;
}

/* FAQ */
.lp-nvme-faq-group {
  margin: 1.25rem 0 0.65rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0f766e;
}

.lp-nvme-faq details {
  margin-bottom: 0.5rem;
  border: 1px solid #e7e5e4;
  border-radius: 0.65rem;
  background: #fff;
}

.lp-nvme-faq summary {
  padding: 0.75rem 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.lp-nvme-faq summary::-webkit-details-marker {
  display: none;
}

.lp-nvme-faq details[open] summary {
  border-bottom: 1px solid #e7e5e4;
}

.lp-nvme-faq details p {
  margin: 0;
  padding: 0.75rem 1rem 1rem;
  font-size: 0.92rem;
  color: #57534e;
}

/* Inquiry section header */
.lp-nvme-inquiry {
  padding-top: 2rem;
  border-top: 3px solid #0f766e;
  background: linear-gradient(180deg, #f5efe6 0%, transparent 100%);
}

/* Landing shell (shared with show.blade.php) */
.lp-landing-shell {
  background: #f5efe6;
  min-height: 50vh;
  padding: 1.5rem 0 2.5rem;
}

.lp-landing-shell--form {
  padding-bottom: 6rem;
}

.lp-landing-shell--form .lp-landing-body {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .lp-landing-shell--form {
    padding-bottom: 2.5rem;
  }
}

.lp-landing-container {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75rem;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .lp-landing-container {
    padding: 0 1rem;
  }
}

.lp-landing-article {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e7ddd0;
  box-shadow: 0 4px 24px rgba(28, 25, 23, 0.07);
  overflow: hidden;
}

.lp-landing-body {
  padding: 1.5rem 1rem;
}

@media (min-width: 640px) {
  .lp-landing-body {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .lp-landing-body {
    padding: 2.5rem 2rem;
  }
}

#landing-inquiry-section,
#lp-credentials,
#lp-contact,
#lp-faq,
#lp-commercial,
#lp-deliverables,
#lp-pn,
#lp-2280,
#lp-2242,
#lp-formfactor {
  scroll-margin-top: 5.5rem;
}

#landing-inquiry-section {
  padding: 1.25rem 1rem 2rem;
  margin-bottom: 0;
  background: #fff;
  border-top: 2px solid #fcd34d;
}

@media (min-width: 640px) {
  #landing-inquiry-section {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}

.lp-landing-inquiry-wrap {
  border-top: 0;
  background: transparent;
  padding: 0;
}

#landing-inquiry-form {
  position: relative;
  max-width: 32rem;
  margin: 0 auto;
}

#landing-inquiry-form.is-submitting {
  pointer-events: none;
}

#landing-inquiry-form h2 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 800;
  color: #1c1917;
  margin: 0 0 0.5rem;
}

#landing-inquiry-form > p {
  text-align: center;
  color: #57534e;
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
}

#landing-inquiry-form .space-y-4 > * + *,
#landing-inquiry-form .space-y-5 > * + * {
  margin-top: 1rem;
}

#landing-inquiry-form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #44403c;
  margin-bottom: 0.35rem;
}

#landing-inquiry-form input[type="text"],
#landing-inquiry-form input[type="email"],
#landing-inquiry-form input[type="tel"],
#landing-inquiry-form input[type="number"],
#landing-inquiry-form select,
#landing-inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.65rem 1rem;
  font-size: 16px;
  border: 1px solid #d6d3d1;
  border-radius: 0.75rem;
  margin-bottom: 0.25rem;
}

#landing-inquiry-form button[type="submit"] {
  width: 100%;
  min-height: 52px;
  margin-top: 0.5rem;
  border: none;
  border-radius: 0.75rem;
  background: #c2410c;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

#landing-inquiry-form button[type="submit"]:hover {
  background: #ea580c;
}

.lp-part-select-card input[type="radio"]:checked + .lp-part-select-card-body {
  border-color: #0f766e;
  box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.18);
  background: #f0fdfa;
}

.lp-sticky-cta {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0.75rem;
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid #e7ddd0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .lp-sticky-cta {
    display: none;
  }
}

.lp-sticky-cta.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.lp-sticky-cta .lp-nvme-btn {
  margin: 0;
  width: 100%;
}

.lp-preview-banner {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.lp-preview-banner--warn {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  color: #78350f;
}

.lp-preview-banner--info {
  background: #f0fdfa;
  border: 1px solid #5eead4;
  color: #115e59;
}

.lp-preview-banner code {
  font-size: 0.8em;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
  word-break: break-all;
}

/* Part select cards (inquiry form) */
.lp-part-select-cards {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lp-part-select-card {
  display: block;
  cursor: pointer;
}

.lp-part-select-card input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-part-select-card-body {
  display: block;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d6d3d1;
  border-radius: 0.75rem;
  background: #fff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lp-part-select-grade {
  display: block;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3;
  color: #1c1917;
}

.lp-part-select-spec {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #57534e;
}

.lp-part-select-pn {
  display: block;
  margin-top: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.6875rem;
  line-height: 1.35;
  color: #78716c;
  word-break: break-all;
}

.lp-part-select-help {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #44403c;
}

.lp-part-select-card--help .lp-part-select-card-body {
  background: #fafaf9;
}

.lp-part-select-oneline {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: #1c1917;
  word-break: break-word;
}

.lp-part-select-card-body:has(.lp-part-select-oneline) {
  padding: 0.5rem 0.65rem;
}

.lp-part-select--flash .lp-part-select-card input[type="radio"]:checked + .lp-part-select-card-body {
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.35);
}

#landing-inquiry-form .flex {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

#landing-inquiry-form .flex input[type="text"] {
  flex: 1;
  min-width: 0;
}

#landing-inquiry-form textarea {
  min-height: 120px;
  resize: vertical;
}

#landing-inquiry-form select,
#landing-inquiry-form .lp-form-select {
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.25rem;
}

#landing-inquiry-form .lp-form-select--flash {
  box-shadow: 0 0 0 3px rgba(194, 65, 12, 0.35);
  border-color: #c2410c;
}

@media (max-width: 639px) {
  #landing-inquiry-form select,
  #landing-inquiry-form .lp-form-select {
    font-size: 14px;
    line-height: 1.35;
    white-space: normal;
  }
}
