*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#8b5cf6;--text-dark:#1e293b;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e2e8f0;--gradient-1:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-2:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);--gradient-3:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1)}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all 0.3s ease}.nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none}.logo-icon{font-size:2rem}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-light);font-weight:500;transition:color 0.3s ease}.nav-menu a:hover{color:var(--primary-color)}.btn-nav{background:var(--primary-color);color:white!important;padding:0.5rem 1.5rem;border-radius:8px;transition:all 0.3s ease}.btn-nav:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:0.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--text-dark);border-radius:2px;transition:all 0.3s ease}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:100px 0 60px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);opacity:0.05;z-index:-1}.hero-background::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(99,102,241,0.1) 0%,transparent 70%);animation:pulse 20s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:0.5}50%{transform:scale(1.1);opacity:0.8}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1400px;margin:0 auto;width:100%}.hero-text{min-width:0;max-width:100%;overflow-wrap:break-word}.hero-image{min-width:0;max-width:100%}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--text-dark);word-wrap:break-word;overflow-wrap:break-word}.gradient-text{background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--primary-color);color:white;box-shadow:var(--shadow-lg)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:white;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:white;transform:translateY(-2px)}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:0.25rem}.stat-label{font-size:0.875rem;color:var(--text-light)}.phone-mockup{position:relative;max-width:280px;width:100%;margin:0 auto;max-height:500px}.phone-screen{background:#1e293b;border-radius:30px;padding:10px 6px;box-shadow:var(--shadow-lg);position:relative;width:100%;height:100%;max-height:470px}.phone-screen::before{content:'';position:absolute;top:15px;left:50%;transform:translateX(-50%);width:100px;height:25px;background:#1e293b;border-radius:0 0 15px 15px;z-index:1}.app-preview{background:transparent;border-radius:22px;width:100%;height:100%;min-height:400px;max-height:450px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.app-preview img{width:100%;height:100%;object-fit:contain;border-radius:22px;display:block}.app-header{height:60px;background:var(--gradient-1)}.app-content{padding:20px;display:flex;flex-direction:column;gap:15px}.app-card{height:120px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:15px;opacity:0.8}.app-card:nth-child(2){background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.app-card:nth-child(3){background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;color:var(--text-light)}.features{background:var(--bg-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-sm);transition:all 0.3s ease;border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-description{color:var(--text-light);line-height:1.7}.screenshots-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.screenshot-item{text-align:center}.screenshot-mockup{background:#1e293b;border-radius:30px;padding:15px 10px;margin-bottom:1.5rem;box-shadow:var(--shadow-lg);transition:all 0.3s ease}.screenshot-mockup:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.screenshot-screen{background:white;border-radius:20px;height:500px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.screenshot-screen img{width:100%;height:100%;object-fit:cover;border-radius:20px}.screenshot-item h4{font-size:1.125rem;font-weight:600;color:var(--text-dark)}.testimonials{background:var(--bg-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:white;padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--gradient-1);display:flex;align-items:center;justify-content:center;color:white;font-weight:600}.author-name{font-weight:600;color:var(--text-dark)}.author-role{font-size:0.875rem;color:var(--text-light)}.press-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;margin-bottom:4rem}.press-logo{font-size:1.5rem;font-weight:700;color:var(--text-light);opacity:0.6;transition:all 0.3s ease}.press-logo:hover{opacity:1;color:var(--primary-color)}.press-quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.press-quote{background:white;padding:2.5rem;border-radius:20px;border-left:4px solid var(--primary-color);box-shadow:var(--shadow-sm)}.press-quote p{font-size:1.125rem;color:var(--text-dark);line-height:1.8;margin-bottom:1rem;font-style:italic}.press-source{color:var(--text-light);font-weight:600}.download{background:var(--gradient-1);color:white;text-align:center}.download-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.download-subtitle{font-size:1.25rem;opacity:0.9;margin-bottom:3rem}.download-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;background:white;color:var(--text-dark);padding:1rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;transition:all 0.3s ease;box-shadow:var(--shadow-lg)}.download-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.download-label{font-size:0.75rem;opacity:0.7}.download-platform{font-size:1.125rem}.footer{background:var(--text-dark);color:white;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:0.5rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:rgba(255,255,255,0.7);line-height:1.7}.footer-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:0.75rem}.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease}.footer-links a:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);flex-wrap:wrap;gap:1rem}.footer-bottom p{color:rgba(255,255,255,0.7)}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform 0.3s ease}.social-links a:hover{transform:scale(1.2)}@media (max-width:768px){.nav-menu{position:fixed;top:70px;left:-100%;flex-direction:column;background:white;width:100%;padding:2rem;box-shadow:var(--shadow-lg);transition:left 0.3s ease;gap:1rem}.nav-menu.active{left:0}.mobile-menu-toggle{display:flex}.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.hero-stats{justify-content:center}.section-title{font-size:2rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.screenshots-gallery{grid-template-columns:1fr}.press-quotes{grid-template-columns:1fr}.download-buttons{flex-direction:column;align-items:center}.footer-bottom{flex-direction:column;text-align:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.btn{padding:0.875rem 1.5rem;font-size:0.875rem}.section-title{font-size:1.75rem}}@media (min-width:1400px){.hero-content{gap:6rem;max-width:1600px}.hero-title{font-size:clamp(2.5rem,4vw,4rem)}.hero-subtitle{font-size:clamp(1rem,1.5vw,1.5rem)}.phone-mockup{max-width:320px}}@media (min-width:768px) and (max-width:1399px){.phone-mockup{max-width:300px}}@media (min-width:2000px){.container{max-width:1600px}.hero-content{max-width:1800px}.phone-mockup{max-width:320px}}
