@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@700;800&display=swap";:root{--bg-color:#f8f9fa;--bg-white:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--primary-purple:#5c5cff;--primary-purple-hover:#4b4bee;--border-color:#e2e8f0;--badge-green:#10b981;--badge-orange:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}h1,h2,h3,h4{color:#0f172a;font-family:Outfit,sans-serif}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary-purple);color:#fff;box-shadow:0 4px 6px -1px #5c5cff66}.btn-primary:hover{background-color:var(--primary-purple-hover);transform:translateY(-2px);box-shadow:0 10px 15px -3px #5c5cff80}.btn-full{width:100%}.badge{text-transform:uppercase;color:#fff;letter-spacing:.5px;border-radius:4px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-green{background-color:var(--badge-green)}.badge-orange{background-color:var(--badge-orange)}.badge-purple-light{color:var(--primary-purple);background-color:#e0e7ff}.app-container{flex-direction:column;min-height:100vh;display:flex}header{background-color:var(--bg-white);border-bottom:2px solid var(--border-color);z-index:50;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-link{align-items:center;text-decoration:none;display:flex}.logo-img{width:auto;height:40px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--primary-purple)}main{flex:1;padding:4rem 0}.hero-card{background-color:var(--bg-white);border-radius:16px;margin-bottom:4rem;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003}.hero-image-col{background-color:#7dd3fc;flex:1;position:relative}.hero-image-col img{object-fit:cover;width:100%;height:100%;display:block}.hero-badges-layer{gap:.75rem;display:flex;position:absolute;top:1.5rem;left:1.5rem}.hero-content-col{flex-direction:column;flex:1.2;padding:3rem;display:flex}.supplier-badge{color:var(--primary-purple);background-color:#eff6ff;border-radius:4px;align-self:flex-start;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.hero-desc{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.stats-grid{background-color:#f8fafc;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:grid}.stat-item{flex-direction:column;gap:.25rem;display:flex}.stat-label{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.5px;font-size:.7rem;font-weight:600}.stat-value{color:var(--text-primary);font-size:1rem;font-weight:700}.content-section{grid-template-columns:1fr;gap:2rem;display:grid}.content-block{background:var(--bg-white);border-radius:16px;padding:3rem;box-shadow:0 4px 6px -1px #0000000d}.content-block h2{margin-bottom:1rem;font-size:1.8rem}.content-block p{color:var(--text-secondary);margin-bottom:1.5rem}@media (width<=900px){.hero-card{flex-direction:column}.nav-links{display:none}.stats-grid{grid-template-columns:repeat(2,1fr)}}
