.commerce-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 140px 28px 24px;
  color: #182537;
}
.commerce-heading {
  margin-bottom: 40px;
}
.commerce-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #537193;
}
.commerce-heading h1 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  margin: 12px 0;
  color: #142438;
}
.commerce-heading > p {
  color: #627185;
  line-height: 1.8;
  font-size: 16px;
}
.commerce-pricing {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  border: 1px solid #dce4ed;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 48px #233a5410;
}
.commerce-product {
  padding: 38px 42px;
}
.commerce-tag {
  display: inline-flex;
  border: 1px solid #dce9fa;
  border-radius: 6px;
  background: #f0f6ff;
  color: #2364b2;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 600;
}
.commerce-product h2 {
  font-size: 29px;
  font-weight: 700;
  margin: 18px 0 8px;
}
.commerce-muted {
  color: #6b7788;
  line-height: 1.8;
}
.commerce-features {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 22px;
}
.commerce-features li {
  display: flex;
  gap: 14px;
}
.commerce-features li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #edf6f1;
  color: #258657;
  font-size: 13px;
}
.commerce-features strong {
  font-size: 15px;
  font-weight: 600;
}
.commerce-features p {
  font-size: 13px;
  color: #69798a;
  line-height: 1.7;
  margin: 4px 0 0;
}
.commerce-offer {
  padding: 42px 36px;
  background: #f7faff;
  border-left: 1px solid #e1e9f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commerce-price {
  font-size: 76px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 12px 0;
}
.commerce-price > span:first-child {
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  margin: 13px 8px 0 0;
  letter-spacing: 0;
}
.commerce-price .commerce-term {
  font-size: 15px;
  font-weight: 400;
  color: #718095;
  letter-spacing: 0;
  margin-left: 8px;
}
.commerce-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 50px;
  background: #1764d3;
  color: white;
  border: 1px solid #1764d3;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}
.commerce-primary:hover {
  background: #1155b7;
}
.commerce-offer > .commerce-primary {
  margin-top: 28px;
}
.commerce-small {
  font-size: 12px;
  line-height: 1.8;
  color: #758297;
}
.commerce-offer > .commerce-small {
  margin-top: 10px;
  text-align: center;
}
.commerce-offer-note {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #dfe7f1;
  font-size: 13px;
  line-height: 1.9;
  color: #68788c;
}
.commerce-offer-note strong {
  color: #35475d;
}
.commerce-offer-note p {
  margin: 7px 0;
}
.commerce-offer-note a,
.commerce-purchase-notes a,
.commerce-consent a {
  color: #1764c6;
}
.commerce-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 36px;
}
.commerce-notes article > span {
  font-size: 11px;
  color: #8c9bad;
  letter-spacing: 0.1em;
}
.commerce-notes h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0;
}
.commerce-notes p {
  font-size: 13px;
  line-height: 1.9;
  color: #6c7989;
}
.commerce-footer {
  border-top: 1px solid #e0e6ed;
  margin-top: 40px;
  padding: 24px 0 6px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: #788697;
}
.commerce-footer nav {
  display: flex;
  gap: 22px;
}
.commerce-footer a:hover {
  color: #1764d3;
}
.commerce-breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #8290a1;
  margin-bottom: 22px;
}
.commerce-breadcrumb a {
  color: #4d647f;
}
.commerce-checkout {
  padding-top: 118px;
}
.checkout-heading {
  margin-bottom: 26px;
}
.checkout-heading h1 {
  font-size: 34px;
  margin: 8px 0;
}
.checkout-heading > p {
  font-size: 14px;
}
.commerce-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr);
  gap: 24px;
  align-items: stretch;
}
.commerce-checkout-left {
  display: grid;
  gap: 20px;
}
.commerce-panel {
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 16px;
  padding: 26px;
}
.commerce-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.commerce-panel h2 {
  font-size: 17px;
  font-weight: 650;
}
.commerce-line-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0;
}
.commerce-line-item img {
  width: 52px;
  height: 52px;
  border-radius: 13px;
}
.commerce-line-item h3 {
  font-size: 16px;
  font-weight: 650;
}
.commerce-line-item p {
  font-size: 12px;
  line-height: 1.8;
  color: #758295;
  margin-top: 4px;
}
.commerce-line-item > strong {
  font-size: 16px;
  margin-left: auto;
  white-space: nowrap;
}
.commerce-order-details {
  display: grid;
  gap: 13px;
  font-size: 13px;
}
.commerce-order-details > div,
.commerce-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.commerce-order-details dt,
.commerce-totals dt {
  color: #788596;
}
.commerce-order-details dd {
  text-align: right;
}
.commerce-inline-note {
  background: #f6f8fb;
  color: #738196;
  padding: 11px 13px;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
.commerce-methods {
  border: 0;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-width: 0;
}
.commerce-method {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 12px;
  border: 1px solid #dde4ed;
  border-radius: 10px;
  cursor: pointer;
}
.commerce-method:has(input:checked) {
  border-color: #347ee0;
  background: #f5f9ff;
  box-shadow: 0 0 0 1px #347ee0;
}
.commerce-method input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.commerce-method:has(input:focus-visible) {
  outline: 3px solid #88b7f5;
  outline-offset: 3px;
}
.commerce-payment-logo {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}
.commerce-method-description {
  font-size: 12px;
  color: #788696;
  line-height: 1.8;
}
.commerce-method strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.commerce-method small {
  display: block;
  font-size: 10px;
  line-height: 1.8;
  color: #788696;
}
.commerce-radio {
  width: 14px;
  height: 14px;
  border: 1px solid #c9d2df;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}
.commerce-method:has(input:checked) .commerce-radio {
  border: 4px solid #2975d9;
  background: #fff;
}
.commerce-total {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 32px #26374d08;
}
.commerce-total h2 {
  margin: 10px 0 26px;
}
.commerce-totals {
  display: grid;
  gap: 15px;
  font-size: 13px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8edf3;
}
.commerce-due {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 0 8px;
}
.commerce-due > span {
  font-size: 13px;
}
.commerce-due strong {
  font-size: 34px;
  letter-spacing: -0.04em;
  font-weight: 700;
}
.commerce-due small {
  font-size: 19px;
  margin-right: 3px;
}
.commerce-consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.9;
  color: #718095;
  margin: auto 0 18px;
  padding-top: 24px;
}
.commerce-consent input {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 4px;
  accent-color: #1764d3;
}
.commerce-total .commerce-primary {
  width: 100%;
}
.commerce-primary:disabled {
  background: #e9eef5;
  border-color: #e1e7ef;
  color: #7e8ea3;
  cursor: not-allowed;
}
.commerce-availability {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #8a754e;
  margin-top: 11px;
}
.commerce-back {
  display: block;
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  color: #6d7f95;
}
.commerce-purchase-notes {
  margin-top: 28px;
  max-width: 750px;
}
.commerce-purchase-notes h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.commerce-purchase-notes p {
  font-size: 12px;
  line-height: 1.9;
  color: #748195;
}
.commerce-page a:focus-visible,
.commerce-page button:focus-visible {
  outline: 3px solid #88b7f5;
  outline-offset: 4px;
}
.commerce-page a:hover {
  text-decoration: underline;
}
.commerce-page .commerce-primary:hover {
  text-decoration: none;
}
@media (max-width: 800px) {
  .commerce-page {
    padding: 112px 20px 24px;
  }
  .commerce-heading h1 {
    font-size: 30px;
  }
  .commerce-pricing,
  .commerce-checkout-grid {
    grid-template-columns: 1fr;
  }
  .commerce-offer {
    border-left: 0;
    border-top: 1px solid #e1e9f2;
  }
  .commerce-notes {
    gap: 20px;
  }
  .commerce-footer {
    flex-direction: column;
    gap: 14px;
  }
  .commerce-total {
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .commerce-product,
  .commerce-offer {
    padding: 26px;
  }
  .commerce-notes {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .commerce-panel {
    padding: 20px;
  }
  .commerce-methods {
    grid-template-columns: 1fr;
  }
  .commerce-line-item {
    flex-wrap: wrap;
  }
  .commerce-line-item > strong {
    margin-left: 66px;
  }
  .commerce-heading > p {
    font-size: 14px;
  }
  .commerce-price {
    font-size: 64px;
  }
  .commerce-footer nav {
    flex-wrap: wrap;
  }
  .commerce-order-details dd {
    max-width: 65%;
  }
}
