.price-container{max-width:1400px;margin:0 auto}.plans-container{display:flex;justify-content:center;align-items:flex-start;gap:28px;margin-top:40px}.plan-card{background:white;border-radius:20px;padding:40px 30px;box-shadow:0 10px 30px rgba(0,0,0,0.1);width:100%;max-width:370px;position:relative;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column}.plan-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.plan-card.featured{background:linear-gradient(135deg,#6c5ce7 0%,#5a4fcf 100%);color:white;transform:scale(1.05);z-index:2;max-width:400px}.plan-card.featured:hover{transform:scale(1.08) translateY(-5px)}.card-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6c5ce7 0%,#5a4fcf 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px;color:white;font-weight:bold}.plan-card.featured .card-icon{background:rgba(255,255,255,0.2);border:2px solid rgba(255,255,255,0.3)}.pack-badge{display:inline-block;padding:8px 20px;border-radius:20px;font-size:0.85em;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;background:rgba(108,92,231,0.1);color:#6c5ce7}.plan-card.featured .pack-badge{background:rgba(255,255,255,0.2);color:white}.price{font-size:3em;font-weight:700;margin:20px 0;color:#6c5ce7}.plan-card.featured .price{color:white}.price-currency{font-size:0.5em;ertical-align:super}.description{color:#666;line-height:1.6;margin-bottom:30px;font-size:0.95em}.plan-card.featured .description{color:rgba(255,255,255,0.9)}.features{list-style:none;margin-bottom:30px;flex-grow:1}.features li{padding:12px 0;display:flex;align-items:flex-start;color:#333;font-size:0.95em;line-height:1.5}.plan-card.featured .features li{color:white}.check-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0;margin-top:2px}.check-icon svg{width:100%;height:100%;fill:#6c5ce7}.plan-card.featured .check-icon svg{fill:white}.speed-tier{margin-bottom:8px;padding-left:32px}.speed-tier strong{color:#6c5ce7;font-weight:600}.plan-card.featured .speed-tier strong{color:white}.cta-button{width:100%;padding:15px 20px;border-radius:10px;border:2px solid #6c5ce7;background:white;color:#6c5ce7;font-size:1em;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.cta-button:hover{background:#6c5ce7;color:white;transform:translateX(5px)}.plan-card.featured .cta-button{background:white;color:#6c5ce7;border-color:white}.plan-card.featured .cta-button:hover{background:rgba(255,255,255,0.9);transform:translateX(5px)}.arrow-icon{width:16px;height:16px}.active-badge{position:absolute;top:20px;right:20px;background:#28a745;color:white;padding:5px 12px;border-radius:15px;font-size:0.75em;font-weight:600}.speed-select-container{margin-bottom:20px}.speed-select-label{display:block;font-size:0.9em;font-weight:600;margin-bottom:8px;color:#333}.plan-card.featured .speed-select-label{color:white}.speed-select{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:10px;font-size:1em;font-weight:600;background:white;color:#333;cursor:pointer;transition:all 0.3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c5ce7' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}.speed-select:hover{border-color:#6c5ce7}.speed-select:focus{outline:none;border-color:#6c5ce7;box-shadow:0 0 0 3px rgba(108,92,231,0.1)}.plan-card.featured .speed-select{background:rgba(255,255,255,0.95);border-color:rgba(255,255,255,0.3)}.plan-card.featured .speed-select:hover,.plan-card.featured .speed-select:focus{border-color:white;box-shadow:0 0 0 3px rgba(255,255,255,0.2)}.dynamic-features{margin-top:15px}.feature-item{padding:10px 0;display:flex;align-items:flex-start;color:#333;font-size:0.9em;line-height:1.5}.plan-card.featured .feature-item{color:white}.feature-item .check-icon{margin-top:3px}.cross-icon{width:20px;height:20px;margin-right:12px;flex-shrink:0;margin-top:2px}.cross-icon svg{width:100%;height:100%;fill:#dc3545}.plan-card.featured .cross-icon svg{fill:rgba(255,255,255,0.8)}@media (max-width:1200px){.plans-container{gap:20px}.plan-card.featured{transform:scale(1);max-width:380px}.plan-card.featured:hover{transform:translateY(-5px)}}@media (max-width:768px){.plans-container{flex-direction:column;align-items:center}.plan-card{max-width:100%}.plan-card.featured{max-width:100%;transform:scale(1)}.price{font-size:2.5em}}