.navbar{position:sticky;top:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid #f1f5f9}.navbar-scrolled{box-shadow:0 4px 20px #0000000d;background:#fffffffa}.container{max-width:1280px;margin:0 auto;padding:0 24px}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:70px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;transition:transform .2s ease}.logo:hover{transform:scale(1.02)}.logo-icon-wrapper{background:linear-gradient(135deg,#2563eb,#7c3aed);padding:8px;border-radius:12px;display:flex;align-items:center;justify-content:center}.logo-icon{color:#fff}.logo-text{font-size:1.25rem;font-weight:700;color:#1e293b;letter-spacing:-.02em}.logo-accent{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#475569;font-weight:500;font-size:.95rem;transition:all .2s ease;position:relative;padding:6px 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#2563eb,#7c3aed);transition:width .3s ease;border-radius:2px}.nav-link:hover{color:#2563eb}.nav-link:hover:after{width:100%}.nav-link.active{color:#2563eb}.nav-link.active:after{width:100%}.nav-cta-btn{display:flex;align-items:center;gap:6px;padding:8px 20px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;text-decoration:none;border-radius:40px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 2px 8px #2563eb33}.nav-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d;gap:10px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:#1e293b;padding:8px;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:hover{background:#f1f5f9}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;background:#fff;z-index:999;flex-direction:column;justify-content:space-between;animation:slideIn .3s ease}.mobile-menu.active{display:flex}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.mobile-menu-links{display:flex;flex-direction:column;padding:1.5rem;gap:.5rem}.mobile-link{display:flex;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;color:#475569;font-weight:500;font-size:1rem;border-radius:12px;transition:all .2s ease}.mobile-link:hover{background:#f8fafc;color:#2563eb}.mobile-menu-footer{padding:1.5rem;border-top:1px solid #f1f5f9}.mobile-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .2s ease}.mobile-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}@media (max-width: 768px){.container{padding:0 16px}.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.navbar-content{height:64px}.logo-text{font-size:1rem}.logo-icon-wrapper{padding:6px}.logo-icon{width:20px;height:20px}}@media (max-width: 480px){.container{padding:0 12px}.mobile-link{padding:12px 14px;font-size:.95rem}.mobile-cta-btn{padding:12px;font-size:.95rem}}html{scroll-behavior:smooth;scroll-padding-top:80px}.footer{background:var(--card);border-top:1px solid var(--border);padding:3rem 0 1.5rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-bottom:2rem}@media (min-width: 640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;margin-bottom:1rem;color:var(--primary)}.footer-logo-icon,.footer-logo-accent{color:var(--accent)}.footer-description{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.footer-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text)}.footer-links,.footer-contact{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:var(--text-secondary);font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.footer-contact li{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.875rem}.footer-social{display:flex;gap:1rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--background);border-radius:.5rem;color:var(--text-secondary);transition:all .3s ease}.footer-social a:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text-secondary);font-size:.75rem}.home{overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 20px}.hero{position:relative;background:linear-gradient(135deg,#f8fafc,#e0e7ff);padding:80px 0;overflow:hidden}.hero-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(#c7d2fe 1px,transparent 1px);background-size:30px 30px;opacity:.4}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#3b82f61a;padding:6px 14px;border-radius:40px;font-size:13px;font-weight:500;color:#2563eb;margin-bottom:24px}.hero-title{font-size:48px;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:20px}.hero-title-gradient{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-title-small{font-size:36px;color:#64748b}.hero-subtitle{font-size:18px;color:#64748b;line-height:1.6;margin-bottom:32px;max-width:500px}.tracking-form{display:flex;gap:12px;margin-bottom:24px}.input-wrapper{flex:1;position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.tracking-input{width:100%;padding:14px 16px 14px 48px;border:1px solid #e2e8f0;border-radius:50px;font-size:16px;outline:none;transition:all .3s;background:#fff}.tracking-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.track-btn{display:flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.track-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #2563eb4d}.hero-trust-badges{display:flex;gap:20px}.hero-trust-badges span{display:flex;align-items:center;gap:6px;font-size:14px;color:#475569}.hero-image{position:relative}.hero-image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-image-wrapper img{width:100%;height:auto;display:block}.floating-card{position:absolute;background:#fff;padding:10px 18px;border-radius:40px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#1e293b;box-shadow:0 10px 15px -3px #0000001a;animation:float 3s ease-in-out infinite}.delivery-card{top:20px;right:-20px;animation-delay:0s;color:#f59e0b}.tracking-card{bottom:40px;left:-20px;animation-delay:1s;color:#2563eb}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.stats-section{padding:60px 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.stat-card{text-align:center;padding:24px 16px;background:#f8fafc;border-radius:20px;transition:all .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:#2563eb}.stat-number{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:8px}.stat-label{font-size:14px;color:#64748b}.features-section{padding:80px 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:48px}.section-title{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:16px}.accent-text{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.section-subtitle{font-size:18px;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card{background:#fff;padding:32px 24px;border-radius:24px;text-align:center;transition:all .3s;box-shadow:0 1px 3px #0000000d}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a}.feature-icon{width:64px;height:64px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.feature-title{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:12px}.feature-description{font-size:14px;color:#64748b;line-height:1.6}.how-it-works{padding:80px 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}.step-card{text-align:center;position:relative;padding:32px 20px;background:#f8fafc;border-radius:24px}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:20px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-icon{margin-bottom:16px;color:#2563eb}.step-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:12px}.step-description{font-size:14px;color:#64748b}.step-arrow{position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:#cbd5e1}.process-section{padding:80px 0;background:linear-gradient(135deg,#f8fafc,#eef2ff)}.process-flow{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto 40px;position:relative}.process-step{text-align:center;flex:1;position:relative}.process-icon{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:28px;box-shadow:0 10px 15px -3px #0000001a}.process-step h4{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:8px}.process-step p{font-size:13px;color:#64748b}.process-line{position:absolute;right:-50%;top:40px;width:100%;height:2px;background:linear-gradient(90deg,#2563eb,#cbd5e1)}.process-note{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:#fff;border-radius:50px;width:fit-content;margin:0 auto;color:#2563eb;font-size:14px;font-weight:500}.coverage-section{padding:80px 0;background:#fff}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.coverage-badge{display:inline-flex;align-items:center;gap:8px;background:#e0e7ff;padding:6px 14px;border-radius:40px;font-size:13px;font-weight:500;color:#2563eb;margin-bottom:20px}.coverage-content h2{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:16px}.coverage-content p{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:24px}.cities-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.city-tag{padding:6px 16px;background:#f1f5f9;border-radius:30px;font-size:13px;color:#475569;transition:all .3s}.city-tag:hover{background:#2563eb;color:#fff}.city-tag.more{background:#e0e7ff;color:#2563eb;font-weight:500}.coverage-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.coverage-btn:hover{background:#1d4ed8;gap:12px}.coverage-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.coverage-image img{width:100%;height:auto;display:block}.coverage-stats{position:absolute;bottom:20px;left:20px;right:20px;display:flex;gap:16px;background:#fffffff2;padding:16px;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coverage-stats div{flex:1;text-align:center}.stat-num{display:block;font-size:20px;font-weight:700;color:#2563eb}.stat-text{font-size:12px;color:#64748b}.testimonials-section{padding:80px 0;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.testimonial-card{background:#fff;padding:24px;border-radius:20px;transition:all .3s;box-shadow:0 1px 3px #0000000d}.testimonial-card:hover{box-shadow:0 20px 25px -5px #0000001a}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{font-size:14px;color:#475569;line-height:1.6;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-author h4{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px}.testimonial-author span{font-size:12px;color:#64748b}.cta-section{padding:80px 0;background:#fff}.cta-card{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:32px;padding:48px 60px;text-align:center;color:#fff}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:16px}.cta-content p{font-size:18px;opacity:.9;margin-bottom:28px}.cta-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:32px}.cta-primary{display:flex;align-items:center;gap:8px;padding:14px 32px;background:#fff;color:#2563eb;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #0003}.cta-secondary{padding:14px 32px;background:transparent;color:#fff;border:1px solid white;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.cta-secondary:hover{background:#ffffff1a}.cta-benefits{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.cta-benefits span{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.9}@media (max-width: 1024px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-title{font-size:36px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:20px}.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr);gap:30px}.step-arrow{display:none}.process-flow{flex-wrap:wrap;gap:30px}.process-line{display:none}.coverage-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero{padding:60px 0}.hero-title{font-size:28px}.hero-title-small{font-size:24px}.tracking-form{flex-direction:column}.stats-grid{grid-template-columns:repeat(2,1fr)}.features-grid,.steps-grid,.testimonials-grid{grid-template-columns:1fr}.cta-card{padding:32px 24px}.cta-content h2{font-size:28px}.cta-buttons{flex-direction:column}.cta-benefits{flex-direction:column;align-items:center}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.hero-trust-badges{flex-wrap:wrap}.cities-list{justify-content:center}.coverage-stats{flex-direction:column}}.tracking-page{min-height:calc(100vh - 200px);background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem 0 4rem}.tracking-container{max-width:1280px;margin:0 auto;padding:0 20px}.tracking-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.tracking-notfound{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem}.notfound-icon{width:100px;height:100px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ef4444;margin-bottom:1rem}.tracking-notfound h2{font-size:1.75rem;color:#1e293b;margin-bottom:.5rem}.tracking-notfound p{color:#64748b;margin-bottom:1.5rem}.btn-primary{padding:12px 28px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #2563eb4d}.tracking-header-section{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:50px;font-size:14px;color:#64748b;cursor:pointer;transition:all .3s;margin-bottom:1.5rem}.back-button:hover{background:#f8fafc;border-color:#2563eb;color:#2563eb}.tracking-title-section h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.tracking-title-section p{color:#64748b;font-size:1rem}.tracking-main-card{background:#fff;border-radius:24px;padding:1.75rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.tracking-id-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.tracking-id{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tracking-id .label{font-size:12px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.id-value{font-family:monospace;font-size:1.25rem;font-weight:700;color:#1e293b;letter-spacing:.5px;background:#f8fafc;padding:4px 12px;border-radius:8px}.refresh-icon{background:none;border:none;color:#94a3b8;cursor:pointer;padding:6px;border-radius:50%;transition:all .3s;display:flex;align-items:center;justify-content:center}.refresh-icon:hover{background:#f1f5f9;color:#2563eb;transform:rotate(180deg)}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600}.progress-section{margin:1.5rem 0}.progress-bar-container{background:#f1f5f9;border-radius:100px;height:8px;overflow:hidden;margin-bottom:1rem}.progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:100px;position:relative;transition:width .5s ease}.progress-glow{position:absolute;top:0;right:0;width:30px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-steps{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.progress-steps .step{flex:1;text-align:center;font-size:11px;color:#cbd5e1;transition:color .3s}.progress-steps .step.active{color:#2563eb}.step-dot{width:10px;height:10px;background:#cbd5e1;border-radius:50%;margin:0 auto 6px;transition:all .3s}.step.active .step-dot{background:#2563eb;box-shadow:0 0 0 3px #2563eb33}.last-updated{display:flex;align-items:center;gap:.5rem;justify-content:flex-end;font-size:12px;color:#94a3b8;margin-top:1rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.tracking-grid{display:grid;grid-template-columns:1fr 380px;gap:1.75rem}@media (max-width: 1024px){.tracking-grid{grid-template-columns:1fr}}.timeline-section{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid #e2e8f0}.section-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.timeline{position:relative}.timeline-item{position:relative;display:flex;gap:1rem;margin-bottom:1.5rem}.timeline-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.timeline-content{flex:1;padding-bottom:1rem}.timeline-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.timeline-status{font-weight:600;color:#1e293b}.timeline-date{font-size:12px;color:#94a3b8}.timeline-note{font-size:13px;color:#64748b;line-height:1.5;margin-top:.25rem}.timeline-line{position:absolute;left:21px;top:44px;bottom:-20px;width:2px;background:#e2e8f0}.details-section{display:flex;flex-direction:column;gap:1.25rem}.info-card{background:#fff;border-radius:20px;padding:1.25rem;border:1px solid #e2e8f0}.info-card h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.address-details .receiver-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.address-details .receiver-phone{color:#64748b;font-size:13px;margin-bottom:.5rem}.address-details .receiver-address{color:#64748b;font-size:13px;line-height:1.5}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.details-grid>div{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;font-weight:500;color:#1e293b}.detail-value.capitalize{text-transform:capitalize}.priority-urgent{color:#ef4444}.priority-high{color:#f59e0b}.summary-card .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #f1f5f9}.summary-card .summary-item:last-child{border-bottom:none}.summary-item span:first-child{font-size:13px;color:#64748b}.summary-item span:last-child{font-weight:500;color:#1e293b}.status-highlight{color:#2563eb!important;font-weight:600!important}.help-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:20px;padding:1.25rem;border:1px solid #e2e8f0}.help-card h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.help-card p{font-size:13px;color:#64748b;margin-bottom:1rem}.help-contacts{display:flex;flex-direction:column;gap:.5rem}.help-contacts a{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-size:13px;font-weight:500;transition:color .3s}.help-contacts a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 640px){.tracking-container{padding:0 16px}.tracking-title-section h1{font-size:1.5rem}.id-value{font-size:.9rem}.progress-steps .step span{display:none}.progress-steps .step{flex:none;width:10px}.progress-steps .step.active .step-dot{width:12px;height:12px}.timeline-header{flex-direction:column}.details-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1E3A5F;--primary-light: #2B4A7A;--primary-dark: #152A45;--accent: #1FA2A6;--accent-light: #25BCC1;--accent-dark: #19878A;--background: #F5F7FA;--card: #FFFFFF;--text: #1A1A1A;--text-secondary: #6B7280;--border: #E5E7EB;--success: #10B981;--warning: #F59E0B;--error: #EF4444;--info: #3B82F6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%)}.dark{--background: #0B1220;--card: #111827;--text: #F9FAFB;--text-secondary: #9CA3AF;--border: #374151}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--background);color:var(--text);line-height:1.5;transition:background-color .3s ease,color .3s ease}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 640px){.container{padding:0 2rem}}@media (min-width: 1024px){.container{padding:0 3rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-outline:hover{background:var(--accent);color:#fff}.card{background:var(--card);border-radius:1rem;box-shadow:var(--shadow-lg);padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.input{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:.75rem;background:var(--card);color:var(--text);font-size:1rem;transition:all .3s ease}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1fa2a61a}.spinner{width:48px;height:48px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-delivered{background:var(--success);color:#fff}.status-out_for_delivery{background:var(--info);color:#fff}.status-in_transit{background:var(--accent);color:#fff}.status-picked{background:#8b5cf6;color:#fff}.status-confirmed{background:#6366f1;color:#fff}.status-created{background:var(--text-secondary);color:#fff}.status-failed{background:var(--error);color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.grid{display:grid;gap:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(1,1fr)}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}
