.hardware-hero {
  background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.18), transparent 55%), var(--color-background);
}

.hardware-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);
  gap: var(--space-40);
  align-items: center;
}

@media (max-width: 900px) {
  .hardware-hero__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hardware-eyebrow {
  font-size: var(--font-size-sm);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
}

.hardware-hero__lead {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  max-width: 40rem;
}

.hardware-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
  margin-top: var(--space-24);
}

.hardware-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-8);
  margin-top: var(--space-24);
}

.hardware-hero__media {
  max-width: 32rem;
  justify-self: center;
}

.hardware-hero__figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hardware-overview__grid {
  align-items: stretch;
}

.hardware-overview__image {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}

.hardware-overview__image img {
  border-radius: var(--radius-md);
}

.hardware-overview__image-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.hardware-section-header {
  max-width: 48rem;
  margin: 0 auto var(--space-32);
  text-align: left;
}

.hardware-section-header p {
  color: var(--color-text-muted);
}

.hardware-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hardware-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: var(--space-8);
  font-size: var(--font-size-sm);
}

.hardware-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: var(--color-neutral-400);
}

.hardware-link-inline {
  font-size: var(--font-size-sm);
  text-decoration: underline;
}

.hardware-subgrid {
  align-items: center;
  gap: var(--space-32);
}

.hardware-subgrid--reverse {
  direction: rtl;
}

.hardware-subgrid--reverse > * {
  direction: ltr;
}

.hardware-subgrid__image {
  max-width: 32rem;
  justify-self: center;
}

.hardware-figure {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.hardware-subgrid__content {
  align-self: stretch;
}

.hardware-columns {
  margin-top: var(--space-20);
}

.hardware-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-12);
  margin-top: var(--space-20);
}

.hardware-grid {
  align-items: stretch;
}

.hardware-testimonials {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
  margin-top: var(--space-16);
  margin-bottom: var(--space-8);
}

.hardware-quote {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.hardware-quote p {
  margin-bottom: var(--space-6);
}

.hardware-quote footer {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hardware-faq__grid {
  align-items: flex-start;
  gap: var(--space-24);
}

.hardware-faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  background-color: var(--color-surface);
  padding: var(--space-16) var(--space-20);
  margin-bottom: var(--space-12);
}

.hardware-faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

.hardware-faq-item summary::-webkit-details-marker {
  display: none;
}

.hardware-faq-item summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: var(--color-neutral-500);
}

.hardware-faq-item[open] summary::after {
  content: "–";
}

.hardware-faq-item p {
  margin-top: var(--space-12);
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.hardware-faq__footer {
  margin-top: var(--space-32);
  text-align: left;
}

.hardware-faq__footer p {
  color: var(--color-text-muted);
  margin-bottom: var(--space-16);
}

.hardware-ordering .card h3 {
  margin-bottom: var(--space-12);
}

.hardware-ordering .card p {
  color: var(--color-text-muted);
}

@media (max-width: 768px) {
  .hardware-section-header {
    text-align: left;
  }

  .hardware-hero__media {
    order: -1;
  }
}
