.party-pricing{background:linear-gradient(135deg,rgba(156,39,176,.1),rgba(233,30,99,.1));border:2px solid rgba(156,39,176,.3);border-radius:20px;padding:3rem 2rem;margin:3rem 0}.pricing-content{max-width:800px;margin:0 auto;text-align:center}.pricing-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.pricing-header .material-symbols-outlined{font-size:3rem;color:#e91e63;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.pricing-header h2{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#9c27b0,#e91e63);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-description{font-size:1.3rem;color:#ededed;margin-bottom:2rem;line-height:1.6}.pricing-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.price-box{background:rgba(156,39,176,.2);border:2px solid rgba(156,39,176,.4);border-radius:16px;padding:2rem}.price-amount{display:flex;align-items:flex-start;justify-content:center;margin-bottom:.5rem}.currency{font-size:2rem;font-weight:700;color:#e91e63;margin-top:.5rem;margin-right:.25rem}.amount{font-size:4rem;font-weight:900;color:#e91e63;line-height:1}.price-info{font-size:1.1rem;color:#b0b0b0;margin:0}.additional-pricing{display:flex;align-items:center;justify-content:center;gap:.75rem;background:rgba(233,30,99,.1);border:1px solid rgba(233,30,99,.3);border-radius:12px;padding:1rem 1.5rem}.additional-pricing .material-symbols-outlined{font-size:1.5rem;color:#e91e63}.additional-pricing p{font-size:1.1rem;color:#ededed;margin:0}.pricing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:2rem 0;border-top:1px solid rgba(156,39,176,.2);border-bottom:1px solid rgba(156,39,176,.2)}.feature{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.feature .material-symbols-outlined{font-size:2.5rem;color:#9c27b0;background:rgba(156,39,176,.1);padding:1rem;border-radius:50%}.feature span:last-child{font-size:1rem;color:#b0b0b0;line-height:1.4}.pricing-cta{margin-top:2rem}.book-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#9c27b0,#e91e63);color:white;padding:1.25rem 3rem;border-radius:50px;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(156,39,176,.4)}.book-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(156,39,176,.6)}.book-button .material-symbols-outlined{font-size:1.5rem}@media (max-width:768px){.party-pricing{padding:2rem 1.5rem;margin:2rem 0}.pricing-header h2{font-size:1.8rem}.pricing-header .material-symbols-outlined{font-size:2.5rem}.pricing-description{font-size:1.1rem}.amount{font-size:3rem}.currency{font-size:1.5rem}.pricing-features{grid-template-columns:1fr;gap:1rem}.book-button{padding:1rem 2rem;font-size:1rem}}