.homepage{background:#ffffff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-banner{height:70vh;min-height:500px;position:relative;overflow:hidden}.hero-image-container,.hero-slide{height:100%;position:relative}.hero-image-container{width:100%}.hero-bg-image{width:100%;object-fit:cover}.hero-bg-image,.hero-gradient{height:100%;position:absolute;top:0;left:0}.hero-gradient{width:50%;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.3));z-index:2}.hero-content-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;z-index:3;padding:0 60px}.hero-text-content{max-width:500px}.hero-text-content h1{font-size:3rem;font-weight:600;color:#2c3e50;line-height:1.1;margin-bottom:16px}.hero-text-content p{font-size:1.1rem;color:#6c757d;margin-bottom:32px;line-height:1.5}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.slide-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:4}.dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.dot.active{background:white}.btn-primary{background:#9bc328;color:white;padding:14px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.btn-primary:hover{background:#87a923;transform:translateY(-1px);box-shadow:0 4px 12px rgba(155,195,40,.3)}.btn-secondary{background:transparent;color:#9bc328;border:2px solid #9bc328;padding:12px 28px;border-radius:6px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.btn-secondary:hover{background:#9bc328;color:white;transform:translateY(-1px)}.categories-section{padding:80px 0;background:white}.section-title{text-align:center;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:50px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:30px;gap:30px}.category-card{text-decoration:none;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);background:white}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,.15)}.category-image-wrapper{position:relative;height:250px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-card:hover .category-image{transform:scale(1.05)}.category-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:30px 20px 20px;color:white}.category-overlay h3{font-size:1.4rem;font-weight:600;margin-bottom:8px;color:white}.category-overlay p{font-size:.9rem;opacity:.9;margin:0}.testimonials-section{padding:80px 0;background:#f8f9fa}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header h2{font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:20px}.google-rating{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.stars{display:flex;gap:2px}.star{color:#ffc107;font-size:1.5rem}.rating-text{color:#6c757d;font-size:1rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:30px;gap:30px}.testimonial-card{background:white;padding:30px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.testimonial-content{margin-bottom:20px}.quote-icon{font-size:3rem;color:#9bc328;line-height:1;margin-bottom:15px;font-family:serif}.testimonial-content p{font-size:1rem;line-height:1.6;color:#495057;margin:0;font-style:italic}.testimonial-author{display:flex;justify-content:space-between;align-items:center}.author-info h4{font-size:1.1rem;font-weight:600;color:#2c3e50;margin-bottom:8px}.author-stars{display:flex;gap:2px}.author-stars .star{color:#ffc107;font-size:1rem}.google-logo span{color:#4285f4;font-weight:500;font-size:.9rem}.trust-section{padding:80px 0;background:white;border-top:1px solid #e9ecef}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px}.trust-item{text-align:center}.trust-icon{width:48px;height:48px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center}.trust-icon img{width:100%;height:100%;object-fit:contain}.trust-item h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:12px}.trust-item p{color:#6c757d;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.hero-banner{height:60vh;min-height:450px}.hero-content-overlay{padding:0 30px}.hero-text-content h1{font-size:2.2rem}.hero-gradient{width:100%;background:linear-gradient(0deg,rgba(255,255,255,.9),transparent 60%)}.section-title{font-size:2.2rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.category-image-wrapper{height:220px}.testimonials-grid{grid-template-columns:1fr;gap:24px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:480px){.hero-banner{height:50vh;min-height:400px}.hero-content-overlay{padding:0 20px}.hero-text-content h1{font-size:1.8rem}.hero-buttons{flex-direction:column;align-items:flex-start}.btn-primary,.btn-secondary{width:100%;text-align:center}.section-title{font-size:2rem}.categories-grid{grid-template-columns:1fr;gap:20px}.category-image-wrapper{height:200px}.testimonials-section{padding:60px 0}.testimonials-header h2{font-size:2rem}.testimonial-card{padding:24px}.google-rating{flex-direction:column;gap:8px}.trust-section{padding:60px 0}.trust-grid{grid-template-columns:1fr;gap:24px}}