.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%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.hero-gradient{display:none}.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;position:relative;padding:40px 48px;z-index:1}.hero-text-content:before{width:140%;height:200%;background:radial-gradient(ellipse 70% 50% at center,rgba(255,255,255,.97) 0,rgba(255,255,255,.92) 50%,rgba(255,255,255,0) 80%);animation:orbFloat 8s ease-in-out infinite;filter:blur(15px)}.hero-text-content:after,.hero-text-content:before{content:"";position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);z-index:-1}.hero-text-content:after{width:130%;height:190%;background:radial-gradient(ellipse 65% 45% at center,rgba(255,255,255,.95) 0,rgba(255,255,255,.85) 40%,rgba(255,255,255,0) 75%);animation:orbFloat2 10s ease-in-out infinite;filter:blur(20px)}@keyframes orbFloat{0%,to{transform:translate(-50%,-50%) scaleX(1) scaleY(1);border-radius:45% 55% 50% 50%/55% 45% 55% 45%}25%{transform:translate(-48%,-52%) scaleX(1.03) scaleY(.98);border-radius:50% 50% 45% 55%/50% 50% 50% 50%}50%{transform:translate(-52%,-48%) scaleX(.98) scaleY(1.02);border-radius:55% 45% 50% 50%/45% 55% 45% 55%}75%{transform:translate(-49%,-51%) scaleX(1.02) scaleY(.99);border-radius:48% 52% 55% 45%/52% 48% 52% 48%}}@keyframes orbFloat2{0%,to{transform:translate(-50%,-50%) scaleX(1) scaleY(1)}33%{transform:translate(-52%,-48%) scaleX(1.04) scaleY(.97)}66%{transform:translate(-48%,-52%) scaleX(.97) scaleY(1.03)}}.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:var(--green-primary);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:var(--gradient-shimmer);background-size:400% 100%;animation:goldShimmer 1.5s ease-out forwards;transform:translateY(-2px);box-shadow:0 8px 25px rgba(179,178,46,.4)}.btn-secondary{background:transparent;color:var(--green-primary);border:2px solid var(--green-primary);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:var(--gradient-shimmer);background-size:400% 100%;animation:goldShimmer 1.5s ease-out forwards;color:white;border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 25px rgba(179,178,46,.4)}.categories-section{padding:0;background:white}.categories-section .container{max-width:100%;padding:0}.section-title{text-align:center;font-size:2.5rem;font-weight:600;color:#2c3e50;margin-bottom:50px;padding-top:80px}.categories-grid{display:flex;height:700px;overflow:hidden;border-radius:0;box-shadow:none}.category-card{flex:1 1;min-width:60px;position:relative;text-decoration:none;overflow:visible;transition:flex .5s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-clip-path:polygon(30px 0,calc(100% + 1px) 0,calc(100% - 29px) 100%,-1px 100%);clip-path:polygon(30px 0,calc(100% + 1px) 0,calc(100% - 29px) 100%,-1px 100%);margin-left:-31px}.category-card:first-child{-webkit-clip-path:polygon(0 0,calc(100% + 1px) 0,calc(100% - 29px) 100%,0 100%);clip-path:polygon(0 0,calc(100% + 1px) 0,calc(100% - 29px) 100%,0 100%);margin-left:0}.category-card:last-child{-webkit-clip-path:polygon(30px 0,100% 0,100% 100%,-1px 100%);clip-path:polygon(30px 0,100% 0,100% 100%,-1px 100%)}.category-card:hover{flex:4 1}.category-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .4s ease;filter:grayscale(40%) brightness(.7);transform:scale(1.15)}.category-card:hover .category-image{object-fit:contain;transform:scale(1);filter:grayscale(0) brightness(1)}.category-overlay{position:absolute;bottom:0;left:0;right:0;top:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 40%,transparent);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:30px 20px;color:white;transition:all .5s cubic-bezier(.4,0,.2,1)}.category-overlay h3{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:white;white-space:nowrap;transition:all .4s ease;text-align:center}.category-overlay p{font-size:.95rem;opacity:0;margin:0;transition:all .3s ease;color:rgba(255,255,255,.9);text-align:center}.category-card .category-overlay{justify-content:center;padding-bottom:60px}.category-card .category-overlay p{opacity:1;font-size:.85rem;margin-top:8px}.category-card .category-overlay p:after{content:"Click to see!"}.category-card .category-overlay p span{display:none}.category-card:hover .category-overlay{justify-content:flex-end;padding-bottom:30px}.category-card:hover .category-overlay p:after{content:none}.category-card:hover .category-overlay p span{display:inline}.category-view-count-badge{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.75rem;font-weight:600;color:white;background:rgba(128,168,103,.8);padding:4px 10px;border-radius:12px;margin-top:8px}.category-view-count-badge svg{stroke:white}@media (max-width:1024px){.categories-section .container{max-width:1200px;padding:0 20px}.section-title{padding-top:40px;margin-bottom:30px;font-size:2rem}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;height:auto}.category-card{-webkit-clip-path:none;clip-path:none;margin-left:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.category-card:before{display:none}.category-image-wrapper{position:relative;height:200px}.category-image{filter:none}.category-card:hover{flex:unset}.category-card:hover .category-image{transform:scale(1.05)}.category-overlay{justify-content:flex-end;padding:20px 15px;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.2) 60%,transparent)}.category-overlay h3{font-size:1.1rem;margin-bottom:4px}.category-overlay p{opacity:1;font-size:.8rem}.category-overlay p:after{content:none}.category-overlay p span{display:inline}}@media (max-width:600px){.categories-grid{grid-template-columns:1fr;gap:15px}.category-image-wrapper{height:180px}}.testimonials-section{padding:80px 0;background:#f8f9fa;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:40px}.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-section .container{max-width:100%;padding:0;overflow:hidden}.reviews-carousel-container{width:100%;overflow:visible;padding:20px 0}.reviews-carousel{display:flex;gap:24px;padding:10px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.testimonial-card{background:white;padding:28px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);width:380px;min-width:380px;flex-shrink:0;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none;transition:box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.12)}.testimonial-content{flex:1 1;margin-bottom:20px}.quote-icon{font-size:2.5rem;color:var(--green-primary);line-height:1;margin-bottom:12px;font-family:Georgia,serif;opacity:.8}.testimonial-content p{font-size:.95rem;line-height:1.65;color:#495057;margin:0;font-style:italic;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #eee}.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--green-primary) 0,#5a9a6e 100%);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.author-info{flex:1 1;min-width:0}.author-info h4{font-size:.95rem;font-weight:600;color:#2c3e50;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.author-badge{font-size:.7rem;color:#6c757d;background:#f0f0f0;padding:2px 6px;border-radius:4px;display:inline-block;margin-bottom:4px}.author-stars{display:flex;gap:1px}.author-stars .star{color:#ffc107;font-size:.85rem}.google-logo{flex-shrink:0}.google-logo svg{display:block}.carousel-hint{text-align:center;margin-top:24px;color:#9ca3af;font-size:.85rem}.carousel-hint span{display:inline-block;padding:8px 16px;background:rgba(0,0,0,.03);border-radius:20px}.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}.testimonial-card{width:320px;min-width:320px;padding: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{width:300px;min-width:300px;padding:20px}.reviews-carousel{padding:10px 16px;gap:16px}.testimonial-content p{-webkit-line-clamp:4}.author-avatar{width:38px;height:38px;font-size:.8rem}.google-rating{flex-direction:column;gap:8px}.trust-section{padding:60px 0}.trust-grid{grid-template-columns:1fr;gap:24px}}