@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#142033;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#fff;margin:0;font-family:Inter,Arial,Helvetica,sans-serif}button,input,textarea,select,a{font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;font-family:Inter,Arial,Helvetica,sans-serif}h1,h2{font-weight:800}h3{font-weight:700}p{font-weight:400;line-height:1.7}.site-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.container{width:90%;max-width:1200px;margin:0 auto}.section{padding:4rem 0}.text-center{text-align:center}.section-title{text-align:center;color:#0f172a;margin-bottom:.5rem;font-size:2.1rem}.section-subtitle{text-align:center;color:#64748b;margin-bottom:2.5rem;font-size:1.05rem}.site-header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 10px #00000014}.nav-container{justify-content:space-between;align-items:center;padding:.9rem 0;display:flex}.brand-logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.brand-name{color:#0f172a;font-size:1.25rem;font-weight:800;line-height:1.1;display:block}.brand-tag{color:#0284c7;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:600;display:block}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:#334155;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:#0284c7}.nav-actions{align-items:center;gap:1rem;display:flex}.menu-toggle{cursor:pointer;color:#0f172a;background:0 0;border:none;display:none}.mobile-only-btn{display:none}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.4rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:#0284c7}.btn-primary:hover{background:#0369a1}.btn-call{color:#fff;background:#2563eb}.btn-call:hover{background:#1d4ed8}.btn-whatsapp{color:#fff;background:#16a34a}.btn-whatsapp:hover{background:#15803d}.btn-call-nav{color:#fff;background:#0284c7;border-radius:6px;padding:.5rem 1rem;font-size:.88rem}.page-header{color:#fff;text-align:center;background:#0f172a;padding:3rem 0}.page-header h1{margin-bottom:.5rem;font-size:2.2rem}.page-header p{color:#94a3b8;max-width:650px;margin:0 auto}.back-link{color:#38bdf8;-webkit-backdrop-filter:blur(4px);background:#38bdf814;border:1px solid #38bdf840;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.45rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;display:inline-flex}.back-link:hover{color:#fff;background:#38bdf82e;border-color:#38bdf8;text-decoration:none;transform:translate(-4px);box-shadow:0 4px 12px #38bdf826}.back-link svg{transition:transform .2s}.back-link:hover svg{transform:translate(-2px)}.hero-section{background:url(https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?auto=format&fit=crop&w=1600&q=80) 50%/cover no-repeat;position:relative}.hero-overlay{background:#0f172ae0;padding:4.5rem 0}.hero-content{grid-template-columns:1.25fr 1fr;align-items:center;gap:3rem;display:grid}.hero-text{color:#fff}.hero-text .badge{color:#fff;background:#0284c7;border-radius:20px;margin-bottom:1.2rem;padding:.35rem .8rem;font-size:.82rem;font-weight:600;display:inline-block}.hero-text h1{margin-bottom:1rem;font-size:2.7rem;line-height:1.2}.hero-text p{color:#cbd5e1;margin-bottom:2rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-form-wrapper,.sidebar-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #00000040}.hero-form-wrapper h3,.sidebar-card h3{color:#0f172a;margin-bottom:.25rem;font-size:1.3rem}.form-subtext,.sidebar-subtext{color:#64748b;margin-bottom:1.2rem;font-size:.88rem}.repair-form{flex-direction:column;gap:.85rem;display:flex}.repair-form input,.repair-form select,.repair-form textarea{background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:.75rem;font-size:.95rem;transition:border-color .2s}.repair-form input:focus,.repair-form select:focus,.repair-form textarea:focus{border-color:#0284c7}.form-submit-btn{width:100%;margin-top:.5rem}.success-banner{color:#065f46;text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:1.5rem}.brands-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.2rem 0}.brands-title{color:#475569;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:700}.brands-scroll{flex-wrap:wrap;gap:.6rem;margin-top:.6rem;display:flex}.brand-pill{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.35rem .85rem;font-size:.88rem;font-weight:600}.services-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.8rem;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.service-card:hover,.service-card:focus,.service-card:visited{text-decoration:none}.service-img-wrap{height:200px;overflow:hidden}.service-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.service-card:hover .service-img-wrap img{transform:scale(1.05)}.service-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.service-body h3{color:#0f172a;margin-bottom:.5rem;font-size:1.25rem}.service-body p{color:#64748b;flex:1;margin-bottom:1.2rem;font-size:.95rem}.view-more{color:#0284c7;font-size:.9rem;font-weight:700}.detail-layout{grid-template-columns:1.8fr 1fr;align-items:start;gap:3rem;display:grid}.detail-img-box{border-radius:12px;width:100%;height:380px;margin-bottom:1.5rem;overflow:hidden}.detail-banner{object-fit:cover;width:100%;height:100%}.detail-info h2{margin-bottom:1rem;font-size:1.8rem}.lead-text{color:#475569;margin-bottom:1.5rem;font-size:1.1rem}.feature-list{flex-direction:column;gap:.8rem;margin:1rem 0 2rem;list-style:none;display:flex}.feature-list li{color:#334155;align-items:center;gap:.6rem;font-size:1rem;display:flex}.service-perks-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem;display:grid}.perk-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1.2rem}.perk-box h4{color:#0369a1;margin:.4rem 0 .2rem}.perk-box p{color:#475569;font-size:.88rem}.quick-call-cta{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:2rem;padding:1.8rem}.areas-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.2rem;display:grid}.area-pill{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:25px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:600;display:flex}.area-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem}.area-card h3{margin:.6rem 0 .4rem;font-size:1.2rem}.area-card p{color:#64748b;font-size:.88rem}.call-banner{background:#f0f9ff;border-radius:12px;margin-top:3rem;padding:2.5rem}.call-banner h3{margin-bottom:.5rem}.call-banner p{color:#475569;margin-bottom:1.5rem}.reviews-section{background:#fff}.reviews-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.review-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;padding:1.5rem;display:flex}.stars{gap:.2rem;margin-bottom:.8rem;display:flex}.review-comment{color:#334155;flex:1;margin-bottom:1rem;font-size:.95rem;font-style:italic}.review-meta{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:.75rem;font-size:.85rem;display:flex}.reviewer-loc{color:#64748b;align-items:center;gap:.2rem;display:flex}.faqs-section{background:#f8fafc}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.2rem;transition:border-color .2s}.faq-item:hover{border-color:#cbd5e1}.faq-q{color:#0f172a;justify-content:space-between;align-items:center;font-weight:600;display:flex}.faq-a{color:#475569;margin-top:.8rem;font-size:.95rem;line-height:1.5;display:block}.contact-layout{grid-template-columns:1fr 1.2fr;gap:3rem;display:grid}.contact-meta-list{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.contact-meta-item{align-items:flex-start;gap:1rem;display:flex}.contact-meta-item strong{color:#0f172a;font-size:.95rem;display:block}.contact-meta-item p,.contact-meta-item a{color:#64748b;font-size:.95rem}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.about-highlights{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.highlight-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem}.highlight-card h3{margin:.5rem 0 .3rem;font-size:1.05rem}.highlight-card p{color:#64748b;font-size:.85rem}.brands-supported-section{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem}.brands-supported-section h3{margin-bottom:1rem}.site-footer{color:#94a3b8;background:#0f172a;padding:4rem 0 1.75rem;position:relative;overflow:hidden}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:2.5rem;margin-bottom:3rem;display:grid}.footer-logo{align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.footer-title{color:#fff;letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.footer-text{color:#94a3b8;margin-bottom:1.25rem;font-size:.9rem;line-height:1.65}.working-hours{color:#38bdf8;background:#38bdf814;border:1px solid #38bdf826;border-radius:6px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.85rem;display:inline-flex}.footer-grid h4{color:#fff;letter-spacing:.01em;margin-bottom:1.2rem;font-size:1.05rem;font-weight:600}.footer-links{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:all .2s;display:inline-block}.footer-links a:hover{color:#38bdf8;transform:translate(3px)}.contact-item{color:#cbd5e1;align-items:flex-start;gap:.65rem;margin-bottom:.9rem;font-size:.9rem;display:flex}.contact-item svg{flex-shrink:0;margin-top:.15rem}.contact-item a{color:#cbd5e1;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#38bdf8}.footer-bottom{border-top:1px solid #ffffff12;padding-top:1.75rem}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;display:flex}.copyright-text{color:#64748b;margin:0;font-size:.85rem}.dev-badge{-webkit-backdrop-filter:blur(10px);background:#1e293bbf;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:.85rem;padding:.4rem .55rem .4rem .85rem;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #00000040}.dev-badge:hover{border-color:#38bdf859;transform:translateY(-1px);box-shadow:0 6px 20px #38bdf826}.dev-meta{align-items:center;gap:.45rem;font-size:.82rem;display:flex}.sparkle-icon{color:#38bdf8;animation:2s ease-in-out infinite subtle-pulse}@keyframes subtle-pulse{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}}.built-text{color:#94a3b8}.dev-name{color:#f8fafc;background:linear-gradient(135deg,#fff 40%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:600}.dev-actions{align-items:center;gap:.4rem;display:flex}.dev-phone-pill{color:#38bdf8;background:#38bdf81a;border:1px solid #38bdf833;border-radius:9999px;padding:.25rem .6rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .2s}.dev-phone-pill:hover{color:#0f172a;background:#38bdf8;border-color:#38bdf8}.dev-social-pill{color:#cbd5e1;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.dev-social-pill.linkedin:hover{color:#fff;background:#0a66c2;border-color:#0a66c2;transform:translateY(-2px)scale(1.05);box-shadow:0 4px 10px #0a66c259}.dev-social-pill.whatsapp:hover{color:#fff;background:#25d366;border-color:#25d366;transform:translateY(-2px)scale(1.05);box-shadow:0 4px 10px #25d36659}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{text-align:center;flex-direction:column;justify-content:center}.dev-badge{border-radius:16px;flex-direction:column;width:100%;max-width:320px;margin:0 auto;padding:.75rem 1rem}}.floating-actions{z-index:9999;flex-direction:column;gap:14px;display:flex;position:fixed;bottom:25px;right:25px}.float-btn{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 5px 15px #0000004d}.float-whatsapp{background-color:#25d366}.float-call{background-color:#0284c7}.float-btn:hover{transform:scale(1.12);box-shadow:0 8px 22px #0006}.float-btn .tooltip{visibility:hidden;opacity:0;color:#fff;white-space:nowrap;pointer-events:none;background-color:#0f172a;border-radius:6px;padding:6px 12px;font-size:.85rem;transition:opacity .2s,visibility .2s;position:absolute;right:65px}.float-btn:hover .tooltip{visibility:visible;opacity:1}@media (width<=992px){.hero-content,.detail-layout,.contact-layout,.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=768px){.menu-toggle{display:block}.desktop-only-btn{display:none}.mobile-only-btn{width:100%;margin-top:1rem;display:inline-flex}.nav-links{background:#fff;flex-direction:column;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 20px #0000001a}.nav-links.open{display:flex}.hero-text h1{font-size:2.1rem}.footer-grid,.about-highlights{grid-template-columns:1fr}}.feedback-form-card{position:sticky;top:90px}.rating-picker-wrapper{flex-direction:column;gap:.4rem;margin-bottom:.5rem;display:flex}.rating-label{color:#334155;font-size:.9rem;font-weight:600}.star-selection{align-items:center;gap:.3rem;display:flex}.star-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:2px;transition:transform .15s;display:inline-flex}.star-btn:hover{transform:scale(1.18)}.selected-rating-text{color:#64748b;margin-left:.5rem;font-size:.88rem;font-weight:600}@media (width<=992px){.feedback-container-layout{grid-template-columns:1fr}.feedback-form-card{position:static}}.feedback-container-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:2.5rem;display:grid}.carousel-container.side-carousel{flex-direction:column;width:100%;margin:0;display:flex;position:relative}.carousel-card.side-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-height:280px;padding:2.2rem 2.5rem;display:flex;box-shadow:0 4px 18px #0000000d}.carousel-card.side-card .stars{margin-bottom:1rem}.carousel-card.side-card .review-comment{color:#334155;flex:1;margin-bottom:1.2rem;font-size:1.05rem;font-style:italic;line-height:1.6}.carousel-card.side-card .review-meta{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.9rem;display:flex}.carousel-arrow{color:#0f172a;cursor:pointer;z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:45%;transform:translateY(-50%);box-shadow:0 3px 8px #0000001f}.carousel-arrow:hover{color:#fff;background:#0284c7;border-color:#0284c7;transform:translateY(-50%)scale(1.08)}.prev-arrow{left:-18px}.next-arrow{right:-18px}.carousel-dots .dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:all .3s}@media (width<=992px){.feedback-container-layout{grid-template-columns:1fr}.prev-arrow{left:-10px}.next-arrow{right:-10px}}.carousel-wrapper{align-items:center;max-width:860px;margin:0 auto;padding:0 50px;display:flex;position:relative}.carousel-track-wrapper{border-radius:14px;width:100%;overflow:hidden}.carousel-track{width:100%;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide{box-sizing:border-box;min-width:100%;padding:.5rem}.carousel-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;padding:2.2rem 2.5rem;display:flex;box-shadow:0 4px 20px #0000000f}.carousel-card .stars{justify-content:center;margin-bottom:1.2rem}.carousel-card .review-comment{color:#334155;max-width:600px;margin-bottom:1.5rem;font-size:1.15rem;font-style:italic;line-height:1.6}.carousel-card .review-meta{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;width:100%;padding-top:1rem;display:flex}.carousel-nav-btn{color:#0f172a;cursor:pointer;z-index:20;background:#fff;border:1.5px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .2s,transform .2s,border-color .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.carousel-nav-btn:hover{color:#fff;background:#0284c7;border-color:#0284c7;transform:translateY(-50%)scale(1.1)}.prev-btn{left:0}.next-btn{right:0}.carousel-dots{justify-content:center;gap:8px;margin-top:1.5rem;display:flex}.carousel-dots .dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.carousel-dots .dot.active{background:#0284c7;border-radius:10px;width:26px}@media (width<=768px){.carousel-wrapper{padding:0 40px}.carousel-nav-btn{width:38px;height:38px}.carousel-card{padding:1.5rem}.carousel-card .review-comment{font-size:1rem}}.feedback-top-form-wrapper{max-width:650px;margin:0 auto 3rem}.full-width-carousel{max-width:800px;margin:0 auto}
