*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1A73E8;--accent-color: #00C896;--text-dark: #1f2937;--text-light: #6b7280;--background: #ffffff;--surface: #f8fafc;--border: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--border-radius: 12px;--container-max-width: 1200px;--container-padding: 1rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:var(--text-light)}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}.navbar{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-brand{display:flex;align-items:center;gap:.75rem;padding:1rem 0}.nav-brand .logo{width:40px;height:40px;color:var(--primary-color)}.nav-brand h1{color:var(--primary-color);font-size:1.5rem;font-weight:700;margin:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--border-radius);text-decoration:none;font-weight:500;font-size:.875rem;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:#1557c7;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--accent-color);color:#fff}.btn-secondary:hover{background:#00a67d;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-icon{width:20px;height:20px}.hero{padding:4rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.hero-description{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.app-showcase{display:flex;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:#1f2937;border-radius:30px;padding:8px;position:relative;box-shadow:var(--shadow-lg)}.phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:120px;height:25px;background:#1f2937;border-radius:0 0 15px 15px;z-index:2}.phone-screen{width:100%;height:100%;background:#fff;border-radius:22px;overflow:hidden;position:relative}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px 8px;font-size:.875rem;font-weight:600;background:#fff}.status-icons{display:flex;gap:8px;font-size:.75rem}.app-content{padding:0 20px 20px}.app-header h3{color:var(--primary-color);text-align:center;margin-bottom:1.5rem}.return-form{display:flex;flex-direction:column;gap:1.5rem}.form-field label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.875rem}.service-option{padding:.75rem;border:2px solid var(--border);border-radius:8px;background:#fff}.service-option.selected{border-color:var(--primary-color);background:#eff6ff}.time-slots{display:flex;gap:.5rem}.time-slot{flex:1;padding:.5rem;text-align:center;border:1px solid var(--border);border-radius:6px;font-size:.75rem;cursor:pointer}.time-slot.selected{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.qr-section{text-align:center}.qr-placeholder{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px dashed var(--accent-color);border-radius:8px;background:#f0fdfa}.qr-placeholder svg{width:32px;height:32px;color:var(--accent-color)}.qr-placeholder span{font-size:.875rem;color:var(--accent-color);font-weight:600}.schedule-btn{background:var(--primary-color);color:#fff;border:none;padding:.875rem;border-radius:8px;font-weight:600;cursor:pointer}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--text-dark);margin-bottom:.5rem}.section-header p{font-size:1.125rem;color:var(--text-light)}.how-it-works{padding:5rem 0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.step{text-align:center;padding:2rem;border-radius:var(--border-radius);background:#fff;box-shadow:var(--shadow);position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.step-icon{width:60px;height:60px;margin:0 auto 1rem;color:var(--accent-color);background:#f0fdfa;border-radius:50%;display:flex;align-items:center;justify-content:center}.step-icon svg{width:32px;height:32px}.step h3{color:var(--text-dark);margin-bottom:1rem}.features{padding:5rem 0;background:var(--surface)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);text-align:center}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:var(--primary-color);background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:32px;height:32px}.feature-card h3{color:var(--text-dark);margin-bottom:1rem}.coverage{padding:5rem 0}.coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.coverage-country{text-align:center;padding:2rem;border-radius:var(--border-radius);background:#fff;box-shadow:var(--shadow);position:relative}.coverage-country.coming-soon{background:#fafafa;border:2px dashed var(--border)}.country-flag{font-size:3rem;margin-bottom:1rem}.coverage-country h3{color:var(--text-dark);margin-bottom:1rem}.badge{position:absolute;top:1rem;right:1rem;background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.faq{padding:5rem 0;background:var(--surface)}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}.faq-item h3{color:var(--primary-color);margin-bottom:1rem}.cta{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,#1557c7 100%);color:#fff}.cta-content{text-align:center}.cta-content h2{color:#fff;margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:1.125rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background:#f8fafc}.cta .btn-outline{border-color:#fff;color:#fff}.cta .btn-outline:hover{background:#fff;color:var(--primary-color)}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand h3{color:#fff;margin-bottom:.5rem}.footer-brand p{color:#ffffffb3}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem}.footer-section a{color:#ffffffb3;text-decoration:none}.footer-section a:hover{color:var(--accent-color)}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;color:#fff;transition:all .2s ease}.social-links a:hover{background:var(--accent-color);transform:translateY(-2px)}.social-links svg{width:16px;height:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#ffffffb3;margin:0}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.phone-mockup{width:240px;height:480px}.steps-grid,.features-grid,.coverage-grid,.faq-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width: 480px){:root{--container-padding: 1rem}.hero{padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.phone-mockup{width:200px;height:400px}.btn{padding:.625rem 1.25rem;font-size:.8rem}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}
