:root{--primary-color: #3b82f6;--primary-dark: #2563eb;--secondary-color: #10b981;--secondary-dark: #059669;--background-color: #ffffff;--surface-color: #f8fafc;--text-primary: #1e293b;--text-secondary: #64748b;--text-light: #94a3b8;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--border-radius: .75rem;--border-radius-sm: .5rem;--border-radius-lg: 1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--background-color)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar{background-color:var(--background-color);border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-brand .logo{width:2.5rem;height:2.5rem;color:var(--secondary-color)}.nav-brand h1{color:#00a5a7;font-size:1.75rem;font-weight:700}.hero{padding:4rem 0 6rem;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(--text-primary);margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.5}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;transition:all .2s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-icon{width:1.25rem;height:1.25rem}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:var(--secondary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn-outline{background-color:transparent;color:var(--primary-color);border-color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-1px)}.hero-image{display:flex;justify-content:center;align-items:center}.app-showcase{display:flex;gap:1.5rem;align-items:center;perspective:1000px}.phone-mockup{width:280px;height:580px;background:linear-gradient(145deg,#1f2937,#111827);border-radius:35px;padding:8px;position:relative;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;transition:all .3s ease}.phone-mockup:hover{transform:translateY(-10px) rotateY(5deg);box-shadow:0 35px 70px -12px #00000059,0 0 0 1px #ffffff26}.phone-main{z-index:2}.phone-secondary{transform:translate(-20px) rotateY(-10deg) scale(.95);z-index:1}.phone-secondary:hover{transform:translate(-20px) rotateY(-5deg) scale(.95) translateY(-10px)}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:25px;background:#111827;border-radius:15px;z-index:10}.phone-screen{width:100%;height:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:30px;position:relative;overflow:hidden;display:flex;flex-direction:column}.status-bar{display:flex;justify-content:space-between;align-items:center;padding:15px 20px 10px;font-size:14px;font-weight:600;color:#1e293b;margin-top:25px}.status-icons{display:flex;gap:8px;align-items:center}.signal{font-size:10px;color:#10b981}.battery{font-size:12px}.app-content{flex:1;padding:0 20px 20px;overflow-y:auto}.app-header{display:flex;align-items:center;gap:12px;margin-bottom:25px}.app-logo-small{width:40px;height:40px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.app-logo-small svg{width:28px;height:28px}.app-header h3{font-size:24px;font-weight:700;color:#1e293b;margin:0}.welcome-card{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:20px;border-radius:16px;margin-bottom:25px;box-shadow:0 10px 25px #3b82f64d}.welcome-card h4{font-size:18px;font-weight:600;margin:0 0 8px}.welcome-card p{font-size:14px;margin:0 0 15px;opacity:.9}.delivery-status{display:flex;align-items:center;gap:8px}.status-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.action-button{background:#fff;padding:16px 12px;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000f;transition:all .2s ease;cursor:pointer}.action-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.action-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;color:#fff}.action-icon svg{width:24px;height:24px}.action-button span{font-size:12px;font-weight:500;color:#475569}.delivery-header{text-align:center;margin-bottom:20px}.delivery-header h3{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 4px}.delivery-header p{font-size:14px;color:#64748b;margin:0}.map-placeholder{background:linear-gradient(135deg,#e0f2fe,#b3e5fc);height:140px;border-radius:12px;position:relative;margin-bottom:20px;overflow:hidden}.map-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:20px}.delivery-pin,.user-pin{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:2}.delivery-pin{color:#10b981}.user-pin{color:#3b82f6}.delivery-pin svg,.user-pin svg{width:20px;height:20px}.route-line{position:absolute;top:50%;left:20%;right:20%;height:3px;background:linear-gradient(to right,#10b981,#059669);border-radius:2px;animation:routeAnimation 3s ease-in-out infinite}@keyframes routeAnimation{0%,to{opacity:.6}50%{opacity:1}}.driver-card{background:#fff;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px;margin-bottom:16px;box-shadow:0 2px 8px #0000000f}.driver-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff}.driver-avatar svg{width:24px;height:24px}.driver-details h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 4px}.driver-details p{font-size:14px;color:#64748b;margin:0}.medication-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.med-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f1f5f9;font-size:14px}.med-item:last-child{border-bottom:none}.med-item span:first-child{color:#1e293b;font-weight:500}.quantity{color:#64748b;font-weight:600}.features{padding:6rem 0;background-color:var(--background-color)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.section-header p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background-color:var(--background-color);padding:2rem;border-radius:var(--border-radius-lg);text-align:center;box-shadow:var(--shadow-md);border:1px solid var(--border-color);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.feature-icon svg{width:2rem;height:2rem}.feature-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.how-it-works{padding:6rem 0;background-color:var(--surface-color)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step{text-align:center;position:relative}.step-number{position:absolute;top:-1rem;left:50%;transform:translate(-50%);width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem;z-index:2}.step-icon{width:5rem;height:5rem;background-color:var(--background-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary-color);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.step-icon svg{width:2.5rem;height:2.5rem}.step h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.step p{color:var(--text-secondary);line-height:1.6}.cta{padding:6rem 0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff}.cta-content{text-align:center}.cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background-color:#fff;color:var(--primary-color)}.cta .btn-primary:hover{background-color:var(--surface-color);transform:translateY(-2px)}.cta .btn-outline{border-color:#fff;color:#fff}.cta .btn-outline:hover{background-color:#fff;color:var(--primary-color)}.footer{padding:3rem 0 1.5rem;background-color:var(--text-primary);color:#fff}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--primary-color)}.footer-brand p{opacity:.8}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section p{margin-bottom:.5rem;opacity:.8}.footer-section a{color:inherit;text-decoration:none;transition:opacity .2s ease}.footer-section a:hover{opacity:1;text-decoration:underline}.address{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.address p{margin-bottom:.25rem;font-size:.875rem}.social-links{display:flex;gap:1rem}.social-links a{color:#fff;opacity:.8;transition:opacity .2s ease}.social-links a:hover{opacity:1}.social-links svg{width:1.5rem;height:1.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;opacity:.7}@media (max-width: 992px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.btn{width:100%;justify-content:center;max-width:280px}.features-grid,.steps-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.section-header h2,.cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.app-showcase{flex-direction:column;gap:1rem}.phone-mockup{width:240px;height:480px}.phone-secondary{transform:none;scale:1}.phone-secondary:hover{transform:translateY(-10px)}}@media (max-width: 640px){.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-card{padding:1.5rem 1rem}.feature-card h3{font-size:1.125rem}.feature-card p{font-size:.875rem}}@media (max-width: 480px){.container{padding:0 .75rem}.hero{padding:2rem 0 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.features,.how-it-works,.cta{padding:3rem 0}.section-header{margin-bottom:2rem}.feature-card,.step{padding:1.5rem}.features-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}.btn:focus,a:focus{outline:2px solid var(--primary-color);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card,.step{animation:fadeInUp .6s ease forwards}.feature-card,.step{cursor:default}@media print{.navbar,.cta,.footer{display:none}.hero,.features,.how-it-works{padding:1rem 0}*{color:#000!important;background:#fff!important}}.terms-page{padding:2rem 0 4rem;background-color:var(--background-color);min-height:calc(100vh - 200px)}.terms-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.terms-header h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.last-updated{color:var(--text-secondary);font-size:1rem;font-style:italic}.terms-content{max-width:800px;margin:0 auto}.terms-section{margin-bottom:2.5rem;padding:1.5rem;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.terms-section h2{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--surface-color)}.terms-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.terms-section ul{margin:1rem 0 1rem 1.5rem;color:var(--text-secondary)}.terms-section li{margin-bottom:.5rem;line-height:1.6}.contact-info{background:var(--surface-color);padding:1rem;border-radius:var(--border-radius);margin-top:1rem}.contact-info p{margin-bottom:.5rem;font-weight:500;color:var(--text-primary)}.terms-footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color)}.terms-footer p{font-size:1.125rem;color:var(--text-primary);margin-bottom:1.5rem;font-weight:500}@media (max-width: 768px){.terms-header h1{font-size:2rem}.terms-section{padding:1rem;margin-bottom:1.5rem}.terms-section h2{font-size:1.25rem}.terms-content{padding:0 1rem}}
