*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff}.container{max-width:1000px;margin:0 auto;width:100%;padding:0 16px;display:flex;flex-direction:column;align-items:center}.appbar{display:flex;width:100%;margin:20px 0;justify-content:center}.appbar-inner{max-width:1000px;width:100%;display:flex;align-items:center;justify-content:space-between}.logo{width:200px;max-width:45%}.nav{display:flex;gap:20px;align-items:center}.nav p{font-size:20px;cursor:pointer;margin:0}.hamburger{display:none;background:none;border:none;font-size:28px;cursor:pointer;color:#fff}.products-grid{display:flex;gap:20px;width:100%;max-width:1200px;justify-content:center;flex-wrap:wrap}.product-card{max-width:350px;width:100%;display:flex;flex-direction:column;text-align:left;align-items:flex-start;cursor:pointer;transition:transform .2s}.product-img{max-width:300px;width:100%;border-radius:5px;height:200px;object-fit:cover}.about-img{max-width:1000px;width:100%;border-radius:10px}.section{display:flex;gap:16px;align-items:flex-start;width:100%}.section.reverse{flex-direction:row-reverse}.section-img{max-width:45%;width:260px;border-radius:8px;object-fit:cover;box-shadow:0 6px 18px #0006}.text{line-height:1.5;margin:20px 0 0;text-align:left;font-size:22px;width:100%}.heading{text-align:left;width:100%}.subheading{text-align:left;width:100%;margin:15px 0 5px}.subheading+.subheading{margin-top:4px}.list{line-height:1.5;margin:5px 0 10px;text-align:left;font-size:22px;padding-left:20px;width:100%}.sponsors{margin-top:100px;align-items:center;width:100%;display:flex;flex-direction:row;background-color:#0d0d0d;height:150px;overflow:hidden;position:relative}.scroll-track{display:flex;align-items:center;gap:60px;animation:scroll 20s linear infinite;white-space:nowrap}.logo-style{height:80px;width:auto;object-fit:contain;flex-shrink:0}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.logo{width:240px;max-width:85%}.nav{display:none}.hamburger{display:block}.products-grid{flex-direction:column;align-items:center;gap:14px}.product-card{max-width:100%}.product-img{height:160px;max-width:100%}.text,.list{font-size:17px}.heading{font-size:22px}.subheading{font-size:18px;margin:12px 0 4px}.subheading+.subheading{margin-top:2px}.container{padding:0 12px}.appbar{margin:12px 0}.sponsors{height:100px;margin-top:40px}.logo-style{height:60px}.appbar-inner{padding:0}.about-img{border-radius:8px}.section,.section.reverse{flex-direction:column}.section .section-img{order:-1;margin-bottom:8px}.section-img{max-width:100%;width:100%}.nav.mobile-open{display:flex;position:absolute;top:70px;right:16px;background:#111;padding:10px;border-radius:8px;box-shadow:0 4px 12px #0006;flex-direction:column;gap:8px;z-index:1000}.nav.mobile-open p{font-size:18px;padding:6px 8px}}
