.header{background:linear-gradient(135deg,#ff6b35,#f7931e);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo{gap:.5rem;font-weight:700;color:white;font-size:1.2rem}.nav{display:flex;gap:2rem}.nav-link{color:white;text-decoration:none;font-weight:500;transition:opacity .3s ease}.nav-link:hover{opacity:.8}.notify-btn{background:rgba(255,255,255,.2);color:white;border:2px solid white;padding:.5rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.notify-btn:hover{background:white;color:#ff6b35}@media (max-width:768px){.nav{display:none}.header-container{padding:0 1rem}}.hero{background:linear-gradient(135deg,#ff6b35,#f7931e);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;bottom:-50%;left:-20%;width:140%;height:100%;background:rgba(255,255,255,.1);border-radius:50%;transform:rotate(-5deg)}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:2}.hero-content{color:white}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.btn-primary{background:white;color:#ff6b35;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.btn-secondary{background:transparent;color:white;border:2px solid white;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:white;color:#ff6b35}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}.phone-mockup{width:280px;height:560px;background:#333;border-radius:30px;padding:20px;box-shadow:0 20px 40px rgba(0,0,0,.3);position:relative;z-index:2}.phone-screen{width:100%;height:100%;background:white;border-radius:20px;overflow:hidden}.app-preview{padding:1rem;height:100%}.app-header{text-align:center;margin-bottom:2rem}.status-bar{height:20px;background:#f0f0f0;border-radius:10px;margin-bottom:1rem}.app-content{display:flex;flex-direction:column;gap:1rem}.feature-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:10px}.feature-icon{font-size:1.5rem}.floating-elements{position:absolute;width:100%;height:100%}.floating-element{position:absolute;font-size:2rem;animation:float 3s ease-in-out infinite}.element-1{top:20%;right:10%;animation-delay:0s}.element-2{bottom:30%;left:10%;animation-delay:1s}.element-3{top:60%;right:20%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.phone-mockup{width:200px;height:400px}}.stats{background:#2c3e50;padding:3rem 0}.stats-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.stat-item{text-align:center;color:white}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#ff6b35}.stat-label{font-size:1rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}@media (max-width:768px){.stats-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number{font-size:2rem}}.features{padding:5rem 0;background:#f8f9fa}.features-container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.features-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}@media (max-width:768px){.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.footer{background:#2c3e50;color:white;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.2rem;margin-bottom:1rem}.logo-icon{font-size:1.5rem}.footer-description{color:#bdc3c7;line-height:1.6}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.newsletter{display:flex;gap:.5rem}.newsletter-input{flex:1 1;padding:.75rem;border:none;border-radius:5px;background:#34495e;color:white}.newsletter-input::placeholder{color:#bdc3c7}.newsletter-btn{background:#ff6b35;color:white;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:600;cursor:pointer;transition:background .3s ease}.newsletter-btn:hover{background:#e55a2b}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#ff6b35}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;color:#bdc3c7}@media (max-width:768px){.newsletter{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}}