.why-page .launch{background:var(--clay);color:var(--on-acc);padding:18px 0;font-weight:600}.why-page .launch .shell{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.why-page .grid4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.why-page .tier{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:26px;display:flex;flex-direction:column;min-height:330px}.why-page .tier h2{margin:34px 0 0;font-size:34px;letter-spacing:-.03em}.why-page .tier .price{font-size:56px;letter-spacing:-.05em;line-height:.9;margin:20px 0 6px;color:#fff;font-weight:700}.why-page .tier .price.pending{font-size:22px;letter-spacing:-.01em;line-height:1.2;color:var(--clay);font-weight:600}.why-page .tier p{color:var(--fg2);margin:4px 0}.why-page .tier .w-btn{margin-top:auto;align-self:flex-start}.why-page .lede.wide{font-size:18px;line-height:1.6;max-width:900px}@media(max-width:1100px){.why-page .grid4{grid-template-columns:1fr 1fr}}@media(max-width:700px){.why-page .grid4{grid-template-columns:1fr}.why-page .tier{min-height:0}.why-page .tier h2{margin-top:18px}}.why-page .tier .w-btn.pending{opacity:.55;cursor:default;pointer-events:none}