.pricing-header nav a[aria-current="page"] { color: var(--red); }
.pricing-hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: minmax(0,2fr) minmax(320px,1fr); gap: clamp(30px,4vw,64px); align-items: end; padding: clamp(70px,10vw,155px) clamp(20px,4vw,64px) clamp(44px,5vw,76px); border-bottom: 1px solid var(--line); background: var(--ink); }
.pricing-hero-copy h1 { max-width: 9ch; margin: 19px 0 28px; font-family: var(--serif); font-size: clamp(4rem,7.8vw,8.9rem); font-weight: 800; letter-spacing: -.085em; line-height: .9; }
.pricing-hero-copy h1 em { display: inline-block; margin-top: .1em; white-space: nowrap; }
.pricing-hero-copy h1 em, .pricing-section-head h2 em, .task-unit-head h2 em, .task-points-copy h2 em { color: var(--red); font-style: normal; }
.pricing-lead { max-width: 36ch; margin: 0; color: var(--paper-2); font-family: var(--serif); font-size: clamp(1.16rem,1.8vw,1.62rem); line-height: 1.45; }
.pricing-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.task-ledger { align-self: end; margin-bottom: 7px; border: 1px solid var(--line); border-top: 2px solid var(--red); background: var(--ink-2); box-shadow: 10px 10px 0 var(--red-dark); }
.task-ledger-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.task-ledger-top span, .task-ledger li > span { color: var(--red); font: 700 .68rem var(--mono); letter-spacing: .13em; }
.task-ledger-top b { color: var(--paper); font-family: var(--serif); font-size: 1.25rem; }
.task-ledger ol { margin: 0; padding: 0; list-style: none; }
.task-ledger li { display: grid; grid-template-columns: 46px 1fr; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.task-ledger li > span { grid-row: 1 / 3; }
.task-ledger strong { font-family: var(--serif); font-size: 1.06rem; line-height: 1.1; }
.task-ledger small { margin-top: 4px; color: var(--muted); font-size: .73rem; }
.task-ledger > p { margin: 0; padding: 14px 18px; color: #e2b4ad; font-size: .74rem; }

.pricing-rail { padding: 0 clamp(20px,4vw,64px) clamp(90px,10vw,150px); }
.pricing-section-head { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(260px,.62fr); gap: clamp(42px,8vw,130px); align-items: end; padding: clamp(58px,8vw,110px) 0 48px; }
.pricing-section-head h2, .task-unit-head h2, .task-points-copy h2 { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem,6.2vw,6.8rem); font-weight: 800; letter-spacing: -.06em; line-height: .96; }
.pricing-section-head h2 em, .task-unit-head h2 em, .task-points-copy h2 em { display: inline-block; margin-top: .08em; }
.pricing-section-head > p, .task-unit-head > p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.8; }
.pricing-section-head > p { max-width: 44ch; }
.price-rows { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 130px minmax(220px,.88fr) minmax(180px,.56fr) minmax(260px,.85fr); gap: 30px; align-items: center; min-height: 168px; padding: 26px 0; border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.price-row:hover { background: var(--ink-2); transform: translateX(4px); box-shadow: inset 3px 0 0 var(--red); }
.price-row-index { padding-left: 15px; }
.price-row-index span, .price-row-index small { display: block; }
.price-row-index span { color: var(--red); font: 700 1.2rem var(--mono); }
.price-row-index small { margin-top: 8px; color: var(--muted); font: .62rem var(--mono); letter-spacing: .1em; }
.price-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.75rem,3vw,3.2rem); line-height: .98; letter-spacing: -.05em; }
.price-row-name p, .price-row-note { margin: 10px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.72; }
.price-row-value b, .price-row-value span { display: block; }
.price-row-value b { color: var(--paper); font: 800 clamp(2.4rem,4.1vw,4.8rem)/.92 var(--sans); letter-spacing: -.07em; }
.price-row-value span { margin-top: 8px; color: var(--red); font: 700 .7rem var(--mono); letter-spacing: .04em; }
.price-buy, .package-buy { width: max-content; margin-top: 15px; padding: 9px 11px; border: 1px solid var(--paper-2); border-radius: 0; background: transparent; color: var(--paper); cursor: pointer; font: 800 .7rem var(--mono); letter-spacing: .04em; transition: background .18s ease, color .18s ease, transform .18s ease; }
.price-buy:hover, .package-buy:hover { background: var(--paper); color: var(--ink); transform: translateY(-2px); }
.price-buy i, .package-buy i { margin-left: 6px; color: var(--red); font-size: 1rem; font-style: normal; }
.price-buy.on-red { border-color: #fff; color: #fff; }
.price-buy.on-red:hover { background: #fff; color: var(--red-dark); }
.flagship-row { position: relative; padding-inline: 20px; background: var(--red); color: #fff; }
.flagship-row::before { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; content: ""; background: var(--paper); }
.flagship-row:hover { background: var(--red-dark); box-shadow: 6px 6px 0 var(--paper); }
.flagship-row .price-row-index span, .flagship-row .price-row-value span { color: #ffe2dd; }
.flagship-row .price-row-index small, .flagship-row .price-row-name p, .flagship-row .price-row-note { color: #f6c9c3; }
.flagship-row .price-row-value b { color: #fff; }
.pricing-preview-note { width: min(630px,100%); margin: 26px 0 0 auto; padding-left: 16px; border-left: 2px solid var(--red); color: var(--muted); font-size: .75rem; line-height: 1.7; }
.package-offers { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 18px; }
.package-offers > div { display: grid; grid-template-columns: 1fr auto; gap: 10px 22px; align-items: end; padding: 24px; border: 1px solid var(--line); background: var(--ink-2); }
.package-offers span { color: var(--paper); font-family: var(--serif); font-size: clamp(1.2rem,2.1vw,2rem); font-weight: 800; line-height: 1; }
.package-offers strong { color: var(--red); font: 800 clamp(2.6rem,4vw,4.6rem)/.82 var(--sans); letter-spacing: -.08em; }
.package-offers small { grid-column: 1 / -1; color: var(--muted); font-size: .76rem; line-height: 1.65; }
.package-buy { grid-column: 1 / -1; margin-top: 3px; }

.checkout-dialog { width: min(640px, calc(100vw - 32px)); max-height: min(780px, calc(100svh - 32px)); padding: 0; border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: 0; background: var(--ink); color: var(--paper); box-shadow: 12px 12px 0 var(--red-dark); }
.checkout-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.checkout-window { display: grid; gap: 0; margin: 0; }
.checkout-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 25px 26px 20px; border-bottom: 1px solid var(--line); }
.checkout-head h2 { margin: 11px 0 0; font-family: var(--serif); font-size: clamp(2.2rem,5vw,4rem); font-weight: 900; letter-spacing: -.065em; line-height: .9; }
.checkout-close { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--paper); cursor: pointer; font: 300 2rem/.8 var(--sans); }
.checkout-close:hover { border-color: var(--red); color: var(--red); }
.checkout-summary { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-items: end; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.checkout-summary span { color: var(--muted); font: 700 .67rem var(--mono); letter-spacing: .1em; }
.checkout-summary b { font-family: var(--serif); font-size: 1.55rem; line-height: 1.05; }
.checkout-summary strong { color: var(--red); font: 900 clamp(2.6rem,6vw,4.5rem)/.8 var(--sans); letter-spacing: -.08em; }
.checkout-summary small { grid-column: 1 / -1; color: var(--paper-2); font-size: .78rem; line-height: 1.65; }
.flagship-selector { margin: 0; padding: 22px 26px; border: 0; border-bottom: 1px solid var(--line); }
.flagship-selector legend { padding: 0; font: 800 .72rem var(--mono); letter-spacing: .1em; }
.flagship-selector > p { margin: 10px 0 15px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.flagship-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.flagship-options button { min-height: 66px; padding: 10px; border: 1px solid var(--line); border-radius: 0; background: var(--ink-2); color: var(--paper); cursor: pointer; text-align: left; font-family: var(--serif); font-size: 1.16rem; font-weight: 800; }
.flagship-options button[aria-checked="true"] { border-color: var(--red); background: var(--red-dark); }
.flagship-options button small { display: block; margin-top: 6px; color: var(--paper-2); font: .63rem var(--mono); letter-spacing: .03em; }
.checkout-disclosure { padding: 20px 26px 4px; }
.checkout-disclosure p { margin: 0 0 13px; color: var(--muted); font-size: .77rem; line-height: 1.7; }
.checkout-disclosure b { color: var(--paper); }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 12px 26px 26px; }
.checkout-confirm, .checkout-cancel, .checkout-progress a, .checkout-progress button { min-height: 47px; padding: 0 16px; border-radius: 0; cursor: pointer; font: 800 .72rem var(--mono); letter-spacing: .04em; }
.checkout-confirm { border: 1px solid var(--red); background: var(--red); color: #fff; }
.checkout-confirm:hover { background: #f06357; }
.checkout-confirm span { margin-left: 7px; font-size: 1rem; }
.checkout-cancel { border: 1px solid var(--line); background: transparent; color: var(--paper-2); }
.checkout-progress { margin: 0 26px 26px; padding: 17px; border-left: 3px solid var(--red); background: var(--ink-2); }
.checkout-progress p { margin: 0; color: var(--paper-2); font-size: .8rem; line-height: 1.7; }
.checkout-progress strong { color: var(--paper); }
.checkout-progress code { display: block; margin: 12px 0; padding: 12px; overflow-wrap: anywhere; background: #0d0c0b; color: #ffe2dd; font: 700 .76rem/1.5 var(--mono); }
.checkout-progress a, .checkout-progress button { display: inline-flex; align-items: center; margin: 12px 8px 0 0; border: 1px solid var(--red); background: transparent; color: var(--paper); text-decoration: none; }
.checkout-progress a:hover, .checkout-progress button:hover { background: var(--red); color: #fff; }

.task-unit { padding: 0 clamp(20px,4vw,64px) clamp(96px,12vw,170px); background: var(--paper); color: var(--ink); }
.task-unit .section-index { color: #756e65; }
.task-unit-head { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(260px,.62fr); gap: clamp(42px,8vw,130px); align-items: end; padding: clamp(58px,8vw,110px) 0 48px; }
.task-unit-head > p { color: #5e5750; }
.task-explainer { display: grid; grid-template-columns: minmax(230px,.58fr) minmax(0,1.42fr); border: 1px solid var(--ink); }
.task-stages { display: grid; border-right: 1px solid var(--ink); }
.task-stage { min-height: 118px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; align-content: center; gap: 0 12px; padding: 18px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: color .18s ease, background .18s ease; }
.task-stage:last-child { border-bottom: 0; }
.task-stage span { grid-row: 1 / 3; color: var(--red-dark); font: 700 .7rem var(--mono); letter-spacing: .07em; }
.task-stage b { font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; }
.task-stage small { margin-top: 4px; color: #655e57; font-size: .73rem; line-height: 1.45; }
.task-stage:hover, .task-stage.is-active { background: var(--ink); color: var(--paper); }
.task-stage:hover span, .task-stage.is-active span { color: var(--red); }
.task-stage:hover small, .task-stage.is-active small { color: var(--paper-2); }
.task-stage-copy { min-height: 472px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(28px,5vw,76px); background: #e5dfd5; }
.task-stage-number { margin: 0 0 auto; color: var(--red-dark); font: 700 .7rem var(--mono); letter-spacing: .12em; }
.task-stage-copy h3 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: clamp(2.1rem,4.2vw,4.7rem); font-weight: 800; letter-spacing: -.065em; line-height: .97; }
.task-stage-copy > p:not(.task-stage-number):not(.task-stage-rule) { max-width: 56ch; margin: 26px 0 0; color: #4f4942; font-size: .92rem; line-height: 1.85; }
.task-stage-rule { margin: 28px 0 0; padding-top: 14px; border-top: 1px solid #a8a096; color: #4f4942; font-size: .78rem; }
.task-stage-rule span { margin-right: 10px; color: var(--red-dark); font-family: var(--mono); font-weight: 700; }
.task-boundaries { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 18px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.task-boundaries div { min-height: 106px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.task-boundaries span { max-width: 10ch; color: #5e5750; font-size: .76rem; line-height: 1.5; }
.task-boundaries b { color: var(--red-dark); font-family: var(--serif); font-size: 1.3rem; }
.task-continuity { display: grid; grid-template-columns: minmax(0,.88fr) minmax(260px,.62fr); gap: clamp(28px,6vw,92px); margin-top: 18px; padding: clamp(28px,4vw,58px); border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.task-continuity h3 { max-width: 11ch; margin: 15px 0 0; font-family: var(--serif); font-size: clamp(2rem,4vw,4.45rem); font-weight: 800; letter-spacing: -.065em; line-height: .95; }
.task-continuity h3 em { color: var(--red); font-style: normal; }
.task-continuity-lead { align-self: end; max-width: 39ch; margin: 0; color: var(--paper-2); font-size: .88rem; line-height: 1.85; }
.task-continuity dl { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin: 10px 0 0; border-top: 1px solid #423c37; border-left: 1px solid #423c37; }
.task-continuity dl div { min-height: 136px; display: flex; flex-direction: column; gap: 14px; padding: 17px; border-right: 1px solid #423c37; border-bottom: 1px solid #423c37; }
.task-continuity dt { color: var(--red); font: 700 .68rem var(--mono); letter-spacing: .1em; }
.task-continuity dd { margin: 0; color: #c5bdb3; font-size: .75rem; line-height: 1.7; }

.billing-map { padding: 0 clamp(20px,4vw,64px) clamp(96px,12vw,170px); background: #d75549; color: #fff; }
.billing-map .section-index { color: #ffe2dd; }
.billing-map-head { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(280px,.6fr); gap: clamp(38px,8vw,130px); align-items: end; padding: clamp(58px,8vw,110px) 0 48px; }
.billing-map-head h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem,6.2vw,6.8rem); font-weight: 800; letter-spacing: -.06em; line-height: .96; }
.billing-map-head h2 em { color: var(--ink); font-style: normal; }
.billing-map-head > p { max-width: 42ch; margin: 0; color: #ffe2dd; font-size: .9rem; line-height: 1.85; }
.billing-map .eyebrow { color: #ffe2dd; }
.before-pay-card { display: grid; grid-template-columns: 1.1fr repeat(4,1fr); border: 1px solid #fff; background: var(--ink); }
.before-pay-label { min-height: 142px; display: flex; align-items: flex-end; margin: 0; padding: 18px; color: var(--red); font: 700 .7rem var(--mono); letter-spacing: .1em; }
.before-pay-card > div { min-height: 142px; display: grid; grid-template-columns: 34px 1fr; align-content: end; gap: 0 8px; padding: 18px; border-left: 1px solid #514943; }
.before-pay-card span { grid-row: 1 / 3; color: var(--red); font: 700 .68rem var(--mono); }
.before-pay-card strong { font-family: var(--serif); font-size: 1.05rem; line-height: 1.08; }
.before-pay-card small { margin-top: 7px; color: var(--paper-2); font-size: .7rem; line-height: 1.5; }
.billing-groups { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.billing-group { border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.billing-group > header { min-height: 124px; display: flex; flex-direction: column; justify-content: flex-end; gap: 13px; padding: 18px; border-bottom: 1px solid var(--ink); background: #e5dfd5; }
.billing-group > header span { color: var(--red-dark); font: 700 .66rem var(--mono); letter-spacing: .1em; }
.billing-group > header b { max-width: 13ch; font-family: var(--serif); font-size: 1.6rem; line-height: .98; letter-spacing: -.04em; }
.billing-group dl { margin: 0; }
.billing-group dl > div { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 17px; border-bottom: 1px solid var(--ink); }
.billing-group dl > div:last-child { border-bottom: 0; }
.billing-group dt { font-family: var(--serif); font-size: 1.04rem; font-weight: 800; line-height: 1.12; }
.billing-group dd { margin: 0; color: #5d564e; font-size: .76rem; line-height: 1.72; }
.billing-group.new-task { background: var(--ink); color: var(--paper); }
.billing-group.new-task > header { background: var(--ink-2); border-color: #4b433d; }
.billing-group.new-task > header span { color: var(--red); }
.billing-group.new-task dl > div { border-color: #4b433d; }
.billing-group.new-task dd { color: var(--paper-2); }
.billing-group.never-auto > header { background: #ffe2dd; }
.billing-group.never-auto dd { color: #5e3833; }
.payment-vs-credit { display: grid; grid-template-columns: minmax(0,.8fr) minmax(260px,1.2fr); gap: clamp(28px,7vw,112px); align-items: end; margin-top: 18px; padding: clamp(30px,5vw,76px); border: 1px solid var(--ink); background: var(--paper); color: var(--ink); }
.payment-vs-credit .eyebrow { align-self: start; color: var(--red-dark); }
.payment-vs-credit h3 { max-width: 16ch; margin: 0; font-family: var(--serif); font-size: clamp(2rem,4vw,4.2rem); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.payment-vs-credit h3 em { color: var(--red-dark); font-style: normal; }
.payment-vs-credit > p:last-child { max-width: 52ch; margin: 0; color: #514a43; font-size: .85rem; line-height: 1.85; }

.task-points { display: grid; grid-template-columns: minmax(220px,.45fr) minmax(0,1fr) minmax(280px,.62fr); gap: clamp(35px,6vw,100px); align-items: center; padding: clamp(78px,10vw,150px) clamp(20px,4vw,64px); border-bottom: 1px solid var(--line); }
.task-points-count { display: flex; align-items: flex-end; gap: 12px; }
.task-points-count span { color: var(--red); font: 800 clamp(7rem,14vw,14rem)/.7 var(--sans); letter-spacing: -.12em; }
.task-points-count small { margin-bottom: 5px; color: var(--muted); font: .7rem var(--mono); letter-spacing: .08em; }
.task-points-copy h2 { margin-top: 16px; font-size: clamp(2.8rem,5.4vw,6rem); }
.task-points-copy > p:last-child { max-width: 50ch; margin: 25px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.8; }
.task-points-ledger { border-top: 2px solid var(--red); }
.task-points-ledger > div { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.task-points-ledger span { color: var(--muted); }
.task-points-ledger b { color: var(--paper); font-family: var(--serif); font-size: 1.05rem; }
.task-points-ledger > p { margin: 0; padding: 18px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.7; }

.pricing-faq { padding: 0 clamp(20px,4vw,64px) clamp(100px,12vw,170px); }
.faq-head { padding-bottom: 34px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: grid; grid-template-columns: 56px minmax(0,1fr) 30px; align-items: center; gap: 16px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font: 700 .7rem var(--mono); }
.faq-list summary b { font-family: var(--serif); font-size: clamp(1.08rem,1.8vw,1.6rem); line-height: 1.25; }
.faq-list summary i { justify-self: end; color: var(--red); font-size: 1.6rem; font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { max-width: 76ch; margin: -2px 0 0 56px; padding: 0 0 30px; color: var(--muted); font-size: .88rem; line-height: 1.86; }

@media (max-width: 980px) {
  .pricing-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 110px; }
  .task-ledger { max-width: 570px; width: 100%; justify-self: end; }
  .pricing-section-head, .task-unit-head { grid-template-columns: 1fr; gap: 28px; }
  .price-row { grid-template-columns: 100px minmax(200px,1fr) minmax(170px,.7fr); }
  .price-row-note { grid-column: 2 / -1; margin-top: -5px; }
  .package-offers { grid-template-columns: 1fr; }
  .flagship-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .task-points { grid-template-columns: .42fr 1fr; }
  .task-points-ledger { grid-column: 1 / -1; max-width: 560px; justify-self: end; width: 100%; }
  .task-continuity { grid-template-columns: 1fr; }
  .task-continuity dl { grid-template-columns: repeat(2,1fr); }
  .billing-map-head { grid-template-columns: 1fr; gap: 28px; }
  .before-pay-card { grid-template-columns: repeat(2,1fr); }
  .before-pay-label { grid-column: 1 / -1; min-height: 0; padding-bottom: 8px; }
  .before-pay-card > div:nth-of-type(1), .before-pay-card > div:nth-of-type(3) { border-left: 0; }
  .before-pay-card > div { min-height: 110px; border-top: 1px solid #514943; }
  .billing-groups { grid-template-columns: 1fr; }
  .billing-group dl { display: grid; grid-template-columns: repeat(2,1fr); }
  .billing-group dl > div:nth-last-child(2) { border-bottom: 0; }
  .billing-group dl > div:nth-child(odd) { border-right: 1px solid var(--ink); }
  .billing-group.new-task dl > div:nth-child(odd) { border-color: #4b433d; }
  .payment-vs-credit { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .pricing-hero { min-height: calc(100svh - 62px); padding-top: 65px; }
  .pricing-hero-copy h1 { font-size: clamp(4.05rem,19vw,6.4rem); }
  .pricing-hero-actions { display: grid; }
  .task-ledger { box-shadow: 6px 6px 0 var(--red-dark); }
  .price-row { grid-template-columns: 56px 1fr; gap: 13px; min-height: 0; padding: 24px 0; }
  .flagship-row { padding-inline: 14px; }
  .price-row-index { grid-row: 1 / span 3; align-self: start; }
  .price-row-index small { writing-mode: vertical-rl; transform: rotate(180deg); }
  .price-row-value, .price-row-note { grid-column: 2; }
  .price-row-value { margin-top: 7px; }
  .price-row-note { margin-top: 4px; }
  .package-offers > div { grid-template-columns: 1fr; gap: 12px; }
  .price-buy { margin-top: 12px; }
  .flagship-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .task-explainer { grid-template-columns: 1fr; }
  .task-stages { grid-template-columns: repeat(2,1fr); border-right: 0; border-bottom: 1px solid var(--ink); }
  .task-stage { min-height: 106px; border-right: 1px solid var(--ink); }
  .task-stage:nth-child(2n) { border-right: 0; }
  .task-stage:nth-child(3), .task-stage:nth-child(4) { border-bottom: 0; }
  .task-stage-copy { min-height: 405px; }
  .task-boundaries { grid-template-columns: repeat(2,1fr); }
  .task-continuity dl { grid-template-columns: 1fr; }
  .task-continuity dl div { min-height: 0; }
  .before-pay-card { grid-template-columns: 1fr; }
  .before-pay-label { grid-column: auto; }
  .before-pay-card > div { border-left: 0; }
  .billing-group dl { grid-template-columns: 1fr; }
  .billing-group dl > div:nth-last-child(2) { border-bottom: 1px solid var(--ink); }
  .billing-group dl > div:nth-child(odd) { border-right: 0; }
  .billing-group.new-task dl > div:nth-last-child(2) { border-color: #4b433d; }
  .billing-map-head h2 { font-size: clamp(3.5rem,15vw,5.4rem); }
  .payment-vs-credit { padding: 28px; }
  .task-points { grid-template-columns: 1fr; gap: 38px; }
  .task-points-count { justify-content: flex-start; }
  .task-points-count span { font-size: 9rem; }
  .task-points-ledger { grid-column: auto; }
  .faq-list summary { grid-template-columns: 38px 1fr 20px; }
  .faq-list details > p { margin-left: 38px; }
}
