@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";.custom-cursor-outer,.custom-cursor-inner{position:fixed;pointer-events:none;z-index:9999;transition:transform .05s ease-out}.custom-cursor-outer{width:30px;height:30px;border:2px solid var(--accent-color);border-radius:50%;transform:translate(-50%,-50%);mix-blend-mode:difference}.custom-cursor-inner{width:8px;height:8px;background-color:var(--accent-color);border-radius:50%;transform:translate(-50%,-50%);mix-blend-mode:difference}@media (pointer: fine){body{cursor:none}}@media (max-width: 768px){.custom-cursor-outer,.custom-cursor-inner{display:none}}.navbar{position:fixed;top:0;width:100%;background:var(--bg-dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:var(--transition)}.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none}.logo-icon{max-width:100px;height:auto}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{position:relative;text-decoration:none;color:var(--text-light);font-weight:500;transition:var(--transition)}.nav-menu a:hover,.nav-menu a.active{color:var(--primary-color);animation:navItemHover .4s ease-out;transform:translate(5px)}.nav-menu a:not(:hover):not(.active){animation:none;transform:translate(0)}.nav-menu a:focus{outline:2px solid var(--primary-color);outline-offset:2px}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;height:2px;width:0;background:var(--primary-color);transition:var(--transition)}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%;animation:buttonShimmer 1s ease-in-out}.nav-toggle{display:none;cursor:pointer;color:var(--primary-color)}@media (max-width: 768px){.nav-menu{position:fixed;top:60px;left:-100%;width:100%;height:calc(100vh - 80px);background:var(--bg-dark);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:var(--transition)}.nav-menu.active{left:0}.nav-toggle{display:block}}.theme-switch{position:relative;display:inline-block;width:60px;height:30px}.theme-switch input{opacity:0;width:0;height:0}.slider{background-color:var(--unch-primary-color);border-radius:30px;position:absolute;inset:0;transition:background-color .4s ease}.knob{position:absolute;top:3px;left:3px;height:24px;width:24px;background:var(--bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:transform .4s ease;box-shadow:0 2px 4px #0003}.theme-switch input:checked+.slider{background-color:var(--unch-primary-color)}.theme-switch input:checked+.slider .knob{transform:translate(30px)}.sticky-ctas{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:999}.cta-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:0;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:var(--shadow);white-space:nowrap;position:relative;overflow:hidden;background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));background-size:200% 200%}.cta-button.book-ride{background:var(--primary-color);color:var(--text-dark)}.cta-button.become-partner{background:var(--secondary-color);border:1px solid var(--primary-color);color:var(--text-light)}.cta-button:hover{animation:magneticHover .6s ease-out forwards;box-shadow:var(--shadow-hover),var(--primary-glow);background-position:100% 0}.cta-button:not(:hover){animation:magneticHoverReverse .6s ease-out forwards;background-position:0% 0}.cta-button:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 480px){.cta-button{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 768px){.sticky-ctas{position:static;transform:none;flex-direction:row;justify-content:center;margin:5.5rem 0 .9rem}}@media print{.navbar,.sticky-ctas,.footer{display:none}}.footer{background:var(--unch-secondary-color);color:var(--unch-text-light);padding:3rem 0 1rem;border-top:1px solid var(--unch-primary-color)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-icon{margin-right:.5rem;color:var(--unch-primary-color)}.footer-section p{margin-bottom:1rem;opacity:.9}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--unch-primary-color)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:var(--unch-text-light);text-decoration:none;opacity:.8;transition:var(--transition);position:relative}.footer-section a:hover{opacity:1;color:var(--unch-primary-color);animation:navItemHover .4s ease-out;transform:translate(3px)}.footer-section a:not(:hover){animation:none;transform:translate(0)}.footer-section a:focus{outline:2px solid var(--primary-color);outline-offset:2px}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--unch-text-dark);font-weight:600;transition:var(--transition);position:relative;overflow:hidden}.social-links a:hover{transform:translateY(-5px) scale(1.1);animation:iconPulse .6s ease-out;box-shadow:0 10px 30px #ceff7b4d}.social-links a:not(:hover){animation:none;transform:translateY(0) scale(1);box-shadow:none}.social-links a:focus{outline:2px solid var(--primary-color);outline-offset:2px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);opacity:.7}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;text-align:center}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{justify-content:center}.footer-section ul{padding:0}.social-links{justify-content:center;flex-wrap:wrap}}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 30% 40%,var(--secondary-color) 0%,var(--bg-dark) 70%)}.hero .container{display:flex;align-items:center;position:relative}.hero-content{width:50%;padding:2rem;color:var(--text-light)}.hero-visual{width:50%;display:flex;justify-content:center;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--text-light)}.hero-title .highlight{color:var(--primary-color);position:relative}.hero-title .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--bg-light);opacity:.7}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;color:var(--text-light);max-width:500px}.hero-actions{display:flex;gap:1rem;margin-bottom:2rem}.hero-image{width:60%;max-width:600px;height:auto;filter:drop-shadow(0 12px 24px rgba(0,0,0,.4)) drop-shadow(0 6px 12px rgba(0,0,0,.2))}.hero-image{transition:var(--transition);will-change:transform}.hero-image:hover{transform:scale(1.05) rotate(1deg);animation:parallaxFloat 4s ease-in-out infinite;filter:brightness(1.1)}.hero-image:not(:hover){animation:none;transform:scale(1) rotate(0);filter:brightness(1)}.hero-image:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.phone-mockup{width:240px;height:480px}.hero .container{flex-direction:column;align-items:center}.hero-visual,.hero-content{width:100%}}@media (max-width: 480px){.hero-actions{flex-direction:column;gap:1rem}}.services-page *{min-width:0}.services-hero{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--secondary-color) 100%);color:var(--text-light);padding:4rem 0;text-align:left}.services-hero-content{display:flex;justify-content:space-between;flex-direction:row}.services-hero-text,.services-hero-image{width:45%;margin:auto 0;position:relative}.services-hero-image:before{content:"";position:absolute;bottom:-5%;left:0;width:100%;height:200px;background:#000;filter:blur(22px);transform:rotate(-15deg);z-index:1;border-radius:50%;opacity:80%}.services-hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.services-hero-text p{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.services-hero-img{width:100%;height:auto;position:relative;z-index:2}.services-detailed{padding:5rem 0;background:var(--bg-dark)}.services-grid-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:2rem}.service-card,.service-card-detailed{background:var(--unch-secondary-color);box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);transition:var(--transition);position:relative;overflow:hidden;border-right:1px solid var(--primary-color);border-left:1px solid var(--primary-color);border-bottom:1px solid var(--primary-color);box-sizing:border-box}.service-card{padding:2rem}.service-card-detailed{padding:2.5rem}.service-card:before,.service-card-detailed:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-color)}.service-card.premium:before,.service-card-detailed.premium:before{background:linear-gradient(90deg,#ff6b6b,#ffd93d)}.service-card.executive:before,.service-card-detailed.executive:before{background:linear-gradient(90deg,#6c5ce7,#a29bfe)}.service-card.midnight:before,.service-card-detailed.midnight:before{background:linear-gradient(90deg,#2d3436,#636e72)}.service-card:hover,.service-card-detailed:hover{animation:magneticHover .6s ease-out;box-shadow:var(--shadow-hover),var(--primary-glow)}.service-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-icon,.service-icon-large{background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--unch-text-dark)}.service-icon{width:60px;height:60px;margin-bottom:1.5rem}.service-icon-large{width:80px;height:80px}.service-title-price h3,.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--unch-text-light)}.service-price{font-size:1.2rem;font-weight:600;color:var(--unch-primary-color)}.service-description,.service-card p{color:var(--unch-text-light-shade);margin-bottom:1.5rem}.service-description{margin-bottom:2rem}.service-features,.service-features-detailed{display:flex;flex-direction:column;gap:.5rem}.service-features-detailed{gap:.8rem;margin-bottom:2rem}.service-features span{font-size:.9rem;color:var(--unch-text-light-shade)}.feature-item{display:flex;align-items:center;gap:.5rem;color:var(--unch-text-light-shade)}.feature-item svg{color:var(--unch-primary-color)}.service-btn{width:100%;justify-content:center}.service-comparison{padding:5rem 0}.comparison-table-wrapper{overflow-x:auto;width:100%}.comparison-table{width:100%;border-collapse:collapse;background:var(--bg-dark);overflow:hidden;box-shadow:var(--shadow)}.comparison-header th{background:var(--unch-secondary-color);color:var(--unch-text-light);font-weight:600;padding:1rem;text-align:center}.comparison-feature{text-align:left!important;font-weight:600}.comparison-row td{padding:1rem;text-align:center;color:var(--text-light-shade)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media (max-width: 480px){.services-grid{grid-template-columns:1fr}}@media (max-width: 768px){.services-hero{text-align:center}.services-hero-content{flex-direction:column}.services-hero-text,.services-hero-image{width:100%}.services-hero-image{margin-top:50px}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:var(--unch-secondary-color);box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);transition:var(--transition);border:1px solid var(--unch-primary-color)}.feature-card:hover{animation:magneticHover .6s ease-out;box-shadow:var(--shadow-hover),var(--primary-glow)}.feature-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--unch-text-light)}.feature-icon.eco{background:linear-gradient(135deg,#00b894,#55efc4)}.feature-icon.affordable{background:linear-gradient(135deg,#fdcb6e,#e17055)}.feature-icon.safe{background:linear-gradient(135deg,#6c5ce7,#a29bfe)}.feature-icon.stylish{background:linear-gradient(135deg,#fd79a8,#fdcb6e)}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--unch-text-light)}.feature-card p{color:var(--unch-text-light-shade)}.how-it-works-hero{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--secondary-color) 100%);color:var(--text-light);padding:4rem 0;text-align:center}.how-it-works-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.how-it-works-hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.steps-detailed{padding:5rem 0;background:var(--bg-dark-shaded)}.steps-container-detailed{display:flex;flex-direction:column;gap:4rem}.step-detailed{display:flex;flex-direction:column;align-items:center}.step-detailed:nth-child(2n){direction:rtl}.step-detailed:nth-child(2n)>*{direction:ltr}.step-detail-desc,.step-img{width:50%}.step-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.step-number-large{width:80px;height:80px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--text-dark)}.step-icon-large{width:100px;height:100px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-light)}.step-content-detailed h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.step-content-detailed p{color:var(--text-light-shade)}.step-description{font-size:1.2rem;color:#666;margin-bottom:1rem}.step-details{color:#555}.process-features{padding:5rem 0;background:var(--bg-dark)}.features-grid-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card-process{background:var(--unch-secondary-color);padding:2rem;border:1px solid var(--unch-primary-color);box-shadow:var(--shadow);animation:fadeInUp .6s ease-out;text-align:center;transition:var(--transition)}.feature-card-process{color:var(--unch-text-light-shade)}.feature-card-process:hover{animation:cardHover .4s ease-out;box-shadow:var(--shadow-hover)}.feature-icon-process{width:80px;height:80px;background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--unch-text-dark);transition:var(--transition)}.feature-icon-process:hover{animation:iconPulse .6s ease-out;transform:scale(1.1)}.feature-icon-process:not(:hover){animation:none;transform:scale(1)}.feature-icon-process h3 .feature-icon-process p{color:var(--text-light)}.safety-section{padding:5rem 0}.safety-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.safety-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.safety-text p{font-size:1.2rem;color:var(--text-light-shade);margin-bottom:2rem}.safety-features{list-style:none}.safety-features li{padding:.5rem 0;color:var(--text-light-shade);font-size:1.1rem}.safety-visual{display:flex;justify-content:center}.safety-badge{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:var(--primary-color);color:var(--text-dark);font-weight:600;font-size:1.2rem}.iphone-mockup{width:280px;height:580px;background:#000;border-radius:48px;padding:12px;position:relative;box-shadow:0 20px 40px #ceff7b33}.notch{width:120px;height:30px;background:var(--unch-bg-dark);border-bottom-left-radius:20px;border-bottom-right-radius:20px;position:absolute;top:-1px;left:50%;transform:translate(-50%);z-index:10}.iphone-screen{width:100%;height:100%;background:var(--bg-dark);border-radius:36px;overflow:hidden;position:relative}.side-button{width:4px;background:var(--unch-bg-dark);position:absolute;border-radius:2px}.side-button.left{height:80px;left:-4px;top:120px}.side-button.right.volume{height:50px;right:-4px;top:120px}.side-button.right.power{height:40px;right:-4px;top:200px}.app-interface{height:100%;display:flex;flex-direction:column}.status-bar{height:30px;background:var(--secondary-color);opacity:.51}.app-header{display:flex;align-items:center;padding:1rem;background:var(--unch-bg-dark);border-bottom:1px solid #eee;color:var(--primary-color)}.app-logo{color:var(--primary-color);max-width:50px;margin-right:.5rem}.map-area{flex:1;background:linear-gradient(45deg,#181818,#0d1720);position:relative}.map-area:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:var(--primary-color);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.7}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.ride-options{display:flex;padding:1rem;gap:.5rem}.option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.9rem;transition:var(--transition);color:var(--text-light)}.option.active{background:var(--primary-color);color:var(--text-dark)}.download,.download-cta,.download-hero{background:linear-gradient(135deg,#000,#0a5c42);color:var(--text-light);padding:5rem 0;text-align:center}.download-hero{background:linear-gradient(135deg,black 0%,var(--secondary-color) 100%);text-align:left}.download-content,.download-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.download-text h2,.download-hero .download-text h1,.download-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-light)}.download-hero .download-text h1{font-size:3rem;font-weight:800}.download-text p,.download-hero .download-text p,.download-cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.download-buttons{display:flex;gap:1rem;margin-bottom:3rem;justify-content:center}.download-btn{background:var(--bg-light);color:var(--text-dark);border:none;padding:1rem 1.5rem;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);flex:1;max-width:200px}.download-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-content{display:flex;align-items:center;gap:1rem}.btn-subtitle{font-size:.8rem;opacity:.7;display:block}.btn-title{font-size:1.1rem;font-weight:600;display:block}.download-stats{display:flex;gap:2rem;justify-content:center}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-label{font-size:.9rem;opacity:.8}.download-visual{display:flex;justify-content:center}.phones-mockup{position:relative}.phone-device{width:250px;height:500px;background:linear-gradient(145deg,#2d3436,#636e72);border-radius:35px;padding:15px;box-shadow:var(--shadow-hover)}.phone-device .phone-screen{width:100%;height:100%;background:var(--bg-light);border-radius:25px;overflow:hidden;position:relative}.app-preview{height:100%;display:flex;flex-direction:column}.preview-header{display:flex;align-items:center;padding:1rem;background:var(--primary-color);color:var(--text-dark);font-weight:600}.preview-logo{margin-right:.5rem}.preview-map{flex:1;background:linear-gradient(45deg,#ddd,#f0f0f0);position:relative}.preview-map:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:15px;background:var(--secondary-color);border-radius:50%}.preview-bottom{padding:1rem}.location-input{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:var(--border-radius);color:#666}.app-features,.app-testimonials{padding:5rem 0;background:var(--bg-dark)}.features-grid-app,.testimonials-grid{display:grid;gap:2rem}.features-grid-app{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card-app,.testimonial-card{background:var(--bg-dark);padding:2rem;box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);text-align:center;transition:var(--transition);color:var(--text-light);border:1px solid var(--primary-color)}.feature-card-app:hover,.testimonial-card:hover{animation:magneticHover .6s ease-out;box-shadow:var(--shadow-hover),var(--primary-glow)}.feature-icon-app{width:80px;height:80px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--text-light)}.testimonial-rating{display:flex;justify-content:center;gap:.2rem;margin-bottom:1rem;color:var(--primary-color)}.testimonial-comment{font-style:italic;margin-bottom:1rem;color:var(--text-light-shade)}.author-name{font-weight:600;color:var(--text-light-shade)}.author-location{font-size:.9rem;color:var(--text-light-shade)}@media (max-width: 768px){.download-buttons{flex-direction:column;max-width:300px;margin:2rem auto}}.partner-hero{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--secondary-color) 100%);color:var(--text-light);padding:4rem 0;text-align:center}.partner-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.partner-hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.partner-options-detailed{padding:5rem 0}.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.partner-section{background:var(--unch-secondary-color);padding:1rem;border:1px solid var(--primary-color);box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;transition:var(--transition);will-change:transform,box-shadow}.partner-header{text-align:center;margin-bottom:3rem}.partner-icon-large{width:100px;height:100px;background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--unch-text-dark)}.partner-header h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--unch-text-light)}.partner-header p{color:var(--unch-text-light-shade)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.benefit-card{padding:1.5rem;background:var();border:1px solid var(--unch-primary-color);text-align:center;animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);transition:var(--transition);will-change:transform,box-shadow}.benefit-card:hover{animation:magneticHover .6s ease-out forwards;box-shadow:var(--shadow-hover),var(--primary-glow)}.benefit-card:not(:hover){animation:magneticHoverReverse .6s ease-out forwards}.benefit-card:focus{outline:2px solid var(--primary-color);outline-offset:2px}.benefit-icon{width:60px;height:60px;background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--unch-text-dark)}.benefit-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--unch-text-light-shade)}.benefit-card p{color:var(--unch-text-light-shade);font-size:.9rem}.requirements-section{margin-bottom:3rem}.requirements-section h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--unch-text-light)}.requirements-list{display:flex;flex-direction:column;gap:.5rem}.requirement-item{display:flex;align-items:center;gap:.5rem;color:var(--unch-text-light-shade)}.requirement-item svg{color:var(--unch-primary-color)}.earnings-info{margin-bottom:3rem}.earnings-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--unch-text-light)}.earnings-breakdown{display:flex;flex-direction:column;gap:1rem}.earning-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--unch-primary-color)}.earning-label{font-weight:500;color:var(--unch-primary-color)}.earning-amount{font-weight:600;color:var(--unch-primary-color)}.event-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.event-feature-card{padding:1.5rem;background:var(--unch-secondary-color);border:1px solid var(--unch-primary-color);text-align:center;animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);transition:var(--transition);will-change:transform,box-shadow}.event-feature-card:hover{animation:magneticHover .6s ease-out forwards;box-shadow:var(--shadow-hover),var(--primary-glow)}.event-feature-card:not(:hover){animation:magneticHoverReverse .6s ease-out forwards}.event-feature-card:focus{outline:2px solid var(--primary-color);outline-offset:2px}.event-feature-icon{width:60px;height:60px;background:var(--unch-primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--unch-text-dark)}.event-feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--unch-text-light)}.event-feature-card p{color:var(--unch-text-light-shade);font-size:.9rem}.event-types{margin-bottom:3rem}.event-types h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--unch-text-light)}.event-types-list{display:flex;flex-wrap:wrap;gap:.5rem}.event-type{padding:.5rem 1rem;background:var(--unch-primary-color);color:var(--unch-text-dark);font-size:.9rem;font-weight:500}.pricing-info{margin-bottom:3rem}.pricing-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--unch-text-light)}.pricing-benefits{list-style:none}.pricing-benefits li{color:var(--unch-text-light-shade);position:relative;padding:.5rem 0 .5rem 1.5rem}.pricing-benefits li:before{content:"✓";position:absolute;left:0;color:var(--unch-primary-color);font-weight:700}.partner-cta{width:100%;justify-content:center}.partner-testimonials{position:relative;padding:5rem 0;background:var(--bg-dark-shaded)}.testimonial-scroll-wrapper{position:relative}.scroll-button{background-color:var(--primary-color);color:var(--secondary-color);border:none;border-radius:50%;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease-in-out;z-index:5}.scroll-button:hover{background-color:var(--primary-dark)}.scroll-button.left{margin-right:.5rem}.scroll-button.right{margin-left:.5rem}.partner-testimonials-grid{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding-bottom:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.partner-testimonials-grid::-webkit-scrollbar{display:none}.partner-testimonial{flex:0 0 300px;background:var(--bg-dark);padding:1.5rem;animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);scroll-snap-align:start;min-height:220px;transition:var(--transition);will-change:transform,box-shadow}.partner-testimonial:hover{animation:magneticHover .6s ease-out forwards;box-shadow:var(--shadow-hover),var(--primary-glow)}.partner-testimonial:not(:hover){animation:magneticHoverReverse .6s ease-out forwards}.partner-testimonial:focus{outline:2px solid var(--primary-color);outline-offset:2px}.testimonial-content p{font-style:italic;margin-bottom:1.5rem;color:var(--text-light-shade)}.testimonial-author{display:flex;flex-direction:column;gap:.2rem}.author-name{font-weight:600;color:var(--text-light)}.author-role{font-size:.9rem;color:var(--text-light-shade)}.author-rating{display:flex;gap:.2rem;margin-top:.5rem;color:var(--primary-color)}.partner-cta-section{background:var(--bg-dark);color:var(--text-light);padding:5rem 0;text-align:center}.partner-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.partner-cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.partner-cta-buttons{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){.scroll-button{display:none}}.about-hero{background:linear-gradient(135deg,black 0%,var(--secondary-color) 100%);color:var(--text-light);padding:4rem 0;text-align:center}.about-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.about-hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.mission-vision{padding:5rem 0}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mission-card,.vision-card{background:var(--secondary-color);padding:3rem;border:1px solid var(--primary-color);box-shadow:var(--shadow);text-align:center}.mission-icon,.vision-icon{width:80px;height:80px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--text-dark)}.mission-card h2,.vision-card h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.mission-card p,.vision-card p{color:var(--text-light-shade);font-size:1.1rem}.our-values{padding:5rem 0;background:var(--bg-dark-shaded)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background:var(--secondary-color);padding:2rem;border:1px solid var(--primary-color);box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);text-align:center;transition:var(--transition)}.value-card:hover{animation:magneticHover .6s ease-out;box-shadow:var(--shadow-hover),var(--primary-glow)}.value-icon{width:80px;height:80px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--text-light)}.value-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.value-card p{color:var(--text-light-shade)}.our-story{padding:5rem 0}.story-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-light)}.story-text p{font-size:1.1rem;color:var(--text-light-shade);margin-bottom:1.5rem;line-height:1.7}.story-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{text-align:center;padding:1.5rem;background:var(--secondary-color);border:1px solid var(--primary-color);box-shadow:var(--shadow)}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-light-shade);font-weight:500}.timeline{padding:5rem 0;background:var(--bg-dark)}.timeline-container{position:relative;max-width:800px;margin:0 auto}.timeline-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--primary-color);transform:translate(-50%)}.timeline-item{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{width:100px;height:100px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:var(--text-dark);position:relative;z-index:2}.timeline-content{flex:1;padding:2rem;background:var(--secondary-color);border:1px solid var(--primary-color);box-shadow:var(--shadow);margin:0 2rem}.timeline-content h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-light)}.timeline-content p{color:var(--text-light-shade)}.team-section{padding:5rem 0}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.team-card{background:var(--secondary-color);padding:2rem;border:1px solid var(--primary-color);box-shadow:var(--shadow);animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);text-align:center;transition:var(--transition)}.team-card:hover{animation:magneticHover .6s ease-out;box-shadow:var(--shadow-hover),var(--primary-glow)}.team-avatar{width:100px;height:100px;background:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--text-light)}.team-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-light)}.team-role{color:var(--primary-color);font-weight:600;margin-bottom:1rem;display:block}.team-card p{color:var(--text-light-shade)}.join-mission{background:var(--secondary-color);color:var(--text-light);padding:5rem 0;text-align:center}.join-mission-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.join-mission-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.join-buttons{display:flex;gap:1rem;justify-content:center}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Helvetica Neue,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:var(--bg-dark)}:root{--unch-primary-color: #ceff7b;--primary-color: #ceff7b;--unch-secondary-color: #084734;--secondary-color: #084734;--accent-color: #ceff7b;--unch-text-dark: #000000;--text-dark: #000000;--unch-text-light: #ffffff;--text-light: #ffffff;--unch-text-light-shade: #ccc;--text-light-shade: #ccc;--unch-bg-light: #ffffff;--bg-light: #ffffff;--unch-bg-dark: #000000;--bg-dark: #000000;--bg-dark-shaded: #131a13;--shadow: 0 10px 40px rgba(06, 255, 123, .3);--shadow-hover: 0 20px 60px rgba(206, 255, 123, .25);--border-radius: 12px;--border-radius-large: 24px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{--secondary-color: #ceff7b;--primary-color: #084734;--accent-color: #ceff7b;--text-light: #000000;--text-dark: #ffffff;--text-light-shade: #131a13;--bg-dark: #ffffff;--bg-dark-shaded: #ccc;--bg-light: #000000;--bg-dark: #fff}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.services-page,.how-it-works-page,.download-page,.partner-page,.about-page{padding-top:80px}.btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--unch-primary-color);color:var(--unch-text-dark)}.btn-secondary{background:var(--secondary-color);border:1px solid var(--primary-color);color:var(--text-light)}.btn{position:relative;overflow:hidden;transition:var(--transition);background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));background-size:200% 200%;border:none;padding:1rem 2rem;border-radius:0;color:#fff;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.btn:hover{animation:magneticHover .6s ease-out forwards,gradientShift 3s ease infinite;transform:translateY(-3px) scale(1.05);box-shadow:var(--shadow-hover),var(--primary-glow);background-position:100% 0}.btn:not(:hover){animation:magneticHoverReverse .6s ease-out forwards}.btn:active{transform:translateY(-1px) scale(1.02);transition:var(--transition-fast)}.btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.card{animation:floatUp .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:calc(var(--stagger-index, 0) * .1s);will-change:transform,box-shadow}.card:hover{animation:magneticHover .6s ease-out forwards}.card:not(:hover){animation:magneticHoverReverse .6s ease-out forwards}.hero-section{animation:heroReveal 1.2s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(206,255,123,.1) 50%,transparent 70%);animation:backgroundParallax 8s ease-in-out infinite;pointer-events:none}.floating-element{animation:parallaxFloat 6s ease-in-out infinite;will-change:transform}.navbar{animation:navSlide .5s ease-out}.nav-item:hover{animation:navItemHover .4s ease-out}.nav-item:focus{outline:2px solid var(--primary-color);outline-offset:2px}.icon{transition:var(--transition)}.icon:hover{animation:iconPulse .6s ease-out}.heading{animation:textReveal 1s cubic-bezier(.25,.46,.45,.94) forwards;animation-delay:.3s;opacity:0}@keyframes scrollReveal{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.scroll-element{animation:scrollReveal .8s cubic-bezier(.25,.46,.45,.94) forwards;animation-play-state:paused}*{will-change:auto}.card,.btn,.nav-item,.icon{backface-visibility:hidden;perspective:1000px}tr{border-bottom:1px solid var(--secondary-color)}section{padding:5rem 0}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-light)}.section-header p{font-size:1.2rem;color:var(--text-light-shade)}@media (max-width: 768px){.services-page,.how-it-works-page,.download-page,.partner-page,.about-page{padding-top:60px}.hero .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center}.download-content{grid-template-columns:1fr;text-align:center}.download-btn{max-width:none}.partner-options{grid-template-columns:1fr}.partner-card{padding:2rem}.section-header h2{font-size:2rem}.phone-mockup{width:240px;height:480px}.phone-device{width:200px;height:400px}}.comparison-header,.comparison-row{grid-template-columns:1fr;text-align:center}.comparison-feature{text-align:center!important}.step-detailed{grid-template-columns:1fr;text-align:center}.step-detailed:nth-child(2n){direction:ltr}.safety-content,.download-hero-content{grid-template-columns:1fr;text-align:center}.partner-grid,.benefits-grid,.event-features-grid{grid-template-columns:1fr}.partner-cta-buttons{flex-direction:column;align-items:center}.mission-vision-grid{grid-template-columns:1fr}.story-content{grid-template-columns:1fr;text-align:center}.story-stats{grid-template-columns:1fr 1fr}.timeline-item{flex-direction:column!important;text-align:center}.timeline-container:before{display:none}.timeline-content{margin:1rem 0}.join-buttons{flex-direction:column;align-items:center}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.btn{padding:.8rem 1.5rem}.steps-container,.features-grid{grid-template-columns:1fr}.download-stats{flex-direction:column;gap:1rem}}Additional mobile styles for new pages .services-hero-content>h1,.services-hero-text h1,.how-it-works-hero-content h1,.partner-hero-content h1,.about-hero-content h1{font-size:2rem}.story-stats{grid-template-columns:1fr}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.service-card,.step,.feature-card,.partner-card{animation:fadeInUp .6s ease-out}.hero-content{animation:slideInLeft .8s ease-out}.hero-visual{animation:slideInRight .8s ease-out}@media print{.hero{min-height:auto;padding:2rem 0}section{padding:2rem 0}}
