/* Electro HUB — PDP app stores + manual */
.eh-pdp-resources {
  padding: 0.5rem 0 2.25rem;
  background: #0a0a0a;
  border: 0 !important;
}
/* Kill gray rails around this block (specs alt + related/acc) */
.eh-pdp-section#specs.eh-pdp-section-alt {
  border-bottom: none !important;
}
.eh-pdp-resources + .eh-pdp-acc-section,
.eh-pdp-resources + .eh-pdp-section,
.eh-pdp-resources + .eh-pdp-section-alt {
  border-top: none !important;
}
.eh-pdp-acc-section {
  border-top: none !important;
}
.eh-pdp-res-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 1.5rem 1.35rem 1.45rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(196,30,58,0.14), transparent 55%),
    linear-gradient(180deg, #141414 0%, #0e0e0e 100%);
  box-shadow: 0 18px 48px rgba(0,0,0,0.35);
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 820px) {
  .eh-pdp-res-card {
    grid-template-columns: 1.15fr 0.95fr;
    align-items: center;
    padding: 1.75rem 1.85rem;
    gap: 1.75rem;
  }
}
.eh-pdp-res-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C41E3A;
}
.eh-pdp-res-copy h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
}
.eh-pdp-res-lead {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.68);
  max-width: 34rem;
}
.eh-pdp-res-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: stretch;
}
.eh-pdp-store-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between !important;
  width: 100%;
}
.eh-pdp-store {
  display: block !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: calc(50% - 0.4rem);
  line-height: 0;
  text-decoration: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.eh-pdp-store--ios {
  margin-right: auto;
}
.eh-pdp-store--play {
  margin-left: auto;
}
.eh-pdp-store:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}
.eh-pdp-store-badge {
  display: block !important;
  width: auto !important;
  height: 44px !important;
  max-width: 100% !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.eh-pdp-manual {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.7rem 0.95rem;
  border-radius: 14px;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.35);
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  margin-top: 0.15rem;
}
.eh-pdp-manual:hover {
  border-color: rgba(255,255,255,0.32);
  background: rgba(20,20,20,0.85);
  transform: translateY(-1px);
}
.eh-pdp-manual-ico {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(196,30,58,0.18);
  color: #ff6b81;
  border: 1px solid rgba(196,30,58,0.35);
}
.eh-pdp-manual-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}
.eh-pdp-manual-text strong {
  font-size: 0.95rem;
  font-weight: 650;
  color: #fff;
}
.eh-pdp-manual-text span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

.eh-pdp-resources + .eh-pdp-section#related,
.eh-pdp-resources ~ .eh-pdp-section#related {
  border-top: none !important;
}
.eh-pdp-section#specs.eh-pdp-section-alt + .eh-pdp-resources {
  margin-top: -0.25rem;
}

@media (max-width: 480px) {
  .eh-pdp-store-badge { height: 36px !important; }
}
