.plans-section{background:#fff;padding:2.5rem 1rem}.plans-wrapper{align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1320px}.plan-card{background:#fff;border:1px solid rgba(45,40,100,.1);border-radius:28px;box-shadow:0 10px 30px rgba(34,36,38,.1);color:#111;display:flex;flex-direction:column;justify-content:space-between;min-height:360px;padding:2rem 2rem 1.6rem;position:relative;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.plan-card:hover{box-shadow:0 14px 38px rgba(34,36,38,.14);transform:translateY(-2px)}.plan-title{color:#1d1a44;font-size:1.6rem;font-weight:800;letter-spacing:.02em;margin:0 0 1.3rem;text-transform:uppercase}.plan-content{margin-top:.25rem}.plan-price{color:#26b6c2;font-size:2rem;font-weight:500;line-height:1.1;margin:0 0 1.2rem}.plan-price-strong{font-weight:800}.plan-list{color:#1a1a1a;font-size:1.05rem;line-height:1.6;margin:0;padding-left:1.2rem}.plan-list li{margin:.45rem 0}.plan-cta{display:flex;justify-content:flex-end;margin-top:1.4rem}.cta-pill{align-items:center;background:#26b6c2;border-radius:999px;color:#fff;display:inline-flex;gap:.7rem;padding:.9rem 1.2rem;transition:transform .18s ease,background-color .18s ease}.cta-icon{display:inline-flex;height:20px;width:20px}.cta-icon svg{height:20px;stroke:#fff;width:20px}.cta-label{font-size:1rem;font-weight:700;white-space:nowrap}.plans-wrapper .plan-card:not(:first-child) .cta-pill{padding:.9rem}.plans-wrapper .plan-card:not(:first-child) .cta-label{display:none}.plans-wrapper .plan-card:not(:first-child):hover .cta-pill{padding:.9rem 1.2rem}.plans-wrapper .plan-card:not(:first-child):hover .cta-label{display:inline}.plan-card:hover .cta-pill{background:#1fa7b2;transform:scale(1.04)}@media (max-width:980px){.plans-wrapper{grid-template-columns:1fr}.plan-card{min-height:auto}.plan-title{font-size:1.4rem}.plan-price{font-size:1.8rem}}