*{margin:0;padding:0;box-sizing:border-box}:root{--primary-yellow:#ffd600;--dark-bg:#1a1a1a;--text-dark:#000;--text-light:#666;--white:#fff}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}header{position:fixed;top:0;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.05)}nav{max-width:1400px;margin:0 auto;padding:20px 40px;justify-content:space-between}.logo,nav{display:flex;align-items:center}.logo{gap:8px;text-decoration:none}.logo-img{height:40px;width:auto}.logo-text{font-size:24px;font-weight:800;color:var(--text-dark)}.nav-links{display:flex;gap:40px;list-style:none;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#ff4438}.mobile-menu-btn{display:none;background:none;border:none;font-size:28px;cursor:pointer}.hero{margin-top:80px;min-height:100vh;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(https://images.unsplash.com/photo-1508098682722-e99c43a406b2?q=80&w=2400&auto=format&fit=crop) 50%/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,68,56,.1),transparent 70%)}.hero-content{max-width:900px;padding:0 40px;position:relative;z-index:1}.hero h1{font-size:72px;font-weight:900;line-height:1.1;margin-bottom:30px}.hero p{font-size:22px;line-height:1.8;margin-bottom:50px;color:hsla(0,0%,100%,.9)}.cta-button{display:inline-block;background:var(--primary-yellow);color:var(--text-dark);padding:18px 50px;border-radius:30px;text-decoration:none;font-weight:700;font-size:18px;transition:all .3s ease;box-shadow:0 10px 30px rgba(255,214,0,.4)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(255,214,0,.5)}.facts{padding:120px 40px;background:var(--white)}.facts-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;grid-gap:80px;gap:80px;align-items:center}.facts-title{font-size:120px;font-weight:900;color:var(--primary-yellow);line-height:1}.facts-stats{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}.stat-item{border-bottom:1px solid #e0e0e0;padding-bottom:30px}.stat-item:last-child{border-bottom:none;padding-bottom:0}.stat-number{font-size:56px;font-weight:900;color:var(--text-dark);margin-bottom:10px}.stat-label{font-size:20px;color:var(--text-light)}.featured{padding:80px 40px;background:var(--white);text-align:center}.featured p{font-size:24px;color:var(--text-dark);max-width:800px;margin:0 auto}.featured strong{font-weight:700}.products{padding:120px 40px;background:var(--white)}.products-container{max-width:1400px;margin:0 auto}.products-title{font-size:120px;font-weight:900;color:var(--primary-yellow);margin-bottom:80px;line-height:1}.products-intro{font-size:22px;line-height:1.8;color:var(--text-dark);margin-bottom:60px;max-width:900px}.product-item{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;margin-bottom:120px;align-items:center}.product-item:nth-child(2n){direction:rtl}.product-item:nth-child(2n)>*{direction:ltr}.product-content h3{font-size:48px;font-weight:900;margin-bottom:20px;color:var(--text-dark)}.product-content p{font-size:18px;line-height:1.8;color:var(--text-light);margin-bottom:20px}.product-platforms{display:flex;gap:20px;margin-top:30px;flex-wrap:wrap}.platform-tag{padding:8px 20px;background:#f5f5f5;border-radius:20px;font-size:14px;font-weight:600;color:var(--text-dark)}.product-visual{position:relative;min-height:500px}.phones-group,.product-visual{display:flex;align-items:center;justify-content:center}.phones-group{gap:20px}.phone-mockup{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;transition:transform .3s ease}.phone-mockup:hover{transform:translateY(-10px)}.phone-mockup:before{content:"";position:absolute;top:12px;left:50%;transform:translateX(-50%);width:100px;height:25px;background:#1a1a1a;border-radius:0 0 20px 20px;z-index:2}.phone-screen{width:100%;height:100%;background:var(--white);border-radius:32px;overflow:hidden;position:relative}.phone-screen img{width:100%;height:100%;object-fit:cover}.contacts{padding:120px 40px;background:var(--primary-yellow)}.contacts-container{max-width:1400px;margin:0 auto}.contacts-title{font-size:120px;font-weight:900;color:var(--text-dark);margin-bottom:60px;line-height:1}.contacts-content{font-size:20px;line-height:1.8;color:var(--text-dark)}.contacts-content a{color:var(--text-dark);text-decoration:none;font-weight:600}.contacts-content a:hover{text-decoration:underline}.address{margin-top:40px;font-size:18px;line-height:1.8}footer{background:var(--dark-bg);color:hsla(0,0%,100%,.7);padding:60px 40px 30px}.footer-content{max-width:1400px;margin:0 auto;text-align:center;font-size:14px}.footer-links{margin-bottom:20px;display:flex;justify-content:center;gap:30px}.footer-links a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width:1024px){.hero h1{font-size:56px}.facts-container{grid-template-columns:1fr}.contacts-title,.facts-title,.products-title{font-size:80px}.product-item{grid-template-columns:1fr}.product-item:nth-child(2n){direction:ltr}.phones-group{flex-direction:column}}@media (max-width:768px){nav{padding:15px 20px}.nav-links{display:none}.mobile-menu-btn{display:block}.hero{min-height:80vh}.hero h1{font-size:40px}.hero p{font-size:18px}.contacts-title,.facts-title,.products-title{font-size:60px}.stat-number{font-size:40px}.product-content h3{font-size:36px}.contacts,.facts,.products{padding:60px 20px}.phone-mockup{width:240px;height:480px}.footer-links{flex-direction:column;gap:15px}}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}