:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;min-width:320px;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;scroll-behavior:smooth}#root{width:100%;min-height:100vh}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.cta-button{display:inline-flex;align-items:center;padding:12px 24px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;cursor:pointer;border:none}.cta-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3B82F6}.header{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(59,130,246,.1);box-shadow:0 2px 20px #0000000d;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.logo a{text-decoration:none;cursor:pointer}.logo h2{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.6rem;font-weight:800;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;margin:0}.logo:hover h2,.logo a:hover h2{transform:scale(1.05)}.nav{display:flex;align-items:center;gap:2rem}.nav a,.nav-link{color:#475569;text-decoration:none;font-weight:600;transition:all .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;padding:.75rem 1.25rem;border-radius:10px;position:relative}.nav a:hover,.nav-link:hover{color:#3b82f6;background:#3b82f614;transform:translateY(-1px)}.nav a:after,.nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:2px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:transform .3s ease}.nav a:hover:after,.nav-link:hover:after{transform:translate(-50%) scaleX(1)}.mobile-menu-toggle{display:none;background:#3b82f61a;border:2px solid rgba(59,130,246,.2);border-radius:8px;cursor:pointer;padding:.5rem;z-index:1001;transition:all .3s ease}.mobile-menu-toggle:hover{background:#3b82f626;border-color:#3b82f64d}.hamburger{position:relative;width:24px;height:2px;background:#3b82f6;display:block;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#3b82f6;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.header-container{padding:1rem}.mobile-menu-toggle{display:block}.nav{position:fixed;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(59,130,246,.2);box-shadow:0 -4px 20px #0000001a;flex-direction:column;gap:.5rem;padding:2rem;transform:translateY(-100vh);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:999}.nav.nav-open{transform:translateY(0);opacity:1}.nav a,.nav-link{font-size:1.1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(59,130,246,.1);width:100%;text-align:center;border-radius:12px;margin-bottom:.5rem;background:#ffffff80;transition:all .3s ease}.nav a:hover,.nav-link:hover{background:#3b82f61a;transform:translate(8px);border-color:#3b82f64d}.nav a:last-child,.nav-link:last-child{border-bottom:1px solid rgba(59,130,246,.1);margin-bottom:0}.nav a:after,.nav-link:after{display:none}}@media (max-width: 480px){.header-container{padding:.8rem}.logo h2{font-size:1.3rem}.nav{padding:1.5rem}.nav a,.nav-link{font-size:1rem;padding:.8rem 0}}.hero{background:linear-gradient(135deg,#ebf8ff,#f0f9ff,#e0f2fe);padding:8rem 2rem 4rem;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;pointer-events:none;z-index:0}.floating-element{position:absolute;border-radius:50%;background:#3b82f61a;animation:float 6s ease-in-out infinite}.bubble-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.bubble-2{width:120px;height:120px;top:60%;right:15%;animation-delay:-2s}.bubble-3{width:60px;height:60px;top:80%;left:20%;animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-20px) scale(1.1);opacity:.3}}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease-out}.hero-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #F59E0B}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1e293b;margin-bottom:1.5rem;display:flex;flex-direction:column}.title-gradient{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;background-clip:text}50%{background:linear-gradient(135deg,#ec4899,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text}}.hero-description{font-size:1.25rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.hero-stats .stat{text-align:center}.hero-stats .stat-number{display:block;font-size:1.5rem;font-weight:700;color:#3b82f6}.hero-stats .stat-label{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;cursor:pointer;border:none}.cta-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.cta-button.secondary{background:#ffffffe6;color:#3b82f6;border:2px solid #3B82F6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.button-icon{font-size:1.1rem}.hero-showcase{display:flex;flex-direction:column;align-items:center;animation:fadeInUp .8s ease-out .2s both}.phone-mockup{width:300px;height:600px;background:linear-gradient(145deg,#f0f0f0,#d9d9d9);border-radius:40px;padding:20px;box-shadow:0 20px 60px #00000026;position:relative;margin-bottom:2rem}.phone-screen{width:100%;height:100%;background:#000;border-radius:30px;overflow:hidden;position:relative}.app-preview{height:100%;padding:1.5rem 1rem;display:flex;flex-direction:column;color:#fff;position:relative;font-size:.85rem;overflow-x:hidden;width:100%;box-sizing:border-box}.app-preview.tracking{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.app-preview.analytics{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.app-preview.achievements{background:linear-gradient(135deg,#f59e0b,#d97706)}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600;font-size:.9rem}.date,.period,.points{font-size:.75rem;opacity:.8}.water-progress{text-align:center;margin-bottom:1.5rem}.progress-circle{display:flex;justify-content:center;margin-bottom:1rem}.progress-ring{width:90px;height:90px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse 2s ease-in-out infinite}.progress-text{font-size:1.1rem;font-weight:700}.progress-stats{margin-top:1rem}.current{font-size:1rem;font-weight:700}.goal{opacity:.8;font-size:.9rem}.quick-add{display:flex;justify-content:space-between;gap:.4rem;margin-bottom:1.2rem}.glass-option{background:#fff3;padding:.4rem .8rem;border-radius:12px;font-size:.75rem;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.glass-option.active{background:#ffffff4d;border-color:#fff9}.add-water-btn{background:#fff3;padding:.8rem 1.5rem;border-radius:20px;text-align:center;font-weight:600;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:auto;font-size:.85rem}.chart-area{flex:1;display:flex;align-items:end;justify-content:center;margin:1rem 0}.chart-bars{display:flex;align-items:end;gap:4px;height:60px}.bar{width:10px;background:#ffffff4d;border-radius:6px 6px 0 0;transition:all .3s ease}.bar.active{background:#fffc}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:1rem;width:100%;max-width:100%}.stat-item{text-align:center;background:#ffffff1a;padding:.4rem .2rem;border-radius:8px;min-width:0;overflow:hidden}.stat-value{display:block;font-size:.8rem;font-weight:700}.stat-label{font-size:.5rem;opacity:.8;line-height:1.2}.achievements-grid{display:grid;grid-template-columns:1fr 1fr;gap:.3rem;margin:1rem 0;width:100%;max-width:100%}.achievement{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;padding:.4rem .2rem;border-radius:8px;text-align:center;min-width:0;overflow:hidden}.achievement.unlocked{background:#fff3}.achievement.locked{opacity:.5}.badge{font-size:1rem;margin-bottom:.2rem}.achievement span{font-size:.45rem;font-weight:600;line-height:1.1}.level-progress{margin-top:1rem;text-align:center;font-size:.6rem}.progress-bar{background:#fff3;height:4px;border-radius:2px;margin-top:.3rem;overflow:hidden}.progress-fill{background:#fffc;height:100%;border-radius:4px;transition:width .3s ease}.showcase-controls{text-align:center;width:100%}.screen-info h3{color:#1e293b;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.screen-info p{color:#64748b;margin-bottom:1.5rem}.slide-indicators{display:flex;justify-content:center;gap:.5rem}.indicator{width:12px;height:12px;border-radius:50%;background:#3b82f64d;border:none;cursor:pointer;transition:all .3s ease}.indicator.active{background:#3b82f6;transform:scale(1.2)}@media (max-width: 1024px){.hero-container{gap:3rem}.hero-title{font-size:3rem}.phone-mockup{width:280px;height:560px}}@media (max-width: 768px){.hero{padding:6rem 1rem 2rem;min-height:auto}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem;line-height:1.2}.hero-description{font-size:1.1rem;margin-bottom:2rem}.hero-stats{justify-content:center;gap:1.5rem}.phone-mockup{width:250px;height:500px;margin:0 auto 1.5rem}.hero-buttons{justify-content:center;flex-direction:column;align-items:center;gap:1rem}.cta-button{width:100%;max-width:280px;justify-content:center}.app-preview{padding:1.5rem 1rem;font-size:.9rem}.app-header{font-size:1rem;margin-bottom:1.5rem}.progress-ring{width:90px;height:90px;border-width:5px}.progress-text{font-size:1.1rem}.chart-bars{height:70px;gap:6px}.bar{width:16px}.achievements-grid{gap:.4rem}.achievement{padding:.7rem}.badge{font-size:1.3rem}}@media (max-width: 480px){.hero{padding:5rem 1rem 2rem;overflow-x:hidden}.hero-container{width:100%;max-width:100%;padding:0;margin:0 auto}.hero-content{width:100%;max-width:100%;overflow-x:hidden}.hero-badge{font-size:.8rem;padding:.4rem .8rem;margin-bottom:1rem;text-align:center;max-width:280px;margin-left:auto;margin-right:auto}.hero-title{font-size:1.8rem;line-height:1.1;text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.title-gradient{display:block;margin-top:.2rem}.hero-description{font-size:1rem;padding:0;margin:0 auto 1.5rem;max-width:100%;text-align:center;line-height:1.5}.hero-stats{gap:.8rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.5rem}.hero-stats .stat{min-width:80px;flex:1;max-width:100px}.hero-stats .stat-number{font-size:1.1rem}.hero-stats .stat-label{font-size:.75rem}.hero-buttons{gap:.8rem;margin-bottom:2rem}.cta-button{padding:10px 20px;font-size:.9rem;min-width:0;flex:1;max-width:160px}.button-icon{font-size:1rem}.hero-showcase{width:100%;max-width:100%;overflow-x:hidden}.phone-mockup{width:200px;height:400px;margin:0 auto 1rem}.app-preview{padding:1rem .6rem;font-size:.8rem}.app-header{margin-bottom:1rem;font-size:.9rem}.date,.period,.points{font-size:.7rem}.water-progress{margin-bottom:1rem}.progress-ring{width:70px;height:70px;border-width:4px}.progress-text{font-size:.9rem}.progress-stats{margin-top:.5rem}.current{font-size:1rem}.goal{font-size:.9rem}.quick-add{margin-bottom:1rem;gap:.3rem}.glass-option{padding:.3rem .6rem;font-size:.7rem;border-radius:10px}.add-water-btn{padding:.6rem 1rem;font-size:.8rem;border-radius:15px}.chart-area{margin:1rem 0}.chart-bars{height:50px;gap:4px}.bar{width:12px}.stats-grid{gap:.5rem;margin-top:1rem}.stat-item{padding:.6rem;border-radius:10px}.stat-value{font-size:1rem}.stat-label{font-size:.6rem}.achievements-grid{gap:.2rem;margin:1rem 0}.achievement{padding:.4rem;border-radius:8px}.badge{font-size:1rem;margin-bottom:.2rem}.achievement span{font-size:.6rem}.level-progress{margin-top:1rem;font-size:.8rem}.progress-bar{height:6px;margin-top:.3rem}.showcase-controls{padding:0 1rem}.screen-info h3{font-size:1.1rem}.screen-info p{font-size:.9rem}.floating-element{display:none}}@media (max-width: 380px){.phone-mockup{width:180px;height:360px;padding:15px}.app-preview{padding:.8rem .5rem;font-size:.7rem}.app-header{margin-bottom:.8rem;font-size:.8rem}.date,.period,.points{font-size:.6rem}.progress-ring{width:60px;height:60px;border-width:3px}.progress-text{font-size:.8rem}.current{font-size:.9rem}.goal{font-size:.8rem}.glass-option{padding:.2rem .4rem;font-size:.6rem}.add-water-btn{padding:.5rem .8rem;font-size:.7rem}.chart-bars{height:40px;gap:3px}.bar{width:10px}.stat-item{padding:.4rem}.stat-value{font-size:.9rem}.stat-label{font-size:.5rem}.achievement{padding:.3rem}.badge{font-size:.9rem}.achievement span{font-size:.5rem}.level-progress{font-size:.7rem}.progress-bar{height:4px}}.features{padding:5rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto}.features-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.features-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.features-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 30px #0000000d;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;animation:fadeInUp .8s ease-out;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #3b82f626;border-color:#3b82f633}.feature-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.feature-title{font-size:1.4rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6;font-size:1rem}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.features{padding:3rem 1rem}.features-header h2{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:2rem}}@media (max-width: 480px){.features{padding:2rem .5rem}.features-header h2{font-size:1.7rem;margin-bottom:.5rem}.features-header p{font-size:1rem;padding:0 1rem}.feature-card{padding:1.5rem;margin:0 .5rem}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-title{font-size:1.2rem}.feature-description{font-size:.9rem}}.stats{background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd);color:#1e293b;padding:5rem 2rem;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(59,130,246,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.stats-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.stats-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.stats-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:5rem}.stat-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease;animation:fadeInUp .8s ease-out;box-shadow:0 8px 32px #3b82f61a}.stat-card:hover{transform:translateY(-10px);background:#fffffff2;box-shadow:0 20px 40px #3b82f633;border-color:#3b82f666}.stat-icon{font-size:3rem;margin-bottom:1rem;animation:pulse 2s infinite}.stat-number{font-size:3rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem;animation:countUp 2s ease-out}.stat-label{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.stat-description{font-size:.9rem;opacity:.8}.achievements-showcase{margin-bottom:4rem}.achievements-showcase h3{text-align:center;font-size:2rem;font-weight:600;margin-bottom:3rem;color:#1e293b}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.achievement-item{background:#fff9;border:1px solid rgba(59,130,246,.2);border-radius:15px;padding:2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.achievement-item:hover{background:#fffc;transform:translate(10px);box-shadow:0 8px 25px #3b82f626}.achievement-icon{font-size:2.5rem;flex-shrink:0}.achievement-content h4{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.achievement-content p{color:#64748b;margin-bottom:.5rem;font-size:.9rem}.achievement-date{background:#3b82f633;color:#93c5fd;padding:.2rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500}.impact-stories h3{text-align:center;font-size:2rem;font-weight:600;margin-bottom:3rem;color:#1e293b}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.impact-card{background:linear-gradient(135deg,#3b82f633,#8b5cf61a);border:1px solid rgba(59,130,246,.3);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.impact-card:hover{transform:scale(1.05);box-shadow:0 15px 30px #3b82f633}.impact-stat{font-size:2.5rem;font-weight:800;color:#60a5fa;margin-bottom:1rem;animation:pulse 2s infinite}.impact-text{font-size:1rem;color:#64748b;line-height:1.5}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 768px){.stats{padding:3rem 1rem}.stats-header h2{font-size:2rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.stat-card{padding:2rem}.stat-number{font-size:2.5rem}.achievements-grid{grid-template-columns:1fr}.achievement-item{flex-direction:column;text-align:center;gap:1rem}.impact-grid{grid-template-columns:1fr}.achievements-showcase h3,.impact-stories h3{font-size:1.5rem}}@media (max-width: 480px){.stats{padding:2rem .5rem}.stats-header h2{font-size:1.7rem}.stat-card{padding:1.5rem}.stat-icon{font-size:2.5rem}.stat-number{font-size:2rem}.achievement-item{padding:1.5rem}.achievement-icon{font-size:2rem}.impact-card{padding:1.5rem}.impact-stat{font-size:2rem}}.testimonials{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 2rem;position:relative}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.testimonials-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.testimonials-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.testimonials-carousel{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:3rem;position:relative}.carousel-btn{background:#3b82f61a;border:2px solid #3B82F6;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#3b82f6;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-btn:hover{background:#3b82f6;color:#fff;transform:scale(1.1)}.testimonial-card{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 10px 40px #0000001a;max-width:600px;width:100%;position:relative;animation:fadeIn .5s ease-out}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:30px;font-size:4rem;color:#3b82f6;font-family:serif;opacity:.3}.rating{display:flex;justify-content:center;gap:.2rem;margin-bottom:1.5rem}.star{font-size:1.2rem}blockquote{font-size:1.2rem;line-height:1.7;color:#374151;text-align:center;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.author-avatar{font-size:3rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ebf8ff,#dbeafe);display:flex;align-items:center;justify-content:center;border:3px solid #3B82F6}.author-info{text-align:left}.author-info h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.2rem}.author-role{font-size:.9rem;color:#3b82f6;font-weight:500;margin-bottom:.2rem}.author-location{font-size:.8rem;color:#64748b}.testimonial-indicators{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem}.testimonial-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#3b82f64d;border:none;cursor:pointer;transition:all .3s ease}.testimonial-indicators .indicator.active{background:#3b82f6;transform:scale(1.3)}.testimonials-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.testimonials-stats .stat{text-align:center;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease}.testimonials-stats .stat:hover{transform:translateY(-5px)}.testimonials-stats .stat-number{display:block;font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.testimonials-stats .stat-label{font-size:1rem;color:#64748b;font-weight:500}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.testimonials{padding:3rem 1rem}.testimonials-header h2{font-size:2rem}.testimonials-carousel{flex-direction:column;gap:1rem}.carousel-btn{width:40px;height:40px;font-size:1.2rem}.testimonial-card{padding:2rem;margin:0 1rem}.testimonial-author{flex-direction:column;text-align:center}.author-info{text-align:center}.testimonials-stats{grid-template-columns:1fr;gap:1rem}.testimonials-stats .stat{padding:1.5rem}.testimonials-stats .stat-number{font-size:2rem}}@media (max-width: 480px){.testimonials{padding:2rem .5rem}.testimonials-header h2{font-size:1.7rem}.testimonial-card{padding:1.5rem;margin:0 .5rem}.testimonial-card:before{font-size:3rem;top:-5px;left:20px}blockquote{font-size:1rem}.author-avatar{font-size:2.5rem;width:50px;height:50px}.testimonials-stats .stat-number{font-size:1.8rem}}.faq{background:#fff;padding:5rem 2rem}.faq-container{max-width:1200px;margin:0 auto}.faq-header{text-align:center;margin-bottom:4rem;animation:fadeInUp .8s ease-out}.faq-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.faq-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #E2E8F0;border-radius:15px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.faq-item:hover{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f61a}.faq-item.open{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f626}.faq-question{width:100%;padding:1.5rem 2rem;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#1e293b;transition:all .3s ease}.faq-question:hover{background:#f8fafc}.faq-item.open .faq-question{background:#ebf8ff;color:#3b82f6}.faq-icon{font-size:1.5rem;font-weight:300;color:#3b82f6;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:all .3s ease;background:#f8fafc}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:1.5rem 2rem;color:#64748b;line-height:1.6;margin:0}.faq-sidebar{display:flex;flex-direction:column;gap:2rem;position:sticky;top:2rem}.faq-help-card{background:linear-gradient(135deg,#f8fafc,#ebf8ff);padding:2rem;border-radius:20px;text-align:center;border:1px solid #E2E8F0;transition:transform .3s ease}.faq-help-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.help-icon{font-size:3rem;margin-bottom:1rem}.faq-help-card h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.faq-help-card p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.help-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem}.help-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.help-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3B82F6}.help-button.secondary:hover{background:#3b82f6;color:#fff}@media (max-width: 1024px){.faq-grid{grid-template-columns:1fr;gap:3rem}.faq-sidebar{position:static;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}}@media (max-width: 768px){.faq{padding:3rem 1rem}.faq-header h2{font-size:2rem}.faq-question{padding:1.2rem 1.5rem;font-size:1rem}.faq-answer p{padding:1.2rem 1.5rem}.faq-help-card{padding:1.5rem}.help-icon{font-size:2.5rem}.faq-help-card h3{font-size:1.1rem}}@media (max-width: 480px){.faq{padding:2rem .5rem}.faq-header h2{font-size:1.7rem}.faq-question{padding:1rem;font-size:.95rem}.faq-answer p{padding:1rem;font-size:.9rem}.faq-sidebar{grid-template-columns:1fr}.faq-help-card{padding:1.2rem}.help-button{padding:.7rem 1.2rem;font-size:.85rem}}.download{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:5rem 2rem}.download-container{max-width:1000px;margin:0 auto;text-align:center}.download-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;animation:fadeInUp .8s ease-out}.download-content p{font-size:1.2rem;opacity:.9;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease-out .1s both}.download-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .2s both}.download-btn{display:inline-flex;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:1rem 2rem;text-decoration:none;color:#fff;transition:all .3s ease;min-width:200px}.download-btn:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-content{display:flex;align-items:center;gap:1rem;width:100%}.btn-icon{font-size:2rem}.btn-text{display:flex;flex-direction:column;text-align:left;flex:1}.btn-small{font-size:.8rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.btn-large{font-size:1.1rem;font-weight:600}.download-stats{display:flex;justify-content:center;gap:3rem;animation:fadeInUp .8s ease-out .3s both}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2rem;font-weight:700;color:#3b82f6}.stat-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 1024px){.download-buttons{flex-wrap:wrap;justify-content:center}.download-stats{gap:2.5rem}}@media (max-width: 768px){.download{padding:3rem 1rem}.download-content h2{font-size:2rem}.download-content p{font-size:1.1rem;padding:0 1rem}.download-buttons{flex-direction:column;align-items:center;gap:1rem}.download-btn{width:100%;max-width:280px}.download-stats{gap:2rem}.stat-number{font-size:1.5rem}}@media (max-width: 480px){.download{padding:2rem .5rem}.download-content h2{font-size:1.7rem}.download-content p{font-size:1rem;margin-bottom:2rem}.download-btn{padding:.8rem 1.5rem;max-width:260px}.btn-text{gap:.2rem}.btn-small{font-size:.7rem}.btn-large{font-size:1rem}.download-stats{gap:1.5rem;flex-wrap:wrap}.stat-number{font-size:1.3rem}.stat-label{font-size:.8rem}}.footer{background:#1e293b;color:#fff;padding:3rem 2rem 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#3b82f6;font-size:1.2rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.footer-section h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.footer-section p{color:#94a3b8;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a,.footer-link{color:#94a3b8;text-decoration:none;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;padding:0}.footer-section ul li a:hover,.footer-link:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom p{color:#94a3b8;font-size:.9rem}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}}@media (max-width: 480px){.footer{padding:1.5rem .5rem 1rem}.footer-section h3{font-size:1.1rem}.footer-section h4{font-size:1rem}.footer-section p,.footer-section ul li a,.footer-link{font-size:.9rem}.footer-bottom p{font-size:.8rem;padding:0 1rem}}.privacy-policy{min-height:60vh;background:#fafafa;padding:6rem 2rem 2rem;flex:1}.privacy-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 4px 30px #0000001a;overflow:hidden}.privacy-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:3rem 2rem 2rem;text-align:center}.back-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:25px;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;font-size:.9rem}.back-button:hover{background:#ffffff4d;transform:translateY(-1px)}.privacy-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.last-updated{opacity:.9;font-size:1rem}.privacy-content{padding:3rem 2rem;line-height:1.7}.privacy-content section{margin-bottom:2.5rem}.privacy-content h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem;border-bottom:2px solid #E2E8F0;padding-bottom:.5rem}.privacy-content h3{color:#334155;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .5rem}.privacy-content p{color:#64748b;margin-bottom:1rem}.privacy-content ul{margin:1rem 0;padding-left:1.5rem}.privacy-content li{color:#64748b;margin-bottom:.5rem}.contact-info{background:#f8fafc;border:1px solid #E2E8F0;border-radius:10px;padding:1.5rem;margin-top:1rem}.contact-info p{margin-bottom:.5rem;font-weight:500;color:#334155}@media (max-width: 768px){.privacy-policy{padding:1rem}.privacy-header{padding:2rem 1rem 1.5rem}.privacy-header h1{font-size:2rem}.privacy-content{padding:2rem 1rem}.privacy-content h2{font-size:1.3rem}}@media (max-width: 480px){.privacy-policy{padding:.5rem}.privacy-container{margin:0;border-radius:15px}.privacy-header{padding:1.5rem 1rem 1rem}.privacy-header h1{font-size:1.7rem}.back-button{padding:.4rem .8rem;font-size:.8rem;margin-bottom:1.5rem}.privacy-content{padding:1.5rem 1rem}.privacy-content h2{font-size:1.2rem}.privacy-content h3{font-size:1.1rem}.privacy-content p,.privacy-content li{font-size:.9rem;line-height:1.6}.contact-info{padding:1rem}}
