.plan-card{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-direction:column;width:100%;max-width:320px;padding:20px 22px;transition:all .3s;display:flex;position:relative}.plan-card:hover{border-color:#7fa69c;box-shadow:0 8px 24px #7fa69c1a}.plan-card.featured{border:2px solid #7fa69c}.badge-container{flex-flow:wrap;gap:8px;margin-bottom:12px;display:flex}.trial-badge,.offer-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#666;border-radius:16px;width:fit-content;padding:4px 10px;font-size:10px;font-weight:600;display:inline-block}.plan-name{color:#2c2c2c;overflow-wrap:break-word;word-wrap:break-word;margin-bottom:3px;font-size:20px;font-weight:600}.plan-description{color:#666;overflow-wrap:break-word;word-wrap:break-word;min-height:28px;margin-bottom:12px;font-size:12px;line-height:1.3}.plan-price{margin-bottom:14px}.price-original{color:#999;margin-bottom:3px;font-size:12px;text-decoration:line-through}.price-amount{color:#2c2c2c;margin:1px 0;font-size:28px;font-weight:700}.plan-card.featured .price-amount{color:#2c2c2c}.price-period{color:#666;font-size:13px}.price-annual{color:#999;margin-top:4px;font-size:11px}.savings-badge{color:#666;background:#f5f5f5;border-radius:4px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.trial-note{color:#666;margin-top:4px;font-size:12px;font-weight:500}.offer-note{color:#666;margin-top:4px;font-size:11px;font-weight:600}.features-list{flex:1;margin-bottom:14px;list-style:none}.feature-item{color:#2c2c2c;border-bottom:1px solid #f5f5f5;align-items:flex-start;gap:8px;padding:5px 0;font-size:12px;display:flex}.feature-item:last-child{border-bottom:none}.feature-icon{color:#7fa69c;background:#7fa69c1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;font-size:11px;display:flex}.feature-text{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;flex:1;min-width:0;line-height:1.4}.feature-highlight{color:#2c2c2c;font-weight:600}.select-btn{color:#7fa69c;cursor:pointer;background:#fff;border:2px solid #7fa69c;border-radius:7px;width:100%;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.select-btn:hover,.plan-card.featured .select-btn{color:#fff;background:#7fa69c}.plan-card.featured .select-btn:hover{background:#6d9189;border-color:#6d9189}
