.rental-section { padding-block: 34px 76px; }
.rental-breadcrumb { display: inline-block; padding-block: 8px; font-size: 12px; color: var(--muted); }
.rental-breadcrumb:hover { color: var(--accent-ink); }
.rental-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding-block: 26px 38px; }
.rental-heading h1 { font-family: AtomDisplay, 'Arial Narrow', sans-serif; font-size: clamp(44px, 5vw, 72px); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; margin-top: 16px; }
.rental-heading > p { max-width: 200px; font-size: 14px; line-height: 1.7; color: var(--muted); padding-bottom: 4px; }
.rental-showcase { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
.rental-product { background: #fff; color: #242722; padding: 24px; display: flex; flex-direction: column; min-width: 0; }
.product-label { display: flex; gap: 12px; font-size: 11px; }
.product-label > span:first-child { color: #64665f; }
.rental-product img { width: 100%; height: 360px; object-fit: contain; margin: 14px auto; flex: 1; min-height: 0; }
.rental-product figcaption { display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 10px; color: #64665f; }
.rental-product figcaption > span:first-child { font-family: AtomDisplay, sans-serif; color: #242722; font-size: 23px; }
.rental-tariff { background: #242722; color: #f5f3ed; padding: 38px; display: flex; flex-direction: column; align-items: stretch; }
.tariff-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.tariff-heading h2 { font: 700 28px/1.15 AtomDisplay, 'Arial Narrow', sans-serif; letter-spacing: -.02em; }
.tariff-heading > span { font-size: 28px; color: #b6bbaf; }
.tariff-price { margin-top: 34px; }
.tariff-price strong { display: block; font: 700 clamp(52px, 5.6vw, 80px)/1 AtomDisplay, 'Arial Narrow', sans-serif; color: #ff803e; letter-spacing: -.04em; white-space: nowrap; }
.tariff-price > span { display: block; font-size: 14px; margin-top: 9px; color: #c3c7bb; }
.tariff-included { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.tariff-included > span { border: 1px solid #626759; padding: 6px 10px; font-size: 11px; }
.tariff-terms { font-size: 12px; line-height: 1.75; margin-block: 22px 26px; color: #c3c7bb; }
.rental-call { margin-top: auto; background: #ff803e; color: #20231f; }
.tariff-payment { display: flex; justify-content: space-between; gap: 16px; margin-top: 18px; padding-block: 5px; font-size: 12px; color: #f5f3ed; }
.tariff-payment:hover { color: #ff995f; }
.rental-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; border: 1px solid var(--line); }
.rental-feature { padding: 28px; border-right: 1px solid var(--line); }
.rental-feature:last-child { border-right: 0; }
.feature-number { display: block; font-size: 10px; color: var(--muted); margin-bottom: 24px; }
.rental-feature h3 { font: 700 25px/1.2 AtomDisplay, 'Arial Narrow', sans-serif; margin-bottom: 12px; }
.rental-feature p { font-size: 13px; line-height: 1.75; color: var(--muted); }
.sale-section { background: var(--soft); }
.sale-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 36px; }
.purchase-options { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.purchase-option { display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); padding: 24px 12px; flex: 1; transition: background .2s; }
.purchase-option:hover { background: var(--paper); }
.purchase-option > div { display: flex; align-items: center; gap: 18px; }
.option-number { font-size: 10px; color: var(--muted); }
.purchase-option h3 { font: 700 24px/1.2 AtomDisplay, 'Arial Narrow', sans-serif; }
.purchase-option > p { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 12px; padding-left: 31px; }
.purchase-option strong { font-size: 24px; font-weight: 500; letter-spacing: -.03em; white-space: nowrap; }
.purchase-option > p > span { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.sale-product { background: white; display: flex; align-items: center; padding: 24px; }
.sale-product img { width: 100%; height: auto; object-fit: contain; }
.rental-help p { font: 700 30px/1.2 AtomDisplay, 'Arial Narrow', sans-serif; max-width: 740px; letter-spacing: -.02em; }
.rental-help .button { flex-shrink: 0; min-width: 210px; }
@media (max-width: 1050px) {
  .rental-tariff { padding: 28px; }
  .rental-heading > p { max-width: 170px; font-size: 13px; }
  .rental-feature { padding: 24px; }
  .rental-feature h3 { font-size: 23px; }
  .sale-grid { gap: 24px; }
}
@media (max-width: 760px) {
  .rental-section { padding-block: 20px 52px; }
  .rental-heading { display: block; padding-block: 20px 28px; }
  .rental-heading h1 { font-size: 48px; }
  .rental-heading .eyebrow { font-size: 9px; }
  .rental-heading > p { max-width: none; margin-top: 16px; font-size: 13px; }
  .rental-showcase { grid-template-columns: 1fr; }
  .rental-product { padding: 20px; }
  .rental-product img { height: auto; aspect-ratio: 4 / 3; margin-block: 16px; flex: none; }
  .rental-product figcaption { font-size: 9px; }
  .rental-tariff { padding: 28px 24px; }
  .tariff-price { margin-top: 26px; }
  .tariff-price strong { font-size: 72px; }
  .tariff-terms { font-size: 13px; }
  .rental-call { font-size: 13px; }
  .rental-features { grid-template-columns: 1fr; }
  .rental-feature { padding: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .rental-feature:last-child { border-bottom: 0; }
  .feature-number { margin-bottom: 14px; }
  .rental-feature h3 { font-size: 26px; }
  .sale-grid { grid-template-columns: 1fr; }
  .sale-product { order: -1; }
  .purchase-option { padding-block: 23px; }
  .purchase-option h3 { font-size: 25px; }
  .rental-help p { font-size: 28px; }
}
@media (max-width: 370px) {
  .rental-heading h1 { font-size: 40px; }
  .rental-tariff { padding: 24px 20px; }
  .tariff-price strong { font-size: 64px; }
  .rental-call { padding-inline: 16px; font-size: 12px; gap: 12px; }
}
