.product-page {
  --product-gutter: clamp(18px, 3vw, 40px);
  --product-section-space: 48px;
  padding: 0 var(--product-gutter);
}

.product-page .product-hero-modern {
  --hero-space: clamp(24px, 3vw, 40px);
  padding: var(--hero-space) clamp(24px, 4.8vw, 76px);
  background: linear-gradient(120deg, #fff 0%, #edf7ff 48%, #b8def4 100%);
  box-shadow: none;
}
.product-page .product-copy h1 span { color: inherit; }
.product-page .product-copy h1 { margin-bottom: 0; }
.product-page .product-hero-modern .product-description,
.product-page .product-hero-modern [data-product-description] {
  margin: var(--hero-space) 0 0;
}
.product-page .product-order-box {
  padding: clamp(24px, 2.2vw, 32px);
  box-shadow: 0 0 12px rgba(25, 39, 72, .05);
}
.product-page .product-hero-modern:has(> .product-order-box) {
  grid-template-rows: 1fr auto;
  row-gap: var(--hero-space);
  padding-bottom: var(--hero-space);
}
.product-page .product-hero-modern > .product-order-box { margin: 0; align-self: end; }
.product-page .product-copy > .product-order-box { margin: var(--hero-space) 0; }
.product-page .product-hero-modern::before,
.product-page .product-hero-modern::after,
.product-page .product-showcase::before,
.product-page .product-box-stage::after { content: none; }

.product-page .product-set-section {
  max-width: 1352px;
  margin: 0 auto;
  padding: var(--product-section-space) 0;
  background: #fff;
  box-shadow: none;
}
.product-page .product-set-section > h2 {
  margin: 0 0 28px; color: var(--page-heading);
  font-size: var(--page-title-size); line-height: 1.15;
}
.product-page .product-set-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px; align-items: start;
}
.product-page .product-set-list { list-style: none; margin: 0; padding: 0; }
.product-page .product-set-list li { position: relative; min-height: 26px; margin: 0 0 8px; padding: 1px 0 0 38px; }
.product-page .product-set-list li:last-child { margin-bottom: 0; }
.product-page.product-page .product-set-list li::before {
  content: "✦";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #edf7ff;
  color: #016195;
  font-size: 16px;
  line-height: 1;
}
.product-page .product-set-list strong { color: var(--page-heading); font-size: 18px; }
.product-page .product-set-list p { margin: 0; color: var(--page-text); font-size: 16px; line-height: 1.45; }
.product-page .product-set-price { width: max-content; max-width: 260px; padding: 14px 20px; background: #edf7ff; border: 0; }
.product-page .product-set-price-label { margin: 0 0 4px; color: var(--page-text); font-size: 13px; }
.product-page .product-set-price-value {
  margin: 0; color: #016195; font-size: 26px;
  font-weight: 800; line-height: 1.2; overflow-wrap: anywhere;
}
.product-page .product-set-price .primary-mail { max-width: 100%; }

.product-page.product-page *,
.product-page.product-page *::before,
.product-page.product-page *::after {
  border-radius: 0;
}

.product-page .product-hero-modern,
.product-page .order-product-section {
  width: calc(100% + var(--product-gutter) + var(--product-gutter));
  max-width: none;
  margin-left: calc(0px - var(--product-gutter));
  margin-right: calc(0px - var(--product-gutter));
}

.product-page .order-product-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-top: var(--product-section-space);
  padding: 36px clamp(28px, 4vw, 56px);
  background: var(--page-warm);
  color: var(--page-heading);
  box-shadow: 0 18px 52px rgba(9, 33, 69, .08);
}
.product-page .order-product-section h2 { max-width: none; margin: 6px 0 12px; }
.product-page .order-product-section p {
  max-width: 980px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--page-text);
}
.product-page .order-product-section .hero-kicker { color: #8a6500; }

/* Rounded product presentation on the first screen. */
.product-page .product-hero-modern .product-showcase,
.product-page .product-hero-modern .product-showcase::before,
.product-page .product-hero-modern .product-box-stage,
.product-page .product-hero-modern .product-box-stage img {
  border-radius: 28px;
}
.product-page .product-hero-modern .product-box-stage::after,
.product-page .product-hero-modern .showcase-orbit,
.product-page .product-hero-modern .product-price-bubble {
  border-radius: 50%;
}

/* Keep rounded corners on interactive controls. */
.product-page.product-page .primary-mail,
.product-page.product-page .secondary-link,
.product-page.product-page .back-link-modern,
.product-page.product-page .product-nav-strip a,
.product-page.product-page button { border-radius: 10px; }
.product-page.product-page .modern-card-bottom { border-radius: 999px; }
.product-page.product-page .modern-card-bottom b { border-radius: 50%; }

.product-page .product-document {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: 1352px; margin: 0 auto; padding: 22px 28px; background: #edf7ff;
}
.product-page .product-document h2 {
  margin: 0 0 6px; color: var(--page-heading);
  font: 800 22px/1.25 var(--font-body);
}
.product-page .product-document p { margin: 0; color: var(--page-text); font-size: 14px; }
.product-page.product-page .product-document .feature-button { border-radius: 10px; flex-shrink: 0; }
.product-page .product-document .feature-button:hover { background: #dceefa; }
.product-page .product-document .feature-button:focus-visible { outline: 3px solid #016195; outline-offset: 3px; }

/* Price belongs to the composition panel, anchored at its lower right. */
.product-page .product-set-layout {
  padding: 24px; background: #f7fbff;
} 
.product-page .product-set-price {
  margin: 0; align-self: start; justify-self: end;
}
.product-page .product-set-list p,
.product-page .product-set-price-label,
.product-page .product-document p { font-size: 16px; }
.product-page .back-link-modern {
  background: #fff; color: #016195; box-shadow: none;
}
.product-page .product-order-box .primary-mail {
  width: auto; max-width: 100%; white-space: nowrap;
}
.product-page .product-copy h1 { overflow-wrap: anywhere;line-height: 1.15;
letter-spacing: -1px; }
@media (max-width: 640px) {
  .product-page .product-set-layout { padding: 20px; }
  .product-page .product-order-box .primary-mail { white-space: normal; }
}

@media (max-width: 980px) {
  .product-page .product-hero-modern { padding-inline: 20px; }
  .product-page .product-hero-modern:has(> .product-order-box) { grid-template-rows: auto auto auto; }
  .product-page .product-set-layout { grid-template-columns: 1fr; gap: 24px; }
  .product-page .order-product-section { grid-template-columns: minmax(0, 1fr); }
  .product-page .order-product-section .primary-mail { justify-self: start; }
}
@media (max-width: 640px) {
  .product-page .product-document { align-items: flex-start; flex-direction: column; gap: 16px; padding: 20px; }
  .product-page .product-set-section { padding: var(--product-section-space) 8px; }
  .product-page { --product-gutter: 12px; --product-section-space: 32px; }
  .product-page .order-product-section { padding: 24px 20px; }
  .product-page .order-product-section .primary-mail { max-width: 100%; overflow-wrap: anywhere; }
}
