:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;min-height:100vh}#root{width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700}a{color:inherit;text-decoration:none}section{scroll-margin-top:20px}.container{max-width:1440px;margin:0 auto;padding:0 60px}@media(max-width:1024px){.container{padding:0 40px}}@media(max-width:768px){.container{padding:0 20px}}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.8rem;line-height:1.3}h3{font-size:1.8rem;line-height:1.4}p{font-size:1.1rem;line-height:1.7}@media(max-width:768px){h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}p{font-size:1rem}}.hero{background-size:cover;background-position:center;color:#fff;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:80px 60px;position:relative}.hero-content{max-width:60%;margin:0 auto;text-align:center;z-index:2}.hero h1{font-size:4rem;margin-bottom:30px;line-height:1.1;font-weight:800;text-shadow:2px 2px 8px rgba(0,0,0,.8),-1px -1px 0 rgba(0,0,0,.9),1px -1px 0 rgba(0,0,0,.9),-1px 1px 0 rgba(0,0,0,.9),1px 1px 0 rgba(0,0,0,.9)}.hero-subtitle{font-size:1.6rem;margin-bottom:50px;color:#fff;font-weight:400;line-height:1.6;text-shadow:2px 2px 6px rgba(0,0,0,.8),-1px -1px 0 rgba(0,0,0,.7),1px -1px 0 rgba(0,0,0,.7),-1px 1px 0 rgba(0,0,0,.7),1px 1px 0 rgba(0,0,0,.7)}.hero-cta{display:flex;gap:25px;justify-content:center;flex-wrap:wrap}.btn{padding:18px 40px;font-size:1.2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;cursor:pointer}.btn-primary{background:#4caf50;color:#fff;box-shadow:0 4px 12px #4caf504d}.btn-primary:hover{background:#45a049;transform:translateY(-3px);box-shadow:0 6px 20px #4caf5080}.btn-secondary{background:transparent;border:2px solid white;color:#fff}.btn-secondary:hover{background:#fff;color:#1a1a2e;transform:translateY(-3px);box-shadow:0 6px 20px #ffffff4d}@media(max-width:1024px){.hero{padding:80px 40px}.hero-content{max-width:75%}.hero h1{font-size:3.2rem}.hero-subtitle{font-size:1.4rem}}@media(max-width:768px){.hero{min-height:70vh;padding:60px 20px}.hero-content{max-width:100%}.hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:320px;padding:16px 32px;font-size:1.1rem}}.hero-nav{display:flex;gap:1.5rem;justify-content:center;align-items:center;margin-top:2.5rem;flex-wrap:wrap}.hero-nav-btn{padding:.9rem 1.8rem;background:#4caf5040;color:#fff;text-decoration:none;border-radius:6px;border:2px solid rgba(255,255,255,.4);font-size:1.05rem;font-weight:500;transition:all .3s ease;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero-nav-btn:hover{background:#4caf5066;border-color:#ffffffb3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.value-pillars{padding:100px 60px;background:#f5f5f5}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;max-width:1440px;margin:0 auto}.pillar{background:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.pillar:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.pillar h3{color:#1a1a2e;font-size:1.8rem;margin-bottom:25px;font-weight:700}.pillar ul{list-style:none;padding:0}.pillar li{color:#555;font-size:1.15rem;position:relative;padding:12px 0 12px 30px;line-height:1.6}.pillar li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.3rem}@media(max-width:1024px){.value-pillars{padding:80px 40px}.pillars-grid{gap:40px}}@media(max-width:768px){.value-pillars{padding:60px 20px}.pillars-grid{grid-template-columns:1fr;gap:30px}.pillar{padding:40px 30px}.pillar h3{font-size:1.5rem}.pillar li{font-size:1.05rem}}.whats-included{padding:100px 60px;background:#fff}.whats-included .container{max-width:1440px;margin:0 auto}.whats-included h2{text-align:center;font-size:3rem;color:#1a1a2e;margin-bottom:15px;font-weight:700}.price{text-align:center;font-size:4rem;color:#4caf50;font-weight:700;margin-bottom:15px}.price-note{font-size:1.4rem;color:#666;font-weight:400}.currency-note{text-align:center;font-size:1.1rem;color:#2e7d32;font-weight:500;margin-bottom:10px}.tagline{text-align:center;font-size:1.4rem;color:#666;margin-bottom:60px;font-style:italic}.included-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:50px}.included-box{background:#f9f9f9;padding:45px;border-radius:12px;border:2px solid #e0e0e0}.included-box h3{color:#1a1a2e;margin-bottom:25px;font-size:1.6rem;font-weight:700}.included-box ul{list-style:none;padding:0}.included-box li{color:#444;position:relative;padding:10px 0 10px 30px;font-size:1.1rem;line-height:1.6}.included-box li:before{content:"•";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.5rem}.optional-addons{text-align:center;padding:40px;background:#e8f5e9;border-radius:12px}.optional-addons h3{color:#2e7d32;margin-bottom:18px;font-size:1.6rem}.optional-addons p{color:#555;font-size:1.15rem}@media(max-width:1024px){.whats-included{padding:80px 40px}}@media(max-width:768px){.whats-included{padding:60px 20px}.included-grid{grid-template-columns:1fr;gap:30px}.price{font-size:2.5rem}.whats-included h2{font-size:2rem}.included-box{padding:30px}}.chameleon-logo{display:inline-block;vertical-align:text-bottom;margin-right:.2em;margin-bottom:-.1em}.temperature-precision{padding:100px 60px;background:linear-gradient(135deg,#e3f2fd,#f5f5f5)}.temperature-precision .container{max-width:1440px;margin:0 auto}.temperature-precision h2{text-align:center;font-size:3rem;color:#1a1a2e;margin-bottom:70px;font-weight:700}.comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center;margin-bottom:70px}.comparison-box{background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center}.comparison-box.standard{border:2px solid #ff9800}.comparison-box.chameleon{border:3px solid #4CAF50;box-shadow:0 8px 24px #4caf5033}.comparison-box h3{margin-bottom:25px;color:#1a1a2e;font-size:1.6rem}.temp-value{font-size:3rem;font-weight:700;margin:25px 0;color:#ff9800}.temp-value.highlight{color:#4caf50;font-size:3.5rem}.comparison-box p{margin:20px 0;color:#666;font-size:1.2rem}.comparison-box ul{list-style:none;padding:0;text-align:left;margin-top:25px}.comparison-box li{color:#555;padding:10px 0 10px 30px;position:relative;font-size:1.1rem}.comparison-box.standard li:before{content:"✗";position:absolute;left:0;color:#ff9800;font-weight:700;font-size:1.3rem}.comparison-box.chameleon li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.3rem}.comparison-arrow{font-size:3.5rem;color:#4caf50;font-weight:700}.precision-benefits{margin-top:70px}.quote{background:#fff;padding:40px;border-left:6px solid #4CAF50;font-size:1.3rem;color:#444;line-height:1.8;margin-bottom:50px;border-radius:8px;font-style:italic}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.benefit{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #00000014}.benefit h4{color:#1a1a2e;margin-bottom:18px;font-size:1.4rem;font-weight:700}.benefit p{color:#666;line-height:1.7;font-size:1.1rem}@media(max-width:1024px){.temperature-precision{padding:80px 40px}.benefits-grid{grid-template-columns:1fr}}@media(max-width:968px){.comparison{grid-template-columns:1fr}.comparison-arrow{transform:rotate(90deg);margin:20px 0}}@media(max-width:768px){.temperature-precision{padding:60px 20px}.temperature-precision h2{font-size:2rem}.comparison-box{padding:30px}.temp-value{font-size:2.5rem}.temp-value.highlight{font-size:3rem}}.spc-feature{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.spc-feature .container{max-width:1200px;margin:0 auto;padding:0 20px}.spc-header{text-align:center;margin-bottom:60px}.spc-header h2{font-size:3rem;color:#2c3e50;margin-bottom:20px;font-weight:700}.spc-header .subtitle{font-size:1.3rem;color:#5a6c7d;max-width:800px;margin:0 auto;line-height:1.6}.spc-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}.spc-explanation h3,.spc-visualization h3{font-size:1.8rem;color:#2c3e50;margin-bottom:30px}.benefit-list{display:flex;flex-direction:column;gap:30px}.benefit{display:flex;gap:20px;align-items:start}.benefit-icon{font-size:2.5rem;flex-shrink:0}.benefit h4{font-size:1.3rem;color:#2c3e50;margin-bottom:10px}.benefit p{color:#5a6c7d;line-height:1.6}.chart-wrapper{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 6px #0000001a}.chart-container{position:relative;height:300px;margin-bottom:20px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:1fr 30px;gap:10px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-right:10px}.y-label{font-size:.9rem;color:#6c757d;font-weight:500}.chart-area{position:relative;background:#f8f9fa;border-radius:8px;overflow:visible}.control-line{position:absolute;left:0;right:0;height:2px;border-top:2px dashed}.control-line.ucl{top:10%;border-color:#dc3545}.control-line.usl{top:25%;border-color:#ffc107;opacity:.5}.control-line.centerline{top:50%;border-color:#28a745;border-style:solid;height:3px}.control-line.lsl{top:75%;border-color:#ffc107;opacity:.5}.control-line.lcl{top:90%;border-color:#dc3545}.line-label{position:absolute;left:10px;top:-20px;background:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600;color:#495057}.chart-svg{width:100%;height:100%}.point-normal{fill:#28a745;stroke:#1e7e34;stroke-width:1}.point-warning{fill:#ffc107;stroke:#d39e00;stroke-width:1}.point-alarm{fill:#dc3545;stroke:#bd2130;stroke-width:2;filter:drop-shadow(0 0 4px rgba(220,53,69,.5))}.data-line{fill:none;stroke:#007bff;stroke-width:2;opacity:.6}.alert-annotation{position:absolute;top:15%;left:50%;transform:translate(-50%)}.alert-marker{width:2px;height:150px;background:#dc3545;margin:0 auto;opacity:.3}.alert-bubble{background:#dc3545;color:#fff;padding:10px 15px;border-radius:8px;font-size:.9rem;font-weight:600;text-align:center;white-space:nowrap;margin-top:-10px;box-shadow:0 2px 8px #dc354566}.alert-bubble small{font-size:.75rem;font-weight:400}.x-axis{grid-column:2;display:flex;justify-content:space-between;padding:0 10px}.x-label{font-size:.9rem;color:#6c757d;font-weight:500}.chart-legend{display:flex;justify-content:center;gap:30px;margin-top:20px;padding-top:20px;border-top:1px solid #dee2e6}.legend-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#495057}.legend-dot{width:12px;height:12px;border-radius:50%;border:2px solid}.legend-dot.normal{background:#28a745;border-color:#1e7e34}.legend-dot.warning{background:#ffc107;border-color:#d39e00}.legend-dot.alarm{background:#dc3545;border-color:#bd2130}.chart-caption{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:6px;font-size:.95rem;color:#495057;line-height:1.6;border-left:3px solid #28a745}.chart-caption strong{color:#2c3e50}.chart-explanation{margin-top:30px;padding:20px;background:#e7f3ff;border-left:4px solid #007bff;border-radius:8px}.chart-explanation p{margin-bottom:15px;color:#495057;line-height:1.6}.chart-explanation p:last-child{margin-bottom:0}.chart-explanation strong{color:#2c3e50}.chart-explanation em{color:#007bff;font-style:normal;font-weight:600}.spc-technical{background:#fff;padding:50px;border-radius:12px;margin-bottom:60px;box-shadow:0 4px 6px #0000000d}.spc-technical h3{font-size:2rem;color:#2c3e50;margin-bottom:20px;text-align:center}.technical-intro{text-align:center;font-size:1.1rem;color:#5a6c7d;max-width:800px;margin:0 auto 40px;line-height:1.6}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.rule-card{padding:25px;border-radius:8px;text-align:center;border:2px solid;transition:transform .2s ease,box-shadow .2s ease}.rule-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.rule-card.red{background:#fff5f5;border-color:#dc3545}.rule-card.amber{background:#fffbf0;border-color:#ffc107}.rule-number{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;margin-bottom:8px}.rule-name{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:12px}.rule-description{font-size:.95rem;color:#5a6c7d;line-height:1.5}.rule-description strong{display:block;margin-top:10px;color:#2c3e50;font-size:.9rem}.spc-cta{text-align:center;background:linear-gradient(135deg,#28a745,#20c997);color:#fff;padding:50px;border-radius:12px;box-shadow:0 8px 16px #28a7454d}.spc-cta h3{font-size:2.2rem;margin-bottom:20px}.spc-cta p{font-size:1.2rem;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#28a745;padding:15px 40px;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px #0000001a}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media(max-width:768px){.spc-content{grid-template-columns:1fr;gap:40px}.spc-header h2{font-size:2.2rem}.spc-header .subtitle{font-size:1.1rem}.chart-container{height:250px}.rules-grid{grid-template-columns:1fr}.spc-technical,.spc-cta{padding:30px 20px}.spc-cta h3{font-size:1.8rem}}.installation{padding:100px 60px;background:#fff}.installation .container{max-width:1440px;margin:0 auto}.installation h2{text-align:center;font-size:3rem;color:#1a1a2e;margin-bottom:70px;font-weight:700}.install-box{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:50px}.install-section{background:#f9f9f9;padding:45px;border-radius:12px;border:2px solid #e0e0e0}.install-section.highlight{background:#e8f5e9;border:3px solid #4CAF50}.install-section h3{color:#1a1a2e;margin-bottom:25px;font-size:1.6rem;font-weight:700}.install-section ul{list-style:none;padding:0}.install-section li{color:#444;position:relative;padding:10px 0 10px 30px;font-size:1.1rem;line-height:1.6}.install-section li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700;font-size:1.3rem}.support-motto{margin-top:30px;padding-top:25px;border-top:2px solid #4CAF50;font-weight:600;color:#2e7d32;text-align:center;font-size:1.2rem;line-height:1.7}.professional-install{background:#fff3e0;padding:40px;border-radius:12px;text-align:center;border:2px solid #ff9800}.professional-install h3{color:#e65100;margin-bottom:18px;font-size:1.6rem}.professional-install p{color:#555;font-size:1.15rem}@media(max-width:1024px){.installation{padding:80px 40px}}@media(max-width:768px){.installation{padding:60px 20px}.installation h2{font-size:2rem}.install-box{grid-template-columns:1fr;gap:30px}.install-section{padding:30px}}.contact{padding:100px 60px;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff}.contact .container{max-width:1440px;margin:0 auto}.contact h2{text-align:center;font-size:3rem;margin-bottom:25px;color:#fff;font-weight:700}.contact-intro{text-align:center;font-size:1.3rem;margin-bottom:60px;color:#e8e8e8}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:70px}.contact-method{background:#ffffff1a;padding:45px;border-radius:12px;text-align:center;border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.contact-method:hover{background:#ffffff26;transform:translateY(-8px);border-color:#4caf50}.contact-method h3{margin-bottom:18px;font-size:1.6rem;color:#fff;font-weight:700}.contact-method p{margin-bottom:25px;color:#e8e8e8;line-height:1.7;font-size:1.1rem}.contact-link{color:#4caf50;text-decoration:none;font-weight:600;font-size:1.2rem;transition:color .3s ease}.contact-link:hover{color:#66bb6a;text-decoration:underline}.company-info{text-align:center;padding:50px;background:#ffffff0d;border-radius:12px;margin-bottom:50px}.company-info h3{margin-bottom:20px;font-size:2rem;color:#fff;font-weight:700}.company-info p{color:#e8e8e8;font-size:1.2rem;margin:12px 0}.shipping-note{color:#4caf50;font-weight:600;margin-top:20px}.footer{text-align:center;padding-top:50px;border-top:1px solid rgba(255,255,255,.2)}.footer p{color:#ccc;margin-bottom:25px;font-size:1.05rem}.footer-links{display:flex;gap:35px;justify-content:center;flex-wrap:wrap}.footer-links a{color:#4caf50;text-decoration:none;transition:color .3s ease;font-size:1.05rem}.footer-links a:hover{color:#66bb6a;text-decoration:underline}@media(max-width:1024px){.contact{padding:80px 40px}.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.contact{padding:60px 20px}.contact h2{font-size:2rem}.contact-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:15px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.forum-page{min-height:100vh;background:#f5f5f5}.forum-header{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:3rem 0;margin-bottom:2rem}.forum-header h1{font-size:2.5rem;margin-bottom:.5rem}.forum-header p{font-size:1.1rem;opacity:.9;margin-bottom:1.5rem}.header-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.back-home{color:#fff;text-decoration:none;padding:.5rem 1rem;border:2px solid white;border-radius:4px;transition:all .3s}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .3s}.btn-primary{background:#fff;color:#4caf50}.btn-primary:hover{background:#f0f0f0}.btn-secondary{background:#fff3;color:#fff;border:1px solid white}.btn-secondary:hover{background:#ffffff4d}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding-bottom:3rem}.post-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.post-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.post-card h3{color:#333;margin-bottom:.5rem}.post-meta{color:#666;font-size:.9rem;margin-bottom:1rem}.post-content{color:#444;line-height:1.6;margin-bottom:1rem}.post-card img{width:100%;border-radius:4px;margin-top:1rem}.no-posts{text-align:center;color:#666;padding:3rem;background:#fff;border-radius:8px}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content.large{max-width:700px}.modal-content h2{margin-bottom:1.5rem;color:#333}.modal-content form{display:flex;flex-direction:column;gap:1rem}.modal-content input,.modal-content textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.modal-content textarea{resize:vertical}.upload-btn{background:#4caf50;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.upload-btn:hover{background:#45a049}.upload-success{color:#4caf50;font-weight:700}.form-actions{display:flex;gap:1rem}.form-actions button{flex:1;padding:.75rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem}.form-actions button[type=submit]{background:#4caf50;color:#fff}.form-actions button[type=button]{background:#ddd;color:#333}.news-page{min-height:100vh;background:#f5f5f5}.news-header{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:3rem 0;margin-bottom:2rem}.news-header h1{font-size:2.5rem;margin-bottom:.5rem}.news-header p{font-size:1.1rem;opacity:.9;margin-bottom:1.5rem}.news-index{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.news-index h2{color:#333;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:3px solid #4CAF50;padding-bottom:.75rem}.index-list{display:flex;flex-direction:column;gap:1rem}.index-item{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;align-items:center;padding:1rem;border-radius:6px;text-decoration:none;transition:all .3s;border-left:4px solid transparent}.index-item:hover{background:#f9f9f9;border-left-color:#4caf50;transform:translate(4px)}.index-date{color:#666;font-size:.9rem;font-weight:600}.index-title{color:#333;font-size:1.05rem;font-weight:500}.index-region{color:#4caf50;font-size:.85rem;font-weight:600;text-transform:uppercase;background:#e8f5e9;padding:.25rem .75rem;border-radius:12px}.articles-list{max-width:900px;margin:0 auto;padding-bottom:3rem}.article-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:3rem;overflow:hidden;transition:transform .3s,box-shadow .3s;scroll-margin-top:100px}.article-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.article-image-wrapper{position:relative}.article-image{width:100%;height:400px;object-fit:cover}.image-credit{position:absolute;bottom:0;right:0;background:#000000b3;color:#fff;padding:.5rem 1rem;font-size:.8rem;font-style:italic;margin:0}.article-content{padding:2rem}.article-header{margin-bottom:1rem}.article-region-badge{display:inline-block;background:#4caf50;color:#fff;padding:.35rem .85rem;border-radius:16px;font-size:.8rem;font-weight:600;text-transform:uppercase;margin-bottom:.75rem}.article-content h2{color:#333;font-size:2rem;margin-bottom:0;line-height:1.3}.article-meta{color:#666;font-size:.9rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.article-date{font-weight:600}.article-divider{color:#ccc}.article-source,.article-author{color:#666}.article-text{color:#444;line-height:1.8;font-size:1.05rem;margin-bottom:1.5rem}.article-text p{margin-bottom:1.2rem}.article-text p:last-child{margin-bottom:0}.read-more{display:inline-block;color:#4caf50;text-decoration:none;font-weight:600;font-size:1rem;padding:.75rem 1.5rem;border:2px solid #4CAF50;border-radius:6px;transition:all .3s;margin-top:1rem}.read-more:hover{background:#4caf50;color:#fff;transform:translate(4px)}.no-articles{text-align:center;color:#666;padding:3rem;background:#fff;border-radius:8px;max-width:600px;margin:0 auto}@media(max-width:768px){.news-header h1{font-size:2rem}.index-item{grid-template-columns:1fr;gap:.5rem}.index-region{justify-self:start}.article-image{height:250px}.article-content{padding:1.5rem}.article-content h2{font-size:1.5rem}.article-text{font-size:1rem}}.gallery-page{min-height:100vh;background:#f5f5f5}.gallery-header{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:3rem 0;margin-bottom:2rem}.gallery-header h1{font-size:2.5rem;margin-bottom:.5rem}.gallery-header p{font-size:1.1rem;opacity:.9;margin-bottom:1.5rem}.category-tabs{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.category-tabs button{padding:.75rem 1.5rem;border:2px solid #4CAF50;background:#fff;color:#4caf50;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .3s}.category-tabs button:hover{background:#f0f0f0}.category-tabs button.active{background:#4caf50;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-bottom:3rem}.gallery-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;cursor:pointer}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.gallery-item img{width:100%;height:250px;object-fit:cover}.gallery-info{padding:1rem}.gallery-info h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.gallery-info p{color:#666;font-size:.9rem;margin-bottom:.75rem}.category-badge{display:inline-block;padding:.25rem .75rem;background:#4caf50;color:#fff;border-radius:4px;font-size:.85rem;font-weight:700}.loading,.no-images{text-align:center;color:#666;padding:3rem;background:#fff;border-radius:8px}.container{max-width:1440px;margin:0 auto;padding:0 2rem}.back-home{color:#fff;text-decoration:none;padding:.5rem 1rem;border:2px solid white;border-radius:4px;transition:all .3s;display:inline-block}.back-home:hover{background:#fff;color:#4caf50}.products-page{min-height:100vh;background-color:#f5f5f5;padding:2rem}.products-header{text-align:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.products-header h1{color:#4caf50;font-size:2.5rem;margin-bottom:.5rem}.products-header p{color:#666;font-size:1.1rem;margin-bottom:1rem}.products-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1400px;margin:0 auto}.products-grid{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.products-grid h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.product-list{display:flex;flex-direction:column;gap:1.5rem}.product-card{display:grid;grid-template-columns:200px 1fr;gap:1.5rem;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;transition:box-shadow .3s}.product-card:hover{box-shadow:0 4px 8px #0000001a}.product-image-placeholder{width:200px;height:200px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-placeholder img{width:100%;height:100%;object-fit:cover}.placeholder-icon{font-size:4rem;opacity:.3}.product-info{display:flex;flex-direction:column;justify-content:space-between}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.product-header h3{color:#333;font-size:1.4rem;margin:0}.product-category{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;text-transform:capitalize}.product-description{color:#666;line-height:1.6;margin-bottom:1rem;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-pricing{display:flex;flex-direction:column;gap:.25rem}.product-price{font-size:1.5rem;font-weight:700;color:#4caf50}.product-stock{font-size:.9rem;color:#666}.add-to-cart-btn{padding:.75rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.add-to-cart-btn:hover:not(:disabled){background:#45a049}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.cart-sidebar{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}.cart-sidebar h2{color:#333;margin-bottom:1.5rem;font-size:1.6rem}.empty-cart{color:#999;text-align:center;padding:2rem}.cart-items{margin-bottom:1.5rem}.cart-item{padding:1rem;border-bottom:1px solid #e0e0e0;margin-bottom:1rem}.cart-item:last-child{border-bottom:none}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cart-item-header h4{color:#333;font-size:1rem;margin:0;flex-grow:1}.remove-btn{background:none;border:none;color:#999;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;margin-left:.5rem;transition:color .3s}.remove-btn:hover{color:#e74c3c}.cart-item-details{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;font-size:.9rem}.item-price{color:#666}.item-total{color:#4caf50;font-weight:700;text-align:right}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{width:28px;height:28px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-controls button:hover{background:#f5f5f5;border-color:#4caf50}.quantity-controls input{width:50px;text-align:center;border:1px solid #ddd;border-radius:4px;padding:.25rem;font-size:.9rem}.cart-totals{border-top:2px solid #e0e0e0;padding-top:1rem;margin-bottom:1.5rem}.total-line{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.tax-line{color:#666;font-size:.95rem}.grand-total{font-size:1.3rem;font-weight:700;color:#333;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0}.currency-note-cart{text-align:center;font-size:.9rem;color:#2e7d32;font-weight:500;margin-top:.75rem;padding:.5rem;background:#e8f5e9;border-radius:4px}.checkout-toggle-btn{width:100%;padding:1rem;background:#4caf50;color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .3s;margin-bottom:1rem}.checkout-toggle-btn:hover{background:#45a049}.checkout-form{background:#f9f9f9;padding:1.5rem;border-radius:8px;margin-top:1rem}.checkout-form h3{color:#333;margin-bottom:1rem;font-size:1.2rem}.checkout-form input,.checkout-form select{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.checkout-form input:focus,.checkout-form select:focus{outline:none;border-color:#4caf50}.checkout-btn{width:100%;padding:1rem;background:#4caf50;color:#fff;border:none;border-radius:5px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .3s}.checkout-btn:hover{background:#45a049}.checkout-note{text-align:center;color:#666;font-size:.85rem;margin-top:.5rem}.billing-notice{text-align:center;color:#d32f2f;font-size:.8rem;margin-top:.25rem;font-style:italic;font-weight:500}.empty-state{text-align:center;color:#999;padding:3rem;font-size:1.1rem}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}@media(max-width:1024px){.products-container{grid-template-columns:1fr}.cart-sidebar{position:static;max-height:none}}@media(max-width:768px){.product-card{grid-template-columns:1fr}.product-image-placeholder{width:100%;height:250px;margin:0 auto}.cart-item-details{grid-template-columns:1fr;text-align:center}.item-total{text-align:center}}.popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-modal{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;text-align:center;position:relative;box-shadow:0 10px 40px #0003}.popup-close{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.8rem;color:#999;cursor:pointer;line-height:1}.popup-close:hover{color:#333}.popup-modal h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.popup-modal p{color:#666;margin-bottom:.75rem;line-height:1.5}.popup-contact-link{display:inline-block;margin-top:1rem;padding:.75rem 2rem;background:#4caf50;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background .3s}.popup-contact-link:hover{background:#45a049}.admin-products{min-height:100vh;background-color:#f5f5f5;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.admin-header h1{color:#4caf50;font-size:2rem;margin:0}.admin-actions{display:flex;gap:1rem}.btn-add,.btn-back{padding:.75rem 1.5rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-add{background:#4caf50;color:#fff}.btn-add:hover{background:#45a049}.btn-back{background:#666;color:#fff}.btn-back:hover{background:#555}.product-form-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;max-width:800px}.product-form-container h2{color:#333;margin-bottom:1.5rem}.product-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4caf50}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn-submit,.btn-cancel{padding:.75rem 2rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn-submit{background:#4caf50;color:#fff}.btn-submit:hover{background:#45a049}.btn-cancel{background:#999;color:#fff}.btn-cancel:hover{background:#888}.products-list-admin{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.products-list-admin h2{color:#333;margin-bottom:1.5rem}.products-table{overflow-x:auto}table{width:100%;border-collapse:collapse}thead{background:#f5f5f5}th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #ddd}td{padding:1rem;border-bottom:1px solid #e0e0e0}tr.inactive{opacity:.5;background:#f9f9f9}.product-name{font-weight:500;color:#333}.category-badge{display:inline-block;padding:.25rem .75rem;background:#4caf50;color:#fff;border-radius:12px;font-size:.85rem;text-transform:capitalize}.price-cell{font-weight:500;color:#4caf50}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.active{background:#d4edda;color:#155724}.status-badge.inactive{background:#f8d7da;color:#721c24}.actions-cell{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .3s}.btn-edit{background:#2196f3;color:#fff}.btn-edit:hover{background:#1976d2}.btn-delete{background:#f44336;color:#fff}.btn-delete:hover{background:#d32f2f}.empty-state{text-align:center;color:#999;padding:2rem}.access-denied{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.access-denied h1{color:#e74c3c;margin-bottom:1rem}.access-denied p{color:#666;margin-bottom:2rem}.access-denied a{display:inline-block;padding:.75rem 1.5rem;background:#4caf50;color:#fff;text-decoration:none;border-radius:5px;transition:background .3s}.access-denied a:hover{background:#45a049}@media(max-width:768px){.admin-header{flex-direction:column;gap:1rem;text-align:center}.admin-actions{width:100%;flex-direction:column}.btn-add,.btn-back{width:100%}.form-row{grid-template-columns:1fr}table{font-size:.85rem}th,td{padding:.5rem}.actions-cell{flex-direction:column}}.roi-calculator-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.roi-header{max-width:1200px;margin:0 auto 2rem;text-align:center}.roi-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.roi-subtitle{font-size:1.1rem;color:#7f8c8d;margin-bottom:1.5rem}.back-button{background:#4caf50;color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s}.roi-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.roi-inputs-section,.roi-results-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.roi-inputs-section h2,.roi-results-section h2{color:#2c3e50;margin-bottom:.5rem;font-size:1.8rem}.section-note{color:#7f8c8d;margin-bottom:1.5rem;font-size:.95rem}.current-setup-box{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:4px solid #2196F3;padding:1.5rem;margin-bottom:2rem;border-radius:8px}.current-setup-box h3{color:#1565c0;margin-bottom:1rem;font-size:1.2rem}.current-setup-box select{width:100%;padding:.75rem;font-size:1rem;border:2px solid #2196F3;border-radius:8px;background:#fff;margin-top:.25rem;cursor:pointer}.current-setup-box select:focus{outline:none;border-color:#1565c0;box-shadow:0 0 0 3px #2196f31a}.input-group{margin-bottom:1.5rem}.input-group label{display:block;color:#2c3e50;font-weight:600;margin-bottom:.5rem}.input-group input{width:100%;padding:.75rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;margin-top:.25rem;transition:border-color .3s}.input-group input:focus{outline:none;border-color:#4caf50}.input-help{display:block;margin-top:.25rem;font-size:.85rem;color:#95a5a6;font-style:italic}.conservative-note{background:#fff3cd;border-left:4px solid #ffc107;padding:.75rem;margin-bottom:1.5rem;font-size:.9rem;color:#856404;border-radius:4px}.savings-category{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.savings-category h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.savings-explanation{color:#7f8c8d;font-size:.9rem;margin-bottom:.5rem;line-height:1.5}.savings-amount{font-size:1.5rem;font-weight:700;color:#4caf50}.savings-category.priceless{background:linear-gradient(135deg,#fff9e6,#ffe082);border-left:4px solid #ffc107;padding:1.5rem;border-radius:8px}.priceless-amount{font-size:2rem;font-weight:700;color:#f57c00;font-style:italic;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.total-savings{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.total-savings h2{color:#fff;margin-bottom:1rem;font-size:1.5rem}.savings-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1.1rem}.savings-row strong{font-size:1.4rem}.payback-period{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:1.5rem;border-radius:8px;text-align:center;margin-bottom:1.5rem}.payback-period h2{color:#fff;margin-bottom:1rem}.payback-amount{font-size:3rem;font-weight:700;margin-bottom:1rem}.payback-breakdown{background:#fff3;padding:1rem;border-radius:8px;margin:1rem 0;text-align:left}.cost-line{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.95rem}.cost-line.total-cost{margin-top:.75rem;padding-top:.75rem;border-top:2px solid rgba(255,255,255,.5);font-size:1.1rem}.payback-note{font-size:.9rem;opacity:.9;margin-top:.5rem}.intangible-benefits{background:#e8f5e9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.intangible-benefits h3{color:#2e7d32;margin-bottom:1rem}.intangible-benefits ul{list-style:none;padding:0;margin:0}.intangible-benefits li{color:#2c3e50;margin-bottom:.5rem;line-height:1.6}.methodology-note{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #4CAF50}.methodology-note h4{color:#2c3e50;margin-bottom:.75rem}.methodology-note ul{margin:.75rem 0;padding-left:1.5rem;color:#5a6c7d}.methodology-note li{margin-bottom:.5rem;line-height:1.6}.methodology-note p{color:#2c3e50;margin-top:1rem;font-weight:600;line-height:1.6}.savings-note{background:#e3f2fd;border-left:3px solid #2196F3;padding:.5rem .75rem;margin-top:.75rem;font-size:.9rem;color:#1565c0;border-radius:4px}.important-note{background:#fff9e6;border:2px solid #ffc107;padding:1rem;margin:1rem 0;border-radius:6px;font-size:.95rem;line-height:1.7}.scenario-note{background:#f1f8e9;border-left:3px solid #4CAF50;padding:1rem;margin-top:1rem;border-radius:4px;font-size:.9rem;line-height:1.7}.scenario-note strong{color:#2e7d32;display:block;margin-bottom:.5rem}.scenario-note em{display:block;margin-top:.5rem;color:#558b2f;font-weight:600}@media(max-width:968px){.roi-content{grid-template-columns:1fr}.roi-header h1{font-size:2rem}.payback-amount{font-size:2.5rem}}.contact-page{min-height:100vh;background-color:#f5f5f5;padding:2rem}.contact-header{text-align:center;margin-bottom:2rem;background:#fff;padding:1.5rem 2rem 1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.contact-header h1{color:#4caf50;font-size:2.5rem;margin-bottom:.5rem}.contact-header p{color:#666;font-size:1.1rem;margin-bottom:1rem}.back-button{display:inline-block;padding:.5rem 1.5rem;background:#4caf50;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background .3s}.back-button:hover{background:#45a049}.turnkey-link{color:#1976d2;text-decoration:none;font-weight:500}.turnkey-link:hover{text-decoration:underline}.company-info{margin-top:.75rem;padding-top:.75rem;padding-bottom:0;border-top:1px solid rgba(0,0,0,.1)}.company-info h2{color:#333;font-size:1rem;margin-bottom:.3rem}.company-info .company-tagline{color:#4caf50;font-weight:500;font-size:.85rem;margin-bottom:.3rem}.company-info .shipping-info{color:#666;font-size:.85rem;margin:.15rem 0}.company-info .legal-notice{margin-top:.5rem;margin-bottom:0;color:#888;font-size:.8rem;font-style:italic;border-top:none;padding-top:0}.contact-content{max-width:1000px;margin:0 auto}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.contact-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.contact-icon{font-size:3rem;margin-bottom:1rem}.contact-card h3{color:#333;font-size:1.4rem;margin-bottom:.75rem}.contact-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.contact-action{display:inline-block;padding:.75rem 1.5rem;background:#4caf50;color:#fff;text-decoration:none;border-radius:5px;font-weight:500;transition:background .3s}.contact-action:hover{background:#45a049}.contact-action.disabled{background:#ccc;cursor:not-allowed;pointer-events:none}.company-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;margin-bottom:2rem}.company-section h2{color:#4caf50;font-size:1.8rem;margin-bottom:.5rem}.company-tagline{color:#333;font-size:1.2rem;font-weight:500;margin-bottom:1rem}.shipping-info{color:#666;margin:.25rem 0}.legal-notice{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e0e0e0;color:#888;font-size:.9rem;font-style:italic}.email-section{background:#fff;padding:1rem;border-radius:4px;text-align:left;box-shadow:0 1px 4px #0000001a;max-width:650px;margin:0 auto}.contact-form{display:flex;flex-direction:column}.email-header{display:flex;gap:1rem;align-items:flex-start}.send-button{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.25rem;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:pointer;transition:background .2s;flex-shrink:0}.send-button:hover{background:#f5f5f5}.send-icon{font-size:1.5rem;color:#333;transform:rotate(-45deg);margin-bottom:.25rem}.send-button span:last-child{font-size:.85rem;color:#333}.email-fields{flex:1;display:flex;flex-direction:column}.email-row{display:flex;align-items:center;border-bottom:1px solid #e8e8e8;padding:.4rem 0}.field-label{display:inline-block;padding:.35rem .75rem;border:1px solid #ccc;border-radius:4px;color:#555;font-size:.9rem;margin-right:.75rem;background:#fff;min-width:50px;text-align:center}.field-label-text{color:#888;font-size:.9rem;margin-right:.75rem;min-width:60px}.email-row input{flex:1;border:none;padding:.4rem;font-size:1rem;background:transparent}.email-row input:focus{outline:none}.email-recipient{color:#333;font-size:1rem}.contact-form textarea{border:none;border-top:1px solid #e8e8e8;padding:1rem 0;margin-top:.5rem;font-size:1rem;resize:vertical;min-height:120px;font-family:inherit}.contact-form textarea:focus{outline:none}.form-success{padding:1rem;background:#e8f5e9;border-radius:5px;color:#2e7d32;font-weight:500}.shipping-note{margin:1rem;padding-top:.5rem;color:#888;font-size:.8rem;font-style:italic;text-align:center}.contact-footer{text-align:center;margin-top:3rem;padding:1.5rem;color:#666}@media(max-width:768px){.contact-page{padding:1rem}.contact-header h1{font-size:2rem}.contact-methods{grid-template-columns:1fr}}
