*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media (min-width: 768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}}.cta-button{display:inline-block;padding:.875rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#ff9130,#ff6b00);color:#fff}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff91304d}.cta-button.secondary{background:#fff;color:#ff9130}.cta-button.secondary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff91304d}section{padding:4rem 0}@media (min-width: 768px){section{padding:6rem 0}}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#666;max-width:600px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*:focus-visible{outline:2px solid #FF9130;outline-offset:2px}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo h1{background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;margin:0}.nav{display:none}@media (min-width: 768px){.nav{display:flex;gap:2rem}}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#ff9130}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#ff9130,#ff6b00);transition:width .3s ease}.nav-link:hover:after{width:100%}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr 1fr;gap:4rem}}.footer-section h3{background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer-section h4{color:#ccc;margin-bottom:1rem;font-size:1rem}.footer-section p{color:#999;line-height:1.6}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#ff9130}.social-links{display:flex;gap:1rem}.social-links a{color:#999;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#ff9130}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center}.footer-bottom p{color:#666;font-size:.875rem}.hero-section{padding:8rem 0 4rem;background:linear-gradient(135deg,#ff9130,#ff6b00);color:#fff;overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/assets/metro-pattern.svg) repeat;opacity:.1}.hero-content{display:grid;gap:3rem;align-items:center;position:relative;z-index:2}@media (min-width: 1024px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 768px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.hero-cta{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}@media (min-width: 768px){.hero-cta{flex-direction:row;align-items:center}}.download-badges{display:flex;gap:1rem;flex-wrap:wrap}.badge-link img{height:50px;transition:transform .3s ease}.badge-link:hover img{transform:scale(1.05)}.hero-visual{display:flex;justify-content:center;align-items:center}.phone-mockup img{max-width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.app-preview-section{background:#f8fafc}.preview-content{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.preview-content{grid-template-columns:1fr 1fr}}.preview-tabs{display:grid;gap:1rem}.preview-tab{background:#fff;border:2px solid #e2e8f0;border-radius:1rem;padding:1.5rem;text-align:left;cursor:pointer;transition:all .3s ease}.preview-tab:hover,.preview-tab.active{border-color:#ff9130;transform:translateY(-2px);box-shadow:0 10px 25px #ff91301a}.preview-tab h3{color:#1a202c;margin-bottom:.5rem}.preview-tab p{color:#718096;margin:0}.preview-display{display:flex;justify-content:center}.phone-mockup-large img{max-width:100%;height:auto;max-height:500px}.features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{color:#1a202c;margin-bottom:1rem}.feature-description{color:#718096;line-height:1.6}.how-it-works-section{background:#f8fafc}.steps-container{display:grid;gap:2rem;position:relative}@media (min-width: 768px){.steps-container{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.steps-container{grid-template-columns:repeat(4,1fr)}}.step-card{background:#fff;border-radius:1rem;padding:2rem;text-align:center;position:relative;box-shadow:0 4px 20px #00000014}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#ff9130,#ff6b00);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step-title{color:#1a202c;margin-bottom:1rem}.step-description{color:#718096;line-height:1.6}.testimonials-grid{display:grid;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014}.testimonial-header{display:flex;align-items:center;margin-bottom:1rem}.avatar{width:50px;height:50px;border-radius:50%;margin-right:1rem}.testimonial-name{color:#1a202c;margin-bottom:.25rem}.rating{display:flex;gap:.125rem}.star{font-size:.875rem}.testimonial-content{color:#718096;line-height:1.6;font-style:italic}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media (min-width: 768px){.stats-row{grid-template-columns:repeat(4,1fr)}.step-title{font-size:1.5rem}}.stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#718096;margin-top:.5rem}.screenshots-section{background:#f8fafc}.carousel-container{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.carousel-button{width:50px;height:50px;border:none;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;flex-shrink:0}.carousel-button:hover{background:#ff9130;color:#fff}.screenshots-display{flex:1;display:grid;gap:2rem;align-items:center}@media (min-width: 1024px){.screenshots-display{grid-template-columns:2fr 1fr}}.main-screenshot img{width:100%;max-width:300px;height:auto;margin:0 auto;display:block;border-radius:1rem}.screenshot-info{text-align:center}@media (min-width: 1024px){.screenshot-info{text-align:left}}.carousel-thumbnails{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem;overflow-x:auto;padding:0 1rem}.thumbnail{width:60px;height:100px;border:2px solid transparent;border-radius:.5rem;overflow:hidden;cursor:pointer;transition:all .3s ease;flex-shrink:0}.thumbnail.active{border-color:#ff9130}.thumbnail img{width:100%;height:100%;object-fit:cover}.carousel-indicators{display:flex;gap:.5rem;justify-content:center}.indicator{width:12px;height:12px;border:none;border-radius:50%;background:#cbd5e0;cursor:pointer;transition:background .3s ease}.indicator.active{background:#ff9130}.download-section{background:#fff;color:#ff9130}.download-content{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.download-content{grid-template-columns:1fr 1fr}}.download-text{text-align:center}@media (min-width: 1024px){.download-text{text-align:left}}.download-text h2{color:#fff;margin-bottom:1rem}.download-text p{font-size:1.125rem;opacity:.9;margin-bottom:2rem}.qr-code-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:2rem 0}.qr-code img{width:120px;height:120px;background:#fff;padding:1rem;border-radius:1rem}.qr-text{font-size:.875rem;opacity:.8}.coming-soon-badge{display:inline-block;background:#fff3;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;margin-top:1rem}.download-visual{display:flex;justify-content:center}.phones-mockup img{max-width:100%;height:auto}.download-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2)}.feature-highlight{display:flex;align-items:center;gap:1rem;justify-content:center}@media (min-width: 1024px){.feature-highlight{justify-content:flex-start}}.feature-icon{font-size:1.5rem}.legal-page{padding-top:8rem;padding-bottom:4rem;background:#f8fafc;min-height:100vh}.legal-content{max-width:800px;margin:0 auto;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 4px 20px #00000014}.legal-content h1{background:linear-gradient(135deg,#ff9130,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center}.legal-content h2{color:#1a202c;margin-top:2rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.legal-content p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.legal-content ul{color:#4a5568;line-height:1.7;margin-left:1.5rem;margin-bottom:1rem}.legal-content li{margin-bottom:.5rem}.content-section{line-height:1.7}@media (max-width: 768px){.legal-content{padding:2rem;margin:1rem}.legal-page{padding-top:6rem}}.logo{display:flex;align-items:center}
