:root{--primary-dark:#1a1a1a;--primary-orange:#ff6b35;--accent-blue:#2a5c8d;--light-bg:#f8f9fa;--text-dark:#2d3748;--text-light:#718096;--white:#fff;--shadow:0 4px 20px rgba(0,0,0,.08);--radius:12px;--transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275)}.scroll-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--primary-orange),var(--accent-blue));z-index:1001;transition:width .1s}.hero-section{background:linear-gradient(135deg,var(--primary-dark) 0,var(--accent-blue) 100%);color:var(--white);padding:120px 0 80px;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,107,53,.15) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(42,92,141,.15) 0,transparent 50%);animation:pulse 8s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.5}to{opacity:1}}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.hero-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:3rem}.hero-text{flex:1 1}.hero-badge{background:var(--primary-orange);color:var(--white);padding:6px 15px;border-radius:6px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:1rem}.hero-title{font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;font-weight:800}.hero-description{font-size:1.15rem;margin-bottom:0;opacity:.9;max-width:600px}.hero-search-container{flex:0 0 350px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;border:1px solid hsla(0,0%,100%,.2)}.hero-search-title{margin-bottom:1.2rem;font-size:1.3rem;color:var(--white)}.search-form{display:flex;background:var(--white);border-radius:10px;overflow:hidden;border:2px solid transparent;transition:var(--transition)}.search-form:focus-within{border-color:var(--primary-orange);box-shadow:0 0 0 3px rgba(255,107,53,.2)}.search-input{padding:15px 20px;border:none;background:transparent;flex:1 1;outline:none;font-size:1rem}.search-button{padding:0 25px;background:var(--primary-orange);color:var(--white);border:none;cursor:pointer;transition:background .3s;font-size:1.1rem}.search-button:hover{background:#e55a2b}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 36px;background:var(--primary-orange);color:var(--white);text-decoration:none;border-radius:10px;font-weight:600;transition:var(--transition);border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{background:#e55a2b;transform:translateY(-3px);box-shadow:0 10px 25px rgba(255,107,53,.3)}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:2rem;background:hsla(0,0%,100%,.05);padding:1.5rem;border-radius:12px;border:1px solid hsla(0,0%,100%,.1)}.brands-section{padding:100px 0;background:var(--light-bg)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-dark);font-weight:800;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary-orange),var(--accent-blue));border-radius:2px}.brands-slider{position:relative;overflow:hidden}.brands-slider:after,.brands-slider:before{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2;pointer-events:none}.brands-slider:before{left:0;background:linear-gradient(90deg,var(--light-bg) 0,transparent 100%)}.brands-slider:after{right:0;background:linear-gradient(270deg,var(--light-bg) 0,transparent 100%)}.brands-container{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:2.5rem 0;scrollbar-width:none;cursor:-webkit-grab;cursor:grab;-webkit-overflow-scrolling:touch}.brands-container::-webkit-scrollbar{display:none}.brands-container:active{cursor:-webkit-grabbing;cursor:grabbing}.brand-card{flex:0 0 auto;width:220px;height:130px;background:var(--white);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;padding:1.5rem;border:1px solid rgba(0,0,0,.08);transition:var(--transition);text-decoration:none}.brand-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,.15);border-color:var(--primary-orange)}.brand-logo{max-width:100%;max-height:65px;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s}.brand-card:hover .brand-logo{filter:grayscale(0);opacity:1;transform:scale(1.08)}.stats-section{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem}.stat-item{text-align:center;padding:2rem 1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);min-height:180px;display:flex;flex-direction:column;justify-content:center}.stat-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.stat-number{font-size:3rem;font-weight:800;color:var(--primary-orange);display:block;line-height:1;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1.1rem;font-weight:500;line-height:1.3}.features-section{padding:100px 0;background:var(--light-bg)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2.5rem;gap:2.5rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:var(--radius);box-shadow:0 4px 15px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);border-left:4px solid transparent;transition:var(--transition);height:100%}.feature-card:hover{border-left-color:var(--primary-orange);transform:translateX(10px);box-shadow:0 20px 40px rgba(0,0,0,.1)}.feature-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-orange),#ff8b35);border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:1.8rem;color:var(--white);font-size:1.8rem;transition:transform .3s}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card h3{font-size:1.6rem;margin-bottom:1rem;color:var(--primary-dark);font-weight:700}.feature-card p{color:var(--text-light);line-height:1.7}@media (max-width:1024px){.hero-header{flex-direction:column}.hero-text{margin-bottom:2rem}.hero-search-container{flex:0 0 100%;width:100%}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width:768px){.hero-section{padding:100px 0 60px}.hero-title{font-size:2.3rem}.hero-description{font-size:1.1rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.brand-card{width:180px;height:110px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.help-section{background:var(--white);padding:60px 0}.help-content{max-width:800px;margin:0 auto;text-align:center}.help-content h2{font-size:1.8rem;margin-bottom:1rem;color:var(--primary-dark)}.help-content p{font-size:1rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.6}.help-tips{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,107,53,.08);border-left:4px solid var(--primary-orange);padding:1.5rem;border-radius:8px;margin:1.5rem 0 2rem;text-align:left}.help-tip-icon{color:var(--primary-orange);font-size:1.5rem}.help-tip-content h4{color:var(--primary-dark);margin-bottom:.8rem;font-weight:600;font-size:1.1rem}.help-tip-content ul{color:var(--text-dark);padding-left:1.5rem;margin-bottom:0}.help-tip-content li{margin-bottom:.4rem;line-height:1.5}.china-tip{color:var(--accent-blue);font-weight:500;list-style:none;padding-left:0;margin-top:.5rem}.china-tip i{margin-right:6px}.help-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.telegram-btn{background:var(--accent-blue)}.home-btn{background:var(--primary-dark)}.seo-content{padding:100px 0}.seo-grid{display:grid;grid-gap:3rem;gap:3rem}.seo-section{margin-bottom:3rem}.seo-section h2{font-size:2.2rem;margin-bottom:2rem;color:var(--primary-dark);font-weight:800;padding-bottom:1rem;border-bottom:2px solid var(--light-bg)}.seo-section h3{font-size:1.6rem;margin:2.5rem 0 1.2rem;color:var(--accent-blue);font-weight:700}.seo-section p{margin-bottom:1.5rem;line-height:1.8;font-size:1.05rem}.seo-section strong{color:var(--primary-orange)}.seo-keywords{background:var(--light-bg);padding:2rem;border-radius:var(--radius);margin-top:2rem}.seo-keywords h4{color:var(--primary-dark);margin-bottom:1rem;font-weight:600}.keywords-list{display:flex;flex-wrap:wrap;gap:.8rem}.keyword-tag{background:var(--white);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;color:var(--text-dark);border:1px solid #e2e8f0}.map-section{padding:0;background:#f1f3f5;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.map-container{width:100%;height:600px;overflow:hidden;position:relative}#yandex-map{width:100%;height:100%;filter:grayscale(100%) brightness(1.1) contrast(1.05)}.map-address{position:absolute;bottom:20px;right:20px;background:hsla(0,0%,100%,.95);padding:15px 20px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);max-width:280px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.08)}.map-address h4{color:var(--primary-dark);margin-bottom:5px;font-size:1.1rem;font-weight:600}.map-address p{color:var(--text-light);font-size:.9rem;margin:0;line-height:1.4}@media (max-width:480px){.hero-title{font-size:2rem}.stats-grid{grid-template-columns:1fr}.brand-card{width:160px;height:100px}.help-buttons,.help-tips{flex-direction:column}.help-buttons .btn{width:100%}}