.advantage-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid var(--accent)}.advantage-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-lg)}.advantage-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.advantage-card p{color:var(--text-light);line-height:1.8}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;max-width:1000px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px var(--shadow)}.contact-item h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--primary)}.contact-item a{color:var(--accent);font-weight:500;transition:color .3s ease}.contact-item a:hover{color:var(--accent-hover);text-decoration:underline}.contact-item p{color:var(--text-light);margin:0}.contact-cta{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px var(--shadow);display:flex;flex-direction:column;justify-content:center}.contact-message{font-size:1.125rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.contact-hours{color:var(--text-light);font-size:1rem}.contact-hours strong{color:var(--accent)}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px var(--shadow);overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;color:var(--primary);transition:background-color .3s ease}.faq-question:hover{background-color:var(--background-light)}.faq-icon{font-size:1.5rem;color:var(--accent);font-weight:300;min-width:30px;text-align:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding:0 1.5rem 1.5rem;color:var(--text-light);line-height:1.8}.hero{position:relative;min-height:600px;display:flex;align-items:center;background-image:url(/images/hero.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(45,55,72,.9),rgba(45,55,72,.7))}.hero-content{position:relative;z-index:1;max-width:700px;color:#fff;text-align:center;margin:0 auto}.hero-content h1{color:#fff;font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.hero-content p{font-size:1.25rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9);line-height:1.6}@media (max-width:768px){.hero{min-height:500px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.125rem}}@media (max-width:480px){.hero{min-height:450px}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}}.usp-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);padding:3rem 0}.usp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem}.usp-card{text-align:center;color:#fff}.usp-icon{font-size:3rem;margin-bottom:1rem}.usp-card h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.usp-card p{color:hsla(0,0%,100%,.9);font-size:.95rem;margin:0}@media (max-width:768px){.usp-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.usp-icon{font-size:2.5rem}.usp-card h3{font-size:1.125rem}.usp-card p{font-size:.9rem}}.pricing-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px var(--shadow);transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px var(--shadow-lg)}.pricing-card.popular{border:2px solid var(--accent)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background-color:var(--accent);color:#fff;padding:4px 16px;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary)}.price{margin-bottom:2rem;position:relative}.old-price{font-size:1.5rem;color:var(--text-light);text-decoration:line-through;opacity:.7}.old-price,.price .amount{display:block;margin-bottom:.25rem}.price .amount{font-size:2.5rem;font-weight:700;color:var(--accent)}.price .duration{color:var(--text-light);font-size:1rem}.features{list-style:none;margin-bottom:2rem;text-align:left}.features li{padding:.75rem 0;border-bottom:1px solid var(--border);color:var(--text);font-size:.95rem}.features li:last-child{border-bottom:none}.features li:before{content:"✓";color:var(--accent);font-weight:700;margin-right:.75rem}.promo-banner{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.125rem;margin:2rem auto 0;max-width:800px;box-shadow:0 4px 12px rgba(238,90,111,.3);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.options-notice{margin-top:3rem;text-align:center;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px var(--shadow)}.options-notice p{color:var(--text-light);margin:0;font-size:1rem}.options-notice strong{color:var(--primary)}@media (max-width:768px){.options-notice p{font-size:.9rem}.promo-banner{font-size:1rem;padding:.875rem 1.5rem}.old-price{font-size:1.25rem}.price .amount{font-size:2rem}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:4/3;box-shadow:0 2px 8px var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.02);box-shadow:0 8px 24px var(--shadow-lg)}.gallery-item img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}.testimonial-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px var(--shadow)}.stars{color:var(--accent);font-size:1.25rem;margin-bottom:1rem}.testimonial-text{font-style:italic;color:var(--text);margin-bottom:1.5rem;line-height:1.8}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:var(--primary);font-size:1rem}.testimonial-author span{color:var(--text-light);font-size:.9rem}