@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f9fafb}.globaldelivery-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;width:100%;padding-bottom:var(--spacing-xs);gap:var(--spacing-lg)}.globaldelivery-header h2{font-size:var(--title-font-size,2.5rem);font-weight:var(--title-font-weight,800);color:#000;text-align:left;margin:0;line-height:1.2}.globaldelivery-header h2 span{color:#0056ff}.globaldelivery-header p{font-size:var(--font-size-body,1rem);color:#444;text-align:right;margin:0;line-height:1.6}.underline-globaldelivery{width:100%;height:var(--line-height,3px);background:linear-gradient(90deg,#6B9FFF,#1A00FF);border-radius:var(--line-radius,4px);margin-top:0}.app-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.content-wrapper{width:100%;padding:2rem;margin:0 auto;max-width:1300px}.main-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-top:var(--spacing-sm)}@media (min-width:1024px){.main-content{grid-template-columns:1fr 1fr}}.progress-bars-section{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.progress-bar-container{display:flex;flex-direction:column;gap:.4rem}.progress-bar-labels{display:flex;justify-content:space-between;font-weight:600;color:#1f2937}.progress-bar-track{background-color:#e5e7eb;height:10px;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:9999px;transition:width .5s ease}.blue-indigo{background:linear-gradient(90deg,#3b82f6,#6366f1)}.green-teal{background:linear-gradient(90deg,#22c55e,#14b8a6)}.purple-pink{background:linear-gradient(90deg,#a855f7,#ec4899)}.cyan-sky{background:linear-gradient(90deg,#06b6d4,#0ea5e9)}.cards-section{display:flex;flex-direction:column;gap:.5rem}.delivery-card{background-color:#fff;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 3px 5px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s;max-height:180px;overflow:hidden}.delivery-card:hover{transform:translateY(-4px);box-shadow:0 6px 10px rgba(0,0,0,.1)}.delivery-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.delivery-card-icon-container{padding:.5rem;background-color:#f3f4f6;border-radius:.5rem}.delivery-card-title{font-weight:700;font-size:1.1rem;color:#1f2937}.delivery-card-description{font-size:.85rem;color:#4b5563;margin-bottom:.5rem}.delivery-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}.delivery-tag{background-color:#f3f4f6;color:#4b5563;font-size:.7rem;padding:.2rem .6rem;border-radius:9999px;font-weight:500}@media (max-width:600px){.content-wrapper{padding:20px 10px}.globaldelivery-header{gap:0}.globaldelivery-header p{text-align:left}}