/* Price-page-only bridge to the clear-conversion storefront. */
.ofero-price-page { background: #f7f9f6; color: #101814; }
.ofero-price-page .breadcrumbs,
.ofero-price-page main > .section,
.ofero-price-page main > .page-hero {
  width: min(calc(100% - 48px), 1200px);
  margin-inline: auto;
}
.ofero-price-page main > .page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 16px 32px;
  padding: clamp(24px, 4vw, 48px);
  margin-top: 20px;
  background: #edf5ec;
  color: #101814;
  border: 1px solid #dce7dc;
  border-radius: 12px;
}
.ofero-price-page .page-hero > :not(.price-collection) { grid-column: 1; margin-block: 0; }
.ofero-price-page .page-hero h1 { font-size: clamp(30px, 3.5vw, 48px); line-height: 1.05; letter-spacing: -1.3px; }
.ofero-price-page .page-hero p { color: #536154; }
.ofero-price-page .price-collection { grid-column: 2; grid-row: 1 / span 4; align-self: center; margin: 0; }
.ofero-price-page .price-collection img { display: block; width: 100%; height: auto; border-radius: 8px; }
.ofero-price-page .price-collection figcaption { margin-top: 8px; color: #536154; font-size: 13px; }
.ofero-price-page .hero-actions { gap: 8px; }
.ofero-price-page .button.primary,
.ofero-price-page .price-card-actions a:first-child {
  background: #087424; border-color: #087424; color: white;
}
.ofero-price-page .button.secondary { background: white; border: 1px solid #087424; color: #087424; }
.ofero-price-page .price-card-section { scroll-margin-top: 100px; padding-top: 32px; }
.ofero-price-page #price-comparison { scroll-margin-top: 100px; }
.ofero-price-page .price-table-jump { display: inline-flex; align-items: center; min-height: 44px; color: #087424; font-weight: 750; text-decoration: underline; }
.ofero-price-page .section-head h2 { font-size: clamp(25px, 3vw, 36px); letter-spacing: -.6px; }
.ofero-price-page .price-card-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px; margin: 0; padding: 0; overflow: visible;
}
.ofero-price-page .price-card { border-radius: 10px; box-shadow: none; border: 1px solid #dce5dd; }
.ofero-price-page .price-card-media { background: white; border-bottom: 1px solid #edf1ed; }
.ofero-price-page .price-card-media img { aspect-ratio: 4 / 3; object-fit: contain; }
.ofero-price-page .price-image-note { display: block; padding: 8px 12px; color: #536154; background: #f7f9f6; font-size: 12px; line-height: 1.4; }
.ofero-price-page .price-card-body { padding: 20px; }
.ofero-price-page .price-card-body > strong { color: #087424; font-size: 32px; }
.ofero-price-page .price-card-body dl div:nth-child(n) { display: flex; }
.ofero-price-page .price-card-actions { grid-template-columns: 1fr 1fr; }
.ofero-price-page .price-source-note { padding: 12px 14px; border-left: 3px solid #087424; background: #edf5ec; color: #435047; font-size: 14px; }
.ofero-price-page .price-card-actions a { min-height: 44px; }
.ofero-price-page .price-card-actions a:first-child { grid-column: 1 / -1; }
.ofero-price-page .table-wrap { border: 1px solid #dce5dd; border-radius: 10px; background: white; }
.ofero-price-page .table-actions a { min-height: 44px; display: inline-flex; align-items: center; }
.ofero-price-page a:focus-visible { outline: 3px solid #087424; outline-offset: 3px; }
@media (max-width: 900px) {
  .ofero-price-page .price-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ofero-price-page main > .page-hero { grid-template-columns: 1fr; }
  .ofero-price-page .price-collection { grid-column: 1; grid-row: auto; max-width: 540px; }
}
@media (max-width: 600px) {
  .ofero-price-page .breadcrumbs,
  .ofero-price-page main > .section,
  .ofero-price-page main > .page-hero { width: calc(100% - 28px); }
  .ofero-price-page .price-card-grid { grid-template-columns: 1fr; }
  .ofero-price-page .price-card-body { padding: 18px; }
  .ofero-price-page .hero-actions .button { flex: 1 1 130px; min-height: 44px; }
}
