:root{--primary-color: #2c3e50;--secondary-color: #34495e;--accent-color: #e74c3c;--light-color: #ecf0f1;--dark-color: #2c3e50;--text-color: #333333;--text-light: #666666;--border-color: #e0e0e0;--background-color: #f8f9fa;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--spacing-xxl: 60px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .5s ease}body{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color);overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}nav{display:flex;justify-content:space-between;align-items:center}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:var(--border-radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:all var(--transition-normal);text-decoration:none;text-align:center;min-width:120px}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.btn-secondary{background-color:var(--secondary-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-secondary:hover{background-color:#456;transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.btn-warning{background-color:#f39c12;color:#fff;box-shadow:var(--shadow-sm)}.btn-warning:hover{background-color:#e67e22;transform:translateY(-2px);box-shadow:0 4px 8px #f39c124d}.btn-danger{background-color:var(--accent-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-danger:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.form-group{margin-bottom:var(--spacing-md)}.form-group label{display:block;margin-bottom:var(--spacing-xs);font-weight:500;color:var(--text-light);font-size:14px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--border-radius-md);font-size:14px;transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #e74c3c1a}.table{width:100%;border-collapse:collapse;font-size:14px;background-color:#fff;border-radius:var(--border-radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}.table th,.table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color)}.table th{background-color:var(--background-color);font-weight:600;color:var(--text-color);text-transform:uppercase;font-size:12px;letter-spacing:.5px}.table tr:hover{background-color:var(--background-color)}.table tr:last-child td{border-bottom:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes growWidth{0%{width:0}to{width:100%}}@media(max-width:1199px){.container{max-width:960px}}@media(max-width:991px){.container{max-width:720px}}@media(max-width:768px){.container{max-width:100%;padding:0 16px}nav{flex-wrap:wrap}.btn{padding:10px 20px;font-size:13px;min-width:100px}.form-group input,.form-group textarea,.form-group select{padding:10px 14px;font-size:13px}.table{font-size:13px}.table th,.table td{padding:10px 12px}}@media(max-width:480px){.container{padding:0 12px}.btn{padding:8px 16px;font-size:12px;min-width:80px}.form-group input,.form-group textarea,.form-group select{padding:8px 12px;font-size:12px}.table{font-size:12px}.table th,.table td{padding:8px 10px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.ml-1{margin-left:var(--spacing-xs)}.ml-2{margin-left:var(--spacing-sm)}.ml-3{margin-left:var(--spacing-md)}.ml-4{margin-left:var(--spacing-lg)}.mr-1{margin-right:var(--spacing-xs)}.mr-2{margin-right:var(--spacing-sm)}.mr-3{margin-right:var(--spacing-md)}.mr-4{margin-right:var(--spacing-lg)}.p-1{padding:var(--spacing-xs)}.p-2{padding:var(--spacing-sm)}.p-3{padding:var(--spacing-md)}.p-4{padding:var(--spacing-lg)}.p-5{padding:var(--spacing-xl)}.card{background-color:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);padding:var(--spacing-lg);transition:all var(--transition-normal);border:1px solid var(--border-color)}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.section-title{position:relative;text-align:center;margin-bottom:var(--spacing-xl)}.section-title h2{color:var(--text-color);font-size:36px;font-weight:700;margin-bottom:var(--spacing-md)}.section-title .section-line{width:100px;height:3px;background-color:var(--accent-color);margin:0 auto}.navbar[data-v-5738bd2a]{background-color:#fff;padding:16px 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;transition:all .3s ease}.container[data-v-5738bd2a]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo[data-v-5738bd2a]{display:flex;align-items:center}.logo-image[data-v-5738bd2a]{height:50px;width:auto}.nav-links[data-v-5738bd2a]{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.nav-link[data-v-5738bd2a]{color:#2c3e50;text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;border-radius:4px;transition:all .3s ease;position:relative}.nav-link[data-v-5738bd2a]:hover{color:#e74c3c;background-color:#e74c3c1a}.nav-link.active[data-v-5738bd2a]{color:#e74c3c;font-weight:600}.nav-link.active[data-v-5738bd2a]:after{content:"";position:absolute;bottom:0;left:12px;right:12px;height:2px;background-color:#e74c3c;border-radius:1px}.login-link[data-v-5738bd2a]{background-color:#e74c3c;color:#fff!important;font-weight:600;padding:8px 20px;border-radius:4px;transition:all .3s ease}.login-link[data-v-5738bd2a]:hover{background-color:#c0392b;transform:translateY(-2px);box-shadow:0 4px 12px #e74c3c4d}.login-link.active[data-v-5738bd2a]{background-color:#c0392b}.login-link.active[data-v-5738bd2a]:after{display:none}@media(max-width:768px){.navbar[data-v-5738bd2a]{padding:12px 0}.container[data-v-5738bd2a]{flex-direction:column;gap:16px;align-items:flex-start}.nav-links[data-v-5738bd2a]{width:100%;justify-content:space-between;gap:8px}.nav-link[data-v-5738bd2a]{font-size:14px;padding:6px 10px}.login-link[data-v-5738bd2a]{padding:6px 16px}}@media(max-width:480px){.nav-links[data-v-5738bd2a]{flex-wrap:wrap;gap:8px}.nav-link[data-v-5738bd2a]{font-size:12px;padding:4px 8px}.login-link[data-v-5738bd2a]{padding:4px 12px}}.customer-service-panel[data-v-8c4f588f]{position:fixed;right:0;top:50%;transform:translateY(-50%);background-color:#d0121b;border:1px solid #e0e0e0;box-shadow:0 4px 12px #00000026;z-index:1000;width:60px;max-height:80vh;min-height:400px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;overflow:hidden}.customer-service-panel[data-v-8c4f588f]:hover{width:380px;border-radius:12px 0 0 12px}.cs-button[data-v-8c4f588f]{color:#fff;font-size:14px;font-weight:700;text-align:center;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:4px;transition:all .3s ease;flex-shrink:0;width:60px;height:100%;display:flex;align-items:center;justify-content:center;background-color:#d0121b}.cs-content-wrapper[data-v-8c4f588f]{display:none;padding:16px;background-color:#fff;animation:slideInLeft-8c4f588f .3s ease;overflow-y:auto;max-height:80vh;flex:1}.customer-service-panel:hover .cs-content-wrapper[data-v-8c4f588f]{display:block}.customer-service-panel:hover .cs-button[data-v-8c4f588f]{background-color:#d0121b;color:#fff;border-radius:12px 0 0 12px}@keyframes slideInLeft-8c4f588f{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.cs-item[data-v-8c4f588f]{margin-bottom:12px}.cs-item[data-v-8c4f588f]:last-child{margin-bottom:0}.cs-content[data-v-8c4f588f]{display:flex;align-items:center;gap:12px;background-color:#f8f9fa;padding:12px;border-radius:8px;transition:all .3s ease}.cs-content[data-v-8c4f588f]:hover{transform:translate(-8px);box-shadow:0 4px 12px #0000001a}.cs-qr-code[data-v-8c4f588f]{flex-shrink:0}.cs-qr-code img[data-v-8c4f588f]{width:80px;height:80px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.cs-info[data-v-8c4f588f]{flex:1;text-align:left}.cs-name[data-v-8c4f588f]{font-weight:700;color:#333;margin-bottom:8px;font-size:16px;transition:color .3s ease}.cs-content:hover .cs-name[data-v-8c4f588f]{color:#d0121b}.cs-phone[data-v-8c4f588f],.cs-email[data-v-8c4f588f],.cs-time[data-v-8c4f588f]{color:#666;font-size:14px;margin-bottom:4px}@media(max-width:1024px){.customer-service-panel[data-v-8c4f588f]{width:55px;max-height:75vh;min-height:350px}.customer-service-panel[data-v-8c4f588f]:hover{width:360px}.cs-button[data-v-8c4f588f]{width:55px;font-size:13px;letter-spacing:3px}.cs-content-wrapper[data-v-8c4f588f]{padding:14px}.cs-qr-code img[data-v-8c4f588f]{width:70px;height:70px}}@media(max-width:768px){.customer-service-panel[data-v-8c4f588f]{width:50px;max-height:70vh;min-height:300px}.customer-service-panel[data-v-8c4f588f]:hover{width:340px}.cs-button[data-v-8c4f588f]{font-size:12px;letter-spacing:3px;width:50px}.cs-content-wrapper[data-v-8c4f588f]{padding:16px}.cs-content[data-v-8c4f588f]{gap:16px;padding:12px}.cs-qr-code img[data-v-8c4f588f]{width:60px;height:60px}.cs-name[data-v-8c4f588f]{font-size:14px;margin-bottom:6px}.cs-phone[data-v-8c4f588f],.cs-email[data-v-8c4f588f]{font-size:12px}}@media(max-width:600px){.customer-service-panel[data-v-8c4f588f]{width:45px;max-height:65vh;min-height:280px}.customer-service-panel[data-v-8c4f588f]:hover{width:300px}.cs-button[data-v-8c4f588f]{font-size:11px;letter-spacing:2px;width:45px}.cs-content-wrapper[data-v-8c4f588f]{padding:14px}.cs-content[data-v-8c4f588f]{gap:14px;padding:11px}.cs-qr-code img[data-v-8c4f588f]{width:55px;height:55px}.cs-name[data-v-8c4f588f]{font-size:13px;margin-bottom:5px}.cs-phone[data-v-8c4f588f],.cs-email[data-v-8c4f588f],.cs-time[data-v-8c4f588f]{font-size:11px}}@media(max-width:480px){.customer-service-panel[data-v-8c4f588f]{width:40px;max-height:60vh;min-height:250px}.customer-service-panel[data-v-8c4f588f]:hover{width:280px}.cs-button[data-v-8c4f588f]{font-size:10px;letter-spacing:2px;width:40px}.cs-content-wrapper[data-v-8c4f588f]{padding:12px}.cs-content[data-v-8c4f588f]{gap:12px;padding:10px}.cs-qr-code img[data-v-8c4f588f]{width:50px;height:50px}.cs-name[data-v-8c4f588f]{font-size:13px;margin-bottom:4px}.cs-phone[data-v-8c4f588f],.cs-email[data-v-8c4f588f],.cs-time[data-v-8c4f588f]{font-size:11px}}@media(max-width:360px){.customer-service-panel[data-v-8c4f588f]{width:38px;max-height:55vh;min-height:220px}.customer-service-panel[data-v-8c4f588f]:hover{width:260px}.cs-button[data-v-8c4f588f]{font-size:9px;letter-spacing:1px;width:38px}.cs-content-wrapper[data-v-8c4f588f]{padding:10px}.cs-content[data-v-8c4f588f]{gap:10px;padding:8px}.cs-qr-code img[data-v-8c4f588f]{width:45px;height:45px}.cs-name[data-v-8c4f588f]{font-size:12px;margin-bottom:3px}.cs-phone[data-v-8c4f588f],.cs-email[data-v-8c4f588f],.cs-time[data-v-8c4f588f]{font-size:10px}}.home[data-v-ed429cba]{min-height:100vh;font-family:Arial,sans-serif}.holiday-notice[data-v-ed429cba]{background-color:#d0121b;color:#fff;padding:12px 0;text-align:center;position:relative;z-index:101}.holiday-notice .container[data-v-ed429cba]{justify-content:center}.holiday-notice p[data-v-ed429cba]{margin:0;font-size:14px;font-weight:500;letter-spacing:.5px}.navbar[data-v-ed429cba]{background-color:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001a;padding:16px 0;position:sticky;top:0;z-index:100;transition:all .3s ease}.navbar.scrolled[data-v-ed429cba]{padding:12px 0;box-shadow:0 4px 12px #00000026}.container[data-v-ed429cba]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.section-header[data-v-ed429cba]{width:100%;margin-bottom:40px;text-align:center}.section-header h3[data-v-ed429cba]{color:#2c3e50;font-size:36px;margin:0;font-weight:700;position:relative}.section-header h3[data-v-ed429cba]:after{content:"";display:block;width:100px;height:4px;background-color:#d0121b;margin:20px auto 0}.hero-section[data-v-ed429cba]{background-color:#f8f9fa;padding:140px 0;text-align:center;position:relative;overflow:hidden}.carousel-container[data-v-ed429cba]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carousel-slide[data-v-ed429cba]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center}.carousel-slide.active[data-v-ed429cba]{opacity:1}.hero-content[data-v-ed429cba]{position:relative;z-index:2;max-width:1000px;margin:0 auto;animation:fadeInUp-ed429cba 1s ease}@keyframes fadeInUp-ed429cba{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content h2[data-v-ed429cba]{color:#2c3e50;font-size:56px;margin-bottom:24px;line-height:1.2;font-weight:700}.hero-content h2 .highlight[data-v-ed429cba]{color:#d0121b;font-weight:700}.hero-content p[data-v-ed429cba]{color:#7f8c8d;font-size:20px;margin-bottom:48px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.carousel-control[data-v-ed429cba]{position:absolute;top:50%;transform:translateY(-50%);background-color:#fffc;color:#2c3e50;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;font-weight:700;cursor:pointer;z-index:3;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-control[data-v-ed429cba]:hover{background-color:#d0121b;color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-control.prev[data-v-ed429cba]{left:20px}.carousel-control.next[data-v-ed429cba]{right:20px}.carousel-indicators[data-v-ed429cba]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.carousel-indicators button[data-v-ed429cba]{width:12px;height:12px;border-radius:50%;border:2px solid #2c3e50;background-color:transparent;cursor:pointer;transition:all .3s ease}.carousel-indicators button.active[data-v-ed429cba]{background-color:#d0121b;border-color:#d0121b}.carousel-indicators button[data-v-ed429cba]:hover{background-color:#d0121b80;border-color:#d0121b}.hero-buttons[data-v-ed429cba]{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.about-section[data-v-ed429cba]{padding:120px 0;background-color:#fff;position:relative}.about-content[data-v-ed429cba]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-text h3[data-v-ed429cba]{color:#2c3e50;font-size:36px;margin-bottom:32px;position:relative;font-weight:700}.about-text h3[data-v-ed429cba]:after{content:"";display:block;width:100px;height:4px;background-color:#d0121b;margin-top:16px;animation:growWidth-ed429cba 1.5s ease}@keyframes growWidth-ed429cba{0%{width:0}to{width:100px}}.about-text p[data-v-ed429cba]{color:#7f8c8d;font-size:16px;line-height:1.8;margin-bottom:24px}.about-image[data-v-ed429cba]{border-radius:12px;overflow:hidden;box-shadow:0 12px 32px #00000026;position:relative;transition:all .3s ease}.about-image[data-v-ed429cba]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.about-image img[data-v-ed429cba]{width:100%;height:auto;transition:transform .5s ease}.about-image:hover img[data-v-ed429cba]{transform:scale(1.05)}.new-section[data-v-ed429cba]{padding:120px 0;background-color:#f8f9fa;position:relative}.new-section[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#2c3e5005,#2c3e5000 90%)}.new-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;z-index:1}.new-section .section-header[data-v-ed429cba]{width:100%;text-align:center}.new-section .section-header h3[data-v-ed429cba]{color:#2c3e50;font-size:36px;margin:0;font-weight:700;position:relative}.new-section .section-header h3[data-v-ed429cba]:after{content:"";display:block;width:100px;height:4px;background-color:#d0121b;margin:20px auto 0}.section-subtitle[data-v-ed429cba]{color:#7f8c8d;font-size:16px;margin:12px 0}.section-url[data-v-ed429cba]{color:#3498db;font-size:14px;margin:0}.section-url a[data-v-ed429cba]{color:#3498db;text-decoration:none;font-weight:500}.section-url a[data-v-ed429cba]:hover{text-decoration:underline}.new-content[data-v-ed429cba]{width:100%;max-width:1200px;background-color:#fff;border-radius:12px;padding:48px;box-shadow:0 4px 16px #0000001a;text-align:left}.features-section[data-v-ed429cba]{padding:100px 0 0;background-color:#f8f9fa;position:relative}.features-section[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#2c3e5005,#2c3e5000 90%)}.features-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:48px;position:relative;z-index:1}.features-content[data-v-ed429cba]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%;max-width:1200px}.feature-item[data-v-ed429cba]{background-color:#fff;padding:28px;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-item[data-v-ed429cba]:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026;border-color:#d0121b}.feature-item h3[data-v-ed429cba]{font-size:20px;color:#2c3e50;margin-bottom:20px;font-weight:700;position:relative;padding-bottom:12px}.feature-item h3[data-v-ed429cba]:after{content:"";display:block;width:60px;height:3px;background-color:#d0121b;margin-top:12px;transition:width .3s ease}.feature-item:hover h3[data-v-ed429cba]:after{width:80px}.feature-item p[data-v-ed429cba]{color:#7f8c8d;line-height:1.6;font-size:14px}.advantages-section[data-v-ed429cba]{width:100%;max-width:1200px}.advantages-container[data-v-ed429cba]{background-color:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(0,0,0,.05);width:100%}.advantages-container h3[data-v-ed429cba]{font-size:24px;color:#2c3e50;margin-bottom:40px;text-align:center;font-weight:700;position:relative;padding-bottom:16px}.advantages-container h3[data-v-ed429cba]:after{content:"";display:block;width:80px;height:3px;background-color:#d0121b;margin:16px auto 0}.advantages-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.advantage-item[data-v-ed429cba]{padding:28px;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);background-color:#f8f9fa}.advantage-item[data-v-ed429cba]:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a;border-color:#d0121b;background-color:#fff}.advantage-icon[data-v-ed429cba]{font-size:36px;margin-bottom:20px;transition:transform .3s ease}.advantage-item:hover .advantage-icon[data-v-ed429cba]{transform:scale(1.1)}.advantage-item h4[data-v-ed429cba]{font-size:18px;color:#2c3e50;margin-bottom:16px;font-weight:700;transition:color .3s ease}.advantage-item:hover h4[data-v-ed429cba]{color:#d0121b}.advantage-item p[data-v-ed429cba]{color:#7f8c8d;line-height:1.6;font-size:14px}.disadvantages-section[data-v-ed429cba]{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0}.disadvantages-section h3[data-v-ed429cba]{font-size:20px;color:#c53030;margin-bottom:24px;font-weight:700;text-align:center;position:relative;padding-bottom:12px}.disadvantages-section h3[data-v-ed429cba]:after{content:"";display:block;width:60px;height:3px;background-color:#d0121b;margin:12px auto 0}.disadvantage-item[data-v-ed429cba]{display:flex;flex-direction:column;gap:10px;padding:20px;background-color:#fff5f5;border-radius:8px;border-left:4px solid #D0121B}.disadvantage-item p[data-v-ed429cba]{color:#742a2a;margin-bottom:0;display:flex;align-items:center;gap:8px;font-size:14px}.bottom-link[data-v-ed429cba]{text-align:center;padding-top:24px;border-top:1px solid #e0e0e0;width:100%;max-width:1200px;margin-top:30px}.bottom-link p[data-v-ed429cba]{color:#7f8c8d;margin-bottom:12px;font-size:14px}.bottom-link a[data-v-ed429cba]{color:#d0121b;font-weight:500;text-decoration:none;transition:color .3s ease,transform .3s ease;font-size:16px}.bottom-link a[data-v-ed429cba]:hover{color:#c0392b;text-decoration:underline;transform:translateY(-2px)}.product-category[data-v-ed429cba]{margin-bottom:60px;padding-bottom:40px;border-bottom:1px solid #e0e0e0}.product-category[data-v-ed429cba]:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.product-category h4[data-v-ed429cba]{color:#2c3e50;font-size:24px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:12px}.category-tag[data-v-ed429cba]{background-color:#d0121b;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.category-desc[data-v-ed429cba]{color:#7f8c8d;font-size:14px;margin-bottom:32px;line-height:1.6}.product-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.product-card[data-v-ed429cba]{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:24px;transition:all .3s ease}.product-card[data-v-ed429cba]:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001a;border-color:#d0121b}.product-card h5[data-v-ed429cba]{color:#2c3e50;font-size:18px;font-weight:700;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #D0121B}.product-card p[data-v-ed429cba]{color:#7f8c8d;font-size:14px;margin-bottom:8px;line-height:1.5}.product-card p[data-v-ed429cba]:last-child{margin-bottom:0}.categories-section[data-v-ed429cba]{padding:120px 0;background-color:#f8f9fa;position:relative}.categories-section[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 10% 20%,#2c3e5005,#2c3e5000 90%)}.categories-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:40px}.categories-section .section-header[data-v-ed429cba]{width:100%;text-align:center}.categories-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;position:relative;z-index:1}@media(min-width:1200px){.categories-grid[data-v-ed429cba]{grid-template-columns:repeat(5,1fr)}}.category-card[data-v-ed429cba]{background-color:#fff;border-radius:12px;padding:48px 32px;text-align:center;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.category-card[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#d0121b;transform:scaleX(0);transition:transform .3s ease}.category-card[data-v-ed429cba]:hover{transform:translateY(-12px);box-shadow:0 16px 40px #00000026}.category-card[data-v-ed429cba]:hover:before{transform:scaleX(1)}.category-icon[data-v-ed429cba]{font-size:56px;margin-bottom:24px;color:#d0121b;transition:transform .3s ease}.category-card:hover .category-icon[data-v-ed429cba]{transform:scale(1.1)}.category-name[data-v-ed429cba]{color:#2c3e50;font-size:22px;font-weight:700;margin-bottom:16px;transition:color .3s ease}.category-card:hover .category-name[data-v-ed429cba]{color:#d0121b}.category-desc[data-v-ed429cba]{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:28px}.category-arrow[data-v-ed429cba]{color:#d0121b;font-size:24px;font-weight:700;transition:transform .3s ease;display:inline-block}.category-card:hover .category-arrow[data-v-ed429cba]{transform:translate(12px)}.products-section[data-v-ed429cba]{padding:120px 0;background-color:#fff;position:relative}.products-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:40px}.products-section .section-header[data-v-ed429cba]{width:100%;text-align:center}.products-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px}@media(min-width:1200px){.products-grid[data-v-ed429cba]{grid-template-columns:repeat(4,1fr)}}.product-card[data-v-ed429cba]{background-color:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;border:1px solid rgba(0,0,0,.05)}.product-card[data-v-ed429cba]:hover{transform:translateY(-12px);box-shadow:0 16px 40px #00000026}.product-image[data-v-ed429cba]{height:240px;overflow:hidden;position:relative;background-color:#f8f9fa}.product-image img[data-v-ed429cba]{width:100%;height:100%;object-fit:contain;transition:transform .5s ease;padding:20px}.product-card:hover .product-image img[data-v-ed429cba]{transform:scale(1.1)}.product-badge[data-v-ed429cba]{position:absolute;top:20px;right:20px;background-color:#d0121b;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.5px}.product-info[data-v-ed429cba]{padding:28px}.product-name[data-v-ed429cba]{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:16px;line-height:1.3;transition:color .3s ease}.product-card:hover .product-name[data-v-ed429cba]{color:#d0121b}.product-desc[data-v-ed429cba]{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:20px}.product-price[data-v-ed429cba]{color:#d0121b;font-size:26px;font-weight:700;margin-bottom:20px;transition:transform .3s ease}.product-card:hover .product-price[data-v-ed429cba]{transform:scale(1.05)}.product-action[data-v-ed429cba]{color:#d0121b;font-size:14px;font-weight:600;transition:transform .3s ease;display:inline-block}.product-card:hover .product-action[data-v-ed429cba]{transform:translate(12px)}.news-section[data-v-ed429cba]{padding:0 0 20px;background-color:#f8f9fa;position:relative}.news-section[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 90% 80%,#2c3e5005,#2c3e5000 90%)}.news-section h3[data-v-ed429cba]{color:#2c3e50;font-size:36px;margin-bottom:60px;text-align:center;position:relative;font-weight:700}.news-section h3[data-v-ed429cba]:after{content:"";display:block;width:100px;height:4px;background-color:#d0121b;margin:20px auto 0}.news-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px;margin-bottom:56px;position:relative;z-index:1}@media(min-width:1200px){.news-grid[data-v-ed429cba]{grid-template-columns:repeat(4,1fr)}}.news-card[data-v-ed429cba]{background-color:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;border:1px solid rgba(0,0,0,.05)}.news-card[data-v-ed429cba]:hover{transform:translateY(-12px);box-shadow:0 16px 40px #00000026}.news-image[data-v-ed429cba]{height:220px;overflow:hidden}.news-image img[data-v-ed429cba]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news-card:hover .news-image img[data-v-ed429cba]{transform:scale(1.1)}.news-info[data-v-ed429cba]{padding:28px}.news-date[data-v-ed429cba]{color:#95a5a6;font-size:12px;margin-bottom:16px;display:block}.news-title[data-v-ed429cba]{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:16px;line-height:1.3;transition:color .3s ease}.news-card:hover .news-title[data-v-ed429cba]{color:#d0121b}.news-excerpt[data-v-ed429cba]{color:#7f8c8d;font-size:14px;line-height:1.6;margin-bottom:20px}.news-action[data-v-ed429cba]{color:#d0121b;font-size:14px;font-weight:600;transition:transform .3s ease;display:inline-block}.news-card:hover .news-action[data-v-ed429cba]{transform:translate(12px)}.section-more[data-v-ed429cba]{text-align:center;margin-top:40px;width:100%}.videos-section[data-v-ed429cba]{padding:120px 0;background-color:#fff;position:relative}.videos-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:40px}.videos-section .section-header[data-v-ed429cba]{width:100%;text-align:center}.videos-grid[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:36px;margin-bottom:56px}@media(min-width:1200px){.videos-grid[data-v-ed429cba]{grid-template-columns:repeat(4,1fr)}}.video-card[data-v-ed429cba]{background-color:#fff;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;position:relative;border:1px solid rgba(0,0,0,.05)}.video-card[data-v-ed429cba]:hover{transform:translateY(-12px);box-shadow:0 16px 40px #00000026}.video-cover[data-v-ed429cba]{position:relative;height:220px;overflow:hidden;background-color:#f8f9fa}.video-cover img[data-v-ed429cba]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.video-card:hover .video-cover img[data-v-ed429cba]{transform:scale(1.1)}.play-icon[data-v-ed429cba]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s ease;background-color:#e74c3ce6;border-radius:50%;padding:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e74c3c66}.play-icon svg[data-v-ed429cba]{width:48px;height:48px}.video-card:hover .play-icon[data-v-ed429cba]{transform:translate(-50%,-50%) scale(1.2);background-color:#e74c3c;box-shadow:0 8px 24px #e74c3c99}.video-info[data-v-ed429cba]{padding:28px}.video-title[data-v-ed429cba]{color:#2c3e50;font-size:20px;font-weight:700;margin-bottom:16px;line-height:1.3;transition:color .3s ease}.video-card:hover .video-title[data-v-ed429cba]{color:#d0121b}.video-desc[data-v-ed429cba]{color:#7f8c8d;font-size:14px;line-height:1.6;margin:0}.contact-section[data-v-ed429cba]{padding:120px 0;background-color:#f8f9fa;position:relative}.contact-section[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,#2c3e5005,#2c3e5000)}.contact-section .container[data-v-ed429cba]{display:flex;flex-direction:column;align-items:center;gap:40px}.contact-section .section-header[data-v-ed429cba]{width:100%;text-align:center}.contact-content[data-v-ed429cba]{display:flex;justify-content:center;width:100%;position:relative;z-index:1}.contact-info[data-v-ed429cba]{display:flex;flex-direction:column;gap:36px;width:100%;max-width:800px}.contact-item[data-v-ed429cba]{display:flex;gap:28px;align-items:flex-start;background-color:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.contact-item[data-v-ed429cba]:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026;border-color:#d0121b}.contact-icon[data-v-ed429cba]{font-size:40px;color:#d0121b;flex-shrink:0;transition:transform .3s ease}.contact-item:hover .contact-icon[data-v-ed429cba]{transform:scale(1.1)}.contact-label[data-v-ed429cba]{color:#2c3e50;font-weight:700;margin-bottom:8px;font-size:16px}.contact-value[data-v-ed429cba]{color:#7f8c8d;font-size:14px;line-height:1.5}.contact-form[data-v-ed429cba]{background-color:#fff;padding:48px;border-radius:12px;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.contact-form[data-v-ed429cba]:hover{box-shadow:0 12px 32px #00000026}.contact-form h4[data-v-ed429cba]{color:#2c3e50;font-size:24px;margin-bottom:36px;font-weight:700}.form-group[data-v-ed429cba]{margin-bottom:24px}.form-group input[data-v-ed429cba],.form-group textarea[data-v-ed429cba]{width:100%;padding:18px 20px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input[data-v-ed429cba]:focus,.form-group textarea[data-v-ed429cba]:focus{outline:none;border-color:#d0121b;box-shadow:0 0 0 4px #e74c3c1a}.form-group textarea[data-v-ed429cba]{resize:vertical;min-height:120px}.footer[data-v-ed429cba]{background-color:#2c3e50;color:#fff;padding:40px 0 20px;position:relative;overflow:hidden}.footer[data-v-ed429cba]:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background-color:#d0121b}.footer-content[data-v-ed429cba]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:64px;position:relative;z-index:1}@media(min-width:1200px){.footer-content[data-v-ed429cba]{grid-template-columns:repeat(3,1fr)}}.footer-logo[data-v-ed429cba]{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-logo-image[data-v-ed429cba]{height:60px;width:auto}.footer-logo h3[data-v-ed429cba]{font-size:20px;margin:0;color:#d0121b;font-weight:700;letter-spacing:1px}.footer-logo p[data-v-ed429cba]{color:#95a5a6;font-size:14px;line-height:1.6}.footer-links h4[data-v-ed429cba],.footer-contact h4[data-v-ed429cba]{font-size:18px;margin-bottom:24px;color:#fff;font-weight:700;position:relative;padding-bottom:12px}.footer-links h4[data-v-ed429cba]:after,.footer-contact h4[data-v-ed429cba]:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#d0121b}.footer-links ul[data-v-ed429cba]{list-style:none;padding:0;margin:0}.footer-links li[data-v-ed429cba]{margin-bottom:16px}.footer-links a[data-v-ed429cba]{color:#95a5a6;text-decoration:none;transition:all .3s ease;font-size:14px;display:inline-block;position:relative;padding-left:16px}.footer-links a[data-v-ed429cba]:before{content:"→";position:absolute;left:0;color:#d0121b;opacity:0;transition:all .3s ease}.footer-links a[data-v-ed429cba]:hover{color:#d0121b;padding-left:20px}.footer-links a[data-v-ed429cba]:hover:before{opacity:1;transform:translate(4px)}.footer-contact p[data-v-ed429cba]{color:#95a5a6;font-size:14px;margin-bottom:16px;line-height:1.6}.footer-icp[data-v-ed429cba]{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.footer-icp a[data-v-ed429cba]{color:#95a5a6;text-decoration:none;font-size:14px;transition:all .3s ease}.footer-icp a[data-v-ed429cba]:hover{color:#d0121b;text-decoration:underline}.footer-bottom[data-v-ed429cba]{border-top:1px solid rgba(255,255,255,.1);padding-top:48px;text-align:center;color:#95a5a6;font-size:14px;position:relative;z-index:1}.btn[data-v-ed429cba]{display:inline-block;padding:16px 36px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;letter-spacing:.5px;text-transform:uppercase;min-width:180px;text-align:center}.btn-primary[data-v-ed429cba]{background-color:#d0121b;color:#fff;box-shadow:0 4px 12px #e74c3c4d}.btn-primary[data-v-ed429cba]:hover{background-color:#c0392b;transform:translateY(-4px);box-shadow:0 8px 24px #e74c3c66}.btn-secondary[data-v-ed429cba]{background-color:#2c3e50;color:#fff;box-shadow:0 4px 12px #2c3e504d}.btn-secondary[data-v-ed429cba]:hover{background-color:#34495e;transform:translateY(-4px);box-shadow:0 8px 24px #2c3e5066}@media(max-width:1400px){.container[data-v-ed429cba]{padding:0 40px}}@media(max-width:1200px){.container[data-v-ed429cba]{padding:0 30px}.contact-content[data-v-ed429cba]{gap:60px}.features-content[data-v-ed429cba]{grid-template-columns:1fr}.advantages-grid[data-v-ed429cba]{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.container[data-v-ed429cba]{padding:0 24px}.hero-section[data-v-ed429cba]{padding:120px 0}.hero-content h2[data-v-ed429cba]{font-size:44px}.hero-content p[data-v-ed429cba]{font-size:18px}.about-section[data-v-ed429cba],.new-section[data-v-ed429cba]{padding:100px 0}.about-content[data-v-ed429cba]{gap:40px}.product-grid[data-v-ed429cba]{grid-template-columns:repeat(2,1fr)}.footer-content[data-v-ed429cba]{grid-template-columns:1fr 1fr}}@media(max-width:768px){.container[data-v-ed429cba]{padding:0 20px}.navbar[data-v-ed429cba]{padding:12px 0}.logo h1[data-v-ed429cba]{font-size:24px}.nav-links[data-v-ed429cba]{gap:12px}.nav-link[data-v-ed429cba]{font-size:14px}.hero-section[data-v-ed429cba]{padding:100px 0}.hero-content h2[data-v-ed429cba]{font-size:36px;margin-bottom:20px}.hero-content p[data-v-ed429cba]{font-size:16px;margin-bottom:36px}.hero-buttons[data-v-ed429cba]{flex-direction:column;align-items:center}.about-section[data-v-ed429cba],.new-section[data-v-ed429cba]{padding:80px 0}.new-section .section-header h3[data-v-ed429cba]{font-size:28px}.section-subtitle[data-v-ed429cba]{font-size:14px}.section-url[data-v-ed429cba]{font-size:12px}.new-content[data-v-ed429cba]{padding:36px}.product-category[data-v-ed429cba]{margin-bottom:40px;padding-bottom:30px}.product-category h4[data-v-ed429cba]{font-size:20px;flex-direction:column;align-items:flex-start;gap:8px}.product-grid[data-v-ed429cba]{grid-template-columns:1fr;gap:20px}.product-card[data-v-ed429cba]{padding:20px}.product-card h5[data-v-ed429cba]{font-size:16px}.about-content[data-v-ed429cba]{grid-template-columns:1fr;gap:60px}.about-text h3[data-v-ed429cba]{font-size:28px;margin-bottom:24px}.categories-section[data-v-ed429cba],.products-section[data-v-ed429cba],.news-section[data-v-ed429cba],.videos-section[data-v-ed429cba],.contact-section[data-v-ed429cba]{padding:80px 0}.categories-section h3[data-v-ed429cba],.products-section h3[data-v-ed429cba],.news-section h3[data-v-ed429cba],.videos-section h3[data-v-ed429cba],.contact-section h3[data-v-ed429cba]{font-size:28px;margin-bottom:48px}.categories-grid[data-v-ed429cba],.products-grid[data-v-ed429cba],.news-grid[data-v-ed429cba],.videos-grid[data-v-ed429cba]{gap:28px}.category-card[data-v-ed429cba]{padding:36px 28px}.product-info[data-v-ed429cba],.news-info[data-v-ed429cba],.video-info[data-v-ed429cba]{padding:24px}.product-name[data-v-ed429cba],.news-title[data-v-ed429cba],.video-title[data-v-ed429cba]{font-size:18px}.contact-content[data-v-ed429cba]{grid-template-columns:1fr;gap:60px}.contact-item[data-v-ed429cba]{padding:24px}.contact-form[data-v-ed429cba]{padding:36px}.footer[data-v-ed429cba]{padding:80px 0 40px}.footer-content[data-v-ed429cba]{gap:48px;margin-bottom:48px;grid-template-columns:1fr}.footer-bottom[data-v-ed429cba]{padding-top:40px}.btn[data-v-ed429cba]{padding:14px 32px;font-size:14px;min-width:160px}.holiday-notice p[data-v-ed429cba]{font-size:13px;padding:0 10px}}@media(max-width:600px){.container[data-v-ed429cba]{padding:0 16px}.hero-section[data-v-ed429cba]{padding:80px 0}.hero-content h2[data-v-ed429cba]{font-size:32px}.hero-content p[data-v-ed429cba]{font-size:15px}.advantages-grid[data-v-ed429cba]{grid-template-columns:1fr}.new-content[data-v-ed429cba]{padding:28px}.product-category h4[data-v-ed429cba],.footer-logo h3[data-v-ed429cba]{font-size:18px}}@media(max-width:480px){.container[data-v-ed429cba]{padding:0 12px}.hero-content h2[data-v-ed429cba]{font-size:28px}.hero-content p[data-v-ed429cba]{font-size:14px}.about-text h3[data-v-ed429cba],.categories-section h3[data-v-ed429cba],.products-section h3[data-v-ed429cba],.news-section h3[data-v-ed429cba],.videos-section h3[data-v-ed429cba],.contact-section h3[data-v-ed429cba],.new-section .section-header h3[data-v-ed429cba]{font-size:24px}.new-content[data-v-ed429cba]{padding:28px}.product-card[data-v-ed429cba]{padding:16px}.product-card h5[data-v-ed429cba]{font-size:14px}.product-card p[data-v-ed429cba]{font-size:12px}.contact-form[data-v-ed429cba]{padding:28px}.footer-content[data-v-ed429cba]{gap:32px}.holiday-notice p[data-v-ed429cba]{font-size:12px;line-height:1.5}}@media(max-width:360px){.container[data-v-ed429cba]{padding:0 10px}.hero-content h2[data-v-ed429cba]{font-size:24px}.hero-content p[data-v-ed429cba]{font-size:13px}.about-text h3[data-v-ed429cba],.categories-section h3[data-v-ed429cba],.products-section h3[data-v-ed429cba],.news-section h3[data-v-ed429cba],.videos-section h3[data-v-ed429cba],.contact-section h3[data-v-ed429cba],.new-section .section-header h3[data-v-ed429cba]{font-size:22px}.new-content[data-v-ed429cba]{padding:20px}.product-card[data-v-ed429cba]{padding:14px}.product-card h5[data-v-ed429cba]{font-size:13px}.product-card p[data-v-ed429cba]{font-size:11px}.footer-logo h3[data-v-ed429cba]{font-size:16px}.footer-contact p[data-v-ed429cba]{font-size:13px}.holiday-notice[data-v-ed429cba]{padding:10px 0}.holiday-notice p[data-v-ed429cba]{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}#app{width:100%;min-height:100vh}
