#safety{padding:100px 0;background-color:var(--light)}#safety .section-title{text-align:center;margin-bottom:60px}#safety .section-title h2{font-size:2.5rem;color:var(--dark);margin-bottom:15px}#safety .section-title p{font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.6;color:#000000}.safety-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;max-width:1700px;margin:0 auto;padding:0 20px}.safety-text{padding:30px;background:white;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.safety-text h3{font-size:1.8rem;color:var(--primary);margin-bottom:25px;padding-bottom:15px;border-bottom:3px solid var(--secondary)}.safety-text>p{font-size:1.1rem;line-height:1.7;color:var(--dark);margin-bottom:30px}.regulatory-item{margin-bottom:25px;padding:20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:10px;border-left:4px solid var(--primary);transition:var(--transition)}.regulatory-item:hover{transform:translateX(5px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}.regulatory-item h4{font-size:1.3rem;color:var(--primary);margin-bottom:8px;font-weight:600}.regulatory-item p{font-size:1rem;color:var(--gray);line-height:1.5;margin:0}.safety-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,0.15);height:fit-content}.safety-image img{width:97%;height:auto;display:block;transition:transform 0.3s ease}.safety-image:hover img{transform:scale(1.02)}@media (max-width:1920px){.safety-content{max-width:1600px;gap:50px}}@media (max-width:1600px){.safety-content{max-width:1400px;gap:40px}#safety .section-title h2{font-size:2.2rem}.safety-text h3{font-size:1.6rem}}@media (max-width:1200px){.safety-content{grid-template-columns:1fr;max-width:1000px;gap:40px}.safety-text{order:2}.safety-image{order:1;max-width:600px;margin:0 auto}#safety{padding:80px 0}}@media (max-width:992px){.safety-content{max-width:800px;padding:0 15px}#safety .section-title h2{font-size:2rem}#safety .section-title p{font-size:1.1rem}.safety-text{padding:25px}.safety-text h3{font-size:1.4rem}.regulatory-item h4{font-size:1.2rem}}@media (max-width:768px){.safety-content{max-width:600px;gap:30px}#safety{padding:60px 0}#safety .section-title{margin-bottom:40px}#safety .section-title h2{font-size:1.8rem}.safety-text{padding:20px}.safety-text h3{font-size:1.3rem;margin-bottom:20px}.regulatory-item{padding:15px;margin-bottom:20px}.regulatory-item h4{font-size:1.1rem}.regulatory-item p{font-size:0.95rem}}@media (max-width:420px){.safety-content{max-width:100%;padding:0 10px;gap:25px}#safety{padding:50px 0}#safety .section-title h2{font-size:1.6rem}#safety .section-title p{font-size:1rem;padding:0 10px}.safety-text{padding:15px;border-radius:10px}.safety-text h3{font-size:1.2rem;padding-bottom:10px}.regulatory-item{padding:12px;margin-bottom:15px;border-left-width:3px}.regulatory-item h4{font-size:1rem}.regulatory-item p{font-size:0.9rem}.safety-image{border-radius:10px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.safety-content{animation:fadeInUp 0.8s ease-out}.regulatory-item{animation:fadeInUp 0.6s ease-out}.regulatory-item:nth-child(1){animation-delay:0.1s}.regulatory-item:nth-child(2){animation-delay:0.2s}.regulatory-item:nth-child(3){animation-delay:0.3s}.regulatory-item:nth-child(4){animation-delay:0.4s}.regulatory-item:nth-child(5){animation-delay:0.5s}#design-process{padding:100px 0;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%)}.section-title{text-align:center;margin-bottom:60px}.section-title h2{font-size:2.5rem;color:var(--primary);margin-bottom:15px;font-weight:700}.section-title p{font-size:1.2rem;color:#000000;max-width:600px;margin:0 auto}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(375px,1fr));gap:30px;max-width:1700px;margin:0 auto;padding:0 20px}.process-step{background:white;padding:35px;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.08);transition:all 0.3s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,0.05)}.process-step:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(0,0,0,0.15)}.process-step::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary),var(--secondary))}.step-content h3{font-size:1.4rem;color:var(--primary);margin-bottom:20px;font-weight:600;line-height:1.3}.step-content>p{font-size:1.1rem;color:var(--dark);margin-bottom:25px;line-height:1.6;opacity:0.9}.step-content ul{list-style:none;padding:0}.step-content li{margin-bottom:12px;padding-left:30px;position:relative;line-height:1.5;color:var(--dark);font-size:1rem}.step-content li:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;background:linear-gradient(135deg,var(--secondary) 0%,#e65c00 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:0.8rem;font-weight:bold;content:'✓'}@media (max-width:1200px){.process-steps{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px}.process-step{padding:30px}.step-icon{width:60px;height:60px;font-size:1.6rem}.step-number{font-size:2.5rem}}@media (max-width:768px){#design-process{padding:70px 0}.section-title h2{font-size:2rem}.section-title p{font-size:1.1rem}.process-steps{grid-template-columns:1fr;max-width:600px;gap:20px;padding:0 15px}.process-step{padding:25px}.step-content h3{font-size:1.3rem;margin-bottom:15px}.step-content>p{font-size:1rem;margin-bottom:20px}.step-content li{font-size:0.95rem;margin-bottom:10px;padding-left:25px}.step-content li:before{width:16px;height:16px;font-size:0.7rem}}@media (max-width:480px){#design-process{padding:50px 0}.section-title h2{font-size:1.8rem}.process-step{padding:20px;border-radius:15px}.step-content h3{font-size:1.2rem;text-align:center}.step-content>p{text-align:center}.step-content li{font-size:0.9rem;padding-left:22px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.process-step{animation:fadeInUp 0.6s ease forwards}.process-step:nth-child(1){animation-delay:0.1s}.process-step:nth-child(2){animation-delay:0.2s}.process-step:nth-child(3){animation-delay:0.3s}.process-step:nth-child(4){animation-delay:0.4s}.installation-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.installation-step{background:white;padding:30px;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:var(--transition)}.installation-step:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.installation-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--secondary) 0%,#e65c00 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;margin-bottom:20px}.installation-step h3{font-size:1.3rem;color:var(--primary);margin-bottom:15px}.installation-step>p{font-size:1.1rem;color:var(--dark);margin-bottom:20px;line-height:1.6}.installation-step ul{list-style:none;padding:0}.installation-step li{margin-bottom:10px;padding-left:20px;position:relative;line-height:1.5}.installation-step li:before{content:"→";color:var(--secondary);font-weight:bold;position:absolute;left:0}@media (max-width:768px){.installation-steps{grid-template-columns:1fr}.installation-step{padding:25px}}@media (max-width:480px){.installation-step{padding:20px}.installation-step li{padding-left:15px}}