.pcg{--pcg-font-family:"Cake Mono",system-ui,sans-serif;--pcg-border:#000;--pcg-label-col-width:220px;--pcg-plan-col-width:200px;box-sizing:border-box;margin:0 auto;max-width:1140px;padding:48px 20px}.pcg,.pcg *{font-family:var(--pcg-font-family)}.pcg__heading{color:#111;font-size:40px;font-weight:800;letter-spacing:.02em;margin:0 0 24px;text-align:center;text-transform:uppercase}.pcg__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-top:14px}.pcg__table{border-collapse:separate;border-radius:var(--pcg-radius,10px);border-spacing:0;box-shadow:0 2px 8px rgba(0,0,0,.1);table-layout:fixed;width:100%}.pcg__table .pcg__cell{border-bottom:none}.pcg__cell{box-sizing:border-box;text-align:center;vertical-align:middle}thead tr:first-child th:first-child{border-top-left-radius:var(--pcg-radius,10px)}thead tr:first-child th:last-child{border-top-right-radius:var(--pcg-radius,10px)}tbody tr:last-child th:first-child{border-bottom-left-radius:var(--pcg-radius,10px)}tbody tr:last-child td:last-child{border-bottom-right-radius:var(--pcg-radius,10px)}.pcg__row>.pcg__cell{border-top:16px solid var(--pcg-border)}.pcg__cell--label{background:#f8f8fa;font-size:24px;font-weight:800;left:0;letter-spacing:.02em;min-width:var(--pcg-label-col-width);padding:20px 14px;position:sticky;text-transform:uppercase;width:var(--pcg-label-col-width);z-index:2}.pcg__row-label{display:inline-block;position:relative}.pcg__cell--dark{background:var(--pcg-border);color:#fff}.pcg__cell--dark .pcg__row-label{padding-bottom:14px}.pcg__cell--dark .pcg__row-label:after{background:#e31e33;border-radius:2px;bottom:4px;content:"";height:4px;left:-5px;position:absolute;right:-5px;transform:rotate(-1.5deg)}.pcg__cell--light{background:#f8f8fa;color:#111}.pcg__row-heading{display:none}.pcg__row-heading-cell{font-size:20px;font-weight:800;letter-spacing:.02em;padding:14px 10px;text-transform:uppercase}.pcg__plan-head,.pcg__price-cell{background:var(--pcg-col,#d9d9d9);min-width:var(--pcg-plan-col-width);width:var(--pcg-plan-col-width)}.pcg__row--light .pcg__price-cell{background:var(--pcg-col-muted,#b4b4b4)}.pcg__cell--basic{color:#111}.pcg__cell--fit,.pcg__cell--strong{color:#fff}.pcg__plan-head{font-weight:800;letter-spacing:.02em;padding:0;position:relative;text-transform:uppercase}.pcg__badge{background:var(--pcg-col,#e31e33);border-radius:9999px;color:#fff;font-size:11px;font-weight:700;left:50%;letter-spacing:.18em;padding:6px 26px;position:absolute;text-transform:uppercase;top:-11px;transform:translateX(-50%);white-space:nowrap}.pcg__badge--empty{visibility:hidden}.pcg__plan-name{display:block;font-size:27px;padding:24px 10px}.pcg__price-cell{padding:20px 14px}.pcg__to-join{display:block;font-size:16px;font-weight:700;opacity:.9;text-transform:uppercase}.pcg__price{display:block;font-size:36px;font-weight:800;line-height:1;margin:8px 0 4px}.pcg__price-cents{font-size:.58em;vertical-align:top}.pcg__price-period{font-size:.58em;font-weight:600}.pcg__sub-text{display:block;font-size:14px;opacity:.85}.pcg__row--light .pcg__to-join{font-size:13px}.pcg__row--light .pcg__price{font-size:28px}.pcg__row--light .pcg__sub-text{font-size:11px}.pcg__cta{margin-top:36px;text-align:center}.pcg__cta .pcg__button{background:var(--pcg-button-bg,#e31e33);border:var(--pcg-button-border,0 solid transparent);border-radius:var(--pcg-button-radius,999px);box-shadow:0 0 0 transparent;box-sizing:border-box;color:var(--pcg-button-color,#fff);display:inline-block;font-family:var(--pcg-font-family);font-size:var(--pcg-button-font-size,17px);font-weight:800;letter-spacing:.05em;padding:var(--pcg-button-padding,16px 56px);text-decoration:none;text-transform:uppercase;transform:translateY(0) scale(1);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.pcg__cta .pcg__button:hover{box-shadow:0 10px 20px rgba(0,0,0,.18);color:var(--pcg-button-color,#fff);filter:brightness(.88);transform:translateY(-3px) scale(1.03)}.pcg__cta .pcg__button:active{box-shadow:0 4px 10px rgba(0,0,0,.18);transform:translateY(-1px) scale(1.01);transition-duration:.05s}@media (max-width:700px){.pcg{padding:28px 16px}.pcg__heading{font-size:24px}.pcg__scroll{overflow-x:visible}.pcg__cell--label{display:none}.pcg__plan-head,.pcg__price-cell{min-width:0;width:33.333%}.pcg__price-cell{padding:14px 6px}.pcg__row-heading{display:table-row}.pcg__row-heading>.pcg__cell,.pcg__row>.pcg__cell{border-top:none}thead tr:first-child .pcg__cell--plan-0{border-top-left-radius:var(--pcg-radius,10px)}tbody tr:last-child .pcg__cell--plan-0{border-bottom-left-radius:var(--pcg-radius,10px)}.pcg__row-heading-cell{font-size:clamp(14px,4.5vw,18px);padding:10px 6px}.pcg__plan-name{font-size:clamp(13px,4.2vw,18px);padding:16px 4px}.pcg__badge{letter-spacing:.08em;padding:5px 10px}.pcg__badge,.pcg__to-join{font-size:clamp(9px,2.8vw,12px)}.pcg__price{font-size:clamp(15px,5.5vw,24px);overflow-wrap:anywhere}.pcg__sub-text{font-size:clamp(9px,2.8vw,12px);font-weight:700;opacity:.95}.pcg__row--light .pcg__to-join{font-size:clamp(8px,2.4vw,10px)}.pcg__row--light .pcg__price{font-size:clamp(13px,4.5vw,19px)}.pcg__row--light .pcg__sub-text{font-size:clamp(8px,2.4vw,10px)}}