.rs-product-shell {
  width: 100%;
  background:
    radial-gradient(circle at top right, rgba(51, 107, 191, 0.16), transparent 22%),
    linear-gradient(180deg, #111827 0%, #0c1220 42%, #090d16 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
  color: #e9f0fb;
  overflow: hidden;
}

.rs-product-breadcrumbs {
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0 0 18px;
  color: rgba(233, 240, 251, 0.68);
}

.rs-product-breadcrumbs a {
  color: #7fb0ff;
  text-decoration: none;
}

.rs-product-breadcrumbs a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.rs-product-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.rs-product-hero {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.rs-product-media {
  background: linear-gradient(180deg, #161f2d 0%, #101724 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.rs-product-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #336bbf 0%, #234d8a 100%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rs-product-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 290px;
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #d8dee8;
}

.rs-product-image-wrap img {
  max-width: 100%;
  max-height: 280px;
  display: block;
  width: auto;
  height: auto;
}

.rs-product-image-note {
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(233, 240, 251, 0.62);
  text-align: center;
}

.rs-product-summary {
  background: linear-gradient(180deg, #151e2c 0%, #0f1623 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.rs-product-brand {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8faecc;
}

.rs-product-title {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  word-break: break-word;
}

.rs-product-subtitle {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.65;
  color: #d7e3f3;
}

.rs-product-subtitle strong {
  color: #ffffff;
  font-weight: 700;
}

.rs-product-lead {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(233, 240, 251, 0.82);
}

.rs-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.rs-trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #dbe8f8;
  background: rgba(51, 107, 191, 0.16);
  border: 1px solid rgba(127, 176, 255, 0.22);
}

.rs-mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}

.rs-mini-spec {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 13px 14px;
}

.rs-mini-spec-label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8ea7c0;
}

.rs-mini-spec-value {
  display: block;
  font-size: 0.97rem;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
}

.rs-quote-box {
  background:
    radial-gradient(circle at top right, rgba(51, 107, 191, 0.16), transparent 34%),
    linear-gradient(180deg, #182334 0%, #111927 100%);
  border: 1px solid rgba(127, 176, 255, 0.18);
  border-radius: 16px;
  padding: 18px;
}

.rs-quote-box-title {
  margin: 0 0 8px;
  font-size: 1.04rem;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.rs-quote-box-copy {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(233, 240, 251, 0.82);
}

.rs-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}

.rs-qty-field {
  min-width: 120px;
}

.rs-qty-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8ea7c0;
}

.rs-qty-field input {
  width: 50%;
  height: auto;
  margin-left:30px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: #102133;
  font-size: 1rem;
}


.rs-product-lower {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.rs-panel {
  background: linear-gradient(180deg, #151e2c 0%, #0f1623 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.rs-panel h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #ffffff;
}

.rs-panel p {
  margin: 0 0 14px;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(233, 240, 251, 0.82);
}

.rs-checklist,
.rs-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rs-checklist li,
.rs-spec-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 18px;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(233, 240, 251, 0.86);
}

.rs-checklist li:before,
.rs-spec-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4d8ae6;
  transform: translateY(-50%);
}

.rs-spec-list strong,
.rs-checklist strong {
  color: #ffffff;
}

.rs-bottom-cta {
  margin-top: 20px;
  background:
    radial-gradient(circle at top right, rgba(127, 176, 255, 0.14), transparent 25%),
    linear-gradient(135deg, #336bbf 0%, #1b3158 45%, #090d16 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rs-bottom-cta h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #fff;
}

.rs-bottom-cta p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.rs-bottom-cta .site_btn.c2 {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .rs-product-hero {
    grid-template-columns: 1fr;
  }

  .rs-product-lower {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rs-product-shell,
  .rs-product-summary,
  .rs-product-media,
  .rs-panel,
  .rs-bottom-cta {
    border-radius: 16px;
  }

  .rs-product-shell {
    padding: 18px 14px;
  }

  .rs-product-summary,
  .rs-product-media,
  .rs-panel {
    padding: 18px;
  }

  .rs-product-title {
    font-size: 1.55rem;
  }

  .rs-mini-specs {
    grid-template-columns: 1fr;
  }

  .rs-form-row {
    flex-direction: column;
    align-items: stretch;
  }

  .rs-qty-field {
    min-width: 50%;
  }

  .rs-form-row .site_btn.c2,
  .rs-bottom-cta .site_btn.c2 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}