:root{--lime-green: #32CD32;--gold-color: #FFD700;--leaf-green: #4CAF50;--mike-chen-green: #10b981}.home-neumorphic-card{width:100%;max-width:1200px;background:var(--bg-gradient);padding:3rem;border-radius:var(--radius-xl);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);transition:all .3s ease;margin-top:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2)}.home-hero-section-video{position:relative;height:70vh;min-height:500px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:2}.hero-content{position:relative;z-index:3;animation:fadeIn 1s ease-in-out}.home-hero-section{padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;margin-bottom:3rem}.home-hero-title{font-family:Outfit,sans-serif;font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.5);line-height:1.1}.home-hero-title span{color:#90ee90}.home-hero-subtitle{font-family:Inter,sans-serif;font-size:1.4rem;color:#ffffffe6;margin:0 auto 3rem;max-width:700px;line-height:1.6}.home-hero-mobile-visual{display:none;margin-bottom:2rem}.home-hero-mobile-visual i{font-size:5rem;color:var(--primary);background:var(--bg-body);padding:2rem;border-radius:50%;box-shadow:inset 5px 5px 10px var(--shadow-dark),inset -5px -5px 10px var(--shadow-light)}.home-hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.home-hero-actions .neu-btn{box-shadow:0 4px 20px #0000004d}.home-trust-section{padding:2rem 0;margin-bottom:3rem}.home-trust-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 2rem}.home-trust-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;border-radius:var(--radius-xl);background:var(--bg-body);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transition:all .3s ease;text-align:center}.home-trust-item:hover{transform:translateY(-5px);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}.home-trust-item i{font-size:2.5rem;color:var(--leaf-green);background:var(--bg-body);padding:1rem;border-radius:50%;box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);margin-bottom:.5rem}.home-trust-item h4{font-size:1.1rem;color:var(--text-main);margin:0;font-weight:600}.home-section-container{max-width:1200px;margin:4rem auto;padding:3rem;background:var(--bg-gradient);border-radius:var(--radius-xl);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.home-section-header{text-align:center;max-width:800px;margin:0 auto 3rem}.home-section-badge{display:inline-block;background:var(--bg-body);color:var(--primary);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1rem;box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light)}.home-section-title{font-size:3rem;font-weight:800;color:var(--text-main);margin-bottom:1rem;line-height:1.2;text-shadow:2px 2px 4px var(--shadow-dark),-2px -2px 4px var(--shadow-light)}.home-section-dark .home-section-title{color:var(--text-main)}.home-section-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.6}.home-section-dark .home-section-subtitle{color:var(--text-muted)}.home-section-cta{text-align:center;margin-top:4rem}.home-section-badge.featured-badge{color:var(--lime-green)}.home-section-badge.featured-badge i,.home-section-badge.premium-badge i{color:var(--gold-color)}.home-neu-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}.home-neu-card:hover{transform:translateY(-10px);box-shadow:0 12px 24px #00000026}.home-card-image-wrapper{position:relative;height:220px;overflow:hidden}.home-card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-neu-card:hover .home-card-image-wrapper img{transform:scale(1.1)}.home-card-icon-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#e6e6e6,#fff);color:var(--primary);font-size:4rem}.home-card-price-badge{position:absolute;bottom:1rem;right:1rem;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:700;box-shadow:0 4px 8px #0000001a}.home-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.home-service-header h3{font-size:1.4rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.home-service-description{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.home-card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;border-top:1px solid #f0f0f0;gap:1rem}.home-card-actions .nav-link{color:var(--primary);text-decoration:none;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.5rem;padding:.8rem 1rem;border-radius:8px;transition:all .3s ease;border:1px solid var(--primary);flex-grow:1;justify-content:center}.home-card-actions .nav-link:hover{background:var(--primary);color:#fff}.home-card-actions .neu-btn{flex-grow:1;padding:.8rem 1rem;background:var(--primary);color:#fff;border-radius:8px;transition:background .3s ease;border:1px solid var(--primary);justify-content:center}.home-card-actions .neu-btn:hover{background:#3a6bcf;border-color:#3a6bcf}.home-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.home-plan-card{background:var(--bg-body);border-radius:var(--radius-xl);padding:2rem;box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);transition:all .3s ease;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.home-plan-featured{border:2px solid var(--primary);transform:scale(1.02)}.home-plan-badge{position:absolute;top:1rem;right:-2rem;background:var(--accent-color);color:#fff;padding:.5rem 3rem;font-size:.75rem;font-weight:600;transform:rotate(45deg);box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.home-plan-header{text-align:center;margin-bottom:1.5rem}.home-plan-icon{width:80px;height:80px;background:var(--bg-body);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);color:var(--primary);font-size:2rem}.home-plan-card:first-child .home-plan-icon i{color:gold}.home-plan-name{font-size:1.75rem;font-weight:700;color:var(--text-main);margin-bottom:1rem}.home-plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.home-plan-price .amount{font-size:3rem;font-weight:800;color:var(--primary);line-height:1}.home-plan-price .period{color:var(--text-muted);font-size:1rem}.home-plan-savings{display:inline-block;background:var(--secondary-color);color:#fff;padding:.25rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-top:.5rem;box-shadow:2px 2px 4px var(--shadow-dark),-2px -2px 4px var(--shadow-light)}.home-plan-divider{height:1px;background:linear-gradient(90deg,transparent,var(--shadow-dark),transparent);margin:1.5rem 0}.home-plan-body{margin-bottom:2rem}.home-plan-description{color:var(--text-muted);text-align:center;margin-bottom:1.5rem;line-height:1.6}.home-plan-features{display:flex;flex-direction:column;gap:.75rem}.home-feature-item{display:flex;align-items:center;gap:.75rem;color:var(--text-main)}.home-feature-item i{color:var(--lime-green);flex-shrink:0}.home-plan-footer{text-align:center}.home-plan-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:var(--radius-md);font-weight:600;transition:all .3s ease;width:100%;justify-content:center;margin-bottom:1rem;box-shadow:5px 5px 10px #4b7bec66,-5px -5px 10px #4b7bec33}.home-plan-cta-primary{background:var(--accent-color);box-shadow:5px 5px 10px #f59e0b66,-5px -5px 10px #f59e0b33}.home-plan-cta:hover{transform:translateY(-2px);box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light)}.home-plan-cta-primary:hover{box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light)}.home-plan-note{font-size:.875rem;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:.5rem}.home-plan-note i{color:var(--primary)}.home-testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.home-testimonial-card{background:var(--bg-body);padding:2rem;border-radius:var(--radius-xl);box-shadow:10px 10px 20px var(--shadow-dark),-10px -10px 20px var(--shadow-light);transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.home-testimonial-card:hover{transform:translateY(-4px);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}.home-testimonial-rating{color:var(--accent-color);font-size:1.25rem;margin-bottom:1rem}.home-testimonial-rating i{color:gold}.home-testimonial-text{color:var(--text-main);font-style:italic;line-height:1.6;margin-bottom:1.5rem}.home-testimonial-author{display:flex;align-items:center;gap:1rem}.home-testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:3px 3px 6px var(--shadow-dark),-3px -3px 6px var(--shadow-light)}.home-testimonial-author h4{margin:0;color:var(--text-main);font-size:1rem}.home-testimonial-author small{color:var(--text-muted);font-size:.875rem}.home-cta-section{background:var(--bg-gradient);padding:4rem;border-radius:var(--radius-xl);max-width:1200px;margin:4rem auto;text-align:center;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);border:1px solid rgba(255,255,255,.2)}.home-cta-content{max-width:800px;margin:0 auto}.home-cta-title{font-size:3rem;font-weight:800;color:var(--text-main);margin-bottom:1rem;text-shadow:2px 2px 4px var(--shadow-dark),-2px -2px 4px var(--shadow-light)}.home-cta-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem}.home-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home-cta-actions .neu-btn i.fa-phone{color:var(--mike-chen-green)}.home-cta-note{margin-top:2rem;color:var(--text-muted);font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.home-empty-state{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-muted)}.home-empty-state i{font-size:4rem;color:var(--primary-light);margin-bottom:1rem}.home-empty-state h3{font-size:1.5rem;color:var(--text-main);margin-bottom:.5rem}@media(max-width:1024px){.home-hero-title{font-size:3rem}.home-hero-subtitle{font-size:1.1rem}.hero-content{padding:0 1rem}}@media(max-width:768px){.home-hero-title{font-size:2.5rem}.home-hero-subtitle{font-size:1rem}.home-hero-actions{flex-direction:column;gap:1rem}.home-hero-actions .neu-btn{width:100%;max-width:300px;margin:0 auto}.home-section-title{font-size:2rem}.home-services-grid,.home-plans-grid{grid-template-columns:1fr}.home-plan-featured{transform:none}.home-cta-title{font-size:2rem}.home-cta-actions{flex-direction:column}.home-neumorphic-card,.home-section-container{padding:2rem}}@media(max-width:480px){.home-hero-section{padding:2rem 1rem}.home-hero-title{font-size:2rem}.home-hero-subtitle{font-size:.9rem}.home-neumorphic-card,.home-section-container{padding:1.5rem}}@media(max-width:768px){.home-hero-title{animation:fadeInUp .5s ease-out}.home-hero-subtitle{animation:fadeInUp .6s ease-out}.home-hero-actions{animation:fadeInUp .8s ease-out}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-service-card,.home-plan-card,.home-testimonial-card{animation:fadeInUp .6s ease-out}.home-service-card:nth-child(2){animation-delay:.1s}.home-service-card:nth-child(3){animation-delay:.2s}.home-plan-card:nth-child(2){animation-delay:.1s}.home-plan-card:nth-child(3){animation-delay:.2s}.text-center{text-align:center}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.loading-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mySwiper{width:100%;height:auto;padding:20px 0;position:relative}.services-wrapper,.home-services-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media(min-width:640px){.services-wrapper,.home-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:0}.swiper-button-next,.swiper-button-prev,.swiper-pagination{display:none!important}.mySwiper{padding:0}}.swiper-slide{display:flex;justify-content:center;align-items:center;height:auto;opacity:.8;transition:opacity .3s ease}.swiper-slide-active{opacity:1}.swiper-button-next,.swiper-button-prev{color:var(--primary);width:40px;height:40px;background:var(--bg-body);border-radius:50%;box-shadow:5px 5px 10px var(--shadow-dark),-5px -5px 10px var(--shadow-light);transition:all .3s ease}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.2rem;font-weight:700}.swiper-button-next:hover,.swiper-button-prev:hover{transform:translateY(-2px);box-shadow:inset 3px 3px 7px var(--shadow-dark),inset -3px -3px 7px var(--shadow-light)}.mySwiper .swiper-button-prev{left:-10px}.mySwiper .swiper-button-next{right:-10px}.swiper-pagination-bullet{background:var(--text-muted);opacity:.6;width:10px;height:10px;margin:0 5px;transition:all .3s ease;box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light)}.swiper-pagination-bullet-active{background:var(--primary);width:12px;height:12px;opacity:1;box-shadow:3px 3px 7px var(--shadow-dark),-3px -3px 7px var(--shadow-light)}@media(max-width:639px){.swiper-slide{width:100%!important}.home-neu-card{width:100%;margin:0 auto}.swiper-button-next,.swiper-button-prev{display:none}.swiper-pagination{margin-top:1.5rem}}
