@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--primary-orange:#ff6b00;--primary-orange-hover:#e55f00;--primary-orange-light:#fff0e6;--secondary-accent:#fa541c;--bg-warm:#faf9f6;--bg-gradient-top:#fff9f3;--card-bg:#fff;--dark-bg:#0b0f19;--dark-card-bg:#111827;--text-dark:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border-color:#e2e8f0;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 2px 8px #0f172a0a;--shadow-md:0 10px 30px #0f172a14;--shadow-lg:0 20px 40px #ff6b001f}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:var(--bg-warm);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-orange)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #ff6b004d}50%{box-shadow:0 0 25px #ff6b0099}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.container{max-width:1240px;margin:0 auto;padding:0 24px}.btn-primary{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:linear-gradient(135deg,#ff7a18 0%,#f50 100%);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #ff6b0059}.btn-primary:hover{background:linear-gradient(135deg,#ff8829 0%,#e04b00 100%);transform:translateY(-2px);box-shadow:0 8px 20px #ff6b0073}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--text-dark);border-radius:var(--radius-sm);border:1px solid var(--border-color);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{border-color:var(--primary-orange);color:var(--primary-orange);background:var(--primary-orange-light)}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #eaeff5;position:sticky;top:0;box-shadow:0 2px 10px #00000008}.header-container{justify-content:space-between;align-items:center;height:80px;display:flex}.brand-logo-container{cursor:pointer;align-items:center;gap:12px;text-decoration:none;display:flex}.brand-logo-img{object-fit:cover;border:2px solid var(--primary-orange);background:linear-gradient(135deg,#fff3eb,#ffe6d6);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 10px #ff6b0026}.brand-text{flex-direction:column;display:flex}.brand-title{color:#1e293b;letter-spacing:-.5px;font-size:22px;font-weight:800;line-height:1.1}.brand-tagline{color:var(--primary-orange);letter-spacing:1.5px;text-transform:uppercase;font-size:9px;font-weight:800}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-link-item{color:#475569;cursor:pointer;padding:6px 0;font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-link-item:hover,.nav-link-item.active{color:var(--primary-orange)}.nav-link-item.active:after{content:"";background:var(--primary-orange);border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0}.contact-hero{text-align:center;background:linear-gradient(#fff8f1 0%,#faf9f6 100%);padding:60px 0 40px}.support-pill-badge{color:#f50;letter-spacing:1px;border-radius:var(--radius-full);text-transform:uppercase;background:#ffefe5;border:1px solid #ff6b0026;align-items:center;gap:8px;margin-bottom:20px;padding:6px 18px;font-size:12px;font-weight:800;display:inline-flex}.hero-heading{color:#0f172a;letter-spacing:-.8px;margin-bottom:14px;font-size:44px;font-weight:800}.hero-subtext{color:#64748b;max-width:680px;margin:0 auto;font-size:16px;line-height:1.6}.contact-main-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:40px;margin-top:40px;margin-bottom:70px;display:grid}.contact-left-col{flex-direction:column;gap:20px;display:flex}.info-section-title{color:#0f172a;margin-bottom:4px;font-size:26px;font-weight:800}.info-section-subtitle{color:#64748b;margin-bottom:12px;font-size:14px}.info-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;align-items:flex-start;gap:20px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #0f172a08}.info-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0f172a12}.info-icon-box{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.icon-orange{color:#f50;background:#fff2e8}.icon-yellow{color:#d97706;background:#fffbeb}.icon-green{color:#059669;background:#ecfdf5}.info-card-content h4{color:#1e293b;margin-bottom:4px;font-size:15px;font-weight:700}.info-highlight-text{color:#f50;word-break:break-word;margin-bottom:4px;font-size:17px;font-weight:800}.info-sub-text{color:#64748b;font-size:13px}.hours-dark-card{color:#fff;background:linear-gradient(145deg,#0c1322 0%,#151d2f 100%);border-radius:18px;padding:26px;box-shadow:0 12px 35px #0c132240}.hours-header{color:#f83;border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:14px;font-size:16px;font-weight:700;display:flex}.hours-list{flex-direction:column;gap:14px;display:flex}.hours-item{justify-content:space-between;align-items:center;font-size:14px;display:flex}.hours-label{color:#94a3b8;font-weight:500}.hours-val{color:#fff;font-weight:700}.hours-val.active-tag{color:#38bdf8;background:#38bdf81f;border-radius:6px;padding:4px 10px}.form-card{background:#fff;border:1px solid #eff2f6;border-radius:24px;padding:40px;box-shadow:0 12px 40px #0f172a0f}.form-title{color:#0f172a;margin-bottom:6px;font-size:28px;font-weight:800}.form-subtitle{color:#64748b;margin-bottom:30px;font-size:14px}.form-group-row{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.form-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-label{color:#334155;font-size:13px;font-weight:700}.form-label span{color:#f50}.form-input,.form-select,.form-textarea{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:14px 18px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#fff;border-color:#f50;box-shadow:0 0 0 4px #ff55001a}.form-textarea{resize:vertical;min-height:130px}.btn-submit-form{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f70 0%,#f40 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:all .25s;display:flex;box-shadow:0 6px 20px #ff550059}.btn-submit-form:hover{background:linear-gradient(135deg,#f81 0%,#e03300 100%);transform:translateY(-2px);box-shadow:0 10px 25px #ff550073}.feature-strip{color:#fff;background:#050811;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:32px 0}.feature-strip-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-item-card{align-items:center;gap:16px;display:flex}.feature-icon-circle{color:#f70;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.feature-title{color:#fff;margin-bottom:2px;font-size:15px;font-weight:700;line-height:1.2}.feature-desc{color:#94a3b8;font-size:12px}.site-footer{color:#94a3b8;background:#03060e;padding:60px 0 0}.footer-top-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px;padding-bottom:50px;display:grid}.footer-col-title{color:#fff;letter-spacing:1px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:20px;font-size:14px;font-weight:800;display:flex;position:relative}.footer-col-title:before{content:"";background:#f50;border-radius:2px;width:3px;height:14px;display:inline-block}.footer-brand-desc{color:#94a3b8;margin-bottom:20px;font-size:14px;line-height:1.6}.footer-contact-list{flex-direction:column;gap:12px;font-size:13px;display:flex}.footer-contact-item{color:#cbd5e1;align-items:flex-start;gap:10px;display:flex}.footer-links{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-link{color:#94a3b8;cursor:pointer;font-size:14px;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-link:hover{color:#f70;transform:translate(4px)}.app-download-box{cursor:pointer;background:#0b1120;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:14px;margin-top:16px;padding:12px 18px;text-decoration:none;transition:all .2s;display:flex}.app-download-box:hover{background:#111a30;border-color:#f50;transform:translateY(-2px)}.app-icon{width:32px;height:32px}.app-text-sm{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.app-text-lg{color:#fff;font-size:15px;font-weight:800}.footer-bottom-bar{color:#64748b;justify-content:space-between;align-items:center;padding:24px 0;font-size:13px;display:flex}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-link{color:#64748b;cursor:pointer;text-decoration:none}.footer-bottom-link:hover{color:#f50}.toast-container{z-index:1000;position:fixed;bottom:30px;right:30px}.toast{color:#fff;background:#0f172a;border-left:4px solid #f50;border-radius:14px;align-items:center;gap:12px;padding:16px 24px;display:flex;box-shadow:0 10px 30px #0000004d}.hero-section-responsive{background:#faf2e9;align-items:center;min-height:520px;padding:50px 0 60px;display:flex;position:relative;overflow:hidden}.hero-grid-responsive{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.hero-title-responsive{color:#18181b;letter-spacing:-1.2px;margin-bottom:24px;font-family:Plus Jakarta Sans,sans-serif;font-size:56px;font-weight:800;line-height:1.08}.hero-desc-responsive{color:#64748b;max-width:480px;margin-bottom:32px;font-size:16px;font-weight:400;line-height:1.5}.floating-rider-badge{z-index:10;background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:20px;left:-10px;box-shadow:0 12px 30px #00000014}.floating-pulse-anim{animation:4s ease-in-out infinite alternate floatUpDown}@keyframes floatUpDown{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.hero-image-card-interactive{cursor:pointer;perspective:1000px;width:100%;max-width:460px;height:420px;transform-style:preserve-3d;border:4px solid #fff;border-radius:24px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001f}.hero-image-card-interactive:hover,.hero-image-card-interactive:active,.hero-image-card-interactive:focus{transform:scale(1.05)translateZ(30px)rotateY(-3deg)rotateX(2deg);box-shadow:0 30px 60px #e85d0440}@media (width<=992px){.hero-grid-responsive{grid-template-columns:1fr;gap:32px}.hero-title-responsive{font-size:42px}.contact-main-grid{grid-template-columns:1fr}.feature-strip-grid{grid-template-columns:repeat(2,1fr)}.footer-top-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.header-container{height:70px}.nav-links{display:none}.hero-title-responsive{font-size:32px}.hero-image-card-interactive{height:320px}.floating-rider-badge{padding:8px 12px;top:10px;left:10px}.form-group-row,.feature-strip-grid,.footer-top-grid{grid-template-columns:1fr}.footer-bottom-bar{text-align:center;flex-direction:column;gap:12px}}
