*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#000;overflow-x:hidden}.topbar,body{background:#fff}.topbar{position:fixed;top:0;left:0;right:0;height:84px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;z-index:1002;border-bottom:none;box-shadow:none}.logo-img{height:84px;width:auto;display:block}.menu-btn{background:none;border:none;color:#000;font-size:36px;font-weight:900;cursor:pointer;padding:5px 10px;display:block;line-height:1}.desktop-nav{display:none;gap:35px;align-items:center}.desktop-nav-item{color:#000;font-size:16px;font-weight:700;letter-spacing:1px;cursor:pointer;white-space:nowrap;transition:opacity .2s;display:flex;align-items:center;gap:6px}.desktop-nav-item:hover{opacity:.8}.desktop-talk-btn{background:#c00;color:#fff;border:none;padding:12px 24px;font-weight:700;font-size:14px;letter-spacing:2px;cursor:pointer;border-radius:4px;white-space:nowrap;transition:all .2s}.desktop-talk-btn:hover{background:#b30000}.dropdown-arrow{display:inline-block;margin-left:5px;width:9px;height:9px;border-right:2px solid #e63c3c;border-bottom:2px solid #e63c3c;border-radius:2px;transform:rotate(45deg) scaleX(.8);margin-top:-2px;transition:transform .2s ease-in-out}.dropdown-arrow.active,.menu-item:hover .dropdown-arrow{transform:rotate(225deg) scaleX(.8)}.main-content{margin-top:84px;background:#fff}.hero{position:relative;width:100%;height:calc(100vh - 84px);overflow:hidden}.hero video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.content-section{padding:100px 20px;max-width:1400px;margin:0 auto;background:#fff;color:#000}.content-wrapper{display:flex;flex-direction:column;gap:40px;align-items:center}.content-text{flex:1 1;text-align:center}.content-image{flex:1 1;width:100%}.content-image img{width:100%;height:auto;border-radius:8px;display:block}header:not(.topbar),hr{display:none!important}@media (min-width:1024px){.topbar{padding:0 50px}.menu-btn{display:none}.desktop-nav{display:flex}.content-wrapper{flex-direction:row;gap:60px;align-items:center}.content-text{text-align:left}.content-image{max-width:50%}}@media (min-width:768px) and (max-width:1023px){.content-section{padding:80px 30px}}@media (max-width:767px){.content-section{padding:60px 20px}}.starting-wrapper{min-height:100vh;background:#fff;display:flex;flex-direction:column;margin-top:84px}.marquee-container{background:#c00;padding:8px 0;overflow:hidden;white-space:nowrap;flex-shrink:0}.marquee-content{display:inline-flex;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee-item{color:#fff;font-weight:500;font-size:14px;padding:0 32px;display:inline-block}.user-bar{background:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.user-greeting{font-size:14px;color:#000;margin:0}.user-name{font-size:24px;font-weight:700;color:#c00;margin:0}.vip-badge{display:flex;align-items:center;gap:8px}.vip-text{font-size:18px;font-weight:700;color:#ff6b00}.product-carousel{background:#000;overflow:hidden;height:300px;display:flex;align-items:center;position:relative;width:100%}.product-track{display:flex;gap:20px;padding:0;will-change:transform}.product-item{flex:0 0 70vw;height:260px;transform:scale(.9);opacity:.6;transition:transform .3s ease,opacity .3s ease;display:flex;align-items:center;justify-content:center}.product-item img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.product-item.active{transform:scale(1.1);opacity:1;z-index:10}.starting-btn-container{background:#000;padding:0 16px 40px;width:100%;text-align:center}.starting-btn{width:100%;max-width:70vw;background:#ff1a1a;color:#000;border:none;padding:16px;font-size:20px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s}.starting-btn:hover{background:#e60000}@media (min-width:768px){.product-item{flex:0 0 450px;height:280px}.product-carousel{height:340px}.starting-btn{max-width:450px}}@media (min-width:1024px){.product-item{flex:0 0 520px;height:300px}.product-carousel{height:360px}.starting-btn{max-width:520px}}