.bill-shell{max-width:1120px;margin:0 auto;color:var(--sm-text)}
.bill-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}
.bill-page-head h2{margin:4px 0 5px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}
.bill-page-head p{margin:0;color:var(--sm-muted);font-size:14px}
.bill-eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--sm-primary)}
.bill-sync{flex:0 0 auto;padding:8px 11px;border:1px solid var(--sm-border);border-radius:999px;background:var(--sm-card2);color:var(--sm-muted);font-size:12px}
.bill-layout{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(300px,.84fr);gap:18px}
.bill-hero,.bill-included{border:1px solid var(--sm-border);border-radius:22px;background:var(--sm-card);box-shadow:var(--sm-shadow-sm);padding:clamp(22px,3vw,34px)}
.bill-hero{position:relative;overflow:hidden}
.bill-hero:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--sm-primary),var(--sm-primary2))}
.bill-hero[data-tone="success"]:before{background:linear-gradient(90deg,#16a34a,#34d399)}
.bill-hero[data-tone="warning"]:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}
.bill-hero[data-tone="danger"]:before{background:linear-gradient(90deg,#ef4444,#fb7185)}
.bill-hero-top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.bill-status{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--sm-primary);color:#fff;font-size:12px;font-weight:800}
.bill-price{color:var(--sm-muted);font-weight:700;font-size:13px}
.bill-plan-label{margin:27px 0 5px;color:var(--sm-muted);font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.bill-hero h3{margin:0;font-size:clamp(27px,4vw,42px);letter-spacing:-.045em}
.bill-hero h4{margin:22px 0 6px;font-size:18px}
.bill-hero>p:not(.bill-plan-label){margin:0;color:var(--sm-muted);line-height:1.65;max-width:650px}
.bill-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}
.bill-facts div{padding:15px;border:1px solid var(--sm-border);border-radius:15px;background:var(--sm-card2)}
.bill-facts dt{font-size:12px;color:var(--sm-muted);margin-bottom:5px}
.bill-facts dd{margin:0;font-weight:800}
.bill-primary-action{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-top:4px}
.bill-primary-action p{margin:0;color:var(--sm-muted);font-size:12px}
.bill-included h3{margin:9px 0 20px;font-size:22px;letter-spacing:-.03em}
.bill-included ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}
.bill-included li{position:relative;padding-left:27px;line-height:1.45}
.bill-included li:before{content:"✓";position:absolute;left:0;top:0;color:var(--sm-success);font-weight:900}
.bill-next{margin-top:26px;padding:17px;border-radius:16px;background:var(--sm-card2);border:1px solid var(--sm-border)}
.bill-next strong{font-size:13px}
.bill-next p{margin:7px 0 0;color:var(--sm-muted);font-size:13px;line-height:1.55}
@media(max-width:820px){.bill-layout{grid-template-columns:1fr}.bill-page-head{flex-direction:column}.bill-sync{align-self:flex-start}}
@media(max-width:520px){.bill-hero,.bill-included{padding:20px;border-radius:18px}.bill-facts{grid-template-columns:1fr}.bill-primary-action .sm-btn{width:100%}.bill-primary-action p{text-align:center;width:100%}}
