.plans-section{background-color:var(--background);padding:2rem 0}.plans-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center}.section-header{text-align:center;margin-bottom:3rem;width:100%}.section-header h2{font-size:2rem;margin-bottom:1rem;color:var(--foreground)}.section-header p{font-size:1.125rem;color:#6b7280}.launch-message{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;margin:0 auto 2rem;text-align:center;max-width:800px;width:100%;color:#fff;box-shadow:0 10px 25px -5px rgba(102,126,234,.4);animation:fadeInUp .6s ease-out}.launch-message h3{font-size:1.8rem;margin-bottom:1rem;font-weight:700}.launch-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:1rem;opacity:.95}.launch-description{font-size:1.1rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.launch-highlight{font-size:1.2rem;font-weight:600;margin-top:1rem;opacity:.95}.launch-quote{margin-top:1.5rem;font-size:1.1rem;font-style:italic}.plan-option{background-color:#f8fafc;padding:2rem;border-radius:12px;text-align:center;transition:transform .3s,box-shadow .3s;cursor:pointer;border:1px solid #e2e8f0;position:relative;overflow:hidden;max-width:800px;width:100%;margin:0 auto 2rem}.plan-option:hover{transform:translateY(-4px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1);border-color:#667eea}.plan-option h4{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1rem;transition:opacity .3s}.plan-option p{color:#475569;font-size:1rem;line-height:1.6;transition:opacity .3s;max-width:600px;margin:0 auto}.plan-button{display:inline-block;margin-top:1.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px rgba(102,126,234,.3);border:none;cursor:pointer}.plan-option:hover .plan-button{opacity:1;transform:translateY(0)}.plan-button:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 6px 10px -1px rgba(102,126,234,.5);transform:translateY(-2px)}.plan-button:active{transform:translateY(0);box-shadow:0 2px 4px -1px rgba(102,126,234,.3)}.plan-option:hover h4,.plan-option:hover p{opacity:.9}.offer-badge{margin-top:1rem;text-align:center;width:100%}.offer-badge span{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600;display:inline-block;box-shadow:0 4px 6px -1px rgba(245,87,108,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.plans-section{padding:2rem 0}.section-header h2{font-size:1.5rem}.section-header p{font-size:1rem}.launch-message{padding:1.5rem;margin:0 1rem 1.5rem;width:calc(100% - 2rem)}.launch-message h3{font-size:1.5rem}.launch-highlight,.launch-subtitle{font-size:1rem}.launch-description{font-size:.95rem}.plan-option{padding:1.5rem;margin:0 1rem 1.5rem;width:calc(100% - 2rem)}.plan-option h4{font-size:1.25rem}.plan-option p{font-size:.95rem}.plan-button{opacity:1;transform:translateY(0);padding:.6rem 1.2rem;font-size:.875rem}.plan-option:hover{transform:translateY(-2px)}.offer-badge span{font-size:.75rem;padding:.4rem 1rem}}@media (max-width:480px){.launch-message{padding:1rem;margin:0 .5rem 1rem;width:calc(100% - 1rem)}.launch-message h3{font-size:1.2rem}.plan-option{padding:1rem;margin:0 .5rem 1rem;width:calc(100% - 1rem)}.plan-option h4{font-size:1.1rem}.plan-option p{font-size:.875rem}.plan-button{padding:.5rem 1rem;font-size:.8rem;width:100%}}