html{scroll-behavior:smooth;font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1f;line-height:1.6;background-color:#fff;font-feature-settings:"liga","kern";text-rendering:optimizeLegibility;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:background-color .3s ease,border-color .3s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid rgba(0,0,0,.1)}.navbar.scrolled{background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.15)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center}.logo-image{width:60px;height:auto;filter:invert(1) brightness(1.5) contrast(1.3)}.nav-links{display:flex;gap:2rem}.nav-links a{color:#1d1d1f;text-decoration:none;font-weight:400;font-size:.875rem;transition:color .3s ease}.nav-links a:hover{color:#007aff}.nav-links a:focus{outline:2px solid #007AFF;outline-offset:4px;border-radius:4px;color:#007aff}.particle-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.particle{position:absolute;background:radial-gradient(circle,rgba(139,92,246,.4) 0%,rgba(168,85,247,.2) 70%,transparent 100%);border-radius:50%;filter:blur(1px)}.loading-spinner-container{display:flex;justify-content:center;align-items:center;padding:2rem}.loading-spinner-ring{position:relative;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg 270deg,#8B5CF6 270deg 360deg);animation:spin 1.5s linear infinite;display:flex;align-items:center;justify-content:center}.loading-spinner-inner{width:80%;height:80%;background:#fff;border-radius:50%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text.large{height:2rem}.skeleton-text.small{height:.75rem;width:60%}.skeleton-image{aspect-ratio:16/9;border-radius:12px}@keyframes skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.floating-action-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #8b5cf666;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.floating-action-button:hover{box-shadow:0 12px 35px #8b5cf699;background:linear-gradient(135deg,#9333ea,#c084fc)}.floating-action-button svg{transition:transform .3s ease}.floating-action-button:hover svg{transform:translateY(-2px)}.scroll-progress-indicator{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#c084fc);transform-origin:0%;z-index:1001;border-radius:0 0 2px;box-shadow:0 2px 10px #8b5cf64d}.mobile-menu-button{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .3s ease}.mobile-menu-button:hover{background:#0000000d}.hamburger-line{width:24px;height:2px;background:#1d1d1f;border-radius:2px;transform-origin:center}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);padding:2rem;display:none;flex-direction:column;gap:1.5rem;text-align:center}.mobile-menu.open{display:flex}.mobile-menu a{color:#1d1d1f;text-decoration:none;font-size:1.125rem;font-weight:500;padding:1rem 0;border-radius:12px;transition:all .3s ease}.mobile-menu a:hover{background:#0000000d;color:#007aff}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem 6rem;background:linear-gradient(180deg,#fff,#fafafa);text-align:center;position:relative;overflow:hidden}@media (max-width: 768px){.hero-section{min-height:90vh;padding:7rem 1rem 4rem}}@media (max-width: 480px){.hero-section{min-height:85vh;padding:6.5rem .75rem 3rem}}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at top,rgba(139,92,246,.12) 0%,transparent 50%),linear-gradient(135deg,#a855f70d,#c084fc08);pointer-events:none;z-index:0}.hero-content{max-width:1100px;margin:0 auto 6rem;z-index:2}.hero-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.025em;color:#1d1d1f;background:linear-gradient(135deg,#1d1d1f,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(0,0,0,.1)}.hero-product{margin-bottom:1.5rem;display:flex;justify-content:center}.hero-logo{height:60px;width:auto;filter:brightness(0) saturate(100%) invert(15%) sepia(15%) saturate(1000%) hue-rotate(180deg) brightness(90%) contrast(110%)}.hero-description{font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:2rem;color:#6e6e73;max-width:650px;margin-left:auto;margin-right:auto;opacity:.9}.hero-benefits{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.benefit-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);border-radius:50px;font-size:.9rem;font-weight:500;color:#1d1d1f;transition:all .3s ease}.benefit-item:hover{background:#8b5cf626;transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf626}.benefit-icon{font-size:1.1rem}.hero-actions{display:flex;gap:1rem;justify-content:center;align-items:stretch;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#000,#2d3748);color:#fff;text-decoration:none;border-radius:16px;transition:all .3s ease;font-size:.9rem;min-height:60px;min-width:180px;position:relative;overflow:hidden;box-shadow:0 8px 25px #00000026}.download-btn.android{background:#000}.download-btn:hover{background:linear-gradient(135deg,#1a202c,#4a5568);transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px #00000040}.download-btn.android:hover{background:linear-gradient(135deg,#1a202c,#4a5568)}.download-btn:active{transform:translateY(-2px) scale(.98);transition:transform .1s ease}.download-btn .btn-icon{transition:transform .3s ease}.download-btn:hover .btn-icon{transform:scale(1.15) rotate(3deg)}.download-btn:focus{outline:none}.mobile-menu-button:focus{outline:2px solid #007AFF;outline-offset:4px;border-radius:8px}.floating-action-button:focus{outline:none}.btn-icon{width:24px;height:24px;flex-shrink:0}.btn-icon svg{width:100%;height:100%}.btn-text{display:flex;flex-direction:column;align-items:flex-start}.btn-subtitle{font-size:.75rem;opacity:.8;font-weight:400}.btn-title{font-size:1rem;font-weight:600;line-height:1.2}.ios-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#0000000d;border-radius:12px;color:#6e6e73;font-size:.875rem;min-height:60px;min-width:180px;transition:all .3s ease;border:1px solid transparent}.ios-notice:hover{background:#8b5cf61a;border-color:#8b5cf633;transform:translateY(-2px);color:#8b5cf6}.ios-icon{width:20px;height:20px;opacity:.7}.ios-icon svg{width:100%;height:100%}.hero-visual{width:100%;max-width:800px;margin:0 auto;position:relative;z-index:1}@media (max-width: 768px){.hero-visual{max-width:100%;padding:0 1rem}}@media (max-width: 480px){.hero-visual{padding:0 .5rem}}.phone-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.hero-phone{width:100%;max-width:700px;height:auto;transition:transform .3s ease;position:relative;z-index:2}.phone-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,rgba(168,85,247,.15) 40%,transparent 70%),radial-gradient(circle at 30% 30%,rgba(192,132,252,.2) 0%,transparent 50%);border-radius:50%;filter:blur(20px);z-index:1;pointer-events:none;animation:pulse-glow 6s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.02)}}@keyframes skeleton-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.01)}}.image-placeholder{position:relative;overflow:hidden}.image-placeholder:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.1),transparent);animation:skeleton-shimmer 2s infinite}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}.sport-chip{position:absolute;padding:.75rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,255,255,.2);z-index:3;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.sport-chip .material-symbols-outlined{font-size:1.2rem;font-weight:400}.running-chip{background:#00acffe6;top:15%;right:-15%;box-shadow:0 8px 32px #00acff4d}.walking-chip{background:#ff0051e6;top:50%;left:-20%;box-shadow:0 8px 32px #ff00514d}.cycling-chip{background:#ffa500e6;top:50%;right:-25%;box-shadow:0 8px 32px #ffa5004d}.product-demo-section{padding:10rem 2rem;background:linear-gradient(135deg,#fff,#f8fafc);position:relative;overflow:hidden}.product-demo-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(168,85,247,.03) 0%,transparent 50%);pointer-events:none}.demo-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.demo-content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:center}.demo-text{max-width:600px}.demo-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.demo-text h2{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#1d1d1f;letter-spacing:-.02em}.demo-text p{font-size:1.25rem;line-height:1.6;color:#6e6e73;margin-bottom:3rem}.demo-features{display:flex;flex-direction:column;gap:2rem}.demo-feature{display:flex;gap:1.5rem;align-items:flex-start}.feature-number{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.feature-content h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f}.feature-content p{font-size:1rem;color:#6e6e73;line-height:1.5;margin:0}.demo-visual{position:relative;display:flex;justify-content:center;align-items:center}.phone-mockup{position:relative;max-width:400px;width:100%}.demo-phone{width:100%;height:auto;border-radius:40px;box-shadow:0 25px 80px #00000026;position:relative;z-index:2}.phone-frame{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:3px solid rgba(139,92,246,.2);border-radius:50px;z-index:1}.floating-ui{position:absolute;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.75rem 1rem;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid rgba(255,255,255,.3);z-index:3}.ai-suggestion{top:20%;right:-30%}.progress-alert{bottom:25%;left:-35%}.ui-text{font-size:.875rem;font-weight:500;color:#1d1d1f;white-space:nowrap}.stats-section{padding:8rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.stats-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(139,92,246,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(168,85,247,.03) 0%,transparent 50%);pointer-events:none}.stats-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.stats-header{text-align:center;margin-bottom:6rem}.stats-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;color:#1d1d1f;letter-spacing:-.02em;background:linear-gradient(135deg,#1d1d1f,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-header p{font-size:1.25rem;color:#6e6e73;max-width:600px;margin:0 auto;line-height:1.6;opacity:.9}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.stat-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:3rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #0000000f}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#c084fc);border-radius:24px 24px 0 0}.stat-card:hover{background:#fffffff2;box-shadow:0 20px 60px #0000001a;border-color:#8b5cf633}.stat-number{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f}.stat-description{font-size:.95rem;color:#6e6e73;line-height:1.5;opacity:.8}.testimonials-section{padding:10rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;position:relative;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 20%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.1) 0%,transparent 50%);pointer-events:none}.testimonials-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.testimonials-header{text-align:center;margin-bottom:6rem}.testimonials-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.testimonials-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonials-header p{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-bottom:6rem}.testimonial-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#a855f7,#c084fc);border-radius:24px 24px 0 0}.testimonial-card:hover{background:#ffffff14;border-color:#8b5cf64d;box-shadow:0 25px 80px #8b5cf626}.testimonial-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.testimonial-avatar{width:50px;height:50px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.testimonial-info{flex:1}.testimonial-name{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#fff}.testimonial-role{font-size:.875rem;color:#ffffffb3;margin:0}.testimonial-rating{font-size:.875rem;opacity:.9}.testimonial-quote{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6;font-style:italic;border:none;margin-left:0;padding-left:0}.testimonial-results{display:flex;gap:2rem}.result-item{display:flex;flex-direction:column;gap:.25rem}.result-label{font-size:.75rem;color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.result-value{font-size:.875rem;color:#10b981;font-weight:600}.testimonials-cta{text-align:center}.cta-text{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fff}.cta-button{display:inline-block;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;text-decoration:none;border-radius:16px;font-size:1.125rem;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #8b5cf64d}.cta-button:hover{background:linear-gradient(135deg,#9333ea,#c084fc);box-shadow:0 12px 40px #8b5cf666}.features-section{padding:10rem 2rem;background:linear-gradient(135deg,#fafafa,#e2e8f0);position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 10% 20%,rgba(139,92,246,.02) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(168,85,247,.02) 0%,transparent 50%);pointer-events:none}.features-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.features-header{text-align:center;margin-bottom:3rem}.features-header h2{font-size:clamp(3.5rem,7vw,5rem);font-weight:700;margin-bottom:1.5rem;color:#1d1d1f;letter-spacing:-.02em;line-height:1.1}.features-header p{font-size:1.6rem;color:#6e6e73;max-width:800px;margin:0 auto;line-height:1.4;font-weight:400}.features-grid{display:grid;gap:2rem}.feature-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-card:nth-child(2n){direction:rtl}.feature-card:nth-child(2n)>*{direction:ltr}.feature-visual{position:relative;overflow:visible;display:flex;justify-content:center;align-items:center;padding:2rem 0}.feature-image{width:100%;max-width:400px;height:auto;border-radius:16px;object-fit:cover;filter:drop-shadow(0 15px 30px rgba(0,0,0,.12));position:relative;z-index:2;transition:all .4s ease}.image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,rgba(168,85,247,.08) 50%,transparent 70%),radial-gradient(circle at 30% 30%,rgba(192,132,252,.1) 0%,transparent 40%);border-radius:50%;filter:blur(25px);z-index:1;pointer-events:none;transition:all .4s ease;opacity:.6}.feature-content{padding:3rem 0;max-width:500px;min-height:200px;display:flex;flex-direction:column;justify-content:center}.feature-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;box-shadow:0 4px 15px #10b9814d}.feature-subtitle{font-size:.875rem;font-weight:600;background:linear-gradient(135deg,#8b5cf6,#a855f7,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.feature-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:600;margin-bottom:1.5rem;color:#1d1d1f;line-height:1.2;letter-spacing:-.01em}.feature-description{font-size:1.25rem;line-height:1.6;color:#6e6e73;font-weight:400}.screenshots-section{padding:8rem 2rem;background:#000;color:#fff;position:relative;overflow:hidden}.screenshots-background{position:absolute;top:0;left:0;width:100%;height:120%;z-index:0}.screenshots-background img{width:100%;height:100%;object-fit:cover;opacity:.4}.screenshots-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080,#000000b3);z-index:1}.screenshots-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.screenshots-header{text-align:center;margin-bottom:6rem}.screenshots-header h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;letter-spacing:-.005em}.screenshots-header p{font-size:1.25rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.5}.screenshots-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.screenshot-feature{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease}.screenshot-feature:hover{background:#ffffff14;transform:translateY(-5px)}.screenshot-feature h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.screenshot-feature p{font-size:1rem;line-height:1.6;color:#fffc;margin-bottom:1rem}.screenshot-feature ul{list-style:none}.screenshot-feature li{color:#ffffffe6;position:relative;padding:.5rem 0 .5rem 1.5rem}.screenshot-feature li:before{content:"✓";position:absolute;left:0;color:#007aff;font-weight:700}.download-section{min-height:55vh;position:relative;overflow:hidden;display:flex;align-items:center;color:#fff;padding:3rem 0}.download-background{position:absolute;top:-10%;left:0;width:100%;height:130%;z-index:0}.download-background img{width:100%;height:100%;object-fit:cover;object-position:left center}.download-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#000000b3,#00000080 40%,#0000004d 60%,#0009);z-index:1}.download-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2;display:flex;justify-content:flex-end;align-items:center;min-height:45vh}.download-content{max-width:500px;text-align:left;margin-right:5%}.urgency-badge{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50px;font-size:.875rem;font-weight:700;margin-bottom:1.5rem;animation:pulse-urgent 2s ease-in-out infinite;box-shadow:0 4px 20px #ef444466}@keyframes pulse-urgent{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.social-proof-ticker{margin-bottom:2rem;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);overflow:hidden}.ticker-item{display:block;font-size:.875rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:500}.ticker-item:last-child{margin-bottom:0}.download-content h2{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1.5rem;color:#fff;line-height:1.2;letter-spacing:-.01em}.download-content p{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6}.download-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.download-btn.android-main{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;background:#fffffff2;color:#1d1d1f;text-decoration:none;border-radius:16px;transition:all .3s ease;font-size:1rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.download-btn.android-main:hover{background:#fff;transform:translateY(-4px) scale(1.03);box-shadow:0 20px 50px #00000059}.ios-notice-main{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:16px;color:#ffffffe6;font-size:1rem}.download-info{display:flex;gap:2rem;justify-content:flex-start}.info-item{display:flex;flex-direction:column}.info-label{font-size:.875rem;color:#ffffffb3;margin-bottom:.25rem}.info-value{font-size:1rem;font-weight:600;color:#fff}.footer{background:#f5f5f7;color:#1d1d1f;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;margin-bottom:3rem}.footer-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.footer-description{font-size:1rem;line-height:1.6;color:#6e6e73;margin-bottom:1.5rem;max-width:300px}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0000000d;border-radius:50%;color:#6e6e73;transition:all .3s ease}.footer-social a:hover{background:#0000001a;color:#1d1d1f}.footer-social svg{width:20px;height:20px}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#6e6e73;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#1d1d1f}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.footer-legal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.legal-links{display:flex;gap:2rem}.legal-links a{color:#6e6e73;text-decoration:none;font-size:.875rem;transition:color .3s ease}.legal-links a:hover{color:#1d1d1f}.footer-note{font-size:.875rem;color:#6e6e73;line-height:1.5;max-width:600px;text-align:center;margin:0 auto}@media (max-width: 1024px){.hero-visual{max-width:600px}.hero-phone{max-width:550px}.phone-container{padding:0 1rem}.sport-chip{font-size:.8rem;padding:.6rem 1rem}.running-chip{right:-5%;top:10%}.walking-chip{left:-8%;top:45%}.cycling-chip{right:-12%;top:55%}}@media (max-width: 820px){.nav-container{padding:0 1rem}.nav-links{display:none}.mobile-menu-button{display:flex}.hero-section{padding:4rem 1rem 2rem;min-height:auto}.hero-content{margin-bottom:2rem;max-width:100%;margin-top:1rem}.hero-title{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1rem}.hero-description{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.5}.hero-benefits{gap:1rem;margin-bottom:2rem}.benefit-item{padding:.6rem 1.2rem;font-size:.85rem}.hero-actions{flex-direction:column;align-items:center;gap:.8rem;margin-bottom:2rem}.download-btn{min-width:280px;padding:1.1rem 1.8rem;font-size:.95rem}.ios-notice{min-width:280px;padding:1.1rem 1.8rem;font-size:.9rem}.hero-logo{height:50px}.hero-visual{max-width:100%;padding:0}.hero-phone{max-width:350px;width:90%}.phone-container{padding:0}.phone-glow{width:130%;height:130%}.sport-chip{font-size:.75rem;padding:.5rem .8rem;border-radius:25px}.sport-chip .material-symbols-outlined{font-size:1rem}.running-chip{right:2%;top:8%}.walking-chip{left:2%;top:48%}.cycling-chip{right:2%;top:58%}.feature-card{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important;display:block!important;margin:0 auto 3rem!important;max-width:600px!important;direction:ltr!important}.feature-card:nth-child(2n){direction:ltr!important;text-align:center!important;margin:0 auto 3rem!important}.feature-title{font-size:2rem}.download-container{justify-content:center;text-align:center;padding:0 1rem}.download-content{margin-right:0;max-width:100%}.download-info{justify-content:center;flex-wrap:wrap;gap:1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-legal{flex-direction:column;gap:1rem;text-align:center}.legal-links{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){.hero-section{padding:3rem .75rem 1.5rem}.hero-content{margin-bottom:1.5rem;margin-top:1.5rem}.hero-title{font-size:clamp(1.8rem,9vw,2.2rem);line-height:1.1}.hero-description{font-size:1rem;margin-bottom:1.2rem}.hero-benefits{flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1.5rem}.benefit-item{width:100%;max-width:250px;justify-content:center}.hero-actions{gap:.6rem;margin-bottom:1.5rem}.download-btn,.ios-notice{min-width:260px;padding:1rem 1.5rem}.hero-phone{max-width:280px;width:85%}.sport-chip{font-size:.7rem;padding:.4rem .7rem;white-space:nowrap}.running-chip{right:5%;top:5%}.walking-chip{left:5%;top:50%}.cycling-chip{right:5%;top:60%}}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-500{--tw-gradient-from: #3b82f6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0))}.to-purple-600{--tw-gradient-to: #9333ea}.from-green-500{--tw-gradient-from: #10b981;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0))}.to-blue-500{--tw-gradient-to: #3b82f6}.from-purple-500{--tw-gradient-from: #8b5cf6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 92, 246, 0))}.to-pink-500{--tw-gradient-to: #ec4899}@media (max-width: 768px){.phone-glow{animation-duration:12s!important;will-change:transform}.particle{filter:blur(1px)!important;opacity:.2!important;animation-duration:8s!important}}@media (max-width: 580px) and (min-height: 700px){.particle{display:none!important}.sport-chip{font-size:.6rem!important;padding:.3rem .6rem!important}}@keyframes mobile-hero-slide-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobile-hero-phone-appear{0%{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mobile-download-slide-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes button-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 500px){.hero-animate-mobile{animation:mobile-hero-slide-in .5s cubic-bezier(.25,.1,.25,1) forwards;opacity:0;will-change:opacity,transform;backface-visibility:hidden}.hero-animate-delay-1{animation-delay:.1s}.hero-animate-delay-2{animation-delay:.2s}.hero-animate-delay-3{animation-delay:.3s}.hero-phone{will-change:auto;backface-visibility:hidden}.hero-animate-mobile.hero-animate-completed,.hero-phone.hero-animate-completed{will-change:auto}.download-animate-mobile{animation:mobile-download-slide-in .5s cubic-bezier(.25,.1,.25,1) forwards;opacity:0;will-change:opacity,transform;backface-visibility:hidden}.download-animate-delay-1{animation-delay:.1s}.download-animate-delay-2{animation-delay:.2s}.download-animate-delay-3{animation-delay:.3s}.download-animate-mobile.download-animate-completed{will-change:auto}.download-section .download-content:not(.download-animate-mobile) h2,.download-section .download-content:not(.download-animate-mobile) p,.download-section .download-content:not(.download-animate-mobile) .download-buttons{opacity:0}.download-section .download-btn:not(.download-btn-animate){opacity:0}.download-section .ios-notice-main:not(.ios-notice-animate){opacity:0}.download-btn-animate{animation:button-appear .15s ease-out forwards;animation-delay:.2s;opacity:0;transform:translateY(8px)}.ios-notice-animate{animation:button-appear .15s ease-out forwards;animation-delay:.25s;opacity:0;transform:translateY(8px)}.download-btn-animate{background:#fff!important;border:1px solid #e5e5e5!important;border-radius:12px!important;color:#1a1a1a!important;padding:1rem 1.5rem!important;text-decoration:none!important;display:flex!important;align-items:center!important;gap:.75rem!important;font-weight:500!important;box-shadow:0 4px 20px #0000000f!important;min-width:200px!important}.download-btn-animate .btn-icon{width:24px!important;height:24px!important;color:#34d399!important}.download-btn-animate .btn-subtitle{font-size:.75rem!important;color:#6b7280!important;font-weight:400!important}.download-btn-animate .btn-title{font-size:1rem!important;color:#1a1a1a!important;font-weight:600!important;line-height:1.2!important}.ios-notice-animate{background:#2d2d2d!important;border:1px solid #404040!important;border-radius:12px!important;display:flex!important;align-items:center!important;gap:.75rem!important;padding:1rem 1.5rem!important;color:#fff!important;min-width:200px!important;box-shadow:0 4px 20px #0000001a!important}.ios-notice-animate .ios-icon{width:24px!important;height:24px!important;color:#e5e5e5!important}.ios-notice-animate .ios-text{font-size:.95rem!important;font-weight:500!important;color:#fff!important}}@media (min-width: 769px){.feature-image{transform:initial!important;transition:initial!important}}@media (min-width: 501px){.download-section .download-btn{animation:button-appear .15s ease-out forwards;animation-delay:.3s;opacity:0;transform:translateY(8px)}.download-section .ios-notice-main{animation:button-appear .15s ease-out forwards;animation-delay:.35s;opacity:0;transform:translateY(8px)}.download-section .download-btn{background:#fff;border:1px solid #e5e5e5;border-radius:12px;color:#1a1a1a;padding:1rem 1.5rem;text-decoration:none;display:flex;align-items:center;gap:.75rem;font-weight:500;box-shadow:0 4px 20px #0000000f;transition:all .3s cubic-bezier(.25,.1,.25,1);min-width:200px}.download-section .download-btn:hover{background:#f8f8f8;transform:translateY(-2px);box-shadow:0 8px 30px #0000001a;border-color:#d4d4d4}.download-section .download-btn .btn-icon{width:24px;height:24px;color:#34d399}.download-section .download-btn .btn-text{display:flex;flex-direction:column;align-items:flex-start}.download-section .download-btn .btn-subtitle{font-size:.75rem;color:#6b7280;font-weight:400}.download-section .download-btn .btn-title{font-size:1rem;color:#1a1a1a;font-weight:600;line-height:1.2}.ios-notice-main{background:#2d2d2d;border:1px solid #404040;border-radius:12px;display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#fff;transition:all .3s cubic-bezier(.25,.1,.25,1);min-width:200px;box-shadow:0 4px 20px #0000001a}.ios-notice-main:hover{background:#383838;border-color:#525252;transform:translateY(-1px);box-shadow:0 6px 25px #00000026}.ios-notice-main .ios-icon{width:24px;height:24px;color:#e5e5e5}.ios-notice-main .ios-text{font-size:.95rem;font-weight:500;color:#fff}}@media (max-width: 768px){.hero-title,.hero-description,.hero-product,.hero-actions{transform:translateZ(0);backface-visibility:hidden}}@media (min-width: 769px) and (max-width: 1024px){.features-section{padding:8rem 2rem!important}.features-header h2{font-size:clamp(3rem,6vw,4.5rem)!important}.features-header p{font-size:1.5rem!important;max-width:700px!important}.download-section .download-content h2{font-size:clamp(2.5rem,5vw,3.5rem)!important}.download-section .download-content p{font-size:1.25rem!important;max-width:600px!important}.download-section .download-buttons{gap:1.5rem!important}}@media (max-width: 768px){.hero-phone{content-visibility:auto;contain-intrinsic-size:350px 600px}.feature-image{content-visibility:auto;contain-intrinsic-size:280px 200px}.hero-visual,.phone-container{transform:none!important}.sport-chip{pointer-events:none;z-index:15!important;position:absolute!important}.hero-visual{padding:0 .5rem}.hero-content{padding-top:2rem!important}.hero-title{font-size:3rem!important;margin-bottom:1.5rem!important}.hero-logo{width:130px!important;height:auto!important}.hero-actions .download-btn,.hero-actions .ios-notice{padding:.8rem 1.5rem!important;font-size:.9rem!important}.hero-actions .btn-icon svg{width:20px!important;height:20px!important}.hero-actions .ios-icon svg{width:18px!important;height:18px!important}.hero-description{font-size:1rem!important;line-height:1.5!important;margin-bottom:1.5rem!important}.download-section .download-content{padding:2rem 1rem!important;text-align:center!important}.download-section .download-content h2{font-size:2.5rem!important;margin-bottom:1.5rem!important;line-height:1.2!important}.download-section .download-content p{font-size:1.1rem!important;line-height:1.5!important;margin-bottom:2rem!important}.download-section .download-buttons{flex-direction:column!important;align-items:center!important;gap:1rem!important}.download-section .download-btn,.download-section .ios-notice-main{width:100%!important;max-width:280px!important;justify-content:center!important}.download-section .download-buttons{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1rem!important;margin-top:2rem!important}}@media (max-width: 480px){.phone-container{overflow:visible;position:relative}.sport-chip{font-size:.65rem!important;padding:.35rem .7rem!important;border-radius:20px!important;white-space:nowrap;display:flex!important;z-index:15!important;position:absolute!important}.sport-chip .material-symbols-outlined{font-size:.9rem!important}.running-chip{right:8%!important;top:12%!important}.walking-chip{left:8%!important;top:45%!important}.cycling-chip{right:8%!important;top:65%!important}.hero-content{padding-top:3rem!important}.hero-title{font-size:2.8rem!important;margin-bottom:1.2rem!important}.hero-logo{width:120px!important}.hero-actions .download-btn,.hero-actions .ios-notice{padding:.7rem 1.2rem!important;font-size:.85rem!important}.hero-actions .btn-icon svg{width:18px!important;height:18px!important}.hero-actions .ios-icon svg{width:16px!important;height:16px!important}.hero-description{font-size:.9rem!important;line-height:1.4!important;margin-bottom:2rem!important}}@media (max-width: 1024px){.features-section{padding:6rem 0!important}.features-container{padding:0 1rem!important}.feature-visual,.feature-image{transform:none!important;will-change:auto!important}.features-header{margin-bottom:1.8rem!important;padding:0!important;text-align:center!important}.features-header h2{margin-bottom:1rem!important;font-size:2.8rem!important;line-height:1.2!important}.features-header p{font-size:1.3rem!important;margin:0!important;line-height:1.4!important}.features-grid{display:block!important;padding:0!important;margin:0!important}.feature-card{display:block!important;width:100%!important;max-width:600px!important;height:auto!important;margin:0 auto 3rem!important;padding:0 2rem!important;background:transparent!important;border-radius:0!important;border:none!important;text-align:center!important;box-sizing:border-box!important;direction:ltr!important}.feature-card:nth-child(2n),.feature-card:nth-child(odd){direction:ltr!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.feature-card:last-child{margin-bottom:0!important}.feature-visual{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;margin:0 auto 1.5rem!important;padding:0!important;overflow:visible!important;border-radius:0!important;transform:none!important}.feature-image{width:100%!important;max-width:320px!important;height:auto!important;object-fit:cover!important;border-radius:16px!important;margin:0 auto!important;padding:0!important;display:block!important}@media (max-width: 480px){.feature-image:hover{transform:none!important;scale:1!important}}.feature-image[src*="performance.webp"],.feature-image[src*="performace.webp"]{max-width:300px!important}.image-glow,.feature-visual .image-glow,.feature-card .image-glow{display:none!important}.feature-content{display:block!important;width:100%!important;padding:0!important;margin:0 auto!important;text-align:center!important}.feature-content *{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.feature-subtitle{display:block!important;margin:0 auto .4rem!important;padding:0!important;font-size:.9rem!important;line-height:1.2!important;text-align:center!important}.feature-title{display:block!important;margin:0 auto .6rem!important;padding:0!important;font-size:1.6rem!important;line-height:1.3!important;text-align:center!important}.feature-description{display:block!important;margin:0 auto!important;padding:0!important;font-size:1.1rem!important;line-height:1.4!important;text-align:center!important}}@media (min-width: 800px) and (max-width: 900px) and (min-height: 600px) and (max-height: 800px){.features-section .feature-card{display:block!important;text-align:center!important;direction:ltr!important;margin-bottom:2rem!important;padding:0 2rem!important}.features-section .feature-card:nth-child(2n){direction:ltr!important}.features-section .feature-visual{display:flex!important;justify-content:center!important;align-items:center!important;margin-bottom:1.2rem!important;width:100%!important}.features-section .feature-image{max-width:300px!important;margin:0 auto!important;display:block!important}.features-section .feature-content{display:block!important;text-align:center!important;width:100%!important;margin:0 auto!important;padding:0!important}.features-section .feature-subtitle,.features-section .feature-title,.features-section .feature-description{text-align:center!important;margin-left:auto!important;margin-right:auto!important;display:block!important}}@media (max-width: 480px){.features-section{padding:6rem 0!important}.features-container{padding:0 .8rem!important}.feature-visual,.feature-image{transform:none!important;will-change:auto!important}.image-glow,.feature-visual .image-glow,.feature-card .image-glow{display:none!important;opacity:0!important;visibility:hidden!important}.download-btn,.ios-notice{transition:transform .2s ease,box-shadow .2s ease!important}.features-header{margin-bottom:1.5rem!important}.features-header h2{margin-bottom:.8rem!important;font-size:2.2rem!important;line-height:1.2!important}.features-header p{font-size:1.1rem!important;line-height:1.3!important}.feature-card{margin:0 0 2.5rem!important;padding:0 .8rem!important;background:transparent!important;border-radius:0!important;border:none!important;box-shadow:none!important}.feature-visual{height:auto!important;margin:0 0 1rem!important;border-radius:0!important;transform:none!important}.feature-image{max-width:280px!important;border-radius:14px!important}.feature-image[src*="performance.png"],.feature-image[src*="performace.png"]{max-width:280px!important}.feature-subtitle{margin:0 0 .3rem!important;font-size:.85rem!important}.feature-title{margin:0 0 .5rem!important;font-size:1.4rem!important}.feature-description{font-size:1rem!important;line-height:1.3!important}}.hero-section .download-btn{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 4px 15px #0003!important;cursor:pointer!important;transition:all .3s ease!important;transform:scale(1)!important}.hero-section .download-btn:hover{background:linear-gradient(135deg,#2a2a2a,#3d3d3d)!important;border-color:#fff3!important;box-shadow:0 8px 25px #0000004d!important;transform:scale(1.02)!important}.hero-section .download-btn:active{transform:scale(.98)!important}.hero-section .ios-notice{background:#ffffff14!important;border:1px solid rgba(255,255,255,.12)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;box-shadow:0 4px 15px #0000001a!important;cursor:pointer!important;transition:all .3s ease!important;transform:scale(1)!important}.hero-section .ios-notice:hover{background:#ffffff26!important;border-color:#fff3!important;box-shadow:0 8px 25px #00000026!important;transform:scale(1.02)!important}.hero-section .ios-notice:active{transform:scale(.98)!important}.download-section .download-btn.android-main{background:#fffffff2!important;color:#1d1d1f!important;border:1px solid rgba(0,0,0,.1)!important}.download-section .download-btn.android-main .btn-subtitle,.download-section .download-btn.android-main .btn-title{color:#1d1d1f!important;opacity:1!important}.download-section .download-btn.android-main:hover{background:#fff!important;color:#1d1d1f!important;box-shadow:0 8px 25px #00000026!important}.download-section .download-btn.android-main:hover .btn-subtitle,.download-section .download-btn.android-main:hover .btn-title{color:#1d1d1f!important}@media (prefers-reduced-motion: reduce){.phone-glow,.sport-chip,.particle{animation:none}.hero-phone{transition:none}.hero-section .download-btn:before,.hero-section .ios-notice:before{display:none!important}.hero-section .download-btn .btn-icon,.hero-section .ios-icon{transition:none!important}*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width: 580px) and (min-height: 700px){.particle,.phone-glow{display:none!important}.sport-chip{animation:gentle-float 3s ease-in-out infinite!important}}@keyframes gentle-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (max-width: 768px){*{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.hero-content,.hero-visual,.phone-container{will-change:opacity;transform:translateZ(0)}}@media (max-width: 480px){.hero-content *{animation-duration:.1s!important;transition-duration:.1s!important}.features-section{padding:5rem 0!important}}.features-header{margin-bottom:4rem!important}@media (max-width: 480px) and (min-height: 700px){.hero-title,.hero-description,.hero-product,.hero-actions{-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1f;line-height:1.4}html{scroll-behavior:smooth}#root{width:100%;min-height:100vh;position:relative}
