.pricing-page {
  background: #f2eee4;
}

.pricing-page .public-home-nav a.is-active {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--sek-gold);
}

.pricing-main {
  display: block;
}

.pricing-shell {
  width: min(calc(100% - 84px), 1280px);
  margin: 0 auto;
}

.pricing-hero {
  padding: 40px 0 112px;
  color: #f1ede2;
  background:
    linear-gradient(90deg, rgba(216, 199, 154, 0.08) 1px, transparent 1px) 0 0 / 96px 100%,
    #17140f;
  border-bottom: 6px double var(--sek-gold);
}

.pricing-kicker {
  margin-bottom: 14px;
  color: #9a7d37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pricing-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  align-items: end;
  gap: 64px;
}

.pricing-hero .pricing-kicker {
  color: #d8c79a;
}

.pricing-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.pricing-hero p {
  max-width: 560px;
  margin: 0;
  color: #bdb7aa;
  font-size: 15px;
  line-height: 1.58;
}

.pricing-hero-aside {
  padding: 2px 0 2px 24px;
  border-left: 1px solid rgb(216 199 154 / 36%);
}

.pricing-plans {
  position: relative;
  z-index: 2;
  margin-top: -78px;
  padding-bottom: 64px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.pricing-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  color: var(--sek-ink);
  background: #fbf9f3;
  border: 1px solid #cec4b2;
  border-top: 4px solid #b9a267;
  box-shadow: 0 18px 44px rgba(43, 34, 23, 0.08);
}

.pricing-card.is-featured {
  border-top-color: #8f773d;
  box-shadow: 0 24px 56px rgba(43, 34, 23, 0.15);
}

.pricing-card-minutes {
  scroll-margin-top: 24px;
}

.pricing-card-minutes.is-authenticated {
  padding-bottom: 9px;
}

.pricing-card-minutes .pricing-plan-index {
  color: #7c6838;
  text-transform: uppercase;
}

.pricing-badge {
  position: absolute;
  top: 20px;
  right: 22px;
  padding: 6px 9px 5px;
  color: #282219;
  background: #d8c79a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-plan-head {
  min-height: 144px;
  padding-top: 4px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d8d0c0;
}

.pricing-plan-index {
  margin-bottom: 12px;
  color: #8a806f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pricing-plan-head h2 {
  margin: 0;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.pricing-plan-head p {
  max-width: 310px;
  margin: 16px 0 0;
  color: #6f675b;
  font-size: 13px;
  line-height: 1.55;
}

.pricing-promo-note {
  max-width: 560px;
  margin-top: 14px !important;
  padding: 12px 14px;
  color: #d3ccbe !important;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(216 199 154 / 24%);
}

.pricing-promo-note strong {
  color: #eadcb8;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 21px 0 16px;
}

.pricing-price strong {
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.pricing-price-values {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pricing-price-values del {
  color: #8a8175;
  font-size: 13px;
  line-height: 1;
  text-decoration-thickness: 1px;
}

.pricing-price-discount em {
  align-self: center;
  padding: 4px 7px;
  color: #282219;
  background: #d8c79a;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pricing-price span,
.pricing-hours span {
  color: #766e62;
  font-size: 12px;
}

.pricing-hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 15px;
  background: #ece6d9;
  border-left: 3px solid var(--sek-gold);
}

.pricing-hours strong {
  font-size: 19px;
}

.pricing-features {
  min-height: 0;
  margin: 18px 0 21px;
  padding: 0;
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding: 8px 0 8px 19px;
  color: #514a40;
  border-bottom: 1px solid #e5ded1;
  font-size: 13px;
  line-height: 1.45;
}

.pricing-features li::before {
  position: absolute;
  top: 13px;
  left: 2px;
  width: 6px;
  height: 6px;
  content: "";
  background: #a48b4d;
  transform: rotate(45deg);
}

.pricing-features a {
  color: #3d372e;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pricing-feature-limit strong {
  color: #3d372e;
  font-size: 15px;
}

.pricing-soon {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  color: #4a4028;
  background: #e7ddc2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: 1px;
}

.pricing-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  color: #fff !important;
  background: var(--sek-ink);
  border: 1px solid var(--sek-ink);
  border-radius: 2px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.pricing-cta:hover {
  color: var(--sek-ink) !important;
  background: #d8c79a;
  border-color: #d8c79a;
}

.pricing-card.is-featured .pricing-cta {
  color: #fff !important;
  background: var(--sek-ink);
  border-color: var(--sek-ink);
}

.pricing-card.is-featured .pricing-cta:hover {
  color: var(--sek-ink) !important;
  background: #d8c79a;
  border-color: #d8c79a;
}

.pricing-cta:disabled {
  cursor: wait;
  opacity: 0.68;
}

.pricing-payment-status {
  min-height: 20px;
  margin: 18px 4px 0;
  color: #6f675b;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.pricing-payment-status.is-error {
  color: var(--sek-brand-red);
}

.pricing-receipt-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border: 1px solid #b8ac98;
  border-radius: 3px;
  color: #27231d;
  background: #fbf9f3;
  box-shadow: 0 24px 80px rgb(27 24 19 / 28%);
}

.pricing-receipt-dialog::backdrop {
  background: rgb(20 25 32 / 54%);
}

.pricing-receipt-form {
  display: grid;
  gap: 18px;
  padding: 34px;
}

.pricing-receipt-form h2,
.pricing-receipt-form p {
  margin: 0;
}

.pricing-receipt-form p,
.pricing-receipt-form small {
  color: #6f675b;
  line-height: 1.55;
}

.pricing-receipt-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.pricing-receipt-form input {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #aaa08f;
  border-radius: 2px;
  color: #27231d;
  background: #fff;
  font: inherit;
}

.pricing-receipt-form input:focus {
  border-color: #1d3b62;
  outline: 2px solid rgb(29 59 98 / 18%);
  outline-offset: 1px;
}

.pricing-receipt-or {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #81786b;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing-receipt-or::before,
.pricing-receipt-or::after {
  height: 1px;
  flex: 1;
  background: #d8d0c4;
  content: "";
}

.pricing-receipt-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.pricing-receipt-actions button {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid #1d3b62;
  border-radius: 2px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pricing-receipt-cancel {
  color: #1d3b62;
  background: transparent;
}

.pricing-receipt-submit {
  color: #fff;
  background: #1d3b62;
}

.pricing-payment-method-dialog {
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  border: 1px solid #b8ac98;
  border-radius: 3px;
  color: #27231d;
  background: #fbf9f3;
  box-shadow: 0 24px 80px rgb(27 24 19 / 28%);
}

.pricing-payment-method-dialog::backdrop {
  background: rgb(20 25 32 / 54%);
}

.pricing-payment-method-card {
  display: grid;
  gap: 16px;
  padding: 34px;
}

.pricing-payment-method-card h2,
.pricing-payment-method-card p {
  margin: 0;
}

.pricing-payment-method-card p,
.pricing-payment-method-card small {
  color: #6f675b;
  line-height: 1.5;
}

.pricing-sbp-choice {
  display: grid;
  gap: 10px;
  padding: 15px;
  border: 1px solid #7ebfc6;
  border-radius: 3px;
  background: #effafa;
}

.pricing-sbp-choice[hidden] {
  display: none;
}

.pricing-sbp-choice strong {
  color: #123f46;
  font-size: 14px;
}

.pricing-sbp-pay-btn {
  width: 100%;
  min-height: 46px;
  padding: 11px 16px;
  color: #fff;
  background: #08a652;
  border: 1px solid #078c46;
  border-radius: 2px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.pricing-sbp-pay-btn:hover {
  background: #078f47;
}

.pricing-sbp-pay-btn:disabled {
  cursor: wait;
  opacity: 0.62;
}

.pricing-payment-method-or {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #81786b;
  font-size: 12px;
  text-transform: uppercase;
}

.pricing-payment-method-or::before,
.pricing-payment-method-or::after {
  height: 1px;
  flex: 1;
  background: #d8d0c4;
  content: "";
}

.pricing-card-payment-btn,
.pricing-payment-method-cancel {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #1d3b62;
  border-radius: 2px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.pricing-card-payment-btn {
  color: #fff;
  background: #1d3b62;
}

.pricing-payment-method-cancel {
  color: #1d3b62;
  background: transparent;
}

.pricing-sbp-qr-dialog {
  width: min(480px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  color: #27231d;
  background: #fbf9f3;
  border: 1px solid #b8ac98;
  border-radius: 3px;
  box-shadow: 0 24px 80px rgb(27 24 19 / 28%);
}

.pricing-sbp-qr-dialog::backdrop {
  background: rgb(20 25 32 / 54%);
}

.pricing-sbp-qr-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 30px;
  text-align: center;
}

.pricing-sbp-qr-card h2,
.pricing-sbp-qr-card p {
  margin: 0;
}

.pricing-sbp-qr-card p {
  color: #6f675b;
  line-height: 1.5;
}

.pricing-sbp-qr-card img {
  width: min(260px, 64vw, 44dvh);
  height: auto;
  background: #fff;
  border: 8px solid #fff;
}

.pricing-sbp-qr-card a {
  color: #126b76;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
}

.pricing-included {
  padding: 86px 0 96px;
  background: #fbf9f3;
  border-top: 1px solid #d6cdbc;
  border-bottom: 1px solid #d6cdbc;
}

.pricing-topup {
  padding: 86px 0 96px;
  background: #e9e2d4;
  border-top: 1px solid #d6cdbc;
}

.pricing-topup-table {
  margin-top: 42px;
  border-top: 1px solid #bcb09d;
  border-left: 1px solid #bcb09d;
}

.pricing-topup-row {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(100px, 0.65fr) minmax(100px, 0.65fr);
}

.pricing-topup-row > * {
  display: flex;
  align-items: center;
  padding: 13px 18px;
  border-right: 1px solid #bcb09d;
  border-bottom: 1px solid #bcb09d;
  font-size: 13px;
}

.pricing-topup-row.is-head {
  min-height: 42px;
  color: #eee8da;
  background: var(--sek-ink);
}

.pricing-topup-row.is-head > * {
  border-color: #4a443b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-topup-row strong {
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.pricing-minutes-purchase {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.7fr) minmax(190px, auto);
  align-items: stretch;
  gap: 16px;
  margin-top: 26px;
  padding: 22px;
  background: #fbf9f3;
  border: 1px solid #bcb09d;
  box-shadow: 0 12px 32px rgb(43 34 23 / 7%);
}

.pricing-minutes-card-note {
  margin: 0 0 14px;
  padding: 2px 0 12px;
  color: #625a4e;
  border-bottom: 1px solid #ded6c8;
  font-size: 12px;
  line-height: 1.5;
}

.pricing-minutes-card-note a {
  color: #3d372e;
  font-weight: 750;
  text-underline-offset: 3px;
}

.pricing-card-minutes .pricing-minutes-purchase {
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: auto;
  padding: 14px;
  background: #f1ecdf;
  border: 1px solid #d1c7b5;
  border-left: 3px solid var(--sek-gold);
  box-shadow: none;
}

.pricing-card-minutes .pricing-minutes-input {
  grid-template-columns: minmax(0, 1fr) 84px;
  gap: 7px 10px;
}

.pricing-card-minutes .pricing-minutes-quote {
  min-height: 48px;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  padding: 9px 12px;
}

.pricing-minutes-input {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: center;
  gap: 7px 14px;
}

.pricing-minutes-input label {
  color: #514a40;
  font-size: 13px;
  font-weight: 800;
}

.pricing-minutes-input input {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  padding: 9px 12px;
  color: var(--sek-ink);
  background: #fff;
  border: 1px solid #a99e8c;
  border-radius: 2px;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
}

.pricing-minutes-input input:focus {
  border-color: #1d3b62;
  outline: 2px solid rgb(29 59 98 / 18%);
  outline-offset: 1px;
}

.pricing-minutes-input small {
  grid-column: 1 / -1;
  color: #756b5d;
  font-size: 11px;
  line-height: 1.45;
}

.pricing-minutes-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  padding: 10px 18px;
  background: #ece6d9;
  border-left: 3px solid var(--sek-gold);
}

.pricing-minutes-quote span {
  color: #756b5d;
  font-size: 11px;
}

.pricing-minutes-quote strong {
  color: var(--sek-ink);
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1;
}

.pricing-minutes-pay-button {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  color: #fff;
  background: var(--sek-ink);
  border: 1px solid var(--sek-ink);
  border-radius: 2px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.pricing-minutes-pay-button:hover {
  color: var(--sek-ink);
  background: #d8c79a;
  border-color: #d8c79a;
}

.pricing-minutes-pay-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.pricing-minutes-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: #5f574c;
  font-size: 12px;
  line-height: 1.45;
}

.pricing-card-minutes .pricing-minutes-status {
  min-height: 0;
  margin: 0 0 8px;
}

.pricing-card-minutes .pricing-minutes-status:empty {
  display: none;
}

.pricing-minutes-status.is-error {
  color: var(--sek-brand-red);
}

.pricing-minutes-status.is-success {
  color: #27623a;
}

.pricing-topup-note {
  margin: 15px 0 0;
  color: #756b5d;
  font-size: 12px;
}

.pricing-summary-preview {
  padding: 76px 0;
  color: #f1ede2;
  background: #242019;
  border-top: 6px double var(--sek-gold);
}

.pricing-summary-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
}

.pricing-summary-preview h2 {
  margin: 0;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.08;
}

.pricing-summary-preview-grid > div:last-child {
  padding-left: 36px;
  border-left: 1px solid #554d41;
}

.pricing-summary-preview p {
  margin: 0 0 17px;
  color: #bcb5a8;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-summary-preview p:last-child {
  margin-bottom: 0;
}

.pricing-section-head {
  max-width: 760px;
}

.pricing-section-head h2,
.pricing-details-title h2,
.pricing-closing h2 {
  margin: 0;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.08;
}

.pricing-section-head > p {
  margin: 18px 0 0;
  color: #6f675b;
  font-size: 15px;
  line-height: 1.6;
}

.pricing-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid #cfc5b4;
  border-left: 1px solid #cfc5b4;
}

.pricing-included-grid > div {
  min-height: 190px;
  padding: 25px 25px 22px;
  border-right: 1px solid #cfc5b4;
  border-bottom: 1px solid #cfc5b4;
}

.pricing-included-grid span {
  display: block;
  margin-bottom: 25px;
  color: #927a3f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pricing-included-grid strong {
  display: block;
  font-family: "Old Standard TT", Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.25;
}

.pricing-included-grid p {
  margin: 11px 0 0;
  color: #70685d;
  font-size: 13px;
  line-height: 1.55;
}

.pricing-details {
  padding: 86px 0;
  background: #e9e2d4;
}

.pricing-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
}

.pricing-details-copy {
  padding-left: 36px;
  border-left: 1px solid #b8ac98;
}

.pricing-details-copy p {
  margin: 0 0 18px;
  color: #514a40;
  font-size: 14px;
  line-height: 1.7;
}

.pricing-details-copy p:last-child {
  margin-bottom: 0;
}

.pricing-details-copy .pricing-release-note {
  padding-top: 17px;
  color: #766c5e;
  border-top: 1px solid #c8bdab;
  font-size: 12px;
}

.pricing-closing {
  padding: 66px 0;
  color: #f1ede2;
  background: #1c1813;
}

.pricing-closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pricing-closing p {
  margin: 13px 0 0;
  color: #aaa499;
  font-size: 14px;
}

.pricing-closing .public-home-primary {
  min-width: 176px;
}

@media (max-width: 1180px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 1040px) {
  .pricing-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pricing-hero {
    padding: 42px 0 104px;
  }

  .pricing-hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .pricing-hero-aside {
    max-width: 720px;
    padding: 18px 0 0;
    border-top: 1px solid rgb(216 199 154 / 36%);
    border-left: 0;
  }

  .pricing-plans {
    margin-top: -68px;
  }
}

@media (max-width: 760px) {
  .pricing-shell {
    width: min(calc(100% - 36px), 1280px);
  }

  .pricing-hero {
    padding: 34px 0 88px;
  }

  .pricing-hero h1 {
    font-size: 39px;
  }

  .pricing-hero p {
    font-size: 14px;
  }

  .pricing-hero-inner {
    gap: 18px;
  }

  .pricing-hero-aside {
    padding-top: 15px;
  }

  .pricing-promo-note {
    margin-top: 11px !important;
    padding: 10px 12px;
  }

  .pricing-plans {
    margin-top: -54px;
    padding-bottom: 48px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-plan-head {
    min-height: 0;
  }

  .pricing-card {
    padding: 24px 20px;
  }

  .pricing-card.is-featured {
    padding-top: 24px;
  }

  .pricing-badge {
    top: 17px;
    right: 18px;
  }

  .pricing-price strong {
    font-size: 34px;
  }

  .pricing-included,
  .pricing-details,
  .pricing-topup,
  .pricing-summary-preview {
    padding: 58px 0;
  }

  .pricing-section-head h2,
  .pricing-details-title h2,
  .pricing-closing h2 {
    font-size: 30px;
  }

  .pricing-included-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .pricing-included-grid > div {
    min-height: 0;
  }

  .pricing-details-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pricing-summary-preview-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pricing-summary-preview-grid > div:last-child {
    padding: 26px 0 0;
    border-top: 1px solid #554d41;
    border-left: 0;
  }

  .pricing-topup-table {
    overflow-x: visible;
  }

  .pricing-topup-row {
    min-width: 0;
    grid-template-columns: minmax(0, 1.55fr) minmax(58px, 0.55fr) minmax(62px, 0.6fr);
  }

  .pricing-topup-row > * {
    padding: 11px 8px;
    font-size: 11px;
  }

  .pricing-minutes-purchase {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .pricing-minutes-input {
    grid-template-columns: minmax(0, 1fr) 100px;
  }

  .pricing-minutes-quote {
    min-height: 68px;
  }

  .pricing-details-copy {
    padding: 28px 0 0;
    border-top: 1px solid #b8ac98;
    border-left: 0;
  }

  .pricing-closing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-closing .public-home-primary {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .pricing-receipt-dialog,
  .pricing-payment-method-dialog,
  .pricing-sbp-qr-dialog {
    width: calc(100vw - 16px);
    max-width: none;
    max-height: calc(100dvh - 16px);
    margin: auto;
  }

  .pricing-receipt-form,
  .pricing-payment-method-card,
  .pricing-sbp-qr-card {
    gap: 13px;
    padding: 20px;
  }

  .pricing-receipt-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .pricing-receipt-actions button,
  .pricing-card-payment-btn,
  .pricing-payment-method-cancel,
  .pricing-sbp-pay-btn,
  .pricing-sbp-qr-card a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .pricing-sbp-qr-card img {
    width: min(220px, 68vw, 40dvh);
    border-width: 5px;
  }

  .pricing-sbp-qr-card p {
    font-size: 13px;
  }
}

@media (max-height: 680px) {
  .pricing-receipt-dialog,
  .pricing-payment-method-dialog,
  .pricing-sbp-qr-dialog {
    max-height: calc(100dvh - 16px);
  }

  .pricing-receipt-form,
  .pricing-payment-method-card,
  .pricing-sbp-qr-card {
    gap: 10px;
    padding: 16px 20px;
  }

  .pricing-sbp-qr-card img {
    width: min(190px, 56vw, 36dvh);
  }
}

@media (max-height: 520px) {
  .pricing-sbp-qr-card p {
    display: none;
  }

  .pricing-sbp-qr-card img {
    width: min(170px, 50vw, 34dvh);
  }
}
