.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem 1rem;animation:fadeIn .3s ease-out}@media (min-width: 768px){.modal-overlay{padding:2rem}}@media (min-width: 1024px){.modal-overlay{padding:3rem}}.modal-container{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:75vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #0009;animation:slideUp .4s cubic-bezier(.4,0,.2,1);margin:0 auto}@media (min-width: 768px){.modal-container{max-height:85vh;border-radius:24px;max-width:800px}}@media (min-width: 1024px){.modal-container{max-width:900px;max-height:80vh}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#0000000d;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}@media (min-width: 768px){.modal-close{top:1.5rem;right:1.5rem;width:40px;height:40px}}.modal-close:hover{background:#0000001a;transform:rotate(90deg)}.close-icon{width:20px;height:20px;color:#000!important}.modal-header{padding:1.5rem 1.25rem 1.25rem;text-align:center;border-bottom:1px solid #e2e8f0}@media (min-width: 768px){.modal-header{padding:3rem 2rem 2rem}}.modal-title{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}@media (min-width: 768px){.modal-title{font-size:2.5rem;margin-bottom:.75rem}}.gradient-text-modal{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-subtitle{color:#64748b;font-size:.75rem;line-height:1.5}@media (min-width: 768px){.modal-subtitle{font-size:1rem;line-height:1.6}}.tab-switcher{position:relative;display:flex;gap:.5rem;padding:.75rem 1.25rem 0;background:#f9fafb}@media (min-width: 768px){.tab-switcher{padding:1.5rem 2rem 0}}.tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem .5rem;background:transparent;border:none;border-radius:12px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;position:relative;z-index:2;font-size:.75rem}@media (min-width: 640px){.tab-button{font-size:.9375rem;padding:1rem}}.tab-button.active{color:#1e293b}.tab-button[data-tab=user].active,.tab-button[data-tab=provider].active{color:#fff}.tab-icon{width:16px;height:16px}@media (min-width: 768px){.tab-icon{width:20px;height:20px}}.tab-indicator{position:absolute;bottom:0;left:.5rem;width:calc(50% - .75rem);height:calc(100% - 1.5rem);background:#10b981;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s ease;z-index:1}.tab-indicator.provider{background:#3b82f6}.tab-indicator.right{transform:translate(calc(100% + .5rem))}.tab-content{padding:1.25rem;background:#f9fafb}@media (min-width: 640px){.tab-content{padding:2rem}}.app-section{background:#fff;border-radius:16px;padding:1.25rem}@media (min-width: 640px){.app-section{padding:1.5rem}}@media (min-width: 768px){.app-section{padding:2.5rem;border-radius:20px}}.animate-fade-in{animation:contentFadeIn .4s ease-out}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-info{text-align:center;margin-bottom:1.25rem}@media (min-width: 768px){.app-info{margin-bottom:2.5rem}}.app-icon{width:56px;height:56px;margin:0 auto .75rem;border-radius:14px;display:flex;align-items:center;justify-content:center;position:relative}@media (min-width: 768px){.app-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px}}.app-icon:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:24px;opacity:.2;filter:blur(8px)}.user-icon{background:linear-gradient(135deg,#10b981,#059669)}.provider-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.icon-large{width:30px;height:30px;color:#fff;position:relative;z-index:1}@media (min-width: 768px){.icon-large{width:40px;height:40px}}.app-icon-image{width:100%;height:100%;object-fit:contain;border-radius:inherit;position:relative;z-index:1}.app-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}@media (min-width: 768px){.app-title{font-size:1.75rem;margin-bottom:.75rem}}.app-description{color:#64748b;font-size:.8125rem;line-height:1.5;margin-bottom:1rem}@media (min-width: 768px){.app-description{font-size:1rem;line-height:1.7;margin-bottom:1.5rem}}.app-features{list-style:none;padding:0;margin:0 0 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;text-align:left}@media (min-width: 768px){.app-features{margin:0 0 2rem;gap:.75rem}}@media (max-width: 480px){.app-features{grid-template-columns:1fr}}.app-features li{color:#475569;font-size:.75rem;display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.app-features li{font-size:.9375rem}}.download-section{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.download-section{grid-template-columns:repeat(2,1fr);gap:2rem}}.store-section{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 768px){.store-section{gap:1rem}}.qr-code-wrapper{display:none;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d}@media (min-width: 768px){.qr-code-wrapper{display:flex;padding:1rem;border-radius:16px}}.qr-canvas{display:block;border-radius:8px}.qr-label{color:#64748b;font-size:.6875rem;font-weight:600;text-align:center}@media (min-width: 768px){.qr-label{font-size:.8125rem}}.download-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;background:#000;color:#fff;text-decoration:none;border-radius:10px;transition:all .3s ease;cursor:pointer}@media (min-width: 768px){.download-btn{gap:.75rem;padding:1rem 1.5rem;border-radius:12px}}.download-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0000004d}.ios-btn,.android-btn{background:#000}.store-icon{width:26px;height:26px;flex-shrink:0}@media (min-width: 768px){.store-icon{width:32px;height:32px}}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-label{font-size:.5rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}@media (min-width: 768px){.store-label{font-size:.625rem}}.store-name{font-size:.875rem;font-weight:600;line-height:1.2}@media (min-width: 768px){.store-name{font-size:1.125rem}}.modal-container::-webkit-scrollbar{width:6px}.modal-container::-webkit-scrollbar-track{background:#f1f5f9}.modal-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.modal-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.modern-header{position:fixed;top:0;left:0;right:0;z-index:100000;padding:1rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent}.modern-header.scrolled{background:linear-gradient(135deg,#528828,#5863c5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 4px 6px -1px #0000004d;padding:.75rem 0}.header-container{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;z-index:100000;position:relative;text-decoration:none;transition:transform .3s ease;pointer-events:auto}.header-logo:hover{transform:scale(1.05)}.logo-image{width:90px;border-radius:20px;object-fit:contain;transition:transform .3s ease;pointer-events:none}@media (max-width: 1023px){.logo-image{width:70px}}@media (min-width: 1024px){.header-logo:hover .logo-image{transform:rotate(5deg)}}.logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modern-header.scrolled .logo-text{color:#1e293b;background:none;-webkit-text-fill-color:#1e293b}.desktop-nav{display:none;align-items:center;gap:2.5rem}@media (min-width: 1024px){.desktop-nav{display:flex}}.nav-link{position:relative;color:#fff;text-decoration:none;font-weight:500;font-size:.9375rem;transition:color .3s ease}.modern-header.scrolled .nav-link{color:#fff}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-link:hover,.modern-header.scrolled .nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.header-cta{display:none}@media (min-width: 1024px){.header-cta{display:block}}.btn-header-cta{padding:.75rem 1.5rem;color:#fff;font-weight:600;font-size:.9375rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center;margin-left:.5rem}.btn-header-cta:first-child{margin-left:0}.btn-user{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px -2px #10b98166}.btn-user:hover{transform:translateY(-2px);box-shadow:0 8px 20px -2px #10b98180}.btn-provider{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 12px -2px #3b82f666}.btn-provider:hover{transform:translateY(-2px);box-shadow:0 8px 20px -2px #3b82f680}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;z-index:100000;position:relative}@media (min-width: 1024px){.mobile-menu-btn{display:none}}.modern-header.scrolled .mobile-menu-btn{background:#10b9811a;border-color:#10b98133}.menu-icon{width:24px;height:24px;color:#fff}.modern-header.scrolled .menu-icon{color:#fff}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:100001;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:350px;background:linear-gradient(135deg,#528828,#5863c5);transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:100002;box-shadow:-10px 0 50px #0000004d;overflow-y:auto;display:flex;flex-direction:column}.mobile-nav.open{transform:translate(0)}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.2);background:#0000001a}.mobile-nav-logo{width:50px;height:50px;border-radius:12px;object-fit:contain}.mobile-close-btn{background:#fff3;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.mobile-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.close-icon{width:24px;height:24px;color:#fff}.mobile-nav-content{display:flex;flex-direction:column;align-items:stretch;padding:1.5rem;gap:.75rem;flex:1;overflow-y:auto}.mobile-nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;padding:.875rem 1.25rem;border-radius:10px;background:#ffffff26;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center}.mobile-nav-link:hover{background:#ffffff40;transform:translate(5px);border-color:#fff6}.mobile-nav-link:active{transform:translate(5px) scale(.98)}.mobile-cta-buttons{margin-top:1.5rem;display:flex;gap:1rem;flex-direction:column}.btn-mobile-cta{padding:1.25rem 2rem;color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-mobile-user{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 10px 25px -5px #10b9814d}.btn-mobile-user:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #10b98166}.btn-mobile-provider{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 10px 25px -5px #3b82f64d}.btn-mobile-provider:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #3b82f666}.btn-mobile-cta:active{transform:translateY(0)}@media (max-width: 480px){.mobile-nav-content{padding:1rem}}.providers-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (min-width: 768px){.providers-modal-overlay{padding:1rem}}.providers-modal{background:#fff;border-radius:16px;max-width:750px;width:100%;max-height:70vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000080;animation:modalSlideIn .3s ease-out}@media (min-width: 768px){.providers-modal{max-width:850px;max-height:75vh;border-radius:20px}}@media (min-width: 1024px){.providers-modal{max-width:950px;max-height:80vh}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.providers-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#528828,#5863c5);color:#fff;position:relative}@media (min-width: 768px){.providers-modal-header{align-items:center;padding:2rem}}.modal-header-content{flex:1}.providers-modal-header .modal-title{font-size:1.3rem!important;font-weight:800;margin:0;padding-right:3rem;line-height:1}@media (min-width: 768px){.providers-modal-header .modal-title{font-size:1.75rem!important;padding-right:0;line-height:normal}}.modal-subtitle{display:none}.modal-close-btn{background:#fff3;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:absolute;top:.125rem;right:1.25rem}@media (min-width: 768px){.modal-close-btn{position:relative;top:auto;right:auto;border-radius:12px;padding:.75rem}}.modal-close-btn:hover{background:#ffffff4d;transform:scale(1.05)}@media (min-width: 768px){.close-icon{width:24px;height:24px}}.map-container{height:160px;position:relative;overflow:hidden}@media (min-width: 768px){.map-container{height:200px}}@media (min-width: 1024px){.map-container{height:240px}}.custom-map{width:100%;height:100%;position:relative;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.map-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.street{position:absolute;background:#cbd5e1;border-radius:2px}.street-main{background:#64748b;height:8px}.street-secondary{background:#94a3b8;height:6px}.street-tertiary{background:#cbd5e1;height:4px}.street-1{top:30%;left:0;width:100%}.street-2{top:0;left:50%;width:8px;height:100%;transform:translate(-50%)}.street-3{top:15%;left:20%;width:60%}.street-4{top:60%;left:10%;width:80%}.street-5{top:0;left:25%;width:6px;height:100%}.street-6{top:45%;left:5%;width:40%}.street-7{top:75%;left:30%;width:50%}.street-8{top:0;left:75%;width:4px;height:70%}.street-9{top:20%;left:60%;width:30%}.street-10{top:85%;left:0;width:70%}.building{position:absolute;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border:1px solid #94a3b8;border-radius:2px}.building-1{top:10%;left:15%;width:25px;height:35px}.building-2{top:5%;right:20%;width:30px;height:40px}.building-3{top:35%;left:70%;width:20px;height:25px}.building-4{top:50%;left:10%;width:35px;height:30px}.building-5{top:65%;right:15%;width:25px;height:35px}.building-6{top:80%;left:40%;width:20px;height:25px}.building-7{top:25%;left:45%;width:30px;height:20px}.building-8{top:70%;left:80%;width:25px;height:30px}.park{position:absolute;background:linear-gradient(135deg,#10b981,#059669);border-radius:4px;opacity:.7}.park-1{top:20%;left:5%;width:60px;height:40px}.park-2{top:55%;right:10%;width:45px;height:30px}.park-3{bottom:10%;left:60%;width:35px;height:25px}.water{position:absolute;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;opacity:.8}.water-1{top:40%;left:80%;width:20px;height:15px}.water-2{bottom:20%;left:20%;width:25px;height:18px}.provider-marker{position:absolute;background:transparent;border:none;cursor:pointer;transition:all .3s ease;z-index:1000;padding:0}.provider-marker:hover{transform:scale(1.2);filter:drop-shadow(0 6px 20px rgba(0,0,0,.3))}.car-marker-icon{width:32px;height:32px;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.provider-marker:hover .car-marker-icon{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4)) brightness(1.1)}.car-right .car-marker-icon{transform:rotate(0)}.car-left .car-marker-icon{transform:rotate(180deg)}.car-up .car-marker-icon{transform:rotate(-90deg)}.car-down .car-marker-icon{transform:rotate(90deg)}.provider-marker{animation:carMovement 8s ease-in-out infinite}.car-right{animation-name:moveRight}.car-left{animation-name:moveLeft}.car-up{animation-name:moveUp}.car-down{animation-name:moveDown}@keyframes moveRight{0%,to{transform:translate(-50%,-50%) translate(-20px)}50%{transform:translate(-50%,-50%) translate(20px)}}@keyframes moveLeft{0%,to{transform:translate(-50%,-50%) translate(20px)}50%{transform:translate(-50%,-50%) translate(-20px)}}@keyframes moveUp{0%,to{transform:translate(-50%,-50%) translateY(15px)}50%{transform:translate(-50%,-50%) translateY(-15px)}}@keyframes moveDown{0%,to{transform:translate(-50%,-50%) translateY(-15px)}50%{transform:translate(-50%,-50%) translateY(15px)}}.provider-marker:nth-child(1){animation-delay:0s}.provider-marker:nth-child(2){animation-delay:1s}.provider-marker:nth-child(3){animation-delay:2s}.provider-marker:nth-child(4){animation-delay:3s}.provider-marker:nth-child(5){animation-delay:4s}.provider-marker:nth-child(6){animation-delay:5s}.marker-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:2px solid rgba(82,136,40,.3);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.4);opacity:0}}.providers-list{padding:1rem}@media (min-width: 768px){.providers-list{padding:1.5rem}}@media (min-width: 1024px){.providers-list{padding:2rem}}.providers-list-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem}@media (min-width: 768px){.providers-list-title{font-size:1.25rem;margin-bottom:1.5rem}}.providers-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.providers-grid{grid-template-columns:repeat(2,1fr)}}.provider-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.875rem;transition:all .3s ease;cursor:pointer}@media (min-width: 768px){.provider-card{padding:1.25rem;border-radius:14px}}@media (min-width: 1024px){.provider-card{padding:1.5rem;border-radius:16px}}.provider-card:hover{border-color:#528828;transform:translateY(-2px);box-shadow:0 8px 25px #52882826}.provider-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.provider-info{flex:1}.provider-name{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}@media (min-width: 768px){.provider-name{font-size:1.125rem}}.provider-rating{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b}@media (min-width: 768px){.provider-rating{font-size:.875rem}}.star-icon.filled{width:16px;height:16px;color:#fbbf24;fill:currentColor}.rating-text{color:#94a3b8}.provider-price{font-size:1rem;font-weight:700;color:#528828}@media (min-width: 768px){.provider-price{font-size:1.125rem}}.provider-services{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.service-tag{background:#5288281a;color:#528828;font-size:.6875rem;font-weight:600;padding:.25rem .625rem;border-radius:16px;border:1px solid rgba(82,136,40,.2)}@media (min-width: 768px){.service-tag{font-size:.75rem;padding:.25rem .75rem;border-radius:20px}}.provider-footer{display:flex;align-items:center;justify-content:space-between}.availability{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.availability-info{display:flex;flex-direction:column;gap:.125rem}.availability-status{font-weight:600;color:#10b981}.duration-text{font-size:.75rem;color:#94a3b8}.clock-icon{width:16px;height:16px;flex-shrink:0}.select-provider-btn{background:linear-gradient(135deg,#528828,#5863c5);color:#fff;border:none;border-radius:8px;padding:.625rem 1.25rem;font-weight:600;font-size:.8125rem;cursor:pointer;transition:all .3s ease}@media (min-width: 768px){.select-provider-btn{padding:.75rem 1.5rem;font-size:.875rem}}.select-provider-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #5288284d}.hero-section{position:relative;height:700px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#528828,#5863c5);padding:8rem 0 4rem}@media (max-width: 767px){.hero-section{height:auto;min-height:100vh;padding:6rem 0 2rem}}@media (min-width: 768px){.hero-section{height:750px}}@media (min-width: 1024px){.hero-section{height:800px}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.parallax-layer{position:absolute;top:0;left:0;right:0;bottom:0;will-change:transform}.parallax-bg{background:linear-gradient(135deg,#528828cc,#5863c5cc);z-index:-3}.parallax-shapes{background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.05) 0%,transparent 50%);z-index:-2}.parallax-particles{background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 160px 30px,rgba(255,255,255,.2),transparent);background-repeat:repeat;background-size:200px 200px;z-index:-1;animation:parallaxParticles 20s linear infinite}@keyframes parallaxParticles{0%{transform:translateY(0) translate(0)}to{transform:translateY(-200px) translate(-200px)}}.hero-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#10b981 0%,transparent 70%);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:20%;right:-5%;animation-delay:7s}.orb-3{width:450px;height:450px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-10%;left:30%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.hero-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (max-width: 767px){.hero-container{gap:1.5rem;align-items:flex-start}}@media (min-width: 1024px){.hero-container{grid-template-columns:1.1fr .9fr}}.hero-content{text-align:center}@media (min-width: 1024px){.hero-content{text-align:left}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:50px;color:#10b981;font-size:.875rem;font-weight:600;margin-top:-2rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out}@media (min-width: 768px){.hero-badge{margin-top:0;margin-bottom:2rem}}.badge-icon{width:16px;height:16px;animation:spin 3s linear infinite}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out .2s both}@media (min-width: 768px){.hero-title{font-size:3.5rem}}@media (min-width: 1024px){.hero-title{font-size:4rem}}.hero-title-simple{font-size:2rem;font-weight:700;line-height:1.4;color:#fff;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out .2s both}@media (min-width: 768px){.hero-title-simple{font-size:2.5rem}}@media (min-width: 1024px){.hero-title-simple{font-size:3rem}}.gradient-text{background:linear-gradient(135deg,#10b981,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-request-section{background:linear-gradient(135deg,#528828,#5863c5);border-radius:20px;padding:2rem;margin:2rem auto;max-width:500px;animation:fadeInUp .6s ease-out .4s both;box-shadow:0 10px 30px #0003;position:relative;z-index:10}@media (max-width: 767px){.hero-request-section{margin:1rem auto .5rem;padding:1.5rem}}@media (min-width: 1024px){.hero-request-section{margin:2rem auto}}.request-title{font-size:1.5rem;font-weight:700;color:#fff;text-align:center;margin-bottom:1.5rem}.request-form{display:flex;align-items:center;gap:.75rem;position:relative}.location-input-container{position:relative;flex:1;z-index:100}.location-input{width:100%;padding:1rem 3rem 1rem 1rem;background:#fff;border:none;border-radius:12px;font-size:1rem;color:#1e293b;outline:none;transition:all .3s ease}.location-input::placeholder{color:#94a3b8;font-size:.9375rem}.location-input:focus{box-shadow:0 0 0 3px #ffffff4d}.location-icon-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;border-radius:6px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.location-icon-btn:hover{background:#5288281a}.location-icon-btn:disabled{cursor:not-allowed;opacity:.5}.location-icon{width:18px;height:18px;color:#528828}.loading-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top:2px solid rgb(82,136,40);border-radius:50%;animation:spin 1s linear infinite}.suggestions-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000004d;border:1px solid #e5e7eb;z-index:1000;max-height:250px;overflow-y:auto}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f3f4f6}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#5288280d}.suggestion-icon{width:16px;height:16px;color:#94a3b8;flex-shrink:0}.suggestion-item span{font-size:.9375rem;color:#374151}.request-arrow-btn{background:#fff;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.request-arrow-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #0003}.arrow-icon{width:24px;height:24px;color:#528828}.hero-cta-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;animation:fadeInUp .6s ease-out .6s both}@media (min-width: 640px){.hero-cta-group{flex-direction:row;justify-content:center}}@media (min-width: 1024px){.hero-cta-group{justify-content:flex-start}}.btn-primary-modern{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:1rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px -5px #10b98166}.btn-primary-modern:hover{transform:translateY(-2px);box-shadow:0 20px 35px -5px #10b98180}.btn-secondary-modern{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:600;font-size:1rem;border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-secondary-modern:hover{background:#ffffff26;border-color:#ffffff4d}.btn-icon{width:20px;height:20px;transition:transform .3s ease}.btn-primary-modern:hover .btn-icon{transform:translate(4px)}.btn-icon-play{width:20px;height:20px}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;animation:fadeInUp .6s ease-out .8s both}@media (min-width: 1024px){.hero-stats{justify-content:flex-start}}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#64748b}.stat-divider{width:1px;height:40px;background:#ffffff1a}.hero-image-container{position:relative;animation:fadeInUp .8s ease-out .4s both}.hero-image-wrapper{position:relative;border-radius:24px;box-shadow:0 25px 50px -12px #00000080}.hero-convenience-text{margin-top:1.5rem;text-align:center;animation:fadeInUp .8s ease-out .6s both}.bullet-text{font-size:1.125rem;color:#fff;font-weight:500;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-image{width:100%;height:auto;display:block;border-radius:24px}@media (max-width: 767px){.hero-image-container{transform:translateY(0);margin-top:0}.hero-image-wrapper{border-radius:16px}.hero-image{object-fit:cover;object-position:center top;border-radius:16px;max-height:300px}.hero-convenience-text{margin-top:1rem}.bullet-text{font-size:1rem}}.floating-card{position:absolute;background:#fff6;border-radius:16px;padding:.75rem 1.25rem;box-shadow:0 20px 25px -5px #0003;display:none;align-items:center;gap:.75rem;animation:floatCard 3s ease-in-out infinite}@media (min-width: 768px){.floating-card{display:flex}}.card-1{bottom:10%;left:-20%;animation-delay:0s}.card-2{top:10%;right:-20%;animation-delay:1.5s}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.card-icon{font-size:2rem}.card-title{font-weight:600;color:#1a1a1a;font-size:.75rem}.card-subtitle{font-size:.625rem;color:#2d3748}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:fadeIn 1s ease-out 1.2s both}@media (max-width: 767px){.scroll-indicator{display:none}}.scroll-mouse{width:28px;height:45px;border:2px solid rgba(255,255,255,.3);border-radius:15px;position:relative}.scroll-mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#10b981;border-radius:2px;animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%,20%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,20px);opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services-section{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff);position:relative;overflow:hidden}.floating-shape{position:absolute;border-radius:50%;opacity:.1;animation:float 6s ease-in-out infinite}.shape-1{width:100px;height:100px;background:linear-gradient(135deg,#528828,#5863c5);top:10%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;background:linear-gradient(135deg,#5863c5,#528828);top:60%;right:15%;animation-delay:2s}.shape-3{width:80px;height:80px;background:linear-gradient(135deg,#528828,#5863c5);bottom:20%;left:20%;animation-delay:4s}.section-header{display:flex;align-items:center;gap:4rem;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.section-header-content{flex:1;text-align:left}.section-header-image{flex:0 0 400px;display:flex;justify-content:center;align-items:center}.cleaner-image{max-width:100%;height:auto;max-height:400px;object-fit:contain;border-radius:16px;box-shadow:0 20px 40px #0000001a}@media (max-width: 1024px){.section-header{flex-direction:column;text-align:center;gap:2rem}.section-header-content{text-align:center}.section-header-image{flex:none;max-width:300px}.cleaner-image{max-height:300px}}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border:1px solid rgba(16,185,129,.2);border-radius:50px;color:#10b981;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.badge-icon-sm{width:16px;height:16px}.section-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:#1e293b;margin-bottom:1.5rem}@media (min-width: 768px){.section-title{font-size:3.5rem}}.gradient-text-services{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;line-height:1.8;color:#64748b}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{position:relative;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px -5px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;height:100%}.service-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #0003}.service-bg{position:absolute;top:0;left:0;right:0;height:200px;background-size:cover;background-position:center;transition:transform .4s ease}.service-card:hover .service-bg{transform:scale(1.1)}.service-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%)}.service-content{position:relative;padding:14rem 2rem 2rem;z-index:1}.service-icon-wrapper{position:absolute;top:10rem;left:2rem;width:70px;height:70px;background:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -5px #0003;transition:transform .3s ease}.service-card:hover .service-icon-wrapper{transform:scale(1.1) rotate(5deg)}.service-blue .service-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb)}.service-green .service-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.service-purple .service-icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.service-icon{width:32px;height:32px;color:#fff}.service-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;padding:0;margin:0 0 2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#475569;font-size:.9375rem}.check-icon{width:18px;height:18px;color:#10b981;flex-shrink:0}.service-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.service-blue .service-btn{background:linear-gradient(135deg,#3b82f6,#2563eb)}.service-purple .service-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.service-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #10b98166}.arrow-icon{width:18px;height:18px;transition:transform .3s ease}.service-btn:hover .arrow-icon{transform:translate(4px)}.packages-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.packages-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.packages-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 25px 50px -12px #10b98140}.pricing-card.popular{border-color:#10b981;background:linear-gradient(135deg,#10b98105,#fff)}.package-icon-wrapper{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.pricing-card:hover .package-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);transform:rotate(10deg) scale(1.1)}.package-icon{width:32px;height:32px;color:#10b981;transition:color .4s ease}.pricing-card:hover .package-icon{color:#fff}.package-duration{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:linear-gradient(135deg,#f0fdf4,#f0f9ff);border-radius:12px;margin-bottom:1.5rem}.package-duration span{font-weight:600;color:#475569;font-size:.9375rem}.features-title{font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.features-list .feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem 0;color:#475569;font-size:.9375rem}.features-list .check-icon{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.pricing-cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px #10b98166}.pricing-cta-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #10b98180}.card-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(16,185,129,.06),transparent 40%);opacity:0;transition:opacity .3s;pointer-events:none}.services-cta{margin-top:4rem}.cta-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:24px;padding:3rem;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center;position:relative;overflow:hidden}@media (min-width: 768px){.cta-card{flex-direction:row;justify-content:space-between;text-align:left}}.cta-card:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%);border-radius:50%}.cta-content{position:relative;z-index:1}.cta-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.cta-text{color:#94a3b8;font-size:1rem;line-height:1.6}.cta-button{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fff;color:#1e293b;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #fff3}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.cta-button:hover .cta-arrow{transform:translate(4px)}.dual-cta-section{margin-top:4rem;padding:3rem 0}.dual-cta-container{display:flex;flex-direction:column;gap:1.5rem;max-width:1000px;margin:0 auto}.dual-cta-card{background:#fff;border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:2rem;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.dual-cta-content{flex:1}.dual-cta-title{color:#1a1a1a;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.dual-cta-subtitle{color:#666;font-size:.9rem;margin-bottom:1.25rem;line-height:1.4}.dual-cta-button{background:linear-gradient(135deg,#528828,#5863c5);color:#fff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.dual-cta-button:hover{transform:translateY(-1px)}.dual-cta-image{flex-shrink:0;width:280px;height:200px;border-radius:12px;overflow:hidden}.dual-cta-img{width:100%;height:100%;object-fit:cover}.dual-cta-card:nth-child(1){flex-direction:row}.dual-cta-card:nth-child(2){flex-direction:row-reverse}@media (max-width: 768px){.dual-cta-container{gap:1rem}.dual-cta-card{flex-direction:column;text-align:center;padding:1.25rem}.dual-cta-card:nth-child(2){flex-direction:column}.dual-cta-card:nth-child(2) .dual-cta-content{display:block}.dual-cta-card:nth-child(2) .dual-cta-button{display:inline-flex}.dual-cta-image{width:100%;height:220px;order:-1}.dual-cta-title{font-size:1.125rem}.dual-cta-subtitle{font-size:.875rem}}@media (max-width: 480px){.dual-cta-section{margin-top:2rem;padding:2rem 0}.dual-cta-card{padding:1rem;flex-direction:column!important}.dual-cta-card:nth-child(1),.dual-cta-card:nth-child(2){flex-direction:column!important}.dual-cta-card:nth-child(2) .dual-cta-content{display:block!important}.dual-cta-card:nth-child(2) .dual-cta-button{display:inline-flex!important}.dual-cta-image{height:180px;order:-1}.dual-cta-title{font-size:1rem}.dual-cta-subtitle{font-size:.8125rem}}.animated-stats-section{padding:8rem 0;background:linear-gradient(135deg,#52882808,#5863c508);overflow:hidden;position:relative}.animated-stats-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(82,136,40,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(88,99,197,.05) 0%,transparent 50%);z-index:0}.container{position:relative;z-index:1}.image-text-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto}.image-text-layout.image-right,.image-text-layout.image-left{grid-template-columns:1fr 1fr}.section-title .gradient-text{background:linear-gradient(135deg,#528828,#5863c5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-buttons{display:flex;gap:1rem;flex-wrap:wrap}.section-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.section-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.btn-user{background:linear-gradient(135deg,#528828,#10b981);color:#fff}.btn-user:hover{background:linear-gradient(135deg,#487e1e,#059669)}.btn-provider{background:linear-gradient(135deg,#5863c5,#3b82f6);color:#fff}.btn-provider:hover{background:linear-gradient(135deg,#4e59bb,#2563eb)}.btn-arrow{width:18px;height:18px;transition:transform .3s ease}.section-btn:hover .btn-arrow{transform:translate(4px)}@media (max-width: 768px){.animated-stats-section{padding:4rem 0}.image-text-layout{grid-template-columns:1fr;gap:2rem}.image-text-layout.image-left .image-section{order:0}.content-section{padding:1rem}.section-title{font-size:2rem}.section-description{font-size:1rem}.section-buttons{flex-direction:column}.section-btn{width:100%;justify-content:center}.features-list li{font-size:.9375rem;padding:.75rem 0}.check-icon{width:20px;height:20px}}.features-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.parallax-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.floating-shape{position:absolute;border-radius:50%;opacity:.08;animation:float 8s ease-in-out infinite}.shape-1{width:120px;height:120px;background:linear-gradient(135deg,#528828,#5863c5);top:15%;right:10%;animation-delay:0s}.shape-2{width:80px;height:80px;background:linear-gradient(135deg,#5863c5,#528828);bottom:30%;left:5%;animation-delay:3s}.shape-3{width:100px;height:100px;background:linear-gradient(135deg,#528828,#5863c5);top:50%;right:20%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.features-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(16,185,129,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.05) 0%,transparent 50%);pointer-events:none}.features-header{text-align:center;max-width:700px;margin:0 auto 4rem;position:relative;z-index:1}.features-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}@media (min-width: 768px){.features-title{font-size:3.5rem}}.gradient-text-feat{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.features-subtitle{font-size:1.125rem;color:#64748b;line-height:1.8}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:5rem;position:relative;z-index:1}@media (min-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2.5rem;background:#fff;border-radius:20px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#10b981,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000026;border-color:#10b98133}.feature-icon-container{position:relative;width:70px;height:70px;margin-bottom:1.5rem}.feature-icon-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:16px;transition:all .3s ease}.feature-card:hover .feature-icon-bg{transform:rotate(10deg) scale(1.1);background:linear-gradient(135deg,#10b98133,#3b82f633)}.feature-icon{position:relative;width:100%;height:100%;padding:1.25rem;color:#10b981;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1);color:#059669}.feature-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.feature-card-description{color:#64748b;line-height:1.7;font-size:.9375rem}.stats-bar{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;position:relative;overflow:hidden}@media (min-width: 640px){.stats-bar{grid-template-columns:repeat(2,1fr);gap:2rem;padding:2.5rem}}@media (min-width: 768px){.stats-bar{grid-template-columns:repeat(4,1fr);padding:3rem}}.stats-bar:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%}.stat-box{text-align:center;position:relative;z-index:1}.stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:#94a3b8;font-size:.875rem}@media (min-width: 640px){.stat-value{font-size:2.25rem}.stat-label{font-size:.9375rem}}@media (min-width: 768px){.stat-value{font-size:2.5rem}}.image-text-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:4rem auto 0;position:relative;z-index:1}.image-text-layout.image-left .image-section{order:-1}.image-section{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026}.section-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.image-section:hover .section-image{transform:scale(1.05)}.content-section{padding:2rem}.section-title{font-size:2.75rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;color:#1e293b}.section-description{font-size:1.125rem;color:#64748b;line-height:1.8;margin-bottom:2rem}@media (max-width: 768px){.image-text-layout{grid-template-columns:1fr;gap:2rem;margin-top:3rem}.image-text-layout.image-left .image-section{order:0}.content-section{padding:1rem}.section-title{font-size:2rem}.section-description{font-size:1rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.section-description{font-size:.9375rem}}.testimonials-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.testimonials-header{text-align:center;max-width:700px;margin:0 auto 4rem}.testimonials-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}@media (min-width: 768px){.testimonials-title{font-size:3.5rem}}.gradient-text-test{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-subtitle{font-size:1.125rem;color:#64748b;line-height:1.8}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#10b981,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000026}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start}.testimonial-quote-icon{width:48px;height:48px;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:12px;display:flex;align-items:center;justify-content:center}.quote-icon{width:24px;height:24px;color:#10b981}.testimonial-stars{display:flex;gap:.25rem}.star-icon{width:18px;height:18px;color:#fbbf24;fill:#fbbf24}.testimonial-text{color:#475569;line-height:1.7;font-size:.9375rem;flex-grow:1}.testimonial-footer{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.testimonial-author{flex-grow:1}.author-name{font-weight:600;color:#1e293b;font-size:.9375rem}.author-role{font-size:.8125rem;color:#64748b}.testimonial-service{padding:.375rem .875rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;font-size:.75rem;font-weight:600;color:#10b981}.testimonials-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;position:relative;overflow:hidden}.testimonials-cta:before{content:"";position:absolute;top:-50%;left:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%}.cta-text-test{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:2rem;position:relative;z-index:1}@media (min-width: 768px){.cta-text-test{font-size:2.25rem}}.cta-btn-test{padding:1.25rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:1.125rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px -5px #10b98166;position:relative;z-index:1}.cta-btn-test:hover{transform:translateY(-2px);box-shadow:0 20px 35px -5px #10b98180}.modern-footer{background:linear-gradient(135deg,#528828,#5863c5);color:#fff;padding:4rem 0 2rem;position:relative;overflow:hidden}.modern-footer:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);border-radius:50%}.footer-content{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;position:relative;z-index:1}@media (min-width: 640px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-brand{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.footer-logo-image{width:120px;height:120px;object-fit:contain;border-radius:20px!important;display:block}.footer-logo-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#fff;line-height:1.7;margin-bottom:1.5rem;font-size:.9375rem}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.social-link:hover{background:linear-gradient(135deg,#10b981,#3b82f6);transform:translateY(-2px);border-color:transparent}.social-icon{width:18px;height:18px;color:#fff}.footer-links{display:flex;flex-direction:column}.footer-heading{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-list a{color:#fff;text-decoration:none;transition:all .3s ease;font-size:.9375rem;display:inline-block}.footer-list a:hover{color:#10b981;transform:translate(4px)}.footer-contact{display:flex;flex-direction:column}.contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.contact-list li{display:flex;align-items:flex-start;gap:.75rem;color:#fff;font-size:.9375rem;line-height:1.6}.contact-icon{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:.125rem}.footer-download-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15)}.download-heading{font-size:1rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.footer-app-stores{display:flex;flex-direction:row;gap:1.5rem;justify-content:center}.footer-store-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:1;max-width:180px}.footer-qr-code{background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 4px 10px #0003}.footer-store-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem .75rem;background:#ffffff26;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.75rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.footer-store-btn:hover{background:#ffffff40;transform:translateY(-2px);border-color:#ffffff4d}.store-icon{width:18px;height:18px;flex-shrink:0}.footer-bottom{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;position:relative;z-index:1}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer-copyright{color:#fff;font-size:.875rem}.footer-legal{display:flex;gap:2rem;justify-content:center}@media (min-width: 768px){.footer-legal{justify-content:flex-end}}.footer-legal a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-legal a:hover{color:#10b981}.ai-chat-button-merged{position:fixed;bottom:2rem;right:2rem;z-index:1999;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:50%;box-shadow:0 10px 25px -5px #10b98180;cursor:pointer;transition:all .3s ease;animation:slideInRight .3s ease-out}@media (max-width: 1023px){.ai-chat-button-merged{bottom:5rem}}.ai-chat-button-merged:hover{transform:scale(1.05) translateY(-4px);box-shadow:0 20px 40px -5px #10b98199}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.button-text{font-weight:700;font-size:1.125rem;margin:0 .25rem}.label-icon{width:20px;height:20px}.chat-button-icon{width:28px;height:28px}.ai-chat-window{position:fixed;bottom:6.5rem;right:2rem;z-index:1999;width:380px;max-width:calc(100vw - 2rem);height:600px;max-height:calc(100vh - 11rem);background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@media (max-width: 1023px){.ai-chat-window{bottom:6rem!important;top:auto!important;right:1rem!important;left:1rem!important;width:auto!important;height:525px!important;max-height:525px!important;min-height:525px!important}}@media (max-width: 480px){.ai-chat-window{bottom:6rem!important;top:auto!important;right:.5rem!important;left:.5rem!important;height:441px!important;max-height:441px!important;min-height:441px!important}}@media (max-width: 375px){.ai-chat-window{bottom:6rem!important;top:auto!important;right:.25rem!important;left:.25rem!important;height:378px!important;max-height:378px!important;min-height:378px!important}.chat-messages{padding:1rem!important}.chat-input-container{padding:.75rem 1rem!important}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(135deg,#10b981,#059669);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-radius:24px 24px 0 0}.chat-header-content{display:flex;align-items:center;gap:.75rem}.chat-avatar{width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.avatar-icon{width:20px;height:20px;color:#fff}.chat-title-section{flex:1}.chat-title{font-size:1rem;font-weight:700;color:#fff;margin:0}.chat-status{font-size:.75rem;color:#fffc;margin:0}.chat-close-btn{width:32px;height:32px;background:#fff3;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.chat-close-btn:hover{background:#ffffff4d}.close-icon{width:18px;height:18px;color:#fff}.chat-messages{flex:1;padding:1.5rem;overflow-y:auto;background:#f9fafb;display:flex;flex-direction:column;gap:1rem;min-height:0}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f5f9}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-message{display:flex;margin-bottom:.75rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{justify-content:flex-end}.assistant-message{justify-content:flex-start}.message-content{max-width:75%;padding:.75rem 1rem;border-radius:18px;line-height:1.5;font-size:.9375rem;word-wrap:break-word;position:relative}.user-message .message-content{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:18px 18px 4px;box-shadow:0 2px 12px #10b98140}.assistant-message .message-content{background:#fff;color:#1e293b;border:1px solid #e5e7eb;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px #00000014}.message-title{margin:0 0 .5rem;font-size:1rem;font-weight:700;color:#10b981;line-height:1.4}.message-title:last-child{margin-bottom:0}.message-paragraph{margin:0 0 .75rem;line-height:1.6}.message-paragraph:last-child{margin-bottom:0}.message-list{margin:0 0 .75rem;padding-left:0;list-style:none}.message-list:last-child{margin-bottom:0}.message-list-item{position:relative;padding-left:1.25rem;margin-bottom:.5rem;line-height:1.5}.message-list-item:last-child{margin-bottom:0}.message-list-item:before{content:"•";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.1em}.message-content strong{font-weight:700;color:#1e293b}.message-content em{font-style:italic;color:#64748b}.loading-icon{width:16px;height:16px;color:#10b981;animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}.chat-input-container{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;align-items:flex-end}.chat-input{flex:1;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:20px;font-size:.9375rem;resize:none;max-height:100px;transition:all .3s ease;font-family:inherit;background:#f9fafb}.chat-input:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 3px #10b9811a}.chat-input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.chat-send-btn{width:44px;height:44px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.chat-send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px -4px #10b98166}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.send-icon{width:18px;height:18px;color:#fff}@media (max-width: 640px){.ai-chat-button-merged{bottom:5rem!important;right:1rem!important}}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:linear-gradient(135deg,#528828,#5863c5);padding:.5rem 0;box-shadow:0 -4px 20px #00000026;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (max-width: 1023px){.bottom-nav{display:flex;justify-content:space-around;align-items:center}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;text-decoration:none;color:#ffffffb3;transition:all .3s ease;border-radius:12px;min-width:60px;position:relative}.bottom-nav-item:hover{color:#fff;background:#ffffff1a}.bottom-nav-item.active{color:#fff;background:#fff3}.bottom-nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#fff;border-radius:0 0 3px 3px}.bottom-nav-icon{width:22px;height:22px;transition:transform .3s ease}.bottom-nav-item:hover .bottom-nav-icon{transform:scale(1.1)}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.15)}.bottom-nav-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 1023px){body{padding-bottom:70px}}.services-page{min-height:100vh;background:#fff}.services-hero{position:relative;padding:12rem 0 6rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.services-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.services-hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.services-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.services-hero-title{font-size:4rem;font-weight:900;line-height:1.1;color:#fff;margin-bottom:2rem;letter-spacing:-.02em}@media (min-width: 768px){.services-hero-title{font-size:5rem}}.services-hero-subtitle{font-size:1.25rem;line-height:1.8;color:#94a3b8;max-width:800px;margin:0 auto}.main-cta-section{padding:5rem 0;background:#fff}.main-cta-content{text-align:center;max-width:700px;margin:0 auto;padding:3rem 2rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:24px;border:2px solid #e2e8f0;position:relative}.main-cta-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:24px 24px 0 0}.main-cta-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem;letter-spacing:-.02em}.main-cta-subtitle{font-size:1.125rem;color:#64748b;margin-bottom:2.5rem;line-height:1.7}.main-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px #10b98166}.main-cta-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px #10b98180}.btn-icon{width:20px;height:20px;transition:transform .4s ease}.main-cta-btn:hover .btn-icon{transform:translate(4px)}.car-service-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.car-service-header{text-align:center;margin-bottom:4rem}.car-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:28px;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.car-service-card:hover .car-icon-wrapper{background:linear-gradient(135deg,#10b981,#3b82f6);transform:rotate(10deg) scale(1.1);box-shadow:0 20px 40px -10px #10b98166}.car-icon{width:50px;height:50px;color:#10b981;transition:all .5s ease}.car-service-card:hover .car-icon{color:#fff;transform:scale(1.1)}.car-service-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem}.car-service-description{font-size:1.125rem;color:#64748b;line-height:1.7;max-width:700px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-section-title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.pricing-subtitle{color:#94a3b8;font-size:1rem;margin:0}.pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;background:#fff;border-radius:24px;padding:2.5rem 2rem;border:2px solid #e2e8f0;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#10b981,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .5s cubic-bezier(.4,0,.2,1)}.pricing-card:hover:before{transform:scaleX(1)}.pricing-card:hover{transform:translateY(-8px);border-color:transparent;box-shadow:0 20px 40px -10px #00000026}.pricing-card.popular{border-color:#10b981;box-shadow:0 20px 40px -10px #10b98133;transform:scale(1.02)}.pricing-card.popular:hover{transform:translateY(-8px) scale(1.04)}.popular-badge{position:absolute;top:.5rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.8125rem;font-weight:700;border-radius:50px;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 0 #10b981b3}50%{box-shadow:0 0 0 10px #10b98100}}.popular-icon{width:14px;height:14px}.package-header{text-align:center;margin-bottom:1.5rem}.package-name{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.package-title{font-size:.875rem;font-weight:600;color:#64748b;letter-spacing:.05em}.package-pricing{text-align:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2e8f0}.package-price{display:block;font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.price-label{font-size:.875rem;color:#94a3b8}.package-duration{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#f9fafb;border-radius:50px;margin-bottom:2rem;width:fit-content;margin-left:auto;margin-right:auto}.duration-icon{width:18px;height:18px;color:#10b981}.package-duration span{font-size:.875rem;font-weight:600;color:#475569}.package-features{margin-bottom:2rem;flex-grow:1}.features-divider{height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 20%,#e2e8f0 80%,transparent 100%);margin:1rem 0}.features-list-additional{margin-top:1rem}.features-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;text-align:left}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#475569;font-size:.9375rem;transition:all .3s ease}.feature-item:hover{color:#1e293b;transform:translate(4px)}.check-icon{width:16px;height:16px;color:#10b981;flex-shrink:0}.addons-section{margin-bottom:2rem}.addons-header{margin-bottom:1rem;text-align:center}.addons-label{display:inline-block;background:#5863c5;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .75rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}.see-addons-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#528828,#5863c5);color:#fff;font-weight:600;font-size:.9375rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.see-addons-btn:hover{background:linear-gradient(135deg,#5863c5,#528828);transform:translateY(-2px);box-shadow:0 8px 20px -5px #52882866}.plus-icon{width:16px;height:16px}.pricing-cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1rem;border:none;border-radius:14px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pricing-cta-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.pricing-cta-btn.hovered:before{width:300px;height:300px}.pricing-cta-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #10b98180}.cta-arrow{width:20px;height:20px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.pricing-cta-btn:hover .cta-arrow{transform:translate(6px)}.card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);opacity:0;transition:opacity .5s ease;pointer-events:none}.pricing-card:hover .card-glow{opacity:1}.why-choose-section{padding:6rem 0;background:#fff}.why-choose-title{text-align:center;font-size:3rem;font-weight:900;color:#1e293b;margin-bottom:4rem;letter-spacing:-.02em}.why-choose-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.why-choose-grid{grid-template-columns:repeat(3,1fr)}}.why-card{padding:3rem 2rem;background:#fff;border:2px solid #e2e8f0;border-radius:24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#10b9810d,#3b82f60d);opacity:0;transition:opacity .4s ease}.why-card:hover:before{opacity:1}.why-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 40px -10px #10b98133}.why-icon-container{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.why-card:hover .why-icon-container{background:linear-gradient(135deg,#10b981,#3b82f6);transform:rotate(10deg) scale(1.1)}.why-icon{width:36px;height:36px;color:#10b981;transition:color .4s ease}.why-card:hover .why-icon{color:#fff}.why-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.why-card-description{color:#64748b;line-height:1.7;font-size:.9375rem}@keyframes fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .8s ease-out}.animate-fade-up.delay-1{animation-delay:.2s;opacity:0;animation-fill-mode:forwards}.animate-slide-up{animation:slide-up .7s ease-out;animation-fill-mode:both}.addons-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1;padding:1rem}.addons-modal-content{background:#fff;border-radius:24px;padding:3rem 2.5rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b}.modal-close-btn:hover{background:#e2e8f0;color:#1e293b;transform:rotate(90deg)}.modal-header{text-align:center;margin-bottom:2rem;padding-right:3rem}.modal-title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.5rem}.modal-subtitle{color:#64748b;font-size:1rem}.addons-list-modal{margin-bottom:2rem}.addons-modal-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}.modal-addons-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 768px){.modal-addons-list{grid-template-columns:repeat(2,1fr)}}.modal-addon-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#fff);border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.modal-addon-item:hover{border-color:#10b981;background:linear-gradient(135deg,#10b9810d,#fff);transform:translateY(-2px);box-shadow:0 8px 20px -5px #10b98133}.modal-addon-item .check-icon{width:18px;height:18px;color:#10b981;flex-shrink:0}.modal-addon-item span{color:#475569;font-weight:500;transition:color .3s ease}.modal-addon-item:hover span{color:#1e293b}.modal-actions{text-align:center}.modal-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px -10px #10b98180}.modal-cta-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 30px 60px -10px #10b98199}.modal-cta-btn:hover .btn-icon{transform:translate(6px)}.trash-bin-section{padding:4rem 0;background:#f9fafb}.trash-bin-card{display:flex;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000001a;overflow:hidden;max-width:800px;margin:0 auto}.trash-bin-image{flex:0 0 350px;height:280px;overflow:hidden;position:relative}.service-image{width:100%;height:100%;object-fit:cover;object-position:center center;min-height:100%}.trash-bin-content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.service-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.service-description{font-size:1rem;line-height:1.6;color:#64748b;margin-bottom:1rem;flex:1}.service-price{font-size:1.25rem;font-weight:700;color:#528828;margin-bottom:1.5rem}.service-button{background:linear-gradient(135deg,#528828,#5863c5);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;align-self:flex-start}.service-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5288284d}@media (max-width: 768px){.trash-bin-card{flex-direction:column;max-width:400px}.trash-bin-image{flex:none;width:100%;height:220px}.trash-bin-content{padding:1.5rem}}.about-page{min-height:100vh}.about-hero{position:relative;padding:10rem 0 6rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.about-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.15) 0%,transparent 50%)}.about-hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.about-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.about-hero-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media (min-width: 768px){.about-hero-title{font-size:5rem}}.about-hero-subtitle{font-size:1.25rem;line-height:1.8;color:#94a3b8}.story-section{padding:6rem 0;background:#fff}.story-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.story-grid{grid-template-columns:1.2fr 1fr}}.story-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:2rem}.story-text{color:#64748b;line-height:1.8;font-size:1.0625rem;margin-bottom:1.5rem}.story-image{border-radius:24px;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}.story-image img{width:100%;height:auto;display:block}.mission-vision-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.mv-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.mv-grid{grid-template-columns:repeat(2,1fr)}}.mv-card{padding:3rem;background:#fff;border-radius:24px;box-shadow:0 10px 30px -5px #0000001a;text-align:center;transition:all .3s ease}.mv-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #0003}.mv-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:20px;display:flex;align-items:center;justify-content:center}.mission-card .mv-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669)}.vision-card .mv-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb)}.mv-icon{width:40px;height:40px;color:#fff}.mv-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.mv-text{color:#64748b;line-height:1.8;font-size:1.0625rem}.mission-section{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.mission-content{max-width:900px;margin:0 auto;text-align:center}.mission-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:24px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.mission-icon-wrapper:hover{background:linear-gradient(135deg,#10b981,#3b82f6);transform:rotate(10deg) scale(1.1)}.mission-icon{width:44px;height:44px;color:#10b981;transition:color .4s ease}.mission-icon-wrapper:hover .mission-icon{color:#fff}.mission-title{font-size:2.5rem;font-weight:900;color:#1e293b;margin-bottom:.5rem;letter-spacing:-.02em}.mission-subtitle{font-size:1.25rem;font-weight:600;color:#10b981;margin-bottom:3rem}.mission-text-content{text-align:left}.mission-text{color:#64748b;line-height:1.8;font-size:1.125rem;margin-bottom:1.5rem}.mission-text:last-child{margin-bottom:0}.vision-section{padding:6rem 0;background:#fff}.vision-content{max-width:900px;margin:0 auto;text-align:center}.vision-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border-radius:24px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.vision-icon-wrapper:hover{background:linear-gradient(135deg,#3b82f6,#8b5cf6);transform:rotate(10deg) scale(1.1)}.vision-icon{width:44px;height:44px;color:#3b82f6;transition:color .4s ease}.vision-icon-wrapper:hover .vision-icon{color:#fff}.vision-title{font-size:2.5rem;font-weight:900;color:#1e293b;margin-bottom:3rem;letter-spacing:-.02em}.vision-text-content{text-align:left}.vision-text{color:#64748b;line-height:1.8;font-size:1.125rem;margin-bottom:1.5rem}.vision-text:last-child{margin-bottom:0}.quality-section{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.quality-content{max-width:900px;margin:0 auto;text-align:center}.quality-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#f59e0b1a,#d977061a);border-radius:24px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.quality-icon-wrapper:hover{background:linear-gradient(135deg,#f59e0b,#d97706);transform:rotate(10deg) scale(1.1)}.quality-icon{width:44px;height:44px;color:#f59e0b;transition:color .4s ease}.quality-icon-wrapper:hover .quality-icon{color:#fff}.quality-title{font-size:2.5rem;font-weight:900;color:#1e293b;margin-bottom:3rem;letter-spacing:-.02em}.quality-text-content{text-align:left}.quality-text{color:#64748b;line-height:1.8;font-size:1.125rem;margin-bottom:1.5rem}.quality-text:last-child{margin-bottom:0}.values-section{padding:6rem 0;background:#fff}.section-header-center{text-align:center;max-width:700px;margin:0 auto 4rem}.section-title-lg{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}@media (min-width: 768px){.section-title-lg{font-size:3.5rem}}.section-description{font-size:1.125rem;color:#64748b;line-height:1.8}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{padding:2.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:20px;text-align:center;transition:all .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#10b9814d}.value-icon-wrapper{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:16px;display:flex;align-items:center;justify-content:center}.value-icon{width:32px;height:32px;color:#10b981}.value-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.value-description{color:#64748b;line-height:1.7;font-size:.9375rem}.stats-section{padding:4rem 0;background:linear-gradient(135deg,#0f172a,#1e293b)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center}.stat-value{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}@media (min-width: 768px){.stat-value{font-size:3rem}}.stat-label{color:#94a3b8;font-size:.9375rem}.team-section{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.team-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.team-image-wrapper{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #f9fafb;box-shadow:0 4px 12px #0000001a}.team-image{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.team-role{color:#10b981;font-weight:600;font-size:.9375rem;margin-bottom:.75rem}.team-bio{color:#64748b;font-size:.875rem;line-height:1.6}.about-cta-section{padding:6rem 0;background:#fff}.about-cta-card{padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;text-align:center;position:relative;overflow:hidden}.about-cta-card:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%}.reviews-page{min-height:100vh}.reviews-hero{position:relative;padding:10rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.reviews-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.15) 0%,transparent 50%)}.reviews-hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.reviews-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.reviews-hero-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media (min-width: 768px){.reviews-hero-title{font-size:5rem}}.reviews-hero-subtitle{font-size:1.25rem;line-height:1.8;color:#94a3b8;margin-bottom:3rem}.reviews-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.review-stat-item{text-align:center}.stat-number-lg{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.star-filled{width:20px;height:20px;color:#fbbf24;fill:#fbbf24}.stat-label-lg{color:#94a3b8;font-size:.9375rem}.filter-section{padding:2rem 0;background:#f9fafb;border-bottom:1px solid #e2e8f0}.filter-bar{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.filter-bar{flex-direction:row;justify-content:center}}.filter-label{display:flex;align-items:center;gap:.5rem;color:#64748b;font-weight:600}.filter-icon{width:18px;height:18px}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.filter-btn{padding:.625rem 1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:50px;color:#64748b;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#10b981;color:#10b981}.filter-btn.active{background:linear-gradient(135deg,#10b981,#059669);border-color:transparent;color:#fff}.reviews-grid-section{padding:4rem 0 6rem;background:#fff}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card-detailed{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;transition:all .3s ease;position:relative}.review-card-detailed:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a;border-color:#10b9814d}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info{display:flex;gap:1rem;align-items:center}.reviewer-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.reviewer-name{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.reviewer-role{font-size:.8125rem;color:#64748b}.review-meta{text-align:right}.review-stars{display:flex;gap:.125rem;margin-bottom:.25rem;justify-content:flex-end}.star-filled-small{width:16px;height:16px;color:#fbbf24;fill:#fbbf24}.review-date{font-size:.8125rem;color:#94a3b8}.review-service-tag{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;font-size:.75rem;font-weight:600;color:#10b981;margin-bottom:1rem}.review-quote-icon{width:40px;height:40px;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.quote-svg{width:20px;height:20px;color:#10b981}.review-text{color:#475569;line-height:1.7;font-size:.9375rem;margin-bottom:1.5rem}.review-footer{padding-top:1rem;border-top:1px solid #e2e8f0}.helpful-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fafb;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.helpful-btn:hover{background:#10b981;border-color:#10b981;color:#fff}.thumbs-icon{width:16px;height:16px}.reviews-cta-section{padding:6rem 0;background:#f9fafb}.reviews-cta-card{padding:4rem 2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;text-align:center;position:relative;overflow:hidden}.reviews-cta-card:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);border-radius:50%}.cta-title{position:relative;z-index:1;font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}@media (min-width: 768px){.cta-title{font-size:3rem}}.cta-subtitle{position:relative;z-index:1;font-size:1.125rem;color:#94a3b8;margin-bottom:2.5rem}.btn-cta-white{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:#fff;color:#1e293b;font-weight:600;font-size:1.125rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #fff3}.contact-page{min-height:100vh}.contact-hero{position:relative;padding:10rem 0 6rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.contact-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(16,185,129,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.15) 0%,transparent 50%)}.contact-hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.contact-hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.contact-hero-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media (min-width: 768px){.contact-hero-title{font-size:5rem}}.contact-hero-subtitle{font-size:1.25rem;line-height:1.8;color:#94a3b8;max-width:600px;margin:0 auto}.contact-info-section{padding:0;margin-top:-4rem;position:relative;z-index:1}.contact-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.contact-info-grid{grid-template-columns:repeat(4,1fr)}}.contact-info-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px -5px #0000001a;text-align:center;text-decoration:none;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #0003}.contact-info-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:16px;display:flex;align-items:center;justify-content:center}.contact-info-icon svg{width:28px;height:28px;color:#10b981}.contact-info-title{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.contact-info-value{color:#64748b;line-height:1.6;font-size:.9375rem}.contact-form-section{padding:6rem 0;background:#fff}.form-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.form-grid{grid-template-columns:1.5fr 1fr}}.form-column{background:#fff}.form-header{margin-bottom:2.5rem}.form-header-icon{width:48px;height:48px;color:#10b981;margin-bottom:1rem}.form-title{font-size:2rem;font-weight:800;color:#1e293b;margin-bottom:.75rem}.form-description{color:#64748b;line-height:1.7}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.form-row{grid-template-columns:repeat(2,1fr)}}.form-group{display:flex;flex-direction:column}.form-label{font-weight:600;color:#1e293b;margin-bottom:.5rem;font-size:.9375rem}.form-input,.form-textarea{padding:.875rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .3s ease;font-family:inherit}.form-input:focus,.form-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-textarea{resize:vertical;min-height:150px}.form-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:1.125rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px -5px #10b98166}.form-submit-btn:hover{transform:translateY(-2px);box-shadow:0 20px 35px -5px #10b98180}.submit-icon{width:20px;height:20px}.faq-column{background:#f9fafb;padding:2.5rem;border-radius:20px}.faq-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.faq-item{padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-question{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.faq-answer{color:#64748b;line-height:1.7;font-size:.9375rem}.download-app-cta{padding:2rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:16px;text-align:center}.download-cta-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem}.download-cta-text{color:#94a3b8;margin-bottom:1.5rem;font-size:.9375rem}.download-cta-btn{width:100%;padding:1rem 1.5rem;background:#fff;color:#1e293b;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease}.download-cta-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #fff3}.map-section{height:400px;background:linear-gradient(135deg,#f9fafb,#e2e8f0);position:relative}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.map-icon{width:64px;height:64px;color:#10b981}.map-text{font-size:1.125rem;color:#64748b;font-weight:600}.contact-image-container{margin-top:2rem;display:flex;justify-content:center;align-items:center}.contact-support-image{width:100%;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.contact-support-image:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}@media (max-width: 768px){.contact-support-image{height:180px}.contact-image-container{margin-top:1.5rem}}.get-started-page{min-height:100vh;background:#fff}.get-started-hero{position:relative;padding:12rem 0 8rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-bg:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.hero-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.hero-orb-1{width:600px;height:600px;background:radial-gradient(circle,#10b981 0%,transparent 70%);top:-20%;left:-10%;animation-delay:0s}.hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,#3b82f6 0%,transparent 70%);top:40%;right:-10%;animation-delay:7s}.hero-orb-3{width:550px;height:550px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);bottom:-20%;left:40%;animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(60px,-60px) scale(1.1)}66%{transform:translate(-40px,40px) scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:1000px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;color:#fff;margin-bottom:2rem;letter-spacing:-.02em}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.gradient-text{background:linear-gradient(135deg,#10b981,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.8;color:#94a3b8;max-width:800px;margin:0 auto 2rem}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1.5rem 3rem;margin-top:3rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 20px 40px -10px #10b98180}.hero-cta:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 30px 60px -10px #10b98199}.btn-icon{width:22px;height:22px;transition:transform .4s ease}.hero-cta:hover .btn-icon{transform:translate(6px)}.how-to-get-started{padding:6rem 0;background:linear-gradient(180deg,#f9fafb,#fff)}.section-title{text-align:center;font-size:3rem;font-weight:900;color:#1e293b;margin-bottom:4rem;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1.125rem;color:#64748b;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{background:#fff;border-radius:24px;padding:3rem 2rem;border:2px solid #e2e8f0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-align:center}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#10b981,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .5s ease}.step-card:hover:before{transform:scaleX(1)}.step-card:hover{transform:translateY(-8px);border-color:transparent;box-shadow:0 20px 40px -10px #00000026}.step-icon-wrapper{width:80px;height:80px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .4s ease}.step-card:hover .step-icon-wrapper{background:linear-gradient(135deg,#10b981,#3b82f6);transform:rotate(10deg) scale(1.1)}.step-icon{width:36px;height:36px;color:#10b981;transition:color .4s ease}.step-card:hover .step-icon{color:#fff}.step-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.3}.step-description{color:#64748b;line-height:1.7;margin-bottom:2rem}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.8125rem;font-weight:600;border-radius:50px;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{box-shadow:0 0 #f59e0bb3}50%{box-shadow:0 0 0 10px #f59e0b00}}.badge-icon{width:14px;height:14px}.step-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:.9375rem;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;width:100%}.step-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #10b98166}.step-cta .btn-icon{width:18px;height:18px}.consumer-guide{padding:6rem 0;background:#fff}.guide-header{margin-bottom:4rem}.steps-container{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.guide-step{display:flex;align-items:flex-start;gap:2rem;padding:2rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:20px;border:2px solid #e2e8f0;transition:all .3s ease}.guide-step:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 12px 24px -5px #10b98133}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;font-size:1.5rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-content{flex:1}.step-content-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.step-content-description{color:#64748b;line-height:1.7;font-size:1rem}.provider-guide{padding:6rem 0;background:linear-gradient(180deg,#fff,#f9fafb)}.provider-content{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width: 1024px){.provider-content{grid-template-columns:1fr 1fr;align-items:start}}.provider-text{font-size:1.125rem;line-height:1.8;color:#475569}.provider-text p{margin-bottom:1.5rem}.provider-step{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.provider-step:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 20px -5px #10b98133}.provider-step-number{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;font-size:1rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.provider-step-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.provider-step-description{color:#64748b;line-height:1.6;font-size:.9375rem}.faq-section{padding:6rem 0;background:#fff}.faq-item{border:2px solid #e2e8f0;border-radius:16px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#10b981;box-shadow:0 8px 20px -5px #10b9811a}.faq-question{width:100%;padding:1.5rem 2rem;background:#f9fafb;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#1e293b;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.faq-question:hover{background:#fff}.faq-icon{width:24px;height:24px;color:#10b981;transition:transform .3s ease}.faq-answer{padding:0 2rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.faq-answer p{color:#64748b;line-height:1.7;margin:1rem 0 0}.final-cta{padding:6rem 0;background:linear-gradient(135deg,#0f172a,#1e293b)}.final-cta-card{background:linear-gradient(135deg,#10b981,#059669);border-radius:32px;padding:5rem 3rem;text-align:center;position:relative;overflow:hidden}.cta-glow-effect{position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:float 15s ease-in-out infinite}.cta-title{position:relative;z-index:1;font-size:3rem;font-weight:900;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.cta-subtitle{position:relative;z-index:1;font-size:1.125rem;color:#ffffffe6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-button{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.75rem;padding:1.5rem 3rem;background:#fff3;color:#fff;font-weight:700;font-size:1.125rem;border:2px solid rgba(255,255,255,.3);border-radius:16px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:600px}.cta-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-4px) scale(1.05);box-shadow:0 20px 40px -10px #0000004d}.cta-button:hover .btn-icon{transform:translate(6px)}.provider-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.provider-hero{position:relative;padding:8rem 0 6rem;background:linear-gradient(135deg,#1e293b,#334155,#475569);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero-orb{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.3) 0%,transparent 70%);animation:float 6s ease-in-out infinite}.hero-orb-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.hero-orb-2{width:200px;height:200px;top:60%;right:15%;animation-delay:2s}.hero-orb-3{width:150px;height:150px;bottom:20%;left:60%;animation-delay:4s}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:3rem;color:#cbd5e1;max-width:600px;margin-left:auto;margin-right:auto}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #3b82f64d;text-decoration:none}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f666}.benefits-section{padding:6rem 0;background:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e293b}.section-subtitle{font-size:1.125rem;text-align:center;margin-bottom:4rem;color:#64748b;max-width:600px;margin-left:auto;margin-right:auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.benefit-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;text-align:center}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.benefit-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-icon{width:40px;height:40px;color:#fff}.benefit-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.benefit-description{color:#64748b;line-height:1.6}.how-to-get-started{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.step-card{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 8px 30px #0000001a;border:2px solid transparent;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.step-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.step-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.step-card.step-green:before{background:linear-gradient(135deg,#10b981,#059669)}.step-card.step-blue:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.step-card.step-purple:before{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.step-icon-wrapper{width:100px;height:100px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;border:2px solid #e2e8f0}.step-card.step-green .step-icon-wrapper{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b981}.step-card.step-blue .step-icon-wrapper{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6}.step-card.step-purple .step-icon-wrapper{background:linear-gradient(135deg,#faf5ff,#e9d5ff);border-color:#8b5cf6}.step-icon{width:50px;height:50px;color:#64748b}.step-card.step-green .step-icon{color:#10b981}.step-card.step-blue .step-icon{color:#3b82f6}.step-card.step-purple .step-icon{color:#8b5cf6}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.step-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.step-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none}.step-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.provider-guide{padding:6rem 0;background:#fff}.guide-header{text-align:center;margin-bottom:4rem}.provider-content{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.provider-text{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2.5rem;border-radius:20px;border:1px solid #e2e8f0}.provider-text p{color:#64748b;line-height:1.7;margin-bottom:1.5rem}.provider-text p:last-child{margin-bottom:0}.provider-steps{display:flex;flex-direction:column;gap:1.5rem}.provider-step{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0;transition:all .3s ease}.provider-step:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.provider-step-number{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;flex-shrink:0}.provider-step-content{flex:1}.provider-step-title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.provider-step-description{color:#64748b;line-height:1.6}.faq-section{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:16px;margin-bottom:1rem;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0;overflow:hidden}.faq-question{width:100%;padding:1.5rem;background:none;border:none;text-align:left;font-size:1.125rem;font-weight:600;color:#1e293b;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.faq-question:hover{background:#f8fafc}.faq-icon{width:20px;height:20px;color:#64748b;transition:transform .3s ease}.faq-answer{padding:0 1.5rem 1.5rem;color:#64748b;line-height:1.6}.final-cta{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#334155);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.1) 0%,transparent 70%)}.final-cta-card{position:relative;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:4rem;text-align:center;max-width:800px;margin:0 auto;z-index:2}.cta-glow-effect{position:absolute;top:-50%;left:-50%;right:-50%;bottom:-50%;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);animation:glow 4s ease-in-out infinite;z-index:-1}@keyframes glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.cta-subtitle{font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;color:#cbd5e1}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-weight:700;font-size:1.125rem;border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #3b82f64d;text-decoration:none}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f666}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.benefits-grid,.steps-grid{grid-template-columns:1fr;gap:1.5rem}.provider-content{grid-template-columns:1fr;gap:2rem}.cta-title{font-size:2rem}.final-cta-card{padding:2.5rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-cta{padding:.875rem 2rem;font-size:1rem}.benefit-card{padding:1.5rem}.step-card,.final-cta-card{padding:2rem}.cta-button{padding:1rem 2rem;font-size:1rem}}.teams-page{min-height:100vh;background:#fff}.teams-hero{padding:8rem 0 6rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%)}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px}.hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:2rem}@media (min-width: 768px){.hero-title{font-size:4rem}}.gradient-text{background:linear-gradient(135deg,#fff,#e0f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.8;color:#ffffffe6;max-width:600px;margin:0 auto}.team-section{padding:6rem 0;background:#f9fafb}.our-team-section{background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1rem}@media (min-width: 768px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.executives-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1400px}@media (max-width: 768px){.team-grid{grid-template-columns:1fr;gap:1.5rem}}.team-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.executive-card{border:2px solid rgba(82,136,40,.1);position:relative}.executive-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#528828,#5863c5);border-radius:20px;z-index:-1;opacity:0;transition:opacity .3s ease}.executive-card:hover:before{opacity:1}.executive-card:hover .member-name{color:#fff!important}.executive-card:hover .member-position{color:#ffffffe6!important}.executive-card:hover .member-bio{color:#fffc!important}.member-image-container{position:relative;height:300px;overflow:hidden;border-radius:12px}.member-image{width:100%;height:100%;object-fit:fill;border-radius:12px;transition:transform .3s ease}.member-avatar{width:100%;height:100%;background:linear-gradient(135deg,#528828,#5863c5);display:flex;align-items:center;justify-content:center;border-radius:12px;transition:transform .3s ease}.avatar-initials{font-size:3rem;font-weight:800;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2);letter-spacing:.1em}.member-info{padding:1rem 1.25rem}.member-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;line-height:1.2}.member-position{font-size:.875rem;font-weight:500;color:#528828;margin-bottom:.75rem;line-height:1.3}.member-bio{font-size:.8125rem;line-height:1.5;color:#64748b;font-weight:400}.join-team-section{padding:6rem 0;background:linear-gradient(135deg,#f9fafb,#fff)}.join-team-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.join-team-text{flex:1}.join-team-image{flex:0 0 300px;display:flex;justify-content:center;align-items:center}.team-illustration{width:200px;height:200px;background:linear-gradient(135deg,#5288281a,#5863c51a);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid rgba(82,136,40,.2)}.team-illustration-icon{width:80px;height:80px;color:#528828}.join-team-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem}@media (min-width: 768px){.join-team-title{font-size:3rem}}.join-team-subtitle{font-size:1.125rem;line-height:1.8;color:#64748b;margin-bottom:2rem}.join-team-features{margin-bottom:2rem}.join-team-features .feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem;color:#374151}.join-team-features .feature-icon{width:20px;height:20px;color:#528828;flex-shrink:0}.join-team-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#528828,#5863c5);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 10px 25px -5px #52882866}.join-team-cta:hover{transform:translateY(-2px);box-shadow:0 15px 35px -5px #52882880}.join-team-cta .btn-icon{width:20px;height:20px;transition:transform .3s ease}.join-team-cta:hover .btn-icon{transform:translate(4px)}@media (max-width: 1024px){.join-team-content{flex-direction:column;text-align:center;gap:2rem}.join-team-text{text-align:center}.join-team-image{flex:none}}.open-positions-page{min-height:100vh;background:#f8fafc}.positions-hero{position:relative;padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.05) 0%,transparent 50%)}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fffc;text-decoration:none;font-size:.875rem;font-weight:500;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{color:#fff;transform:translate(-4px)}.back-icon{width:16px;height:16px;transition:transform .3s ease}.back-link:hover .back-icon{transform:translate(-4px)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.875rem;font-weight:600;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-icon{width:16px;height:16px}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media (max-width: 768px){.hero-title{font-size:2rem}}.gradient-text{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:#ffffffe6;line-height:1.6;max-width:600px;margin:0 auto}.no-positions-section{padding:6rem 0}.no-positions-content{text-align:center;max-width:600px;margin:0 auto}.no-positions-icon{width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.no-positions-icon:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;opacity:.2;filter:blur(20px)}.positions-icon{width:48px;height:48px;color:#fff;position:relative;z-index:1}.no-positions-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}@media (max-width: 768px){.no-positions-title{font-size:1.5rem}}.no-positions-message{font-size:1.125rem;color:#64748b;line-height:1.7;margin-bottom:3rem}.check-back-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a}@media (min-width: 768px){.check-back-info{flex-direction:row;justify-content:center;gap:3rem}}.info-item{display:flex;align-items:center;gap:.75rem;color:#475569;font-weight:500}.info-icon{width:20px;height:20px;color:#528828;flex-shrink:0}.positions-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.positions-actions{flex-direction:row;justify-content:center}}.contact-btn,.teams-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.contact-btn{background:linear-gradient(135deg,#528828,#5863c5);color:#fff;box-shadow:0 4px 12px #5288284d}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #52882866}.teams-btn{background:#fff;color:#528828;border:2px solid rgb(82,136,40)}.teams-btn:hover{background:#528828;color:#fff;transform:translateY(-2px)}.btn-icon{width:18px;height:18px;transition:transform .3s ease}.contact-btn:hover .btn-icon,.teams-btn:hover .btn-icon{transform:translate(4px)}.terms-page{min-height:100vh;background:#fff}.terms-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.terms-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.terms-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.terms-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.terms-hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.terms-hero-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:500}.terms-content{padding:4rem 0 6rem;background:#fff}.terms-wrapper{max-width:850px;margin:0 auto;padding:0 2rem;background:#fff}.terms-section{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.terms-section:last-child{border-bottom:none;padding-bottom:0}.terms-section-title{font-size:1.875rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #10b981;display:inline-block}.terms-subsection-title{font-size:1.375rem;font-weight:700;color:#10b981;margin:2.5rem 0 1.25rem}.terms-subsection-subtitle{font-size:1.125rem;font-weight:700;color:#334155;margin:1.5rem 0 1rem}.terms-text{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1.5rem;text-align:justify}.terms-text:last-child{margin-bottom:0}.terms-list{list-style:none;padding:0;margin:1.5rem 0 1.5rem 1.5rem}.terms-list li{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1rem;padding-left:2rem;position:relative}.terms-list li:before{content:"•";position:absolute;left:.5rem;top:0;color:#10b981;font-weight:700;font-size:1.5rem;line-height:1.2}@media (max-width: 768px){.terms-hero{padding:6rem 0 3rem}.terms-hero-title{font-size:2.5rem}.terms-hero-subtitle{font-size:1.125rem}.terms-wrapper{padding:0 1.5rem}.terms-section{margin-bottom:2.5rem;padding-bottom:2.5rem}.terms-section-title{font-size:1.625rem}.terms-subsection-title{font-size:1.25rem}.terms-subsection-subtitle{font-size:1.0625rem}.terms-text{text-align:left}}@media (max-width: 480px){.terms-hero-title{font-size:2rem}.terms-wrapper{padding:0 1rem}.terms-section{margin-bottom:2rem;padding-bottom:2rem}.terms-section-title{font-size:1.5rem}.terms-subsection-title{font-size:1.125rem}.terms-subsection-subtitle,.terms-text{font-size:1rem}.terms-list{margin-left:.5rem}.terms-list li{font-size:1rem}}.privacy-page{min-height:100vh;background:#fff}.privacy-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.privacy-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.privacy-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.privacy-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.privacy-hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.privacy-hero-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:500}.privacy-content{padding:4rem 0 6rem;background:#fff}.privacy-wrapper{max-width:850px;margin:0 auto;padding:0 2rem;background:#fff}.privacy-section{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.privacy-section:last-child{border-bottom:none;padding-bottom:0}.privacy-section-title{font-size:1.875rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #3b82f6;display:inline-block}.privacy-subsection-title{font-size:1.375rem;font-weight:700;color:#3b82f6;margin:2.5rem 0 1.25rem}.privacy-subheading{font-size:1.25rem;font-weight:600;color:#1e293b;margin:2rem 0 1rem}.privacy-subsection-subtitle{font-size:1.125rem;font-weight:600;color:#334155;margin:1.5rem 0 .75rem}.privacy-text{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1.5rem;text-align:justify}.privacy-text:last-child{margin-bottom:0}.privacy-list{list-style:none;padding:0;margin:1.5rem 0 1.5rem 1.5rem}.privacy-list li{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1rem;padding-left:2rem;position:relative}.privacy-list li:before{content:"•";position:absolute;left:.5rem;top:0;color:#3b82f6;font-weight:700;font-size:1.5rem;line-height:1.2}.contact-info{background:linear-gradient(135deg,#f0f9ff,#f8fafc);border-left:4px solid #3b82f6;border-radius:8px;padding:2rem 2.5rem;margin:2rem 0}.contact-info p{margin-bottom:.5rem;color:#475569;line-height:1.8}.contact-info p:last-child{margin-bottom:0}@media (max-width: 768px){.privacy-hero{padding:6rem 0 3rem}.privacy-hero-title{font-size:2.5rem}.privacy-hero-subtitle{font-size:1.125rem}.privacy-wrapper{padding:0 1.5rem}.privacy-section{margin-bottom:2.5rem;padding-bottom:2.5rem}.privacy-section-title{font-size:1.625rem}.privacy-subsection-title{font-size:1.25rem}.privacy-subheading{font-size:1.125rem}.privacy-subsection-subtitle{font-size:1.0625rem}.privacy-text{text-align:left}.contact-info{padding:1.5rem 2rem}}@media (max-width: 480px){.privacy-hero-title{font-size:2rem}.privacy-wrapper{padding:0 1rem}.privacy-section{margin-bottom:2rem;padding-bottom:2rem}.privacy-section-title{font-size:1.5rem}.privacy-subsection-title{font-size:1.125rem}.privacy-subheading,.privacy-subsection-subtitle,.privacy-text{font-size:1rem}.privacy-list{margin-left:.5rem}.privacy-list li{font-size:1rem}.contact-info{padding:1rem 1.5rem}}.california-privacy-page{min-height:100vh;background:#fff}.california-privacy-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.california-privacy-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.california-privacy-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.california-privacy-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.california-privacy-hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.california-privacy-hero-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:500;margin-bottom:.5rem}.california-privacy-hero-subtitle-small{font-size:1rem;color:#cbd5e1;font-weight:400}.california-privacy-content{padding:4rem 0 6rem;background:#fff}.california-privacy-wrapper{max-width:950px;margin:0 auto;padding:0 2rem;background:#fff}.california-privacy-section{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.california-privacy-section:last-child{border-bottom:none;padding-bottom:0}.california-privacy-section-title{font-size:1.875rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #3b82f6;display:inline-block}.california-privacy-subsection-title{font-size:1.375rem;font-weight:700;color:#3b82f6;margin:2.5rem 0 1.25rem}.california-privacy-text{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1.5rem;text-align:justify}.california-privacy-text:last-child{margin-bottom:0}.california-privacy-list{list-style:none;padding:0;margin:1.5rem 0 1.5rem 1.5rem}.california-privacy-list li{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1rem;padding-left:2rem;position:relative}.california-privacy-list li:before{content:"•";position:absolute;left:.5rem;top:0;color:#3b82f6;font-weight:700;font-size:1.5rem;line-height:1.2}.privacy-table-wrapper{overflow-x:auto;margin:2rem 0;border:1px solid #e2e8f0;border-radius:8px}.privacy-table{width:100%;border-collapse:collapse;background:#fff;font-size:.875rem}.privacy-table thead{background:linear-gradient(135deg,#528828,#5863c5);color:#fff}.privacy-table th{padding:1rem;text-align:left;font-weight:700;font-size:.875rem;white-space:nowrap;border-right:1px solid rgba(255,255,255,.2)}.privacy-table th:last-child{border-right:none}.privacy-table td{padding:1rem;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;color:#475569;line-height:1.6;vertical-align:top}.privacy-table td:last-child{border-right:none}.privacy-table tbody tr:hover{background:#f8fafc}.privacy-table tbody tr:last-child td{border-bottom:none}.privacy-table strong{color:#1e293b;font-weight:700}.privacy-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.privacy-link:hover{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.california-privacy-hero{padding:6rem 0 3rem}.california-privacy-hero-title{font-size:2.5rem}.california-privacy-hero-subtitle{font-size:1.125rem}.california-privacy-hero-subtitle-small{font-size:.9375rem}.california-privacy-wrapper{padding:0 1.5rem}.california-privacy-section{margin-bottom:2.5rem;padding-bottom:2.5rem}.california-privacy-section-title{font-size:1.625rem}.california-privacy-subsection-title{font-size:1.25rem}.california-privacy-text{text-align:left;font-size:1rem}.california-privacy-list li{font-size:1rem}.privacy-table{font-size:.75rem}.privacy-table th,.privacy-table td{padding:.75rem}}@media (max-width: 480px){.california-privacy-hero-title{font-size:2rem}.california-privacy-wrapper{padding:0 1rem}.california-privacy-section{margin-bottom:2rem;padding-bottom:2rem}.california-privacy-section-title{font-size:1.5rem}.california-privacy-subsection-title{font-size:1.125rem}.california-privacy-text{font-size:1rem}.california-privacy-list{margin-left:.5rem}.california-privacy-list li{font-size:1rem}.privacy-table{font-size:.6875rem}.privacy-table th,.privacy-table td{padding:.5rem}}.do-not-sell-page{min-height:100vh;background:#fff}.do-not-sell-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.do-not-sell-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.do-not-sell-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.do-not-sell-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.do-not-sell-hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.do-not-sell-hero-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:500}.do-not-sell-content{padding:4rem 0 6rem;background:#fff}.do-not-sell-wrapper{max-width:850px;margin:0 auto;padding:0 2rem;background:#fff}.do-not-sell-section{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.do-not-sell-section:last-child{border-bottom:none;padding-bottom:0}.do-not-sell-section-title{font-size:1.875rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #10b981;display:inline-block}.do-not-sell-subsection-title{font-size:1.375rem;font-weight:700;color:#10b981;margin:2.5rem 0 1.25rem}.do-not-sell-text{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1.5rem;text-align:justify}.do-not-sell-text:last-child{margin-bottom:0}.do-not-sell-list{list-style:none;padding:0;margin:1.5rem 0 1.5rem 1.5rem}.do-not-sell-list li{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1rem;padding-left:2rem;position:relative}.do-not-sell-list li:before{content:"•";position:absolute;left:.5rem;top:0;color:#10b981;font-weight:700;font-size:1.5rem;line-height:1.2}.do-not-sell-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.do-not-sell-link:hover{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.do-not-sell-hero{padding:6rem 0 3rem}.do-not-sell-hero-title{font-size:2.5rem}.do-not-sell-hero-subtitle{font-size:1.125rem}.do-not-sell-wrapper{padding:0 1.5rem}.do-not-sell-section{margin-bottom:2.5rem;padding-bottom:2.5rem}.do-not-sell-section-title{font-size:1.625rem}.do-not-sell-subsection-title{font-size:1.25rem}.do-not-sell-text{text-align:left}}@media (max-width: 480px){.do-not-sell-hero-title{font-size:2rem}.do-not-sell-wrapper{padding:0 1rem}.do-not-sell-section{margin-bottom:2rem;padding-bottom:2rem}.do-not-sell-section-title{font-size:1.5rem}.do-not-sell-subsection-title{font-size:1.125rem}.do-not-sell-text{font-size:1rem}.do-not-sell-list{margin-left:.5rem}.do-not-sell-list li{font-size:1rem}}.limit-spi-page{min-height:100vh;background:#fff}.limit-spi-hero{padding:6rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.limit-spi-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.limit-spi-hero-content{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.hero-icon{width:64px;height:64px;color:#fff}.limit-spi-hero-title{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.2}.limit-spi-hero-subtitle{font-size:1.25rem;color:#cbd5e1;font-weight:500}.limit-spi-content{padding:4rem 0 6rem;background:#f8fafc}.limit-spi-wrapper{max-width:800px;margin:0 auto;padding:0 2rem}.intro-section{background:#fff;padding:2rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.intro-text{color:#475569;line-height:1.8;font-size:1.0625rem;margin:0}.spi-categories-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.categories-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.spi-categories-list{list-style:none;padding:0;margin:0}.spi-categories-list li{padding:1rem;margin-bottom:.75rem;background:#f8fafc;border-left:4px solid #3b82f6;border-radius:4px;color:#475569;line-height:1.6}.spi-categories-list li:last-child{margin-bottom:0}.spi-categories-list li strong{color:#1e293b;font-weight:600}.preference-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.preference-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;transition:box-shadow .2s ease}.preference-card:hover{box-shadow:0 4px 6px #0000001a}.preference-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.preference-info{flex:1}.preference-name{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.preference-description{color:#64748b;line-height:1.6;font-size:.9375rem;margin:0}.preference-description strong{color:#1e293b;font-weight:600}.toggle-switch{position:relative;display:inline-block;width:56px;height:32px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:32px}.toggle-slider:before{position:absolute;content:"";height:24px;width:24px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.provider-notice{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1.5rem}.notice-icon{width:20px;height:20px;color:#f59e0b;flex-shrink:0;margin-top:.125rem}.notice-text{color:#92400e;line-height:1.6;font-size:.9375rem;margin:0}.notice-text strong{font-weight:600}.save-button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#528828,#5863c5);color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.save-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.save-button:active{transform:translateY(0)}.preference-footer-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;padding:2rem 0}.footer-link{color:#3b82f6;text-decoration:none;font-weight:500;transition:color .2s ease}.footer-link:hover{color:#2563eb;text-decoration:underline}.footer-separator{color:#cbd5e1}.toast-notification{position:fixed;bottom:2rem;right:2rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#10b981;color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-icon{width:24px;height:24px;flex-shrink:0}.toast-text{margin:0;font-size:.9375rem}@media (max-width: 768px){.limit-spi-hero{padding:5rem 0 3rem}.limit-spi-hero-title{font-size:2rem}.limit-spi-hero-subtitle{font-size:1.125rem}.limit-spi-wrapper{padding:0 1.5rem}.preference-header{flex-direction:column;gap:1rem}.toggle-switch{align-self:flex-start}.toast-notification{bottom:1rem;right:1rem;left:1rem}}@media (max-width: 480px){.limit-spi-hero-title{font-size:1.75rem}.limit-spi-wrapper{padding:0 1rem}.intro-section,.spi-categories-section,.preference-section{padding:1.5rem}.preference-card{padding:1rem}}.privacy-requests-page{min-height:100vh;background:#fff}.privacy-requests-hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#528828,#5863c5);position:relative;overflow:hidden}.privacy-requests-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.2) 0%,transparent 70%);border-radius:50%;animation:float 20s ease-in-out infinite}.privacy-requests-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:50px 50px;z-index:1}.privacy-requests-hero-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}.privacy-requests-hero-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.privacy-requests-hero-subtitle{font-size:1.25rem;color:#94a3b8;font-weight:500}.privacy-requests-content{padding:4rem 0 6rem;background:#fff}.privacy-requests-wrapper{max-width:850px;margin:0 auto;padding:0 2rem;background:#fff}.privacy-requests-section{margin-bottom:3.5rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.privacy-requests-section:last-child{border-bottom:none;padding-bottom:0}.privacy-requests-section-title{font-size:1.875rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid #10b981;display:inline-block}.privacy-requests-subsection-title{font-size:1.375rem;font-weight:700;color:#10b981;margin:2.5rem 0 1.25rem}.privacy-requests-text{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1.5rem;text-align:justify}.privacy-requests-text:last-child{margin-bottom:0}.privacy-requests-list{list-style:none;padding:0;margin:1.5rem 0 1.5rem 1.5rem}.privacy-requests-list li{color:#475569;line-height:2;font-size:1.0625rem;margin-bottom:1rem;padding-left:2rem;position:relative}.privacy-requests-list li:before{content:"•";position:absolute;left:.5rem;top:0;color:#10b981;font-weight:700;font-size:1.5rem;line-height:1.2}.method-card{display:flex;gap:1.5rem;padding:2rem;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6;margin-bottom:1.5rem}.method-icon{width:32px;height:32px;color:#3b82f6;flex-shrink:0;margin-top:.25rem}.method-content{flex:1}.method-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.method-text{color:#64748b;line-height:1.8;font-size:1.0625rem;margin-bottom:1rem}.method-text:last-child{margin-bottom:0}.address-box{padding:1.5rem;background:#fff;border-radius:8px;margin:1rem 0;border:1px solid #e2e8f0}.address-text{color:#475569;line-height:1.8;font-size:1.0625rem;margin:0}.privacy-requests-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.privacy-requests-link:hover{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.privacy-requests-hero{padding:6rem 0 3rem}.privacy-requests-hero-title{font-size:2.5rem}.privacy-requests-hero-subtitle{font-size:1.125rem}.privacy-requests-wrapper{padding:0 1.5rem}.privacy-requests-section{margin-bottom:2.5rem;padding-bottom:2.5rem}.privacy-requests-section-title{font-size:1.625rem}.privacy-requests-subsection-title{font-size:1.25rem}.privacy-requests-text{text-align:left}.method-card{flex-direction:column;gap:1rem;padding:1.5rem}}@media (max-width: 480px){.privacy-requests-hero-title{font-size:2rem}.privacy-requests-wrapper{padding:0 1rem}.privacy-requests-section{margin-bottom:2rem;padding-bottom:2rem}.privacy-requests-section-title{font-size:1.5rem}.privacy-requests-subsection-title{font-size:1.125rem}.privacy-requests-text{font-size:1rem}.privacy-requests-list{margin-left:.5rem}.privacy-requests-list li{font-size:1rem}.method-card{padding:1rem}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 1rem;position:relative;overflow:hidden}.not-found-container{max-width:800px;width:100%;position:relative;z-index:2}.not-found-bg-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.floating-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#10b9811a,#0596690d);animation:float 6s ease-in-out infinite}.shape-1{width:120px;height:120px;top:10%;left:10%;animation-delay:0s}.shape-2{width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.shape-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.not-found-content{background:#fff;border-radius:24px;padding:3rem 2rem;text-align:center;box-shadow:0 25px 50px -12px #00000040;position:relative;z-index:2}.error-icon-container{margin-bottom:1.5rem}.error-icon{width:80px;height:80px;color:#ef4444;opacity:.8}.error-code{margin-bottom:1.5rem}.error-number{font-size:6rem;font-weight:900;background:linear-gradient(135deg,#ef4444,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.error-message{margin-bottom:2.5rem}.error-title{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 1rem;line-height:1.2}.error-description{font-size:1.125rem;color:#64748b;line-height:1.6;max-width:500px;margin:0 auto}.quick-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.primary-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 14px #10b9814d}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.secondary-btn{background:#fff;color:#64748b;border:2px solid #e2e8f0}.secondary-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px)}.btn-icon{width:20px;height:20px}.popular-links{margin-bottom:2rem}.popular-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:600px;margin:0 auto}.popular-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;transition:all .3s ease}.popular-link:hover{background:#fff;border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.link-icon{width:24px;height:24px;color:#10b981;flex-shrink:0}.link-content{text-align:left}.link-title{display:block;font-weight:600;color:#1e293b;font-size:.9375rem;margin-bottom:.25rem}.link-desc{display:block;font-size:.8125rem;color:#64748b}.help-section{border-top:1px solid #e2e8f0;padding-top:1.5rem}.help-text{font-size:.9375rem;color:#64748b;margin:0}.help-link{color:#10b981;text-decoration:none;font-weight:600}.help-link:hover{text-decoration:underline}@media (max-width: 768px){.not-found-page{padding:1rem}.not-found-content{padding:2rem 1.5rem}.error-number{font-size:4rem}.error-title{font-size:1.5rem}.error-description{font-size:1rem}.quick-actions{flex-direction:column;align-items:center}.action-btn{width:100%;max-width:280px;justify-content:center}.links-grid{grid-template-columns:1fr;gap:.75rem}.popular-link{padding:.875rem}}@media (max-width: 480px){.not-found-content{padding:1.5rem 1rem}.error-number{font-size:3rem}.error-title{font-size:1.25rem}.error-description{font-size:.9375rem}.floating-shape{display:none}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth;scroll-padding-top:80px}body{overflow-x:hidden}img{transition:opacity .3s ease-in-out}img[loading=lazy]{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.image-container{position:relative;overflow:hidden}.image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;z-index:1}.image-container img.loaded{opacity:1;z-index:2;position:relative}.image-container img.loaded+:before{display:none}.responsive-image{width:100%;height:auto;max-width:100%;object-fit:cover}.critical-image{loading:eager}.lazy-image{loading:lazy}.aspect-ratio-16-9{aspect-ratio:16 / 9}.aspect-ratio-4-3{aspect-ratio:4 / 3}.aspect-ratio-1-1{aspect-ratio:1 / 1}.aspect-ratio-3-2{aspect-ratio:3 / 2}.blur-up{filter:blur(5px);transform:scale(1.1);transition:filter .3s ease,transform .3s ease}.blur-up.loaded{filter:blur(0);transform:scale(1)}::-webkit-scrollbar{width:16px;height:16px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#528828,#5863c5);border-radius:10px;border:2px solid #f1f5f9;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#487e1e,#4e59bb)}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#3e7414,#444fb1)}*{scrollbar-width:auto;scrollbar-color:rgb(82,136,40) #f1f5f9}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}:root{--primary-green: #10b981;--primary-dark: #059669;--primary-light: #34d399;--secondary-blue: #3b82f6;--secondary-purple: #8b5cf6;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--black: #000000;--gradient-primary: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-hero: linear-gradient(135deg, #10b981 0%, #3b82f6 50%, #8b5cf6 100%);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f9fafb 100%);--gradient-overlay: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-colored: 0 20px 25px -5px rgba(16, 185, 129, .2)}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.p-16{padding:4rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-4{margin:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.text-white{color:var(--white)}.text-black{color:var(--black)}.text-gray{color:var(--gray)}.text-dark-gray{color:var(--dark-gray)}.text-primary-green{color:var(--primary-green)}.text-secondary-green{color:var(--secondary-green)}.text-accent-green{color:var(--accent-green)}.bg-white{background-color:var(--white)}.bg-black{background-color:var(--black)}.bg-light-gray{background-color:var(--light-gray)}.bg-primary-green{background-color:var(--primary-green)}.bg-secondary-green{background-color:var(--secondary-green)}.bg-accent-green{background-color:var(--accent-green)}.bg-gradient-primary{background:var(--gradient-primary)}.bg-gradient-accent{background:var(--gradient-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--gradient-primary);color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #2d50164d}.btn-secondary{background:var(--accent-green);color:var(--white)}.btn-secondary:hover{background:var(--secondary-green);transform:translateY(-2px);box-shadow:0 10px 25px #6bb77b4d}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.card{background:var(--white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:text-left{text-align:left}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:text-left{text-align:left}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--light-gray)}::-webkit-scrollbar-thumb{background:var(--accent-green);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-green)}::selection{background-color:var(--primary-green);color:var(--black)}::-moz-selection{background-color:var(--primary-green);color:var(--black)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .6s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in{animation:scaleIn .5s ease-out}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.backdrop-blur-lg{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto}.h-auto{height:auto}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.space-x-6>*+*{margin-left:1.5rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-gray-200{border-color:#e5e7eb}.border-gray-800{border-color:#1f2937}.border-white{border-color:var(--white)}.scroll-to-top-btn{position:fixed;bottom:2rem;left:2rem;z-index:50;width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:50%;box-shadow:0 10px 25px -5px #10b98180;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}@media (max-width: 1023px){.scroll-to-top-btn{bottom:5rem}}.scroll-to-top-btn:hover{transform:scale(1.1) translateY(-4px);box-shadow:0 20px 40px -5px #10b98199}.scroll-icon{width:1.5rem;height:1.5rem}
