/* Hardware: layout próprio, mantendo a identidade e os controles globais. */
.hardware-page .detail-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 88% 18%, rgba(56,198,255,.23), transparent 35%),
    linear-gradient(135deg, #081a39 0%, #112d61 100%);
  padding: clamp(76px, 9vw, 124px) 0;
}
.hardware-page .detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .94fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hardware-page .detail-hero__inner > * { min-width: 0; }
.hardware-page .detail-hero__kicker,
.hardware-page .detail-section__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hardware-page .detail-hero__kicker { color: #7bdcff; }
.hardware-page .detail-hero__kicker::before,
.hardware-page .detail-section__kicker::before {
  content: "";
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
}
.hardware-page .detail-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 5.5vw, 5.35rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  max-width: 690px;
  margin: 20px 0 24px;
}
.hardware-page .detail-hero h1 span { color: #66d4ff; }
.hardware-page .detail-hero__lead {
  max-width: 590px;
  color: #d5e4f9;
  font-size: clamp(1.08rem, 1.3vw, 1.3rem);
  line-height: 1.7;
}
.hardware-page .detail-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hardware-page .detail-hero__actions .btn--ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hardware-page .detail-hero__actions .btn--ghost:hover { color: #081a39; background: #fff; }
.hardware-page .detail-hero__visual { position: relative; min-width: 0; padding: 0 0 20px 28px; }
.hardware-page .detail-hero__visual::before {
  content: "";
  position: absolute;
  inset: -18px 34px 28px 0;
  border: 1px solid rgba(103,207,255,.43);
  border-radius: 28px;
}
.hardware-page .detail-hero__visual > img {
  position: relative;
  width: 100%;
  max-height: 530px;
  aspect-ratio: 4 / 4.5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,.27);
}
.hardware-page .detail-hero__photo-note {
  position: absolute;
  right: -12px;
  bottom: 2px;
  max-width: 210px;
  padding: 14px 18px;
  border-radius: 16px;
  background: #fff;
  color: #0a1f44;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(0,0,0,.2);
}
.hardware-page .detail-hero__photo-note small { display: block; color: #5a6a85; font-weight: 600; }
.hardware-page .detail-section { padding: clamp(70px, 9vw, 116px) 0; }
.hardware-page .detail-section--light { background: #f5f8ff; }
.hardware-page .detail-section__head { max-width: 700px; margin-bottom: 36px; }
.hardware-page .detail-section__kicker { color: #1456d6; }
.hardware-page .detail-section__head h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -.035em;
  margin: 14px 0;
}
.hardware-page .detail-section__head p { color: #5a6a85; font-size: 1.08rem; }
.hardware-page .hardware-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hardware-page .hardware-service {
  min-width: 0;
  min-height: 245px;
  padding: 27px 24px;
  border: 1px solid #dce7fa;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 35px -27px rgba(10,31,68,.35);
  display: flex;
  flex-direction: column;
}
.hardware-page .hardware-service__num { color: #1e6bff; font-size: .88rem; font-weight: 800; letter-spacing: .12em; }
.hardware-page .hardware-service h3 { font-size: 1.2rem; margin: 20px 0 12px; }
.hardware-page .hardware-service p { color: #5a6a85; font-size: .96rem; }
.hardware-page .hardware-service__bottom { margin-top: auto; padding-top: 18px; color: #1456d6; font-size: .88rem; font-weight: 800; }
.hardware-page .hardware-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.hardware-page .hardware-flow article { border-top: 2px solid #cfe4ff; padding-top: 20px; }
.hardware-page .hardware-flow span { color: #1456d6; font-weight: 800; font-size: .84rem; }
.hardware-page .hardware-flow h3 { margin: 6px 0 8px; font-size: 1.1rem; }
.hardware-page .hardware-flow p { color: #5a6a85; }
.hardware-page .hardware-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hardware-page .hardware-gallery figure {
  overflow: hidden;
  border: 1px solid #dce7fa;
  border-radius: 20px;
  background: #fff;
}
.hardware-page .hardware-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hardware-page .hardware-gallery figcaption { padding: 17px 20px; color: #0a1f44; font-weight: 700; }
.hardware-page .hardware-video {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.hardware-page .hardware-video iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 20px; background: #081a39; }
.hardware-page .hardware-video__caption { color: #5a6a85; margin-top: 12px; }
.hardware-page .detail-final { padding: clamp(62px, 8vw, 94px) 0; color: #fff; background: #102a5c; text-align: center; }
.hardware-page .detail-final h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.hardware-page .detail-final p { color: #d6e6f9; max-width: 650px; margin: 14px auto 26px; }
.hardware-page .detail-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hardware-page .detail-final .btn--ghost { color: #fff; border-color: rgba(255,255,255,.6); }
@media (max-width: 980px) {
  .hardware-page .hardware-services { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 740px) {
  .hardware-page .detail-hero__inner { grid-template-columns: minmax(0, 1fr); }
  .hardware-page .detail-hero__visual { width: min(100%, 500px); margin: 18px auto 0; padding-left: 16px; }
  .hardware-page .detail-hero__visual > img { aspect-ratio: 4 / 3; }
  .hardware-page .detail-hero__photo-note { right: 0; }
  .hardware-page .hardware-flow,
  .hardware-page .hardware-gallery { grid-template-columns: 1fr; }
  .hardware-page .hardware-video { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hardware-page .detail-hero__actions .btn,
  .hardware-page .detail-final__actions .btn { width: 100%; }
  .hardware-page .hardware-services { grid-template-columns: 1fr; }
  .hardware-page .hardware-service { min-height: auto; }
  .hardware-page .detail-hero__photo-note { font-size: .9rem; padding: 11px 14px; }
}
