*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1a365d;--primary-light: #2c5282;--accent: #e67e22;--accent-hover: #d35400;--text: #2d3748;--text-light: #718096;--bg: #ffffff;--bg-alt: #f7fafc;--border: #e2e8f0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.app{overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 1px 3px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--primary);cursor:pointer}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text);font-weight:500;cursor:pointer;transition:color .2s}.nav-links a:hover{color:var(--accent)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span{display:block;width:25px;height:3px;background:var(--primary);border-radius:2px;transition:all .3s}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:6rem 1.5rem 4rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);overflow:hidden}.hero-bg{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px}.hero h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1}.hero-tagline{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#ffffffe6;font-weight:500;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;color:#fffc;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px)}.btn-secondary{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff40}.hero-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:#fff}.stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}section{padding:5rem 0}section h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--primary);text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem}.about{background:var(--bg-alt)}.about-content{display:grid;gap:3rem}.about-text{max-width:700px;margin:0 auto;text-align:center}.about-text p{margin-bottom:1rem;color:var(--text);font-size:1.05rem}.about-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.value-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s}.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px #0000001a}.value-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}.value-icon svg{width:30px;height:30px;color:#fff}.value-card h3{font-size:1.25rem;color:var(--primary);margin-bottom:.5rem}.value-card p{color:var(--text-light);font-size:.95rem}.products{background:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--bg-alt);padding:2rem;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s;border:1px solid var(--border)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px #00000014}.product-icon{width:70px;height:70px;margin:0 auto 1.25rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--border)}.product-icon svg{width:32px;height:32px;color:var(--primary)}.product-card h3{font-size:1.2rem;color:var(--primary);margin-bottom:.5rem}.product-card p{color:var(--text-light);font-size:.95rem}.why-us{background:var(--bg-alt)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.why-card{background:#fff;padding:2rem;border-radius:12px;position:relative;box-shadow:0 4px 6px #0000000d;transition:transform .2s}.why-card:hover{transform:translateY(-4px)}.why-number{font-size:3rem;font-weight:800;color:var(--accent);opacity:.3;position:absolute;top:1rem;right:1.5rem}.why-card h3{font-size:1.2rem;color:var(--primary);margin-bottom:.75rem}.why-card p{color:var(--text-light);font-size:.95rem}.marketplace{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);padding:5rem 0}.marketplace h2{color:#fff}.marketplace .section-subtitle{color:#fffc}.marketplace-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.marketplace-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;min-width:280px;max-width:350px;transition:transform .2s,box-shadow .2s}.marketplace-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0003}.marketplace-logo{width:80px;height:80px;margin:0 auto 1.5rem;background:#0071dc;border-radius:16px;display:flex;align-items:center;justify-content:center}.marketplace-logo svg{width:40px;height:40px;color:#fff}.marketplace-card h3{font-size:1.5rem;color:var(--primary);margin-bottom:.5rem}.marketplace-card p{color:var(--text-light);margin-bottom:1.5rem}.marketplace-link{color:var(--accent);font-weight:600;font-size:1rem}.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.contact-card{background:var(--bg-alt);padding:2rem;border-radius:12px;text-align:center}.contact-icon{width:60px;height:60px;margin:0 auto 1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-icon svg{width:28px;height:28px;color:#fff}.contact-card h3{font-size:1.1rem;color:var(--primary);margin-bottom:.5rem}.contact-card p{color:var(--text-light)}.contact-note{text-align:center;max-width:600px;margin:0 auto;padding:1.5rem;background:var(--bg-alt);border-radius:8px;border-left:4px solid var(--accent)}.contact-note p{color:var(--text-light);font-size:.95rem}.footer{background:var(--primary);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.footer-brand .logo{color:#fff;margin-bottom:1rem}.footer-brand .logo-icon{background:#fff3}.footer-brand p{color:#ffffffb3}.footer-links h4{font-size:1rem;margin-bottom:1rem;color:#fff}.footer-links ul{display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#ffffffb3;cursor:pointer;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#ffffff80;font-size:.9rem}@media(max-width:768px){.mobile-menu-btn{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 0;gap:0;box-shadow:0 4px 6px #0000001a;display:none}.nav-links.active{display:flex}.nav-links li{width:100%}.nav-links a{display:block;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.hero-stats{gap:2rem}.stat-number{font-size:2rem}section{padding:4rem 0}.about-values{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr 1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-brand .logo{justify-content:center}}@media(max-width:480px){.nav-container{padding:.875rem 1rem}.logo span{display:none}.hero{padding:5rem 1rem 3rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}.hero-stats{flex-direction:column;gap:1.5rem}.products-grid,.why-grid,.contact-grid{grid-template-columns:1fr}.marketplace-card{min-width:100%}}
