*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1a1a1a;overflow-x:hidden;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:20px;left:50%;transform:translate(-50%);width:95%;max-width:1200px;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:1000;padding:1rem 0;border-radius:50px;box-shadow:0 20px 60px #00000040,0 8px 25px #0000001a,inset 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#1e3a8a;font-weight:700;font-size:1.5rem}.nav-logo i{margin-right:.5rem}.nav-logo-img{height:45px;width:auto;margin-right:.5rem;vertical-align:middle}.nav-logo-link{text-decoration:none;color:inherit;display:flex;align-items:center;transition:opacity .3s ease}.nav-logo-link:hover{opacity:.8}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#1e3a8a}.nav-link i{font-size:.8rem;margin-left:.3rem}.nav-contact{display:flex;gap:1rem;margin-left:2rem}.nav-contact-link{color:#1e3a8a;font-size:1.2rem;transition:color .3s ease}.nav-contact-link:hover{color:#1e40af}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{padding:160px 0 80px;background:#fff;color:#1a1a1a;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:60px 40px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:30px;color:#fff;box-shadow:0 20px 60px #1e3a8a4d}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.btn{padding:16px 40px;border-radius:50px;text-decoration:none;font-weight:700;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;font-size:1.1rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #0003}.btn-primary{background:#fff;color:#1e3a8a;border:2px solid white}.btn-primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 15px 35px #ffffff4d;border-color:#f8f9fa}.btn-secondary{background:transparent;color:#fff;border:3px solid white}.btn-secondary:hover{background:#fff;color:#1e3a8a;transform:translateY(-3px);box-shadow:0 15px 35px #ffffff4d;border-color:#f8f9fa}.hero-image{display:flex;justify-content:center;align-items:center;position:relative}.phones-graphic{width:300px;height:400px;background:#f8f9fa;border-radius:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:20px}.phone{width:120px;height:200px;background:#2c3e50;border-radius:15px;position:relative}.phone-1{align-self:flex-start;transform:rotate(-15deg)}.phone-2{align-self:flex-end;transform:rotate(15deg)}.phone:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:60px;height:80px;background:#34495e;border-radius:8px}.testimonial-bubble{position:relative;background:#fff;padding:30px;border-radius:20px;box-shadow:0 15px 40px #00000026;width:100%;max-width:450px;margin:0 auto;z-index:1}.testimonial-bubble i{font-size:3rem;color:#1e3a8a;margin-bottom:15px;display:block}.testimonial-bubble p{color:#333;font-size:1.2rem;line-height:1.5;margin:0;font-weight:500}.workshop-section{padding:80px 0;background:#fff}.workshop-content{display:grid;grid-template-columns:2.5fr 1fr;gap:3rem;align-items:center}.workshop-image{display:flex;justify-content:center;align-items:center;min-height:500px}.repair-image{width:100%;max-width:100%;height:500px;border-radius:20px;box-shadow:0 20px 60px #00000026;object-fit:cover}.phone-repair-illustration{position:relative;width:300px;height:400px}.phone-outline{width:120px;height:200px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:20px;position:relative;margin:0 auto}.screen{width:100px;height:160px;background:#6c757d;border-radius:10px;position:absolute;top:15px;left:10px}.home-button{width:30px;height:30px;background:#e9ecef;border:2px solid #dee2e6;border-radius:50%;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.repair-tools{position:absolute;top:50px;right:20px;display:flex;flex-direction:column;gap:15px}.tool{width:20px;height:20px;background:#6c757d;border-radius:50%}.tool-1{transform:rotate(45deg)}.tool-2{transform:rotate(-30deg)}.tool-3{transform:rotate(15deg)}.workshop-text h2{font-size:1.8rem;font-weight:700;color:#212529;margin-bottom:1.2rem;line-height:1.2;text-align:center}.workshop-text p{color:#6c757d;line-height:1.5;margin-bottom:1.8rem;font-size:1rem;text-align:center;font-weight:400}.repair-list{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:2rem;justify-items:center}.repair-item{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;background:#f8f9fa;border-radius:6px;transition:all .3s ease;font-size:.85rem;min-width:120px;justify-content:center}.repair-icon{font-size:1rem;width:20px;text-align:center}.repair-text{color:#495057;font-size:.85rem;font-weight:500}.workshop-cta-minimal{margin-top:1.5rem;text-align:center}.btn-outline{display:inline-block;padding:.75rem 1.5rem;border:2px solid #1e3a8a;color:#1e3a8a;text-decoration:none;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .2s ease;background:transparent}.btn-outline:hover{background:#1e3a8a;color:#fff;transform:translateY(-1px)}section{padding:80px 0}section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.section-subtitle{text-align:center;font-size:1.1rem;color:#6b7280;margin-bottom:3rem}.advantages{background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.advantages:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%231e3a8a" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%231e3a8a" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%231e3a8a" opacity="0.02"/><circle cx="10" cy="60" r="0.5" fill="%231e3a8a" opacity="0.02"/><circle cx="90" cy="40" r="0.5" fill="%231e3a8a" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.advantages-header{text-align:center;margin-bottom:4rem}.advantages-header h2{font-size:2.8rem;font-weight:700;margin-bottom:1rem;color:#1f2937;position:relative}.advantages-header h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af);border-radius:2px}.advantages-content{position:relative;z-index:1}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:4rem}.advantage-item{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid rgba(30,58,138,.1)}.advantage-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af);transform:scaleX(0);transition:transform .3s ease}.advantage-item:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #1e3a8a26;border-color:#1e3a8a33}.advantage-item:hover:before{transform:scaleX(1)}.advantage-icon{width:80px;height:80px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:all .3s ease}.advantage-icon:before{content:"";position:absolute;inset:-5px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:50%;opacity:.3;z-index:-1;transition:all .3s ease}.advantage-item:hover .advantage-icon{transform:scale(1.1) rotate(5deg)}.advantage-item:hover .advantage-icon:before{transform:scale(1.2);opacity:.5}.advantage-icon i{font-size:2rem;color:#fff;transition:all .3s ease}.advantage-item h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.advantage-item p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.advantage-detail{margin-top:1rem}.highlight{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;display:inline-block;box-shadow:0 4px 15px #1e3a8a4d}.advantages-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;position:relative;overflow:hidden}.advantages-stats:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af)}.stat-item{text-align:center;padding:1.5rem;position:relative;transition:all .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:700;color:#1e3a8a;margin-bottom:.5rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.stat-number:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:40px;height:3px;background:linear-gradient(90deg,#1e3a8a,#1e40af);border-radius:2px}.stat-label{font-size:1rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.atelier-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0;position:relative;overflow:hidden}.atelier-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%231e3a8a" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%231e3a8a" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%231e3a8a" opacity="0.02"/><circle cx="10" cy="60" r="0.5" fill="%231e3a8a" opacity="0.02"/><circle cx="90" cy="40" r="0.5" fill="%231e3a8a" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.atelier-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.atelier-badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 4px 15px #1e3a8a4d}.atelier-header h2{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.2}.atelier-header p{font-size:1.2rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.map-section{margin-bottom:3rem;position:relative;z-index:1}.map-card{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;border:1px solid rgba(30,58,138,.1)}.map-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e5e7eb}.map-header h3{font-size:1.3rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem}.map-header h3 i{color:#1e3a8a}.map-actions{display:flex;gap:1rem}.map-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 15px #1e3a8a4d}.map-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66}.map-container{height:400px}.map-container iframe{width:100%;height:100%;border:none}.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:3rem;position:relative;z-index:1}.contact-main-card{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(30,58,138,.1);position:relative;overflow:hidden}.contact-main-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.business-info h3{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.rating-badge{display:flex;align-items:center;gap:.5rem}.stars{color:#fbbf24;font-size:1rem}.rating-score{font-weight:600;color:#1f2937;font-size:1rem}.reviews-count{color:#6b7280;font-size:.9rem}.status-badge{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.status-badge i{font-size:.8rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.contact-details{margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 0;border-bottom:1px solid #f3f4f6}.contact-item:last-child{border-bottom:none}.contact-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.contact-text h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.3rem}.contact-text p{color:#6b7280;font-size:.95rem;line-height:1.4;margin:0}.contact-link{color:#1e3a8a;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link:hover{color:#1e40af;text-decoration:underline}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-buttons a{flex:1;min-width:200px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66}.btn-secondary{background:#fff;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a4d}.services-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(30,58,138,.1);height:fit-content}.services-card h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.services-card h3 i{color:#1e3a8a}.services-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.service-item{display:flex;align-items:center;gap:.8rem;padding:.8rem;background:#f8fafc;border-radius:10px;border-left:3px solid #1e3a8a;transition:all .3s ease}.service-item:hover{background:#e2e8f0;transform:translate(5px)}.service-item i{color:#1e3a8a;font-size:1.1rem;width:20px}.service-item span{color:#4b5563;font-weight:500;font-size:.95rem}.service-note{display:flex;align-items:center;gap:.5rem;padding:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:10px;border-left:3px solid #f59e0b}.service-note i{color:#f59e0b;font-size:1rem}.service-note span{color:#92400e;font-size:.9rem;font-weight:500}.testimonial-card{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:3rem;border-radius:20px;text-align:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #1e3a8a4d}.testimonial-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.quote-icon{font-size:3rem;color:#ffffff4d;margin-bottom:1.5rem}.testimonial-card p{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic;position:relative;z-index:1}.testimonial-author{font-weight:600;font-size:1rem;opacity:.9;position:relative;z-index:1}.rgpd-hero{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.rgpd-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.rgpd-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.rgpd-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.rgpd-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.rgpd-hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.rgpd-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.rgpd-info .info-item{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.8rem 1.2rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.rgpd-info .info-item i{font-size:1.1rem}.rgpd-content{padding:80px 0;background:#f8fafc}.rgpd-grid{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.rgpd-nav{position:sticky;top:100px;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(30,58,138,.1);height:fit-content}.rgpd-nav h3{font-size:1.3rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.rgpd-menu{list-style:none;padding:0}.rgpd-menu li{margin-bottom:.5rem}.rgpd-link{display:block;padding:.8rem 1rem;color:#6b7280;text-decoration:none;border-radius:8px;transition:all .3s ease;font-weight:500}.rgpd-link:hover,.rgpd-link.active{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;transform:translate(5px)}.rgpd-main{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(30,58,138,.1)}.rgpd-section{margin-bottom:4rem;scroll-margin-top:100px}.rgpd-section:last-child{margin-bottom:0}.rgpd-section h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}.rgpd-section h2 i{color:#1e3a8a;font-size:1.8rem}.rgpd-section p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.data-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.data-category{background:#f8fafc;padding:2rem;border-radius:15px;border-left:4px solid #1e3a8a}.data-category h4{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.data-category h4 i{color:#1e3a8a}.data-category ul{list-style:none;padding:0}.data-category li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 1.5rem}.data-category li:before{content:"•";color:#1e3a8a;font-weight:700;position:absolute;left:0}.usage-list{display:grid;gap:1.5rem;margin-top:2rem}.usage-item{display:flex;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e5e7eb;transition:all .3s ease}.usage-item:hover{background:#e2e8f0;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.usage-icon{width:60px;height:60px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.usage-content h4{font-size:1.2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.usage-content p{color:#6b7280;line-height:1.5;margin:0}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.right-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;border:2px solid #e5e7eb;transition:all .3s ease}.right-card:hover{border-color:#1e3a8a;transform:translateY(-5px);box-shadow:0 15px 35px #1e3a8a1a}.right-icon{width:60px;height:60px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;margin:0 auto 1rem}.right-card h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.right-card p{color:#6b7280;font-size:.9rem;margin:0}.rights-note{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:15px;padding:1.5rem;margin-top:2rem;display:flex;align-items:flex-start;gap:1rem}.rights-note i{color:#f59e0b;font-size:1.2rem;margin-top:.2rem}.rights-note p{color:#92400e;margin:0;line-height:1.5}.rights-note a{color:#1e3a8a;text-decoration:none;font-weight:600}.rights-note a:hover{text-decoration:underline}.security-measures{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.security-item{background:#f8fafc;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.security-item:hover{background:#e2e8f0;transform:translateY(-3px)}.security-item i{color:#1e3a8a;font-size:2rem;margin-bottom:1rem}.security-item span{color:#1f2937;font-weight:600;font-size:.95rem}.cookies-types{display:grid;gap:1.5rem;margin-top:2rem}.cookie-type{background:#f8fafc;padding:1.5rem;border-radius:12px;border-left:4px solid #1e3a8a}.cookie-type h4{font-size:1.1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.cookie-type p{color:#6b7280;margin:0;font-size:.95rem}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-method{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:15px;border:1px solid #e5e7eb;transition:all .3s ease}.contact-method:hover{background:#e2e8f0;transform:translateY(-3px)}.contact-method i{color:#1e3a8a;font-size:1.5rem;margin-top:.2rem}.contact-method h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-method a{color:#1e3a8a;text-decoration:none;font-weight:500}.contact-method a:hover{text-decoration:underline}.contact-method p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.4}.pricing{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0;position:relative;overflow:hidden}.pricing:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.pricing .container{position:relative;z-index:2}.pricing h2{text-align:center;font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing .section-subtitle{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.pricing-card{background:#fff;padding:3rem 2.5rem;border-radius:25px;box-shadow:0 20px 60px #0000001a;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af,#3b82f6);transform:scaleX(0);transition:transform .3s ease}.pricing-card:hover:before{transform:scaleX(1)}.pricing-card.featured{transform:scale(1.05);background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;box-shadow:0 30px 80px #1e3a8a4d}.pricing-card.featured:after{content:"POPULAIRE";position:absolute;top:20px;right:-30px;background:#fbbf24;color:#1e3a8a;padding:8px 40px;font-size:.8rem;font-weight:700;transform:rotate(45deg);box-shadow:0 4px 15px #fbbf244d}.pricing-card:hover{transform:translateY(-15px);box-shadow:0 30px 80px #00000026}.pricing-card.featured:hover{transform:scale(1.05) translateY(-15px);box-shadow:0 40px 100px #1e3a8a66}.pricing-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#1f2937;position:relative}.pricing-card.featured h3{color:#fff}.pricing-card .price{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.pricing-card.featured .price{background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-card .price:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#1e3a8a,#1e40af);border-radius:2px}.pricing-card.featured .price:after{background:linear-gradient(90deg,#fff,#f1f5f9)}.pricing-card p{color:#64748b;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.pricing-card.featured p{color:#ffffffe6}.pricing-card ul{list-style:none;text-align:left;margin-bottom:2.5rem}.pricing-card li{color:#4b5563;position:relative;padding:.8rem 0 .8rem 2rem;font-size:1rem;display:flex;align-items:center}.pricing-card.featured li{color:#ffffffe6}.pricing-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem;background:#10b9811a;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.5rem}.pricing-card.featured li:before{background:#fff3;color:#fff}.pricing-card .btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-block;text-transform:uppercase;letter-spacing:.5px}.pricing-card .btn-primary{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border:2px solid #1e3a8a}.pricing-card .btn-primary:hover{background:linear-gradient(135deg,#1e40af,#3b82f6);transform:translateY(-2px);box-shadow:0 10px 25px #1e3a8a4d}.pricing-card.featured .btn-primary{background:#fff;color:#1e3a8a;border:2px solid white}.pricing-card.featured .btn-primary:hover{background:#f8f9fa;color:#1e3a8a;transform:translateY(-2px);box-shadow:0 10px 25px #ffffff4d}.reviews-section{padding:5rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.reviews-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.reviews-header{text-align:center;margin-bottom:3rem;position:relative;z-index:1}.reviews-header h2{font-size:2.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reviews-header .section-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.reviews-container{max-width:1000px;margin:0 auto;position:relative;z-index:1;background:#ffffffe6;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #0000001a,0 8px 25px #0000000d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.elfsight-app-d938a916-7c6a-4124-910d-f11ddb1d0ec8{width:100%;min-height:400px;display:flex;justify-content:center;align-items:center}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section h3 i{color:#1e3a8a;margin-right:.5rem}.footer-section p{color:#d1d5db;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#1e3a8a}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#374151;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#1e3a8a;transform:translateY(-2px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af}@media (max-width: 768px){.hero-container,.workshop-content,.carousel-slide,.advantages-grid,.pricing-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-card,.advantage-item,.pricing-card{animation:fadeInUp .6s ease-out}.nav-link.active{color:#1e3a8a;font-weight:600}@media (max-width: 768px){.navbar{top:10px;width:92%;border-radius:25px;padding:.7rem 0;box-shadow:0 8px 25px #00000026}.nav-container{padding:0 15px}.nav-logo h2{font-size:1.3rem}.hamburger{display:flex!important;flex-direction:column;justify-content:center;align-items:center;z-index:1001;cursor:pointer;padding:10px;background:#ffffff1a;border-radius:8px;transition:all .3s ease;min-width:44px;min-height:44px}.hamburger:hover{background:#fff3}.nav-menu{position:fixed;left:0;top:0;flex-direction:column;background:linear-gradient(135deg,#1e3a8a,#1e40af);width:100%;height:100vh;text-align:center;transition:transform .4s ease-in-out;box-shadow:none;padding:80px 2rem 2rem;z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;transform:translate(-100%)}.nav-menu.active{transform:translate(0)}.nav-item{margin:1rem 0}.nav-link{color:#fff;font-size:1.2rem;font-weight:600;padding:1rem 0;display:block;border-bottom:1px solid rgba(255,255,255,.1)}.nav-contact{display:none}.hero{padding:100px 0 60px;min-height:auto;display:block}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:30px 20px;border-radius:20px;margin:0 15px;display:flex;flex-direction:column;align-items:center}.hero-content{order:1;width:100%}.hero-content h1{font-size:2.2rem;line-height:1.3;margin-bottom:1rem}.hero-content p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%;max-width:280px;margin:0 auto}.hero-buttons .btn{width:100%;padding:14px 20px;font-size:1rem;border-radius:25px}.hero-image{order:2;margin-top:1rem;width:100%;display:flex;justify-content:center}.testimonial-bubble{position:relative!important;top:auto!important;right:auto!important;transform:none!important;margin:20px auto 0;max-width:100%!important;width:100%!important;min-width:auto!important;padding:20px;font-size:.9rem;border-radius:15px;box-shadow:0 10px 30px #00000026}.testimonial-bubble i{font-size:2rem;margin-bottom:10px}.testimonial-bubble p{font-size:.9rem;line-height:1.5;margin:0}.workshop-section{padding:40px 0}.workshop-content{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 20px}.workshop-text h2{font-size:1.8rem;line-height:1.4;margin-bottom:1rem}.workshop-text p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.repair-list{grid-template-columns:1fr;gap:.8rem;margin:1.5rem 0}.repair-item{padding:.8rem;border-radius:10px;background:#1e3a8a0d}.phone-repair-illustration{width:180px;height:220px;margin:0 auto}.workshop-image{min-height:300px;margin-bottom:2rem}.repair-image{width:100%;max-width:400px;height:auto;border-radius:15px;box-shadow:0 10px 30px #0000001a}.services{padding:40px 0}.services .container{padding:0 15px}.services h2{font-size:2rem;margin-bottom:.5rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.carousel-slide{grid-template-columns:1fr;gap:1.5rem;padding:0}.service-card{padding:1.5rem;border-radius:15px;margin:0}.service-card h3{font-size:1.3rem;margin-bottom:.8rem}.service-card p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.service-card ul{margin-top:1rem}.service-card li{font-size:.9rem;margin-bottom:.5rem}.carousel-controls{flex-direction:row;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{width:45px;height:45px;font-size:1rem;border-radius:50%}.carousel-dots{gap:.5rem}.dot{width:12px;height:12px}.advantages{padding:40px 0}.advantages-header h2{font-size:2rem;margin-bottom:.5rem}.advantages-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.advantage-item{padding:1.5rem;border-radius:15px;text-align:center}.advantage-item h3{font-size:1.3rem;margin-bottom:.8rem}.advantage-item p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.advantages-stats{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;margin:2rem 15px 0}.stat-item{padding:1rem}.stat-number{font-size:2rem;margin-bottom:.3rem}.stat-label{font-size:.8rem}.pricing{padding:40px 0}.pricing h2{font-size:2rem;margin-bottom:.5rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.pricing-card{padding:2rem 1.5rem;border-radius:15px;text-align:center}.pricing-card.featured{transform:none;order:-1}.pricing-card h3{font-size:1.4rem;margin-bottom:1rem}.pricing-card .price{font-size:2.5rem;margin-bottom:.5rem}.pricing-card p{font-size:.9rem;margin-bottom:1.5rem}.pricing-card ul{margin-bottom:2rem}.pricing-card li{font-size:.9rem;margin-bottom:.5rem}.atelier-section{padding:40px 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.atelier-header{margin-bottom:2.5rem;padding:0 20px;text-align:center}.atelier-badge{padding:.4rem .8rem;font-size:.8rem;margin-bottom:1rem}.atelier-header h2{font-size:2rem;line-height:1.3;margin-bottom:.8rem}.atelier-header p{font-size:1rem;line-height:1.5;padding:0 10px}.map-section{margin-bottom:2rem;padding:0 20px}.map-card{border-radius:15px;box-shadow:0 10px 30px #0000001a}.map-header{padding:1rem 1.5rem;flex-direction:column;gap:1rem;align-items:flex-start}.map-header h3{font-size:1.1rem}.map-actions{width:100%}.map-btn{width:100%;justify-content:center;padding:.8rem 1rem;font-size:.9rem}.map-container{height:250px}.contact-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;padding:0 20px}.contact-main-card{padding:1.8rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.card-header{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem}.business-info h3{font-size:1.6rem}.rating-badge{gap:.3rem}.stars,.rating-score{font-size:.9rem}.reviews-count{font-size:.8rem}.status-badge{padding:.4rem .8rem;font-size:.8rem}.contact-details{margin-bottom:1.5rem}.contact-item{padding:1rem 0;gap:.8rem}.contact-icon{width:35px;height:35px;font-size:1rem;border-radius:8px}.contact-text h4{font-size:.9rem;margin-bottom:.2rem}.contact-text p{font-size:.9rem;line-height:1.4}.contact-link{font-size:.9rem}.action-buttons{flex-direction:column;gap:.8rem}.action-buttons a{width:100%;min-width:auto;padding:1rem;font-size:.95rem;border-radius:10px}.services-card{padding:1.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.services-card h3{font-size:1.1rem;margin-bottom:1rem}.services-list{gap:.8rem;margin-bottom:1rem}.service-item{padding:.7rem;gap:.6rem;border-radius:8px}.service-item i{font-size:1rem;width:18px}.service-item span{font-size:.9rem}.service-note{padding:.8rem;border-radius:8px}.service-note i{font-size:.9rem}.service-note span{font-size:.8rem}.testimonial-card{margin:0 20px;padding:2rem 1.5rem;border-radius:15px;box-shadow:0 10px 30px #1e3a8a33}.quote-icon{font-size:2.5rem;margin-bottom:1rem}.testimonial-card p{font-size:1rem;line-height:1.5;margin-bottom:1rem}.testimonial-author{font-size:.9rem}.contact-main-card,.services-card,.testimonial-card{touch-action:manipulation}.action-buttons a,.map-btn,.contact-link{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.atelier-section>*{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rgpd-hero{padding:100px 0 60px}.rgpd-hero h1{font-size:2.5rem;line-height:1.3;margin-bottom:1rem}.rgpd-hero p{font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;padding:0 20px}.rgpd-info{flex-direction:column;gap:1rem;padding:0 20px}.rgpd-info .info-item{padding:.6rem 1rem;font-size:.9rem}.rgpd-content{padding:40px 0}.rgpd-grid{grid-template-columns:1fr;gap:2rem;padding:0 20px}.rgpd-nav{position:static;padding:1.5rem;border-radius:15px;margin-bottom:1rem}.rgpd-nav h3{font-size:1.2rem;margin-bottom:1rem}.rgpd-link{padding:.6rem .8rem;font-size:.9rem}.rgpd-main{padding:2rem 1.5rem;border-radius:15px}.rgpd-section{margin-bottom:3rem}.rgpd-section h2{font-size:1.6rem;margin-bottom:1rem;flex-direction:column;gap:.5rem;text-align:center}.rgpd-section h2 i{font-size:1.5rem}.rgpd-section p{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.data-categories{grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}.data-category{padding:1.5rem;border-radius:12px}.data-category h4{font-size:1.1rem;margin-bottom:.8rem}.data-category li{padding:.4rem 0;font-size:.9rem}.usage-list{gap:1rem;margin-top:1.5rem}.usage-item{flex-direction:column;gap:1rem;padding:1.2rem;text-align:center;border-radius:12px}.usage-icon{width:50px;height:50px;font-size:1.2rem;border-radius:12px}.usage-content h4{font-size:1.1rem;margin-bottom:.3rem}.usage-content p{font-size:.9rem}.rights-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.right-card{padding:1.5rem;border-radius:12px}.right-icon{width:50px;height:50px;font-size:1.2rem;margin-bottom:.8rem}.right-card h4{font-size:1rem;margin-bottom:.3rem}.right-card p{font-size:.85rem}.rights-note{padding:1.2rem;border-radius:12px;margin-top:1.5rem}.rights-note i{font-size:1rem}.rights-note p{font-size:.9rem}.security-measures{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.security-item{padding:1.2rem;border-radius:10px}.security-item i{font-size:1.5rem;margin-bottom:.8rem}.security-item span{font-size:.85rem}.cookies-types{gap:1rem;margin-top:1.5rem}.cookie-type{padding:1.2rem;border-radius:10px}.cookie-type h4{font-size:1rem;margin-bottom:.3rem}.cookie-type p{font-size:.85rem}.contact-methods{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.contact-method{padding:1.2rem;border-radius:12px}.contact-method i{font-size:1.2rem}.contact-method h4{font-size:.9rem;margin-bottom:.3rem}.contact-method a{font-size:.9rem}.contact-method p{font-size:.8rem}.footer{padding:40px 0 20px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 15px}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section p,.footer-section li{font-size:.9rem;margin-bottom:.5rem}.social-links{justify-content:center;gap:1rem}.footer-bottom{margin-top:2rem;padding-top:1rem;text-align:center;font-size:.8rem}section{padding:40px 0}section h2{font-size:2rem;margin-bottom:1rem}.container{padding:0 15px}}@media (max-width: 480px){.navbar{top:5px;width:95%;border-radius:20px;padding:.6rem 0}.nav-logo h2{font-size:1.2rem}.hero{padding:80px 0 40px}.hero-container{padding:25px 15px;border-radius:15px;margin:0 10px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.9rem}.btn{padding:12px 18px;font-size:.9rem;border-radius:20px}.testimonial-bubble{padding:15px;margin:15px auto 0}.testimonial-bubble i{font-size:1.5rem;margin-bottom:8px}.testimonial-bubble p{font-size:.85rem}.workshop-text h2{font-size:1.5rem}.repair-item{padding:.6rem;font-size:.9rem}.service-card,.advantage-item,.pricing-card{padding:1.2rem}.service-card h3,.advantage-item h3,.pricing-card h3{font-size:1.2rem}.pricing-card .price{font-size:2rem}.advantages-stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:.8rem}.stat-number{font-size:1.8rem}.info-card{padding:1.2rem}.info-header h3{font-size:1.3rem}.map-container iframe{height:250px}.phones-graphic{width:150px;height:200px}.phone-repair-illustration{width:140px;height:180px}.phone-outline{width:80px;height:120px}.screen{width:60px;height:90px}}@media (min-width: 769px) and (max-width: 1024px){.hero-container{padding:40px 30px;gap:3rem}.hero-content h1{font-size:2.8rem}.workshop-content{gap:3rem}.carousel-slide{grid-template-columns:repeat(2,1fr);gap:1.5rem}.advantages-grid,.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.pricing-card.featured{grid-column:1 / -1;max-width:400px;margin:0 auto}}@media (max-width: 768px){body{font-size:16px;line-height:1.6}.btn,.carousel-btn,.nav-link{min-height:44px;min-width:44px}.nav-item{margin:.8rem 0}.service-card,.advantage-item,.pricing-card{margin-bottom:1rem}.nav-menu{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.nav-link{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.nav-menu{transition:transform .3s ease-in-out}.nav-menu.active{transform:translate(0)}.nav-menu:not(.active){transform:translate(-100%)}}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex!important;background:#ffffff1a;border-radius:8px;padding:8px;transition:all .3s ease;z-index:1001}.hamburger:hover{background:#fff3}.hamburger .bar{background:#333;transition:all .3s ease}body.menu-open{overflow:hidden}}html{scroll-behavior:smooth}@media (max-width: 768px){.hero-container,.service-card,.advantage-item,.pricing-card,.nav-menu{will-change:transform}.form-group{margin-bottom:.5rem}.form-group label{font-size:.9rem;margin-bottom:.4rem;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:16px;border-radius:8px;border:2px solid #e5e7eb;width:100%;box-sizing:border-box;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.form-group textarea{min-height:100px;resize:vertical}.checkbox-group{flex-direction:row;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.85rem;line-height:1.4;color:#6b7280;width:100%}.checkbox-label input[type=checkbox]{width:16px;height:16px;margin:0;accent-color:#1e3a8a;flex-shrink:0}.btn-large{padding:14px 24px;font-size:1rem;border-radius:25px;width:100%;margin-top:1rem;min-height:48px}.faq-section{padding:40px 0}.faq-section h2{font-size:2rem;margin-bottom:2rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.faq-item{padding:1.5rem;border-radius:12px}.faq-item h3{font-size:1.2rem;margin-bottom:.8rem}.faq-item p{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.contact-hero{padding:80px 0 40px}.contact-hero-content h1{font-size:1.8rem}.contact-hero-content p{font-size:.9rem;padding:0 15px}.contact-section{padding:30px 0}.contact-header h2{font-size:1.6rem}.contact-header p{font-size:.9rem}.quick-contact{padding:0 10px}.quick-contact-card{padding:1.2rem}.quick-icon{width:50px;height:50px}.quick-icon i{font-size:1.2rem}.quick-contact-card h3{font-size:1.1rem}.quick-contact-card p{font-size:.85rem}.quick-btn{padding:8px 16px;font-size:.85rem}.contact-main{padding:0 10px;gap:1.5rem}.contact-info-panel,.contact-form-panel{padding:1.2rem}.info-header h3,.form-header h3{font-size:1.3rem}.info-item{padding:.6rem}.info-item i{font-size:.9rem}.info-item h4{font-size:.95rem}.info-item p{font-size:.8rem}.emergency-contact{padding:1rem}.emergency-contact h4{font-size:1rem}.emergency-contact p{font-size:.85rem}.emergency-btn{padding:6px 12px;font-size:.85rem}.form-section h4{font-size:1rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.85rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:16px;border-radius:6px}.form-group textarea{min-height:80px}.checkbox-label{font-size:.8rem;line-height:1.3}.checkbox-label input[type=checkbox]{width:14px;height:14px}.btn-large{padding:12px 20px;font-size:.95rem;min-height:44px}.faq-section h2{font-size:1.6rem}.faq-item{padding:1.2rem}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.85rem}}@media (min-width: 769px) and (max-width: 1024px){.contact-hero-content h1{font-size:2.8rem}.contact-hero-content p{font-size:1.1rem}.contact-header h2{font-size:2.4rem}.quick-contact{grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-main{gap:2rem}.contact-info-panel,.contact-form-panel{padding:2rem}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.contact-form-panel{overflow:hidden}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group select,.form-group textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;background-color:#fff}.form-group select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px}.checkbox-label{position:relative;padding-left:0}.checkbox-label input[type=checkbox]{position:relative;top:2px}.btn-large{position:relative;overflow:hidden}.btn-large:active{transform:scale(.98)}.form-section h4{color:#1f2937;font-weight:600}.form-group{margin-bottom:1rem}.form-section{margin-bottom:1.5rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;opacity:1}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a26}.checkbox-label a{color:#1e3a8a;text-decoration:underline;font-weight:500}.checkbox-label a:hover{color:#1e40af}}@media (max-width: 480px){.contact-form-panel{padding:1rem;margin:0 5px}.form-section{padding-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:8px 10px;font-size:16px}.form-group textarea{min-height:70px}.checkbox-label{font-size:.75rem;line-height:1.2}.btn-large{padding:10px 16px;font-size:.9rem}.form-section h4{margin-bottom:.6rem;font-size:.95rem}.form-group label{margin-bottom:.2rem;font-size:.8rem}}.contact-hero{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:120px 0 80px;text-align:center;position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.contact-hero-content{position:relative;z-index:2}.contact-hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.contact-hero-content p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.8;text-transform:uppercase;letter-spacing:1px}.quick-contact-section{padding:80px 0;background:#f8fafc}.quick-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.quick-contact-card{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(30,58,138,.1);position:relative;overflow:hidden}.quick-contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1e3a8a,#1e40af);transform:scaleX(0);transition:transform .3s ease}.quick-contact-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #1e3a8a26}.quick-contact-card:hover:before{transform:scaleX(1)}.quick-contact-card.emergency{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.quick-contact-card.emergency:before{background:#fff}.card-icon{width:80px;height:80px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}.quick-contact-card.emergency .card-icon{background:#fff;color:#dc2626}.card-icon i{font-size:2rem;color:#fff}.quick-contact-card.emergency .card-icon i{color:#dc2626}.quick-contact-card h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.quick-contact-card.emergency h3{color:#fff}.quick-contact-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.quick-contact-card.emergency p{color:#ffffffe6}.card-btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #1e3a8a4d}.card-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66;color:#fff}.emergency-btn{background:#fff!important;color:#dc2626!important;box-shadow:0 5px 15px #dc26264d!important}.emergency-btn:hover{box-shadow:0 8px 25px #dc262666!important;color:#dc2626!important}.main-contact-section{padding:80px 0;background:#fff}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{background:#f8fafc;padding:2.5rem;border-radius:20px;border:1px solid rgba(30,58,138,.1)}.info-header{margin-bottom:2rem;text-align:center}.info-header h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.info-header p{color:#6b7280}.info-cards{display:grid;gap:1.5rem;margin-bottom:2rem}.info-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:12px;transition:all .3s ease;border:1px solid rgba(30,58,138,.1)}.info-card:hover{background:#e2e8f0;transform:translate(5px)}.info-icon{color:#1e3a8a;font-size:1.2rem;margin-top:.2rem;flex-shrink:0}.info-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem;color:#1f2937}.info-content p{color:#6b7280;font-size:.9rem;line-height:1.4}.workshop-info{background:#fff;padding:1.5rem;border-radius:15px;border:1px solid rgba(30,58,138,.1)}.workshop-info h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.workshop-details{display:grid;gap:.8rem}.detail-item{display:flex;align-items:center;gap:.8rem;color:#6b7280;font-size:.9rem}.detail-item i{color:#1e3a8a;width:16px;flex-shrink:0}.contact-form-container{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 15px 35px #0000001a;border:1px solid rgba(30,58,138,.1)}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;color:#1f2937}.form-header p{color:#6b7280}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:1px solid #e5e7eb;padding-bottom:2rem}.form-section:last-child{border-bottom:none;padding-bottom:0}.form-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#1f2937;display:flex;align-items:center;gap:.5rem}.form-section h3:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.form-group textarea{resize:vertical;min-height:120px}.checkbox-group{flex-direction:row;align-items:flex-start;gap:.75rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#6b7280;line-height:1.5}.checkbox-label input[type=checkbox]{margin:0;width:18px;height:18px;accent-color:#1e3a8a}.checkbox-label a{color:#1e3a8a;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.submit-btn{padding:15px 30px;font-size:1.1rem;font-weight:600;width:100%;margin-top:1rem;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border:none;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #1e3a8a4d;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1e3a8a66}.faq-section{padding:80px 0;background:#f8fafc}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.faq-header p{font-size:1.1rem;color:#6b7280}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background:#fff;padding:2rem;border-radius:15px;border-left:4px solid #1e3a8a;transition:all .3s ease;box-shadow:0 5px 15px #0000000d}.faq-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.faq-item h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.faq-item p{color:#6b7280;line-height:1.6}@media (max-width: 768px){.contact-hero{padding:100px 0 60px}.contact-hero-content h1{font-size:2.2rem;line-height:1.3;margin-bottom:1rem}.contact-hero-content p{font-size:1rem;line-height:1.6;padding:0 20px}.hero-stats{flex-direction:column;gap:1.5rem;margin-top:1.5rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.quick-contact-section{padding:40px 0}.quick-contact-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.quick-contact-card{padding:1.5rem;border-radius:15px}.card-icon{width:60px;height:60px;margin-bottom:1rem}.card-icon i{font-size:1.5rem}.quick-contact-card h3{font-size:1.2rem;margin-bottom:.8rem}.quick-contact-card p{font-size:.9rem;margin-bottom:1rem}.card-btn{padding:10px 20px;font-size:.9rem;border-radius:20px}.main-contact-section{padding:40px 0}.contact-layout{grid-template-columns:1fr;gap:2rem;padding:0 15px}.contact-info{padding:1.5rem;border-radius:15px;order:2}.info-header h2{font-size:1.5rem;margin-bottom:.5rem}.info-cards{gap:1rem;margin-bottom:1.5rem}.info-card{padding:.8rem;border-radius:10px}.info-icon{font-size:1rem}.info-content h4{font-size:1rem;margin-bottom:.2rem}.info-content p{font-size:.85rem}.workshop-info{padding:1.2rem;border-radius:12px}.workshop-info h3{font-size:1.1rem;margin-bottom:.8rem}.detail-item{font-size:.85rem;gap:.6rem}.contact-form-container{padding:1.5rem;border-radius:15px;order:1}.form-header h2{font-size:1.5rem;margin-bottom:.5rem}.form-header p{font-size:.9rem}.contact-form{gap:1.5rem}.form-section{padding-bottom:1.5rem}.form-section h3{font-size:1.1rem;margin-bottom:.8rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:16px;border-radius:8px}.form-group textarea{min-height:100px}.checkbox-label{font-size:.85rem;line-height:1.4}.checkbox-label input[type=checkbox]{width:16px;height:16px}.submit-btn{padding:14px 24px;font-size:1rem;border-radius:25px;min-height:48px}.faq-section{padding:40px 0}.faq-header h2{font-size:2rem;margin-bottom:.8rem}.faq-header p{font-size:1rem}.faq-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 15px}.faq-item{padding:1.5rem;border-radius:12px}.faq-item h3{font-size:1.2rem;margin-bottom:.8rem}.faq-item p{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.contact-hero{padding:80px 0 40px}.contact-hero-content h1{font-size:1.8rem}.contact-hero-content p{font-size:.9rem;padding:0 15px}.stat-number{font-size:1.8rem}.stat-label{font-size:.75rem}.quick-contact-grid{padding:0 10px}.quick-contact-card{padding:1.2rem}.card-icon{width:50px;height:50px}.card-icon i{font-size:1.2rem}.quick-contact-card h3{font-size:1.1rem}.quick-contact-card p{font-size:.85rem}.card-btn{padding:8px 16px;font-size:.85rem}.contact-layout{padding:0 10px;gap:1.5rem}.contact-info,.contact-form-container{padding:1.2rem}.info-header h2,.form-header h2{font-size:1.3rem}.info-card{padding:.6rem}.info-icon{font-size:.9rem}.info-content h4{font-size:.95rem}.info-content p{font-size:.8rem}.workshop-info{padding:1rem}.workshop-info h3{font-size:1rem}.detail-item{font-size:.8rem}.form-section h3{font-size:1rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.85rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;font-size:16px;border-radius:6px}.form-group textarea{min-height:80px}.checkbox-label{font-size:.8rem;line-height:1.3}.checkbox-label input[type=checkbox]{width:14px;height:14px}.submit-btn{padding:12px 20px;font-size:.95rem;min-height:44px}.faq-header h2{font-size:1.6rem}.faq-item{padding:1.2rem}.faq-item h3{font-size:1.1rem}.faq-item p{font-size:.85rem}.reviews-section{padding:3rem 0}.reviews-header h2{font-size:2rem;margin-bottom:.8rem}.reviews-header .section-subtitle{font-size:1rem;padding:0 1rem}.reviews-container{margin:0 15px;padding:1.5rem;border-radius:15px}.elfsight-app-d938a916-7c6a-4124-910d-f11ddb1d0ec8{min-height:300px}}@media (min-width: 769px) and (max-width: 1024px){.contact-hero-content h1{font-size:2.8rem}.contact-hero-content p{font-size:1.1rem}.hero-stats{gap:2rem}.quick-contact-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-layout{gap:3rem}.contact-info,.contact-form-container{padding:2rem}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}
