*,*:before,*:after{box-sizing:border-box}:root{--primary: #FDB813;--primary-dark: #D4960A;--secondary: #1F2937;--background: #ffffff;--surface: #f3f4f6;--text-main: #111827;--text-muted: #4b5563;--border: rgba(0, 0, 0, .1);--success: #10B981;--error: #EF4444;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem }body{font-family:var(--font-sans);background-color:var(--background);color:var(--text-main);margin:0;-webkit-font-smoothing:antialiased}.landing-page{min-height:100vh;position:relative;overflow-x:hidden;background:linear-gradient(135deg,#f9fafb,#fff)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffc}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.5rem;color:#111}.logo-text{letter-spacing:-.05em}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#000}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;position:relative;gap:4rem;flex-wrap:wrap}.hero-content{max-width:600px;z-index:10}.hero-title-large{font-size:4rem;line-height:1.1;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to right,#111,#444);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-highlight{color:var(--primary);-webkit-text-fill-color:var(--primary)}.hero-description{font-size:1.25rem;color:var(--text-muted);margin-bottom:2.5rem;line-height:1.6}.app-buttons{display:flex;gap:1rem}.btn-app-store,.btn-google-play{display:flex;align-items:center;gap:.75rem;background:#111;color:#fff;border-radius:var(--radius-md);padding:.5rem 1rem;border:none;cursor:pointer;transition:transform .2s}.btn-app-store:hover,.btn-google-play:hover{transform:translateY(-2px);background:#333}.btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.btn-text span:first-child{font-size:.65rem;text-transform:uppercase}.store-name{font-weight:700;font-size:1.1rem}.hero-image-container{z-index:10}.phone-mockup{width:300px;height:600px;background:#f3f4f6;border-radius:40px;border:4px solid #fff;padding:10px;box-shadow:0 25px 50px -12px #00000026;position:relative}.phone-screen{background:transparent;width:100%;height:100%;border-radius:30px;overflow:hidden;position:relative;display:flex;flex-direction:column}.screen-header{height:30px;display:flex;justify-content:center;background:transparent;position:absolute;width:100%;z-index:20}.screen-notch{width:100px;height:20px;background:#000;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.app-screen-image{width:100%;height:100%;object-fit:cover;display:block}.features-section{padding:4rem 2rem;text-align:center}.section-title{font-size:2.5rem;margin-bottom:3rem;color:#111}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--border);transition:transform .3s;box-shadow:0 4px 6px -1px #0000000d}.feature-card:hover{transform:translateY(-5px);background:#f9fafb;box-shadow:0 10px 15px -3px #0000001a}.feature-icon{background:#fdb8131a;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:#111}.feature-card p{color:var(--text-muted)}.footer{padding:2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.875rem;background:#f8fafc}.social-links{display:flex;gap:1rem}.blob{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(80px);opacity:.15;z-index:0}.blob-1{top:-10%;left:-10%;background:var(--primary);animation:float 10s infinite ease-in-out}.blob-2{bottom:10%;right:-10%;background:#f97316;animation:float 12s infinite ease-in-out reverse}@keyframes float{0%{transform:translate(0)}50%{transform:translate(30px,50px)}to{transform:translate(0)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;text-decoration:none;font-size:.95rem;border:none}.btn-primary{background:var(--primary);color:#000}.btn-sm{font-size:.85rem;padding:.4rem .8rem}@media(max-width:768px){.hero-section{flex-direction:column;text-align:center;padding-top:8rem}.hero-title-large{font-size:2.5rem}.app-buttons{justify-content:center}.navbar{flex-direction:column;gap:1rem}}.roles-section{padding:4rem 2rem;background:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:var(--text-muted);font-size:1.1rem}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.role-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d}.role-card:hover{transform:translateY(-10px);background:#fff;border-color:var(--primary);box-shadow:0 20px 40px -10px #0000001a}.role-card.client:hover .role-icon{color:var(--primary);background:#fdb8131a}.role-card.vendor:hover .role-icon{color:#10b981;background:#10b9811a}.role-card.driver:hover .role-icon{color:#3b82f6;background:#3b82f61a}.role-icon{width:70px;height:70px;border-radius:20px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s;color:#111}.role-card h3{font-size:1.5rem;margin-bottom:1rem;color:#111}.role-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.5;flex-grow:1}.role-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.role-features li{margin-bottom:.8rem;color:#4b5563;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.btn-outline{background:transparent;border:1px solid var(--border);color:#111;padding:.8rem;width:100%;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s}.role-card:hover .btn-outline{background:#111;color:#fff;border-color:#111}.site-footer{background:#f8fafc;border-top:1px solid var(--border);padding:4rem 2rem 2rem;color:var(--text-muted);font-size:.95rem;position:relative;overflow:hidden;margin-top:auto}.site-footer:before{content:"";position:absolute;top:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:.5}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.brand-title{display:flex;align-items:center;gap:.75rem;color:#111;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.brand-description{line-height:1.6;color:#6b7280;max-width:300px}.footer-social-links{display:flex;gap:1rem}.social-btn{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .3s ease;box-shadow:0 1px 3px #0000000d}.social-btn:hover{background:var(--primary);color:#000;transform:translateY(-3px);box-shadow:0 4px 12px #fdb8134d;border-color:var(--primary)}.footer-heading{color:#111;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;display:inline-block}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#6b7280;text-decoration:none;transition:all .2s;display:flex;align-items:center;gap:.5rem}.footer-link:hover{color:var(--primary);transform:translate(5px)}.contact-item{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-start;color:#6b7280}.contact-icon{color:var(--primary);margin-top:3px;flex-shrink:0}.contact-text{line-height:1.5}.footer-bottom{border-top:1px solid rgba(0,0,0,.05);padding-top:2rem;text-align:center}.copyright{color:#9ca3af;font-size:.85rem}html,body,#root{height:100%;margin:0;padding:0}
