*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#1f98dc;--primary-dark:#1976d2;--primary-light:#42a5f5;--secondary-color:#ffb347;--secondary-dark:#ff9800;--accent-color:#4caf50;--text-dark:#2c3e50;--text-light:#ecf0f1;--text-muted:#7f8c8d;--background-light:#fff;--background-dark:#f8fafc;--border-light:#e2e8f0;--shadow-light:0 4px 6px -1px rgba(0,0,0,.1);--shadow-medium:0 10px 15px -3px rgba(0,0,0,.1);--shadow-large:0 25px 50px -12px rgba(0,0,0,.25);--radius-small:8px;--radius-medium:12px;--radius-large:20px;--font-primary:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--font-brand:'Permanent Marker',cursive;--transition:all .3s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.7;color:var(--text-dark);background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:1000;transition:var(--transition)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem;color:var(--primary-color);text-decoration:none}.nav-logo-title{height:40px;width:auto}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(images/optimized/background_1.png);background-size:cover;background-position:center;opacity:.1;z-index:1}.hero-container{max-width:1200px;margin:0 auto;padding:8rem 1.5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{color:var(--text-light)}.hero-title-image{display:block;max-width:min(400px,80vw);height:auto;margin-top:1rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.hero-title-sub{display:block;font-size:clamp(1.2rem,4vw,1.8rem);font-weight:300;margin-bottom:2rem;opacity:.9}.hero-description{font-size:1.25rem;font-weight:300;line-height:1.6;margin-bottom:3rem;opacity:.8;max-width:600px}.hero-actions{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.hero-cta{display:inline-flex;align-items:center;text-decoration:none;transition:var(--transition)}.hero-cta.primary{padding:1rem;background:rgba(255,255,255,.1);border-radius:var(--radius-medium);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.hero-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-large)}.play-store-img{height:60px;width:auto}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-phone{position:relative;max-width:300px;filter:drop-shadow(0 25px 50px rgba(0,0,0,.3));animation:float 6s ease-in-out infinite}.hero-screenshot{width:100%;height:auto;border-radius:var(--radius-large);box-shadow:var(--shadow-large)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}main{position:relative;background:var(--background-light)}section{padding:5rem 0;position:relative}section:nth-child(even):not(.how-it-works){background:var(--background-dark)}.section-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:var(--transition)}.section-header.animate-in{opacity:1;transform:translateY(0)}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem;position:relative}.section-title::after{content:'';position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:2px}.section-description{font-size:1.25rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--background-light);border-radius:var(--radius-large);padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-light);border:1px solid var(--border-light);transition:var(--transition);opacity:0;transform:translateY(30px)}.feature-card.animate-in{opacity:1;transform:translateY(0)}.feature-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-large)}.feature-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;color:#fff;position:relative;overflow:hidden}.feature-icon.addition{background:linear-gradient(135deg,#4caf50,#2e7d32)}.feature-icon.subtraction{background:linear-gradient(135deg,#ff5722,#d32f2f)}.feature-icon.multiplication{background:linear-gradient(135deg,#9c27b0,#6a1b9a)}.feature-icon.division{background:linear-gradient(135deg,#ff9800,#f57c00)}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-muted);line-height:1.6}.how-it-works{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)!important;color:#fff}.how-it-works .section-title{color:#fff!important}.how-it-works .section-title::after{background:linear-gradient(135deg,var(--secondary-color),#ffcc33)}.how-it-works .section-description{color:#fff!important;opacity:.9}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem}.step{display:flex;gap:1.5rem;opacity:0;transform:translateX(-30px);transition:var(--transition)}.step.animate-in{opacity:1;transform:translateX(0)}.step-number{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--text-light);flex-shrink:0;box-shadow:0 8px 32px rgba(0,0,0,.1)}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#fff!important}.step-content p{line-height:1.6;color:#fff!important;opacity:.9}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.highlight-item{background:var(--background-light);border-radius:var(--radius-medium);padding:2rem 1.5rem;text-align:center;border:1px solid var(--border-light);transition:var(--transition);opacity:0;transform:translateY(20px)}.highlight-item.animate-in{opacity:1;transform:translateY(0)}.highlight-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.highlight-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.highlight-item h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--text-dark)}.highlight-item p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.screenshots{background:var(--background-dark)}.screenshot-carousel{max-width:900px;margin:0 auto}.carousel-container{position:relative;background:var(--background-light);border-radius:var(--radius-large);overflow:hidden;box-shadow:var(--shadow-large)}.carousel-track{position:relative;height:600px;overflow:hidden}.screenshot-item{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;opacity:0;transition:var(--transition);transform:translateX(100%)}.screenshot-item.active{opacity:1;transform:translateX(0)}.screenshot-item img{width:50%;height:100%;object-fit:cover;object-position:center}.screenshot-caption{width:50%;padding:3rem;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.screenshot-caption h4{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.screenshot-caption p{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.carousel-controls{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.05);padding:1rem;display:flex;align-items:center;justify-content:space-between}.carousel-btn{background:var(--primary-color);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);color:#fff}.carousel-btn:hover{background:var(--primary-dark);transform:scale(1.1)}.carousel-indicators{display:flex;gap:.5rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:rgba(0,0,0,.2);cursor:pointer;transition:var(--transition)}.indicator.active{background:var(--primary-color);transform:scale(1.2)}.cta-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--text-light);text-align:center}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.25rem;opacity:.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-flex;align-items:center;text-decoration:none;padding:1rem 2rem;background:rgba(255,255,255,.1);border-radius:var(--radius-medium);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:var(--transition);color:inherit;font-weight:500;gap:.75rem}.cta-button:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:var(--shadow-large)}.cta-button.large .play-store-img{height:70px}.cta-button svg{width:20px;height:20px}footer{background:var(--text-dark);color:var(--text-light);text-align:center;padding:3rem 0 2rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-content p{opacity:.8;line-height:1.6}footer a{color:var(--secondary-color);text-decoration:none;transition:var(--transition)}footer a:hover{color:#ffcc33;text-decoration:underline}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center;padding:6rem 1.5rem 2rem}.features-grid,.steps-container{grid-template-columns:1fr}.steps-container{gap:2rem}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.screenshot-item{flex-direction:column;height:auto}.screenshot-item img{width:100%;height:300px}.screenshot-caption{width:100%;padding:2rem}.carousel-track{height:auto;min-height:500px}.nav-container{padding:.75rem 1rem}.nav-logo{font-size:1.25rem}.nav-logo-img{width:32px;height:32px}}@media (max-width:480px){.hero-container{padding:5rem 1rem 1rem}.feature-card{padding:2rem 1.5rem}.step{flex-direction:column;text-align:center;gap:1rem}.screenshot-caption{padding:1.5rem}.cta-content{padding:0 1rem}}.feature-card:nth-child(1){transition-delay:.1s}.feature-card:nth-child(2){transition-delay:.2s}.feature-card:nth-child(3){transition-delay:.3s}.feature-card:nth-child(4){transition-delay:.4s}.step:nth-child(1){transition-delay:.1s}.step:nth-child(2){transition-delay:.2s}.step:nth-child(3){transition-delay:.3s}.highlight-item:nth-child(1){transition-delay:.1s}.highlight-item:nth-child(2){transition-delay:.15s}.highlight-item:nth-child(3){transition-delay:.2s}.highlight-item:nth-child(4){transition-delay:.25s}.highlight-item:nth-child(5){transition-delay:.3s}.highlight-item:nth-child(6){transition-delay:.35s}
