.cubis-order-page .product-summary {
  border: 1px solid #dce7f1;
  border-radius: 22px;
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.cubis-order-page .product-media {
  border-radius: 22px;
  overflow: hidden;
}

.cubis-order-page .product-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.cubis-order-page .brand-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid #f0bc48;
  border-radius: 999px;
  color: #755100;
  background: #fff8e5;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.cubis-order-page .product-price-panel {
  display: block;
  margin: 24px 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

.cubis-order-page .product-price-panel strong {
  color: #082f55;
  font-size: clamp(26px, 3vw, 34px);
}

.cubis-order-detail {
  margin-top: 30px;
  overflow: visible;
}

.cubis-order-detail .product-tab-list {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  overflow-x: auto;
  padding: 0 28px;
}

.cubis-order-detail .product-tab-list a {
  position: relative;
  flex: 0 0 auto;
  padding: 22px 0 18px;
  color: #08345d;
  font-weight: 700;
  text-decoration: none;
}

.cubis-order-detail .product-tab-list a:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: #f7ad00;
}

.cubis-order-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: clamp(24px, 4vw, 52px);
  padding: clamp(28px, 4vw, 52px);
}

.cubis-order-content > article {
  min-width: 0;
}

.cubis-order-section {
  scroll-margin-top: 150px;
}

.cubis-order-section + .cubis-order-section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e3ebf2;
}

.cubis-order-section h2,
.cubis-order-section h3 {
  color: #082f55;
}

.cubis-order-section p,
.cubis-order-section li {
  color: #526781;
  line-height: 1.75;
}

.cubis-order-section ul {
  padding-left: 22px;
}

.cubis-order-section .technical-spec-list {
  width: 100%;
  max-width: 100%;
}

.cubis-order-section li::marker,
.cubis-order-advantages li::marker {
  color: #f2aa00;
}

.cubis-order-advantages {
  align-self: start;
  position: sticky;
  top: 130px;
  border: 1px solid #f4cf78;
  border-radius: 20px;
  padding: 26px;
  background: #fffbf0;
}

.cubis-order-advantages h2 {
  margin-top: 0;
  color: #082f55;
  font-size: 22px;
}

.cubis-order-advantages li {
  margin: 0 0 13px;
  color: #314d6b;
  line-height: 1.55;
}

.cubis-order-page .download-card[data-request-open] {
  cursor: pointer;
}

@media (max-width: 1050px) {
  .cubis-order-content {
    grid-template-columns: 1fr;
  }

  .cubis-order-advantages {
    position: static;
  }
}

@media (max-width: 700px) {
  .cubis-order-page .product-badge-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .cubis-order-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cubis-order-page .hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .cubis-order-content {
    padding: 24px 20px 30px;
  }
}
