@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";.top-bar{color:var(--nuhub-white);z-index:1000;background-color:#0000;width:100%;padding:8px 0;font-size:13px;font-weight:500;position:absolute;top:0;left:0}.top-bar-content{justify-content:space-between;align-items:center;display:flex}.top-bar-item{opacity:.9;align-items:center;gap:8px;display:flex}.icon-emoji{font-size:14px}.lang-selector{cursor:pointer;gap:12px;display:flex}.site-header{z-index:1000;padding:20px 0;transition:all .4s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{padding:10px 0;top:0}.navbar-pill{border-radius:var(--radius-full);background:var(--nuhub-white);z-index:1001;justify-content:space-between;align-items:center;height:95px;padding:0 40px;transition:all .4s;display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.site-header.scrolled .navbar-pill{height:80px;box-shadow:var(--shadow-lg);background:#fffffff2}.brand-logo{align-items:center;gap:12px;text-decoration:none;display:flex}.navbar-logo-img{object-fit:contain;width:auto;height:80px;transition:height .4s}.site-header.scrolled .navbar-logo-img{height:65px}.logo-circle{background:var(--nuhub-green-forest);border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:24px;display:flex;box-shadow:0 5px 15px #1a533633}.brand-text{flex-direction:column;display:flex}.brand-name{font-family:var(--font-heading);color:var(--nuhub-green-deep);letter-spacing:-.02em;font-size:22px;font-weight:800;line-height:1}.brand-tagline{color:var(--nuhub-green-leaf);letter-spacing:.2em;margin-top:2px;font-size:9px;font-weight:700}.nav-menu{align-items:center;gap:32px;display:flex}.nav-item{font-family:var(--font-heading);color:var(--text-main);align-items:center;gap:4px;font-size:17px;font-weight:500;transition:color .3s;display:flex}.nav-item:hover{color:var(--nuhub-green-leaf)}.dropdown-icon{opacity:.5}.nav-caret{opacity:.7;margin-top:1px;font-size:12px}.nav-item-wrapper:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown{border-radius:var(--radius-md,8px);opacity:0;visibility:hidden;z-index:1002;background:#fff;min-width:200px;padding:0;transition:all .3s;position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(10px);box-shadow:0 10px 30px #0000001a}.dropdown-item{color:var(--text-main);font-family:var(--font-main);padding:12px 20px;font-size:15px;text-decoration:none;transition:all .2s;display:block}.dropdown-item:hover{color:var(--nuhub-green-forest);background:#f8fafc}.header-right{align-items:center;gap:20px;display:flex}.icon-btn{cursor:pointer;color:var(--nuhub-green-deep);background:0 0;border:none;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .3s;display:flex}.icon-btn:hover{color:var(--nuhub-green-leaf);transform:scale(1.1)}.fa-icon{font-size:15px}.cart-btn{color:var(--nuhub-green-deep);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex;position:relative}.cart-btn:hover{color:var(--nuhub-green-leaf);transform:scale(1.1)}.cart-count{color:var(--nuhub-green-forest,#1c7518);background:0 0;border:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:transform .3s;display:flex;position:absolute;top:-6px;right:-6px}.cart-btn.cart-bounce{animation:.5s cubic-bezier(.175,.885,.32,1.275) cartBounce}.cart-btn.cart-bounce .cart-count{animation:.5s cubic-bezier(.175,.885,.32,1.275) badgePop}@keyframes cartBounce{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes badgePop{0%{transform:scale(1)}40%{transform:scale(1.6)}70%{transform:scale(.85)}to{transform:scale(1)}}.mobile-menu-btn{cursor:pointer;color:var(--nuhub-green-deep);background:0 0;border:none;display:none}.mobile-menu{background:var(--nuhub-white);z-index:999;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100vh;padding:110px 24px 50px;transition:transform .5s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-nav-links{text-align:center;flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}.mobile-link{font-size:22px;font-family:var(--font-heading);color:var(--nuhub-green-deep);font-weight:600}.mobile-nav-group{flex-direction:column;align-items:center;gap:8px;display:flex}.mobile-submenu{background:var(--nuhub-cream,#fcf8f0);border-radius:var(--radius-md,8px);flex-direction:column;align-items:center;gap:10px;width:280px;margin-top:4px;padding:12px 24px;display:flex}.mobile-sublink{font-size:15px;font-family:var(--font-main);color:var(--text-light,#4b5563);font-weight:500;text-decoration:none;transition:color .2s}.mobile-sublink:hover{color:var(--nuhub-green-forest)}@media (width<=1024px){.nav-menu{display:none}.mobile-menu-btn{display:block}.header-right .icon-btn:not(.mobile-menu-btn){display:none}.navbar-pill{padding:0 20px}}@media (width<=480px){.top-bar{display:none}.site-header{padding:10px 0}.site-header.scrolled .navbar-pill,.navbar-pill{height:60px;padding:0 15px}.navbar-logo-img{height:40px}}.nav-search-form{background:#0000000a;border-radius:20px;align-items:center;padding:5px 15px;animation:.3s forwards slideIn;display:flex}.nav-search-form input{width:150px;color:var(--text-main);background:0 0;border:none;outline:none;font-family:inherit;font-size:14px}@keyframes slideIn{0%{opacity:0;width:0;transform:translate(10px)}to{opacity:1;width:150px;transform:translate(0)}}@media (width<=768px){.nav-search-form{background:var(--nuhub-white,#fff);z-index:1001;position:absolute;top:70px;right:20px;box-shadow:0 4px 12px #0000001a}}.site-footer{color:var(--text-dark);background:#fff;border-radius:60px 60px 0 0;padding:100px 0 40px;position:relative;overflow:hidden;box-shadow:0 -10px 40px #00000008}.footer-top-accent{background:linear-gradient(90deg, var(--nuhub-green-leaf), var(--nuhub-gold));width:100%;height:5px;position:absolute;top:0;left:0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:80px;display:grid}.footer-logo{margin-bottom:24px;display:block}.footer-logo-img{width:auto;height:100px}.footer-desc{color:var(--text-light);margin-bottom:30px;line-height:1.8}.social-icons a{background:var(--nuhub-cream);width:40px;height:40px;color:var(--nuhub-green-deep);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icons a:hover{background:var(--nuhub-green-leaf);color:#fff;transform:translateY(-5px)}.footer-links-col h4,.footer-contact-col h4{color:var(--nuhub-green-deep);margin-bottom:30px;font-size:18px}.footer-links-col ul{flex-direction:column;gap:15px;display:flex}.footer-links-col a{color:var(--text-light);transition:all .3s}.footer-links-col a:hover{color:var(--nuhub-green-leaf);padding-left:5px}.contact-item{color:var(--text-light);align-items:center;gap:15px;margin-bottom:20px;display:flex}.footer-newsletter{margin-top:40px}.footer-newsletter h4{color:var(--nuhub-green-deep);margin-bottom:12px}.footer-newsletter p{color:var(--text-light);margin-bottom:20px;font-size:14px}.footer-form{position:relative}.footer-form input{border-radius:var(--radius-full);background:var(--nuhub-cream);width:100%;color:var(--text-dark);border:1px solid #0000000d;outline:none;padding:14px 20px}.footer-form input::placeholder{color:var(--text-light)}.footer-form button{background:var(--nuhub-green-leaf);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;transition:all .3s;display:flex;position:absolute;top:5px;bottom:5px;right:5px}.footer-form button:hover{background:var(--nuhub-green-deep);transform:scale(1.05)}.footer-bottom{color:var(--text-light);border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:40px;font-size:14px;display:flex}.payment-methods{gap:20px;display:flex}.payment-methods img{filter:grayscale()opacity(.6);height:20px}.footer-floating-leaf{opacity:.1;font-size:40px;animation:10s infinite float;position:absolute;bottom:20px;right:40px}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.site-footer{border-radius:40px 40px 0 0;padding:60px 0 30px}.footer-grid{text-align:center;grid-template-columns:1fr;gap:40px}.footer-logo{justify-content:center;display:flex}.social-icons{justify-content:center}.footer-links-col ul{align-items:center}.contact-item{justify-content:center}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.payment-methods{justify-content:center}}.whatsapp-float-btn{color:#fff;cursor:pointer;z-index:1000;background-color:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #25d36666}.whatsapp-float-btn:hover{transform:scale(1.1)translateY(-5px);box-shadow:0 6px 20px #25d36699}.whatsapp-icon-wrapper{justify-content:center;align-items:center;display:flex}.whatsapp-tooltip{color:#333;opacity:0;visibility:hidden;white-space:nowrap;pointer-events:none;background-color:#fff;border-radius:20px;padding:8px 15px;font-size:14px;font-weight:500;transition:all .3s;position:absolute;right:75px;box-shadow:0 4px 10px #0000001a}.whatsapp-float-btn:hover .whatsapp-tooltip{opacity:1;visibility:visible;right:80px}@media (width<=1024px){.whatsapp-float-btn{width:50px;height:50px;bottom:85px;right:20px}.whatsapp-icon-wrapper i{font-size:24px!important}}.auth-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#1a473140;justify-content:center;align-items:center;animation:.3s ease-out forwards authOverlayFadeIn;display:flex;position:fixed;inset:0}.auth-modal-card{width:100%;max-width:440px;box-shadow:var(--shadow-premium,0 30px 60px #00000026);background:#fff;border:1px solid #1a533614;border-radius:24px;padding:40px 32px 32px;animation:.35s cubic-bezier(.165,.84,.44,1) forwards authCardSlideUp;position:relative;overflow:hidden}.auth-modal-close{background:var(--nuhub-soft-grey,#f8f9fa);color:#666;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.auth-modal-close:hover{color:#000;background-color:#efefef;transform:rotate(90deg)}.auth-modal-header{text-align:center;margin-bottom:24px}.auth-modal-header h2{font-family:var(--font-heading);color:var(--nuhub-green-deep,#222);margin-bottom:6px;font-size:28px;font-weight:700}.auth-modal-header p{color:var(--text-light,#5c6d64);font-size:14px}.auth-modal-tabs{background:var(--nuhub-soft-grey,#f8f9fa);border:1px solid #00000008;border-radius:30px;margin-bottom:24px;padding:4px;display:flex;position:relative}.auth-modal-tab-btn{color:#666;cursor:pointer;z-index:2;font-size:14px;font-weight:600;font-family:var(--font-body);background:0 0;border:none;flex:1;padding:10px 0;transition:color .3s}.auth-modal-tab-btn.active{color:var(--nuhub-green-deep,#222)}.auth-modal-tab-indicator{z-index:1;background:#fff;border-radius:26px;width:calc(50% - 4px);transition:transform .3s cubic-bezier(.25,.8,.25,1);position:absolute;top:4px;bottom:4px;box-shadow:0 2px 8px #0000000f}.auth-modal-tab-indicator.register{transform:translate(100%)}.auth-modal-form{flex-direction:column;gap:16px;display:flex}.auth-input-group{flex-direction:column;gap:6px;display:flex}.auth-input-group label{color:var(--nuhub-green-deep,#222);font-size:13px;font-weight:600}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-wrapper input{width:100%;font-size:14px;font-family:var(--font-body);color:var(--nuhub-charcoal,#2c2c2c);border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:12px 14px 12px 42px;transition:all .25s}.auth-input-wrapper input:focus{border-color:var(--nuhub-green-forest,#1c7518);box-shadow:0 0 0 3px #15502414}.password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:14px}.password-toggle:hover{color:var(--nuhub-green-forest,#1c7518)}.auth-modal-submit-btn{background:var(--nuhub-green-forest,#1c7518);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:all .25s;display:flex}.auth-modal-submit-btn:hover{background:var(--nuhub-green-deep,#222);transform:translateY(-2px);box-shadow:0 4px 12px #15502433}.auth-modal-submit-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.auth-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite authSpin}.auth-modal-error{color:#de3535;text-align:center;background:#fdf2f2;border:1px solid #fde8e8;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500}.auth-modal-success{color:#1c7518;background:#f0fdf4;border:1px solid #dcfce7;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13px;font-weight:500;display:flex}.auth-modal-footer{text-align:center;color:#64748b;margin-top:24px;font-size:13px}.auth-link-toggle{color:var(--nuhub-green-forest,#1c7518);cursor:pointer;font-weight:700;transition:opacity .2s}.auth-link-toggle:hover{text-decoration:underline}@keyframes authOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authCardSlideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes authSpin{to{transform:rotate(360deg)}}.home-page{padding-top:0}.hero-section{background-color:var(--nuhub-green-forest);color:var(--nuhub-white);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:180px 0 100px;position:relative;overflow:hidden}.slider-arrow{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (width<=768px){.slider-arrow{display:none!important}}.slider-arrow:hover{background:#ffffff4d;transform:translateY(-50%)scale(1.1)}.hero-left-arrow{left:30px}.hero-right-arrow{right:30px}.hero-slider-dots{z-index:10;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#fff6;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-dot:hover{background:#ffffffb3}.hero-dot.active{background:var(--nuhub-gold);transform:scale(1.2)}.hero-bg-overlay{z-index:1;background:linear-gradient(90deg,#000000bf 0%,#0006 50%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-container{text-align:left;z-index:2;flex-direction:column;align-items:flex-start;display:flex;position:relative}.hero-title{color:var(--nuhub-white);text-shadow:0 2px 12px #00000080;margin-bottom:16px;font-size:clamp(2.2rem,4.5vw,3.8rem);line-height:1.1}.text-leaf{color:var(--nuhub-green-leaf);font-family:var(--font-heading);text-shadow:0 2px 10px #0000004d;font-size:1.1em;font-style:italic;font-weight:700}.hero-subtitle{opacity:.95;text-shadow:0 1px 8px #0009;max-width:450px;margin:0 0 35px;font-size:.95rem}.hero-btns{justify-content:flex-start;gap:20px;margin-bottom:60px;display:flex}.hero-features{border-top:1px solid #ffffff1a;justify-content:flex-start;gap:40px;padding-top:40px;display:flex}.feature-item{align-items:center;gap:12px;display:flex}.feature-icon{color:var(--nuhub-green-leaf)}.feature-label{font-size:14px;font-weight:700;display:block}.feature-sub{opacity:.6;font-size:12px;display:block}.hero-visual{position:relative}.hero-basket-wrapper{z-index:2;position:relative}.hero-basket-img{border-radius:var(--radius-lg);width:auto;box-shadow:var(--shadow-premium)}.organic-tag{background:var(--nuhub-green-leaf);color:#fff;border-radius:var(--radius-full);padding:8px 16px;font-size:12px;font-weight:700;position:absolute;top:20px;right:20px}.cinematic-leaves-container{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}@keyframes fallAndSway{0%{opacity:0;transform:translateY(-20%)rotate(0)}10%{opacity:1}50%{transform:translate(30px,50vh)rotate(45deg)}90%{opacity:1}to{opacity:0;transform:translate(-30px,110vh)rotate(90deg)}}@keyframes particleFloat{0%{opacity:0;transform:translate(0)rotate(0)}25%{opacity:.6}50%{transform:translate(20px,-40px)rotate(180deg)}75%{opacity:.6}to{opacity:0;transform:translate(-10px,-80px)rotate(360deg)}}.cinematic-leaf{-webkit-user-select:none;user-select:none;position:absolute}.leaf-fg{filter:blur(6px);z-index:5;font-size:80px;animation:15s linear infinite fallAndSway}.leaf-bg{filter:blur(1px);z-index:1;font-size:30px;animation:20s linear infinite fallAndSway}.particle{z-index:2;font-size:14px;animation:12s ease-in-out infinite particleFloat}.leaf-resting{z-index:2;filter:drop-shadow(0 4px 6px #0000001a);font-size:35px;position:absolute}.pop-cat-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px;display:grid}.pop-cat-img-wrapper{background:var(--nuhub-cream);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;padding:20px;transition:all .3s;display:flex}.pop-cat-item:hover .pop-cat-img-wrapper{background:var(--nuhub-white);box-shadow:var(--shadow-md);transform:scale(1.1)}.pop-cat-item img{object-fit:contain;width:100%;height:100%}.pop-cat-item h4{margin-bottom:4px;font-size:16px}.pop-cat-item p{color:var(--text-light);font-size:13px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px;display:grid}.product-badge{color:#fff;z-index:2;background:#e55353;border-radius:4px;padding:4px 12px;font-size:12px;font-weight:700;position:absolute;top:20px;left:20px}.wishlist-btn{background:var(--nuhub-cream);width:40px;height:40px;color:var(--nuhub-green-deep);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.wishlist-btn:hover{background:var(--nuhub-green-forest);color:#fff}.product-name{margin-bottom:4px;font-size:18px}.product-desc{color:var(--text-light);margin-bottom:12px;font-size:14px}.product-rating{color:gold;align-items:center;gap:4px;margin-bottom:16px;font-size:13px;font-weight:600;display:flex}.product-price-row{justify-content:space-between;align-items:center;display:flex}.current-price{color:var(--nuhub-green-deep);font-size:20px;font-weight:800}.old-price{color:var(--text-light);margin-left:8px;font-size:14px;text-decoration:line-through}.add-to-cart-btn{background:var(--nuhub-green-forest);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;transition:all .3s;display:flex}.add-to-cart-btn:hover{background:var(--nuhub-green-deep);transform:scale(1.1)}.promo-banner{background:var(--nuhub-green-forest);border-radius:var(--radius-lg);color:#fff;grid-template-columns:1.2fr .8fr;align-items:stretch;padding:0;display:grid;position:relative;overflow:hidden}.promo-content{flex-direction:column;justify-content:center;align-items:flex-start;padding:60px 80px;display:flex}.promo-content h2{color:var(--nuhub-white);margin-bottom:30px}.promo-tag{color:var(--nuhub-gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;font-size:14px;font-weight:700;display:block}.promo-visual{width:100%;height:100%;position:relative}.promo-visual img{object-fit:cover;width:100%;height:100%;display:block}.discount-circle{background:var(--nuhub-gold);color:var(--nuhub-green-deep);text-align:center;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:18px;font-weight:800;line-height:1.2;display:flex;position:absolute;top:-20px;right:0;box-shadow:0 10px 20px #0000001a}.brands-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.brand-card{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0000000d;flex-direction:column;padding:0;transition:all .4s;display:flex;overflow:hidden}.brand-img-wrapper{height:220px;position:relative;overflow:hidden}.brand-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.brand-card:hover .brand-img{transform:scale(1.05)}.brand-content-wrapper{flex-direction:column;flex-grow:1;padding:35px;display:flex}.brand-card:hover{box-shadow:var(--shadow-md);border-color:#5e7e2633;transform:translateY(-10px)}.brand-name{color:var(--nuhub-green-deep);font-size:28px;font-family:var(--font-heading);margin-bottom:15px}.brand-desc{color:var(--text-light);margin-bottom:25px;line-height:1.6}.brand-products{flex-grow:1;margin-bottom:30px}.brand-products strong{text-transform:uppercase;letter-spacing:1px;color:var(--nuhub-green-forest);margin-bottom:10px;font-size:14px;display:block}.brand-products ul{padding:0;list-style:none}.brand-products ul li{color:var(--text-dark);border-bottom:1px solid #0000000d;align-items:center;padding:8px 0;font-weight:500;display:flex}.brand-products ul li:before{content:"🌿";margin-right:10px;font-size:14px}.explore-link{color:var(--nuhub-green-forest);text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:700;transition:all .3s;display:inline-block}.explore-link:hover{color:var(--nuhub-green-deep);transform:translate(5px)}.stats-section{background:var(--nuhub-green-forest);color:var(--nuhub-white);padding:60px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.stat-item{padding:20px}.stat-number{color:var(--nuhub-gold);font-size:48px;font-weight:800;font-family:var(--font-heading);margin-bottom:10px}.stat-label{opacity:.9;font-size:16px;font-weight:500}.why-us-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-top:50px;display:grid}.why-us-image-wrapper{border-radius:var(--radius-lg);box-shadow:var(--shadow-premium);position:relative;overflow:hidden}.why-us-img{width:100%;height:auto;transition:transform .7s;display:block}.why-us-image-wrapper:hover .why-us-img{transform:scale(1.05)}.why-us-floating-card{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--nuhub-green-deep);background:#fff;align-items:center;gap:10px;padding:15px 25px;display:flex;position:absolute;bottom:30px;right:20px}.why-us-content{flex-direction:column;gap:30px;display:flex}.principle-list-item{border-radius:var(--radius-md);background:0 0;border:1px solid #0000;gap:20px;padding:15px;transition:all .4s;display:flex}.principle-list-item:hover{background:var(--nuhub-white);box-shadow:var(--shadow-sm);border-color:#5e7e261a;transform:translate(10px)}.principle-list-icon{background:var(--nuhub-cream);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;display:flex;box-shadow:inset 0 2px 5px #0000000d}.principle-list-icon svg{transition:stroke .3s}.principle-list-item:hover .principle-list-icon{background:var(--nuhub-green-leaf);color:#fff}.principle-list-item:hover .principle-list-icon svg{stroke:var(--nuhub-white)!important}.principle-list-title{color:var(--nuhub-green-deep);margin-bottom:8px;font-size:20px}.principle-list-desc{color:var(--text-light);font-size:14px;line-height:1.6}.testimonials-section{position:relative}.testimonials-masonry{column-count:2;column-gap:30px;max-width:1000px;margin:0 auto}.masonry-card{background:var(--nuhub-white);border-radius:var(--radius-lg);break-inside:avoid;box-sizing:border-box;border:1px solid #00000008;width:100%;margin-bottom:30px;padding:30px;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 20px #0000000a}.masonry-card:hover{border-color:#5e7e2633;transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.masonry-author-header{align-items:center;gap:15px;margin-bottom:20px;display:flex}.masonry-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px;box-shadow:0 4px 10px #0000001a}.masonry-author-info{flex-direction:column;display:flex}.masonry-author-name{color:var(--nuhub-green-deep);margin-bottom:4px;font-size:16px;font-weight:700}.masonry-stars{color:gold;letter-spacing:2px;font-size:14px}.masonry-text{color:var(--text-light);margin-bottom:25px;font-size:15px;line-height:1.6}.masonry-date{color:#1a1a1a;font-size:14px;font-weight:700}@media (width<=768px){.testimonials-masonry{column-count:1}}.author-role{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:12px}.blog-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.blog-card{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.blog-img-wrapper{height:220px;overflow:hidden}.blog-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-img{transform:scale(1.05)}.blog-content{padding:25px}.blog-date{color:var(--nuhub-green-leaf);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:12px;font-weight:700;display:block}.blog-title{margin-bottom:15px;font-size:20px;line-height:1.4}.blog-link{color:var(--nuhub-green-forest);font-size:14px;font-weight:700}.blog-link:hover{text-decoration:underline}.newsletter-form{gap:10px;max-width:500px;margin:0 auto;display:flex}.newsletter-input{border-radius:var(--radius-full);border:none;outline:none;flex-grow:1;padding:15px 25px;font-size:16px}.newsletter-btn{border-radius:var(--radius-full);cursor:pointer;background:var(--nuhub-gold);color:var(--nuhub-green-deep);border:none;padding:15px 30px;font-weight:700;transition:all .3s}.newsletter-btn:hover{background:var(--nuhub-white);transform:scale(1.05)}@media (width<=1024px){.hero-bg-overlay{background:radial-gradient(circle,#00000080 0%,#000000a6 100%)}.hero-container{text-align:center;align-items:center}.hero-btns{justify-content:center}.hero-features{flex-wrap:wrap;justify-content:center}.promo-banner{text-align:center;grid-template-columns:1fr;padding:0}.promo-content{align-items:center;padding:40px}.promo-visual{height:auto;margin-top:0}.promo-visual img{object-fit:contain;height:auto;max-height:400px}.brands-grid,.testimonials-grid,.blog-grid,.why-us-split{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.newsletter-form{flex-direction:column}}@media (width<=768px){.hero-section{padding:120px 0 60px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{margin-bottom:25px;padding:0 10px;font-size:.95rem}.hero-btns{gap:10px;margin-bottom:30px}.hero-btns .btn{padding:.85rem 1.8rem;font-size:.9rem}.cinematic-leaves-container{opacity:.5}.stats-grid{gap:40px}.stat-number{margin-bottom:5px;font-size:64px}.stat-label{font-size:18px}.why-us-split{flex-direction:column;gap:30px;display:flex}.why-us-image-wrapper{height:auto;margin-bottom:20px}.why-us-img{object-fit:cover;height:100%}}@media (width<=480px){.hero-section{padding:100px 0 50px}.hero-title{font-size:1.8rem}.hero-subtitle{margin-bottom:20px;font-size:.85rem}.product-grid,.stats-grid{grid-template-columns:1fr}.hero-btns{flex-direction:column;gap:8px;width:100%}.hero-btns .btn{width:100%;padding:.8rem 1.5rem;font-size:.85rem}.why-us-floating-card{display:none}}.section-header-flex{justify-content:space-between;align-items:flex-end;margin-bottom:50px;display:flex}.home-learn-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.home-learn-card{border-radius:var(--radius-lg);background:#fff;flex-direction:column;height:100%;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.home-learn-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.learn-img-wrapper{width:100%;height:220px;overflow:hidden}.learn-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-learn-card:hover .learn-img-wrapper img{transform:scale(1.05)}.learn-card-content{flex-direction:column;flex-grow:1;padding:25px;display:flex}.learn-category{text-transform:uppercase;letter-spacing:1px;color:var(--nuhub-gold);margin-bottom:10px;font-size:12px;font-weight:600}.learn-card-content h3{color:var(--nuhub-green-deep);margin-bottom:12px;font-size:20px;line-height:1.4}.learn-card-content p{color:var(--text-light);flex-grow:1;margin-bottom:20px;font-size:14px;line-height:1.6}.read-link{color:var(--nuhub-green-forest);font-size:14px;font-weight:600}.home-instagram-section{padding-top:80px}.instagram-grid{grid-template-columns:repeat(5,1fr);width:100%;display:grid}.insta-item{aspect-ratio:1;display:block;position:relative;overflow:hidden}.insta-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.insta-overlay{opacity:0;background:#1a473166;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:flex;position:absolute;top:0;left:0}.insta-item:hover img{transform:scale(1.1)}.insta-item:hover .insta-overlay{opacity:1}@media (width<=992px){.home-learn-grid{grid-template-columns:repeat(2,1fr)}.instagram-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.section-header-flex{flex-direction:column;align-items:flex-start;gap:20px}.home-learn-grid{grid-template-columns:1fr}.instagram-grid{grid-template-columns:repeat(2,1fr)}}.chairman-message-section{background:#fdfaf2;border-bottom:1px solid #0000000d;padding:100px 0}.chairman-container{grid-template-columns:1fr 1.5fr;align-items:center;gap:60px;display:grid}.chairman-image-container{justify-content:center;align-items:center;display:flex;position:relative}.chairman-image-frame{border-radius:var(--radius-lg,16px);border:5px solid #fff;position:relative;overflow:hidden;box-shadow:0 15px 35px #00000014}.chairman-image-frame:after{content:"";border:2px solid var(--nuhub-gold,#cfa856);border-radius:calc(var(--radius-lg,16px) - 4px);pointer-events:none;margin:8px;position:absolute;inset:0}.chairman-img{object-fit:cover;width:100%;max-width:380px;height:auto;transition:transform .6s;display:block}.chairman-image-frame:hover .chairman-img{transform:scale(1.04)}.chairman-badge{background:var(--nuhub-green-forest,#1c7518);color:#fff;letter-spacing:1.5px;text-transform:uppercase;border-radius:30px;padding:8px 20px;font-size:13px;font-weight:700;position:absolute;bottom:-15px;box-shadow:0 6px 15px #00000026}.chairman-text-content{flex-direction:column;display:flex}.chairman-subtitle{color:var(--nuhub-gold,#cfa856);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:14px;font-weight:700}.chairman-title{color:var(--nuhub-green-deep,#222);font-size:clamp(2rem,3.5vw,2.5rem);font-family:var(--font-heading,inherit);margin-bottom:24px;position:relative}.chairman-title:after{content:"";background:var(--nuhub-green-leaf,#8ea648);border-radius:2px;width:60px;height:3px;margin-top:12px;display:block}.chairman-quote{color:var(--text-dark,#333);margin-bottom:20px;font-size:16px;line-height:1.8}.chairman-quote p{margin-bottom:16px}.chairman-quote p:last-child{margin-bottom:0}.chairman-signature{border-top:1px solid #00000014;margin-top:20px;padding-top:25px}.signature-name{color:var(--nuhub-green-deep,#222);font-size:22px;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:4px}.signature-title{color:var(--text-light,#777);font-size:14px;font-weight:500}@media (width<=992px){.chairman-container{text-align:center;grid-template-columns:1fr;gap:50px}.chairman-image-container{max-width:320px;margin:0 auto}.chairman-title:after{margin:12px auto 0}}.ecosystem-section{background:#fff;border-bottom:1px solid #0000000d;padding:100px 0}.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto;display:grid}.ecosystem-card{border-radius:var(--radius-lg,16px);aspect-ratio:1;background:#fdfaf2;border:1px solid #00000008;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 8px 25px #0000000f}.ecosystem-img-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.ecosystem-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.165,.84,.44,1)}.ecosystem-overlay{background:linear-gradient(#0000 10%,#0006 50%,#000000d9 100%);align-items:flex-end;padding:30px;transition:background .4s;display:flex;position:absolute;inset:0}.ecosystem-content{color:#fff;text-shadow:0 2px 5px #00000080;transition:transform .4s cubic-bezier(.165,.84,.44,1);transform:translateY(0)}.ecosystem-content h3{color:#fff;font-size:24px;font-weight:800;font-family:var(--font-heading,inherit);text-shadow:0 2px 4px #0006;margin-bottom:12px}.ecosystem-content p{opacity:1;color:#f0f0f0;text-shadow:0 1px 3px #00000080;margin-bottom:22px;font-size:14px;font-weight:500;line-height:1.6}.ecosystem-link{background-color:var(--nuhub-gold,#cfa856);letter-spacing:1px;text-transform:uppercase;border-radius:25px;align-items:center;gap:6px;padding:10px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .3s,color .3s,transform .3s,gap .3s;display:inline-flex;box-shadow:0 4px 10px #00000040;color:var(--nuhub-green-deep,#123c26)!important}.ecosystem-card:hover{border-color:#5e7e264d;transform:translateY(-8px);box-shadow:0 15px 35px #0003}.ecosystem-card:hover .ecosystem-img-wrapper img{transform:scale(1.08)}.ecosystem-card:hover .ecosystem-overlay{background:linear-gradient(#0000 10%,#00000073 50%,#000000e6 100%)}.ecosystem-card:hover .ecosystem-content{transform:translateY(-5px)}.ecosystem-card:hover .ecosystem-link{background-color:#fff;gap:8px;transform:translateY(-2px);box-shadow:0 6px 15px #0000004d;color:var(--nuhub-green-forest,#1c7518)!important}@media (width<=1200px){.ecosystem-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=768px){.ecosystem-grid{grid-template-columns:1fr}}@media (width<=576px){.ecosystem-grid{grid-template-columns:1fr}.ecosystem-card{aspect-ratio:5/4}}.stages-section{background:#fcf8f0;border-bottom:1px solid #0000000d;padding:100px 0}.stages-split-container{grid-template-columns:1fr 1.3fr;align-items:flex-start;gap:60px;display:grid}.stages-left-text{text-align:left;position:sticky;top:100px}.stages-subtitle{color:var(--nuhub-gold,#cfa856);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.stages-desc{color:var(--text-light,#666);margin-top:20px;margin-bottom:35px;font-size:1.05rem;line-height:1.8}.stages-list-indicators{flex-direction:column;gap:16px;display:flex}.stage-indicator-item{color:var(--nuhub-green-deep,#222);align-items:center;gap:12px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.indicator-dot{background:var(--nuhub-green-leaf,#8ea648);border-radius:50%;width:8px;height:8px;transition:all .3s}.stage-indicator-item:hover{color:var(--nuhub-green-forest,#1c7518);transform:translate(5px)}.stage-indicator-item:hover .indicator-dot{background:var(--nuhub-gold,#cfa856);transform:scale(1.3)}.stages-right-collage{grid-template-columns:repeat(2,1fr);gap:16px;max-width:580px;margin-left:auto;display:grid}.collage-card{border-radius:var(--radius-md,12px);aspect-ratio:1.7;border:1px solid #00000005;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:block;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000a}.collage-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.collage-card-wide{aspect-ratio:3.5;grid-column:span 2}.collage-card-label{color:#fff;text-align:left;background:linear-gradient(#0000 0%,#0000004d 30%,#000000d9 100%);padding:16px 20px;font-size:16px;font-weight:700;transition:background .3s;position:absolute;bottom:0;left:0;right:0}.collage-card:hover{border-color:#0000001a;transform:translateY(-5px);box-shadow:0 12px 25px #0000001f}.collage-card:hover img{transform:scale(1.05)}.collage-card:hover .collage-card-label{background:linear-gradient(#0000 0%,#0006 25%,#000000f2 100%)}@media (width<=992px){.stages-split-container{grid-template-columns:1fr;gap:40px}.stages-left-text{position:static}.stages-right-collage{margin:0 auto}}@media (width<=576px){.stages-right-collage{grid-template-columns:1fr}.collage-card-wide{aspect-ratio:1.2;grid-column:span 1}}.welcome-section{background:var(--nuhub-white,#fff);border-bottom:1px solid #0000000d;padding:100px 0;position:relative;overflow:hidden}.welcome-container{z-index:2;position:relative}.welcome-grid-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;display:grid}.welcome-image-column{justify-content:center;align-items:center;display:flex;position:relative}.welcome-image-frame{border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-lg,0 15px 35px #00000014);background:#fff;border:5px solid #fff;display:inline-block;position:relative;overflow:hidden}.welcome-image-frame:after{content:"";border:2px solid var(--nuhub-gold,#cfa856);border-radius:calc(var(--radius-lg,16px) - 4px);pointer-events:none;z-index:2;margin:8px;position:absolute;inset:0}.welcome-img{aspect-ratio:4/5;object-fit:cover;width:100%;max-width:420px;height:auto;transition:transform .6s;display:block}.welcome-image-frame:hover .welcome-img{transform:scale(1.04)}.welcome-text-column{text-align:left}.welcome-subtitle{color:var(--nuhub-gold,#c9922a);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px;font-size:14px;font-weight:700;display:block}.welcome-title{color:var(--nuhub-green-deep,#222);font-size:clamp(2rem,3.5vw,2.8rem);font-family:var(--font-heading,serif);margin-bottom:20px;font-weight:700;line-height:1.25}.welcome-divider{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:25px;display:flex}.welcome-divider:after{content:"";background:var(--nuhub-green-leaf,#87a96b);opacity:.6;border-radius:2px;width:60px;height:2px}.welcome-divider-leaf{color:var(--nuhub-green-leaf,#87a96b);font-size:18px}.welcome-content{flex-direction:column;gap:20px;display:flex}.welcome-paragraph{color:var(--text-light,#3a3a3a);font-size:16px;font-weight:400;line-height:1.8}.welcome-paragraph strong{color:var(--nuhub-green-deep,#222);font-weight:600}.welcome-bg-leaf{color:var(--nuhub-green-leaf);opacity:.04;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1;font-size:120px;position:absolute}.welcome-bg-leaf-left{top:10%;left:-50px;transform:rotate(45deg)}.welcome-bg-leaf-right{bottom:10%;right:-50px;transform:rotate(-135deg)}@media (width<=992px){.welcome-grid-layout{grid-template-columns:1fr;gap:50px}.welcome-image-column{max-width:380px;margin:0 auto}.welcome-text-column{text-align:center}.welcome-divider{justify-content:center}.welcome-divider:before{content:"";background:var(--nuhub-green-leaf,#87a96b);opacity:.6;border-radius:2px;width:60px;height:2px}}@media (width<=768px){.welcome-section{padding:80px 0}}.shop-page{background-color:#fafafa}.shop-banner{padding:calc(60px + var(--nav-height)) 0 60px;text-align:left;color:#fff;background-color:#0000;background-image:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%),url(/assets/banner-two-CToWCt5z.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;margin-bottom:60px;position:relative}.shop-banner h1{color:#fff;margin-bottom:10px;font-size:3rem}.shop-banner-sub{opacity:.9;font-size:1.1rem}.shop-layout{grid-template-columns:280px 1fr;align-items:start;gap:40px;margin-bottom:80px;display:grid}.shop-sidebar{border-radius:var(--radius-sm);top:calc(var(--nav-height) + 20px);background:#fff;border:1px solid #0000000d;padding:24px;position:sticky;box-shadow:0 4px 12px #00000005}.sidebar-header{border-bottom:1px solid #0000000d;align-items:center;gap:10px;margin-bottom:24px;padding-bottom:16px;display:flex}.sidebar-header i{color:var(--nuhub-green-leaf);font-size:1.2rem}.sidebar-header h3{margin:0;font-size:1.25rem}.search-box{margin-bottom:30px;position:relative}.search-box input{border-radius:var(--radius-sm);background:#f8fafc;border:1px solid #e2e8f0;outline:none;width:100%;padding:12px 35px;font-family:inherit;font-size:.95rem;transition:all .3s}.search-box input:focus{border-color:var(--nuhub-green-leaf);background:#fff;box-shadow:0 0 0 3px #4caf501a}.search-icon{color:#94a3b8;font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-clear:hover{color:#ef4444}.filter-section{margin-bottom:30px}.filter-subtitle{color:var(--text-main);align-items:center;gap:8px;margin-bottom:16px;font-size:1rem;font-weight:700;display:flex}.filter-subtitle i{color:var(--nuhub-green-leaf)}.filter-list{flex-direction:column;gap:8px;display:flex}.filter-btn{text-align:left;border-radius:var(--radius-sm);color:var(--text-light);background:0 0;border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px;font-weight:500;transition:all .2s;display:flex}.filter-btn i{text-align:center;color:#94a3b8;width:16px;transition:color .2s}.filter-btn span:first-of-type{flex:1}.filter-count{color:#64748b;background:#f1f5f9;border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}.filter-btn:hover{color:var(--nuhub-green-forest,#1c7518);background:#f8fafc}.filter-btn:hover i{color:var(--nuhub-green-forest,#1c7518)!important}.filter-btn.active{background:var(--nuhub-green-forest,#1c7518);border-color:var(--nuhub-green-forest,#1c7518);font-weight:600;color:#fff!important}.filter-btn.active i{color:#fff!important}.filter-btn.active .filter-count{color:var(--nuhub-green-forest,#1c7518);background:#fff}.sidebar-info{border-top:1px solid #0000000d;flex-direction:column;gap:16px;margin-top:40px;padding-top:24px;display:flex}.sidebar-info-card{background:var(--nuhub-cream);border-radius:var(--radius-sm);align-items:flex-start;gap:12px;padding:12px;display:flex}.sidebar-info-card i{color:var(--nuhub-green-leaf);margin-top:2px;font-size:1.25rem}.sidebar-info-card strong{color:var(--nuhub-green-deep);font-size:.9rem;display:block}.sidebar-info-card p{color:var(--text-light);margin:0;font-size:.8rem}.shop-controls{border-radius:var(--radius-sm);background:#fff;border:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 2px 8px #00000005}.shop-controls p{color:var(--text-light);align-items:center;gap:8px;margin:0;display:flex}.shop-controls p i{color:var(--nuhub-green-leaf)}.sort-wrapper{color:var(--text-light);align-items:center;gap:10px;display:flex}.sort-wrapper select{border-radius:var(--radius-sm);cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;outline:none;padding:8px 16px;font-family:inherit;font-weight:500}.sort-wrapper select:focus{border-color:var(--nuhub-green-leaf)}.shop-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.product-card{border-radius:var(--radius-sm);background:#fff;border:1px solid #0000000a;padding:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #00000005}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000000f}.wishlist-btn{z-index:10;color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #00000014}.wishlist-btn:hover{color:#ef4444;transform:scale(1.1)}.wishlist-btn.wishlisted{color:#ef4444}.discount-tag{z-index:10;color:#fff;border-radius:var(--radius-sm);background:#ef4444;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 6px #ef44444d}.product-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#ffffffb3;justify-content:center;align-items:center;gap:12px;transition:all .3s;display:flex;position:absolute;inset:0}.product-card:hover .product-overlay{opacity:1}.quick-view-btn,.quick-cart-btn{width:44px;height:44px;color:var(--nuhub-green-deep);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(20px);box-shadow:0 4px 10px #0000001a}.product-card:hover .quick-view-btn{transition-delay:50ms;transform:translateY(0)}.product-card:hover .quick-cart-btn{transition-delay:.1s;transform:translateY(0)}.quick-view-btn:hover,.quick-cart-btn:hover{background:var(--nuhub-green-forest);color:#fff;transform:translateY(-3px)scale(1.05)!important}.product-info{padding:0 4px}.p-cat{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.75rem;font-weight:600;display:block}.p-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin-bottom:16px;font-size:1.1rem;font-weight:700;overflow:hidden}.p-footer{border-top:1px dashed #00000014;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.p-prices{align-items:baseline;gap:8px;display:flex}.p-price{color:var(--nuhub-green-deep);font-size:1.25rem;font-weight:800}.p-old-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.p-add-btn{background:var(--nuhub-green-forest);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.p-add-btn:hover{background:var(--nuhub-green-deep);transform:scale(1.05)}.mobile-top-bar{display:none}.no-results{text-align:center;border-radius:var(--radius-sm);background:#fff;border:1px dashed #cbd5e1;padding:60px 20px}.no-results i{color:#cbd5e1;margin-bottom:16px;font-size:3rem}.no-results h3{margin-bottom:8px;font-size:1.25rem}.no-results p{color:var(--text-light);margin-bottom:24px}@media (width<=992px){.mobile-top-bar{margin-bottom:20px;display:block}.mobile-search{margin-bottom:15px;position:relative}.mobile-search input{border-radius:var(--radius-sm);background:#fff;border:1px solid #e2e8f0;outline:none;width:100%;padding:12px 35px;font-family:inherit;font-size:.95rem;box-shadow:0 2px 5px #0000000d}.mobile-search input:focus{border-color:var(--nuhub-green-leaf);box-shadow:0 0 0 3px #4caf501a}.mobile-search .search-icon{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.mobile-search .search-clear{color:#94a3b8;background:0 0;border:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.mobile-chips-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:5px;overflow-x:auto}.mobile-chips-container::-webkit-scrollbar{display:none}.mobile-chips{white-space:nowrap;gap:10px;display:flex}.chip-btn{color:var(--text-light);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.chip-btn.active{background:var(--nuhub-green-forest);color:#fff;border-color:var(--nuhub-green-forest)}.sort-filter-chip{color:var(--text-main);border-color:#cbd5e1}.clear-filters-chip{font-weight:600;color:#ef4444!important;background:#fef2f2!important;border-color:#fee2e2!important}.clear-filters-chip:hover{background:#fee2e2!important;border-color:#fca5a5!important}.shop-layout{grid-template-columns:1fr}.shop-sidebar,.shop-controls{display:none}.mobile-modal-overlay{z-index:1000;background:#00000080;flex-direction:row;justify-content:flex-end;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.mobile-modal-content{background:#fff;border-radius:20px 0 0 20px;flex-direction:column;width:320px;max-width:85vw;height:100%;max-height:100vh;animation:.35s cubic-bezier(.16,1,.3,1) forwards slideInFromRight;display:flex;box-shadow:-5px 0 25px #0000001a}.mobile-modal-header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:20px;display:flex}.mobile-modal-header h3{color:var(--nuhub-green-forest);margin:0;font-size:1.25rem}.modal-header-actions{align-items:center;gap:12px;display:flex}.modal-clear-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.9rem;font-weight:600;transition:all .2s}.modal-clear-btn:hover{color:#ef4444;background-color:#fef2f2}.close-modal-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.mobile-modal-body{flex:1;padding:20px;overflow-y:auto}.modal-section-title{color:#4b5563;border-bottom:1px solid #f1f5f9;margin:0 0 15px;padding-bottom:8px;font-size:1rem;font-weight:700}.modal-options-list{flex-direction:column;gap:12px;display:flex}.modal-radio-label{color:#111827;cursor:pointer;align-items:center;gap:12px;font-size:1rem;display:flex}.modal-radio-label input[type=radio]{width:20px;height:20px;accent-color:var(--nuhub-green-forest)}.mobile-modal-footer{border-top:1px solid #eaeaea;padding:20px}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}@media (width<=768px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-banner{padding:calc(40px + var(--nav-height)) 0 40px}.shop-banner h1{font-size:2.5rem}.shop-controls{flex-direction:column;align-items:flex-start;gap:15px}.shop-grid .product-card{border-radius:var(--radius-sm);flex-direction:column;justify-content:space-between;height:100%;min-height:250px;max-height:290px;padding:10px;display:flex}.shop-grid .product-image-container{aspect-ratio:1;background:#f8fafc;width:100%;height:auto;margin-bottom:8px}.shop-grid .product-image-container img{object-fit:cover;padding:0}.shop-grid .product-overlay{display:none}.shop-grid .wishlist-btn{width:28px;height:28px;font-size:.9rem;top:8px;right:8px}.shop-grid .product-info{flex-direction:column;flex-grow:1;padding:0;display:flex}.shop-grid .p-cat{margin-bottom:2px;font-size:.65rem}.shop-grid .p-title{white-space:normal;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.5em;margin-bottom:8px;font-size:.85rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.shop-grid .p-footer{border-top:none;margin-top:auto;padding-top:0}.shop-grid .p-price{font-size:.95rem;font-weight:800}.shop-grid .p-old-price{margin-left:4px;font-size:.75rem}.shop-grid .p-add-btn{border-radius:var(--radius-sm);width:30px;height:30px;font-size:.85rem}}@media (width<=480px){.shop-grid{grid-template-columns:repeat(2,1fr);gap:8px}.shop-banner h1{font-size:2rem}.shop-grid .product-card{min-height:240px;max-height:275px;padding:8px}}.learn-page{background-color:var(--nuhub-white);min-height:100vh}.learn-hero{min-height:70vh;padding:calc(60px + var(--nav-height)) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.learn-hero-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.learn-hero-image:after{content:"";background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.learn-hero-content{z-index:1;max-width:600px;color:var(--nuhub-white);position:relative}.learn-hero-content h1{color:var(--nuhub-white);margin-bottom:24px}.learn-hero-content .text-lead{color:#ffffffe6;font-size:1.25rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px;margin-top:-60px;display:grid}.article-card{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000008;flex-direction:column;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.article-image{height:240px;overflow:hidden}.article-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.article-card:hover .article-image img{transform:scale(1.05)}.article-content{flex-direction:column;flex:1;padding:30px;display:flex}.article-category{text-transform:uppercase;letter-spacing:.1em;color:var(--nuhub-olive);margin-bottom:15px;font-size:.8rem;font-weight:700}.article-title{font-family:var(--font-heading);color:var(--nuhub-green-deep);margin-bottom:15px;font-size:1.5rem;line-height:1.3}.article-excerpt{color:var(--text-light);flex:1;margin-bottom:25px;font-size:1rem;line-height:1.7}.article-meta{color:#888;align-items:center;margin-bottom:20px;font-size:.85rem;font-weight:500;display:flex}.meta-dot{color:#ccc;margin:0 10px}.read-more{color:var(--nuhub-green-forest);align-items:center;font-size:.95rem;font-weight:600;transition:color .3s;display:inline-flex}.read-more span{margin-left:8px;transition:transform .3s}.read-more:hover{color:var(--nuhub-green-deep)}.read-more:hover span{transform:translate(5px)}@media (width<=768px){.learn-header{padding:60px 0 80px}.articles-grid{grid-template-columns:1fr;margin-top:-40px}}.blog-details-page{background-color:var(--nuhub-white);min-height:100vh;padding-bottom:80px}.blog-details-loading,.blog-details-error{text-align:center;min-height:60vh;padding:40px;padding-top:calc(80px + var(--nav-height));flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.blog-details-error h2{color:var(--nuhub-green-deep);font-family:var(--font-heading)}.blog-details-header{color:#fff;background-position:50%;background-size:cover;align-items:flex-end;min-height:60vh;margin-bottom:60px;padding:60px 0;display:flex;position:relative}.blog-details-header .container{z-index:2;max-width:800px;margin:0 auto;position:relative}.back-link{color:#fffc;align-items:center;gap:8px;margin-bottom:30px;font-weight:500;text-decoration:none;transition:color .3s;display:inline-flex}.back-link:hover{color:#fff}.blog-category-badge{background:var(--nuhub-green-forest);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-block}.blog-title{font-family:var(--font-heading);color:#fff;margin-bottom:20px;font-size:3rem;line-height:1.2}.blog-meta-info{color:#fffc;align-items:center;gap:24px;font-size:.95rem;display:flex}.blog-content-container{max-width:800px;margin:0 auto}.blog-content{color:var(--text-main);font-size:1.1rem;line-height:1.8}.blog-excerpt-lead{color:var(--nuhub-green-deep);font-size:1.3rem;line-height:1.7;font-family:var(--font-heading);border-bottom:1px solid #0000001a;margin-bottom:40px;padding-bottom:30px}.blog-content p{margin-bottom:24px}.blog-footer{border-top:1px solid #0000001a;justify-content:center;margin-top:60px;padding-top:40px;display:flex}@media (width<=768px){.blog-title{font-size:2rem}.blog-details-header{min-height:50vh}}.about-page{background-color:var(--nuhub-cream)}.about-hero{min-height:70vh;padding:calc(60px + var(--nav-height)) 0 60px;align-items:center;display:flex;position:relative;overflow:hidden}.about-hero-image{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-image img{object-fit:cover;width:100%;height:100%;display:block}.about-hero-image:after{content:"";background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-content{z-index:1;max-width:600px;color:var(--nuhub-white);position:relative}.about-hero-content h1{color:var(--nuhub-white);margin-bottom:24px}.about-hero-content .text-lead{color:#ffffffe6}.about-story-grid{grid-template-columns:2fr 1fr;align-items:start;gap:60px;display:grid}.story-text{color:var(--text-main);font-size:1.1rem;line-height:1.8}.story-text p{margin-bottom:20px}.highlight-text{font-family:var(--font-heading);color:var(--nuhub-green-deep);border-left:4px solid var(--nuhub-olive);margin-top:40px;padding-left:24px;font-size:1.5rem;line-height:1.4}.story-quote{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:40px;position:sticky;top:120px}.story-quote blockquote{font-family:var(--font-heading);color:var(--nuhub-green-forest);margin-bottom:20px;font-size:1.75rem;line-height:1.4}.story-quote cite{color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-style:normal;font-weight:600}.about-ingredients{background-color:var(--nuhub-white)}.ingredients-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.ingredients-image{border-radius:var(--radius-lg);height:500px;box-shadow:var(--shadow-md);overflow:hidden}.ingredients-content p{color:var(--text-light);margin-top:20px;font-size:1.1rem;line-height:1.8}.family-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px;display:grid}.family-card{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;padding:40px 30px;transition:transform .3s}.family-card:hover{box-shadow:var(--shadow-md);transform:translateY(-10px)}.family-card h3{color:var(--nuhub-green-forest);margin-bottom:15px;font-size:1.25rem}.family-card p{color:var(--text-light);font-size:.95rem;line-height:1.6}.family-image{border-radius:var(--radius-lg);width:100%;height:400px;box-shadow:var(--shadow-md);overflow:hidden}.about-contact{background-color:var(--nuhub-white)}.contact-box{border-radius:var(--radius-lg);background:var(--nuhub-cream);text-align:center;padding:60px}.contact-info-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px;display:grid}.contact-info-item h4{color:var(--nuhub-green-forest);text-transform:uppercase;letter-spacing:.05em;margin-bottom:15px;font-size:1.1rem}.contact-info-item p{color:var(--text-main);line-height:1.6}.contact-info-item a{color:var(--nuhub-olive);font-weight:600}.contact-info-item a:hover{text-decoration:underline}@media (width<=1024px){.about-story-grid{grid-template-columns:1fr}.story-quote{position:static}.ingredients-grid{grid-template-columns:1fr}.contact-info-grid{grid-template-columns:1fr;gap:30px}}.about-story-split,.about-chairman-container,.philosophy-grid,.why-nuhub-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-chairman-container{gap:50px}.about-feature-img{object-fit:cover;width:100%;height:100%;box-shadow:0 20px 40px #0000001a}.about-story-img{min-height:500px}.philosophy-img{border-radius:20px;width:100%;box-shadow:0 20px 40px #00000014}.why-nuhub-img{min-height:600px}@media (width<=992px){.about-story-split,.about-chairman-container,.philosophy-grid,.why-nuhub-split{grid-template-columns:1fr;gap:40px}.about-story-img,.why-nuhub-img{min-height:300px}.about-hero{min-height:50vh}}.text-green-deep{color:var(--nuhub-green-deep)!important}.text-green-forest{color:var(--nuhub-green-forest)!important}.text-green-leaf{color:var(--nuhub-green-leaf)!important}.text-gold{color:var(--nuhub-gold)!important}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.bg-green-forest{background-color:var(--nuhub-green-forest)!important}.bg-pink-100{background-color:#fce7f3}.text-pink-600{color:#db2777}.bg-green-100{background-color:#dcfce7}.text-green-600{color:#16a34a}.bg-orange-100{background-color:#ffedd5}.text-orange-500{color:#ea580c}.bg-blue-100{background-color:#dbeafe}.text-blue-500{color:#3b82f6}.bg-white{background-color:#fff}.mt-2{margin-top:.5rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.p-6{padding:1.5rem}.p-12{padding:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.max-w-3xl{max-width:48rem}.shrink-0{flex-shrink:0}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.leading-relaxed{line-height:1.625}.radius-lg{border-radius:var(--radius-lg,12px)}.radius-xl{border-radius:20px}.radius-2xl{border-radius:24px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 25px #00000014}.shadow-xl{box-shadow:0 20px 40px #0000001a}.border{border-style:solid;border-width:1px}.border-gray-100{border-color:#f3f4f6}.wellness-hero{align-items:center;min-height:60vh;padding-top:100px;padding-bottom:60px;display:flex;position:relative}.wellness-hero-image{z-index:1;position:absolute;inset:0}.wellness-hero-image img{object-fit:cover;width:100%;height:100%}.wellness-hero-overlay{background:linear-gradient(90deg,#000000d9 0%,#0009 40%,#0003 100%);position:absolute;inset:0}.wellness-hero-content{z-index:10;max-width:800px;position:relative}.pathway-row{grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;display:grid}.pathway-row.reverse{grid-template-columns:1fr 1.1fr}.pathway-row.reverse .pathway-content{order:2}.pathway-row.reverse .pathway-image{order:1}.pathway-icon{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;font-size:28px;display:flex}.pathway-image img{aspect-ratio:4/3;object-fit:cover;border:6px solid #fff;width:100%;height:auto}.approach-grid{flex-wrap:wrap;justify-content:center;gap:50px;display:flex}.approach-item{flex-direction:column;align-items:center;gap:15px;display:flex}.approach-icon{width:90px;height:90px;color:var(--nuhub-gold);background:#ffffff0d;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.approach-item:hover .approach-icon{background:var(--nuhub-gold);color:#fff;border-color:var(--nuhub-gold);transform:translateY(-5px)}.approach-item h4{color:#fff;font-size:18px;font-weight:500}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:p-16{padding:4rem}}@media (width<=992px){.pathway-row,.pathway-row.reverse{grid-template-columns:1fr;gap:40px}.pathway-row.reverse .pathway-content{order:1}.pathway-row.reverse .pathway-image{order:2}.pr-12,.pl-12{padding:0}}@media (width<=768px){.approach-grid{gap:30px}.hero-buttons{flex-direction:column}.p-12{padding:2rem}.grid-cols-2{grid-template-columns:1fr}}.btn-outline-white{color:#fff;border-radius:var(--radius-full,50px);text-transform:uppercase;letter-spacing:1px;border:2px solid #fff;justify-content:center;align-items:center;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline-white:hover{color:var(--nuhub-green-deep);background:#fff}.children-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.children-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.children-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.children-hero-content{max-width:650px}.children-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.children-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #0000001a}@keyframes morphBlob{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:50% 50% 30% 70%/50% 60% 40% 50%}to{border-radius:60% 40%/40% 50% 50% 60%}}@keyframes floatDecoration1{0%{transform:translate(0)scale(1)}to{transform:translate(20px,15px)scale(1.1)}}@keyframes floatDecoration2{0%{transform:translate(0)scale(1)}to{transform:translate(-15px,-20px)scale(.9)}}@media (width<=1024px){.children-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.children-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.children-hero{padding:40px 0 60px}.children-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.habits-icons{gap:20px 30px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.women-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.badge-elegant{color:#db2777;letter-spacing:1px;text-transform:uppercase;background:#fff0f3;border:1px solid #db277726;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.bg-rose-cream{background-color:#fffafb!important}.women-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.women-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.women-hero-content{max-width:650px}.women-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.women-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:40% 60% 60% 40%/40% 40% 60% 60%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #00000014}.blob-decoration.bg-rose-accent{background-color:#fbcfe8;width:280px;height:280px;animation:10s ease-in-out infinite alternate floatDecoration2;bottom:-40px;left:-40px}.women-grid-adjust{grid-template-columns:repeat(auto-fill,minmax(450px,1fr))!important}.card-theme-pink .challenge-card-icon-wrapper{background:#fff0f3}.card-theme-pink:hover:before{background:#db2777}.card-theme-rose .challenge-card-icon-wrapper{background:#ffeef2}.card-theme-rose:hover:before{background:#e11d48}@media (width<=1024px){.women-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}.women-grid-adjust{grid-template-columns:1fr!important}}@media (width<=768px){.women-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.women-hero{padding:40px 0 60px}.women-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.lifestyle-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.badge-playful-green{color:var(--nuhub-green-forest);letter-spacing:1px;text-transform:uppercase;background:#eefcf0;border:1px solid #1c751826;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.bg-green-cream{background-color:#f7faf7!important}.lifestyle-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.lifestyle-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.lifestyle-hero-content{max-width:650px}.lifestyle-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.lifestyle-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:40% 60% 50% 50%/50%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #00000014}.card-theme-teal .challenge-card-icon-wrapper{background:#e6fcfb}.card-theme-teal:hover:before{background:#14b8a6}@media (width<=1024px){.lifestyle-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}.habits-layout{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.lifestyle-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.lifestyle-hero{padding:40px 0 60px}.lifestyle-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.it-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.badge-tech{color:#3b82f6;letter-spacing:1px;text-transform:uppercase;background:#edf7ff;border:1px solid #3b82f626;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.bg-blue-cream{background-color:#f7fafc!important}.it-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.it-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.it-hero-content{max-width:650px}.it-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.it-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:50% 50% 40% 60%/50%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #00000014}.blob-decoration.bg-blue-accent{background-color:#dbeafe;width:280px;height:280px;animation:10s ease-in-out infinite alternate floatDecoration2;bottom:-40px;left:-40px}.habits-layout{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.habits-content-left{max-width:550px}.habits-quote{padding:24px}.border-left-gold{border-left:4px solid var(--nuhub-gold);border-radius:0 12px 12px 0}.habits-card{background:#fff;border-radius:24px;padding:40px}.habits-checklist-ul{flex-direction:column;display:flex}.habits-li{border-bottom:1px solid #f1f5f9;padding:14px 0}.habits-li:last-child{border-bottom:none}.solutions-grid-layout{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:30px;margin-top:40px;display:grid}.solution-detail-card{background:#fff;border:1px solid #00000008;border-radius:24px;flex-direction:column;height:100%;padding:40px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 10px 30px #0000000a}.solution-detail-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.solution-emoji-icon{background:#f0f7ff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:20px;font-size:32px;display:flex}.solution-area{margin-bottom:6px}.solution-title{font-family:var(--font-heading);margin-bottom:12px}.solution-desc{flex-grow:1;margin-bottom:24px}@media (width<=1024px){.it-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}.habits-layout{grid-template-columns:1fr;gap:40px}.solutions-grid-layout{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (width<=768px){.it-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.it-hero{padding:40px 0 60px}.it-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.nutrition-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.badge-nourish{color:#ea580c;letter-spacing:1px;text-transform:uppercase;background:#ffedd5;border:1px solid #ea580c26;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.badge-nourish-gold{color:var(--nuhub-gold);letter-spacing:1px;text-transform:uppercase;background:#fff8eb;border:1px solid #c5a05933;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.bg-orange-cream{background-color:#fffbf7!important}.nutrition-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.nutrition-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.nutrition-hero-content{max-width:650px}.nutrition-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.nutrition-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:50% 40% 60%/50%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #00000014}.blob-decoration.bg-orange-accent{background-color:#fed7aa;width:280px;height:280px;animation:10s ease-in-out infinite alternate floatDecoration2;bottom:-40px;left:-40px}.food-choices-box{border:1px solid #fce8d5}.choices-bullets{justify-content:center;display:flex}.choice-bullet-item{background:#fdf6ee;border-radius:12px;padding:12px 24px;box-shadow:0 4px 12px #ea580c0a}.promo-grid{grid-template-columns:1fr;gap:30px;margin-top:40px;display:grid}@media (width>=768px){.promo-grid{grid-template-columns:repeat(2,1fr)}}.product-promo-card{text-align:left;border:1px solid #ffedd5;padding:40px;transition:all .4s}.product-promo-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ea580c0d}@media (width<=1024px){.nutrition-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.nutrition-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.nutrition-hero{padding:40px 0 60px}.nutrition-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.pregnancy-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.badge-playful{background:var(--nuhub-cream);color:var(--nuhub-green-forest);letter-spacing:1px;text-transform:uppercase;border:1px solid #1c751826;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.badge-playful-gold{color:var(--nuhub-gold);letter-spacing:1px;text-transform:uppercase;background:#fff8eb;border:1px solid #c5a05933;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.pregnancy-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.pregnancy-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.pregnancy-hero-content{max-width:650px}.pregnancy-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.pregnancy-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #0000001a}@media (width<=1024px){.pregnancy-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.pregnancy-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.pregnancy-hero{padding:40px 0 60px}.pregnancy-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.habits-icons{gap:20px 30px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.senior-wellness-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fff;overflow-x:hidden}.breadcrumb-nav{padding:20px 0 10px}.back-link{color:var(--nuhub-green-deep);align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.back-link:hover{color:var(--nuhub-gold);transform:translate(-3px)}.badge-elegant{background:var(--nuhub-cream);color:var(--nuhub-green-forest);letter-spacing:1px;text-transform:uppercase;border:1px solid #1c751826;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.badge-elegant-gold{color:var(--nuhub-gold);letter-spacing:1px;text-transform:uppercase;background:#fff8eb;border:1px solid #c5a05933;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.bg-cream{background-color:#fcf8f0!important}.senior-hero{border-radius:0 0 50px 50px;padding:60px 0 80px}.senior-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid}.senior-hero-content{max-width:650px}.senior-hero-content h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-family:var(--font-heading);margin-top:15px}.hero-buttons{gap:15px;display:flex}.image-blob-container{width:100%;max-width:450px;margin:0 auto;position:relative}.senior-main-img{object-fit:cover;z-index:2;aspect-ratio:1;border:8px solid #fff;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;height:auto;animation:15s ease-in-out infinite alternate morphBlob;position:relative;box-shadow:0 20px 40px #0000001a}.blob-decoration{filter:blur(20px);z-index:1;opacity:.45;mix-blend-mode:multiply;border-radius:50%;position:absolute}.blob-decoration.bg-gold{background-color:var(--nuhub-gold);width:250px;height:250px;animation:8s ease-in-out infinite alternate floatDecoration1;top:-20px;right:-30px}.blob-decoration.bg-green-leaf{background-color:var(--nuhub-green-leaf);width:280px;height:280px;animation:10s ease-in-out infinite alternate floatDecoration2;bottom:-40px;left:-40px}.phyto-card{transition:transform .3s,box-shadow .3s}.phyto-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.solutions-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:30px;display:grid}.solution-card{background:#fff;border:1px solid #eef2eb;border-radius:16px;padding:24px;transition:all .3s}.solution-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.solution-icon-wrapper{width:44px;height:44px;color:var(--nuhub-green-forest);background:#fcf8f0;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.solution-list{margin:0;padding:0;list-style:none}.solution-list li{color:var(--text-light);align-items:center;gap:8px;padding:6px 0;font-size:15px;display:flex}.challenges-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:30px;margin-top:40px;display:grid}.challenge-card{background:#fff;border:1px solid #00000008;border-radius:24px;padding:35px 30px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}.challenge-card:before{content:"";background:0 0;width:100%;height:4px;transition:background .3s;position:absolute;top:0;left:0}.challenge-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.challenge-card-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:24px;transition:transform .3s;display:flex}.challenge-card:hover .challenge-card-icon-wrapper{transform:scale(1.15)rotate(5deg)}.challenge-card-icon{width:26px;height:26px}.challenge-card-title{font-size:20px;font-weight:700;font-family:var(--font-heading);margin-bottom:12px}.challenge-card-desc{color:var(--text-light);font-size:15px;line-height:1.6}.card-theme-orange .challenge-card-icon-wrapper{background:#fff1e6}.card-theme-orange:hover:before{background:var(--nuhub-gold,#c5a059)}.card-theme-red .challenge-card-icon-wrapper{background:#ffebeb}.card-theme-red:hover:before{background:#ef4444}.card-theme-green .challenge-card-icon-wrapper{background:#eefdf0}.card-theme-green:hover:before{background:var(--nuhub-green-leaf)}.card-theme-blue .challenge-card-icon-wrapper{background:#edf7ff}.card-theme-blue:hover:before{background:#3b82f6}.card-theme-purple .challenge-card-icon-wrapper{background:#fbf0ff}.card-theme-purple:hover:before{background:#a855f7}.card-theme-yellow .challenge-card-icon-wrapper{background:#fefbeb}.card-theme-yellow:hover:before{background:#ca8a04}.card-theme-forest .challenge-card-icon-wrapper{background:#eaf6ea}.card-theme-forest:hover:before{background:var(--nuhub-green-forest)}.approach-grid-layout{grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;display:grid}.approach-left{max-width:650px}.badge-highlight-box{border-left:4px solid var(--nuhub-gold);background:#ffffff14;border-radius:0 12px 12px 0;align-items:flex-start;gap:12px;padding:16px 20px;font-size:15px;font-weight:500;line-height:1.5;display:flex}.hover-bg-white:hover{color:var(--nuhub-green-deep)!important;background-color:#fff!important}.approach-cards-stack{flex-direction:column;gap:20px;display:flex}.approach-detail-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;gap:20px;padding:24px 30px;transition:all .3s;display:flex}.approach-detail-card:hover{background:#ffffff1a;transform:translate(10px)}.approach-detail-icon{background:var(--nuhub-gold);width:50px;height:50px;color:var(--nuhub-green-forest);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.approach-detail-card h4{color:#fff;font-size:18px;font-weight:600;font-family:var(--font-heading);margin-bottom:6px}.approach-detail-card p{color:#ffffffb3;margin:0;font-size:14px;line-height:1.5}.helping-families-box{background:#fff;border:1px solid #f0e6d2}.habits-icons{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.habit-icon-item{flex-direction:column;align-items:center;gap:12px;display:flex}.habit-emoji{font-size:40px;transition:transform .3s}.habit-icon-item:hover .habit-emoji{transform:translateY(-8px)scale(1.15)}.habit-icon-item h5{color:var(--nuhub-green-forest);margin:0;font-size:15px;font-weight:600}@media (width<=1024px){.senior-hero-grid{grid-template-columns:1fr;gap:40px}.image-blob-container{max-width:350px}.approach-grid-layout{grid-template-columns:1fr;gap:50px}}@media (width<=768px){.senior-wellness-page{padding-top:calc(var(--nav-height) + 20px)}.senior-hero{padding:40px 0 60px}.senior-hero-content h1{font-size:2.8rem}.challenges-grid{grid-template-columns:1fr}.habits-icons{gap:20px 30px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{text-align:center;justify-content:center}}.checkout-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--nuhub-cream);min-height:80vh;padding-bottom:100px}.checkout-container{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:40px;display:grid}.checkout-form-section{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:40px}.checkout-form-section h2{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.5rem}.checkout-form{flex-direction:column;gap:20px;display:flex}.form-row{gap:20px;display:flex}.form-row .form-group{flex:1}.payment-methods{flex-direction:column;gap:15px;margin-bottom:30px;display:flex}.payment-option{cursor:pointer;border:1px solid #0000001a;border-radius:8px;align-items:center;gap:15px;padding:20px;transition:all .3s;display:flex}.payment-option:hover{border-color:var(--nuhub-green-forest)}.payment-option.selected{border-color:var(--nuhub-green-forest);background-color:#4caf500d}.payment-name{font-size:1.1rem;font-weight:600}.place-order-btn{width:100%;margin-top:10px;padding:18px;font-size:1.2rem}.checkout-summary{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);top:calc(var(--nav-height) + 20px);background:#fff;padding:40px;position:sticky}.checkout-summary h2{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.5rem}.checkout-items{flex-direction:column;gap:20px;max-height:400px;margin-bottom:30px;padding-right:10px;display:flex;overflow-y:auto}.checkout-item{align-items:center;gap:15px;display:flex}.checkout-item img{object-fit:contain;background:var(--nuhub-cream);border-radius:8px;width:60px;height:60px;padding:5px}.item-details h4{margin-bottom:5px;font-size:1rem}.item-details p{color:var(--text-light);font-size:.85rem}.item-price{color:var(--nuhub-green-deep);margin-left:auto;font-weight:700}.summary-totals{border-top:1px solid #0000000d;padding-top:20px}.summary-row.total{color:var(--nuhub-green-deep);margin-top:20px;margin-bottom:0;font-size:1.5rem;font-weight:800}.empty-checkout{flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}@media (width<=1024px){.checkout-container{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=768px){.form-row{flex-direction:column;gap:20px}.checkout-page{padding-top:calc(var(--nav-height) + 20px)}.checkout-form-section,.checkout-summary{padding:20px}}.auth-popup-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-popup{border-radius:var(--radius-md);text-align:center;background:#fff;width:90%;max-width:400px;padding:30px;animation:.3s popupFadeIn;box-shadow:0 10px 30px #0003}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-popup h3{color:var(--nuhub-green-forest);margin-top:0;margin-bottom:10px;font-size:1.5rem}.auth-popup p{color:var(--text-main);margin-bottom:25px;line-height:1.5}.auth-popup-actions{justify-content:center;gap:15px;display:flex}.auth-popup-actions .btn{flex:1}.cart-page{padding-top:calc(var(--nav-height) + 40px);min-height:80vh;padding-bottom:100px}.empty-cart{justify-content:center;align-items:center;display:flex}.empty-cart-icon{opacity:.5;margin-bottom:20px;font-size:5rem}.cart-layout{grid-template-columns:1fr 400px;align-items:flex-start;gap:40px;display:grid}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{border-radius:var(--radius-md);background:#fff;border:1px solid #0000000d;grid-template-columns:100px 2fr 1fr 1fr 1fr auto;align-items:center;gap:20px;padding:20px;display:grid}.cart-item-image{object-fit:contain;background:var(--nuhub-cream);border-radius:var(--radius-sm);width:100px;height:100px;padding:10px}.cart-item-brand{color:var(--nuhub-green-leaf);text-transform:uppercase;margin-bottom:5px;font-size:.8rem;font-weight:700}.cart-item-title{margin-bottom:5px;font-size:1.1rem}.cart-item-size{color:var(--text-light);font-size:.9rem}.cart-item-price,.cart-item-total{color:var(--nuhub-green-deep);font-weight:700}.cart-item-quantity{background:var(--nuhub-cream);border-radius:var(--radius-full);align-items:center;width:max-content;padding:5px;display:flex}.cart-item-quantity button{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-weight:600;display:flex}.cart-item-quantity span{text-align:center;width:30px;font-weight:600}.cart-item-remove{color:#ff4d4f;padding:10px;font-size:1.2rem;transition:transform .2s}.cart-item-remove:hover{transform:scale(1.2)}.cart-summary{background:var(--nuhub-cream);border-radius:var(--radius-md);top:calc(var(--nav-height) + 20px);padding:30px;position:sticky}.cart-summary h3{border-bottom:1px solid #0000000d;margin-bottom:25px;padding-bottom:15px;font-size:1.2rem}.summary-row{color:var(--text-light);justify-content:space-between;margin-bottom:15px;display:flex}.summary-divider{background:#0000001a;height:1px;margin:20px 0}.summary-row.total{color:var(--nuhub-green-deep);margin-bottom:30px;font-size:1.5rem;font-weight:800}.free-shipping-notice{color:var(--nuhub-green-leaf);text-align:center;background:#4caf501a;border-radius:8px;margin-top:10px;padding:10px 15px;font-size:.9rem;font-weight:600}.checkout-btn{width:100%;margin-bottom:15px}.continue-shopping-btn{width:100%}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=768px){.cart-item{grid-template:"img details""img quantity""img total"/80px 1fr}.cart-item-image{grid-area:img;width:80px;height:80px}.cart-item-details{grid-area:details}.cart-item-price{display:none}.cart-item-quantity{grid-area:quantity}.cart-item-total{grid-area:total}.cart-item-remove{position:absolute;top:10px;right:10px}.cart-item{position:relative}.cart-page{padding-top:calc(var(--nav-height) + 20px)}}.auth-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--nuhub-cream);justify-content:center;align-items:center;min-height:80vh;padding-bottom:100px;display:flex}.auth-container{width:100%;max-width:450px;padding:0 20px}.auth-card{border-radius:var(--radius-md);box-shadow:var(--shadow-md);background:#fff;padding:40px}.auth-card h2{text-align:center;margin-bottom:10px;font-size:2rem}.auth-card p{color:var(--text-light);text-align:center;margin-bottom:30px}.auth-error{color:#dc2626;text-align:center;background:#fee2e2;border-radius:8px;margin-bottom:20px;padding:12px;font-size:.9rem}.auth-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group input{border:1px solid #0000001a;border-radius:8px;outline:none;padding:12px 15px;font-family:inherit;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:var(--nuhub-green-forest)}.auth-submit{width:100%;margin-top:10px}.auth-footer{text-align:center;color:var(--text-light);margin-top:25px;font-size:.9rem}.auth-footer a{color:var(--nuhub-green-forest);font-weight:600}.auth-footer a:hover{text-decoration:underline}.product-details-page{padding-top:calc(var(--nav-height) + 40px);padding-bottom:100px}.breadcrumb{color:var(--text-light);margin-bottom:40px;font-size:.9rem}.breadcrumb span{cursor:pointer;transition:color .3s}.breadcrumb span:hover{color:var(--nuhub-green-forest)}.product-main-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.product-gallery{background:var(--nuhub-cream);border-radius:var(--radius-lg);justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.main-image{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;transition:transform .5s}.main-image:hover{transform:scale(1.05)}.product-info-panel{padding:20px 0}.brand-tag{color:var(--nuhub-green-leaf);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;font-size:.85rem;font-weight:700}.product-title{margin-bottom:15px;font-size:3rem;line-height:1.1}.rating-row{align-items:center;gap:10px;margin-bottom:25px;display:flex}.rating-count{color:var(--text-light);font-size:.9rem}.price-display{color:var(--nuhub-green-deep);align-items:flex-start;margin-bottom:30px;font-size:2.5rem;font-weight:800;display:flex}.price-display .currency{margin-top:5px;font-size:1.5rem}.product-description{color:var(--text-light);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.variants-section{margin-bottom:40px}.variants-section h3{margin-bottom:15px;font-size:1.1rem}.variants-grid{flex-wrap:wrap;gap:15px;display:flex}.variant-btn{border-radius:var(--radius-full);color:var(--text-main);background:0 0;border:2px solid #0000001a;padding:12px 24px;font-size:1rem;font-weight:600;transition:all .3s}.variant-btn:hover{border-color:var(--nuhub-green-forest)}.variant-btn.active{background:var(--nuhub-green-forest);color:#fff;border-color:var(--nuhub-green-forest)}.purchase-actions{gap:20px;margin-bottom:50px;display:flex}.quantity-selector{background:var(--nuhub-cream);border-radius:var(--radius-full);align-items:center;padding:5px;display:flex}.quantity-selector button{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:background .3s;display:flex}.quantity-selector button:hover{background:#eee}.quantity-selector span{text-align:center;width:40px;font-size:1.1rem;font-weight:600}.add-to-cart-btn-large{flex:1;font-size:1.1rem}.wishlist-btn-large{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;font-size:1.5rem;display:flex}.product-meta{border-top:1px solid #0000000d;flex-direction:column;gap:25px;padding-top:40px;display:flex}.meta-item{align-items:flex-start;gap:20px;display:flex}.meta-icon{background:var(--nuhub-cream);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.meta-item strong{color:var(--nuhub-green-deep);margin-bottom:5px;font-size:1.1rem;display:block}.meta-item p{color:var(--text-light);font-size:.95rem;line-height:1.6}@media (width<=1024px){.product-details-page{padding-top:calc(var(--nav-height) + 20px);padding-bottom:60px}.breadcrumb{margin-bottom:20px}.product-main-grid{grid-template-columns:1fr;gap:30px}.product-gallery{border-radius:var(--radius-md);height:350px}}@media (width<=768px){.product-gallery{height:280px}.product-title{margin-bottom:10px;font-size:1.8rem}.price-display{margin-bottom:20px;font-size:1.8rem}.product-description{margin-bottom:25px;font-size:.95rem;line-height:1.6}.purchase-actions{flex-wrap:nowrap;gap:12px;margin-bottom:30px}.quantity-selector{padding:3px}.quantity-selector button{width:38px;height:38px;font-size:1rem}.quantity-selector span{width:30px;font-size:1rem}.add-to-cart-btn-large{height:44px;padding:0 15px;font-size:1rem}.wishlist-btn-large{width:44px;height:44px;font-size:1.2rem}.product-meta{gap:15px;padding-top:25px}.meta-icon{width:40px;height:40px;font-size:1.1rem}.meta-item strong{margin-bottom:2px;font-size:1rem}.meta-item p{font-size:.85rem;line-height:1.5}}@media (width<=480px){.purchase-actions{flex-wrap:wrap}.quantity-selector{justify-content:space-between;width:100%}.add-to-cart-btn-large{flex:1;min-width:150px}}.related-products-section{border-top:1px solid #0000000d;margin-top:80px;padding-top:60px}.related-products-section h2{color:var(--nuhub-green-deep);margin-bottom:40px;font-size:2rem}.related-product-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.related-product-card{border-radius:var(--radius-lg);cursor:pointer;background:#fff;border:1px solid #0000000d;padding:20px;transition:all .3s;box-shadow:0 5px 20px #00000008}.related-product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014}.related-product-img{object-fit:cover;border-radius:var(--radius-md);width:100%;height:250px;margin-bottom:15px}.related-product-brand{text-transform:uppercase;color:var(--text-light);margin-bottom:5px;font-size:.8rem}.related-product-name{color:var(--nuhub-green-deep);margin-bottom:10px;font-size:1.1rem;font-weight:600}.related-product-price{color:var(--nuhub-green-leaf);font-size:1.1rem;font-weight:700}@media (width<=1024px){.related-product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.related-product-grid{grid-template-columns:1fr}}.lightbox-overlay{z-index:9999;cursor:zoom-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.lightbox-close{color:#fff;cursor:pointer;z-index:10000;font-size:40px;line-height:1;position:absolute;top:30px;right:40px}.lightbox-image{object-fit:contain;border-radius:var(--radius-md);cursor:default;max-width:90vw;max-height:90vh;box-shadow:0 10px 40px #00000080}.dashboard-page{padding-top:calc(var(--nav-height) + 40px);background-color:var(--nuhub-cream);min-height:80vh;padding-bottom:100px;overflow-x:hidden}.dashboard-container{grid-template-columns:300px 1fr;align-items:flex-start;gap:40px;display:grid}.dashboard-sidebar{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;min-width:0;padding:30px 20px}.user-profile-summary{text-align:center;border-bottom:1px solid #0000000d;flex-direction:column;align-items:center;margin-bottom:30px;padding-bottom:20px;display:flex}.user-profile-summary .avatar{background:var(--nuhub-green-forest);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:15px;font-size:2.5rem;font-weight:700;display:flex}.dashboard-nav{flex-direction:column;gap:5px;display:flex}.dashboard-nav button{text-align:left;color:var(--text-main);border-radius:8px;padding:15px 20px;font-size:1rem;font-weight:500;transition:all .3s}.dashboard-nav button:hover{background:var(--nuhub-cream);color:var(--nuhub-green-forest)}.dashboard-nav button.active{color:var(--nuhub-green-forest);background:#1a53361a;font-weight:600}.dashboard-nav .logout-btn{color:#dc2626;margin-top:20px}.dashboard-nav .logout-btn:hover{background:#fee2e2}.dashboard-mobile-menu,.mobile-back-header,.edit-profile-btn{display:none}.dashboard-content{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;min-width:0;padding:40px}.dashboard-header{border-bottom:1px solid #0000000d;margin-bottom:30px;padding-bottom:15px}.empty-state{text-align:center;flex-direction:column;align-items:center;padding:60px 0;display:flex}.empty-icon{opacity:.3;margin-bottom:20px;font-size:4rem}.empty-state h3{margin-bottom:10px;font-size:1.5rem}.empty-state p{color:var(--text-light);margin-bottom:25px}@media (width<=1024px){.dashboard-container{grid-template-columns:100%;gap:20px;width:100%}.mobile-hidden{display:none!important}.user-profile-summary{border-bottom:1px solid #0000000d;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;width:100%;margin-bottom:20px;padding-bottom:15px;display:flex}.avatar-section{flex:1;align-items:center;gap:15px;min-width:0;display:flex}.user-profile-summary .avatar{flex-shrink:0;width:60px;height:60px;margin-bottom:0;font-size:2rem}.user-info-text{text-align:left;flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.user-info-text h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;overflow:hidden}.user-info-text p{white-space:nowrap;text-overflow:ellipsis;margin:0;overflow:hidden}.edit-profile-btn{color:var(--text-main);cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.edit-profile-btn:hover{background:#e2e8f0}.dashboard-mobile-menu{flex-direction:column;gap:12px;width:100%;display:flex}.menu-item-row{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;align-items:center;padding:14px;transition:all .3s;display:flex}.menu-item-row:hover{background:#f1f5f9;transform:translateY(-1px)}.menu-item-icon-wrapper{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-right:15px;font-size:1.1rem;display:flex}.orders-icon,.payments-icon,.track-icon,.address-icon,.settings-icon{color:var(--nuhub-green-forest,#1c7518);background:#1c751814}.logout-icon{color:#dc2626;background:#fef2f2}.menu-item-info{text-align:left;flex:1}.menu-item-info h4{color:var(--text-main);margin:0 0 2px;font-size:15px;font-weight:700}.menu-item-info p{color:var(--text-light);margin:0;font-size:12px}.menu-item-chevron{color:#94a3b8;font-size:13px}.mobile-back-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;display:flex}.mobile-back-header span{color:var(--nuhub-green-deep);font-size:18px;font-weight:700}.mobile-back-header .back-btn,.mobile-back-header .close-btn{color:#475569;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;font-size:18px;transition:color .2s;display:flex}.mobile-back-header .back-btn:hover,.mobile-back-header .close-btn:hover{color:var(--nuhub-green-forest)}.dashboard-nav{display:none}.dashboard-content:not(.mobile-hidden){animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInFromRight}.dashboard-sidebar:not(.mobile-hidden){animation:.3s cubic-bezier(.16,1,.3,1) forwards slideInFromLeft}}@media (width<=768px){.dashboard-page{padding-top:calc(var(--nav-height) + 20px)}.dashboard-content,.dashboard-sidebar{padding:20px}}.order-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.order-status-badge{text-align:right}.order-item{align-items:center;display:flex}.order-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}@media (width<=600px){.order-header{flex-direction:column}.order-status-badge{text-align:left;margin-top:10px}.order-item{align-items:flex-start}.order-item-details{margin-bottom:5px}.order-item-price{margin-top:auto}.order-footer{flex-direction:column;align-items:flex-start}.order-footer>div:last-child{margin-top:10px}}.payment-table{border-collapse:collapse;background-color:#fff;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 2px 10px #0000000d}.payment-table thead{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.payment-table th{text-align:left;color:#475569;padding:15px}.payment-table tr{border-bottom:1px solid #e2e8f0}.payment-table td{padding:15px}.fw-500{font-weight:500}.fw-600{font-weight:600}.text-muted{color:#64748b}.text-uppercase{text-transform:uppercase}.status-badge.payment-paid{color:#065f46;text-transform:capitalize;background:#d1fae5;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.status-badge.payment-failed{color:#991b1b;text-transform:capitalize;background:#fee2e2;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}@media (width<=600px){.payment-table thead{display:none}.payment-table,.payment-table tbody,.payment-table tr,.payment-table td{width:100%;display:block}.payment-table{box-shadow:none;background:0 0}.payment-table tr{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:15px;padding:10px;box-shadow:0 1px 3px #0000000d}.payment-table td{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 5px;display:flex}.payment-table td:last-child{border-bottom:none}.payment-table td:before{content:attr(data-label);color:#475569;margin-right:10px;font-weight:600}}.orders-filter-container{-webkit-overflow-scrolling:touch;gap:10px;margin-bottom:25px;padding-bottom:5px;display:flex;overflow-x:auto}.orders-filter-container::-webkit-scrollbar{display:none}.filter-btn{color:var(--text-main);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:8px 18px;font-size:14px;font-weight:500;transition:all .2s}.filter-btn:hover{background:var(--nuhub-cream);color:var(--nuhub-green-forest);border-color:#cbd5e1}.filter-btn.active{background:var(--nuhub-green-forest);color:#fff;border-color:var(--nuhub-green-forest);font-weight:600;box-shadow:0 2px 8px #1c751833}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.need-help-card{box-sizing:border-box;background-color:#1c75180a;border:1px solid #1c751826;border-radius:16px;width:100%;margin-top:30px;transition:all .3s;display:flex}.need-help-icon-wrapper{color:var(--nuhub-green-forest,#1c7518);background-color:#1c751814;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.need-help-info{text-align:left}.need-help-info h4{color:var(--text-main);margin:0 0 2px;font-weight:700}.need-help-info p{color:var(--text-light);margin:0;font-size:12px}.contact-support-btn{border:1.5px solid var(--nuhub-green-forest,#1c7518);color:var(--nuhub-green-forest,#1c7518);cursor:pointer;white-space:nowrap;background:0 0;border-radius:20px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.contact-support-btn:hover{background:var(--nuhub-green-forest,#1c7518);color:#fff!important}.sidebar-need-help{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:20px}.sidebar-need-help .need-help-icon-wrapper{width:48px;height:48px;font-size:1.4rem}.sidebar-need-help .need-help-info{text-align:center}.sidebar-need-help .need-help-info h4{font-size:16px}.sidebar-need-help .contact-support-btn{width:100%}.content-need-help{flex-direction:row;justify-content:space-between;align-items:center;padding:16px 20px;display:none}.content-need-help .need-help-icon-wrapper{width:42px;height:42px;margin-right:15px;font-size:1.25rem}.content-need-help .need-help-info{flex:1}.content-need-help .need-help-info h4{font-size:15px}@media (width<=1024px){.sidebar-need-help,.content-need-help{margin-top:25px;display:flex}}@media (width<=480px){.content-need-help{text-align:center;flex-direction:column;gap:15px;padding:20px}.content-need-help .need-help-icon-wrapper{width:48px;height:48px;margin-right:0;font-size:1.4rem}.content-need-help .need-help-info{text-align:center}.content-need-help .contact-support-btn{width:100%}}@media (width<=1024px){.main-content-layout{padding-bottom:75px!important}}.admin-dashboard-page{min-height:100vh;font-family:var(--font-body,"Inter", sans-serif);background-color:#f4f7f6;display:flex}.admin-sidebar{background:var(--nuhub-green-forest,#1c7518);color:#fff;z-index:10;flex-direction:column;width:260px;display:flex;box-shadow:4px 0 24px #0000000d}.admin-brand{border-bottom:1px solid #ffffff1a;padding:30px 20px}.admin-brand h2{font-family:var(--font-heading,"Playfair Display", serif);color:#fff;letter-spacing:1px;margin:0;font-size:24px}.admin-brand span{color:#a0d8ba;text-transform:uppercase;letter-spacing:2px;font-size:12px}.admin-nav{flex-direction:column;flex:1;gap:8px;padding:20px 0;display:flex}.admin-nav button{color:#c8e6d4;text-align:left;cursor:pointer;background:0 0;border:none;border-left:4px solid #0000;align-items:center;gap:12px;padding:15px 24px;font-size:15px;font-weight:500;transition:all .3s;display:flex}.admin-nav button:hover{color:#fff;background:#ffffff0d}.admin-nav button.active{color:#fff;border-left-color:var(--nuhub-gold);background:#ffffff1a;font-weight:600}.admin-logout{color:#fff;cursor:pointer;text-align:left;background:#0003;border:none;align-items:center;gap:12px;padding:20px;font-weight:600;transition:background .3s;display:flex}.admin-logout:hover{color:#fca5a5;background:#0000004d}.admin-content{flex-direction:column;flex:1;display:flex;overflow-x:hidden}.admin-header{background:#fff;justify-content:space-between;align-items:center;padding:20px 40px;display:flex;box-shadow:0 4px 20px #00000008}.admin-header h2{color:#2d3748;margin:0;font-size:24px;font-weight:600}.admin-profile{color:#4a5568;align-items:center;gap:15px;font-weight:500;display:flex}.admin-avatar{background:var(--nuhub-green-leaf,#23961e);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex;box-shadow:0 4px 10px #2e7a514d}.admin-main-view{flex:1;padding:40px;overflow-y:auto}.admin-loading,.admin-placeholder{color:#718096;background:#fff;border-radius:12px;justify-content:center;align-items:center;height:300px;font-size:18px;display:flex;box-shadow:0 4px 15px #00000008}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border-radius:16px;align-items:center;gap:20px;padding:24px;transition:transform .3s;display:flex;box-shadow:0 4px 20px #00000008}.stat-card:hover{transform:translateY(-5px)}.stat-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.stat-icon-wrapper.revenue{color:#1c7518;background:#e6f4ea}.stat-icon-wrapper.orders{color:#d97706;background:#eebf5b33}.stat-icon-wrapper.products{color:#4338ca;background:#e0e7ff}.stat-icon-wrapper.customers{color:#be185d;background:#fce7f3}.stat-info h3{color:#718096;margin:0;font-size:14px;font-weight:500}.stat-value{color:#2d3748;margin:8px 0 0;font-size:28px;font-weight:700}.admin-secondary-stats{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:30px;display:grid}.stat-mini-card{background:#fff;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;display:flex;box-shadow:0 4px 15px #00000005}.stat-mini-card span{color:#4a5568;flex:1;font-size:14px;font-weight:500}.stat-mini-card strong{color:#2d3748;font-size:20px}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.admin-charts-section{grid-template-columns:2fr 1fr;gap:24px;display:grid}.chart-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008}.chart-container h3{color:#2d3748;margin:0 0 20px;font-size:18px}.best-selling-list{flex-direction:column;gap:15px;display:flex}.best-selling-item{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:12px;display:flex}.bs-info{align-items:center;gap:10px;display:flex}.bs-rank{color:#475569;background:#e2e8f0;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700}.bs-name{color:#334155;font-size:14px;font-weight:600}.bs-stats{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.bs-sold{color:#64748b;font-size:12px}.bs-rev{color:#1c7518;font-size:14px;font-weight:700}.admin-section-header{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px;display:flex;box-shadow:0 4px 15px #00000005}.admin-section-header h3{color:#2d3748;margin:0;font-size:20px}.admin-actions{gap:15px;display:flex}.admin-search{color:#64748b;background:#f1f5f9;border-radius:8px;align-items:center;gap:10px;padding:8px 16px;display:flex}.admin-search input{color:#334155;background:0 0;border:none;outline:none;width:250px;font-size:14px}.admin-filter{color:#64748b;background:#f1f5f9;border-radius:8px;align-items:center;gap:10px;padding:8px 16px;display:flex}.admin-filter select{color:#334155;cursor:pointer;background:0 0;border:none;outline:none;font-size:14px}.table-container{background:#fff;border-radius:16px;overflow-x:auto;box-shadow:0 4px 20px #00000008}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #edf2f7;padding:16px 24px}.admin-table th{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;font-size:13px;font-weight:600;position:sticky;top:0}.admin-table td{color:#4a5568;vertical-align:middle;font-size:14px}.admin-table tbody tr:hover{background-color:#f8fafc}.action-buttons{gap:8px;display:flex}.customer-cell{flex-direction:column;gap:4px;display:flex}.text-muted{color:#94a3b8;font-size:12px}.badge{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}.payment-paid{color:#065f46;background:#d1fae5}.payment-pending{color:#92400e;background:#fef3c7}.payment-failed{color:#991b1b;background:#fee2e2}.badge-success{color:#065f46;background:#d1fae5}.badge-danger{color:#991b1b;background:#fee2e2}.status-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:6px 12px;font-size:13px;font-weight:500}.status-placed{border-color:#cbd5e1}.status-processing{border-color:#fde047}.status-shipped{border-color:#60a5fa}.status-delivered{border-color:#34d399}.status-cancelled{border-color:#f87171}.btn-action{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.btn-success{color:#fff;background:#10b981}.btn-success:hover{background:#059669}.btn-danger{color:#fff;background:#ef4444}.btn-danger:hover{background:#dc2626}.icon-btn-small{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.icon-btn-small:hover{color:#334155;background:#e2e8f0}.customer-name-avatar{align-items:center;gap:12px;display:flex}.avatar-circle{color:#475569;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:700;display:flex}.contact-cell{flex-direction:column;gap:6px;display:flex}.contact-item{color:#64748b;align-items:center;gap:6px;font-size:13px;display:flex}.row-inactive{opacity:.6;background-color:#fcfcfc}.admin-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s modalFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-modal-header{background:#f8fafc;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.admin-modal-header h3{color:#1c7518;margin:0;font-size:18px;font-weight:600}.close-btn{color:#a0aec0;cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1;transition:color .2s}.close-btn:hover{color:#e53e3e}.admin-modal-body{color:#4a5568;flex:1;padding:24px;overflow-y:auto}.admin-modal-body h4{color:#2d3748;border-bottom:2px solid #e2e8f0;margin:0 0 12px;padding-bottom:8px;font-size:15px;display:inline-block}.admin-modal-body p{margin:0 0 8px;font-size:14px;line-height:1.5}.admin-modal-footer{background:#f8fafc;border-top:1px solid #edf2f7;justify-content:flex-end;padding:16px 24px;display:flex}.btn-outline{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #cbd5e0;border-radius:8px;padding:8px 16px;font-weight:500;transition:all .2s}.btn-outline:hover{color:#2d3748;background:#edf2f7}.admin-modal-form{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.form-row{gap:15px;width:100%;display:flex}.form-group{flex-direction:column;gap:8px;width:100%;display:flex}.form-group label{color:#4a5568;font-size:14px;font-weight:600}.form-group input[type=text],.form-group input[type=url],.form-group input[type=number],.form-group textarea,.form-group select{color:#2d3748;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:12px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{background:#fff;border-color:#1c7518;box-shadow:0 0 0 3px #1a53361a}.form-actions{border-top:1px solid #edf2f7;justify-content:flex-end;gap:12px;margin-top:10px;padding-top:20px;display:flex}.close-modal{color:#a0aec0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex}.close-modal:hover{color:#e53e3e}.admin-mobile-toggle,.admin-mobile-close{color:#2d3748;cursor:pointer;background:0 0;border:none;padding:5px;display:none}.admin-sidebar-overlay{display:none}@media (width<=1024px){.admin-sidebar-overlay{z-index:999;background:#00000080;display:block;position:fixed;inset:0}.admin-sidebar{z-index:1000;height:100vh;transition:left .3s;position:fixed;top:0;left:-280px}.admin-sidebar.open{left:0}.admin-mobile-toggle{justify-content:center;align-items:center;margin-right:15px;display:flex}.admin-mobile-close{color:#fff;justify-content:center;align-items:center;display:flex}.admin-header{justify-content:flex-start;padding:15px 20px}.admin-header h2{flex:1;font-size:20px}.admin-main-view{padding:20px}.admin-stats-grid{grid-template-columns:1fr}.admin-secondary-stats{grid-template-columns:1fr 1fr}.admin-charts-section{grid-template-columns:1fr}.admin-section-header{flex-direction:column;align-items:stretch;gap:15px}.admin-actions{flex-direction:column}.admin-search,.admin-search input{width:100%}}@media (width<=480px){.admin-secondary-stats{grid-template-columns:1fr}}.section-header-actions{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:24px;padding:16px 24px;display:flex;box-shadow:0 4px 15px #00000005}.search-filter-row{flex:1;gap:15px;display:flex}.admin-select-filter{color:#4a5568;background:#f8fafc;border:1px solid #cbd5e0;border-radius:8px;outline:none;padding:8px 16px;font-size:14px}.header-buttons{gap:12px;display:flex}.admin-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-export{color:#475569;background:#e2e8f0}.btn-export:hover{background:#cbd5e1}.btn-add{background:var(--nuhub-green-forest,#1c7518);color:#fff}.btn-add:hover{background:var(--nuhub-green-deep,#123d26)}.table-thumbnail{object-fit:cover;border:1px solid #edf2f7;border-radius:6px;width:50px;height:50px}.table-actions{gap:8px;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:inline-flex}.action-btn.edit{color:#0369a1;background:#e0f2fe}.action-btn.edit:hover{background:#bae6fd}.action-btn.delete{color:#b91c1c;background:#fee2e2}.action-btn.delete:hover{background:#fecaca}.admin-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.admin-modal-content{background:#fff;border-radius:16px;flex-direction:column;width:90%;max-width:800px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}.modal-header{background:#f8fafc;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.modal-header h2{color:var(--nuhub-green-forest,#1c7518);margin:0;font-size:18px;font-weight:600}.close-modal-btn{color:#a0aec0;cursor:pointer;background:0 0;border:none;font-size:24px}.close-modal-btn:hover{color:#ef4444}.admin-form{flex:1;padding:24px;overflow-y:auto}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.col-span-2{grid-column:span 2}.form-section-card{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;margin-top:24px;padding:20px}.section-title-row{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.add-sub-btn{color:var(--nuhub-green-forest,#1c7518);cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600}.variant-row-grid{background:#fff;border:1px solid #edf2f7;border-radius:8px;grid-template-columns:repeat(3,1fr);align-items:end;gap:15px;margin-bottom:15px;padding:15px;display:grid}.spec-row-grid{grid-template-columns:1fr 1fr auto;align-items:center;gap:12px;margin-bottom:10px;display:grid}.delete-row-btn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.delete-row-btn:hover{background:#fecaca}.image-upload-section{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;margin-top:15px;padding:16px}.existing-images-preview{margin-top:15px}.existing-images-preview h4{color:#64748b;margin:0 0 10px;font-size:13px}.images-list{flex-wrap:wrap;gap:10px;display:flex}.preview-img-container{width:70px;height:70px;position:relative}.preview-img-container img{object-fit:cover;border:1px solid #cbd5e1;border-radius:6px;width:100%;height:100%}.remove-img-overlay{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.remove-img-overlay:hover{background:#ef4444}.form-row-checkboxes{background:#f8fafc;border-radius:8px;align-items:center;gap:24px;margin-top:20px;padding:15px;display:flex}.checkbox-container{cursor:pointer;color:#4a5568;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.inline-status{flex-direction:row;align-items:center;gap:10px;display:flex}.modal-footer{background:#f8fafc;border-top:1px solid #edf2f7;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.btn-cancel{color:#4a5568;cursor:pointer;background:#fff;border:1px solid #cbd5e0;border-radius:8px;padding:10px 18px;font-weight:500}.btn-cancel:hover{background:#f1f5f9}.btn-submit{background:var(--nuhub-green-forest,#1c7518);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-weight:600}.btn-submit:hover{background:var(--nuhub-green-deep,#123d26)}.settings-card{background:#fff;border:1px solid #edf2f7;border-radius:12px;padding:24px;box-shadow:0 4px 15px #00000005}.card-header-icon{color:var(--nuhub-green-forest,#1c7518);border-bottom:1.5px solid #edf2f7;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;display:flex}.card-header-icon h3{margin:0;font-size:16px;font-weight:600}.settings-footer{text-align:right;margin-top:24px}.toast{color:#fff;z-index:2000;border-radius:8px;padding:12px 24px;font-weight:600;animation:.3s slideInRight;position:fixed;top:20px;right:20px;box-shadow:0 4px 12px #00000026}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-info{background:#3b82f6}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.sku-list{flex-direction:column;gap:4px;display:flex}.sku-item{color:#64748b;font-family:monospace;font-size:12px}.badge-light{color:#475569;background:#f1f5f9}.v-size{color:#334155;font-weight:600}.low-stock{color:#ef4444;font-weight:600}.code-font{font-family:monospace}.admin-login-page{min-height:100vh;font-family:var(--font-body,"Inter", sans-serif);background:linear-gradient(135deg,#0e4a0c 0%,#1c7518 40%,#0a3508 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.admin-login-page:before,.admin-login-page:after{content:"";filter:blur(80px);opacity:.15;border-radius:50%;animation:8s ease-in-out infinite adminFloat;position:absolute}.admin-login-page:before{background:#23961e;width:500px;height:500px;top:-150px;right:-100px}.admin-login-page:after{background:var(--nuhub-gold);width:400px;height:400px;animation-delay:4s;bottom:-120px;left:-80px}@keyframes adminFloat{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}.admin-login-bg-pattern{pointer-events:none;background-image:radial-gradient(#ffffff08 1px,#0000 1px);background-size:30px 30px;position:absolute;inset:0}.admin-login-container{z-index:2;width:100%;max-width:440px;padding:0 20px;animation:.6s ease-out adminSlideUp;position:relative}@keyframes adminSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.admin-login-card{-webkit-backdrop-filter:blur(20px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;padding:48px 40px;box-shadow:0 25px 60px #0000004d}.admin-login-brand{text-align:center;margin-bottom:40px}.admin-login-icon{background:linear-gradient(135deg,#23961e,#1c7518);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex;box-shadow:0 8px 24px #2e7a514d}.admin-login-icon svg{color:#fff}.admin-login-brand h1{font-family:var(--font-heading,"Playfair Display", serif);color:#fff;letter-spacing:1px;margin:0 0 6px;font-size:1.8rem;font-weight:700}.admin-login-brand p{color:#ffffff80;text-transform:uppercase;letter-spacing:3px;margin:0;font-size:.85rem}.admin-login-error{color:#fca5a5;text-align:center;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;margin-bottom:24px;padding:12px 16px;font-size:.9rem;animation:.4s ease-in-out adminShake}@keyframes adminShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.admin-login-form{flex-direction:column;gap:24px;display:flex}.admin-form-field{flex-direction:column;gap:8px;display:flex}.admin-form-field label{color:#ffffffb3;letter-spacing:.5px;font-size:.85rem;font-weight:500}.admin-input-wrapper{align-items:center;display:flex;position:relative}.admin-input-icon{color:#ffffff4d;pointer-events:none;transition:color .3s;position:absolute;left:16px}.admin-input-wrapper input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px 14px 48px;font-family:inherit;font-size:.95rem;transition:all .3s}.admin-input-wrapper input::placeholder{color:#ffffff40}.admin-input-wrapper input:focus{background:#ffffff17;border-color:#23961e;box-shadow:0 0 0 3px #2e7a5126}.admin-input-wrapper input:focus~.admin-input-icon,.admin-input-wrapper input:focus+.admin-input-icon,.admin-input-wrapper:focus-within .admin-input-icon{color:#4ade80}.admin-login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#23961e,#1c7518);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:15px;font-family:inherit;font-size:1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.admin-login-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-login-btn:hover:before{left:100%}.admin-login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2e7a5166}.admin-login-btn:active{transform:translateY(0)}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-login-btn:disabled:hover:before{left:-100%}.admin-login-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite adminSpin}@keyframes adminSpin{to{transform:rotate(360deg)}}.admin-login-footer{text-align:center;margin-top:32px}.admin-login-footer a{color:#fff6;align-items:center;gap:6px;font-size:.85rem;text-decoration:none;transition:color .3s;display:inline-flex}.admin-login-footer a:hover{color:#ffffffb3}@media (width<=480px){.admin-login-card{border-radius:20px;padding:36px 24px}.admin-login-brand h1{font-size:1.5rem}.admin-login-container{padding:0 16px}}.order-success-page{background-color:var(--secondary-color);justify-content:center;align-items:center;min-height:75vh;padding:150px 20px 80px;display:flex}.success-container{text-align:center;background:#fff;border-radius:15px;width:100%;max-width:600px;padding:50px 40px;box-shadow:0 10px 30px #0000000d}.success-illustration{max-width:220px;height:auto;margin-bottom:20px;animation:.8s ease-out bounceIn}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.success-container h1{color:var(--primary-color);margin-bottom:15px;font-family:Playfair Display,serif;font-size:2.5rem}.success-container p{color:#666;margin-bottom:30px;font-size:1.1rem;line-height:1.6}.success-actions{justify-content:center;gap:20px;margin-top:30px;display:flex}.success-actions .btn{border-radius:8px;padding:12px 30px;font-size:1.1rem;font-weight:600}@media (width<=768px){.success-actions{flex-direction:column}}.order-failed-page{background-color:var(--secondary-color);justify-content:center;align-items:center;min-height:75vh;padding:150px 20px 80px;display:flex}.failed-container{text-align:center;background:#fff;border-radius:15px;width:100%;max-width:600px;padding:50px 40px;box-shadow:0 10px 30px #0000000d}.failed-illustration{max-width:220px;height:auto;margin-bottom:20px;animation:.5s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}50%{transform:translate(10px)}75%{transform:translate(-10px)}}.failed-container h1{color:#d32f2f;margin-bottom:15px;font-family:Playfair Display,serif;font-size:2.5rem}.failed-container p{color:#666;margin-bottom:30px;font-size:1.1rem;line-height:1.6}.failed-actions{justify-content:center;gap:20px;margin-top:30px;display:flex}.failed-actions .btn{border-radius:8px;padding:12px 30px;font-size:1.1rem;font-weight:600}@media (width<=768px){.failed-actions{flex-direction:column}}.reset-password-page{background-color:var(--nuhub-warm-white,#faf9f6);justify-content:center;align-items:center;min-height:80vh;padding:160px 20px 80px;display:flex}.reset-password-card{background:#fff;border:1px solid #1c751814;border-radius:24px;width:100%;max-width:440px;padding:40px 32px 32px;animation:.35s cubic-bezier(.165,.84,.44,1) forwards cardSlideUp;box-shadow:0 20px 50px #1c75180d,0 5px 15px #00000005}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.reset-password-header{text-align:center;margin-bottom:28px}.reset-password-header h2{font-family:var(--font-heading,inherit);color:#222;margin-bottom:8px;font-size:26px;font-weight:700}.reset-password-header p{color:#5c6d64;font-size:14px;line-height:1.4}.reset-password-form{flex-direction:column;gap:20px;display:flex}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:#222;font-size:13px;font-weight:600}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#94a3b8;pointer-events:none;position:absolute;left:14px}.input-wrapper input{color:#2c2c2c;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 42px;font-size:14px;transition:all .25s}.input-wrapper input:focus{border-color:#1c7518;box-shadow:0 0 0 3px #1c751814}.password-toggle-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:14px}.password-toggle-btn:hover{color:#1c7518}.reset-submit-btn{color:#fff;cursor:pointer;background:#1c7518;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:10px;padding:14px;font-size:15px;font-weight:700;transition:all .25s;display:flex}.reset-submit-btn:hover{background:#222;transform:translateY(-2px);box-shadow:0 4px 12px #1c751833}.reset-submit-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.submit-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spinnerSpin}@keyframes spinnerSpin{to{transform:rotate(360deg)}}.reset-password-banner{border-radius:12px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 16px;font-size:13.5px;font-weight:500;line-height:1.4;display:flex}.reset-password-banner.error{color:#de3535;background:#fdf2f2;border:1px solid #fde8e8}.reset-password-banner.success{color:#1c7518;background:#f0fdf4;border:1px solid #dcfce7}.contact-page{background-color:var(--nuhub-white);padding-bottom:100px}.contact-hero{min-height:50vh;padding-top:calc(var(--nav-height) + 40px);justify-content:center;align-items:center;padding-bottom:60px;display:flex;position:relative}.contact-hero-image{z-index:1;position:absolute;inset:0}.contact-hero-image img{object-fit:cover;width:100%;height:100%}.contact-hero-overlay{background:linear-gradient(90deg,#0009 0%,#0006 50%,#0003 100%);position:absolute;inset:0}.contact-hero-content{z-index:10;max-width:800px;position:relative}.text-white{color:#fff!important}.text-white-80{color:#fffc!important}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.max-w-2xl{max-width:42rem}.contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.contact-info-section h1{margin-bottom:20px;font-size:3.5rem}.contact-desc{color:var(--text-light);max-width:500px;margin-bottom:40px;font-size:1.1rem;line-height:1.8}.info-cards{flex-direction:column;gap:30px;margin-bottom:50px;display:flex}.info-card{align-items:center;gap:20px;display:flex}.info-icon{background:var(--nuhub-cream);width:60px;height:60px;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.info-card h4{color:var(--nuhub-green-deep);margin-bottom:5px;font-size:1.1rem}.info-card p{color:var(--text-light);font-size:1rem}.social-links h3{margin-bottom:20px;font-size:1.2rem}.social-icons{gap:20px;display:flex}.social-icons a{color:var(--nuhub-green-forest);border-bottom:1px solid #0000;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.social-icons a:hover{border-bottom:1px solid;transform:translateY(-2px)}.contact-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:50px}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form .form-group{flex-direction:column;gap:8px;display:flex}.contact-form label{color:var(--nuhub-green-deep);font-weight:600}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid #0000001a;border-radius:12px;outline:none;padding:15px;font-family:inherit;font-size:1rem;transition:all .3s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--nuhub-green-forest);box-shadow:0 0 0 4px #1a53360d}.submit-btn{width:100%;margin-top:10px;padding:18px;font-size:1.1rem}.form-status{text-align:center;color:var(--nuhub-green-leaf);margin-top:20px;font-weight:600}@media (width<=1024px){.contact-grid{grid-template-columns:1fr;gap:60px}.contact-info-section{text-align:center}.contact-desc{margin-left:auto;margin-right:auto}.info-card,.social-icons{justify-content:center}}.wishlist-page{padding-top:calc(var(--nav-height) + 40px);background-color:#fafafa;min-height:80vh;padding-bottom:100px}.empty-wishlist{height:calc(100vh - var(--nav-height));margin-top:calc(-1 * var(--nav-height));justify-content:center;align-items:center;display:flex}.empty-wishlist .text-center{border-radius:var(--radius-sm);background:#fff;border:1px dashed #cbd5e1;max-width:500px;padding:60px 40px;box-shadow:0 4px 20px #00000008}.empty-icon{color:#cbd5e1;margin-bottom:24px;font-size:4rem}.empty-wishlist h2{margin-bottom:12px;font-size:1.75rem}.empty-wishlist p{color:var(--text-light);margin-bottom:30px;font-size:1.1rem}.wishlist-header{align-items:center;gap:16px;margin-bottom:40px;display:flex}.wishlist-count{background:var(--nuhub-green-forest);color:#fff;border-radius:var(--radius-full);padding:4px 12px;font-size:.9rem;font-weight:600}.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.wishlist-card{border-radius:var(--radius-sm);background:#fff;border:1px solid #0000000a;padding:16px;transition:all .3s;position:relative;box-shadow:0 4px 15px #00000005}.wishlist-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000000f}.remove-btn{z-index:10;color:#94a3b8;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001a}.remove-btn:hover{color:#ef4444;background:#f8fafc;transform:scale(1.1)}.wishlist-img-wrapper{cursor:pointer;background:#f8fafc}.p-title{cursor:pointer}.p-title:hover{color:var(--nuhub-green-forest)}.policy-page{padding-top:calc(var(--nav-height) + 60px);background-color:var(--nuhub-cream);min-height:calc(100vh - var(--nav-height));padding-bottom:100px}.policy-card{background:var(--nuhub-white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #00000008;max-width:900px;margin:0 auto;padding:50px;transition:box-shadow .3s}.policy-card:hover{box-shadow:var(--shadow-md)}.section-head{border-bottom:1px solid #0000000d;align-items:center;gap:15px;margin-bottom:10px;padding-bottom:20px;display:flex}.policy-header-icon{color:var(--nuhub-green-forest);font-size:32px}.policy-header-icon.text-warning{color:#d9534f}.policy-card h1{color:var(--nuhub-green-deep);font-size:2.2rem;font-family:var(--font-heading);margin:0}.policy-meta{color:var(--nuhub-green-leaf);letter-spacing:.5px;margin-top:15px;margin-bottom:30px;font-size:.9rem;font-weight:600}.policy-card h2{color:var(--nuhub-green-forest);font-size:1.35rem;font-family:var(--font-heading);margin:35px 0 15px;padding-bottom:8px;position:relative}.policy-card h2:after{content:"";background:var(--nuhub-olive);opacity:.5;width:40px;height:2px;position:absolute;bottom:0;left:0}.policy-card p{color:var(--text-light);margin-bottom:20px;font-size:1rem;line-height:1.8}.policy-card ul{margin-bottom:25px;padding:0;list-style:none}.policy-card ul li{color:var(--text-light);padding:8px 0 8px 25px;font-size:1rem;line-height:1.6;position:relative}.policy-card ul li:before{content:"✦";color:var(--nuhub-green-leaf);font-weight:700;position:absolute;left:5px}.alert-box-warning{background:#d9534f0a;border:1px dashed #d9534f4d;border-radius:12px;align-items:flex-start;gap:20px;margin-bottom:30px;padding:25px;display:flex}.alert-box-warning i{color:#d9534f;margin-top:2px;font-size:24px}.alert-box-warning strong{color:#d9534f;margin-bottom:8px;font-size:1.1rem;display:block}.alert-box-warning p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){.policy-card{padding:30px 20px}.policy-card h1{font-size:1.8rem}.alert-box-warning{flex-direction:column;gap:10px;padding:20px}}.faqs-page{background-color:var(--nuhub-warm-white);min-height:80vh;padding-bottom:80px}.faqs-header{background:var(--nuhub-green-forest);color:#fff;text-align:center;margin-bottom:60px;padding:140px 0 60px}.faqs-header h1{color:var(--nuhub-white);margin-bottom:15px;font-size:42px}.faqs-header p{opacity:.9;max-width:600px;margin:0 auto;font-size:18px}.faqs-container{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.faq-item{border-radius:var(--radius-md);background:#fff;border:1px solid #0000000d;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #0000000d}.faq-item:hover{border-color:#5e7e2633;box-shadow:0 8px 25px #00000014}.faq-question{text-align:left;width:100%;color:var(--nuhub-green-deep);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 30px;font-family:inherit;font-size:18px;font-weight:600;transition:color .3s;display:flex}.faq-question:hover{color:var(--nuhub-green-forest)}.faq-icon{color:var(--nuhub-gold);font-size:14px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.faq-icon.rotate{transform:rotate(180deg)}.faq-answer-wrapper{transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .4s;overflow:hidden}.faq-answer{color:var(--text-light);border-top:1px solid #00000008;margin-top:5px;padding:20px 30px 24px;font-size:16px;line-height:1.7}.faqs-contact{text-align:center;border-radius:var(--radius-lg);background:#fff;max-width:600px;margin-top:80px;margin-left:auto;margin-right:auto;padding:40px;box-shadow:0 10px 30px #0000000d}.faqs-contact h3{color:var(--nuhub-green-deep);margin-bottom:10px;font-size:24px}.faqs-contact p{color:var(--text-light);margin-bottom:25px}@media (width<=768px){.faqs-header{padding:120px 0 40px}.faqs-header h1{font-size:32px}.faq-question{padding:20px;font-size:16px}.faq-answer{padding:0 20px 20px}}.not-found-page{background-color:var(--nuhub-warm-white);justify-content:center;align-items:center;min-height:70vh;padding:150px 0 80px;display:flex}.not-found-illustration{width:100%;max-width:350px;height:auto;margin:0 auto 30px;display:block}.not-found-text{color:var(--text-light);max-width:500px;margin:0 auto 40px;font-size:18px;line-height:1.6}@media (width<=768px){.not-found-error{font-size:100px}.not-found-text{font-size:16px}}.mobile-bottom-nav{z-index:1000;background-color:#fff;border-top:1px solid #f1f5f9;justify-content:space-around;align-items:center;height:65px;padding:5px 10px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000000d}.mobile-bottom-nav-item{color:#64748b;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 0;font-size:11px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-bottom-nav-item svg{stroke-width:1.75px;transition:transform .2s}.mobile-bottom-nav-item:active svg{transform:scale(.9)}.mobile-bottom-nav-item.active{color:var(--nuhub-green-forest,#1c7518);font-weight:600}.mobile-bottom-nav-item.active svg{color:var(--nuhub-green-forest,#1c7518)}@media (width<=1024px){.mobile-bottom-nav{display:flex}}:root{--nuhub-green-deep:#222;--nuhub-green-forest:#1c7518;--nuhub-green-leaf:#87a96b;--nuhub-cream:#fff5e1;--nuhub-warm-white:#fafaf7;--nuhub-white:#fff;--nuhub-olive:#828b52;--nuhub-gold:#c9922a;--nuhub-charcoal:#2c2c2c;--nuhub-soft-grey:#f8f9fa;--primary:var(--nuhub-green-forest);--primary-light:var(--nuhub-green-leaf);--primary-dark:var(--nuhub-green-deep);--secondary:var(--nuhub-cream);--accent:var(--nuhub-olive);--text-main:var(--nuhub-charcoal);--text-light:#3a3a3a;--white:#fff;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif;--nav-height:100px;--max-width:1440px;--section-spacing:100px;--shadow-sm:0 4px 20px #0e3b210d;--shadow-md:0 12px 30px #0e3b2114;--shadow-lg:0 20px 50px #0e3b211f;--shadow-premium:0 30px 60px #0000001a;--transition-smooth:.5s cubic-bezier(.4, 0, .2, 1);--radius-sm:12px;--radius-md:24px;--radius-lg:40px;--radius-full:100px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-main);background-color:var(--nuhub-warm-white);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}@media (width>=1200px){body{zoom:.9}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--nuhub-green-deep);font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}ul{list-style:none}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.heading-xl{letter-spacing:-.02em;font-size:clamp(3rem,5vw,4.5rem)}.heading-lg{font-size:clamp(2.5rem,4vw,3.5rem)}.heading-md{font-size:clamp(2rem,3vw,2.5rem)}.text-lead{color:var(--text-light);max-width:60ch;font-size:1.125rem}.btn{letter-spacing:.02em;border-radius:var(--radius-full);transition:var(--transition-smooth);justify-content:center;align-items:center;gap:10px;padding:1.1rem 2.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--nuhub-green-forest);color:var(--nuhub-white);box-shadow:0 10px 20px #1a533633}.btn-primary:hover{background-color:var(--nuhub-green-deep);transform:translateY(-3px);box-shadow:0 15px 30px #1a53364d}.btn-secondary{background-color:var(--nuhub-white);color:var(--nuhub-green-forest);border:1px solid #1a53361a}.btn-secondary:hover{background-color:var(--nuhub-cream);transform:translateY(-3px)}.btn-accent{background-color:var(--nuhub-gold);color:var(--nuhub-green-deep)}.btn-accent:hover{background-color:#b58326;transform:translateY(-3px);box-shadow:0 10px 20px #c9922a4d}.glass-nav{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md);background:#ffffffd9;border:1px solid #fff6}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{color:var(--nuhub-green-leaf);text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;font-size:.875rem;font-weight:700;display:flex}.section-subtitle:before,.section-subtitle:after{content:"";opacity:.3;background:currentColor;width:30px;height:2px}.product-card{background:var(--nuhub-white);border-radius:var(--radius-md);transition:var(--transition-smooth);border:1px solid #00000008;padding:24px;position:relative}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.product-image-container{border-radius:var(--radius-sm);background:var(--nuhub-cream);justify-content:center;align-items:center;height:240px;margin-bottom:20px;display:flex;position:relative;overflow:hidden}.product-image-container img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.product-card:hover .product-image-container img{transform:scale(1.1)}@keyframes float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.floating-element{animation:6s ease-in-out infinite float}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.section-padding{padding:var(--section-spacing) 0}.glass-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.img-cover{object-fit:cover;width:100%;height:100%}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .5s}@media (width<=768px){:root{--section-spacing:60px;--nav-height:80px}.container{padding:0 1.25rem}.home-page .heading-xl,.home-page h1,.about-page .heading-xl,.about-page h1,.wellness-page .heading-xl,.wellness-page h1,.children-wellness-page .heading-xl,.children-wellness-page h1,.women-wellness-page .heading-xl,.women-wellness-page h1,.lifestyle-wellness-page .heading-xl,.lifestyle-wellness-page h1,.it-wellness-page .heading-xl,.it-wellness-page h1,.nutrition-wellness-page .heading-xl,.nutrition-wellness-page h1,.learn-page .heading-xl,.learn-page h1,.contact-page h1{font-size:2.3rem!important}.home-page .heading-lg,.home-page h2,.about-page .heading-lg,.about-page h2,.wellness-page .heading-lg,.wellness-page h2,.children-wellness-page .heading-lg,.children-wellness-page h2,.women-wellness-page .heading-lg,.women-wellness-page h2,.lifestyle-wellness-page .heading-lg,.lifestyle-wellness-page h2,.it-wellness-page .heading-lg,.it-wellness-page h2,.nutrition-wellness-page .heading-lg,.nutrition-wellness-page h2,.learn-page .heading-lg,.learn-page h2,.contact-page h2{font-size:1.85rem!important}.home-page .heading-md,.home-page h3,.about-page .heading-md,.about-page h3,.wellness-page .heading-md,.wellness-page h3,.children-wellness-page .heading-md,.children-wellness-page h3,.women-wellness-page .heading-md,.women-wellness-page h3,.lifestyle-wellness-page .heading-md,.lifestyle-wellness-page h3,.it-wellness-page .heading-md,.it-wellness-page h3,.nutrition-wellness-page .heading-md,.nutrition-wellness-page h3,.learn-page .heading-md,.learn-page h3,.contact-page h3{font-size:1.5rem!important}.home-page h4,.about-page h4,.wellness-page h4,.children-wellness-page h4,.women-wellness-page h4,.lifestyle-wellness-page h4,.it-wellness-page h4,.nutrition-wellness-page h4,.learn-page h4,.contact-page h4{font-size:1.25rem!important}.home-page p,.home-page .text-lead,.home-page .text-lg,.home-page .text-xl,.home-page .section-desc,.home-page .challenge-card-desc,.about-page p,.about-page .text-lead,.about-page .text-lg,.about-page .text-xl,.about-page .section-desc,.wellness-page p,.wellness-page .text-lead,.wellness-page .text-lg,.wellness-page .text-xl,.wellness-page .section-desc,.children-wellness-page p,.children-wellness-page .text-lead,.children-wellness-page .text-lg,.children-wellness-page .text-xl,.children-wellness-page .section-desc,.children-wellness-page .challenge-card-desc,.women-wellness-page p,.women-wellness-page .text-lead,.women-wellness-page .text-lg,.women-wellness-page .text-xl,.women-wellness-page .section-desc,.women-wellness-page .challenge-card-desc,.lifestyle-wellness-page p,.lifestyle-wellness-page .text-lead,.lifestyle-wellness-page .text-lg,.lifestyle-wellness-page .text-xl,.lifestyle-wellness-page .section-desc,.lifestyle-wellness-page .challenge-card-desc,.it-wellness-page p,.it-wellness-page .text-lead,.it-wellness-page .text-lg,.it-wellness-page .text-xl,.it-wellness-page .section-desc,.it-wellness-page .challenge-card-desc,.it-wellness-page .solution-desc,.nutrition-wellness-page p,.nutrition-wellness-page .text-lead,.nutrition-wellness-page .text-lg,.nutrition-wellness-page .text-xl,.nutrition-wellness-page .section-desc,.nutrition-wellness-page .challenge-card-desc,.learn-page p,.learn-page .text-lead,.learn-page .text-lg,.learn-page .text-xl,.learn-page .section-desc,.contact-page p,.contact-page .text-lead,.contact-page .text-lg,.contact-page .text-xl{font-size:1.1rem!important;line-height:1.6!important}.nutrition-main-img,.it-main-img,.children-main-img,.women-main-img,.wellness-main-img,.image-blob-container,.consultation-image img,.why-us-img,.chairman-img,.welcome-img,.collage-card img{object-fit:cover!important;max-width:260px!important;height:auto!important;max-height:260px!important;margin-left:auto!important;margin-right:auto!important}.btn{padding:.9rem 1.8rem;font-size:.9rem}.section-header{margin-bottom:40px}}.shop-toast{border-radius:var(--radius-sm,12px);z-index:2500;border-left:4px solid var(--nuhub-green-forest,#1c7518);box-sizing:border-box;background:#fff;align-items:center;gap:12px;padding:16px 24px;font-weight:600;animation:.35s cubic-bezier(.175,.885,.32,1.275) forwards toastSlideUp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #00000026}.shop-toast i{font-size:1.25rem}.shop-toast--success i{color:var(--nuhub-green-leaf,#87a96b)}.shop-toast--cart{border-left-color:var(--nuhub-green-deep,#222)}.shop-toast--cart i{color:var(--nuhub-green-deep,#222)}.shop-toast--info{border-left-color:#ef4444}.shop-toast--info i{color:#ef4444}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.shop-toast{justify-content:center;padding:14px 20px;font-size:.95rem;bottom:85px;left:20px;right:20px}}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.self-start{align-self:flex-start}.self-center{align-self:center}.inline-flex{display:inline-flex}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.h-full{height:100%}.object-cover{object-fit:cover}.block{display:block}.relative{position:relative}.overflow-hidden{overflow:hidden}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
