.loader-wrapper{background:#1a2a6c;flex-direction:column;justify-content:center;align-items:center;height:100dvh;margin:0;display:flex}.spinner{will-change:transform;border:4px solid #ffffff2e;border-top-color:#fff;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite spin}.loader-text{color:#fff;letter-spacing:.3px;opacity:.95;margin-top:1.4rem;font-size:1.05rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=480px){.spinner{border-width:3.5px;width:44px;height:44px}.loader-text{font-size:.95rem}}.footer{color:#d1d5db;background:#0f1a3a;width:100%;padding:3.5rem 1.2rem 1rem;position:relative;overflow:hidden}.footer-watermark{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.15;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-2deg)}.footer-watermark-text{color:#f39c12;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap;text-shadow:0 0 40px #f39c1214,0 0 80px #f39c120a,4px 4px #f39c120d,-2px -2px #f39c1208;font-family:Georgia,Times New Roman,serif;font-size:clamp(7rem,16vw,20rem);font-style:italic;font-weight:300;line-height:1;transform:skew(-5deg)}.footer:hover .footer-watermark{opacity:.3;transition:opacity .6s}.footer:hover .footer-watermark-text{text-shadow:0 0 60px #f39c1226,0 0 120px #f39c1214,6px 6px #f39c1214,-3px -3px #f39c120d}.footer-watermark:after{content:"";background:#f39c1214;border-radius:0 0 4px 4px;width:4px;height:30px;position:absolute;bottom:-20px;left:10%}.footer-watermark:before{content:"";background:#f39c120f;border-radius:0 0 3px 3px;width:3px;height:20px;position:absolute;bottom:-15px;right:20%}.footer-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-title{color:#fff;margin-bottom:1rem;font-weight:700}.footer-title.main{font-size:1.8rem}.footer-title.small{font-size:1.2rem}.footer-text{color:#9ca3af;font-size:.95rem;line-height:1.8}.footer-links{padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#d1d5db;font-size:.95rem;text-decoration:none;transition:all .3s}.footer-links a:hover{color:#f39c12}.footer-hours p,.footer-location p{color:#9ca3af;margin-bottom:.7rem;font-size:.95rem}.footer-location{margin-top:1.5rem}.footer-middle{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:2rem;padding:2rem 0;display:flex}.footer-socials{flex-wrap:wrap;gap:1rem;display:flex}.social-icon{color:#fff;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{color:#0f1a3a;background:#f39c12;transform:translateY(-3px)}.whatsapp-btn{color:#fff;background:#25d366;border-radius:10px;align-items:center;gap:.7rem;padding:.9rem 1.3rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.whatsapp-btn:hover{background:#1da851;transform:scale(1.03)}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{color:#6b7280;margin-bottom:.4rem;font-size:.9rem}.admin-sun-icon{opacity:.5;font-size:1.2rem;text-decoration:none;transition:opacity .3s,transform .2s;display:inline-block}.admin-sun-icon:hover{opacity:1;transform:scale(1.15)}.dashboard-footer-link{color:inherit;text-decoration:none;transition:opacity .3s,transform .2s;display:inline-block}.dashboard-footer-link:hover{opacity:.7;transform:scale(1.02)}@media (width<=900px){.footer-top{grid-template-columns:1fr;gap:2rem}.footer-middle{flex-direction:column;align-items:flex-start}.footer-watermark-text{font-size:clamp(4.5rem,12vw,8rem);transform:skew(-3deg)}}@media (width<=500px){.footer{padding:3rem 1rem 1rem}.footer-title.main{font-size:1.5rem}.footer-title.small{font-size:1.1rem}.footer-text,.footer-links a,.footer-hours p,.footer-location p{font-size:.9rem}.social-icon{width:42px;height:42px}.whatsapp-btn{justify-content:center;width:100%}.footer-watermark-text{letter-spacing:.1em;font-size:clamp(3rem,10vw,5rem)}.footer-watermark{transform:translate(-50%,-50%)rotate(-1deg)}}.cart-backdrop{z-index:999;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100%;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}.cart-backdrop--visible{opacity:1;visibility:visible}.cart-drawer{z-index:1000;background:#f8f9fa;flex-direction:column;width:420px;max-width:90vw;height:100%;transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000026}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{color:#fff;background:#1a2a6c;border-bottom:2px solid #f39c12;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.cart-drawer__title{align-items:center;gap:.5rem;margin:0;font-size:1.3rem;font-weight:700;display:flex}.cart-drawer__count{color:#1a2a6c;background:#f39c12;border-radius:20px;padding:.1rem .6rem;font-size:.8rem;font-weight:700}.cart-drawer__close{color:#fff;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1.4rem;transition:transform .2s,color .2s}.cart-drawer__close:hover{color:#f39c12;transform:rotate(90deg)}.cart-drawer__body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-empty{color:#95a5a6;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:200px;display:flex}.cart-empty__icon{color:#bdc3c7;margin-bottom:.75rem;font-size:3rem}.cart-empty p{margin:.25rem 0;font-size:1.1rem}.cart-empty span{color:#bdc3c7;font-size:.9rem}.cart-list{margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid #e9ecef;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item__thumb{background:#f0f2f5;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.cart-item__thumb img{object-fit:cover;width:100%;height:100%}.cart-item__details{flex:1;min-width:0}.cart-item__name{color:#2c3e50;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .1rem;font-size:.95rem;font-weight:600;overflow:hidden}.cart-item__unit-price{color:#7f8c8d;margin:0 0 .4rem;font-size:.85rem}.cart-item__controls{align-items:center;gap:.4rem;display:flex}.qty-btn{color:#2c3e50;cursor:pointer;background:#e9ecef;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.qty-btn:hover{color:#fff;background:#f39c12}.qty-value{text-align:center;min-width:24px;font-size:.95rem;font-weight:600}.cart-item__right{text-align:right;flex-shrink:0}.cart-item__line-total{color:#1a2a6c;margin:0 0 .2rem;font-size:.95rem;font-weight:700}.cart-item__remove{color:#e74c3c;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1rem;transition:color .2s}.cart-item__remove:hover{color:#c0392b}.cart-drawer__footer{background:#fff;border-top:1px solid #e9ecef;flex-shrink:0;padding:1.2rem 1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-total__label{color:#2c3e50;font-size:1.1rem;font-weight:600}.cart-total__value{color:#1a2a6c;font-size:1.3rem;font-weight:700}.checkout-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem;padding:.7rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s;display:flex}.checkout-btn:hover:not(:disabled){background:#1da851;transform:scale(1.01)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.call-btn{color:#fff;background:#3498db;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.call-btn:hover{background:#2980b9}.dashboard.dark .cart-drawer{background:#1f1f33}.dashboard.dark .cart-drawer__header{background:#0f1a3a}.dashboard.dark .cart-item{border-bottom-color:#2c2c44}.dashboard.dark .cart-item__name{color:#ecf0f1}.dashboard.dark .cart-item__unit-price{color:#9aa5b1}.dashboard.dark .qty-btn{color:#ecf0f1;background:#2c2c44}.dashboard.dark .qty-btn:hover{color:#1a2a6c;background:#f39c12}.dashboard.dark .cart-item__line-total,.dashboard.dark .cart-total__label{color:#ecf0f1}.dashboard.dark .cart-total__value{color:#f39c12}.dashboard.dark .cart-drawer__footer{background:#1f1f33;border-top-color:#2c2c44}.dashboard.dark .cart-empty p,.dashboard.dark .cart-empty span{color:#9aa5b1}.dashboard.dark .cart-empty__icon{color:#3a3a55}@media (width<=768px){.cart-drawer{width:100%;max-width:100%}.cart-drawer__header{padding:1rem 1.2rem}.cart-drawer__body{padding:.8rem 1.2rem}.cart-drawer__footer{padding:1rem 1.2rem}.cart-item__thumb{width:50px;height:50px}.cart-item__name{font-size:.85rem}.cart-item__unit-price{font-size:.8rem}.cart-item__line-total{font-size:.85rem}.qty-btn{width:24px;height:24px;font-size:.9rem}.checkout-btn,.call-btn{font-size:.9rem}}@media (width<=480px){.cart-drawer__title{font-size:1.1rem}.cart-drawer__close{font-size:1.2rem}.cart-total__value{font-size:1.1rem}.cart-item{gap:.6rem;padding:.6rem 0}.cart-item__thumb{width:44px;height:44px}}*{margin:0;padding:0}.navbar{color:#fff;z-index:1000;background:#1a2a6c;padding:0 2rem;position:sticky;top:0;box-shadow:0 2px 10px #0003}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;display:flex}.navbar-logo{color:#fff;align-items:center;font-size:1.6rem;font-weight:700;text-decoration:none;display:flex}.navbar-logo-img{width:auto;height:100px;margin-right:.5rem}.nav-menu{flex:1;justify-content:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{align-items:center;display:flex}.nav-link{color:#fffc;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:#f39c12}.nav-right{align-items:center;gap:1rem;display:flex}.navbar-cart{align-items:center;margin-left:1.5rem;display:flex}.cart-icon-wrapper{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;text-decoration:none;transition:color .3s;display:flex;position:relative}.cart-icon-wrapper:hover{color:#f39c12}.cart-badge{color:#fff;background:#e74c3c;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-10px;box-shadow:0 2px 5px #0003}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;transition:color .3s;display:none}.mobile-menu-btn:hover{color:#f39c12}.mobile-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:#1a2a6cfa;padding:2rem;transition:transform .3s;display:none;position:fixed;inset:70px 0 0;overflow-y:auto;transform:translate(100%)}.mobile-menu.active{display:block;transform:translate(0)}.mobile-nav-menu{flex-direction:column;align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-item{text-align:center;width:100%}.mobile-nav-link{color:#fff;width:100%;padding:.75rem;font-size:1.2rem;font-weight:500;text-decoration:none;transition:color .3s;display:inline-block}.mobile-nav-link:hover{color:#f39c12}.mobile-nav-item button.mobile-nav-link{cursor:pointer;color:#fff;text-align:center;background:0 0;border:none;width:100%;padding:.75rem;font-size:1.2rem;font-weight:500;transition:color .3s;display:inline-block}.mobile-nav-item button.mobile-nav-link:hover{color:#f39c12}.mobile-cart-badge{color:#fff;background:#e74c3c;border-radius:20px;margin-left:.5rem;padding:.1rem .6rem;font-size:.8rem;font-weight:700}@media (width<=768px){.nav-menu{display:none}.navbar-cart{margin-left:auto;margin-right:1rem}.mobile-menu-btn{display:block}.mobile-menu{display:block;transform:translate(100%)}.mobile-menu.active{transform:translate(0)}}@media (width<=480px){.navbar{padding:0 1rem}.navbar-logo,.cart-icon-wrapper{font-size:1.2rem}.cart-badge{width:18px;height:18px;font-size:.6rem;top:-6px;right:-8px}}.admin-entry{color:#fff6;align-items:center;margin-right:.5rem;text-decoration:none;transition:color .3s,opacity .3s;display:flex}.admin-entry:hover{color:#f39c12;opacity:1}@media (width<=480px){.admin-entry{opacity:.3;font-size:.9rem}}.chatbot-toggle{color:#fff;cursor:pointer;z-index:1000;background:#eaaa00;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #eaaa0066}.chatbot-toggle:hover{transform:scale(1.05)}.chatbot-window{z-index:1000;background:#fff;border-radius:16px;flex-direction:column;width:380px;max-height:520px;animation:.3s slideUp;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 8px 40px #00000026}.chatbot-window.minimized{max-height:60px}@keyframes slideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{color:#fff;background:#1b2a4a;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chatbot-header-info{align-items:center;gap:10px;font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;display:flex}.chatbot-header-actions{gap:8px;display:flex}.chatbot-minimize-btn,.chatbot-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.chatbot-minimize-btn:hover,.chatbot-close-btn:hover{background:#fff3}.chatbot-messages{background:#f8f9fc;flex-direction:column;flex:1;gap:10px;max-height:380px;padding:16px;display:flex;overflow-y:auto}.chatbot-message{align-items:flex-start;gap:8px;max-width:85%;display:flex}.chatbot-message.user{flex-direction:row-reverse;align-self:flex-end}.chatbot-avatar{color:#eaaa00;background:#1b2a4a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chatbot-message.user .chatbot-avatar{color:#fff;background:#eaaa00}.chatbot-bubble{color:#2d2d3a;background:#fff;border-radius:12px;padding:10px 14px;font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.5;box-shadow:0 1px 4px #0000000f}.chatbot-message.user .chatbot-bubble{color:#fff;background:#eaaa00}.chatbot-bubble.typing{gap:4px;padding:12px 16px;display:flex}.chatbot-bubble.typing span{background:#b0b8c8;border-radius:50%;width:8px;height:8px;animation:1.4s infinite typing}.chatbot-bubble.typing span:nth-child(2){animation-delay:.2s}.chatbot-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-input{background:#fff;border-top:1px solid #e0e0e0;flex-shrink:0;gap:10px;padding:12px 16px;display:flex}.chatbot-input input{border:1px solid #e0e0e0;border-radius:8px;outline:none;flex:1;padding:10px 14px;font-family:Montserrat,sans-serif;font-size:.9rem}.chatbot-input input:focus{border-color:#eaaa00}.chatbot-input button{color:#fff;cursor:pointer;background:#eaaa00;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0 16px;transition:all .2s;display:flex}.chatbot-input button:hover{background:#d49a00}.chatbot-input button:disabled{opacity:.5;cursor:not-allowed}@media (width<=480px){.chatbot-window{width:calc(100% - 32px);max-height:480px;bottom:16px;left:16px}.chatbot-toggle{width:50px;height:50px;bottom:16px;left:16px}}.hero{text-align:center;will-change:transform;image-rendering:auto;opacity:0;background:url(/solarbg.webp) 50%/cover no-repeat;justify-content:center;align-items:center;height:90vh;min-height:500px;animation:.8s forwards heroFadeIn;display:flex;position:relative;transform:translateZ(0)}@keyframes heroFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-overlay{will-change:opacity;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;transform:translateZ(0)}.hero-content{color:#fff;opacity:0;max-width:800px;padding:2rem;animation:.8s .3s forwards contentSlideUp;transform:translateY(30px)}@keyframes contentSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{text-shadow:0 2px 8px #0000004d;backface-visibility:hidden;margin-bottom:1rem;font-size:2.8rem;font-weight:700}.hero-subtitle{opacity:.9;backface-visibility:hidden;margin-bottom:1.5rem;font-size:1.2rem;line-height:1.6}.marketing-strip{letter-spacing:1px;color:#f1c40f;margin-bottom:2rem;font-size:1.1rem;font-weight:400}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;will-change:transform;border:none;border-radius:30px;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,background .3s,color .3s}.btn-primary{color:#1a2a6c;background:#f39c12}.btn-primary:hover{background:#e67e22;transform:scale(1.05)}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary:hover{color:#1a2a6c;background:#fff;transform:scale(1.05)}@media (width<=768px){.hero{height:70vh;min-height:400px}.hero-content{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.marketing-strip{font-size:.9rem}.btn{padding:.6rem 1.5rem;font-size:.9rem}}@media (width<=480px){.hero-content{max-width:100%;padding:1rem}.hero-title{word-break:break-word;font-size:1.4rem;line-height:1.3}.hero-subtitle{font-size:.9rem;line-height:1.5}.marketing-strip{letter-spacing:.5px;font-size:.8rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:80%}}@media (width<=360px){.hero-title{font-size:1.2rem}.hero-subtitle{font-size:.85rem}.marketing-strip{display:none}}*{box-sizing:border-box;margin:0;padding:0}.process-section{text-align:center;color:#fff;background-color:#0f1a3ad9;background-image:url(/process.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;max-width:100vw;min-height:60vh;margin:0 auto;padding:4rem 1.5rem;position:relative}.process-section:before{content:"";z-index:0;background:#0f1a3ab3;position:absolute;inset:0}.process-section>*{z-index:1;position:relative}.process-title{color:#f39c12;text-shadow:0 2px 10px #0000004d;margin-bottom:2.5rem;font-size:2.2rem}.process-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.process-step{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:0 0;border:1px solid #ffffff14;border-radius:12px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;box-shadow:0 8px 32px #0006,0 2px 8px #00000026}.process-step:first-child{animation-delay:.1s}.process-step:nth-child(2){animation-delay:.3s}.process-step:nth-child(3){animation-delay:.5s}.process-step:hover{border-color:#f39c1233;transform:translateY(-8px);box-shadow:0 16px 48px #00000080,0 4px 16px #0003}.step-icon{color:#f39c12;margin-bottom:1rem;font-size:2.2rem}.step-title{color:#fff;text-shadow:0 2px 8px #0000004d;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.step-description{color:#ffffffe6;text-shadow:0 1px 4px #0003;font-size:.95rem;font-weight:400;line-height:1.6}@keyframes zoomIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.process-grid{grid-template-columns:1fr;gap:1.5rem}.process-title{font-size:1.8rem}.step-title{font-size:1.1rem}}.about-page{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem}.about-hero{text-align:center;opacity:0;will-change:opacity, transform;border-radius:12px;justify-content:center;align-items:center;margin-bottom:3rem;animation:.5s cubic-bezier(.22,1,.36,1) forwards fadeIn;display:flex;position:relative}.about-hero-overlay{color:#333;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex}.about-hero h1{color:#333;margin-bottom:.5rem;font-size:2rem;transition:color .25s}.about-hero p{opacity:.9;font-size:1.2rem;transition:opacity .25s}.about-content{opacity:0;will-change:opacity, transform;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;margin-bottom:4rem;animation:.5s cubic-bezier(.22,1,.36,1) .15s forwards fadeIn;display:grid}.about-image{background:#f0f0f0;border-radius:12px;justify-content:center;align-items:center;height:350px;transition:box-shadow .35s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #0000001a}.about-image:hover{box-shadow:0 8px 28px #00000024}.about-image img{object-fit:cover;opacity:0;will-change:opacity, transform;width:100%;height:100%;transition:opacity .45s cubic-bezier(.22,1,.36,1),transform .45s cubic-bezier(.22,1,.36,1);transform:scale(1.02)}.about-image img[src]{opacity:1;transform:scale(1)}.about-text h2{color:#1a2a6c;margin-bottom:1rem;font-size:2rem;transition:color .25s}.about-text p{color:#333;margin-bottom:1rem;font-size:1.05rem;line-height:1.7;transition:color .25s}.about-text .tagline{color:#f39c12;letter-spacing:1px;font-size:1.3rem;font-weight:700;transition:color .25s,transform .25s}.about-text .tagline:hover{color:#e67e22;transform:translateY(-1px)}.about-mvv{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.mvv-card{text-align:center;opacity:0;will-change:opacity, transform;background:#fff;border-radius:12px;padding:2rem 1.5rem;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1);transform:translateY(30px);box-shadow:0 4px 15px #00000014}.mvv-card.mvv-visible{animation:.55s cubic-bezier(.22,1,.36,1) forwards slideUp}.mvv-card:first-child.mvv-visible{animation-delay:80ms}.mvv-card:nth-child(2).mvv-visible{animation-delay:.22s}.mvv-card:nth-child(3).mvv-visible{animation-delay:.36s}.mvv-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000021}.mvv-card h3{color:#1a2a6c;margin-bottom:.75rem;font-size:1.4rem;transition:color .25s}.mvv-card p{color:#555;font-size:.95rem;line-height:1.6;transition:color .25s}.mvv-card ul{margin:0;padding:0;list-style:none}.mvv-card ul li{color:#1a2a6c;padding:.3rem 0;font-weight:500;transition:color .25s,transform .25s}.mvv-card ul li:hover{color:#f39c12;transform:translate(2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.about-content{grid-template-columns:1fr}.about-image{order:-1;height:250px}.about-mvv{grid-template-columns:1fr;gap:1.5rem}.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.about-text h2{font-size:1.6rem}}@media (width<=480px){.about-image{height:200px}.about-text p{font-size:.95rem}.mvv-card{padding:1.5rem 1rem}}.featured-section{background-color:#f5f5f5;max-width:100vw;margin:0 auto;padding:3rem 1.5rem;position:relative;overflow:hidden}.featured-section:before{content:"";z-index:0;pointer-events:none;clip-path:polygon(50% 0%,0% 100%,100% 100%);opacity:.8;background-color:#fff;position:absolute;inset:0}.featured-header,.featured-grid,.featured-loading{z-index:1;position:relative}.featured-header{margin-bottom:2rem;position:relative}.featured-header-content h2{color:#1a2a6c;text-align:center;margin:0 0 .5rem;font-size:2rem}.featured-subtitle{color:#444;max-width:90%;margin:0;padding-right:10rem;font-size:1.05rem;line-height:1.6}.featured-subtitle strong{color:#f39c12}.view-all-btn{color:#f39c12;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:1rem;font-weight:600;transition:color .25s;position:absolute;top:.2rem;right:0}.featured-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.featured-card{box-shadow:none;opacity:0;will-change:transform, opacity, box-shadow;background:0 0;border-radius:10px;flex-direction:column;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);animation:.5s cubic-bezier(.22,1,.36,1) forwards zoomIn;display:flex;position:relative;overflow:hidden;transform:scale(.92)}.featured-card:first-child{animation-delay:40ms}.featured-card:nth-child(2){animation-delay:.1s}.featured-card:nth-child(3){animation-delay:.16s}.featured-card:nth-child(4){animation-delay:.22s}.featured-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #00000024,0 4px 10px #0000000f}.offer-badge{color:#fff;z-index:2;background:#e67e22;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.featured-image{background:#f0f2f54d;justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.featured-image img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .35s cubic-bezier(.22,1,.36,1)}.featured-card:hover .featured-image img{transform:scale(1.04)}.featured-info{flex:1;padding:1rem}.featured-info h3{color:#1a2a6c;margin:0 0 .25rem;font-size:1rem;font-weight:700}.featured-description{color:#2c3e50;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 .5rem;font-size:.85rem;font-weight:400;display:-webkit-box;overflow:hidden}.featured-price,.product-price{color:#27ae60;margin:.5rem 0 0;font-size:1rem;font-weight:700}.featured-actions{opacity:0;padding:0 1rem 1rem;transition:opacity .25s,transform .25s;transform:translateY(6px)}.featured-card:hover .featured-actions{opacity:1;transform:translateY(0)}.featured-loading{text-align:center;color:#7f8c8d;padding:2rem 0}@media (width<=768px){.featured-grid{grid-template-columns:1fr 1fr}.featured-header-content h2{font-size:1.6rem}.featured-subtitle{padding-right:7rem;font-size:.95rem}.featured-actions{opacity:1;transform:none}}@media (width<=480px){.featured-grid{grid-template-columns:1fr}.featured-image{height:140px}.featured-header{flex-direction:column;align-items:center;display:flex}.view-all-btn{align-self:flex-start;margin-top:.25rem;position:static}.featured-subtitle{max-width:100%;padding-right:0}}.contact-section{--c-bg:#0f1a3a;--c-surface:#16162b;--c-surface-2:#1f1f3a;--c-border:#2a2a4a;--c-accent:#f39c12;--c-accent-soft:#f39c121f;--c-accent-warm:#e67e22;--c-wa:#25d366;--c-text-head:#f5f0eb;--c-text-body:#b0a8a0;--c-text-dim:#6a635c;--c-success-bg:#25d3661a;--c-success-border:#25d36633;--radius:14px;--shadow-soft:0 10px 30px #00000059;--transition:.18s ease;color:#fff;background:radial-gradient(circle at 100% 0,#f39c1214,#0000 28%),radial-gradient(circle at 0 100%,#1a2a6c1f,#0000 30%),#0f1a3a;width:100%;padding:5rem 1.4rem 0;position:relative;overflow:hidden}.contact-section:before{content:"";opacity:.04;pointer-events:none;background-image:repeating-linear-gradient(45deg,#fff 0 1px,#0000 1px 4px);position:absolute;inset:0}.contact-section>*{z-index:1;position:relative}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-title{color:#f39c12;margin-bottom:.5rem;font-size:2.2rem}.contact-subtitle{color:#fffc;max-width:650px;margin:0 auto;font-size:1.05rem}.contact-body{grid-template-columns:1fr 1fr;gap:2.5rem;margin-bottom:2rem;display:grid}.contact-left{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:14px;padding:1.5rem}.contact-left h3{color:#f39c12;margin-bottom:1rem;font-size:1.3rem}.detail-row{color:#ffffffd9;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.5rem 0;text-decoration:none;transition:color .3s;display:flex}.detail-row:last-child{border-bottom:none}.detail-row:hover{color:#f39c12}.detail-row__icon{color:#f39c12;min-width:2rem;font-size:1.2rem}.detail-row strong{color:#ffffff80;font-size:.85rem;display:block}.detail-row p{color:#ffffffd9;margin:0;font-size:.95rem}.hours-card,.delivery-areas{margin-top:1.25rem}.hours-card h4,.delivery-areas h4{color:#f39c12;margin-bottom:.5rem;font-size:1rem}.hours-card p{color:#ffffffb3;margin:.2rem 0;font-size:.9rem}.delivery-areas p{color:#ffffffb3;font-size:.9rem;line-height:1.5}.contact-right{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:14px;padding:1.5rem}.contact-right h3{color:#f39c12;margin-bottom:.5rem;font-size:1.3rem}.success{color:#2ecc71;background:#25d36626;border:1px solid #25d36633;border-radius:5px;margin-bottom:.75rem;padding:.5rem 1rem}.contact-form input,.contact-form textarea{color:#fff;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;width:100%;margin-bottom:.75rem;padding:.65rem .8rem;font-size:.9rem;transition:border-color .3s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff4d}.contact-form input:focus,.contact-form textarea:focus{background:#ffffff14;border-color:#f39c12;outline:none}.contact-form textarea{resize:vertical;min-height:100px}.contact-form button{color:#0f1a3a;cursor:pointer;background:#f39c12;border:none;border-radius:5px;width:100%;padding:.7rem;font-size:1rem;font-weight:600;transition:background .3s,transform .2s}.contact-form button:hover{background:#e67e22;transform:scale(1.01)}.contact-map{border:1px solid #ffffff0f;border-radius:14px;margin-top:2rem;overflow:hidden}.contact-map iframe{border:none;width:100%;height:300px;display:block}@media (width<=768px){.contact-body{grid-template-columns:1fr;gap:1.5rem}.contact-title{font-size:1.8rem}.contact-section{padding:2rem 1rem}}@media (width<=480px){.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.95rem}.contact-left,.contact-right{padding:1rem}.contact-map iframe{height:200px}}.projects-section{background:radial-gradient(circle at 100% 0,#2b8fd114,#0000 28%),radial-gradient(circle at 0 100%,#1a2a6ce1,#0000 30%),#f0f2f5;max-width:100vw;margin:0 auto;padding:3rem 0;position:relative;overflow:hidden}.projects-section:before{content:"";z-index:0;pointer-events:none;opacity:.6;background-image:repeating-linear-gradient(0deg,#f39c120a 0 30px,#0000 100px 32px),repeating-linear-gradient(90deg,#1a2a6c08 0 80px,#0000 80px 80px),repeating-linear-gradient(0deg,#0000 0 32px,#f39c1208 32px 62px,#0000 62px 64px),repeating-linear-gradient(90deg,#0000 0 30px,#1a2a6c05 30px 90px,#0000 90px 92px);transition:opacity .5s;position:absolute;inset:0}.projects-section:hover:before{opacity:1}.projects-section:after{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 0 0,#f39c120d,#0000 40%),radial-gradient(circle at 100% 100%,#2f34490f,#0000 35%),radial-gradient(circle,#ffffff05,#0000 30%);position:absolute;inset:0}.projects-grid,.projects-header,.projects-loading{z-index:1;position:relative}.projects-grid.full-width{padding:2rem;grid-template-columns:1fr 1fr 1fr!important}.projects-header{z-index:1;flex-direction:column;justify-content:center;align-items:center;margin-bottom:2rem;padding:0 1.5rem;display:flex;position:relative}.projects-header p{color:#555;padding:1rem}.view-all-btn{color:#f39c12;cursor:pointer;background:0 0;border:none;font-size:1rem;font-weight:600;transition:color .3s;right:20px}.view-all-btn:hover{color:#e67e22}.projects-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;display:grid}.project-card{opacity:0;background:0 0;border-radius:0;flex-direction:column;transition:transform .3s,box-shadow .3s,background .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;display:flex;position:relative;overflow:hidden}.project-image{justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}@media (width<=768px){.projects-grid{grid-template-columns:1fr 1fr;gap:.75rem}.projects-grid.full-width{grid-template-columns:1fr 1fr!important}.projects-header{flex-direction:column;align-items:stretch;padding:0 1rem}.view-all-btn{align-self:flex-start;margin-top:.25rem}}@media (width<=480px){.projects-grid{grid-template-columns:1fr;gap:1rem}.projects-grid.full-width{padding:1rem;grid-template-columns:1fr!important}.project-image{height:140px}}.latest-blogs{background-color:#f5f5f5;background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;max-width:100vw;min-height:500px;margin:0 auto;padding:3rem 0;position:relative;overflow:hidden}.latest-blogs:before{content:"";z-index:0;background:#0f1a3a66;position:absolute;inset:0}.latest-blogs:after{content:"";z-index:1;pointer-events:none;clip-path:polygon(0% 0%,100% 0%,0% 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0f1a3a99;position:absolute;inset:0}.latest-header,.latest-grid,.latest-loading{z-index:2;padding:0 1.5rem;position:relative}.latest-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.latest-header h2{color:#f39c12;text-shadow:0 2px 8px #0000004d;margin:0;font-size:2rem}.view-all-link{color:#f39c12;cursor:pointer;text-shadow:0 2px 4px #0003;background:0 0;border:none;font-size:1rem;font-weight:600;transition:color .3s}.view-all-link:hover{color:#e67e22}.latest-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;display:grid}.latest-card{opacity:0;background:0 0;border-radius:10px;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026,0 2px 8px #00000014}.latest-card:first-child{animation-delay:50ms}.latest-card:nth-child(2){animation-delay:.15s}.latest-card:nth-child(3){animation-delay:.25s}.latest-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #00000040,0 4px 12px #0000001f}.latest-image{background:#f0f2f533;justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.latest-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.latest-card:hover .latest-image img{transform:scale(1.05)}.latest-info{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff0d;flex:1;padding:1rem}.latest-info h3{color:#fff;text-shadow:0 1px 4px #0003;margin:0 0 .5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.latest-excerpt{color:#ffffffd9;text-shadow:0 1px 4px #00000026;margin:.5rem 0;font-size:.9rem;line-height:1.5}.read-more-link{color:#f39c12;text-shadow:0 1px 4px #00000026;margin-top:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.read-more-link:hover{color:#e67e22}.latest-loading{text-align:center;color:#fffc;z-index:2;padding:2rem 0;position:relative}@media (width<=1024px){.latest-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.latest-blogs{min-height:400px;padding:2rem 0}.latest-header{flex-direction:column;align-items:stretch;padding:0 1rem}.latest-header h2{font-size:1.6rem}.view-all-link{align-self:flex-start;margin-top:.25rem}.latest-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 .5rem}.latest-image{height:140px}}@media (width<=480px){.latest-blogs{min-height:350px;padding:1.5rem 0}.latest-header{padding:0 .75rem}.latest-grid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem}.latest-image{height:120px}.latest-info{padding:.75rem}.latest-info h3{font-size:.95rem}.latest-excerpt,.read-more-link{font-size:.8rem}.latest-header h2{font-size:1.2rem}.view-all-link{font-size:.85rem}}.testimonial-header{text-align:center;max-width:700px;margin:0 auto 2.5rem;padding:2rem}.testimonial-header h2{color:#1a2a6c;letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.2rem}.testimonial-header p{color:#555;font-size:1.1rem;font-weight:400;line-height:1.6}.testimonials-section{background:#f5f5f5;border-radius:12px;grid-template-columns:1fr 1fr;max-width:1200px;min-height:400px;margin:0 auto 3rem;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000f}.testimonials-cta{background-image:url(/solar1.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex;position:relative}.testimonials-cta:before{content:"";z-index:0;background:#0f1a3a99;position:absolute;inset:0}.cta-overlay{z-index:1;color:#fff;text-align:center;border-radius:12px;max-width:450px;padding:2.5rem;position:relative}.cta-overlay h2{color:#f39c12;margin-bottom:.75rem;font-size:2.2rem;font-weight:700}.cta-overlay p{opacity:.9;color:#ffffffe6;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-cta{cursor:pointer;border:none;border-radius:30px;padding:.6rem 1.8rem;font-size:1rem;font-weight:600;transition:transform .2s,background .2s}.btn-cta:hover{transform:scale(1.05)}.shop-btn{color:#1a2a6c;background:#f39c12}.shop-btn:hover{background:#e67e22}.consult-btn{color:#fff;background:0 0;border:2px solid #fff}.consult-btn:hover{color:#1a2a6c;background:#fff}.testimonials-carousel{background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.testimonial-card{text-align:center;opacity:0;max-width:400px;padding:1rem 0;animation:.8s forwards fadeIn}.quote-icon{color:#f39c12;margin-bottom:.75rem;font-size:2rem}.testimonial-text{color:#2c3e50;margin-bottom:1rem;font-size:1.1rem;font-style:italic;line-height:1.7}.testimonial-author{flex-direction:column;gap:.2rem;display:flex}.author-name{color:#1a2a6c;font-size:1.05rem;font-weight:600}.author-location{color:#7f8c8d;font-size:.85rem}.dot-indicators{gap:.5rem;margin-top:1.5rem;display:flex}.dot{cursor:pointer;background:#e1e8ed;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .2s}.dot.active{background:#f39c12;transform:scale(1.2)}.dot:hover{background:#b0b8c0}@media (width<=768px){.testimonials-section{grid-template-columns:1fr}.testimonials-cta{min-height:250px}.cta-overlay{max-width:100%;padding:2rem}.cta-overlay h2{font-size:1.8rem}.testimonials-carousel{padding:1.5rem}.testimonial-text{font-size:1rem}}@media (width<=480px){.testimonials-cta{min-height:200px}.cta-overlay{padding:1.5rem}.cta-overlay h2{font-size:1.4rem}.btn-cta{text-align:center;width:100%}.testimonial-text{font-size:.95rem}}.products-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.products-header{text-align:center;max-width:1000px;margin:0 auto 2rem;padding:0 1rem;position:relative}.products-header h2{color:#1a2a6c;margin:0 0 .25rem;font-size:2rem}.products-header p{color:#555;max-width:700px;margin:.25rem auto;font-size:1.05rem;line-height:1.6}.products-header h4{color:#f39c12;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}.searchbar{justify-content:center;width:100%;margin-top:.5rem;display:flex}.search-input{background:#fff;border:1px solid #e1e8ed;border-radius:20px;width:60%;padding:.6rem 1rem;font-size:.95rem;line-height:2rem;transition:border-color .3s}.search-input:focus{border-color:#f39c12;outline:none}.load-more-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:5px;padding:.5rem 1.2rem;font-size:.9rem;transition:background .2s;position:absolute;top:.2rem;right:0}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.product-card{opacity:0;background:#fff;border-radius:10px;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 10px #00000014}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.15s}.product-card:nth-child(3){animation-delay:.25s}.product-card:nth-child(4){animation-delay:.35s}.product-card:nth-child(5){animation-delay:.45s}.product-card:nth-child(6){animation-delay:.55s}.offer-badge{color:#fff;z-index:2;text-transform:uppercase;background:#e67e22;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.product-image{background:#f0f2f5;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-actions{opacity:0;padding:.75rem 1rem 1rem;transition:opacity .3s,transform .3s;transform:translateY(10px)}.product-card:hover .product-actions{opacity:1;transform:translateY(0)}.add-to-cart-btn{color:#fff;cursor:pointer;background:#1a2a6c;border:none;border-radius:5px;width:100%;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .2s}.add-to-cart-btn:hover{background:#132a6c}.products-loading{text-align:center;color:#7f8c8d;padding:3rem 0}@media (width<=768px){.search-input{width:100%}.load-more-btn{align-self:flex-end;margin-top:.5rem;position:static}.searchbar{flex-wrap:wrap;justify-content:flex-end}.products-grid{grid-template-columns:1fr 1fr}.products-header p{font-size:.95rem}}@media (width<=480px){.products-grid{grid-template-columns:1fr}.products-page{padding:1rem}.load-more-btn{align-self:stretch}}.projects-page{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.projects-header h2{color:#1a2a6c;font-size:2rem}.project-card{opacity:0;background:#fff;border-radius:10px;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.project-card:first-child{animation-delay:50ms}.project-card:nth-child(2){animation-delay:.15s}.project-card:nth-child(3){animation-delay:.25s}.project-card:nth-child(4){animation-delay:.35s}.project-actions{padding:.75rem 1rem 1rem}.projects-loading{text-align:center;color:#7f8c8d;padding:2rem 0}@media (width<=768px){.projects-grid{grid-template-columns:1fr 1fr}.projects-header{flex-direction:column;align-items:stretch}.load-more-btn{width:100%}}@media (width<=480px){.projects-grid{grid-template-columns:1fr}.project-image{height:140px}}.projects-search-wrapper{justify-content:center;margin-bottom:2rem;display:flex}.projects-search-input{background:#fff;border:1px solid #e1e8ed;border-radius:5px;width:60%;padding:.6rem 1rem;font-size:.95rem;transition:border-color .3s}.projects-search-input:focus{border-color:#f39c12;outline:none}.projects-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.projects-header h2{color:#1a2a6c;margin:0;font-size:2rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}@media (width<=768px){.projects-search-input{width:100%}.projects-header{flex-direction:column;align-items:stretch}.load-more-btn{width:100%;margin-top:.5rem}}@media (width<=480px){.projects-grid{grid-template-columns:1fr}}.project-detail{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.back-link{color:#1a2a6c;margin-bottom:1.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:inline-block}.back-link:hover{color:#f39c12}.project-detail-content{grid-template-columns:1fr;align-items:start;gap:2.5rem;display:grid}.project-detail-image img{border-radius:10px;width:100%;box-shadow:0 4px 20px #0000001a}.project-detail-info h1{color:#1a2a6c;margin-bottom:1rem;font-size:2rem}.detail-client,.detail-location,.detail-year{color:#555;margin:.25rem 0;font-size:1rem}.detail-description,.detail-procedure{margin-top:1.5rem}.detail-description h3,.detail-procedure h3{color:#1a2a6c;margin-bottom:.5rem;font-size:1.2rem}.detail-description p,.detail-procedure p{color:#444;font-size:1rem;line-height:1.6}.project-detail-loading,.project-detail-notfound{text-align:center;color:#7f8c8d;padding:3rem 0}@media (width<=768px){.project-detail-content{grid-template-columns:1fr}}.blog-detail{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.blog-detail-hero{background:#f0f2f5;border-radius:12px;width:100%;max-height:450px;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 20px #0000001a}.blog-detail-hero img{object-fit:cover;width:100%;height:100%;max-height:450px}.blog-detail-content h1{color:#1a2a6c;margin-bottom:.75rem;font-size:2.2rem}.blog-detail-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.detail-tag{color:#2980b9;background:#e1f0fa;border-radius:20px;padding:.2rem .8rem;font-size:.8rem}.blog-detail-body{color:#2c3e50;font-size:1.1rem;line-height:1.8}.blog-detail-body p{margin-bottom:1rem}.back-home-btn{color:#fff;cursor:pointer;background:#f39c12;border:none;border-radius:30px;margin-top:2rem;padding:.7rem 2rem;font-size:1rem;font-weight:600;transition:background .3s,transform .2s;display:inline-block}.back-home-btn:hover{background:#e67e22;transform:scale(1.03)}.blog-detail-loading,.blog-detail-notfound{text-align:center;color:#7f8c8d;padding:3rem 0;font-size:1.1rem}@media (width<=768px){.blog-detail-content h1{font-size:1.6rem}.blog-detail-body{font-size:1rem}.blog-detail-hero,.blog-detail-hero img{max-height:280px}}@media (width<=480px){.blog-detail{padding:1rem}.blog-detail-content h1{font-size:1.3rem}.blog-detail-hero,.blog-detail-hero img{max-height:200px}.back-home-btn{text-align:center;width:100%}}.blog-section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.products-loading{color:#555;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:60vh;font-size:1.05rem;display:flex}.spinner{border:4px solid #1a2a6c;border-color:#1a2a6c #f39c12 #1a2a6c26 #1a2a6c26;border-radius:50%;width:48px;height:48px;animation:.85s linear infinite spin}.blog-header{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.blog-head h2{text-align:center;margin:0}.loadmore{position:absolute;top:.2rem;right:0}.blog-filters{justify-content:center;margin-bottom:2rem;display:flex}.filter-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:60%;display:flex}.search-input{border:1px solid #e1e8ed;border-radius:5px;flex:2;min-width:200px;padding:.5rem .8rem;font-size:.9rem;transition:border-color .3s}.date-input{border:1px solid #e1e8ed;border-radius:5px;flex:1;min-width:140px;padding:.5rem .8rem;font-size:.9rem;transition:border-color .3s}.search-input:focus,.date-input:focus{border-color:#f39c12;outline:none}.clear-filter{color:#e74c3c;cursor:pointer;background:0 0;border:none;padding:.2rem .4rem;font-size:1.2rem;transition:color .3s}.clear-filter:hover{color:#c0392b}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.blog-card{opacity:0;background:#fff;border-radius:10px;flex-direction:column;transition:transform .3s,box-shadow .3s;animation:.8s cubic-bezier(.25,.46,.45,.94) forwards zoomIn;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.blog-card:first-child{animation-delay:50ms}.blog-card:nth-child(2){animation-delay:.15s}.blog-card:nth-child(3){animation-delay:.25s}.blog-card:nth-child(4){animation-delay:.35s}.blog-card:hover{transform:translateY(-6px);box-shadow:0 8px 25px #0000001f}.blog-image{background:#f0f2f5;justify-content:center;align-items:center;height:180px;display:flex;overflow:hidden}.blog-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-info{flex:1;padding:1rem}.blog-info h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.1rem;line-height:1.3}.blog-excerpt{color:#7f8c8d;margin:.5rem 0;font-size:.9rem;line-height:1.5}.blog-tags{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.tag{color:#2980b9;white-space:nowrap;background:#e1f0fa;border-radius:12px;padding:.1rem .6rem;font-size:.7rem}.blog-actions{padding:.75rem 1rem 1rem}.read-more-btn{color:#fff;background:#1a2a6c;border:none;border-radius:5px;padding:.4rem 1.2rem;font-size:.85rem;text-decoration:none;transition:background .3s;display:inline-block}.read-more-btn:hover{background:#2a3a8c}.no-blogs{text-align:center;color:#95a5a6;padding:3rem 0}@media (width<=768px){.filter-wrapper{flex-direction:column;width:100%}.search-input,.date-input{flex:none;width:100%}.blog-grid{grid-template-columns:1fr 1fr}.blog-header{flex-direction:column;align-items:stretch}.load-more-btn{width:100%;margin-top:.5rem}}@media (width<=480px){.blog-grid{grid-template-columns:1fr}.blog-image{height:140px}}.auth{min-height:100vh;display:flex}.auth-left{color:#fff;text-align:center;background:linear-gradient(135deg,#0f1a3a 0%,#1a2a6c 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}.logo-container{background:#f39c1226;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:2rem;transition:transform .3s;animation:20s linear infinite spin;display:flex}.logo-container:hover{animation-play-state:paused;transform:scale(1.05)}.auth-left h1{color:#f39c12;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.auth-left p{color:#d1d5db;max-width:400px;font-size:1.1rem;line-height:1.6}.auth-right{background:#f8f9fa;flex:1;justify-content:center;align-items:center;display:flex}.auth-form{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 4px 20px #00000014}.auth-form h2{color:#1a2a6c;margin-bottom:1.5rem;font-size:1.5rem}.form-group input,.password-wrapper input{box-sizing:border-box;border:1px solid #e1e8ed;border-radius:5px;width:100%;padding:.6rem;font-size:.9rem;transition:border-color .3s}.form-group input:focus,.password-wrapper input:focus{border-color:#f39c12;outline:none}.password-wrapper{position:relative}.password-wrapper input{padding-right:2.5rem}.password-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.password-toggle:hover{color:#1a2a6c}.auth-btn{color:#1a2a6c;cursor:pointer;background:#f39c12;border:none;border-radius:5px;width:100%;margin-top:.5rem;padding:.7rem;font-size:1rem;font-weight:600;transition:background-color .3s}.auth-btn:hover:not(:disabled){background:#e67e22}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;color:#6b7280;margin-top:1rem;font-size:.9rem}.auth-toggle span{color:#f39c12;cursor:pointer;font-weight:500}.auth-toggle span:hover{text-decoration:underline}.auth-message{text-align:center;border-radius:5px;margin-bottom:.75rem;padding:.5rem;font-size:.85rem}.auth-message.success{color:#155724;background:#d4edda}.auth-message.error{color:#721c24;background:#f8d7da}.forgot-password{text-align:right;color:#6b7280;cursor:pointer;margin-top:-.5rem;margin-bottom:.75rem;font-size:.85rem}.forgot-password:hover{color:#f39c12}@media (width<=768px){.auth{flex-direction:column}.auth-left{padding:2rem}.auth-left p{max-width:100%}.logo-container{width:120px;height:120px}.auth-form{margin:1rem;padding:1.5rem}}@media (width<=420px){.auth-left h1{font-size:2rem}.auth-left p{font-size:.95rem}.logo-container{width:100px;height:100px}.auth-form{padding:1rem}}.reset{background:#f5f6fa;justify-content:center;align-items:center;min-height:100vh;display:flex}.reset-card{background:#fff;border-radius:10px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 10px #0000001a}.reset-title{color:#2c3e50;text-align:center;margin-bottom:1.5rem;font-size:1.1rem}.reset form input[type=email],.reset form input[type=password],.password-section input{border:1px solid #e1e8ed;border-radius:5px;width:100%;margin-bottom:.75rem;padding:.6rem;font-size:.9rem}.reset button{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:5px;width:100%;padding:.6rem;font-size:.95rem}.otp-section p{text-align:center;color:#7f8c8d;margin-bottom:1rem;font-size:.9rem}.otp-inputs{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.otp-box{text-align:center;color:#2c3e50;background:#fff;border:2px solid #e1e8ed;border-radius:50%;outline:none;width:45px;height:45px;margin-bottom:0;padding:0;font-size:1.2rem;transition:border-color .2s}.otp-box:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.otp-status{text-align:center;color:#f39c12;font-size:.85rem}.otp-status.done{color:#27ae60}.dashboard{background-color:#f5f6fa;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.dashboard-status{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:100vh;padding:2rem;display:flex}.dashboard-status button{color:#fff;cursor:pointer;background-color:#3498db;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem}.dashboard-status button:hover{background-color:#2980b9}.sidebar{color:#fff;z-index:1000;background-color:#1a1a2e;flex-direction:column;width:250px;min-width:250px;height:100vh;transition:transform .3s,width .3s;display:flex;position:sticky;top:0}.sidebar.collapsed{width:70px;min-width:70px}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{z-index:999;background:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}.sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 1rem;display:flex}.sidebar-header h2{color:#3498db;white-space:nowrap;margin:0;font-size:1.2rem;font-weight:700}.sidebar-header button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:5px;padding:.5rem;font-size:1.2rem;transition:background-color .3s}.sidebar-header button:hover{background-color:#ffffff1a}.icon-container{background-color:#1a1a2e;width:100%;height:50px}.sidebar nav{flex-direction:column;flex:1;padding:1rem 0;display:flex;overflow-y:auto}.sidebar-item{color:#bdc3c7;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;min-height:48px;padding:.75rem 1rem;font-size:.95rem;transition:all .3s;display:flex}.sidebar-item:hover{color:#fff;background-color:#ffffff1a}.sidebar-item.active{color:#fff;background-color:#3498db}.sidebar-icon{justify-content:center;align-items:center;min-width:24px;font-size:1.2rem;display:flex}.sidebar-label{white-space:nowrap}.logout-btn{color:#e74c3c;cursor:pointer;background:0 0;border:none;border-top:1px solid #ffffff1a;align-items:center;gap:1rem;width:100%;min-height:48px;margin-top:auto;padding:.75rem 1rem;font-size:.95rem;transition:background-color .3s;display:flex}.logout-btn:hover{background-color:#e74c3c1a}.theme-toggle{color:#bdc3c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;min-height:48px;padding:.75rem 1rem;font-size:.95rem;display:flex}.theme-toggle:hover{color:#fff;background-color:#ffffff1a}.sidebar-footer{border-top:1px solid #ffffff1a}.mobile-topbar{z-index:1001;background-color:#1a1a2e;align-items:center;height:60px;display:none;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #00000026}.mobile-hamburger{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:52px;height:56px;font-size:1.4rem;display:flex}.mobile-hamburger:hover{background-color:#ffffff1a}.dashboard-main{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.dashboard-row{gap:1rem;padding:1rem;display:flex}.dashboard-row-fixed{flex-shrink:0}.dashboard-row-scrollable{flex:1;min-height:0;overflow-y:auto}.cards-grid{background:#fff;border-radius:10px;flex:1;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-content:start;gap:1rem;min-width:0;padding:1.5rem;display:grid;box-shadow:0 2px 10px #0000001a}.card{background:#fff;border:1px solid #eef1f5;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 2px 12px #00000014}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.card-title{color:#2c3e50;word-break:break-word;margin:0;font-size:1.2rem;font-weight:600}.card-sender{color:#7f8c8d;word-break:break-word;margin:0;font-size:.85rem}.card-mpesa{color:#3498db;letter-spacing:.5px;word-break:break-word;margin:0;font-size:.8rem;font-weight:500}.content-panel{background:#fff;border-radius:10px;flex:1;min-width:0;padding:1.5rem;overflow-x:auto;box-shadow:0 2px 10px #0000001a}.content-panel h3{color:#2c3e50;margin:0 0 .5rem;font-size:1.2rem}.content-panel p{color:#7f8c8d}.dashboard-footer{text-align:center;color:#95a5a6;background:#fff;border-top:1px solid #e1e8ed;flex-shrink:0;padding:1rem;font-size:.875rem}.dashboard{--bg-main:#f5f6fa;--bg-panel:#fff;--text-primary:#2c3e50;--text-secondary:#7f8c8d;--border-color:#e1e8ed;background-color:var(--bg-main);color:var(--text-primary)}.dashboard.dark{--bg-main:#14141f;--bg-panel:#1f1f33;--text-primary:#ecf0f1;--text-secondary:#9aa5b1;--border-color:#2c2c44}.dashboard.dark .cards-grid,.dashboard.dark .content-panel,.dashboard.dark .dashboard-footer{background:var(--bg-panel);color:var(--text-primary)}.dashboard.dark .card{background:#2a2a44;border-color:#3a3a55}.dashboard.dark .card-title{color:#ecf0f1}.dashboard.dark .card-sender{color:#9aa5b1}.dashboard.dark .content-panel h3{color:#ecf0f1}.dashboard.dark .content-panel p,.dashboard.dark .dashboard-footer p{color:var(--text-secondary)}@media (width<=1024px){.dashboard-row{flex-direction:column}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (width<=768px){.mobile-hamburger,.mobile-topbar{display:flex}.sidebar{z-index:1000;width:280px;min-width:280px;height:100vh;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 20px #0000004d}.sidebar.sidebar-open{transform:translate(0)}.dashboard-main{padding-top:60px}.dashboard-row{flex-direction:column;gap:.75rem;padding:.75rem}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;padding:1rem}.card{padding:1rem}.card-title{font-size:1rem}.card-sender{font-size:.75rem}.card-mpesa{font-size:.7rem}.content-panel{padding:1rem}.content-panel h3{font-size:1rem}.dashboard-footer{padding:.75rem;font-size:.75rem}}@media (width<=420px){.cards-grid{grid-template-columns:1fr 1fr;gap:.5rem;padding:.75rem}.card{padding:.75rem}.card-title{font-size:.85rem}.mobile-hamburger{width:44px;height:44px;font-size:1.2rem}.dashboard-main{padding-top:50px}.dashboard-row{padding:.5rem}}.product-manage{padding:1rem}.product-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.product-header h2{color:#2c3e50;margin:0}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.product-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.product-image{background:#f0f2f5;justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info{flex:1;padding:1rem}.product-info h3{color:#2c3e50;margin:0 0 .25rem;font-size:1.1rem}.product-actions{border-top:1px solid #eef1f5;gap:.5rem;padding:.75rem 1rem;display:flex}.product-actions button{cursor:pointer;border:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.4rem;font-size:.8rem;transition:background .2s;display:flex}.no-products{text-align:center;color:#95a5a6;padding:3rem 0}.product-loading{text-align:center;color:#7f8c8d;padding:2rem 0}.form-group input,.form-group textarea,.form-group select{box-sizing:border-box;border:1px solid #e1e8ed;border-radius:5px;width:100%;padding:.6rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#3498db;outline:none}.dashboard.dark .product-card{background:#1f1f33}.dashboard.dark .product-info h3{color:#ecf0f1}.dashboard.dark .product-image{background:#2a2a44}.dashboard.dark .form-group input,.dashboard.dark .form-group textarea,.dashboard.dark .form-group select{color:#ecf0f1;background:#2a2a44;border-color:#3a3a55}.dashboard.dark .product-header h2{color:#ecf0f1}.dashboard.dark .product-loading,.dashboard.dark .no-products{color:#9aa5b1}@media (width<=768px){.product-header{flex-direction:column;align-items:stretch}.header-actions{flex-wrap:wrap;justify-content:stretch}.load-more-btn,.add-btn{flex:1;justify-content:center}.product-grid{grid-template-columns:1fr 1fr}.modal-content{width:95%;padding:1rem}}@media (width<=480px){.product-grid{grid-template-columns:1fr}.file-upload-wrapper{flex-direction:column;align-items:stretch}.file-name{text-align:center;max-width:100%}}.add-btn{color:#fff;cursor:pointer;background:#8e44ad;border:none;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;transition:background .2s;display:flex}.project-short{color:#7f8c8d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:.85rem;display:-webkit-box;overflow:hidden}.blog-keywords{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.keyword-tag{color:#2980b9;white-space:nowrap;background:#e1f0fa;border-radius:12px;padding:.1rem .6rem;font-size:.7rem}.blog-loading{text-align:center;color:#7f8c8d;padding:2rem 0}.save-btn{color:#fff;cursor:pointer;background:#8e44ad;border:none;border-radius:5px;flex:1;padding:.6rem;transition:background .2s}.dashboard.dark .blog-loading,.dashboard.dark .no-projects{color:#9aa5b1}.dashboard.dark .keyword-tag{color:#5bc0de;background:#2a2a44}@media (width<=768px){.project-header{flex-direction:column;align-items:stretch}.header-actions{flex-wrap:wrap;justify-content:stretch}.load-more-btn,.add-btn{flex:1;justify-content:center}.project-grid{grid-template-columns:1fr 1fr}.modal-content{width:95%;padding:1rem}}@media (width<=480px){.project-grid{grid-template-columns:1fr}}.inventory{padding:1rem}.inventory-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.inventory-header h2{color:#2c3e50;margin:0}.inventory-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.inventory-card{background:#fff;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.inventory-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.inventory-image{background:#f0f2f5;justify-content:center;align-items:center;height:160px;display:flex;position:relative;overflow:hidden}.inventory-image img{object-fit:cover;width:100%;height:100%}.product-status{text-transform:uppercase;color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:10px;right:10px}.product-status.offer{background:#e67e22}.product-status.normal{background:#3498db}.inventory-info{flex:1;padding:1rem}.inventory-info h3{color:#2c3e50;margin:0 0 .25rem;font-size:1.1rem}.product-price{color:#27ae60;margin:.25rem 0;font-size:1.1rem;font-weight:600}.product-description{color:#7f8c8d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.5rem 0 0;font-size:.85rem;display:-webkit-box;overflow:hidden}.no-inventory{text-align:center;color:#95a5a6;padding:3rem 0}.inventory-loading{text-align:center;color:#7f8c8d;padding:2rem 0}.dashboard.dark .inventory-card{background:#1f1f33}.dashboard.dark .inventory-info h3{color:#ecf0f1}.dashboard.dark .product-description{color:#9aa5b1}.dashboard.dark .inventory-image{background:#2a2a44}.dashboard.dark .inventory-header h2{color:#ecf0f1}.dashboard.dark .no-inventory,.dashboard.dark .inventory-loading{color:#9aa5b1}@media (width<=768px){.inventory-header{flex-direction:column;align-items:stretch}.load-more-btn{width:100%}.inventory-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.inventory-grid{grid-template-columns:1fr}}.project-manage{padding:1rem}.project-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.project-header h2{color:#2c3e50;margin:0}.project-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.project-card{background:#fff;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.project-image{background:#f0f2f5;justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%}.placeholder-image{color:#95a5a6;font-size:.9rem}.project-info{flex:1;padding:1rem}.project-info h3{color:#2c3e50;margin:0 0 .25rem;font-size:1.1rem}.project-client{color:#f39c12;margin:.25rem 0;font-size:.9rem;font-weight:600}.project-short{color:#7f8c8d;margin:.5rem 0 0;font-size:.85rem}.project-actions{border-top:1px solid #eef1f5;gap:.5rem;padding:.75rem 1rem;display:flex}.project-actions button{cursor:pointer;border:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.4rem;font-size:.8rem;transition:background .2s;display:flex}.no-projects{text-align:center;color:#95a5a6;padding:3rem 0}.project-loading{text-align:center;color:#7f8c8d;padding:2rem 0}.file-upload-wrapper{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.file-upload-input{opacity:0;z-index:-1;width:.1px;height:.1px;position:absolute;overflow:hidden}.file-upload-label{color:#fff;cursor:pointer;background:#3498db;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;transition:background .2s,transform .1s;display:inline-flex}.file-upload-label:hover{background:#2980b9}.file-upload-label:active{transform:scale(.97)}.file-name{color:#7f8c8d;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.85rem;overflow:hidden}.image-preview{margin-top:.75rem}.image-preview img{border:1px solid #e1e8ed;border-radius:5px;max-width:100%;max-height:150px}.dashboard.dark .project-card{background:#1f1f33}.dashboard.dark .project-info h3{color:#ecf0f1}.dashboard.dark .project-short{color:#9aa5b1}.dashboard.dark .project-image{background:#2a2a44}.dashboard.dark .project-header h2{color:#ecf0f1}.dashboard.dark .file-upload-label{color:#1a1a2e;background:#5bc0de}.dashboard.dark .file-upload-label:hover{background:#46b8da}.dashboard.dark .file-name{color:#9aa5b1}.dashboard.dark .image-preview img{border-color:#3a3a55}.dashboard.dark .project-loading,.dashboard.dark .no-projects{color:#9aa5b1}.dashboard.dark .project-client{color:#f39c12}@media (width<=768px){.project-header{flex-direction:column;align-items:stretch}.header-actions{flex-wrap:wrap;justify-content:stretch}.load-more-btn,.add-btn{flex:1;justify-content:center}.project-grid{grid-template-columns:1fr 1fr}.modal-content{width:95%;padding:1rem}}@media (width<=480px){.project-grid{grid-template-columns:1fr}}.testimonials-manage{padding:1rem}.testimonials-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonials-header h2{color:#2c3e50;margin:0}.header-actions{align-items:center;gap:.75rem;display:flex}.load-more-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:5px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s}.load-more-btn:hover{background:#2980b9}.add-btn{color:#1a2a6c;cursor:pointer;background:#f39c12;border:none;border-radius:5px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.add-btn:hover{background:#e67e22}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:#fff;border-radius:10px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.testimonial-content{flex:1;padding:1.5rem 1.5rem 1rem}.testimonial-text{color:#2c3e50;margin:0 0 1rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author h4{color:#1a2a6c;margin:0;font-size:1rem}.testimonial-location{color:#7f8c8d;font-size:.8rem}.testimonial-actions{border-top:1px solid #eef1f5;gap:.5rem;padding:.75rem 1rem;display:flex}.testimonial-actions button{cursor:pointer;border:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.4rem;font-size:.8rem;transition:background .2s;display:flex}.edit-btn{color:#fff;background:#3498db}.edit-btn:hover{background:#2980b9}.delete-btn{color:#fff;background:#e74c3c}.delete-btn:hover{background:#c0392b}.no-testimonials{text-align:center;color:#95a5a6;padding:3rem 0}.testimonials-loading{text-align:center;color:#7f8c8d;padding:2rem 0}.modal-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h3{color:#2c3e50;margin:0}.close-modal{cursor:pointer;color:#95a5a6;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.close-modal:hover{color:#e74c3c}.form-group{margin-bottom:1rem}.form-group label{color:#7f8c8d;margin-bottom:.25rem;font-size:.85rem;display:block}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #e1e8ed;border-radius:5px;width:100%;padding:.6rem;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#f39c12;outline:none}.form-actions{gap:.75rem;margin-top:1.5rem;display:flex}.cancel-btn{cursor:pointer;background:#e1e8ed;border:none;border-radius:5px;flex:1;padding:.6rem;transition:background .2s}.cancel-btn:hover{background:#d0d5db}.save-btn{color:#1a2a6c;cursor:pointer;background:#f39c12;border:none;border-radius:5px;flex:1;padding:.6rem;font-weight:600;transition:background .2s}.save-btn:hover{background:#e67e22}.dashboard.dark .testimonial-card{background:#1f1f33}.dashboard.dark .testimonial-text{color:#ecf0f1}.dashboard.dark .testimonial-author h4{color:#f39c12}.dashboard.dark .testimonial-location{color:#9aa5b1}.dashboard.dark .modal-content{color:#ecf0f1;background:#1f1f33}.dashboard.dark .modal-header h3{color:#ecf0f1}.dashboard.dark .form-group label{color:#9aa5b1}.dashboard.dark .form-group input,.dashboard.dark .form-group textarea{color:#ecf0f1;background:#2a2a44;border-color:#3a3a55}.dashboard.dark .form-group input:focus,.dashboard.dark .form-group textarea:focus{border-color:#f39c12}.dashboard.dark .cancel-btn{color:#ecf0f1;background:#3a3a55}.dashboard.dark .cancel-btn:hover{background:#4a4a66}.dashboard.dark .testimonials-header h2{color:#ecf0f1}.dashboard.dark .no-testimonials,.dashboard.dark .testimonials-loading{color:#9aa5b1}@media (width<=768px){.testimonials-header{flex-direction:column;align-items:stretch}.header-actions{flex-wrap:wrap;justify-content:stretch}.load-more-btn,.add-btn{flex:1;justify-content:center}.testimonials-grid{grid-template-columns:1fr 1fr}.modal-content{width:95%;padding:1rem}}@media (width<=480px){.testimonials-grid{grid-template-columns:1fr}}
