.plan-card { cursor: default; }
.plan-intro { min-height: 0; margin: 8px 0 0; }
.plan-card ul { margin: 4px 0 18px; }
.plan-actions { display: grid; gap: 9px; }
.plan-card[data-plan="learn"] .plan-actions{margin-bottom:49px}
.feature-video-link { display: block; padding: 3px; color: #1758bd; text-align: center; text-decoration: none; font-size: 13px; font-weight: 800; }
.feature-video-link:hover { text-decoration: underline; }
.plan-card .trial-button, .plan-card.popular .trial-button { background: #eff8f4; border-color: #8bd9b7; color: #087452; }
.plan-card button[data-plan-action]:not(.trial-button) { background: linear-gradient(100deg, #1f65ed, #08ae74); border-color: transparent; color: #fff; }
.trial-used-message{margin:2px 0 0;color:#b24b18;font-size:13px;font-weight:700;line-height:1.4}.trial-used-message strong{color:#087452}
.existing-plan-message{margin:2px 0 0;color:#b24b18;font-size:13px;font-weight:700;line-height:1.4}
.pricing-plan-notice{margin:12px auto 0;max-width:520px;text-align:center}

@media(max-width:800px){.plan-card[data-plan="learn"] .plan-actions{margin-bottom:0}}
