:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#ff2e63;text-decoration:none}a:hover{color:#e02555}body{min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:2.5rem;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s,background-color .25s,transform .3s,box-shadow .3s}button:hover{border-color:#ff2e63;background-color:#fff5f7;transform:scale(1.05)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.navbar-header{position:fixed;top:0;left:0;right:0;z-index:50;width:100%;max-width:100vw;background:#fff}.desktop-nav{display:flex;gap:1.5rem;align-items:center;padding:1rem;max-width:100%}.hamburger{display:none;font-size:1.5rem;background:none;border:none;color:#ff2e63;cursor:pointer;padding:.5rem}.mobile-menu{display:none;flex-direction:column;background:#fff;position:absolute;top:100%;left:0;right:0;padding:1rem;box-shadow:0 4px 8px #0000001a}.hero-section{margin-top:80px;min-height:calc(100vh - 80px);width:100%;max-width:100vw;overflow-x:hidden}.hero-section .text-center{max-width:90%;margin-left:auto;margin-right:auto}.hero-section h1{font-size:2.5rem;line-height:1.1;background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(to right,#f44336,#ff9800,#ffeb3b);text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-section .text-xl,.hero-section .text-2xl,.hero-section .text-3xl,.hero-section .text-4xl{font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-section .text-base,.hero-section .text-lg,.hero-section .text-xl{max-width:90%;margin-left:auto;margin-right:auto}.hero-section .max-w-sm,.hero-section .max-w-md,.hero-section .max-w-lg,.hero-section .max-w-2xl{margin-top:2rem}.hero-section img{width:100%;height:auto;max-height:200px;-o-object-fit:contain;object-fit:contain;background-color:#1f2937;transition:opacity .3s ease}.hero-section .rounded-xl{border:2px solid rgba(244,67,54,.3);background-color:#111827b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #00000026}.hero-section .absolute.bottom-2{display:flex;gap:.5rem}.hero-section .w-2,.hero-section .w-3{border-radius:9999px;transition:all .3s ease}.hero-section .bg-red-500{background-color:#f44336}.hero-section .bg-gray-500\/50:hover{background-color:#9ca3af}.hero-section .flex.flex-col,.hero-section .sm\:flex-row{gap:.75rem;margin-top:2rem}.hero-section button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:9999px;transition:all .3s ease}.hero-section .bg-gradient-to-r{background-image:linear-gradient(to right,#f44336,#f97316)}.hero-section .bg-gradient-to-r:hover{background-image:linear-gradient(to right,#d32f2f,#e64a19)}.hero-section .border-2{border-color:#f44336}.hero-section .border-2:hover{background-color:#f443361a;color:#fff}.hero-section .text-red-400{color:#f87171}.hero-section .text-red-400:hover{color:#fff}.hero-section .text-gray-300{color:#d1d5db}.hero-section .mt-6{margin-top:1.5rem}.hero-section .text-xs{font-size:.75rem}.products-container{display:flex;min-height:calc(100vh - 80px);background:#f8f8f8;margin-top:80px;width:100%;max-width:100vw;overflow-x:hidden}.products-sidebar{width:260px;background:#fff;border-right:1px solid #eee;padding:2rem 1rem;transition:transform .3s ease-in-out}.products-sidebar-title{font-weight:800;font-size:1.375rem;color:#ff2e63;margin-bottom:1.5rem}.products-sidebar-categories{display:flex;flex-direction:column;gap:.75rem}.products-sidebar-button{background:#fff;color:#222;border:none;border-radius:8px;padding:.625rem 1.125rem;font-weight:700;font-size:1rem;cursor:pointer;text-align:left;transition:all .2s ease}.products-sidebar-button-active{background:#ff2e63;color:#fff;box-shadow:0 2px 8px #ff2e6314}.products-sidebar-search{margin-top:2rem}.products-sidebar-input{width:100%;padding:.625rem 1rem;border:1px solid #eee;border-radius:8px;font-size:1rem}.products-sidebar-toggle{display:none;background:#ff2e63;color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;margin:1rem;transition:background-color .3s ease}.products-sidebar-toggle:hover{background:#e02555}.products-grid-container{flex:1;padding:2rem 1.5rem}.products-grid-title{font-size:2rem;font-weight:800;color:#222;margin-bottom:1.5rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.products-card{border:1px solid #eee;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000a;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.products-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px)}.products-card-link{text-decoration:none;color:inherit}.products-card-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;background:#fafafa;transition:opacity .3s ease}.products-card-content{padding:1.25rem;flex:1}.products-card-title{font-size:1.375rem;font-weight:700;color:#222;margin-bottom:.5rem}.products-card-description{color:#666;font-size:.9375rem;margin-bottom:.75rem}.about-section{padding:4rem 0;background:#222;color:#fff;width:100%;max-width:100vw;overflow-x:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.about-title{font-size:2.25rem;font-weight:800;color:#ff2e63;margin-bottom:1.5rem}.about-content{display:flex;flex-wrap:wrap;gap:2rem}.about-story,.about-journey{flex:1;min-width:100%;max-width:100%}.about-sub-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.about-text{color:#eee;font-size:1.0625rem;margin-bottom:1rem}.about-highlights{display:flex;flex-wrap:wrap;gap:1rem}.about-highlight-card{background:#111;border-radius:12px;padding:1rem;flex:1;min-width:140px}.about-highlight-title{color:#ff2e63;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.about-highlight-text{color:#ccc;font-size:.9375rem}.about-visit{margin-top:2rem}.about-visit-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.about-visit-text{color:#ff2e63;font-weight:600;font-size:1rem}.about-milestones{border-left:3px solid #ff2e63;padding-left:1.5rem}.about-milestone{margin-bottom:2rem}.about-milestone-year{color:#ff2e63;font-weight:700;font-size:1.125rem}.about-milestone-title{color:#fff;font-weight:700;font-size:1.0625rem}.about-milestone-description{color:#ccc;font-size:.9375rem}.contact-section{padding:4rem 0;background:#f8f8f8;color:#222;width:100%;max-width:100vw;overflow-x:hidden;margin-top:80px}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.contact-title{font-size:2.25rem;font-weight:800;color:#ff2e63;margin-bottom:1.5rem;text-align:center}.contact-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-form,.contact-info{flex:1;min-width:100%;max-width:100%}.contact-sub-title{font-size:1.5rem;font-weight:700;color:#222;margin-bottom:1rem;text-align:center}.contact-form-group{margin-bottom:1rem}.contact-form-label{display:block;font-size:1rem;font-weight:600;color:#222;margin-bottom:.5rem}.contact-form-input,.contact-form-textarea{width:100%;padding:.75rem;border:1px solid #eee;border-radius:8px;font-size:1rem;background:#fff;color:#222}.contact-form-textarea{height:150px;resize:vertical}.contact-form-button{background:#ff2e63;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .3s ease;display:block;margin:1rem auto 0}.contact-form-button:hover{background:#e02555}.contact-info-item{margin-bottom:1rem}.contact-info-title{color:#ff2e63;font-weight:700;font-size:1.125rem;margin-bottom:.25rem}.contact-info-text{color:#666;font-size:.9375rem}.services-section{padding:4rem 0;background:#f4f4f4;color:#222;width:100%;max-width:100vw;overflow-x:hidden;margin-top:80px}.services-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}.services-title{font-size:2.25rem;font-weight:800;color:#222;margin-bottom:1.5rem;text-align:center}.services-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;justify-content:center}.services-button{background:#fff;color:#ff2e63;border:2px solid #ff2e63;border-radius:20px;padding:.625rem 1.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}.services-button-active{background:#ff2e63;color:#fff}.services-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:2rem}.services-image{width:100%;max-width:320px;height:auto;max-height:220px;-o-object-fit:cover;object-fit:cover;border-radius:12px;background:#fafafa}.services-details{flex:1;min-width:0}.services-details-title{font-size:1.75rem;font-weight:700;color:#ff2e63;margin-bottom:.75rem}.services-details-description{color:#555;font-size:1.125rem;margin-bottom:1.25rem}.services-details-features-title{font-size:1.125rem;font-weight:700;color:#222;margin-bottom:.5rem}.services-details-features{padding-left:1.25rem;color:#666;font-size:1rem}.services-details-feature{margin-bottom:.375rem}.product-detail-section{padding:4rem 0;background:#fff;width:100%;max-width:100vw;overflow-x:hidden;min-height:calc(100vh - 80px);margin-top:80px}.product-detail-not-found{padding:2.5rem;text-align:center}.product-detail-not-found-title{font-size:2rem;font-weight:800;color:#222;margin-bottom:1rem}.product-detail-not-found-link{color:#ff2e63;font-weight:600;font-size:1rem;text-decoration:underline}.product-detail-not-found-link:hover{color:#e02555}.product-detail-nav{max-width:1200px;margin:0 auto;padding:0 1.5rem;margin-bottom:2rem}.product-detail-back-link{color:#ff2e63;font-weight:600;font-size:1rem;text-decoration:none}.product-detail-back-link:hover{color:#e02555}.product-detail-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;gap:2.5rem;align-items:flex-start;flex-wrap:wrap}.product-detail-image-section{flex:1;min-width:100%}.product-detail-main-image-container{position:relative;width:100%;height:400px;background:#fafafa;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.product-detail-main-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:1.25rem}.product-detail-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:2.5rem;height:2.5rem;font-size:1rem;cursor:pointer;box-shadow:0 2px 10px #00000026;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.product-detail-nav-button:hover{background:#fff}.product-detail-nav-button-left{left:.75rem}.product-detail-nav-button-right{right:.75rem}.product-detail-image-counter{position:absolute;top:.75rem;right:.75rem;background:#000000b3;color:#fff;padding:.3125rem .75rem;border-radius:20px;font-size:.875rem}.product-detail-thumbnail-gallery{display:flex;gap:.625rem;flex-wrap:wrap;justify-content:center}.product-detail-thumbnail-button{width:5rem;height:5rem;border:2px solid #dddddd;border-radius:8px;overflow:hidden;cursor:pointer;background:none;transition:all .2s ease}.product-detail-thumbnail-button-active{border:3px solid #ff2e63}.product-detail-thumbnail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-detail-info-section{flex:1;min-width:100%}.product-detail-title{font-size:2.25rem;font-weight:800;color:#222;margin-bottom:1.25rem;line-height:1.2}.product-detail-description-container{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.product-detail-description{color:#555;font-size:1.125rem;line-height:1.6;margin:0}.product-detail-action-buttons{display:flex;flex-direction:column;gap:.75rem}.product-detail-whatsapp-button{display:inline-flex;align-items:center;justify-content:center;background:#25d366;color:#fff;font-weight:700;font-size:1.125rem;padding:1rem 2rem;border-radius:12px;text-decoration:none;box-shadow:0 4px 15px #25d3664d;transition:all .3s ease;border:none}.product-detail-whatsapp-button:hover{background:#22c55e;transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.product-detail-call-button{display:inline-flex;align-items:center;justify-content:center;background:#333;color:#fff;font-weight:600;font-size:1rem;padding:.875rem 1.75rem;border-radius:12px;text-decoration:none;transition:all .3s ease}.product-detail-call-button:hover{background:#555;transform:translateY(-1px)}.product-detail-button-icon{font-size:1.25rem;margin-right:.625rem}.product-detail-trust-indicators{margin-top:2rem;padding:1.25rem;background:#f0f9ff;border-radius:12px;border:1px solid #e0f2fe}.product-detail-trust-item{text-align:center}.product-detail-trust-icon{font-size:1.5rem;margin-bottom:.3125rem}.product-detail-trust-text{font-size:.875rem;color:#666;font-weight:500}@media (min-width: 640px){.hero-section{margin-top:80px}.hero-section h1{font-size:3.125rem}.hero-section img{max-height:250px}.hero-section .absolute.bottom-2{bottom:1rem;right:1rem;gap:.75rem}.hero-section button{padding:1rem 2rem;font-size:1rem}.products-grid-container{padding:2rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.products-card-image{height:200px}.about-title{font-size:2.5rem}.about-story,.about-journey,.contact-form,.contact-info{min-width:280px}.services-title{font-size:2.5rem}.services-image{max-width:360px;max-height:240px}.product-detail-main-image-container{height:450px}.product-detail-title{font-size:2.5rem}}@media (min-width: 768px){.hero-section{margin-top:80px}.desktop-nav{display:flex}.hamburger,.mobile-menu{display:none}.hero-section h1{font-size:3.75rem}.hero-section img{max-height:300px}.products-sidebar{width:280px;padding:2rem 1.5rem}.products-grid-container{padding:3rem 2rem}.products-grid-title{font-size:2.25rem}.about-story,.about-journey,.contact-form,.contact-info{min-width:320px;max-width:50%}.services-content{flex-wrap:nowrap}.services-image{max-width:400px;max-height:260px}.product-detail-image-section,.product-detail-info-section{min-width:320px;max-width:50%}.product-detail-main-image-container{height:500px}.product-detail-nav-button{width:2.75rem;height:2.75rem;font-size:1.125rem}.product-detail-thumbnail-button{width:5.5rem;height:5.5rem}.product-detail-title{font-size:2.75rem}.product-detail-description{font-size:1.25rem}.product-detail-whatsapp-button{font-size:1.25rem;padding:1rem 2.25rem}.product-detail-call-button{font-size:1.125rem;padding:1rem 2rem}.product-detail-trust-indicators{display:flex;justify-content:space-around}}@media (min-width: 1024px){.hero-section h1{font-size:4.5rem}.hero-section img{max-height:350px}.hero-section .max-w-sm,.hero-section .max-w-md,.hero-section .max-w-lg,.hero-section .max-w-2xl{margin-top:3rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.products-card-image{height:220px}.about-content{gap:2.5rem}.about-story,.about-journey{min-width:400px}.contact-content{gap:2.5rem}.contact-form,.contact-info{min-width:400px}.services-content{gap:2.5rem}.services-image{max-width:450px;max-height:280px}.services-details-title{font-size:2rem}.services-details-description{font-size:1.25rem}.product-detail-image-section,.product-detail-info-section{min-width:400px}.product-detail-main-image-container{height:550px}.product-detail-nav-button{width:3rem;height:3rem;font-size:1.25rem}.product-detail-thumbnail-button{width:6rem;height:6rem}.product-detail-title{font-size:3rem}}@media (max-width: 768px){.desktop-nav{display:none}.hamburger{display:block;position:absolute;top:1rem;right:1rem}.mobile-menu{display:none}.hero-section{margin-top:70px}.hero-section h1{font-size:2rem}.products-container{flex-direction:column;margin-top:70px}.products-sidebar{position:fixed;top:60px;left:0;width:100%;max-width:100vw;height:calc(100vh - 60px);transform:translate(-100%);z-index:40;background:#fff;padding:1.5rem}.products-sidebar-open{transform:translate(0)}.products-sidebar-toggle{display:flex;align-items:center;gap:.5rem}.products-grid-container{padding:1.5rem 1rem}.products-grid-title{font-size:1.75rem}.products-grid{grid-template-columns:1fr;gap:1.25rem}.products-card-image{height:160px}.about-section{padding:2rem 0;margin-top:70px}.about-container{padding:0 1rem}.about-title{font-size:1.75rem}.about-sub-title{font-size:1.25rem}.about-text{font-size:.9375rem}.about-highlight-card{min-width:120px}.about-visit-title{font-size:1.125rem}.about-visit-text{font-size:.875rem}.about-milestone-year{font-size:1rem}.about-milestone-title{font-size:.9375rem}.about-milestone-description{font-size:.875rem}.contact-section{padding:2rem 0;margin-top:70px}.contact-container{padding:0 1rem}.contact-title{font-size:1.75rem}.contact-sub-title{font-size:1.25rem}.contact-form-input,.contact-form-textarea,.contact-form-button{font-size:.9375rem}.contact-info-title{font-size:1rem}.contact-info-text{font-size:.875rem}.services-section{padding:2rem 0;margin-top:70px}.services-container{padding:0 1rem}.services-title{font-size:1.75rem}.services-buttons{gap:.75rem}.services-button{padding:.5rem 1rem;font-size:.9375rem}.services-content{padding:1.5rem}.services-image{max-width:100%;max-height:200px}.services-details-title{font-size:1.5rem}.services-details-description,.services-details-features-title{font-size:1rem}.services-details-features{font-size:.9375rem}.product-detail-section{padding:2rem 0;margin-top:70px}.product-detail-not-found{padding:1.5rem}.product-detail-not-found-title{font-size:1.75rem}.product-detail-not-found-link{font-size:.9375rem}.product-detail-nav{padding:0 1rem;margin-bottom:1.5rem}.product-detail-container{padding:0 1rem;gap:1.5rem}.product-detail-main-image-container{height:300px}.product-detail-nav-button{width:2.25rem;height:2.25rem;font-size:.875rem}.product-detail-image-counter{font-size:.75rem;padding:.25rem .5rem}.product-detail-thumbnail-button{width:4.5rem;height:4.5rem}.product-detail-title{font-size:1.75rem}.product-detail-description-container{padding:1rem}.product-detail-description{font-size:1rem}.product-detail-whatsapp-button{font-size:1rem;padding:.75rem 1.5rem}.product-detail-call-button{font-size:.9375rem;padding:.75rem 1.5rem}.product-detail-button-icon{font-size:1.125rem}.product-detail-trust-indicators{padding:1rem}.product-detail-trust-icon{font-size:1.25rem}.product-detail-trust-text{font-size:.75rem}}@media (max-width: 640px){.hero-section{margin-top:80px}.hero-section h1{font-size:1.875rem}.hero-section img{max-height:180px}.hero-section .text-xl{font-size:1.125rem}.hero-section .text-base{font-size:.875rem}.products-container{margin-top:80px}.products-sidebar{padding:1rem}.products-sidebar-title{font-size:1.25rem}.products-sidebar-button{font-size:.9375rem;padding:.5rem 1rem}.products-sidebar-input{font-size:.875rem}.products-grid-container{padding:1rem}.products-grid-title{font-size:1.5rem}.products-card-title{font-size:1.25rem}.products-card-description{font-size:.875rem}.hamburger{right:.5rem;font-size:1.25rem}.about-section{padding:1.5rem 0;margin-top:80px}.about-container{padding:0 .75rem}.about-title{font-size:1.5rem}.about-sub-title{font-size:1.125rem}.about-text{font-size:.875rem}.about-highlight-card{padding:.75rem;min-width:100px}.about-highlight-title{font-size:1rem}.about-highlight-text{font-size:.875rem}.about-milestones{padding-left:1rem}.about-milestone{margin-bottom:1.5rem}.contact-section{padding:1.5rem 0;margin-top:80px}.contact-container{padding:0 .75rem}.contact-title{font-size:1.5rem}.contact-sub-title{font-size:1.125rem}.contact-form-input,.contact-form-textarea{font-size:.875rem;padding:.5rem}.contact-form-textarea{height:120px}.contact-form-button{padding:.5rem 1rem;font-size:.875rem}.contact-info-title{font-size:.9375rem}.contact-info-text{font-size:.875rem}.services-section{padding:1.5rem 0;margin-top:80px}.services-container{padding:0 .75rem}.services-title{font-size:1.5rem}.services-buttons{gap:.5rem}.services-button{padding:.375rem .75rem;font-size:.875rem}.services-content{padding:1rem}.services-image{max-width:100%;max-height:180px}.services-details-title{font-size:1.25rem}.services-details-description,.services-details-features-title{font-size:.9375rem}.services-details-features{font-size:.875rem}.product-detail-section{padding:1.5rem 0;margin-top:80px}.product-detail-not-found{padding:1rem}.product-detail-not-found-title{font-size:1.5rem}.product-detail-not-found-link{font-size:.875rem}.product-detail-nav{padding:0 .75rem;margin-bottom:1rem}.product-detail-container{padding:0 .75rem;gap:1rem}.product-detail-main-image-container{height:250px}.product-detail-nav-button{width:2rem;height:2rem;font-size:.75rem}.product-detail-image-counter{font-size:.75rem;padding:.25rem .5rem}.product-detail-thumbnail-button{width:4rem;height:4rem}.product-detail-title{font-size:1.5rem}.product-detail-description-container{padding:.75rem}.product-detail-description{font-size:.9375rem}.product-detail-whatsapp-button{font-size:.9375rem;padding:.625rem 1.25rem}.product-detail-call-button{font-size:.875rem;padding:.625rem 1.25rem}.product-detail-button-icon{font-size:1rem}.product-detail-trust-indicators{padding:.75rem}.product-detail-trust-icon{font-size:1.125rem}.product-detail-trust-text{font-size:.75rem}}@media (prefers-color-scheme: dark){:root{color:#ffffffde;background-color:#f8f8f8}a:hover{color:#ff5a7d}button{background-color:#fff}button:hover{background-color:#fff5f7}.navbar-header,.mobile-menu{background:#fff}.hero-section .text-gray-300{color:#d1d5db}.hero-section img{background-color:#1f2937}.products-container{background:#f8f8f8}.products-sidebar{background:#fff;border-right:1px solid #374151}.products-sidebar-button{background:#fff;color:#222}.products-sidebar-button-active{background:#ff2e63;color:#fff}.products-sidebar-input{border-color:#374151;background:#fff;color:#222}.products-sidebar-toggle{background:#ff2e63}.products-sidebar-toggle:hover{background:#e02555}.products-card{background:#fff;border-color:#374151}.products-card-image{background:#fafafa}.products-card-title{color:#222}.products-card-description{color:#666}.about-section,.about-container{background:#222}.contact-section,.contact-container{background:#f8f8f8}.contact-sub-title{color:#222}.contact-form-input,.contact-form-textarea{background:#fff;color:#222}.contact-form-button{background:#ff2e63}.contact-form-button:hover{background:#e02555}.contact-info-title{color:#ff2e63}.contact-info-text{color:#666}.services-section,.services-container{background:#f4f4f4}.services-title{color:#222}.services-button{background:#fff;color:#ff2e63}.services-button-active{background:#ff2e63;color:#fff}.services-content{background:#fff}.services-details-title{color:#ff2e63}.services-details-description{color:#555}.services-details-features-title{color:#222}.services-details-features{color:#666}.product-detail-section{background:#fff}.product-detail-not-found-title{color:#222}.product-detail-back-link{color:#ff2e63}.product-detail-back-link:hover{color:#e02555}.product-detail-main-image-container{background:#fafafa}.product-detail-title{color:#222}.product-detail-description-container{background:#f8f9fa}.product-detail-description{color:#555}.product-detail-whatsapp-button{background:#25d366}.product-detail-whatsapp-button:hover{background:#22c55e}.product-detail-call-button{background:#333}.product-detail-call-button:hover{background:#555}.product-detail-trust-indicators{background:#f0f9ff;border-color:#e0f2fe}.product-detail-trust-text{color:#666}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
