:root{--bg-color: #050505;--text-color: #ffffff;--text-secondary: #a0a0a0;--accent-color: #d4af37;--accent-glow: rgba(212, 175, 55, .3);--font-main: "Inter", sans-serif;--transition-speed: .3s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}h1,h2,h3{font-weight:700;letter-spacing:-.02em}h1{font-size:3.5rem;line-height:1.1}h2{font-size:2.5rem;margin-bottom:1rem}p{color:var(--text-secondary);font-size:1.1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:1rem 2rem;background:transparent;border:1px solid var(--text-color);color:var(--text-color);font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all var(--transition-speed);cursor:pointer}.btn:hover{background:var(--text-color);color:var(--bg-color);transform:translateY(-2px);box-shadow:0 4px 20px #fff3}.section-padding{padding:8rem 0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.hero{height:100vh;width:100%;display:flex;align-items:center;overflow:hidden}.hero-content{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:2}.hero-floating-img{width:60%;max-width:none;object-fit:contain;margin-right:auto}.hero-text-content{flex:1;text-align:left;padding-left:2rem;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:4rem;line-height:1.1;margin-bottom:1.5rem;background-image:linear-gradient(to right,#afacace7,#ccc 10%,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-subtitle{font-size:1.5rem;max-width:600px;margin-bottom:3rem;opacity:0;animation:fadeUp 1s ease forwards .8s}.hero-btn{opacity:0;animation:fadeUp 1s ease forwards 1.1s;align-self:flex-start}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero-content{flex-direction:column;text-align:center;justify-content:center}.hero-floating-img{width:80%;margin-right:0;margin-bottom:2rem}.hero-text-content{padding-left:0;align-items:center}.hero-title{font-size:3rem}.hero-subtitle{margin:0 auto 2rem}.hero-btn{align-self:center}}.about{background-color:#0a0a0a;text-align:center}.about-content{max-width:800px;margin:0 auto}.about h2{color:var(--accent-color);margin-bottom:2rem}.product-section{padding:10rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.product-container{display:flex;align-items:center;gap:4rem}.product-section.right .product-container{flex-direction:row-reverse}.product-content{flex:1}.product-title{font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#aaa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.product-desc{margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.product-image-wrapper{flex:1;position:relative;overflow:hidden;border-radius:4px}.product-image{width:100%;height:auto;transition:transform .5s ease;filter:grayscale(20%)}.product-image-wrapper:hover .product-image{transform:scale(1.05);filter:grayscale(0%)}@media(max-width:968px){.product-section,.product-section.right{padding:6rem 0}.product-container,.product-section.right .product-container{flex-direction:column-reverse;text-align:center}.product-title{font-size:2.5rem}}.footer{padding:4rem 0;background-color:#000;border-top:1px solid #222;font-size:.9rem}.footer-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-logo{font-size:1.5rem;font-weight:700;letter-spacing:.2em}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-secondary);transition:color .3s}.footer-links a:hover{color:var(--text-color)}.footer-copy{color:#555}.stars-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}
