*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{position:relative;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#0f0f1e);overflow:hidden;display:flex;align-items:center}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><defs><linearGradient id="g1" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" style="stop-color:%23ff6b35;stop-opacity:0.3"/><stop offset="100%" style="stop-color:%23f77737;stop-opacity:0.1"/></linearGradient></defs><rect width="1920" height="1080" fill="url(%23g1)"/></svg>') center/cover;opacity:.3;z-index:1}.hero-content{position:relative;z-index:2;color:#fff;padding:40px 0}.slide-indicator{position:absolute;top:20px;left:20px;color:#999;font-size:14px;z-index:3}.hero-subtitle{font-size:16px;color:#ccc;animation:fadeInUp .8s ease}.hero-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.hero-motto{font-size:24px;color:#fff;text-align:right;max-width:400px;animation:fadeInRight 1s ease}h1{font-size:clamp(36px,6vw,72px);font-weight:700;margin-bottom:20px;line-height:1.1;animation:fadeInUp 1s ease}.highlight{color:#ff6b35}.hero-description{font-size:18px;line-height:1.8;max-width:600px;color:#ddd;animation:fadeInUp 1.2s ease}.welding-spark{position:absolute;width:3px;height:3px;background:#fff;border-radius:50%;box-shadow:0 0 6px #ff6b35,0 0 12px #ff6b35;animation:spark 1.5s linear infinite;z-index:2}.welding-spark.small{width:1px;height:1px;animation-duration:2s}.welding-spark.large{width:4px;height:4px;box-shadow:0 0 8px #ff6b35,0 0 16px #ff6b35,0 0 24px #ff4500;animation-duration:1.2s}.welding-spark:nth-child(3){--x: 60px;--y: -90px;animation-delay:.9s;top:55%;left:19%}.welding-spark:nth-child(4){--x: 60px;--y: -90px;animation-delay:.9s;top:55%;left:19%}.welding-spark:nth-child(5){--x: 85px;--y: -45px;animation-delay:1.2s;top:35%;left:21%}.welding-spark:nth-child(6){--x: 75px;--y: -70px;animation-delay:1.5s;top:48%;left:17%}.welding-spark:nth-child(7){--x: 95px;--y: -55px;animation-delay:.4s;top:42%;left:23%}.contact-form{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;margin-top:20px;margin-left:auto;border:1px solid rgba(255,255,255,.2);max-width:400px;animation:fadeInUp 1.4s ease;box-shadow:inset 0 0 15px #ff6b3580}.form-title{color:#ff6b35;font-size:18px;font-weight:700;margin-bottom:15px;text-align:center;text-shadow:0 0 10px rgba(255,107,53,.3)}.feedback-form{display:flex;flex-direction:column;gap:10px}.form-row{display:flex;gap:10px}.form-input{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;padding:10px;color:#fff;font-size:14px;flex:1;transition:all .3s ease}.form-input::placeholder{color:#ffffffb3}.form-input:focus{outline:none;border-color:#ff6b35;background:#ffffff26;box-shadow:0 0 0 3px #ff6b354d}.form-select{cursor:pointer}.form-select option{background:#1a1a2e;color:#fff}.form-textarea{resize:vertical;min-height:60px}.form-button{background:linear-gradient(135deg,#ff6b35,#f77737);border:none;border-radius:8px;padding:12px 20px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;margin-top:5px;display:flex;align-items:center;justify-content:center;gap:8px}.form-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}.form-button:active{transform:translateY(0)}.form-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.form-button:hover:before{left:100%}.button-spark{font-size:20px;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.about-section{background:#f0f0f0;padding:80px 0;position:relative}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-left h2{font-size:clamp(48px,8vw,120px);color:#ff6b35;font-weight:900;margin-bottom:30px;line-height:.9}.about-text{font-size:18px;line-height:1.8;color:#333;margin-bottom:30px}.about-values{font-size:18px;color:#333;margin-top:30px}.about-right{position:relative}.tools-section{padding:40px}.tools-title{color:#ff6b35;font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.tools-list{list-style:none}.tools-list li{padding:3px 0 3px 30px;position:relative;font-size:16px;color:#333;line-height:1.6}.tools-list li:before{content:"⚡";position:absolute;left:0;color:#ff6b35;font-size:16px;font-weight:700}.image-placeholder{margin-top:30px}.services-section{background:#f8f2ea;padding:80px 0;position:relative}.services-title{font-size:clamp(48px,7vw,80px);color:#ff6b35;font-weight:900;text-align:center;margin-bottom:60px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(361px,1fr));gap:40px;margin-top:50px}.service-card{background:#fff;border-radius:20px;padding:40px 30px;position:relative;transition:transform .3s ease,box-shadow .3s ease;min-height:250px;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #ff6b3533}.service-number{position:absolute;bottom:20px;right:30px;font-size:48px;font-weight:900;color:#ff6b35;opacity:.3}.service-card h3{font-size:24px;color:#ff6b35;margin-bottom:20px;font-weight:700;line-height:1.3}.service-card p{font-size:16px;color:#333;line-height:1.6;flex-grow:1}.process-section{background:linear-gradient(135deg,#fff5f0,#f8f2ea);padding:80px 0;position:relative}.process-header{display:flex;align-items:center;gap:40px;margin-bottom:60px}.process-line{width:100px;height:4px;background:#ff6b35}.process-title{font-size:clamp(48px,7vw,80px);color:#ff6b35;font-weight:900;flex-grow:1}.process-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.process-steps{display:flex;flex-direction:column;gap:30px}.process-step{display:flex;align-items:center;gap:25px;position:relative;padding-left:20px}.step-number{font-size:48px;font-weight:900;color:#ff6b35;line-height:1;min-width:100px}.step-content{flex-grow:1}.step-content h4{font-size:20px;color:#333;font-weight:600}.step-content p{font-size:16px;color:#666;line-height:1.6}.process-images{display:grid;gap:20px}.advantages-section{background:linear-gradient(135deg,#fff2ed,#fef7f3);padding:80px 0;position:relative}.advantages-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.advantages-title{font-size:clamp(48px,7vw,80px);color:#ff6b35;font-weight:900;margin-bottom:15px;line-height:1}.advantages-subtitle{font-size:20px;color:#ff6b35;margin-bottom:50px;font-weight:400}.advantages-list{display:flex;flex-direction:column;gap:40px}.advantage-item{display:flex;align-items:flex-start;gap:25px}.advantage-icon{flex-shrink:0}.icon-circle{width:60px;height:60px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700}.advantage-content h3{font-size:22px;color:#ff6b35;margin-bottom:10px;font-weight:700}.advantage-content p{font-size:16px;color:#333;line-height:1.6}.advantages-images{display:flex;flex-direction:column;gap:20px}.contact-section{background:linear-gradient(135deg,#1a1a2e,#0f0f1e);padding:80px 0;position:relative;color:#fff;overflow:hidden}.contact-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,107,53,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,107,53,.2) 0%,transparent 50%);z-index:1}.contact-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-info{display:flex;flex-direction:column;gap:20px}.contact-item{font-size:16px;line-height:1.6;color:#ddd}.contact-item strong{color:#fff}.contact-message{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;border:1px solid rgba(255,255,255,.1)}.contact-message h3{font-size:32px;color:#ff6b35;margin-bottom:20px;font-weight:700;line-height:1.2}.contact-message p{font-size:18px;line-height:1.6;color:#ddd}.contact-sparks{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.spark{position:absolute;width:2px;height:2px;background:#ff6b35;border-radius:50%;animation:sparkFloat 4s linear infinite}.spark:nth-child(1){top:20%;left:10%;animation-delay:0s}.spark:nth-child(2){top:60%;left:20%;animation-delay:1s}.spark:nth-child(3){top:30%;left:80%;animation-delay:2s}.spark:nth-child(4){top:80%;left:70%;animation-delay:.5s}.spark:nth-child(5){top:40%;left:90%;animation-delay:1.5s}.spark:nth-child(6){top:70%;left:5%;animation-delay:2.5s}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}@keyframes spark{0%{transform:translate(0) scale(0);opacity:1}25%{transform:translate(calc(var(--x) * .3),calc(var(--y) * .3)) scale(1);opacity:1}50%{transform:translate(calc(var(--x) * .7),calc(var(--y) * .7)) scale(.8);opacity:.8}75%{transform:translate(calc(var(--x) * 1.2),calc(var(--y) * 1.2)) scale(.4);opacity:.4}to{transform:translate(calc(var(--x) * 1.8),calc(var(--y) * 1.8)) scale(0);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes sparkFloat{0%,to{transform:translateY(0) scale(0);opacity:0}50%{transform:translateY(-20px) scale(1);opacity:1}}.glow{text-shadow:0 0 20px rgba(255,107,53,.5)}.hero-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,transparent,#f0f0f0);z-index:2}@media (max-width: 1024px){.main-title{font-size:48px}}@media (max-width: 768px){.hero-motto{text-align:left;font-size:18px}.hero-section{min-height:100vh;padding:20px;flex-wrap:wrap}.contact-form{padding:15px;max-width:320px;margin-right:auto}.form-title{font-size:16px;margin-bottom:12px}.form-row{flex-direction:column;gap:8px}.form-input{padding:8px;font-size:13px}.form-button{padding:10px 15px;font-size:13px}.about-content{grid-template-columns:1fr;gap:40px}.about-left h2{font-size:64px}.tools-section{padding:30px 20px}.hero-section{min-height:100vh;padding:20px}h1{font-size:36px}.hero-description,.about-text{font-size:16px}.services-grid{grid-template-columns:1fr;gap:30px}.process-content{grid-template-columns:1fr;gap:40px}.process-header{flex-direction:column;align-items:flex-start;gap:20px}.process-line{width:60px}.advantages-content{grid-template-columns:1fr;gap:50px}.advantages-title{font-size:48px}.contact-content{grid-template-columns:1fr;gap:40px}.contact-message{padding:30px 20px}.contact-message h3{font-size:24px}.contact-message p{font-size:16px}}@media (max-width: 480px){.contact-form{padding:15px;max-width:320px}.form-title{font-size:16px;margin-bottom:12px}.form-row{flex-direction:column;gap:8px}.form-input{padding:8px;font-size:13px}.form-button{padding:10px 15px;font-size:13px}.about-left h2{font-size:48px}.tools-title{font-size:24px}.tools-list li{font-size:14px}.services-title,.process-title{font-size:36px}.service-card{padding:30px 20px}.service-card h3{font-size:20px}.service-number{font-size:36px}.step-number{font-size:36px;min-width:70px}.process-step{gap:15px;padding-left:0}.advantages-title{font-size:36px}.advantages-subtitle{font-size:16px}.advantage-item{gap:15px}.icon-circle{width:50px;height:50px;font-size:20px}.advantage-content h3{font-size:18px}.advantage-content p{font-size:14px}.contact-message h3{font-size:20px}.contact-item{font-size:14px}}
