@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800;900&display=swap";
:root{--primary-color:#cf5c36;--primary-hover:#b54a26;--bg-dark:#0c3823;--bg-dark-rgb:12, 56, 35;--bg-light:#f7f4eb;--text-dark:#202b24;--text-light:#f7f4eb;--text-muted:#8fa095;--card-bg:#fff;--border-color:#e3ded5;--transition:all .4s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}body{background-color:var(--bg-light);color:var(--text-dark);min-height:100vh;font-family:Outfit,sans-serif}.home-container{width:100%;overflow:hidden}.announcement-bar{background-color:var(--primary-color);width:100%;height:35px;color:var(--text-light);letter-spacing:.5px;z-index:105;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 2px 10px #0000001a}.announcement-text{align-items:center;gap:.6rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards slideAnnounce;display:flex}@keyframes slideAnnounce{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{z-index:100;-webkit-backdrop-filter:blur(15px);width:100%;transition:var(--transition);background:#0c3823f2;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.1rem 8%;display:flex;position:fixed;top:35px;box-shadow:0 4px 30px #0000001a}.nav-brand{letter-spacing:-.5px;background:linear-gradient(135deg,#f7f4eb 0%,#a8d5b5 50%,#f7f4eb 100%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-family:Playfair Display,serif;font-size:1.7rem;font-weight:900;text-decoration:none;transition:opacity .3s}.nav-brand:hover{opacity:.95}.nav-links{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-links a{color:#ffffffb3;transition:var(--transition);padding:.4rem .2rem;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.nav-links a:hover,.nav-links a.active-link{color:var(--text-light)}.nav-links a.active-link:after{content:"";background-color:var(--primary-color);border-radius:4px;width:100%;height:2px;animation:.3s ease-out forwards linkExpand;position:absolute;bottom:0;left:0}@keyframes linkExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.login-btn-pill{border:1px solid #ffffff4d;border-radius:50px;padding:.5rem 1.4rem;transition:var(--transition)!important;color:var(--text-light)!important}.login-btn-pill:hover{background:var(--primary-color);border-color:var(--primary-color);transform:translateY(-1px)}.profile-menu-item{list-style:none;position:relative}.profile-trigger{cursor:pointer;-webkit-backdrop-filter:blur(10px);transition:var(--transition);-webkit-user-select:none;user-select:none;background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.6rem;padding:.35rem .95rem;display:flex;box-shadow:0 4px 12px #0000001a}.profile-trigger:hover{background:#ffffff24;border-color:#ffffff47;transform:translateY(-1px);box-shadow:0 6px 18px #00000026}.profile-avatar{border:2px solid var(--primary-color);object-fit:cover;border-radius:50%;width:30px;height:30px;box-shadow:0 2px 6px #0000001f}.profile-avatar-fallback{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.profile-name{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;max-width:110px;font-size:.9rem;font-weight:600;overflow:hidden}.chevron-icon{color:#fff9;transition:transform .3s}.chevron-icon.open{transform:rotate(180deg)}.profile-dropdown{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:101;background:#fffffffa;border-radius:16px;width:240px;padding:.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:130%;right:0;transform:translateY(10px);box-shadow:0 10px 40px #0000001f}.profile-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-user-info{padding:.6rem .8rem .8rem}.dropdown-user-info .user-name{color:var(--bg-dark);font-size:.95rem;font-weight:700;line-height:1.2}.dropdown-user-info .user-email{color:var(--text-muted);word-break:break-all;margin-top:.15rem;font-size:.75rem}.dropdown-divider{background:var(--border-color);border:0;height:1px;margin:.4rem 0}.dropdown-item{transition:var(--transition);cursor:pointer;border-radius:8px;align-items:center;gap:.8rem;padding:.65rem .8rem;font-size:.88rem;font-weight:600;text-decoration:none;display:flex;color:var(--text-dark)!important}.dropdown-item:after{display:none!important}.dropdown-item:hover{background:#0c38230d;color:var(--bg-dark)!important}.dropdown-item.admin-item{color:var(--primary-color)!important}.dropdown-item.admin-item:hover{background:#cf5c3614}.dropdown-item.logout-item{color:#e74c3c!important}.dropdown-item.logout-item:hover{background:#e74c3c14}.mobile-actions{align-items:center;gap:.8rem;display:none}.mobile-menu-toggle{color:var(--text-light);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.mobile-only-link{display:none}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);z-index:98;background:#0006;width:100vw;height:100vh;position:fixed;top:0;left:0}.desktop-cart-li{display:block}.btn-primary{background-color:var(--primary-color);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #cf5c3633}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #cf5c3659}.btn-secondary{color:var(--text-light);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #fff3;border-radius:50px;padding:.8rem 1.8rem;font-size:1rem;font-weight:600}.btn-secondary:hover{border-color:var(--text-light);background:#ffffff0d}.hero{background-color:var(--bg-dark);color:var(--text-light);justify-content:space-between;align-items:center;min-height:100vh;padding:155px 8% 80px;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;flex:1.2;padding-right:5%}.hero-badge{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;background:#ffffff14;border:1px solid #ffffff26;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.8rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#ffffffb3;max-width:580px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.hero-actions{gap:1rem;margin-bottom:3.5rem;display:flex}.hero-features{gap:2.5rem;display:flex}.feat-item{flex-direction:column;display:flex}.feat-val{color:var(--text-light);font-size:1.1rem;font-weight:700}.feat-lbl{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.hero-graphic-container{z-index:5;perspective:1200px;transform-style:preserve-3d;flex:.8;justify-content:center;align-items:center;display:flex;position:relative}.tilt-layer{width:360px;height:480px;transform-style:preserve-3d;justify-content:center;align-items:center;transition:transform .15s cubic-bezier(.25,1,.5,1);display:flex;position:relative}.morphing-blob{background:#255d44;border:4px solid #ffffff1a;width:340px;height:340px;animation:10s ease-in-out infinite morph;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 25px 50px -12px #0006}.blob-img{z-index:2;filter:drop-shadow(0 15px 15px #0000004d);width:130%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pouch-raw{z-index:6;width:145px;transition:z-index .3s;animation:7s ease-in-out infinite floatRaw;position:absolute;top:15%;left:-30px;transform:translateZ(80px)}.pouch-salted{z-index:6;width:130px;transition:z-index .3s;animation:8s ease-in-out infinite floatSalted;position:absolute;bottom:15%;right:-25px;transform:translateZ(60px)}.pouch-periperi{z-index:7;width:155px;transition:z-index .3s;animation:5.5s ease-in-out infinite floatPeri;position:absolute;bottom:-20px;left:50px;transform:translateZ(95px)}.pouch-cheese{z-index:5;width:125px;transition:z-index .3s;animation:6.5s ease-in-out infinite floatCheese;position:absolute;top:-10px;right:0;transform:translateZ(45px)}.pouch-mint{z-index:6;width:115px;transition:z-index .3s;animation:7.5s ease-in-out infinite floatMint;position:absolute;top:-20px;left:10px;transform:translateZ(70px)}.pouch-raw:hover,.pouch-salted:hover,.pouch-periperi:hover,.pouch-cheese:hover,.pouch-mint:hover{z-index:50}.pouch-hover-target{object-fit:contain;cursor:pointer;filter:drop-shadow(0 15px 20px #00000038);width:100%;height:auto;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s}.pouch-hover-target:hover{filter:drop-shadow(0 25px 30px #00000052);transform:scale(1.22)rotate(4deg)}@keyframes morph{0%{border-radius:60% 40%/40% 60%}50%{border-radius:40% 60%/60% 40%}to{border-radius:60% 40%/40% 60%}}@keyframes floatRaw{0%{transform:translateZ(80px)translateY(0)rotate(-8deg)}50%{transform:translateZ(80px)translateY(-14px)rotate(-2deg)}to{transform:translateZ(80px)translateY(0)rotate(-8deg)}}@keyframes floatSalted{0%{transform:translateZ(60px)translateY(0)rotate(4deg)}50%{transform:translateZ(60px)translateY(-16px)rotate(10deg)}to{transform:translateZ(60px)translateY(0)rotate(4deg)}}@keyframes floatPeri{0%{transform:translateZ(95px)translateY(0)rotate(-3deg)}50%{transform:translateZ(95px)translateY(-15px)rotate(3deg)}to{transform:translateZ(95px)translateY(0)rotate(-3deg)}}@keyframes floatCheese{0%{transform:translateZ(45px)translateY(0)rotate(8deg)}50%{transform:translateZ(45px)translateY(-12px)rotate(2deg)}to{transform:translateZ(45px)translateY(0)rotate(8deg)}}@keyframes floatMint{0%{transform:translateZ(70px)translateY(0)rotate(-12deg)}50%{transform:translateZ(70px)translateY(-15px)rotate(-6deg)}to{transform:translateZ(70px)translateY(0)rotate(-12deg)}}.floating-leaf{pointer-events:none;z-index:10;width:40px;height:auto;animation:8s ease-in-out infinite leafFloat;position:absolute}.leaf-1{top:10%;left:-50px;transform:rotate(45deg)}.leaf-2{animation-delay:2s;bottom:20%;right:-40px;transform:rotate(-30deg)}.leaf-3{animation-delay:4s;bottom:-30px;left:140px;transform:rotate(120deg)}@keyframes leafFloat{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(10deg)}to{transform:translateY(0)rotate(0)}}.features-section{background-color:var(--bg-light);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;padding:6rem 8%;display:grid}.glass-panel{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);transition:var(--transition);background:#ffffffa6;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0c38230a}.glass-panel:hover{border-color:#cf5c3633;box-shadow:0 15px 35px #0c382314}.feat-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;transition:var(--transition);border-radius:16px;padding:2.5rem 2rem}.feat-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 12px 30px #0000000d}.feat-card h3{color:var(--text-dark);margin-bottom:.8rem;font-size:1.4rem;font-weight:700}.feat-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.story-section{background-color:#f1ede1;padding:8rem 8%}.story-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.story-image-container{border:1px solid var(--border-color);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000000d}.story-img{width:100%;height:auto;display:block}.story-content h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}.story-content p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.shop-section{background-color:var(--bg-light);padding:8rem 8%}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header h2{color:var(--text-dark);margin-bottom:1rem;font-size:3rem;font-weight:800}.section-header p{color:var(--text-muted);font-size:1.1rem}.filter-tabs{justify-content:center;gap:1rem;margin-bottom:3.5rem;display:flex}.tab-btn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;transition:var(--transition);border-radius:50px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:600}.tab-btn:hover,.tab-btn.active{background-color:var(--bg-dark);color:var(--text-light);border-color:var(--bg-dark)}.product-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1200px;margin:0 auto;display:grid}.product-card{background:var(--card-bg);border:1px solid var(--border-color);transition:var(--transition);border-radius:20px;flex-direction:column;padding:1.5rem;display:flex}.product-card:hover{border-color:#cf5c3633;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.product-image-container{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:280px;margin-bottom:1.5rem;display:flex}.product-package-img{object-fit:contain;max-width:85%;max-height:85%;transition:var(--transition);mix-blend-mode:multiply;filter:drop-shadow(0 10px 15px #0000000d)}.product-card:hover .product-package-img{filter:drop-shadow(0 18px 20px #0000001f);transform:scale(1.08)translateY(-5px)}.product-info{flex-direction:column;flex-grow:1;display:flex}.product-info h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.product-info p{color:var(--text-muted);min-height:48px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.2rem;display:flex}.price{color:var(--text-dark);font-size:1.4rem;font-weight:700}.middle-banner{background-color:var(--bg-dark);color:var(--text-light);text-align:center;padding:6rem 8%;position:relative;overflow:hidden}.middle-banner h2{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.middle-banner p{color:#ffffffb3;max-width:600px;margin:0 auto 2.5rem;font-size:1.1rem}.footer{background-color:var(--bg-dark);color:var(--text-light);border-top:1px solid #ffffff0d;padding:5rem 8% 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:4rem;max-width:1200px;margin:0 auto 4rem;display:grid}.footer-col h3{margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.footer-col p{color:#fff9;font-size:.95rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:#fff9;transition:var(--transition);font-size:.95rem;text-decoration:none}.footer-col ul li a:hover{color:var(--text-light);padding-left:5px}.newsletter-form{gap:.5rem;margin-top:1rem;display:flex}.newsletter-form input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;flex:1;padding:.75rem 1rem;font-family:inherit}.newsletter-form input:focus{border-color:var(--primary-color);outline:none}.newsletter-form button{background-color:var(--primary-color);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600}.newsletter-form button:hover{background-color:var(--primary-hover)}.footer-bottom{text-align:center;color:#fff6;border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.9rem}@media (max-width:850px){.navbar{gap:0;padding:.85rem 5%}.nav-brand{letter-spacing:-.4px;font-size:1.35rem}.mobile-actions{display:flex}.desktop-cart-li{display:none}.nav-links{-webkit-backdrop-filter:blur(20px);z-index:99;background:#0c3823fa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.8rem;width:290px;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000004d}.nav-links.active{right:0}.nav-links li{width:100%;list-style:none}.nav-links a{border-bottom:1px solid #ffffff0d;width:100%;padding:.5rem 0;font-size:1.1rem;display:block}.nav-links a.active-link:after{display:none}.nav-links a.active-link{color:var(--primary-color);font-weight:700}.profile-menu-item{width:100%}.profile-trigger{background:0 0;border:none;border-bottom:1px solid #ffffff0d;border-radius:0;justify-content:flex-start;width:100%;padding:.5rem 0}.profile-trigger:hover{background:0 0}.profile-name{max-width:180px;font-size:1.1rem}.chevron-icon{display:none}.profile-dropdown{display:none!important}.mobile-only-link{display:block}.logout-btn-mobile{color:#e74c3c;border-bottom:1px solid #ffffff0d;align-items:center;gap:.8rem;width:100%;padding:.5rem 0;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.login-btn-pill{border:none;border-bottom:1px solid #ffffff0d;border-radius:0;width:100%;padding:.5rem 0}.login-btn-pill:hover{background:0 0;color:var(--primary-color)!important}}@media (max-width:968px){.hero{text-align:center;flex-direction:column;padding-top:120px;padding-bottom:40px}.hero-content{margin-bottom:3rem;padding-right:0}.hero-title{font-size:2.8rem;line-height:1.2}.hero-subtitle{margin-bottom:2rem;font-size:1.05rem}.hero-actions{flex-direction:column;align-items:center;gap:1rem;width:100%}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%;max-width:320px}.hero-features{justify-content:center;gap:1.5rem}.hero-graphic-container{width:100%;margin-top:2rem;transform-style:flat!important}.tilt-layer{width:280px;height:380px;transform:none!important}.morphing-blob{width:250px;height:250px}.pouch-raw{width:75px;animation:6s ease-in-out infinite floatMobile;top:25%;left:0}.pouch-salted{width:70px;animation:7s ease-in-out infinite floatMobile;bottom:25%;right:5px}.pouch-periperi{width:85px;animation:5s ease-in-out infinite floatMobile;bottom:-5px;left:60px}@keyframes floatMobile{0%{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-10px)rotate(2deg)}to{transform:translateY(0)rotate(-4deg)}}.pouch-cheese,.pouch-mint{display:none}.leaf-1{width:30px;top:20%;left:-10px;display:block!important}.leaf-2{width:28px;bottom:20%;right:-5px;display:block!important}.leaf-3{width:32px;bottom:-15px;left:110px;display:block!important}.story-grid{grid-template-columns:1fr;gap:3rem}.story-content{text-align:center}.section-header h2{font-size:2.2rem}.filter-tabs{flex-wrap:wrap;gap:.6rem}.tab-btn{padding:.5rem 1rem;font-size:.8rem}}.cart-nav-btn{color:#ffffffb3;cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.2rem;display:flex;position:relative}.cart-nav-btn:hover{color:var(--text-light)}.cart-badge{background-color:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 5px #0003}.weight-selector{gap:.5rem;margin:1rem 0;display:flex}.weight-pill{border:1px solid var(--border-color);color:var(--text-dark);cursor:pointer;transition:var(--transition);background:#f8f6f0;border-radius:50px;padding:.35rem .75rem;font-size:.75rem;font-weight:700}.weight-pill:hover,.weight-pill.active{background-color:var(--bg-dark);color:var(--text-light);border-color:var(--bg-dark)}.cart-drawer{z-index:10000;border-left:1px solid var(--border-color);visibility:hidden;background:#fff;flex-direction:column;width:420px;max-width:100vw;height:100dvh;transition:right .35s cubic-bezier(.16,1,.3,1),visibility .35s;display:flex;position:fixed;top:0;right:-420px;overflow:hidden;box-shadow:-10px 0 35px #0c382333}.cart-drawer.open{visibility:visible;right:0}.cart-overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0c382373;width:100vw;height:100vh;position:fixed;top:0;left:0}.cart-header{border-bottom:1px solid var(--border-color);z-index:2;background:#fff;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 8px #00000005}.cart-header h3{color:var(--bg-dark);font-size:1.2rem;font-weight:800}.close-cart-btn{cursor:pointer;color:var(--text-dark);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.close-cart-btn:hover{color:var(--primary-color);transform:rotate(90deg)}.cart-items{background:#fdfdfc;flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.empty-cart-msg{text-align:center;color:var(--text-muted);margin-top:4rem}.cart-item{border:1px solid var(--border-color);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 4px 10px #00000005}.cart-item-details h4{color:var(--text-dark);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.cart-item-weight{color:var(--bg-dark);background:#0c38230f;border-radius:4px;margin-bottom:.2rem;padding:.15rem .45rem;font-size:.75rem;font-weight:700;display:inline-block}.cart-item-price{color:var(--text-muted);font-size:.8rem;display:block}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.quantity-controls{border:1px solid var(--border-color);background:#f8f6f0;border-radius:50px;align-items:center;display:flex;overflow:hidden}.quantity-controls button{cursor:pointer;color:var(--text-dark);transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem .55rem;display:flex}.quantity-controls button:hover{background:#0c38230d}.quantity-controls span{text-align:center;min-width:15px;padding:0 .3rem;font-size:.8rem;font-weight:700}.remove-item-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600;text-decoration:underline}.cart-footer{border-top:1px solid var(--border-color);z-index:2;background:#fff;max-height:60vh;padding:1.25rem 1.5rem 2rem;overflow-y:auto;box-shadow:0 -4px 15px #00000008}.cart-total-row{color:var(--text-dark);justify-content:space-between;margin-bottom:1.2rem;font-size:1.05rem;font-weight:800;display:flex}.checkout-btn{border-radius:50px;width:100%;padding:.85rem;font-weight:700}@media (max-width:480px){.cart-drawer{width:100%;right:-100%}.cart-header,.cart-items{padding:1rem 1.2rem}.cart-footer{padding:1rem 1.2rem 2.5rem}}.dashboard-container{max-width:1200px;min-height:calc(100vh - 100px);margin:0 auto;padding:135px 8% 5rem}.dashboard-header{border-radius:12px;margin-bottom:2.5rem;padding:1.8rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.stat-card{text-align:center;border-radius:12px;padding:2rem}.stat-card h4{color:var(--text-muted);margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.stat-card .value{color:var(--bg-dark);font-size:2.5rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.form-group input,.form-group textarea{border:1px solid var(--border-color);width:100%;color:var(--text-dark);transition:var(--transition);background:#fff;border-radius:8px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #cf5c3626}@media (max-width:968px){.dashboard-container{padding-top:155px;padding-left:5%;padding-right:5%}}.checkout-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#0c382366;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.checkout-modal-content{background:var(--bg-light);text-align:center;border:1px solid #0c382326;border-radius:24px;width:90%;max-width:400px;padding:3rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalPop;transform:scale(.9);box-shadow:0 20px 40px #00000026}@keyframes modalPop{to{transform:scale(1)}}.spinner{border:4px solid #cf5c3626;border-top:4px solid var(--primary-color);border-radius:50%;width:50px;height:50px;margin:0 auto 2rem;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-icon-wrapper{color:#40916c;background:#40916c1a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 2rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards checkPulse;display:flex}@keyframes checkPulse{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.order-details-header{border-bottom:1px solid #0c38231a;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.order-details-header-amount{text-align:right}.order-details-grid{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2rem;width:100%;display:grid}.order-tracker-card{box-sizing:border-box;background:#ffffff73;border:1px solid #0c38230f;border-radius:16px;width:100%;padding:1.5rem}@media (max-width:768px){.order-details-grid{grid-template-columns:1fr;gap:1.8rem}.order-details-header-amount{text-align:left}.order-tracker-card{padding:1.2rem 1rem}}@media (max-width:480px){.order-details-header{flex-direction:column;gap:.8rem}}.contact-section{background:var(--bg-light);border-top:1px solid #0c38230d;padding:6rem 8%}.contact-container{grid-template-columns:1.15fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-badge{color:var(--primary-color);letter-spacing:1px;background:#0c38230d;border:1px solid #0c382314;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.contact-info h2{color:var(--bg-dark);margin-bottom:1rem;font-size:2.8rem;font-weight:800;line-height:1.2}.contact-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.6}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.2rem;display:flex}.contact-icon{background:#0c38230a;border-radius:12px;padding:.6rem;font-size:1.8rem;line-height:1}.contact-item h4{color:var(--bg-dark);margin-bottom:.2rem;font-size:1.05rem;font-weight:700}.contact-item p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.5}.contact-item a{color:var(--primary-color);transition:var(--transition);font-weight:600;text-decoration:none}.contact-item a:hover{color:var(--primary-hover)}.contact-form-panel{padding:2.5rem}.contact-form-panel h3{color:var(--bg-dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}@media (max-width:968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-info h2{font-size:2.3rem}}
.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (max-width:1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (max-width:1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (max-width:1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (max-width:1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (max-width:1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (max-width:1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
