@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap";:root{font-family:Montserrat,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:var(--bg-body);color:var(--text-main)}html,body{margin:0;padding:0;width:100%;min-height:100vh;background-color:var(--bg-body);transition:background-color .3s ease}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.pill-nav-container{position:fixed;top:0;left:0;width:100%;height:var(--nav-height, 90px);padding:0 5%;z-index:10000;display:flex;align-items:center;justify-content:space-between;background-color:#fff;box-shadow:0 2px 15px #0000000a}.pill-nav{display:contents}.pill-logo{display:flex;align-items:center;height:auto;max-height:55px;z-index:10002;margin-right:auto}.pill-logo img{height:50px;width:auto;object-fit:contain;display:block}.pill-nav-items{display:flex;align-items:center;margin:0}.pill-list{list-style:none;display:flex;gap:1rem;margin:0;padding:0;align-items:center;line-height:1}.pill{position:relative;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;color:#334155;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:50px;transition:color .3s ease;z-index:1;overflow:hidden}.pill-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#b91c1c;border-radius:50px;z-index:-1;opacity:0;transform:scale(1);transition:opacity .3s ease}.pill:hover,.pill.is-active{color:#fff}.pill:hover .pill-bg,.pill.is-active .pill-bg{opacity:1}.pill-label{position:relative;z-index:2;transform:translateY(1px)}.desktop-only{display:block}.mobile-only{display:none}.mobile-menu-button{width:44px;height:44px;background:transparent;border:none;display:none;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;z-index:10002;padding:0}.hamburger-line{width:26px;height:3px;background:#1e293b;border-radius:3px}@media(max-width:900px){.pill-nav-container{padding:0 1.5rem;height:80px}.pill-logo img{height:40px}.desktop-only,.pill-nav-items{display:none!important}.mobile-only,.mobile-menu-button{display:flex}}.mobile-menu-popover{position:fixed;top:80px;left:0;width:100%;background:#fff;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);padding:1rem 0;z-index:9999;text-align:center;box-shadow:0 10px 20px #0000000d;visibility:hidden;opacity:0}.mobile-menu-link{display:block;padding:15px;color:#334155;text-decoration:none;font-weight:700;text-transform:uppercase}.chatbot-wrapper{position:fixed;bottom:30px;right:30px;z-index:99999;font-family:Montserrat,sans-serif;display:flex;flex-direction:column;align-items:flex-end}.chatbot-tooltip{background-color:#fff;color:var(--text-main);padding:12px 18px;border-radius:12px;box-shadow:0 4px 20px #00000026;margin-bottom:15px;margin-right:5px;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:12px;animation:floatIn .5s ease-out;border:1px solid #e2e8f0;position:relative}.chatbot-tooltip:after{content:"";position:absolute;bottom:-6px;right:25px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.tooltip-close{background:none;border:none;cursor:pointer;opacity:.6;padding:0;display:flex}.tooltip-close:hover{opacity:1}.chatbot-toggle{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#b91c1c 100%);border:none;cursor:pointer;box-shadow:0 8px 30px #b91c1c66;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.chatbot-toggle:hover{transform:scale(1.1)}.pulse-ring{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid var(--primary);opacity:0;animation:pulse 2s infinite}.chatbot-window{width:400px;height:700px;max-height:85vh;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0;animation:slideUp .3s ease-out}.chatbot-header{background:linear-gradient(135deg,var(--primary) 0%,#991b1b 100%);color:#fff;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-info{display:flex;align-items:center;gap:12px}.bot-avatar{background:#fff3;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-text{display:flex;flex-direction:column}.bot-name{font-weight:800;font-size:1.05rem;letter-spacing:.5px}.bot-status{font-size:.8rem;opacity:.9;color:#bbf7d0;font-weight:500}.chatbot-close{background:#ffffff40;border:none;width:38px;height:38px;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.chatbot-close:hover{background:#fff6}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;background-color:#f8fafc;display:flex;flex-direction:column;gap:16px;min-height:0}.message{display:flex;align-items:flex-end;gap:10px;max-width:85%}.message.model{align-self:flex-start}.message.user{align-self:flex-end;flex-direction:row-reverse}.msg-icon{width:32px;height:32px;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-main);flex-shrink:0}.message-content{padding:12px 16px;font-size:.95rem;line-height:1.5;box-shadow:0 2px 5px #0000000d;word-wrap:break-word}.message-content ul{margin:5px 0 5px 20px;padding:0;list-style-type:disc}.message-content li{margin-bottom:4px}.message-content strong{font-weight:700;color:#000}.message.model .message-content{background-color:#fff;color:var(--text-main);border-radius:18px 18px 18px 4px;border:1px solid #e2e8f0}.message.user .message-content{background-color:var(--primary);color:#fff;border-radius:18px 18px 4px}.suggestions-area{padding:12px 15px;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0}.chips-container{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.chip{background:#f8fafc;border:1px solid #cbd5e1;color:var(--text-main);padding:8px 14px;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.chip svg{width:14px;height:14px;color:var(--primary)}.chip:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.chip:hover svg{color:#fff}.chatbot-input-area{padding:15px;background:#fff;border-top:1px solid #f1f5f9;display:flex;gap:10px;align-items:center;flex-shrink:0}.chatbot-input-area input{flex:1;padding:12px 16px;border:1px solid #cbd5e1;border-radius:25px;outline:none;font-size:16px;background-color:#f8fafc;transition:border-color .2s}.chatbot-input-area input:focus{border-color:var(--primary);background-color:#fff}.chatbot-input-area button{width:46px;height:46px;background-color:var(--primary);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.chatbot-input-area button:disabled{background-color:#cbd5e1;cursor:not-allowed}@keyframes pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.5);opacity:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floatIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-dots span{animation:dots 1.4s infinite ease-in-out both;margin:0 2px;font-size:1.2rem}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes dots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media(max-width:600px){.chatbot-wrapper{z-index:9999999;inset:0;pointer-events:none;align-items:flex-end;justify-content:flex-end}.chatbot-toggle{pointer-events:auto;margin:0 20px 20px 0}.chatbot-window{position:fixed;top:0;left:0;width:100%;height:100%;max-height:100vh;border-radius:0;margin:0;pointer-events:auto}.chatbot-header{padding-top:max(15px,env(safe-area-inset-top));padding-bottom:15px}.chatbot-close{background:#ffffff4d;width:44px;height:44px}.chatbot-tooltip{display:none}}:root{--primary: #b91c1c;--primary-hover: #991b1b;--accent: #1e293b;--bg-body: #ffffff;--bg-card: #ffffff;--text-main: #334155;--text-muted: #64748b;--radius: 8px;--shadow: 0 4px 20px rgba(0, 0, 0, .08);--nav-height: 90px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;font-family:Montserrat,sans-serif;overflow-x:hidden;background-color:var(--bg-body);color:var(--text-main);min-height:100vh}.hero-full-width{position:relative;width:100%;margin:0;margin-top:var(--nav-height);height:70vh;min-height:550px;background-size:cover;background-position:center bottom;display:flex;align-items:center;justify-content:center;margin-bottom:4rem;background-color:var(--accent)}.hero-overlay{position:absolute;inset:0;background:#00000080}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 1.5rem;width:100%;max-width:1200px}.hero-title{font-family:Montserrat,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:2px;margin:0;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.6);line-height:1.1;font-size:3.5rem}.hero-subtitle-text{margin-top:1rem;font-size:1.2rem;font-weight:300;color:#f1f5f9;letter-spacing:1px;text-transform:uppercase}@media(max-width:768px){.hero-full-width{height:500px;background-position:center center}.hero-title{font-size:1.8rem;letter-spacing:1px}.hero-subtitle-text{font-size:.9rem}}.intro-section{max-width:900px;margin:0 auto 5rem;text-align:center;padding:0 2rem}.intro-text{font-size:1.1rem;color:var(--text-muted);font-style:italic;font-weight:400;line-height:1.8;margin-bottom:2rem}.intro-divider{font-weight:700;color:var(--text-main);text-transform:uppercase;letter-spacing:1px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.value-card{display:flex;flex-direction:column;align-items:center;text-align:center}.value-image-box{width:100%;height:220px;background-color:#eee;border-radius:4px;overflow:hidden;margin-bottom:1.2rem;box-shadow:0 5px 15px #0000000d}.value-image-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.value-card:hover .value-image-box img{transform:scale(1.05)}.value-title{font-size:1.1rem;font-weight:700;color:var(--primary);text-transform:uppercase;margin-bottom:.5rem}.card-service{background-color:#fff;border-radius:12px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column;align-items:center;border:1px solid #f1f5f9;width:100%;max-width:320px;min-height:380px}.icon-wrapper{color:var(--primary);margin-bottom:1.5rem;background:#b91c1c0d;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center}.studio-section-wrapper{background-color:#f8fafc;width:100%;padding:5rem 1rem;margin-bottom:5rem}.studio-container{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;align-items:center;gap:4rem}.studio-text-col{flex:1;text-align:left}.studio-text-col h2.section-title{color:var(--primary);font-size:2.2rem;margin-bottom:1.5rem;text-transform:uppercase;font-weight:800;margin-top:0}.studio-text-col p{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1rem}.studio-img-col{flex:1;height:350px;border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}.studio-img-col img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;margin-top:auto;width:100%;border-radius:6px;border:none;font-size:.9rem;font-weight:700;text-transform:uppercase;cursor:pointer;text-decoration:none;color:#fff!important;transition:all .2s ease}.btn:hover{opacity:.9;transform:translateY(-2px)}.btn-studio{background-color:var(--primary)}.btn-whatsapp{background-color:#25d366}.btn-social{background-color:#1e293b}.map-section{background:#fff;padding:1rem;border-radius:8px;box-shadow:var(--shadow);margin:0 auto 4rem;max-width:1000px;width:90%}@media(max-width:900px){:root{--nav-height: 80px}.studio-container{flex-direction:column-reverse;gap:2rem}.studio-text-col{text-align:center}.studio-img-col{width:100%;height:250px}.card-service{max-width:100%}}.main-footer{background-color:#f8fafc;padding:5rem 1rem 2rem;margin-top:4rem;border-top:1px solid #e2e8f0}.footer-container{max-width:800px;margin:0 auto}.footer-quote-box{background:#fff;padding:3rem;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;margin-bottom:3rem}.footer-quote-box h2{color:var(--primary);font-weight:800;margin-bottom:.5rem}.footer-quote-box p{color:var(--text-muted);margin-bottom:2.5rem}.quote-form{text-align:left}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-size:.85rem;font-weight:700;margin-bottom:.5rem;color:var(--text-main);text-transform:uppercase}.form-group input,.form-group textarea{padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.footer-legal{text-align:center;margin-bottom:2rem;font-size:.85rem;color:var(--text-muted);line-height:1.6}.footer-legal p{margin:.2rem 0}.footer-bottom{text-align:center;border-top:1px solid #e2e8f0;padding-top:2rem;font-size:.8rem;color:#94a3b8}@media(max-width:600px){.form-row{flex-direction:column;gap:0}.footer-quote-box{padding:2rem 1.5rem}.footer-legal{font-size:.75rem}}.owner-strip{background-color:#fff;padding:3.5rem 0;display:flex;justify-content:center}.owner-strip-content{max-width:900px;width:90%;display:flex;align-items:center;justify-content:center;gap:3.5rem}.owner-image-wrapper{width:200px;height:200px;flex-shrink:0;box-shadow:0 10px 25px #00000014;border-radius:16px}.owner-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:16px;display:block}.owner-info h2{margin:0;font-size:2.2rem;color:var(--text-main);text-transform:uppercase;font-weight:800;letter-spacing:-.5px;line-height:1}.owner-info p{margin:.8rem 0 0;color:var(--primary);font-weight:600;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}@media(max-width:768px){.owner-strip-content{flex-direction:column;text-align:center;gap:1.5rem}.owner-image-wrapper{width:180px;height:180px}.owner-info h2{font-size:1.8rem}}.bot-cta-container{padding:0 1.5rem;margin:4rem auto;max-width:1200px;display:flex;justify-content:center}.bot-cta-box{background-color:#fef2f2;border:1px dashed var(--primary);border-radius:12px;padding:2.5rem;text-align:center;max-width:700px;width:100%}.bot-cta-box h3{color:var(--primary);font-size:1.5rem;margin:0 0 1rem;font-weight:800}.bot-cta-box p{color:var(--text-main);font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.bot-pointer{display:inline-block;background-color:#fff;padding:.8rem 1.5rem;border-radius:50px;box-shadow:0 4px 10px #0000000d;font-weight:700;color:var(--primary);border:1px solid #fecaca;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}
