body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#470000;--secondary-color:#e86c24;--white:#fff;--light-gray:#f5f5f5;--medium-gray:#e0e0e0;--dark-gray:#333;--text-dark:#2c2c2c}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;background-color:var(--white);color:#2c2c2c;color:var(--text-dark);font-family:Arial,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.header{background-color:#470000;background-color:var(--primary-color);box-shadow:0 2px 10px #0000001a;color:#fff;color:var(--white);left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.adhesive-calculator{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.adhesive-controls{background:#fff;border:1px solid #e2e8f0;border-radius:20px}.adhesive-controls,.adhesive-results{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:32px}.adhesive-results{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;overflow:hidden;position:relative}.adhesive-results:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='100' height='100'%3E%3Ccircle cx='25' cy='25' r='1' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='75' cy='75' r='1' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='rgba(255,255,255,0.03)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.adhesive-results>*{position:relative;z-index:1}.adhesive-section-title{align-items:center;color:#374151;display:flex;font-size:1.25rem;font-weight:700;gap:8px;margin-bottom:20px}.adhesive-section-title:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;content:"";height:20px;width:4px}.adhesive-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:24px}.adhesive-button{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:120px;overflow:hidden;padding:16px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.adhesive-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.adhesive-button:hover:before{left:100%}.adhesive-button:hover{border-color:#3b82f6;box-shadow:0 10px 25px -5px #3b82f640;transform:translateY(-2px)}.adhesive-button.active{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;box-shadow:0 10px 25px -5px #3b82f640,inset 0 1px 0 #fff3}.adhesive-button img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:80px;margin-bottom:8px;object-fit:contain;width:80px}.adhesive-button span{color:#374151;font-size:.75rem;font-weight:600;line-height:1.2;text-align:center}.adhesive-input-group{margin-bottom:24px}.adhesive-label{color:#374151;display:block;font-size:1rem;font-weight:600;margin-bottom:8px}.adhesive-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#000;font-size:1rem;padding:12px 16px;transition:all .2s ease;width:100%}.adhesive-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.adhesive-select-wrapper{position:relative}.adhesive-select{appearance:none;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;font-size:1rem;padding:12px 40px 12px 16px;transition:all .2s ease;width:100%}.adhesive-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.adhesive-select-arrow{color:#6b7280;height:20px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px}.adhesive-result-title{font-size:2rem;font-weight:800;margin-bottom:24px;text-align:center;text-shadow:0 2px 4px #0000001a}.adhesive-result-image{display:flex;justify-content:center;margin-bottom:24px}.adhesive-result-image img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));height:200px;object-fit:contain;width:300px}.adhesive-result-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;margin-bottom:24px;padding:24px;text-align:center}.adhesive-result-amount{font-size:3rem;font-weight:900;margin-bottom:8px;text-shadow:0 2px 4px #0000001a}.adhesive-result-name{font-size:1.25rem;font-weight:600;opacity:.9}.adhesive-disclaimer{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin-bottom:24px;padding:16px}.adhesive-disclaimer p{font-size:.875rem;font-style:italic;line-height:1.5;opacity:.9}.adhesive-contact-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 14px 0 #10b98166;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s ease;width:100%}.adhesive-contact-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.adhesive-contact-btn:hover:before{left:100%}.adhesive-contact-btn:hover{box-shadow:0 6px 20px 0 #10b98199;transform:translateY(-2px)}.section-number{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;color:#fff;display:inline-flex;font-size:.875rem;font-weight:700;height:24px;margin-right:8px;width:24px}.or-divider,.section-number{align-items:center;justify-content:center}.or-divider{display:flex;margin:24px 0;position:relative}.or-divider:after,.or-divider:before{background:linear-gradient(90deg,#0000,#d1d5db,#0000);content:"";flex:1 1;height:1px}.or-divider span{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#6b7280;font-size:.875rem;font-weight:600;padding:0 16px}.joint-filler-results-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.joint-filler-result-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;gap:16px;padding:20px;transition:all .3s ease}.joint-filler-result-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.joint-filler-result-image{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-shrink:0;height:80px;justify-content:center;overflow:hidden;width:80px}.joint-filler-result-image img{border-radius:11px;height:100%;object-fit:cover;width:100%}.joint-filler-result-content{flex:1 1}.joint-filler-result-name{color:#374151;font-size:1.1rem;font-weight:700;line-height:1.3;margin-bottom:8px}.joint-filler-result-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;line-height:1.2}.joint-filler-width-info{background:#f3f4f6;border-radius:6px;color:#6b7280;display:inline-block;font-size:.875rem;font-weight:500;margin-top:4px;padding:4px 8px}.no-products-message{background:#fef3cd;border:1px solid #fbbf24;border-radius:12px;color:#92400e;padding:24px;text-align:center}.no-products-message p{font-weight:600;margin:0}.validation-message{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin-top:16px;padding:16px}.validation-message p{color:#dc2626;font-size:.875rem;font-weight:600;margin:0}@media (max-width:768px){.adhesive-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.adhesive-button{min-height:100px;padding:12px 8px}.adhesive-button img{height:32px;width:32px}.adhesive-button span{font-size:.7rem}.joint-filler-result-card{flex-direction:column;gap:12px;padding:16px;text-align:center}.joint-filler-result-image{height:60px;width:60px}.joint-filler-result-name{font-size:1rem}.joint-filler-result-amount{font-size:1.25rem}.joint-filler-width-info{font-size:.75rem}.no-products-message{padding:16px}.adhesive-controls,.adhesive-results{padding:20px}.adhesive-result-amount{font-size:2.5rem}}.logo-container{align-items:center;display:flex;gap:1rem}.logo{height:50px;width:auto}.company-name{font-size:1.5rem;font-weight:700}.tagline{color:#e86c24;color:var(--secondary-color);font-size:.9rem;margin-top:.2rem}.desktop-nav{align-items:center;display:flex;gap:2rem}.desktop-nav a{color:#fff;color:var(--white);font-weight:500;text-decoration:none;transition:color .3s ease}.desktop-nav a.active,.desktop-nav a:hover{color:#e86c24;color:var(--secondary-color)}.desktop-nav a.active{border-bottom:2px solid #e86c24;border-bottom:2px solid var(--secondary-color);padding-bottom:2px}.burger-menu{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:25px;z-index:1001}.burger-line{background-color:#fff;background-color:var(--white);height:3px;transform-origin:center;transition:all .3s ease;width:100%}.burger-menu.open .burger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.burger-menu.open .burger-line:nth-child(2){opacity:0}.burger-menu.open .burger-line:last-child{transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{background-color:#470000;background-color:var(--primary-color);border-top:1px solid #ffffff1a;box-shadow:0 4px 10px #0000001a;display:none;flex-direction:column;left:0;padding:1rem 0;position:absolute;right:0;top:100%;z-index:1000}.mobile-nav.open{display:flex}.mobile-nav a{border-left:3px solid #0000;color:#fff;color:var(--white);font-weight:500;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-nav a:hover{background-color:#ffffff1a}.mobile-nav a.active,.mobile-nav a:hover{border-left-color:#e86c24;border-left-color:var(--secondary-color);color:#e86c24;color:var(--secondary-color)}.mobile-nav a.active{background-color:#e86c241a}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#fff;color:var(--white);font-weight:500;text-decoration:none;transition:color .3s ease}.nav a.active,.nav a:hover{color:#e86c24;color:var(--secondary-color)}.nav a.active{border-bottom:2px solid #e86c24;border-bottom:2px solid var(--secondary-color);padding-bottom:2px}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#e86c24;background-color:var(--secondary-color);color:#fff;color:var(--white)}.btn-primary:hover{background-color:#d65a1a;transform:translateY(-2px)}.btn-secondary{background-color:#470000;background-color:var(--primary-color);color:#fff;color:var(--white)}.btn-secondary:hover{background-color:#5a0000;transform:translateY(-2px)}.btn-outline{background-color:initial;border:2px solid #470000;border:2px solid var(--primary-color);color:#470000;color:var(--primary-color)}.btn-outline:hover{background-color:#470000;background-color:var(--primary-color);color:#fff;color:var(--white)}.card{background:#fff;background:var(--white);border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:4rem 0}.color-shades .section{padding:2rem 0}.section-title{color:#470000;color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#333;color:var(--dark-gray);font-size:1.2rem;margin-bottom:3rem;text-align:center}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){body.mobile-menu-open{overflow:hidden}.logo{height:40px}.mobile-nav{animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.footer{background-color:#470000;background-color:var(--primary-color);color:#fff;color:var(--white);margin-top:auto;padding:3rem 0 1rem}.footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#e86c24;color:var(--secondary-color);margin-bottom:1rem}.footer-section a,.footer-section p{color:#fff;color:var(--white);display:block;margin-bottom:.5rem;text-decoration:none}.footer-section a:hover{color:#e86c24;color:var(--secondary-color)}.footer-bottom{border-top:1px solid #666;color:#e0e0e0;color:var(--medium-gray);padding-top:2rem;text-align:center}@media (max-width:768px){.header-container{padding:0 1rem}.desktop-nav,.nav{display:none}.burger-menu{display:flex}.main-content{padding-top:80px}.section-title{font-size:2rem}.container{padding:0 1rem}.color-shades-hero{align-items:center;display:flex;min-height:20vh;padding:1rem 0;position:relative;top:-1rem}.color-shades-hero h1{font-size:1.6rem;margin-bottom:.2rem}.color-shades-hero .hero-subtitle{font-size:.9rem;margin-bottom:.8rem}.color-shades-hero .features-grid{gap:.6rem;grid-template-columns:repeat(2,1fr);margin-top:.8rem}.color-shades-hero .feature-card{padding:.4rem .2rem}.color-shades-hero .feature-icon{font-size:1rem;height:28px;margin-bottom:.2rem;width:28px}.color-shades-hero .feature-card h3{font-size:.65rem}.color-shades .section{padding:1.5rem 0}}@media (max-width:480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:2rem 0}.color-shades-hero{align-items:center;display:flex;min-height:18vh;padding:.8rem 0}.color-shades-hero h1{font-size:1.4rem;margin-bottom:.1rem}.color-shades-hero .hero-subtitle{font-size:.8rem;margin-bottom:.6rem}.color-shades-hero .features-grid{gap:.4rem;grid-template-columns:repeat(4,1fr);margin-top:.6rem}.color-shades-hero .feature-card{padding:.3rem .1rem}.color-shades-hero .feature-icon{font-size:.9rem;height:24px;margin-bottom:.1rem;width:24px}.color-shades-hero .feature-card h3{font-size:.55rem;line-height:1}.color-shades .section{padding:1rem 0}.section-title{font-size:1.5rem;margin-bottom:.5rem}.section-subtitle{font-size:1rem;margin-bottom:1.5rem}}.hero{background:linear-gradient(135deg,#470000,#e86c24);color:#fff;padding:6rem 0;text-align:center}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero .hero-subtitle{color:#f0f0f0;font-size:1.5rem;margin-bottom:2rem}.hero .hero-description{font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px}.hero .hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero .btn-large{font-size:1.1rem;padding:15px 30px}.hero .btn-outline-white{background-color:initial;border:2px solid #fff;color:#fff}.hero .btn-outline-white:hover{background-color:#fff;color:#470000;color:var(--primary-color)}.features-section{background-color:#f9f9f9}.features-grid{margin-top:3rem}.feature-card{text-align:center}.feature-icon{align-items:center;background-color:#e86c24;background-color:var(--secondary-color);border-radius:50%;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.feature-card h3,.product-category-card h3{color:#470000;color:var(--primary-color);margin-bottom:1rem}.product-category-card p{margin-bottom:1.5rem}.cta-section{background-color:#470000;background-color:var(--primary-color);color:#fff;text-align:center}.cta-section h2{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-section .cta-description{color:#f0f0f0;font-size:1.2rem;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.color-shades-hero{background:linear-gradient(135deg,#e86c24,#470000);background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%);color:#fff;padding:1.5rem 0;text-align:center}.color-shades-hero h1{color:#fff;font-size:2rem;line-height:1.2;margin-bottom:.3rem}.color-shades-hero .hero-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.color-shades-hero .features-grid{gap:.8rem;margin-top:1rem}.color-shades-hero .feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;padding:.6rem .4rem;text-align:center}.color-shades-hero .feature-icon{align-items:center;background-color:#fff3;border-radius:50%;display:flex;font-size:1.2rem;height:35px;justify-content:center;margin:0 auto .3rem;width:35px}.color-shades-hero .feature-card h3{color:#fff;font-size:.75rem;font-weight:600;line-height:1.1;margin:0}.color-shade-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.color-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:transform .3s ease}.color-card:hover{transform:translateY(-5px)}.color-sample{align-items:center;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:120px;justify-content:center;text-shadow:1px 1px 2px #0000004d;width:100%}.color-info{padding:1rem}.color-info h3{color:#470000;color:var(--primary-color);margin-bottom:.5rem}.color-sample.light-color{color:#333}.color-sample.dark-color{color:#fff}.color-code{background:#f5f5f5;background:var(--light-gray);border-radius:3px;color:#333;color:var(--dark-gray);display:inline-block;font-family:monospace;font-size:.9rem;padding:.2rem .5rem}.product-header{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:1.5rem 0;text-align:center}.product-header h1{color:#fff;font-size:2rem;margin-bottom:.5rem}.product-header .hero-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.category-grid{margin-top:3rem}.category-card{border-left:4px solid #e86c24;border-left:4px solid var(--secondary-color);transition:border-color .3s ease}.category-card:hover{border-left-color:#470000;border-left-color:var(--primary-color)}.category-card h3{color:#470000;color:var(--primary-color);margin-bottom:1rem}.products-grid{margin-top:2rem}.product-card{border:1px solid #e0e0e0;border:1px solid var(--medium-gray)}.product-card h4{color:#470000;color:var(--primary-color);margin-bottom:.5rem}.product-card .short-description{color:#333;color:var(--dark-gray);font-size:.9rem;margin-bottom:1rem}.product-detail-header{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:1rem 0}.product-detail-header h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.product-detail-header .hero-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.product-detail-header .breadcrumb{font-size:.9rem;margin-bottom:1rem}.product-detail-header .breadcrumb a{color:#fffc;text-decoration:none}.product-detail-header .breadcrumb a:hover{color:#fff;text-decoration:underline}.product-detail-image-container{align-items:center;background:#f5f5f5;background:var(--light-gray);border-radius:16px;box-shadow:0 8px 25px #0000001f;display:flex;justify-content:center;margin:0 auto 2rem;max-height:300px;max-width:500px;min-height:350px;overflow:hidden;position:relative;width:100%}.product-detail-image-container:before{color:#e0e0e0;color:var(--medium-gray);content:"📦";font-size:4rem;position:absolute;z-index:1}.product-detail-image{display:block;height:auto;max-height:300px;object-fit:contain;position:relative;width:100%;z-index:2}.contact-card{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:16px;box-shadow:0 8px 25px #00000026;color:#fff;margin-bottom:2rem}.contact-card h3{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1.2rem}.contact-card p{color:#000000f2;font-size:1.05rem;line-height:1.6;margin-bottom:1.8rem}.contact-card .btn{background:#fff;border:2px solid #fff;color:#470000;color:var(--primary-color);font-size:1.1rem;font-weight:700;padding:14px 28px;transition:all .3s ease}.contact-card .btn:hover{background:#0000;border-color:#fff;color:#fff}.product-detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:1400px}.product-info{padding:2.5rem}.product-info,.product-sidebar{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);border-radius:16px;box-shadow:0 6px 20px #00000014}.product-sidebar{height:fit-content;min-width:350px;padding:2rem;position:sticky;top:100px}.field-group{margin-bottom:2rem}.field-group h3{align-items:center;border-bottom:3px solid #e86c24;border-bottom:3px solid var(--secondary-color);color:#470000;color:var(--primary-color);display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin-bottom:1rem;padding-bottom:.8rem}.field-group h3:before{color:#e86c24;color:var(--secondary-color);content:"▶";font-size:.8rem}.field-group p{color:#333;color:var(--dark-gray);font-size:1.1rem;line-height:1.8}.contact-card{background:#f5f5f5;background:var(--light-gray);border-radius:10px;margin-top:2rem;padding:2rem;text-align:center}.contact-card h3{color:#470000;color:var(--primary-color);margin-bottom:1rem}.about-hero{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;overflow:hidden;padding:6rem 0;position:relative;text-align:center}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='rgba(255,255,255,0.05)'/%3E%3Ccircle cx='80' cy='40' r='1' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='40' cy='80' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.about-hero h1{color:#fff;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;position:relative;text-shadow:2px 2px 4px #0000004d;z-index:1}.about-hero .hero-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:300;line-height:1.4;margin:0 auto;max-width:600px;position:relative;z-index:1}.about-content{font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.about-content h3{color:#470000;color:var(--primary-color);font-size:1.8rem;font-weight:600;margin:3rem 0 1.5rem;padding-left:1rem;position:relative}.about-content h3:before{background:linear-gradient(135deg,#e86c24,#470000);background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));border-radius:2px;content:"";height:40px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.about-content p{color:#333;color:var(--dark-gray);line-height:1.9;margin-bottom:1.5rem;text-align:justify}.about-content p:first-of-type{color:#2c2c2c;color:var(--text-dark);font-size:1.2rem;font-weight:500}@media (min-width:1200px){.product-detail-content{gap:4rem;max-width:1600px}.product-info{padding:3rem}.product-sidebar{min-width:400px;padding:2.5rem}.field-group h3{font-size:1.4rem;margin-bottom:1.2rem}.field-group p{font-size:1.15rem;line-height:1.9}.product-detail-image-container{max-width:600px;min-height:400px}.contact-card{padding:2.5rem}.contact-card h3{font-size:1.5rem}.contact-card p{font-size:1.1rem}.section{padding:5rem 0}.section-title{font-size:3rem;margin-bottom:2rem}.grid-4{gap:2.5rem;grid-template-columns:repeat(4,1fr)}.feature-card{padding:2.5rem}.feature-icon{font-size:2.2rem;height:90px;margin-bottom:1.5rem;width:90px}.feature-card h3{font-size:1.3rem;margin-bottom:1rem}.feature-card p{font-size:1rem;line-height:1.6}}.certifications-grid{margin-top:3rem}.certification-item{align-items:flex-start;background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;gap:1.5rem;margin-bottom:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.certification-item:hover{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 8px 25px #0000001f;transform:translateY(-3px)}.certification-item:before{content:"";height:100%;left:0;position:absolute;top:0;width:4px}.certification-icon,.certification-item:before{background:linear-gradient(135deg,#e86c24,#470000);background:linear-gradient(135deg,var(--secondary-color),var(--primary-color))}.certification-icon{align-items:center;border-radius:12px;box-shadow:0 4px 15px #e86c244d;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:60px;justify-content:center;width:60px}.certification-item div:last-child{flex:1 1}.certification-item strong{color:#470000;color:var(--primary-color);display:block;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.certification-item p{color:#333;color:var(--dark-gray);font-size:.95rem;line-height:1.6;margin:0}.about-us .card{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);overflow:hidden;position:relative;transition:all .3s ease}.about-us .card:hover{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.about-us .card:before{background:linear-gradient(90deg,#e86c24,#470000);background:linear-gradient(90deg,var(--secondary-color),var(--primary-color));content:"";height:4px;left:0;position:absolute;right:0;top:0}.about-us .feature-card h3{color:#470000;color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.about-us .feature-icon{background:linear-gradient(135deg,#e86c24,#470000);background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));box-shadow:0 6px 20px #e86c244d;margin-bottom:1.5rem}.about-us .cta-section{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);overflow:hidden;position:relative}.about-us .cta-section:before{animation:float 20s linear infinite;background:radial-gradient(circle,#ffffff1a 1px,#0000 0);background-size:50px 50px;content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes float{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media (max-width:768px){.hero{margin-top:-1rem;padding-bottom:4rem;padding-top:4rem}.hero h1{font-size:2.5rem}.hero .hero-buttons{align-items:center;flex-direction:column}.about-hero{padding-bottom:3rem;padding-top:3rem}.about-hero h1{font-size:2.2rem;margin-bottom:1rem}.about-hero .hero-subtitle{font-size:1.1rem;padding:0 1rem}.about-content{padding:0 1rem}.about-content h3{font-size:1.5rem;margin:2rem 0 1rem;padding-left:1rem}.about-content h3:before{height:30px;width:3px}.about-content p{font-size:1rem;text-align:left}.certification-item{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.certification-icon{font-size:1rem;height:50px;width:50px}.about-us .feature-icon{font-size:1.8rem;height:70px;width:70px}.about-us .cta-section h2{font-size:2rem}.product-header{margin-top:-1rem}.color-shades-hero,.product-header{padding-bottom:1rem;padding-top:1rem}.about-hero{margin-top:-1rem;padding-bottom:2rem;padding-top:2rem}.product-detail-header{margin-top:-1rem;padding:calc(80px + .25rem) 0 .75rem}.product-detail-header h1{font-size:1.5rem;margin-bottom:.3rem}.product-detail-header .hero-subtitle{font-size:.9rem;margin-bottom:.5rem}.product-detail-header .breadcrumb{font-size:.8rem;margin-bottom:.5rem}.product-detail-content{gap:1rem;grid-template-columns:1fr;margin-top:1rem}.product-info{margin-bottom:1rem;padding:1rem}.product-sidebar{padding:1rem;position:static}.field-group{margin-bottom:1rem}.field-group h3{font-size:1rem;margin-bottom:.5rem}.product-detail-image-container{margin-bottom:1rem;max-width:100%;min-height:200px}.contact-card{margin-bottom:1rem;padding:1rem}.section{padding:2rem 0}.color-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.about-hero{padding-bottom:2.5rem;padding-top:2.5rem}.about-hero h1{font-size:1.8rem;margin-bottom:.8rem}.about-hero .hero-subtitle{font-size:1rem;padding:0 1.5rem}.about-content h3{font-size:1.3rem;margin:1.5rem 0 .8rem;padding-left:.8rem}.about-content h3:before{height:25px;width:3px}.about-content p{font-size:.95rem;line-height:1.7}.certification-item{margin-bottom:1rem;padding:1rem}.certification-icon{font-size:.9rem;height:45px;width:45px}.about-us .feature-icon{font-size:1.5rem;height:60px;width:60px}.about-us .feature-card h3{font-size:1.1rem}.about-us .feature-card p{font-size:.9rem}.about-us .cta-section h2{font-size:1.8rem}.about-us .cta-description{font-size:1rem}.product-detail-header{padding:calc(80px + .15rem) 0 .5rem}.product-detail-header h1{font-size:1.3rem;margin-bottom:.2rem}.product-detail-header .hero-subtitle{font-size:.8rem;margin-bottom:.3rem}.product-detail-header .breadcrumb{font-size:.75rem;margin-bottom:.3rem}.product-detail-content{gap:.75rem;margin-top:.75rem}.product-info,.product-sidebar{padding:.75rem}.field-group{margin-bottom:.75rem}.field-group h3{font-size:.9rem;margin-bottom:.4rem}.contact-card{padding:.75rem}.section{padding:1.5rem 0}.section-title{font-size:1.3rem;margin-bottom:1rem}.grid-4{gap:1rem;grid-template-columns:repeat(2,1fr)}.feature-card{padding:1rem}.feature-icon{font-size:1.5rem;height:50px;width:50px}.feature-card h3{font-size:.9rem;margin-bottom:.5rem}.feature-card p{font-size:.8rem;line-height:1.4}}.breadcrumb{font-size:.9rem;margin-bottom:2rem}.breadcrumb a{color:#e86c24;color:var(--secondary-color);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-category{background:#f5f5f5;background:var(--light-gray);border-radius:15px;color:#e86c24;color:var(--secondary-color);display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:.5rem;padding:.3rem .8rem}.related-info{margin-top:1.5rem}.related-info h3{color:#470000;color:var(--primary-color);font-size:1rem;font-weight:600;margin:1rem 0 .5rem}.related-info h3:first-child{margin-top:0}.related-info p{color:#333;color:var(--dark-gray);font-weight:500;margin-bottom:1rem}.related-info ul{background:#f5f5f5;background:var(--light-gray);border-radius:8px;list-style:none;margin:.8rem 0;padding:1rem}.related-info li{align-items:center;color:#333;color:var(--dark-gray);display:flex;gap:.5rem;padding:.4rem 0}.related-info li:before{color:#e86c24;color:var(--secondary-color);content:"✓";font-weight:700;margin-right:.5rem}.category-link{margin-top:1.5rem}.products-header{margin-bottom:2rem}.btn-outline-white{background-color:initial;border:2px solid #fff;color:#fff}.btn-outline-white:hover{background-color:#fff;color:#470000;color:var(--primary-color)}.product-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat-item{text-align:center}.stat-number{color:#e86c24;color:var(--secondary-color);display:block;font-size:2.5rem;font-weight:700;line-height:1}.stat-label{color:#fffc;display:block;font-size:.9rem;margin-top:.5rem}.products-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.search-container{flex:1 1;max-width:400px;position:relative}.search-input{background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:25px;font-size:1rem;padding:12px 45px 12px 16px;transition:all .3s ease;width:100%}.search-input:focus{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 0 0 3px #e86c241a;outline:none}.search-icon{color:#333;color:var(--dark-gray);pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.tabs-dropdown-container{display:none;position:relative}@media (min-width:769px){.desktop-category-dropdown{display:block}.tabs-dropdown-container{display:none}}.tabs-dropdown-trigger{align-items:center;background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;justify-content:space-between;min-width:200px;padding:12px 16px;transition:all .3s ease}.tabs-dropdown-trigger:hover{border-color:#e86c24;border-color:var(--secondary-color)}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.tabs-dropdown{background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;box-shadow:0 4px 20px #0000001a;left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.dropdown-item{align-items:center;background:none;border:none;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--light-gray);cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f5f5f5;background-color:var(--light-gray)}.dropdown-item.active{background-color:#e86c24;background-color:var(--secondary-color);color:#fff}.product-count{background:#f5f5f5;background:var(--light-gray);border-radius:12px;color:#333;color:var(--dark-gray);font-size:.8rem;font-weight:500;padding:2px 8px}.dropdown-item.active .product-count{background:#fff3;color:#fff}.desktop-category-dropdown{display:inline-block;margin-bottom:3rem;position:relative}.desktop-dropdown-trigger{align-items:center;background:#fff;border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:10px;box-shadow:0 2px 8px #0000000d;color:#333;color:var(--dark-gray);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:1rem;justify-content:space-between;min-width:280px;padding:14px 20px;transition:all .3s ease}.desktop-dropdown-trigger:hover{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 4px 15px #e86c241a}.desktop-dropdown-trigger.open{background:#f5f5f5;background:var(--light-gray);border-color:#e86c24;border-color:var(--secondary-color)}.desktop-dropdown{background:#fff;border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:10px;box-shadow:0 8px 30px #00000026;display:none;left:0;margin-top:8px;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.desktop-dropdown.open{animation:dropdownSlide .3s ease-out;display:block}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.desktop-dropdown-item{align-items:center;background:none;border:none;border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--light-gray);cursor:pointer;display:flex;font-size:.95rem;font-weight:500;justify-content:space-between;padding:14px 20px;text-align:left;transition:all .2s ease;width:100%}.desktop-dropdown-item:last-child{border-bottom:none}.desktop-dropdown-item:hover{background-color:#f5f5f5;background-color:var(--light-gray);color:#470000;color:var(--primary-color)}.desktop-dropdown-item.active{background-color:#470000;background-color:var(--primary-color);color:#fff}.desktop-dropdown-item.active:hover{background-color:#e86c24;background-color:var(--secondary-color)}.desktop-dropdown .product-count{background:#f5f5f5;background:var(--light-gray);border-radius:15px;color:#333;color:var(--dark-gray);font-size:.75rem;font-weight:600;min-width:25px;padding:4px 10px;text-align:center}.desktop-dropdown-item.active .product-count{background:#fff3;color:#fff}.product-tabs,.product-tabs-old{display:none}.product-tabs::-webkit-scrollbar{display:none}.tab-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#333;color:var(--dark-gray);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:12px 20px;transition:all .3s ease;white-space:nowrap}.tab-button:hover{background:#fff;color:#470000;color:var(--primary-color)}.tab-button.active{background:#470000;background:var(--primary-color);box-shadow:0 2px 8px #47000033;color:#fff}.tab-count{background:#fff3;border-radius:10px;color:inherit;font-size:.75rem;font-weight:600;padding:2px 8px}.tab-button.active .tab-count{background:#ffffff4d}.results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.results-title{color:#470000;color:var(--primary-color);font-size:1.8rem;margin:0}.results-meta{align-items:center;color:#333;color:var(--dark-gray);display:flex;font-size:.9rem;gap:.5rem}.results-count{font-weight:600}.search-info{color:#e86c24;color:var(--secondary-color);font-style:italic}.category-description{background:#f5f5f5;background:var(--light-gray);border-left:4px solid #e86c24;border-left:4px solid var(--secondary-color);border-radius:10px;margin-bottom:2rem;padding:1.5rem}.category-description p{color:#333;color:var(--dark-gray);line-height:1.6;margin:0}.products-container{margin-top:2rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.product-card-modern{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);border-radius:16px;box-shadow:0 4px 12px #0000000d;overflow:hidden;transition:all .3s ease}.product-card-modern:hover{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.product-card-header{align-items:center;display:flex;justify-content:flex-start;padding:1.5rem 1.5rem 0}.product-image-container{align-items:center;background:#f5f5f5;background:var(--light-gray);display:flex;height:200px;justify-content:center;max-height:200px;overflow:hidden;position:relative;width:100%}.product-image-container:before{color:#e0e0e0;color:var(--medium-gray);content:"📦";font-size:3rem;position:absolute;z-index:1}.product-image{height:auto;max-height:200px;object-fit:contain;position:relative;transition:transform .3s ease;width:100%;z-index:2}.product-image:not([src]),.product-image[src=""],.product-image[style*="display: none"]+.product-image-container:before{display:block}.product-card-modern:hover .product-image{transform:scale(1.05)}.product-category-badge{background:#470000;background:var(--primary-color);border:1px solid #fff3;border-radius:6px;box-shadow:0 2px 8px #47000026;color:#fff;display:inline-block;font-size:.7rem;font-weight:500;letter-spacing:.3px;padding:.3rem .8rem;position:relative;text-align:center;text-transform:uppercase}.product-category-badge:before{background:#e86c24;background:var(--secondary-color);border-radius:6px 6px 0 0;content:"";height:2px;left:0;position:absolute;right:0;top:0}.product-actions{display:flex;gap:.5rem}.action-btn{align-items:center;background:#f5f5f5;background:var(--light-gray);border:none;border-radius:50%;color:#333;color:var(--dark-gray);cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.action-btn:hover{background:#e86c24;background:var(--secondary-color);color:#fff;transform:scale(1.1)}.product-card-content{padding:1.5rem}.product-title{color:#470000;color:var(--primary-color);font-size:1.2rem;font-weight:600;line-height:1.3;margin:0 0 1rem}.product-description{color:#333;color:var(--dark-gray);font-size:.9rem;line-height:1.5;margin:0 0 1.5rem}.product-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.feature-tag{background:#f5f5f5;background:var(--light-gray);border-radius:15px;color:#470000;color:var(--primary-color);font-size:.75rem;font-weight:500;padding:.3rem .8rem}.product-card-footer{padding:0 1.5rem 1.5rem}.btn-view-details{align-items:center;background:#470000;background:var(--primary-color);border:2px solid #470000;border:2px solid var(--primary-color);border-radius:10px;color:#fff;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease;width:100%}.btn-view-details:hover{background:#0000;color:#470000;color:var(--primary-color);transform:translateY(-2px)}.btn-arrow{transition:transform .3s ease}.btn-view-details:hover .btn-arrow{transform:translateX(4px)}.empty-state{color:#333;color:var(--dark-gray);padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#470000;color:var(--primary-color);margin-bottom:1rem}.empty-state p{color:#333;color:var(--dark-gray);margin-bottom:2rem}@media (max-width:768px){.desktop-category-dropdown{display:none}.tabs-dropdown-container{display:block}.product-stats{gap:2rem}.stat-number{font-size:2rem}.products-controls{align-items:stretch;flex-direction:column}.search-container{max-width:none}.results-header{align-items:flex-start;flex-direction:column;gap:.5rem}.results-title{font-size:1.5rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-card-modern{margin:0 auto;max-width:400px}.product-image-container{height:180px}.product-header{display:block;height:auto;padding-bottom:1rem;padding-top:1rem}.product-header h1{font-size:1.5rem;margin-bottom:.3rem}.product-header .hero-subtitle{font-size:.85rem;margin-bottom:1rem}.product-stats{gap:1.5rem;margin-top:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.75rem}.product-detail-header{display:block;height:auto;padding:1rem 0}.product-detail-header h1{font-size:1.8rem;margin-bottom:.3rem}.product-detail-header .hero-subtitle{font-size:.9rem}}@media (max-width:480px){.product-stats{gap:1rem;margin-top:.8rem}.stat-number{font-size:1.3rem}.stat-label{font-size:.7rem}.tabs-dropdown-trigger{min-width:auto;width:100%}.product-card-header{padding:1rem 1rem 0}.product-card-content{padding:1rem}.product-card-footer{padding:0 1rem 1rem}}.tools-page{min-height:100vh}.tools-header{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:1.5rem 0;text-align:center}.tools-header h1{color:#fff;font-size:2rem;margin-bottom:.5rem}.tools-header .hero-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.tool-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.tool-stats .stat-item{text-align:center}.tool-stats .stat-number{color:#e86c24;color:var(--secondary-color);display:block;font-size:2.5rem;font-weight:700;line-height:1}.tool-stats .stat-label{color:#fffc;display:block;font-size:.9rem;margin-top:.5rem}.tools-selection{margin-bottom:3rem}.tools-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.tool-card{background:#fff;border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:12px;box-shadow:0 4px 12px #0000000d;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.tool-card:hover{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.tool-card.active{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-color:#470000;border-color:var(--primary-color);box-shadow:0 8px 25px #47000033;color:#fff;transform:translateY(-4px)}.tool-icon{font-size:3rem;margin-bottom:1rem}.tool-card h3{color:#470000;color:var(--primary-color);font-size:1.3rem;font-weight:600;margin-bottom:1rem}.tool-card.active h3{color:#fff}.tool-card p{color:#333;color:var(--dark-gray);font-size:.9rem;line-height:1.5}.tool-card.active p{color:#ffffffe6}.tool-content{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);border-radius:16px;box-shadow:0 6px 20px #00000014;padding:2.5rem}.calculator-container h3{color:#470000;color:var(--primary-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.calculator-container>p{color:#333;color:var(--dark-gray);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.calculator-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select{background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 0 0 3px #e86c241a;outline:none}.form-group input[type=range]{background:#0000;border:none;margin-right:1rem;padding:0}.form-group input[type=color]{cursor:pointer;height:40px;padding:2px;width:60px}.result-card{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:12px;color:#fff;margin-top:1.5rem;padding:2rem;text-align:center}.result-card h4{color:#fff;font-size:1.3rem;margin-bottom:1rem}.result-card p{font-size:1.1rem;line-height:1.5;margin-bottom:.5rem}.result-card .note{color:#fffc;font-size:.9rem;font-style:italic;margin-top:1rem}.recommendation-details{background:#ffffff1a;border-radius:8px;margin-top:1rem;padding:1rem;text-align:left}.visualizer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.controls-section{background:#f5f5f5;background:var(--light-gray);border-radius:12px;padding:2rem}.color-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.color-option{border:3px solid #0000;border-radius:8px;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.color-option[data-color="#ffffff"]{background-color:#fff}.color-option[data-color="#cccccc"]{background-color:#ccc}.color-option[data-color="#999999"]{background-color:#999}.color-option[data-color="#666666"]{background-color:#666}.color-option[data-color="#000000"]{background-color:#000}.color-option[data-color="#f5f5dc"]{background-color:beige}.color-option[data-color="#8b4513"]{background-color:#8b4513}.color-option.active,.color-option:hover{border-color:#470000;border-color:var(--primary-color);transform:scale(1.1)}.preview-section h4{color:#470000;color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem}.tile-preview{grid-gap:0;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;display:grid;gap:0;grid-template-columns:repeat(4,1fr);height:150px;margin-bottom:2rem;overflow:hidden;width:200px}.preview-tile{box-sizing:border-box;height:100%;width:100%}.dynamic-preview .preview-tile{background-color:#e8e8e8;background-color:var(--preview-tile-color,#e8e8e8);border:2px solid #ccc;border:var(--preview-joint-width,2px) solid var(--preview-joint-color,#ccc)}.preview-info{background:#f5f5f5;background:var(--light-gray);border-radius:8px;padding:1rem}.preview-info p{color:#333;color:var(--dark-gray);font-size:.9rem;margin-bottom:.5rem}@media (max-width:768px){.tools-header{margin-top:-1rem;padding-bottom:1rem;padding-top:1rem}.tools-header h1{font-size:1.5rem;margin-bottom:.3rem}.tools-header .hero-subtitle{font-size:.85rem;margin-bottom:1rem}.tool-stats{gap:1.5rem;margin-top:1rem}.tool-stats .stat-number{font-size:1.5rem}.tool-stats .stat-label{font-size:.75rem}.tools-grid{gap:1rem;grid-template-columns:1fr}.tool-card,.tool-content{padding:1.5rem}.form-row,.visualizer-container{grid-template-columns:1fr}.visualizer-container{gap:2rem}.controls-section{padding:1.5rem}.tile-preview{height:112px;width:150px}}@media (max-width:480px){.tool-stats{gap:1rem;margin-top:.8rem}.tool-stats .stat-number{font-size:1.3rem}.tool-stats .stat-label{font-size:.7rem}.controls-section,.tool-card,.tool-content{padding:1rem}.color-option{height:35px;width:35px}.tile-preview{height:90px;width:120px}}.joint-visualizer-container{margin-bottom:2rem}.joint-visualizer-header{color:#374151;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.joint-visualizer-description{color:#6b7280;margin-bottom:1.5rem}.joint-visualizer-content{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;padding:2rem}.joint-controls-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:2rem}.joint-control-section{margin-bottom:2rem}.joint-control-title{color:#374151;font-size:1rem;font-weight:600;margin-bottom:.75rem}.view-mode-tabs{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.view-mode-tab{align-items:center;background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;color:#333;color:var(--dark-gray);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.view-mode-tab:hover{background-color:#e86c240d;transform:translateY(-1px)}.view-mode-tab.active,.view-mode-tab:hover{border-color:#e86c24;border-color:var(--secondary-color)}.view-mode-tab.active{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));box-shadow:0 4px 12px #e86c244d;color:#fff}.tile-selector-grid{grid-gap:.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:400px;padding:1rem}.tile-selector{border:2px solid #d1d5db;border-radius:.375rem;cursor:pointer;height:50px;overflow:hidden;transition:all .2s ease;width:100%}.tile-selector:hover{border-color:#6b7280}.tile-selector.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.tile-selector img{height:100%;object-fit:cover;width:100%}.custom-tile-upload{align-items:center;background:#fff;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;display:flex;justify-content:center;margin-top:1rem;min-height:80px;padding:1.5rem;text-align:center;transition:all .3s ease;width:100%}.custom-tile-upload:hover{background-color:#e86c240d;box-shadow:0 4px 12px #e86c2426;transform:translateY(-1px)}.custom-tile-upload.active,.custom-tile-upload:hover{border-color:#e86c24;border-color:var(--secondary-color)}.custom-tile-upload.active{background-color:#e86c241a;border-style:solid;box-shadow:0 6px 20px #e86c2433}.upload-content{gap:1rem;width:100%}.upload-content,.upload-icon{align-items:center;display:flex;justify-content:center}.upload-icon{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;color:#fff;flex-shrink:0;font-size:1.5rem;height:3rem;width:3rem}.upload-text{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;text-align:left}.upload-title{color:#470000;color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.25rem}.upload-subtitle{color:#e86c24;color:var(--secondary-color);font-size:.875rem;font-weight:500}.custom-tile-preview{border:3px solid #e86c24;border:3px solid var(--secondary-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;flex-shrink:0;height:3rem;object-fit:cover;width:3rem}.joint-width-select{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.joint-width-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.color-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:320px}.color-button{align-items:center;background-color:var(--color-value);border:2px solid #d1d5db;border-radius:.5rem;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.color-button:hover{border-color:#000;transform:scale(1.05)}.color-button.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633,0 0 0 4px #3b82f61a}.color-checkmark{background:#00000080;border-radius:.125rem;color:#fff;font-size:.75rem;font-weight:700;padding:0 .25rem}.color-info{color:#6b7280;font-size:.875rem;margin-top:.5rem;text-align:center}.color-name{font-weight:500}.joint-preview-panel{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1.5rem}.preview-title{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.scene{background:linear-gradient(180deg,#87ceeb 0,#f0f0f0 60%);height:700px;overflow:hidden;perspective:1200px;perspective-origin:50% 70%;position:relative}.floor-grid{grid-row-gap:var(--joint-width-row);grid-column-gap:var(--joint-width-col);bottom:50px;column-gap:var(--joint-width-col);grid-template-rows:repeat(6,1fr);height:400px;left:49%;row-gap:var(--joint-width-row);transform:translateX(-50%) rotateX(75deg) translateY(500px) translateZ(10px);transform-origin:center center;transform-style:preserve-3d;width:650px;z-index:-10}.floor-grid,.wall-grid{background-color:var(--joint-color);display:grid;grid-template-columns:repeat(8,1fr);position:absolute}.wall-grid{grid-gap:var(--joint-width);gap:var(--joint-width);grid-template-rows:repeat(4,1fr);height:300px;left:50%;max-width:90%;top:230px;transform:translateX(-50%) rotateY(2deg) translateZ(0);transform-origin:center center;transform-style:preserve-3d;width:min(700px,90vw);z-index:-5}.tile{aspect-ratio:1;background-image:var(--tile-texture);background-position:50%;background-size:cover;border:.5px solid #0003;box-sizing:border-box;height:100%;margin:0;padding:0;width:100%}.room-background{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.preview-info{color:#6b7280;font-size:.875rem;margin-top:.5rem;text-align:center}@media (max-width:1092px){.scene{height:500px;perspective:900px}.floor-grid{bottom:40px;height:320px;transform:translateX(-50%) rotateX(74deg) translateY(400px) translateZ(0);width:400px}.wall-grid{grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(4,1fr);height:250px;top:150px;width:min(500px,85vw)}}@media (max-width:768px){.tool-content{padding:.5rem}.joint-visualizer-content{padding:0}.scene{height:325px;perspective:900px;perspective-origin:50% 70%}.scene .room-background{height:280px;width:100%}.floor-grid{bottom:37px;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);height:300px;transform:translateX(-50%) rotateX(75deg) translateY(500px) translateZ(0);width:300px;z-index:-10}.wall-scene{height:280px}.wall-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,1fr);height:200px;top:60px;transform:translateX(-50%) rotateY(1deg) translateZ(0);width:min(430px,90vw);z-index:-15}.joint-controls-panel{border-radius:12px;margin-bottom:1rem;padding:1.5rem;width:100%}.joint-preview-panel{border-radius:12px;padding:1rem;width:100%}.joint-visualizer-content .flex{gap:0!important}.custom-tile-upload{min-height:70px;padding:1rem}.upload-content{gap:.75rem}.upload-icon{font-size:1.25rem}.custom-tile-preview,.upload-icon{height:2.5rem;width:2.5rem}.upload-title{font-size:.9rem}.upload-subtitle{font-size:.8rem}.view-mode-tabs{gap:.5rem}.view-mode-tab{font-size:.85rem;padding:.6rem .8rem}}@media (max-width:480px){.joint-visualizer-content{border-radius:12px;padding:0}.scene{height:320px;perspective:750px;perspective-origin:50% 65%}.floor-grid{bottom:30px;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);height:250px;transform:translateX(-50%) rotateX(75deg) translateY(300px) translateZ(6px);width:300px;z-index:-10}.wall-grid{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(4,1fr);height:180px;top:80px;transform:translateX(-50%) rotateY(.5deg) translateZ(0);width:min(280px,85vw);z-index:-5}.joint-controls-panel{border-radius:8px;margin-bottom:.75rem;padding:1rem;width:100%}.joint-preview-panel{border-radius:8px;padding:.75rem;width:100%}.joint-visualizer-content .flex{gap:.75rem!important}.color-grid,.tile-selector-grid{grid-template-columns:repeat(4,1fr)}.color-grid{max-width:280px}.color-button{height:35px;width:35px}}.contact-us{min-height:100vh}.contact-header{background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:1.5rem 0;position:relative;text-align:center;top:-1rem}.contact-header h1{color:#fff;font-size:2rem;margin-bottom:.5rem}.contact-header .hero-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:1rem}.contact-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.contact-stats .stat-item{text-align:center}.contact-stats .stat-number{color:#e86c24;color:var(--secondary-color);display:block;font-size:2.5rem;font-weight:700;line-height:1}.contact-stats .stat-label{color:#fffc;display:block;font-size:.9rem;margin-top:.5rem}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-form-section h2,.contact-info-section h2{color:#470000;color:var(--primary-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.form-description{color:#333;color:var(--dark-gray);line-height:1.6;margin-bottom:2rem}.contact-form{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{color:#470000;color:var(--primary-color);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e0e0e0;border:2px solid var(--medium-gray);border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e86c24;border-color:var(--secondary-color);box-shadow:0 0 0 3px #e86c241a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-whatsapp{align-items:center;background:#25d366;border:2px solid #25d366;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-whatsapp:hover{background:#1da851;border-color:#1da851;transform:translateY(-2px)}.whatsapp-icon{font-size:1.2rem}.alert{border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;padding:1rem}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-warning{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.contact-info-section{background:#f5f5f5;background:var(--light-gray);border-radius:12px;height:fit-content;padding:2rem}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;margin:2rem 0}.contact-info-item{align-items:flex-start;display:flex;gap:1rem}.contact-icon{font-size:2rem;min-width:3rem;text-align:center}.contact-details h4{color:#470000;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#333;color:var(--dark-gray);line-height:1.5;margin:0}.quick-contact{border-top:2px solid #e0e0e0;border-top:2px solid var(--medium-gray);margin-top:2rem;padding-top:2rem}.quick-contact h3{color:#470000;color:var(--primary-color);font-size:1.2rem;margin-bottom:1rem}.quick-contact-buttons{display:flex;flex-wrap:wrap;gap:1rem}.quick-contact-btn{align-items:center;background:#fff;border:2px solid #470000;border:2px solid var(--primary-color);border-radius:6px;color:#470000;color:var(--primary-color);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:8px 16px;text-decoration:none;transition:all .3s ease}.quick-contact-btn:hover{background:#470000;background:var(--primary-color);color:#fff;transform:translateY(-1px)}.quick-contact-btn.whatsapp{border-color:#25d366;color:#25d366}.quick-contact-btn.whatsapp:hover{background:#25d366;color:#fff}.faq-section{background:#f5f5f5;background:var(--light-gray)}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.faq-item{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.faq-item h4{color:#470000;color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.faq-item p{color:#333;color:var(--dark-gray);font-size:.9rem;line-height:1.5;margin:0}@media (max-width:768px){.contact-header{padding:2rem 0}.contact-header h1{font-size:1.8rem;margin-bottom:1rem}.contact-header .hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem;padding:0 1rem}.contact-stats{flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.contact-stats .stat-number{font-size:2rem}.contact-stats .stat-label{font-size:1rem}.contact-content{gap:3rem;grid-template-columns:1fr;margin-top:2rem}.contact-form{margin:0 1rem;padding:1.5rem}.form-row{gap:0;grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.btn-whatsapp{font-size:1rem;justify-content:center;padding:16px 24px}.contact-info-section{background:#fff;border:1px solid #f5f5f5;border:1px solid var(--light-gray);margin:0 1rem;padding:2rem 1rem}.contact-info-section h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.contact-info-section>p{color:#333;color:var(--dark-gray);font-size:1rem;margin-bottom:2rem;text-align:center}.contact-info-grid{gap:2.5rem;margin:2rem 0}.contact-info-item{align-items:center;background:#f5f5f5;background:var(--light-gray);border:1px solid #e86c241a;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:1.5rem}.contact-icon{align-items:center;background:linear-gradient(135deg,#470000,#e86c24);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;flex-shrink:0;font-size:2.5rem;height:4rem;justify-content:center;min-width:4rem}.contact-details{flex:1 1}.contact-details h4{color:#470000;color:var(--primary-color);font-size:1.2rem;margin-bottom:.8rem}.contact-details p{color:#333;color:var(--dark-gray);font-size:1rem;line-height:1.6}.quick-contact-buttons{flex-direction:column;gap:1rem}.quick-contact-btn{font-size:1rem;justify-content:center;padding:12px 20px}.faq-grid{gap:1.5rem;grid-template-columns:1fr}.faq-item{padding:1.5rem}.faq-item h4{font-size:1.1rem;margin-bottom:.8rem}.faq-item p{font-size:1rem;line-height:1.6}}@media (max-width:480px){.contact-header{padding:1.5rem 0}.contact-header h1{font-size:1.5rem}.contact-header .hero-subtitle{font-size:1rem;padding:0 1.5rem}.contact-stats{flex-direction:row;gap:1rem;justify-content:space-around}.contact-stats .stat-number{font-size:1.5rem}.contact-stats .stat-label{font-size:.9rem}.contact-form{margin:0 .5rem;padding:1rem}.contact-form-section h2{font-size:1.3rem;text-align:center}.form-description{font-size:.9rem;text-align:center}.form-group label{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{font-size:1rem;padding:14px 16px}.contact-info-section{margin:0 .5rem;padding:1.5rem .5rem}.contact-info-section h2{font-size:1.3rem}.contact-info-item{flex-direction:column;gap:1rem;padding:2rem 1rem;text-align:center}.contact-icon{font-size:3rem;height:5rem;margin:0 auto;min-width:5rem}.contact-details h4{font-size:1.1rem;margin-bottom:.5rem}.contact-details p{font-size:.95rem}.faq-item{padding:1rem}.faq-item h4{font-size:1rem}.faq-item p{font-size:.9rem}.btn-primary,.btn-whatsapp{border-radius:8px;font-size:1rem;padding:16px 20px}}.adhesive-recommender{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:2rem auto;max-width:1000px;padding:2rem}.adhesive-header{margin-bottom:2rem;position:relative;text-align:center}.adhesive-header h2{color:#2c3e50;font-size:2.2rem;margin-bottom:.5rem}.adhesive-header p{color:#7f8c8d;font-size:1.1rem;margin-bottom:1rem}.reset-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;position:absolute;right:0;top:0;transition:background-color .3s ease}.reset-btn:hover{background:#c0392b}.step-progress{gap:1rem;justify-content:center;margin-bottom:3rem}.step,.step-progress{align-items:center;display:flex}.step{background:#e9ecef;border-radius:25px;color:#6c757d;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.step.active{background:#3498db;color:#fff}.step span{align-items:center;background:#fff;border-radius:50%;color:#3498db;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;width:24px}.step.active span{background:#2980b9;color:#fff}.step-content{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-content h3{color:#2c3e50;font-size:1.8rem;margin-bottom:2rem;text-align:center}.option-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.option-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#2c3e50;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:1.5rem;text-align:center;transition:all .3s ease}.option-card:hover{border-color:#3498db;box-shadow:0 4px 15px #3498db1a;color:#2c3e50;transform:translateY(-2px)}.option-card.selected{background:#e3f2fd;border-color:#3498db;box-shadow:0 4px 15px #3498db33;color:#2c3e50}.option-card h4{color:#2c3e50;font-size:1.1rem;margin:0}.detail-section{margin-bottom:2rem}.detail-section h4{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.3rem;margin-bottom:1rem;padding-bottom:.5rem}.get-recommendations-btn{background:#27ae60;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;margin-top:2rem;padding:1rem;transition:background-color .3s ease;width:100%}.get-recommendations-btn:hover{background:#229954}.recommendations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.product-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{border-color:#3498db;box-shadow:0 8px 25px #3498db26;transform:translateY(-5px)}.product-ribbon{background:#e74c3c;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;left:-10px;padding:.5rem 1.5rem;position:absolute;top:15px;transform:rotate(-5deg);z-index:1}.product-image{align-items:center;background:#fff;border-radius:8px;display:flex;height:200px;justify-content:center;margin:1rem}.product-image img{display:block;margin:0 auto;max-height:80%;max-width:80%;object-fit:contain}.product-info{padding:1.5rem}.product-info h4{color:#2c3e50;font-size:1.2rem;line-height:1.3;margin:0 0 1rem}.product-info p{color:#7f8c8d;line-height:1.5;margin-bottom:1.5rem}.view-product-btn{background:#3498db;border-radius:6px;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.view-product-btn:hover{background:#2980b9;color:#fff;text-decoration:none}.no-results{background:#f8f9fa;border:2px dashed #e9ecef;border-radius:8px;padding:3rem;text-align:center}.no-results h4{color:#e74c3c;margin-bottom:1rem}.no-results p{color:#7f8c8d}@media (max-width:768px){.adhesive-recommender{margin:1rem;padding:1rem}.step-progress{flex-wrap:wrap;gap:.5rem}.step{font-size:.9rem;padding:.5rem 1rem}.option-grid,.recommendations-grid{grid-template-columns:1fr}.adhesive-header .reset-btn{margin-top:1rem;position:static}}
/*# sourceMappingURL=main.fb36b3df.css.map*/