.parties-page{min-height:100vh;background:#111;color:#ededed}.parties-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);overflow:hidden}.parties-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 70%,rgba(239,62,52,.1) 0,transparent 50%),radial-gradient(circle at 70% 30%,rgba(239,62,52,.05) 0,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero-content h1{font-size:clamp(2.5rem,6vw,4rem);color:#ef3e34;margin-bottom:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-content p{font-size:clamp(1.1rem,2.5vw,1.4rem);color:#ccc;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;text-decoration:none}.hero-btn.primary{background:#ef3e34;color:white}.hero-btn.primary:hover{background:#d32f2f;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,62,52,.4)}.hero-btn.secondary{background:transparent;color:#ef3e34;border:2px solid #ef3e34}.hero-btn.secondary:hover{background:#ef3e34;color:white;transform:translateY(-2px)}.parties-section{padding:5rem 0}.parties-section:nth-child(odd){background:#111}.parties-section:nth-child(2n){background:#1a1a1a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.parties-testimonials-section{padding:3rem 0;background:#1a1a1a}.parties-testimonials-section .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.parties-testimonials-section .testimonial-card{background:#2a2a2a;border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.3);border:1px solid #333;transition:all .3s ease}.parties-testimonials-section .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.5)}.parties-testimonials-section .rating{display:flex;gap:.2rem;margin-bottom:1rem}.parties-testimonials-section .star{color:#ffc107;font-size:1.2rem}.parties-testimonials-section .testimonial-content{color:#ccc;line-height:1.6;font-style:italic;margin-bottom:1rem}.parties-testimonials-section .testimonial-author{color:#ef3e34;font-weight:600}@media (max-width:768px){.parties-hero{padding:3rem 1rem;min-height:40vh}.hero-cta{flex-direction:column;align-items:center}.hero-btn{width:250px;justify-content:center}.container{padding:0 1rem}.parties-section{padding:3rem 0}}@media (max-width:480px){.parties-hero{padding:2rem 1rem}.hero-btn{width:100%;max-width:300px}}