.pricing-plans{box-sizing:border-box;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:100vw}.pricing-plans a:hover{color:revert-rule;opacity:.8}.pricing-plans__grid{display:grid;gap:var(--pp-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.pricing-plan{background:var(--pp-card-bg);border:4px solid var(--pp-card-border);border-radius:var(--pp-radius);padding:30px 16px}.pricing-plan--featured{background:linear-gradient(var(--pp-card-bg),var(--pp-card-bg)) padding-box,linear-gradient(180deg,var(--pp-featured-start),var(--pp-featured-end)) border-box;background-clip:padding-box,border-box;border:4px solid transparent}.pricing-plan__content{padding:8px 6px}.pricing-plan__title{color:var(--pp-title);font-size:2.2rem;font-weight:600;line-height:1.1;margin:0}.pricing-plan__label{color:var(--pp-label);font-size:.9rem;font-weight:700;letter-spacing:.08em;margin:16px 0 10px}.pricing-plan__desc{color:var(--pp-text);font-size:1.24rem;line-height:1.5}.pricing-plan__primary{background:var(--pp-primary-bg);border-radius:999px;color:var(--pp-primary-text);font-size:20px;margin-top:24px;padding:14px 0;transition:background-color .2s ease}.pricing-plan__primary,.pricing-plan__secondary{display:inline-flex;font-weight:500;justify-content:center;text-decoration:none;width:100%}.pricing-plan__secondary{align-items:center;color:var(--pp-secondary-text)!important;font-size:1.08rem;gap:6px;margin-top:14px}.pricing-plan__secondary-arrow{display:inline-block;transition:transform .2s ease}.pricing-plan__secondary:hover .pricing-plan__secondary-arrow{transform:translateX(5px)}@media (prefers-reduced-motion:reduce){.pricing-plan__secondary-arrow{transition:none}.pricing-plan__secondary:hover .pricing-plan__secondary-arrow{transform:none}}.pricing-plan__divider{border:0;border-top:1px solid var(--pp-divider);margin:28px 0}.pricing-plan__subtitle,.pricing-plan__subtitle p{color:var(--pp-label,var(--pp-title));font-size:1.1rem;font-weight:600;line-height:1.35;margin:0 0 14px}.pricing-plan__subtitle h1,.pricing-plan__subtitle h2,.pricing-plan__subtitle h3,.pricing-plan__subtitle h4,.pricing-plan__subtitle h5,.pricing-plan__subtitle h6,.pricing-plan__subtitle p{margin:0}.pricing-plan__subtitle h1+p,.pricing-plan__subtitle h2+p,.pricing-plan__subtitle h3+p,.pricing-plan__subtitle h4+p,.pricing-plan__subtitle p+p{margin-top:.35em}.pricing-plan__list{display:grid;gap:11px;list-style:none;margin:0;padding:0}.pricing-plan__list li{color:var(--pp-text);font-size:1.05rem;line-height:1.5;padding-left:20px;position:relative}.pricing-plan__list li:before{color:var(--pp-check);content:"\2713";font-size:.9rem;left:0;position:absolute;top:0}.pricing-plans__bottom{margin:78px auto 0;max-width:760px;text-align:center}.pricing-plans__bottom-title{color:var(--pp-bottom-title);font-size:3.4rem;line-height:1.05;margin:0 0 10px}.pricing-plans__bottom-desc{color:var(--pp-bottom-desc);font-size:1.25rem;line-height:1.6}.pricing-plans__bottom-btn{align-items:center;background:var(--pp-primary-bg);border-radius:999px;color:var(--pp-primary-text);display:inline-flex;font-size:1.12rem;font-weight:600;justify-content:center;margin-top:24px;min-width:240px;padding:14px 0;text-decoration:none;transition:background-color .2s ease}@media (max-width:1100px){.pricing-plans__grid{grid-template-columns:1fr}}