.welcome-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 25%,transparent 75%,rgba(255,255,255,.3) 100%),linear-gradient(90deg,#8a8a8a,#a8a8a8,silver 40%,#d0d0d0,silver 60%,#a8a8a8,#8a8a8a);background-size:300% 100%,200% 100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;overflow:hidden;animation:shimmer 3.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:0% 0%,-100% 0%}to{background-position:100% 0%,100% 0%}}.welcome-screen.slide-out{animation:slideOut 1.2s ease-in-out forwards}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0;visibility:hidden}}.skip-button{position:absolute;top:2rem;right:2rem;background:transparent;border:2px solid #333;color:#333;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;border-radius:6px;transition:all .3s ease;opacity:0;animation:fadeIn .5s ease-out .5s forwards}.skip-button:hover{background:#333;color:#fff;transform:translate(5px)}.logo-container{position:relative;margin-bottom:3rem;opacity:1}.welcome-logo{width:450px;height:450px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.description-container{height:150px;max-width:800px;padding:0 2rem;display:flex;justify-content:center;align-items:center;text-align:center}.description-text{font-size:1.6rem;color:#1f2937;font-weight:500;line-height:1.6;white-space:pre-wrap;transition:opacity .8s ease-out}.description-text.typing{border-right:3px solid #1f2937;animation:blink .7s step-end infinite;opacity:1}.description-text:not(.typing){opacity:0}@keyframes blink{50%{border-color:transparent}}.final-text-container{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem;opacity:0}.final-text-container.visible{animation:fadeIn 1s ease-out forwards}.final-text{font-size:2.5rem;font-weight:700;color:#111827;text-align:center;letter-spacing:3px;text-transform:uppercase}.checkmark{width:60px;height:60px;border-radius:50%;border:4px solid #10b981;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#10b981;font-weight:700;background:#10b9811a;box-shadow:0 2px 12px #10b9814d;animation:checkPulse 1.5s ease-in-out infinite}@keyframes checkPulse{0%,to{transform:scale(1);box-shadow:0 2px 12px #10b9814d}50%{transform:scale(1.05);box-shadow:0 4px 16px #10b98180}}.action-buttons{display:flex;gap:1.5rem;opacity:0;flex-wrap:wrap;justify-content:center}.action-buttons.visible{animation:fadeIn .8s ease-out forwards}.primary-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;border-radius:50px;transition:all .3s ease;box-shadow:0 10px 30px #2563eb66}.primary-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #2563eb99}.secondary-button{background:#fff;color:#2563eb;border:2px solid #2563eb;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;border-radius:50px;transition:all .3s ease;box-shadow:0 5px 20px #0000001a}.secondary-button:hover{background:#2563eb;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #2563eb66}@media(max-width:768px){.welcome-logo{width:300px;height:300px}.checkmark{width:45px;height:45px;font-size:1.8rem}.description-text{font-size:1.3rem}.final-text{font-size:2rem}.primary-button,.secondary-button{padding:.9rem 2rem;font-size:1rem}.skip-button{top:1rem;right:1rem;font-size:.75rem;padding:.4rem .8rem}}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;transition:background .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo-wrapper{display:flex;align-items:center}.logo-content{display:flex;align-items:center;gap:.75rem}.logo-image{width:65px;height:65px;object-fit:cover;border-radius:8px}.logo-text{display:flex;flex-direction:column;gap:.15rem}.logo-name{font-size:1.5rem;font-weight:700;color:#2563eb;line-height:1.2;transition:color .3s ease}.navbar-logo-wrapper:hover .logo-name{color:#1d4ed8}.logo-description-container{position:relative;height:28px;overflow:hidden;min-width:350px}.logo-description{position:absolute;font-size:1.15rem;color:#374151;white-space:nowrap;font-weight:600}.logo-description.active{animation:slideText 8s ease-in-out}@keyframes slideText{0%{transform:translate(100%);opacity:0}12.5%{transform:translate(0);opacity:1}87.5%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.navbar-menu{display:flex;gap:2rem;list-style:none}.navbar-menu li a{font-size:1rem;font-weight:500;color:#333;position:relative;transition:color .3s ease}.navbar-menu li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.navbar-menu li a:hover{color:#2563eb}.navbar-menu li a:hover:after{width:100%}.navbar-toggle{display:none;flex-direction:column;gap:4px;padding:.5rem}.navbar-toggle span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}@media(max-width:768px){.navbar-toggle{display:flex}.logo-image{width:50px;height:50px}.logo-name{font-size:1.2rem}.logo-description-container{min-width:280px}.logo-description{font-size:.9rem}@keyframes slideText{0%{transform:translate(280px);opacity:0}7%{transform:translate(0);opacity:1}50%{transform:translate(0);opacity:1}57%{transform:translate(-100%);opacity:0}to{transform:translate(-100%);opacity:0}}.navbar-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:2rem;gap:1rem;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li a:after{display:none}}.hero{position:relative;padding:6rem 2rem 3rem;min-height:70vh;display:flex;align-items:center;overflow:hidden}.hero-background-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.hero-background-slide.active{opacity:1;z-index:1}.hero-background-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000000b3,#00000080,#000000b3);z-index:2}.hero-container{position:relative;z-index:3;max-width:1200px;margin:0 auto;width:100%}.hero-content{max-width:800px;animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:2rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-title span{color:#60a5fa;text-shadow:0 2px 10px rgba(96,165,250,.5)}.hero-subtitle-container{position:relative;height:60px;margin-bottom:1rem}.hero-subtitle{position:absolute;font-size:1.8rem;color:#f0f9ff;font-weight:700;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;text-shadow:0 2px 8px rgba(0,0,0,.5)}.hero-subtitle.active{opacity:1;transform:translateY(0)}.hero-description-container{position:relative;min-height:80px;margin-bottom:2rem}.hero-description{position:absolute;font-size:1.2rem;color:#e0f2fe;line-height:1.8;opacity:0;transform:translate(0);text-shadow:0 1px 4px rgba(0,0,0,.5)}.hero-description.active{animation:descriptionCycle 13s ease-in-out}@keyframes descriptionCycle{0%{opacity:0;transform:translate(100%)}7.69%{opacity:1;transform:translate(0)}76.92%{opacity:1;transform:translate(0)}84.62%{opacity:0;transform:translateY(20px)}92.31%{opacity:0;transform:translate(100%)}to{opacity:0;transform:translate(100%)}}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;box-shadow:0 4px 15px #60a5fa80}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #60a5fa99}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero{padding:6rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-subtitle-container{height:50px}.hero-description{font-size:1.1rem}}@media(max-width:640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-subtitle-container{height:40px}.hero-description{font-size:1rem}.hero-description-container{min-height:100px}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.services{padding:4rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:3rem}.services-header h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.services-header p{font-size:1.2rem;color:#64748b}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{position:relative;border-radius:16px;min-height:400px;box-shadow:0 4px 20px #0000001f;transition:all .3s ease;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000004d,#0000001a);z-index:1}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #00000040}.service-card h3{position:relative;z-index:2;font-size:1.5rem;font-weight:700;color:#fff;text-align:right;align-self:flex-end;margin-bottom:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.browse-button{position:relative;z-index:2;align-self:flex-end;padding:.75rem 2rem;background:#fff;color:#1e293b;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.browse-button:hover{background:#3b82f6;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.entrepreneur-section{margin-top:5rem;text-align:center}.entrepreneur-section h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.entrepreneur-description{font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto 2.5rem;line-height:1.6}.entrepreneur-options{display:flex;gap:1.5rem;margin-bottom:2.5rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;-webkit-overflow-scrolling:touch}.entrepreneur-options::-webkit-scrollbar{height:8px}.entrepreneur-options::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.entrepreneur-options::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.entrepreneur-options::-webkit-scrollbar-thumb:hover{background:#94a3b8}.entrepreneur-option{width:280px;height:220px;padding:2rem 1.5rem;border-radius:16px;text-align:center;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 15px #0000001a;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.entrepreneur-option:hover{transform:translateY(-8px);box-shadow:0 8px 25px #0003}.entrepreneur-icon{font-size:3.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff3;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.entrepreneur-option h4{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem}.entrepreneur-option p{font-size:.9rem;color:#ffffffe6;line-height:1.4}.propose-services-button{padding:1rem 3rem;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.propose-services-button:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.suggestion-section{margin-top:5rem;padding:3rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;text-align:center}.suggestion-section h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.suggestion-button{display:inline-block;padding:1rem 3rem;background:#fff;color:#667eea;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #0003}.suggestion-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}@media(max-width:768px){.services{padding:3rem 1.5rem}.services-header h2{font-size:2rem}.services-header p{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{min-height:350px}.service-card h3{font-size:1.3rem}.entrepreneur-section h2{font-size:2rem}.entrepreneur-description{font-size:1rem;padding:0 1rem}.entrepreneur-options{padding:0 1rem}.entrepreneur-option{font-size:.9rem;padding:.6rem 1.2rem}.propose-services-button{font-size:1rem;padding:.9rem 2.5rem}.suggestion-section{margin-top:3rem;padding:2rem 1.5rem}.suggestion-section h3{font-size:1.5rem}.suggestion-button{font-size:1rem;padding:.9rem 2.5rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.service-modal-content{background:#fff;padding:2rem;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-content{background:#fff;padding:2rem;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.modal-content h2{color:#1e3a8a;margin-bottom:1rem;font-size:1.75rem}.modal-content>p{color:#475569;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.modal-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-propose,.btn-close{flex:1;min-width:140px;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-propose{background:#2563eb;color:#fff}.btn-propose:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 16px #2563eb4d}.btn-close{background:#e5e7eb;color:#374151}.btn-close:hover{background:#d1d5db}.service-form{max-width:100%}.service-form-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.service-form-header h2{margin-bottom:.5rem;color:#1e3a8a}.service-form-description{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.service-proposal-form{margin-top:1.5rem}.form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.form-section h3{color:#1e40af;font-size:1.15rem;margin-bottom:1rem;font-weight:600}.form-group{margin-bottom:1.25rem}.form-group label{display:block;color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.file-input{border:2px dashed #d1d5db!important;cursor:pointer;padding:1rem!important}.file-input:hover{border-color:#2563eb!important;background:#f8fafc}.file-selected{margin-top:.5rem;color:#10b981;font-size:.875rem;font-weight:500}.subscription-options{display:flex;flex-direction:column;gap:1rem}.subscription-option{display:flex;align-items:flex-start;padding:1.25rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff}.subscription-option:hover{border-color:#2563eb;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.subscription-option input[type=radio]{margin-right:1rem;margin-top:.25rem;width:20px;height:20px;cursor:pointer;flex-shrink:0}.subscription-details{flex:1}.subscription-name{font-weight:700;font-size:1.1rem;color:#1e3a8a;margin-bottom:.25rem}.subscription-price{font-weight:600;font-size:1.25rem;color:#10b981;margin-bottom:.5rem}.subscription-desc{color:#64748b;font-size:.9rem;line-height:1.5}.form-buttons{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-submit,.btn-cancel{flex:1;min-width:140px;padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}@media(max-width:768px){.modal-content,.service-modal-content{padding:1.5rem;max-height:95vh}.modal-buttons,.form-buttons{flex-direction:column}.btn-propose,.btn-close,.btn-submit,.btn-cancel{width:100%}.subscription-option{padding:1rem}.subscription-name{font-size:1rem}.subscription-price{font-size:1.1rem}.success-modal-content{padding:2rem 1.5rem}.success-modal-content h2{font-size:1.5rem}}.cost-notice{display:flex;align-items:flex-start;gap:12px;padding:16px;background-color:#eff6ff;border-radius:8px;border:1px solid #3b82f6;margin-bottom:16px}.cost-notice svg{flex-shrink:0;margin-top:2px}.cost-notice div{flex:1}.cost-notice p{margin:0;color:#1e40af;font-size:14px;line-height:1.6}.cost-notice p:first-child{font-weight:600;margin-bottom:4px}.control-notice{display:flex;align-items:flex-start;gap:12px;padding:16px;background-color:#fef3c7;border-radius:8px;border:1px solid #fbbf24;margin-bottom:24px}.control-notice svg{flex-shrink:0;margin-top:2px}.control-notice p{color:#92400e;font-size:14px;line-height:1.6;margin:0}.uy1-modal{position:fixed;inset:0;background:#00000073;display:none;align-items:center;justify-content:center;z-index:9999}.uy1-modal.open{display:flex}.uy1-modal-content{background:#fff;padding:20px 24px;border-radius:12px;max-width:360px;width:90%;box-shadow:0 10px 30px #00000026;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.uy1-spinner{width:32px;height:32px;border-radius:50%;border:3px solid #e0e0e0;border-top-color:#007bff;margin:0 auto 12px;animation:uy1-spin .8s linear infinite}.uy1-spinner.hidden{display:none}.uy1-modal-button{margin-top:12px;padding:8px 18px;border-radius:999px;border:none;cursor:pointer;font-weight:600;background:#007bff;color:#fff}.uy1-modal-button:hover{opacity:.9}@keyframes uy1-spin{to{transform:rotate(360deg)}}.contact-page{padding:4rem 2rem;background:#fff;min-height:80vh}.contact-page-container{max-width:1200px;margin:0 auto}.suggestion-box{margin-bottom:5rem}.suggestion-box h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center}.suggestion-box>p{font-size:1.2rem;color:#64748b;text-align:center;margin-bottom:2.5rem}.suggestion-form{background:#f8fafc;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;max-width:800px;margin:0 auto}.contact-section{text-align:center;margin-top:3rem}.contact-section h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.contact-section>p{font-size:1.2rem;color:#64748b;margin-bottom:3rem}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.info-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:2rem;border-radius:12px;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #2563eb1a}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.info-card p{font-size:1rem;color:#475569;line-height:1.6}.form-group label{display:block;font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;transition:all .3s ease;font-family:inherit}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #2563eb4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.submit-btn:active{transform:translateY(0)}@media(max-width:968px){.contact-page{padding:3rem 1.5rem}.contact-section h2,.suggestion-box h2{font-size:2rem}.suggestion-form{padding:2rem}.contact-info{grid-template-columns:1fr}}@media(max-width:640px){.contact-section h2,.suggestion-box h2{font-size:1.75rem}.contact-section>p,.suggestion-box>p{font-size:1.1rem}.suggestion-form{padding:1.5rem}}.category-page{background:#fff;min-height:80vh;position:relative;padding-bottom:6rem}.category-carousel-section{position:relative;width:100%;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);padding:6rem 2rem 4rem;overflow:hidden;margin-top:70px}.carousel-title{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem;text-shadow:0 4px 12px rgba(0,0,0,.2)}.category-carousel-container{position:relative;width:100%;max-width:1400px;margin:0 auto}.carousel-track{position:relative;height:350px;display:flex;align-items:center;justify-content:center}.carousel-card{position:absolute;border-radius:20px;overflow:hidden;transition:all .6s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 10px 40px #0000004d}.carousel-card.hidden{opacity:0;pointer-events:none}.carousel-card.left{left:5%;width:220px;height:220px;opacity:.6;z-index:1;transform:scale(.85) translateY(0)}.carousel-card.center{left:50%;transform:translate(-50%) scale(1);width:320px;height:320px;opacity:1;z-index:10;box-shadow:0 20px 60px #0006}.carousel-card.right{right:5%;width:220px;height:220px;opacity:.6;z-index:1;transform:scale(.85) translateY(0)}.carousel-card:hover:not(.center){opacity:.8;transform:scale(.9) translateY(-5px)}.carousel-card.right:hover,.carousel-card.left:hover{transform:scale(.9) translateY(-5px)}.carousel-card img{width:100%;height:100%;object-fit:cover;display:block}.carousel-indicators{position:absolute;bottom:-3.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:20}.carousel-indicators .indicator{width:12px;height:12px;border-radius:50%;background:#fff6;border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicators .indicator.active{background:#fff;width:36px;border-radius:6px;border-color:#fff}.carousel-indicators .indicator:hover{background:#ffffffb3;border-color:#ffffffe6}.back-button-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 0;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.search-bar{flex:1;min-width:300px;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease}.search-bar:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-bar svg{color:#94a3b8;flex-shrink:0}.search-bar input{flex:1;border:none;outline:none;font-size:1rem;color:#1e293b;background:transparent}.search-bar input::placeholder{color:#94a3b8}.category-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem}.back-button:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translate(-3px)}.back-button svg{transition:transform .3s ease}.back-button:hover svg{transform:translate(-3px)}.location-filters-container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 0}.location-filters{display:flex;flex-wrap:wrap;gap:.75rem}.location-filter{padding:.5rem 1.25rem;background:#fff;color:#64748b;border:2px solid #e2e8f0;border-radius:24px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.location-filter:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.location-filter.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea}.category-header{text-align:center;margin-bottom:3rem;margin-top:2rem}.category-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.category-header p{font-size:1.2rem;color:#64748b}.offers-list{display:grid;gap:2rem}.offer-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.offer-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.offer-title{font-size:1.5rem;font-weight:700;color:#1e293b;padding:1.5rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);margin:0}.offer-body{padding:2rem;min-height:450px;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center}.offer-body:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#fff3,#fff6);z-index:1}.services-tags{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:auto}.service-tag{padding:.5rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:24px;font-size:.9rem;font-weight:500;box-shadow:0 2px 8px #667eea4d;white-space:nowrap}.offer-description{font-size:1.1rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6}.products-list{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.product-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:#fff;border-radius:8px;margin-bottom:.75rem;transition:all .2s ease}.product-item:last-child{margin-bottom:0}.product-item:hover{transform:translate(5px);box-shadow:0 2px 8px #3b82f61a}.product-name{font-size:1rem;font-weight:500;color:#1e293b}.product-price{font-size:1rem;font-weight:700;color:#3b82f6}.order-button{position:relative;z-index:2;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.order-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.offer-footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.footer-contact-button{width:100%;margin-top:.5rem;padding:.875rem 2rem;font-size:1rem}.client-count{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#64748b}.client-count .icon{font-size:1.2rem}.rating{display:flex;gap:.25rem}.star{font-size:1.5rem;color:#e2e8f0}.star.filled{color:#fbbf24}.star.half{background:linear-gradient(90deg,#fbbf24 50%,#e2e8f0 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.star.empty{color:#e2e8f0}.debitage-section-footer{width:100%;padding:3rem 2rem;margin-top:4rem;display:flex;justify-content:center}.debitage-content{max-width:1200px;width:100%;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:24px;padding:2.5rem;box-shadow:0 8px 32px #667eea4d}.debitage-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.2)}.debitage-benefits{list-style:none;padding:0;margin:0 0 2rem}.debitage-benefits li{padding:.75rem 0 .75rem 2rem;color:#fff;font-size:1.05rem;line-height:1.6;position:relative}.debitage-benefits li:before{content:"•";position:absolute;left:.5rem;color:#fff;font-size:1.5rem;font-weight:700}.debitage-use-btn{display:block;margin:0 auto;padding:1rem 3rem;background:#fff;color:#667eea;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.debitage-use-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.fixed-add-button{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 24px #3b82f666;z-index:1000;white-space:nowrap}.fixed-add-button:hover{transform:translate(-50%) translateY(-3px);box-shadow:0 12px 32px #3b82f680}@media(max-width:768px){.category-carousel-section{padding:5rem 1rem 3rem;margin-top:60px}.carousel-title{font-size:1.6rem;margin-bottom:2rem}.carousel-track{height:260px}.carousel-card.left,.carousel-card.right{width:140px;height:140px}.carousel-card.center{width:220px;height:220px}.carousel-card.left{left:2%}.carousel-card.right{right:2%}.category-container{padding:1.5rem 1.5rem 4rem}.category-header h1{font-size:2rem}.category-header p{font-size:1.1rem}.offer-title{font-size:1.3rem;padding:1.25rem 1.5rem}.offer-body{padding:1.5rem}.offer-footer{flex-direction:column;gap:1rem;align-items:flex-start}.product-item{flex-direction:column;align-items:flex-start;gap:.5rem}.fixed-add-button{bottom:1.5rem;padding:.875rem 1.5rem;font-size:1rem}.back-button-container{padding:1.5rem 1.5rem 0;flex-direction:column;align-items:stretch;gap:1rem}.back-button{padding:.625rem 1.25rem;font-size:.9rem}.search-bar{min-width:100%}.location-filters-container{padding:1rem 1.5rem 0}.location-filter,.service-tag{font-size:.85rem;padding:.4rem 1rem}.offer-body{padding:1.5rem;min-height:250px}.category-header{margin-top:1.5rem}.debitage-section-footer,.debitage-content{padding:2rem 1.5rem}.debitage-title{font-size:1.4rem}.debitage-benefits li{font-size:.95rem;padding-left:1.5rem}.debitage-use-btn{padding:.875rem 2rem;font-size:1rem}.besto-category-buttons{flex-direction:column;padding:1rem}.category-toggle-btn{width:100%}.besto-cards-grid{grid-template-columns:1fr;padding:1rem}}.besto-category-buttons{display:flex;justify-content:center;gap:1rem;padding:2rem;background:#fff}.category-toggle-btn{padding:1rem 3rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.category-toggle-btn:hover{border-color:#ec4899;color:#ec4899}.category-toggle-btn.active{background:linear-gradient(135deg,#ec4899,#8b5cf6);border-color:#ec4899;color:#fff;box-shadow:0 4px 15px #ec48994d}.besto-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem}.besto-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.besto-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.besto-card-header{padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);text-align:center}.besto-card-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b}.besto-card-body{padding:0}.besto-photo{width:100%;height:300px;background-size:cover;background-position:center;background-repeat:no-repeat}.besto-photo-container{position:relative;width:100%;height:300px;overflow:hidden;background-color:#f1f5f9}.besto-photo-img{width:100%;height:100%;object-fit:cover;display:block}.besto-photo-overlay{position:absolute;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.besto-photo-overlay:hover{background:#00000080}.eye-icon{width:50px;height:50px;color:#fff;opacity:0;transform:scale(.8);transition:all .3s ease}.besto-photo-overlay:hover .eye-icon{opacity:1;transform:scale(1)}.besto-card-footer{padding:1.5rem;background:#f8fafc;text-align:center}.besto-card-footer p{margin:0;font-size:1rem;font-weight:600;color:#64748b}.competitive-advantage{padding:1rem 1.5rem;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-left:4px solid #f97316;margin:0 1.5rem 1rem;border-radius:8px}.competitive-advantage p{margin:0;font-size:.95rem;line-height:1.6;color:#78350f;font-weight:500}.dishes-bubbles{display:flex;flex-wrap:wrap;gap:.75rem;padding:0 1.5rem 1rem}.dish-bubble{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:25px;box-shadow:0 2px 8px #fbbf2433;transition:all .3s ease}.dish-bubble:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fbbf244d}.dish-name{font-size:.9rem;font-weight:600;color:#78350f}.dish-price{font-size:.85rem;font-weight:700;color:#92400e}.secondhand-article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.secondhand-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.article-header{padding:1.25rem 1.5rem;margin:0;font-size:1.15rem;font-weight:700;color:#1e293b;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-bottom:2px solid #cbd5e1}.article-body{position:relative;height:300px;background-size:cover;background-position:center;background-repeat:no-repeat;padding:0;display:flex;flex-direction:column;justify-content:flex-end}.article-price-tag{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.75rem 1.5rem;border-radius:30px;font-size:1.1rem;font-weight:700;box-shadow:0 4px 12px #3b82f666;z-index:2}.view-image-button{position:absolute;top:1rem;left:1rem;background:#0009;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.view-image-button:hover{background:#000c;transform:scale(1.1)}.view-image-button svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.article-description{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.25rem;margin:0;border-radius:0;font-size:.9rem;line-height:1.6;color:#475569;box-shadow:0 -4px 12px #0000001a;max-height:100px;overflow-y:auto;z-index:1}.article-footer{padding:1.25rem 1.5rem;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e2e8f0}.article-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;font-weight:500}.article-location svg{flex-shrink:0;color:#3b82f6}.negotiate-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #10b9814d}.negotiate-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.negotiate-button svg{flex-shrink:0}@media(max-width:768px){.article-body{height:250px}.article-price-tag{font-size:1rem;padding:.6rem 1.25rem}.article-description{font-size:.85rem;padding:.875rem 1rem}.article-footer{flex-direction:column;align-items:stretch}.negotiate-button{width:100%;justify-content:center}}.announcement-card-header{padding:1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:2px solid #bfdbfe}.announcement-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#1e293b}.announcement-brief{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.announcement-body{position:relative;height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.view-image-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#000000b3;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.view-image-button:hover{background:#000000e6;transform:translate(-50%,-50%) scale(1.1);box-shadow:0 8px 24px #0006}.announcement-footer{padding:1.5rem;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.announcement-info{flex:1;display:flex;flex-direction:column;gap:.75rem}.announcement-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;font-weight:500}.announcement-location svg{flex-shrink:0;color:#3b82f6}.announcement-organizer{font-size:.9rem;color:#64748b;font-weight:500}.contact-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #3b82f64d}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.contact-button svg{flex-shrink:0}.announcement-contact-text{padding:.75rem 1.5rem;background:#e0f2fe;color:#0c4a6e;border-radius:25px;font-size:.95rem;font-weight:600;border:2px solid #bae6fd}.image-viewer-overlay{position:fixed;inset:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.close-viewer-button{position:absolute;top:2rem;right:2rem;width:48px;height:48px;background:#ffffff1a;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001}.close-viewer-button:hover{background:#fff3;transform:rotate(90deg)}.image-viewer-content{max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.image-viewer-content img{max-width:100%;max-height:calc(90vh - 120px);object-fit:contain;border-radius:12px;box-shadow:0 20px 60px #00000080}.download-image-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 15px #10b9814d}.download-image-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}@media(max-width:768px){.announcement-body{height:280px}.view-image-button{width:50px;height:50px}.announcement-footer{flex-direction:column;align-items:stretch}.contact-button{width:100%;justify-content:center}.close-viewer-button{top:1rem;right:1rem;width:40px;height:40px}.image-viewer-content img{max-height:calc(90vh - 100px)}.download-image-button{padding:.875rem 1.5rem;font-size:.95rem}}.restaurant-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;height:600px}.restaurant-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.restaurant-card-header{padding:1.5rem;background:linear-gradient(135deg,#fff7ed,#fed7aa);border-bottom:2px solid #fdba74;flex-shrink:0}.restaurant-name{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1e293b}.restaurant-description{margin:0;font-size:.95rem;color:#64748b;line-height:1.5}.restaurant-card-body{position:relative;flex:1;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;min-height:0}.restaurant-card-body:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000004d,#0009);z-index:1}.dishes-bubbles{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start}.dish-bubble{padding:.625rem 1rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;font-size:.9rem;font-weight:600;color:#1e293b;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;cursor:default}.dish-bubble:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.view-gallery-button{position:relative;z-index:2;width:56px;height:56px;background:#f97316e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;align-self:center;margin-top:auto}.view-gallery-button:hover{background:#f97316;transform:scale(1.1);box-shadow:0 6px 20px #f9731666}.restaurant-card-footer{padding:1.25rem 1.5rem;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0}.restaurant-location{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.9rem;font-weight:500}.restaurant-location svg{flex-shrink:0;color:#f97316}.view-menu-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 4px 12px #10b9814d}.view-menu-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.view-menu-button svg{flex-shrink:0}.dish-gallery-overlay{position:fixed;inset:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}.dish-gallery-content{max-width:900px;width:100%;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.dish-carousel{display:flex;gap:1rem;overflow-x:auto;padding:1rem;background:#ffffff0d;border-radius:12px;width:100%;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.dish-carousel::-webkit-scrollbar{height:8px}.dish-carousel::-webkit-scrollbar-track{background:transparent}.dish-carousel::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.carousel-item{flex-shrink:0;width:100px;height:100px;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:3px solid transparent}.carousel-item:hover{transform:scale(1.05);border-color:#ffffff80}.carousel-item.active{border-color:#f97316;transform:scale(1.1);box-shadow:0 4px 16px #f9731680}.carousel-item img{width:100%;height:100%;object-fit:cover}.main-dish-display{position:relative;width:100%;max-width:600px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080}.main-dish-display img{width:100%;height:auto;max-height:450px;object-fit:cover;display:block}.dish-info-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%);color:#fff}.dish-info-overlay h3{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.dish-price{margin:0;font-size:1.5rem;font-weight:600;color:#fbbf24;text-shadow:0 2px 4px rgba(0,0,0,.3)}.order-dish-button{display:flex;align-items:center;gap:.75rem;padding:1.125rem 2.5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;border-radius:12px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-decoration:none;box-shadow:0 6px 20px #f9731666;text-transform:uppercase;letter-spacing:.5px}.order-dish-button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #f9731680}@media(max-width:768px){.restaurant-card{height:auto;min-height:500px}.restaurant-card-body{min-height:280px}.dishes-bubbles{gap:.5rem}.dish-bubble{font-size:.85rem;padding:.5rem .875rem}.view-gallery-button{width:48px;height:48px}.restaurant-card-footer{flex-direction:column;align-items:stretch}.view-menu-button{width:100%;justify-content:center}.dish-carousel{gap:.75rem}.carousel-item{width:80px;height:80px}.main-dish-display img{max-height:350px}.dish-info-overlay{padding:1.5rem}.dish-info-overlay h3{font-size:1.5rem}.dish-price{font-size:1.25rem}.order-dish-button{padding:1rem 2rem;font-size:1rem}}.photocopier-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;height:100%}.photocopier-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.photocopier-card-header{padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.photocopier-name{font-size:24px;font-weight:700;margin-bottom:8px}.photocopier-description{font-size:14px;opacity:.95;line-height:1.5;margin:0}.photocopier-body{position:relative;height:300px;background-color:#f3f4f6;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.photocopier-body .services-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:auto}.photocopier-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.photocopier-body .view-image-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background-color:#0009;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:2}.photocopier-body .view-image-button:hover{background-color:#000c;transform:translate(-50%,-50%) scale(1.1)}.photocopier-footer{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;background-color:#f9fafb}.photocopier-location{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:14px}.photocopier-location svg{flex-shrink:0}.photocopier-order-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:10px 24px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.photocopier-order-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.order-image-button{display:flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:16px}.order-image-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}@media(max-width:768px){.photocopier-card-header{padding:16px}.photocopier-name{font-size:20px}.photocopier-body{height:250px}.photocopier-footer{flex-direction:column;gap:12px;align-items:stretch}.photocopier-order-button{width:100%}}.wifi-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.wifi-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.wifi-card-header{padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);text-align:center}.wifi-name{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.wifi-body{position:relative;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;background:#f8fafc}.wifi-qr-image{width:280px;height:280px;object-fit:contain;border-radius:12px;background:#fff;padding:16px;box-shadow:0 4px 12px #00000014}.wifi-locations{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;position:absolute;top:16px;left:16px;right:16px}.wifi-location-tag{background:#667eeaf2;color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #667eea4d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wifi-body .view-image-button{position:absolute;bottom:24px;right:24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #667eea66}.wifi-body .view-image-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #667eea80}.wifi-footer{padding:20px;background:#fff;border-top:2px solid #f1f5f9}.wifi-password{display:flex;align-items:center;gap:12px;font-size:1rem;color:#334155}.wifi-password svg{color:#667eea;flex-shrink:0}.wifi-password strong{color:#1e293b;font-family:Courier New,monospace;background:#f1f5f9;padding:4px 12px;border-radius:6px;font-size:1.1rem}.wifi-viewer-header{text-align:center;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d}.wifi-viewer-header h3{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 12px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.wifi-password-display{display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:1.1rem;margin-top:12px}.wifi-password-display svg{flex-shrink:0}.wifi-password-display strong{font-family:Courier New,monospace;background:#fff3;padding:6px 16px;border-radius:8px;font-size:1.2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.wifi-card{margin:0 8px}.wifi-qr-image{width:220px;height:220px}.wifi-locations{position:static;margin-bottom:12px}.wifi-body .view-image-button{position:static;margin-top:16px}.wifi-password{flex-direction:column;text-align:center;gap:8px}.wifi-viewer-header h3{font-size:1.4rem}.wifi-password-display{flex-direction:column;font-size:1rem}}.fixed-add-repetiteur-button{position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 6px 20px #667eea80;z-index:1000;white-space:nowrap}.fixed-add-repetiteur-button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #667eea99}.fixed-add-repetiteur-button:active{transform:translateY(-1px)}.repetiteur-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.repetiteur-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.repetiteur-card-header{padding:20px;background:linear-gradient(135deg,#10b981,#059669);text-align:center}.repetiteur-name{color:#fff;font-size:1.5rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}.repetiteur-body{position:relative;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;background:#f8fafc;min-height:350px}.repetiteur-image{width:100%;max-width:320px;height:280px;object-fit:contain;border-radius:12px;background:#fff;padding:16px;box-shadow:0 4px 12px #00000014}.repetiteur-niveaux{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;position:absolute;top:16px;left:16px;right:16px}.repetiteur-niveau-tag{background:#10b981f2;color:#fff;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 2px 8px #10b9814d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.repetiteur-body .view-image-button{position:absolute;bottom:24px;right:24px;background:linear-gradient(135deg,#10b981,#059669);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #10b98166}.repetiteur-body .view-image-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #10b98180}.repetiteur-footer{padding:20px;background:#fff;border-top:2px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:16px}.repetiteur-location{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#334155;flex:1}.repetiteur-location svg{color:#10b981;flex-shrink:0}.repetiteur-contact-button{background:#25d366;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d}.repetiteur-contact-button:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.repetiteur-viewer-header{text-align:center;margin-bottom:24px;padding:20px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 12px #10b9814d}.repetiteur-viewer-header h3{color:#fff;font-size:1.8rem;font-weight:700;margin:0 0 12px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.repetiteur-location-display{display:flex;align-items:center;justify-content:center;gap:12px;color:#fff;font-size:1.1rem;margin-top:12px}.repetiteur-location-display svg{flex-shrink:0}.repetiteur-location-display strong{background:#fff3;padding:6px 16px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:768px){.fixed-add-repetiteur-button{bottom:16px;right:16px;left:16px;padding:14px 20px;font-size:.95rem;justify-content:center}.repetiteur-card{margin:0 8px}.repetiteur-image{max-width:280px;height:240px}.repetiteur-niveaux{position:static;margin-bottom:12px}.repetiteur-body .view-image-button{position:static;margin-top:16px}.repetiteur-footer{flex-direction:column;align-items:stretch;gap:12px}.repetiteur-contact-button{width:100%;justify-content:center}.repetiteur-viewer-header h3{font-size:1.4rem}.repetiteur-location-display{flex-direction:column;font-size:1rem}}.catalog-button{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.catalog-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.catalog-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.catalog-content{background:#fff;border-radius:20px;padding:40px;max-width:1200px;width:100%;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.close-catalog-button{position:absolute;top:20px;right:20px;background:#00000080;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.close-catalog-button:hover{background:#000c;transform:rotate(90deg)}.catalog-thumbnails{display:flex;gap:12px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.catalog-thumbnail{width:80px;height:80px;border-radius:12px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .3s ease;opacity:.6}.catalog-thumbnail:hover{opacity:1;transform:scale(1.05)}.catalog-thumbnail.active{border-color:#667eea;opacity:1;box-shadow:0 4px 12px #667eea66}.catalog-thumbnail img{width:100%;height:100%;object-fit:cover}.catalog-main-section{display:grid;grid-template-columns:1fr 2fr 1fr;gap:30px;align-items:start}.catalog-product-details{padding:20px;background:#f8f9fa;border-radius:12px}.catalog-product-details h3{font-size:1.5rem;margin-bottom:20px;color:#2d3748;font-weight:700}.catalog-specs{display:flex;flex-direction:column;gap:12px}.catalog-specs p{margin:0;font-size:.95rem;color:#4a5568;line-height:1.6}.catalog-specs strong{color:#2d3748;font-weight:600}.catalog-main-image{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000026;aspect-ratio:16/10}.catalog-main-image img{width:100%;height:100%;object-fit:cover}.catalog-price-section{display:flex;flex-direction:column;gap:20px;padding:20px;background:#f8f9fa;border-radius:12px;align-items:center;justify-content:center}.catalog-price{font-size:2rem;font-weight:700;color:#667eea;text-align:center}.catalog-order-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;background:#25d366;color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d;width:100%}.catalog-order-button:hover{background:#1fb855;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media(max-width:968px){.catalog-main-section{grid-template-columns:1fr;gap:20px}.catalog-content{padding:20px}.catalog-thumbnails{gap:8px}.catalog-thumbnail{width:60px;height:60px}.catalog-price{font-size:1.5rem}.catalog-order-button{font-size:1rem;padding:14px 24px}}.crush-photo-container{position:relative}.eye-icon-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;border:none;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0;z-index:2}.crush-photo-container:hover .eye-icon-button{opacity:1}.eye-icon-button:hover{background:#000c;transform:translate(-50%,-50%) scale(1.1)}.eye-icon-button svg{width:28px;height:28px;color:#fff}@media(max-width:768px){.eye-icon-button{opacity:1;width:50px;height:50px}.eye-icon-button svg{width:24px;height:24px}}.debitage-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;overflow-y:auto}.debitage-modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.debitage-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b}.debitage-modal-close:hover{background:#e2e8f0;transform:rotate(90deg)}.debitage-modal-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.debitage-actions{display:flex;gap:1rem;margin-bottom:2rem}.debitage-action-btn{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.debitage-action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.debitage-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.debitage-action-btn.secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.debitage-action-btn.secondary:hover{background:#eff6ff;transform:translateY(-2px)}.debitage-details{background:#f8fafc;border-radius:12px;padding:1.5rem}.debitage-details h3{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.debitage-details ul{list-style:none;padding:0;margin:0}.debitage-details li{padding:.75rem 0;color:#475569;line-height:1.6;border-bottom:1px solid #e2e8f0}.debitage-details li:last-child{border-bottom:none}.debitage-details li strong{color:#1e293b;font-weight:600}.debitage-form{position:relative}.back-to-main-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.back-to-main-btn:hover{background:#e2e8f0;transform:translate(-3px)}.order-form,.pack-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1e293b;font-size:.95rem}.form-group input,.form-group select{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=file]{padding:.5rem}.checkbox-group label{flex-direction:row;align-items:center;gap:.75rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:20px;height:20px;cursor:pointer}.pack-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:12px;padding:1.5rem;margin:1rem 0}.pack-info h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.pack-info ul{list-style:none;padding:0;margin:0}.pack-info li{padding:.5rem 0;color:#475569;font-weight:500;display:flex;align-items:center;gap:.5rem}.pack-info li:before{content:"✓";color:#3b82f6;font-weight:700;font-size:1.2rem}.submit-order-btn{padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d;margin-top:1rem}.submit-order-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media(max-width:768px){.debitage-modal-content{padding:2rem 1.5rem}.debitage-modal-title{font-size:1.5rem;margin-bottom:1.5rem}.debitage-actions{flex-direction:column}.debitage-action-btn{width:100%}.form-group input,.form-group select{padding:.75rem;font-size:.95rem}}.order-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-modal-content{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.order-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px 20px 0 0}.order-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.order-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.order-modal-close:hover{background:#0000000d;color:#1e293b}.order-form{padding:2rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.services-checkboxes{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:12px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background .2s ease}.checkbox-label:hover{background:#667eea0d}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer;accent-color:#667eea}@media(max-width:768px){.order-modal-content{max-height:95vh}.order-modal-header{padding:1.5rem}.order-modal-header h2{font-size:1.25rem}.order-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.shop-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shop-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.shop-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.shop-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.shop-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.shop-modal-close:hover{background:#0000000d;color:#1e293b}.shop-form{padding:2rem}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #3b82f6;display:inline-block}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.checkbox-label:hover{background:#3b82f60d}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer;accent-color:#3b82f6;transform:scale(1.2)}@media(max-width:768px){.shop-modal-content{max-height:95vh}.shop-modal-header{padding:1.5rem}.shop-modal-header h2{font-size:1.25rem}.shop-form{padding:1.5rem}.checkboxes-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.repair-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.repair-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.repair-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.repair-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.repair-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.repair-modal-close:hover{background:#0000000d;color:#1e293b}.repair-form{padding:2rem}.file-upload-label:hover{border-color:#f59e0b;background:#fef3c7}.file-upload-label:hover svg{color:#f59e0b}.selected-files{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f1f5f9;border-radius:8px;font-size:.9rem}.file-name{color:#475569;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-file{background:none;border:none;color:#ef4444;font-size:1.5rem;cursor:pointer;padding:0 .5rem;line-height:1;transition:transform .2s ease}.remove-file:hover{transform:scale(1.2)}@media(max-width:768px){.repair-modal-content{max-height:95vh}.repair-modal-header{padding:1.5rem}.repair-modal-header h2{font-size:1.25rem}.repair-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.repair-center-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.repair-center-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.repair-center-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.repair-center-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.repair-center-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.repair-center-modal-close:hover{background:#0000000d;color:#1e293b}.repair-center-form{padding:2rem}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #f59e0b;display:inline-block}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.checkbox-label:hover{background:#f59e0b0d}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer;accent-color:#f59e0b;transform:scale(1.2)}.btn-submit{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 15px #f59e0b4d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}@media(max-width:768px){.repair-center-modal-content{max-height:95vh}.repair-center-modal-header{padding:1.5rem}.repair-center-modal-header h2{font-size:1.25rem}.repair-center-form{padding:1.5rem}.checkboxes-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.blouse-shop-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.blouse-shop-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.blouse-shop-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.blouse-shop-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.blouse-shop-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.blouse-shop-modal-close:hover{background:#0000000d;color:#1e293b}.blouse-shop-form{padding:2rem}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #22c55e;display:inline-block}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.checkboxes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:8px;transition:background .2s ease}.checkbox-label:hover{background:#22c55e0d}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer;accent-color:#22c55e;transform:scale(1.2)}.checkbox-label span{font-size:.95rem;color:#475569;font-weight:500}.service-cost-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:5px solid #f59e0b;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #f59e0b33}.service-cost-notice p{margin:0;font-size:1.2rem;color:#92400e;text-align:center}.btn-submit{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 15px #22c55e4d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}@media(max-width:768px){.blouse-shop-modal-content{max-height:95vh}.blouse-shop-modal-header{padding:1.5rem}.blouse-shop-modal-header h2{font-size:1.25rem}.blouse-shop-form{padding:1.5rem}.checkboxes-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.bestfriend-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bestfriend-modal-content{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.bestfriend-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#fde1f3,#fce7f3);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.bestfriend-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.bestfriend-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.bestfriend-modal-close:hover{background:#0000000d;color:#1e293b}.bestfriend-form{padding:2rem}.form-group input,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}@media(max-width:768px){.bestfriend-modal-content{max-height:95vh}.bestfriend-modal-header{padding:1.5rem}.bestfriend-modal-header h2{font-size:1.25rem}.bestfriend-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.couple-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.couple-modal-content{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.couple-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#fee2f1,#fce7f3);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.couple-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.couple-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.couple-modal-close:hover{background:#0000000d;color:#1e293b}.couple-form{padding:2rem}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #ec4899;display:inline-block}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .2s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.file-upload-area{position:relative}.file-input{position:absolute;opacity:0;width:0;height:0}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .3s ease}.file-upload-label:hover{border-color:#ec4899;background:#fde1f3}.file-upload-label svg{color:#94a3b8}.file-upload-label:hover svg{color:#ec4899}.file-upload-label span{font-size:.95rem;color:#64748b;font-weight:500}.consent-checkbox{padding:1.5rem;background:#fef3c7;border-radius:12px;border:2px solid #fde68a}.checkbox-container{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.checkbox-container input[type=checkbox]{width:auto;min-width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#ec4899}.checkbox-label{font-size:1rem;font-weight:600;color:#92400e;line-height:1.5}.cost-message{margin-top:1rem;padding:1rem;background:#dcfce7;border:2px solid #22c55e;border-radius:10px;text-align:center;font-size:1.1rem;font-weight:700;color:#166534}.btn-submit{background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff;box-shadow:0 4px 15px #ec48994d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec489966}@media(max-width:768px){.couple-modal-content{max-height:95vh}.couple-modal-header{padding:1.5rem}.couple-modal-header h2{font-size:1.25rem}.header-description{font-size:.85rem}.couple-form{padding:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.crush-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.crush-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative}.crush-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10;border-radius:16px 16px 0 0}.crush-modal-header h2{margin:0;font-size:1.5rem;color:#1f2937}.header-description{margin:4px 0 0;font-size:.875rem;color:#6b7280}.crush-modal-close{background:none;border:none;cursor:pointer;color:#6b7280;transition:color .2s;padding:4px;display:flex;align-items:center;justify-content:center}.crush-modal-close:hover{color:#1f2937}.crush-form{padding:24px}.form-section{margin-bottom:24px}.form-section h3{margin:0 0 16px;font-size:1.125rem;color:#1f2937;font-weight:600}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel]{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-group input[type=text]:focus,.form-group input[type=email]:focus,.form-group input[type=tel]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.file-input{width:100%;padding:10px 12px;border:2px dashed #d1d5db;border-radius:8px;font-size:.875rem;cursor:pointer;transition:border-color .2s}.file-input:hover{border-color:#3b82f6}.field-hint{margin:6px 0 0;font-size:.8125rem;color:#6b7280}.file-selected{margin:6px 0 0;font-size:.875rem;color:#10b981;font-weight:500}.checkbox-label-main{display:flex;align-items:center;cursor:pointer;padding:12px;background:#f9fafb;border-radius:8px;transition:background-color .2s}.checkbox-label-main:hover{background:#f3f4f6}.checkbox-label-main input[type=checkbox]{margin-right:10px;width:18px;height:18px;cursor:pointer}.checkbox-label-main span{font-weight:500;color:#374151}.cost-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);padding:16px;border-radius:12px;margin-bottom:24px}.cost-badge{display:flex;align-items:center;gap:8px;margin-bottom:8px}.cost-badge svg{color:#f59e0b;flex-shrink:0}.cost-badge span{font-size:.9375rem;color:#92400e}.cost-badge strong{color:#78350f}.cost-text{margin:0;font-size:.8125rem;color:#92400e;padding-left:28px}.form-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel,.btn-submit{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}@media(max-width:768px){.crush-modal-content{max-height:100vh;border-radius:0}.crush-modal-header{padding:16px}.crush-modal-header h2{font-size:1.25rem}.crush-form{padding:16px}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.electronics-shop-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.electronics-shop-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.electronics-shop-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#dbeafe,#e0e7ff);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.electronics-shop-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.electronics-shop-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.electronics-shop-modal-close:hover{background:#0000000d;color:#1e293b}.electronics-shop-form{padding:2rem}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.section-description{font-size:.9rem;color:#64748b;margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease}.checkbox-item:hover{background:#eff6ff;border-color:#3b82f6}.checkbox-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#3b82f6;margin:0}.checkbox-item input[type=checkbox]:checked+span{color:#1e40af;font-weight:600}.checkbox-item span{font-size:.95rem;color:#475569;transition:all .2s ease}.btn-submit{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}@media(max-width:768px){.electronics-shop-modal-content{max-height:95vh}.electronics-shop-modal-header{padding:1.5rem}.electronics-shop-modal-header h2{font-size:1.25rem}.header-description{font-size:.85rem}.electronics-shop-form{padding:1.5rem}.form-row,.checkbox-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.restaurant-modal{background:#fff;border-radius:20px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.restaurant-modal-header{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:2rem;border-radius:20px 20px 0 0}.restaurant-modal-header h2{margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.restaurant-modal-header p{margin:0;font-size:1rem;line-height:1.6;opacity:.95}.restaurant-form{padding:2rem}.form-group input[type=text]:focus,.form-group input[type=tel]:focus,.form-group input[type=email]:focus,.form-group textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.form-group input[type=file]:hover{border-color:#f97316;background:#f8fafc}.dish-input-group{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:center}.dish-input-group input{flex:1;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease}.dish-input-group input:first-child{flex:2}.dish-input-group input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.remove-dish-button{padding:.75rem;background:#fee2e2;border:2px solid #fecaca;border-radius:10px;color:#dc2626;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.remove-dish-button:hover{background:#fecaca;border-color:#fca5a5;transform:scale(1.05)}.add-dish-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:#f0fdf4;border:2px dashed #86efac;border-radius:10px;color:#16a34a;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.add-dish-button:hover{background:#dcfce7;border-color:#4ade80}.submit-button{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 4px 15px #f973164d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}@media(max-width:768px){.restaurant-modal{width:95%;max-height:95vh}.restaurant-modal-header{padding:1.5rem}.restaurant-modal-header h2{font-size:1.5rem}.restaurant-modal-header p{font-size:.95rem}.restaurant-form{padding:1.5rem}.form-section h3{font-size:1.1rem}.dish-input-group{flex-direction:column;align-items:stretch}.dish-input-group input:first-child{flex:1}.remove-dish-button{width:100%}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.restaurant-order-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.restaurant-order-modal-content{background:#fff;border-radius:20px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.restaurant-order-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#fef3c7,#fed7aa);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.restaurant-order-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.restaurant-order-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.restaurant-order-modal-close:hover{background:#0000000d;color:#1e293b}.restaurant-order-form{padding:2rem}.form-section:last-of-type{border-bottom:none;margin-bottom:1rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.order-info-box{background:#eff6ff;border:2px solid #60a5fa;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.info-text{margin:0;font-size:.95rem;color:#1e40af;line-height:1.6}.info-text strong{font-weight:700}.btn-submit{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 4px 15px #f973164d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666}@media(max-width:768px){.restaurant-order-modal-content{max-height:95vh}.restaurant-order-modal-header{padding:1.5rem}.restaurant-order-modal-header h2{font-size:1.25rem}.header-description{font-size:.85rem}.restaurant-order-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.sell-article-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sell-article-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.sell-article-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.sell-article-modal-header h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.header-description{font-size:.9rem;color:#64748b;margin:.5rem 0 0;font-weight:500}.sell-article-modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.sell-article-modal-close:hover{background:#0000000d;color:#1e293b}.sell-article-form{padding:2rem}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none}.form-section h3{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .2s ease;font-family:inherit}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.file-input{cursor:pointer;padding:.875rem 1rem;border:2px dashed #3b82f6;border-radius:12px;background:#f0f9ff;transition:all .2s ease}.file-input:hover{background:#e0f2fe;border-color:#2563eb}.file-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.file-input::file-selector-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;margin-right:1rem;transition:all .2s ease}.file-input::file-selector-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.field-hint{font-size:.85rem;color:#64748b;margin-top:.5rem;font-style:italic}.files-selected{font-size:.9rem;color:#3b82f6;margin-top:.5rem;font-weight:600}.cost-notice{background:linear-gradient(135deg,#fff7ed,#fed7aa);border:2px solid #f97316;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.cost-badge{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.cost-badge svg{color:#ea580c;flex-shrink:0}.cost-badge span{font-size:1rem;color:#78350f;font-weight:500}.cost-badge strong{font-weight:700;font-size:1.1rem;color:#c2410c}.cost-text{margin:0;font-size:.9rem;color:#92400e;line-height:1.5;padding-left:2rem}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e2e8f0}.btn-cancel,.btn-submit{flex:1;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0}.btn-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media(max-width:768px){.sell-article-modal-content{max-height:95vh}.sell-article-modal-header{padding:1.5rem}.sell-article-modal-header h2{font-size:1.25rem}.header-description{font-size:.85rem}.sell-article-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}.cost-text{padding-left:0}}.info-notice{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:1rem;border-radius:12px;display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.info-notice svg{color:#2563eb;flex-shrink:0;margin-top:2px}.info-notice p{color:#1e40af;font-size:.9rem;line-height:1.5;margin:0}.success-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-modal-content{background:#fff;border-radius:16px;padding:2.5rem;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d;position:relative;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.success-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#6b7280;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.success-modal-close:hover{background:#f3f4f6;color:#1f2937}.success-icon{margin:0 auto 1.5rem;animation:bounceIn .5s ease-out .3s both}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-modal-content h2{color:#1e3a8a;margin-bottom:1rem;font-size:1.75rem}.success-modal-content p{color:#64748b;line-height:1.6;margin-bottom:2rem;font-size:1rem}.btn-continue{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-continue:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.announcement-modal{background:#fff;border-radius:20px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.announcement-modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:20px 20px 0 0}.announcement-modal-header h2{margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.announcement-modal-header p{margin:0;font-size:1rem;line-height:1.6;opacity:.95}.announcement-form{padding:2rem}.form-section{margin-bottom:2rem}.form-section h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#475569;margin-bottom:.5rem}.required{color:#ef4444;margin-left:.25rem}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email],.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#1e293b;transition:all .3s ease;font-family:inherit}.form-group input[type=text]:focus,.form-group input[type=tel]:focus,.form-group input[type=email]:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input[type=file]{width:100%;padding:.75rem;border:2px dashed #cbd5e1;border-radius:10px;cursor:pointer;transition:all .3s ease}.form-group input[type=file]:hover{border-color:#667eea;background:#f8fafc}.helper-text{display:block;font-size:.85rem;color:#64748b;margin-top:.5rem}.targets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.target-checkbox{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease}.target-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.target-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.target-checkbox input[type=checkbox]:checked+span{font-weight:600;color:#667eea}.target-checkbox span{font-size:.9rem;color:#475569;transition:all .3s ease}.cost-notice{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-left:4px solid #3b82f6;border-radius:10px;margin-bottom:1rem}.cost-notice p{margin:0;font-size:1rem;color:#1e40af}.info-notice{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:1.5rem}.info-notice svg{flex-shrink:0;margin-top:.125rem}.info-notice p{margin:0;font-size:.9rem;color:#64748b;line-height:1.5}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e2e8f0}.cancel-button,.submit-button{padding:.875rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.cancel-button{background:#f1f5f9;color:#64748b;border:2px solid #e2e8f0}.cancel-button:hover{background:#e2e8f0;border-color:#cbd5e1}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.confirmation-modal{background:#fff;border-radius:20px;width:90%;max-width:500px;padding:3rem 2rem;position:relative;text-align:center;box-shadow:0 20px 60px #0000004d}.confirmation-icon{margin:0 auto 1.5rem;width:64px;height:64px}.confirmation-modal h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.confirmation-modal p{font-size:1.05rem;color:#64748b;line-height:1.6;margin:0 0 2rem}.continue-button{padding:1rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #10b9814d}.continue-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}@media(max-width:768px){.announcement-modal{width:95%;max-height:95vh}.announcement-modal-header{padding:1.5rem}.announcement-modal-header h2{font-size:1.5rem}.announcement-modal-header p{font-size:.95rem}.announcement-form{padding:1.5rem}.form-section h3{font-size:1.1rem}.targets-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}.confirmation-modal{width:95%;padding:2rem 1.5rem}.confirmation-modal h2{font-size:1.5rem}.confirmation-modal p{font-size:1rem}}.photocopy-modal-content{background:#fff;border-radius:16px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative;padding:32px;box-shadow:0 20px 60px #0000004d}.photocopy-modal-header{margin-bottom:32px;text-align:center}.photocopy-modal-header h2{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:8px}.photocopy-modal-header p{color:#6b7280;font-size:16px}.photocopy-order-form{display:flex;flex-direction:column;gap:24px}.form-section{display:flex;flex-direction:column;gap:16px}.form-section h3{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input,.form-group textarea,.form-group select{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:80px}.services-checkboxes{display:flex;flex-direction:column;gap:12px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#374151;padding:8px;border-radius:8px;transition:background-color .2s}.checkbox-label:hover{background-color:#f3f4f6}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.delivery-option{padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.billing-notice{display:flex;align-items:flex-start;gap:12px;padding:16px;background-color:#fef3c7;border-radius:8px;border:1px solid #fbbf24}.billing-notice svg{flex-shrink:0;margin-top:2px}.billing-notice p{color:#92400e;font-size:14px;line-height:1.6;margin:0}.form-actions{display:flex;gap:12px;margin-top:16px}.cancel-button,.submit-button{flex:1;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.cancel-button{background-color:#f3f4f6;color:#374151}.cancel-button:hover{background-color:#e5e7eb}.submit-button{background-color:#3b82f6;color:#fff}.submit-button:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-modal-content{background:#fff;border-radius:16px;max-width:500px;width:90%;padding:48px 32px;text-align:center;position:relative;box-shadow:0 20px 60px #0000004d}.success-icon{margin:0 auto 24px;width:64px;height:64px;background-color:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center}.success-modal-content h2{font-size:24px;font-weight:700;color:#1f2937;margin-bottom:12px}.success-modal-content p{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:32px}.continue-button{background-color:#10b981;color:#fff;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .2s}.continue-button:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}@media(max-width:640px){.photocopy-modal-content{padding:24px}.photocopy-modal-header h2{font-size:24px}.form-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.repetiteur-form-modal{max-width:700px;max-height:90vh;overflow-y:auto;padding:32px}.repetiteur-form-modal h2{color:#1e293b;font-size:1.75rem;margin-bottom:24px;text-align:center}.repetiteur-form{display:flex;flex-direction:column;gap:20px}.repetiteur-form .form-group{display:flex;flex-direction:column;gap:8px}.repetiteur-form label{font-weight:600;color:#334155;font-size:.95rem}.repetiteur-form select,.repetiteur-form input,.repetiteur-form textarea{padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease}.repetiteur-form select:focus,.repetiteur-form input:focus,.repetiteur-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.classes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:12px;background:#f8fafc;border-radius:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:6px;transition:background .2s ease}.checkbox-label:hover{background:#e2e8f0}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{font-size:.9rem;color:#475569}.cost-info{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px;border-radius:8px;text-align:center;color:#fff;font-size:1.05rem}.cost-info strong{font-size:1.2rem}.repetiteur-form .submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:14px 32px;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.repetiteur-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.repetiteur-form .submit-button:disabled{opacity:.6;cursor:not-allowed}.confirmation-modal{max-width:500px;text-align:center;padding:40px}.confirmation-modal h2{color:#10b981;margin-bottom:16px}.confirmation-modal p{color:#475569;margin-bottom:12px;line-height:1.6}.cost-notice{background:#fef3c7;padding:12px;border-radius:8px;color:#92400e;font-weight:600;margin:16px 0}.redirect-notice{background:#dbeafe;padding:12px;border-radius:8px;color:#1e40af;font-weight:500}.whatsapp-redirect-button{background:#25d366;color:#fff;padding:14px 28px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin-top:24px;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d}.whatsapp-redirect-button:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}@media(max-width:768px){.repetiteur-form-modal{padding:20px;max-height:85vh}.repetiteur-form-modal h2{font-size:1.4rem}.classes-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.confirmation-modal{padding:24px}}.footer{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:3rem 2rem 1rem;margin-top:4rem;border-radius:40px 40px 0 0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background-image:url(/WhatsApp_Image_2025-11-23_at_16.45.21-removebg-preview.png);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.08;pointer-events:none}.footer-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:2rem;text-align:center}.footer-logo{display:flex;justify-content:center;margin-bottom:1rem}.footer-logo-image{width:120px;height:auto;filter:brightness(0) invert(1);opacity:.9}.footer-description{font-size:1.1rem;line-height:1.8;max-width:800px;opacity:.95;font-weight:500}.footer-seo-text{font-size:.95rem;line-height:1.6;max-width:900px;opacity:.85;font-weight:400;margin-top:1rem;color:#ffffffe6}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center;opacity:.9}@media(max-width:768px){.footer{padding:2rem 1rem 1rem;border-radius:30px 30px 0 0}.footer-logo-image{width:80px}.footer-description{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#333}html{scroll-behavior:smooth}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;display:block}
