.totals{display:flex;flex-direction:column;gap:var(--space-xs)}.totals__row{display:grid;grid-template-columns:1fr auto;gap:var(--space-md);align-items:baseline;font-size:var(--text-sm)}.totals__row>span:first-child{color:var(--color-text-secondary);min-width:0}.totals__row>span:last-child{color:var(--color-text-primary);font-family:var(--font-mono);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.totals__hint{display:block;font-size:var(--text-xs);color:var(--color-text-muted)}.totals__row--discount>span:last-child{color:var(--color-success)}.totals__row>span.totals__value--free{color:var(--color-success)}.totals__row>span.totals__value--pending{font-family:var(--font-body);font-size:var(--text-xs);color:var(--color-text-muted);white-space:normal}.totals__row--total{margin-top:var(--space-xs);padding-top:var(--space-md);border-top:1px solid var(--color-border);font-size:var(--text-lg)}.totals__row--total>span:first-child{color:var(--color-text-primary);font-weight:var(--weight-medium)}.totals__row--total>span:last-child{font-size:var(--text-xl);font-weight:var(--weight-semibold)}.totals__notes{display:flex;flex-direction:column;gap:2px;margin-top:var(--space-2xs, 4px)}.totals__row--note,.totals__row--small{font-size:var(--text-xs)}.totals__row--note>span,.totals__row--small>span{color:var(--color-text-muted);font-weight:var(--weight-regular)}.purchase-outro{margin-top:var(--space-2xl);display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:var(--space-lg);align-items:start}.purchase-outro>.reassurance-bar{grid-column:1 / -1}.checkout-body .purchase-outro{align-self:center;width:100%;max-width:1100px;padding:0 var(--space-md) var(--space-2xl)}.shop-help{padding:var(--space-md) var(--space-lg);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md)}.shop-help__title{margin:0 0 var(--space-sm);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary)}.shop-help__list{display:flex;flex-direction:column;gap:var(--space-sm);margin:0;padding:0;list-style:none}.shop-help__item{display:flex;align-items:center;gap:var(--space-sm);min-width:0}.shop-help__icon{flex:none;display:flex;color:var(--color-accent)}.shop-help__icon svg{width:16px;height:16px}.shop-help__link,.shop-help__note{font-size:var(--text-sm);line-height:1.4;color:var(--color-text-secondary);overflow-wrap:anywhere}.shop-help__link{color:var(--color-text-primary);font-weight:var(--weight-medium);text-decoration:none}.shop-help__link:hover{color:var(--color-accent);text-decoration:underline}.checkout-step--confirmation .shop-help{max-width:22rem;margin:var(--space-xl) auto 0}.checkout-step--confirmation .shop-help__list{align-items:center}
