@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-dark: #0b0f0b;--bg-dark-2: #0d140f;--bg-dark-3: #111a13;--bg-card: #141f16;--bg-card-hover: #1a2e1f;--green-primary: #4ade80;--green-accent: #22c55e;--green-muted: #16a34a;--green-dark: #15803d;--green-darker: #1a3a24;--green-border: rgba(74, 222, 128, .15);--text-white: #ffffff;--text-light: #e8e0d4;--text-beige: #d4c9b0;--text-muted: rgba(255, 255, 255, .6);--text-dimmed: rgba(255, 255, 255, .4);--text-dark: #1a1a1a;--primary-green: #1a4d2e;--secondary-green: #4f7942;--accent-green: #d1f2eb;--background-light: #f9f5ec;--card-bg: #f9f5ec;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:inter,sans-serif;background-color:#f9f5ec;color:var(--text-light);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 24px}section{scroll-margin-top:80px}footer{scroll-margin-top:80px}.scroll-reveal{opacity:0;transition:opacity 1.35s cubic-bezier(.22,1,.36,1);will-change:opacity}.scroll-reveal.is-visible{opacity:1}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.grid{display:grid}.gap-4{gap:1rem}.text-center{text-align:center}.font-bold{font-weight:700}.font-serif-italic{font-family:Playfair Display,serif;font-style:italic}.tag-pill{display:inline-flex;align-items:center;gap:6px;background:#4ade801a;border:1px solid rgba(74,222,128,.2);color:var(--green-primary);padding:.4rem 1rem;border-radius:var(--radius-full);font-size:.8rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1rem}.btn-primary-green{display:inline-flex;align-items:center;gap:8px;background-color:var(--green-primary);color:var(--bg-dark);padding:.75rem 1.8rem;border-radius:var(--radius-full);font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary-green:hover{background-color:var(--green-accent);transform:translateY(-2px);box-shadow:0 8px 25px #4ade8040}.btn-outlined{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(74,222,128,.3);color:var(--text-beige);padding:.75rem 1.8rem;border-radius:var(--radius-full);font-weight:500;font-size:.95rem;transition:all .3s ease;cursor:pointer}.btn-outlined:hover{border-color:var(--green-primary);color:var(--green-primary);background:#4ade800d}.section-header{margin-bottom:3rem}.section-header .section-subtitle{display:inline-flex;align-items:center;gap:6px;color:var(--green-primary);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-white);line-height:1.2;margin-bottom:1rem}.section-header .section-desc{font-size:1.05rem;color:var(--text-muted);max-width:650px;line-height:1.7}.section-header.text-center .section-desc{margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #4ade801a}50%{box-shadow:0 0 30px #4ade8033}}@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transition:none}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:transparent;transition:all .4s ease}.header--scrolled{background:#0b0f0beb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(74,222,128,.08);padding:.7rem 0}.header-container{display:flex;justify-content:space-between;align-items:center}.logo img{height:38px;width:auto;display:block;filter:brightness(0) invert(1);opacity:.95;transition:opacity .3s}.logo:hover img{opacity:1}.nav-links{display:flex;gap:2.2rem;align-items:center}.nav-links a{color:#ffffffbf;font-weight:400;font-size:.92rem;transition:color .3s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-primary);border-radius:2px;transition:width .3s ease}.nav-links a:hover{color:var(--text-white)}.nav-links a:hover:after{width:100%}.header-cta-btn{display:inline-flex;align-items:center;gap:6px;background-color:var(--green-primary);color:var(--bg-dark)!important;padding:.55rem 1.4rem;border-radius:var(--radius-full);font-weight:600;font-size:.88rem;transition:all .3s ease;text-decoration:none!important}.header-cta-btn:hover{background-color:var(--green-accent);transform:translateY(-1px);box-shadow:0 4px 15px #4ade804d}.menu-btn,.close-menu{display:none;background:none;border:none;cursor:pointer}.mobile-only{display:none}@media(max-width:1024px){.menu-btn{display:block}.nav-links{position:fixed;top:0;right:0;height:100vh;width:75%;max-width:320px;background:#0b0f0bf7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;padding:2rem;transform:translate(100%);transition:transform .3s ease-in-out;box-shadow:-4px 0 30px #00000080;gap:1.5rem}.nav-links.open{transform:translate(0)}.nav-links a{font-size:1.1rem;color:#fffc}.close-menu{display:block;position:absolute;top:20px;right:20px;color:#fff}.desktop-only{display:none}.mobile-only{display:block;margin-top:1rem}}.hero{background:linear-gradient(135deg,#0a1f0d,#0b150d 40%,#0d1a0f);color:var(--text-white);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:120px 0 80px}.hero-bg-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px)}.hero-bg-glow--1{width:500px;height:500px;background:#22c55e0f;top:-100px;left:-100px}.hero-bg-glow--2{width:400px;height:400px;background:#22c55e0a;bottom:-50px;right:10%}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:92px;position:relative;z-index:2;max-width:1480px}.hero-content{flex:1;max-width:660px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#4ade801a;border:1px solid rgba(74,222,128,.2);color:var(--green-primary);padding:.4rem 1.2rem;border-radius:var(--radius-full);font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;animation:fadeInUp .6s ease}.hero-heading{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:5rem;font-weight:800;line-height:.96;margin-bottom:1.65rem;color:#f9f5ec;letter-spacing:0;animation:fadeInUp .6s ease .1s both}.hero-heading__line{display:block}.hero-heading--accent{color:#4fc66b;display:inline-block;font-size:.9em;font-weight:700}.hero-desc{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.08rem;color:#e8e0d4d1;line-height:1.7;margin-bottom:2rem;max-width:500px;animation:fadeInUp .6s ease .2s both}.hero-buttons{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeInUp .6s ease .3s both}.hero-trust-badges{display:flex;gap:.75rem;flex-wrap:wrap;animation:fadeInUp .6s ease .4s both}.trust-item{display:flex;align-items:center;gap:6px;color:var(--text-dimmed);font-size:.82rem;font-weight:400}.trust-item:not(:last-child):after{content:"•";margin-left:.75rem;color:#ffffff59}.trust-item svg{color:var(--green-primary);opacity:.7}.hero-image-container{flex:1.15;display:flex;justify-content:flex-end;max-width:720px;animation:fadeInUp .8s ease .2s both}.hero-image-wrapper{position:relative;width:100%}.hero-main-image{width:100%;height:680px;object-fit:cover;border-radius:var(--radius-2xl);box-shadow:0 30px 60px #0000004d}.hero-floating-card{position:absolute;bottom:30px;left:-20px;right:30px;background:#141f16d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(74,222,128,.15);border-radius:var(--radius-lg);padding:1rem 1.2rem;display:flex;align-items:center;gap:12px;animation:float 4s ease-in-out infinite}.floating-card-icon{width:40px;height:40px;border-radius:10px;background:#4ade8026;display:flex;align-items:center;justify-content:center;color:var(--green-primary);flex-shrink:0}.floating-card-text{display:flex;flex-direction:column}.floating-card-text strong{font-size:.88rem;color:var(--text-white);font-weight:600}.floating-card-text span{font-size:.75rem;color:var(--text-muted)}.hero-bg-mobile{display:none}@media(max-width:1024px){.hero{padding:120px 0 60px;min-height:auto}.hero-container{flex-direction:column;gap:40px;max-width:1200px}.hero-content{max-width:100%;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-heading{font-size:3.6rem}.hero-heading--accent{font-size:.9em}.hero-buttons,.hero-trust-badges{justify-content:center}.hero-image-container{max-width:500px;justify-content:center}.hero-main-image{height:520px}}@media(max-width:600px){.hero{padding:100px 0 50px}.hero-heading{font-size:2.75rem}.hero-heading--accent{font-size:.9em}.hero-desc{font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center}.hero-main-image{height:420px}.hero-floating-card{left:10px;right:10px;bottom:20px}.hero-trust-badges{gap:1rem}}.hero-particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}.particle{position:absolute;bottom:-20px;border-radius:50%;background:radial-gradient(circle,#bef0c8e6,#78c88c66 60%,#78c88c00);animation-name:particleFloat;animation-timing-function:ease-in-out;animation-iteration-count:infinite;will-change:transform,opacity}@keyframes particleFloat{0%{transform:translate(0);opacity:0}10%{opacity:1}50%{transform:translate(calc(var(--drift) * .5),-50vh)}90%{opacity:.6}to{transform:translate(var(--drift),-105vh);opacity:0}}@media(prefers-reduced-motion:reduce){.hero-particles{display:none}}@media(max-width:600px){.hero-particles span:nth-child(n+20){display:none}}.marquee-stats-section{background:#0d1a0f;padding-bottom:0}.scrolling-marquee{overflow:hidden;white-space:nowrap;background-color:#063b18;padding:1rem 0;border-bottom:1px solid rgba(74,222,128,.18);display:flex}.scrolling-marquee-content{display:inline-flex;align-items:center;animation:scroll-left 30s linear infinite}.marquee-item{color:#68dd7c;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:0 1rem;white-space:nowrap}.marquee-dot{color:#68dd7c8c;font-size:1rem;padding:0 1rem}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-stats-section .proof-stats-container{text-align:center;max-width:1260px;padding:3rem 0px}.proof-stats-title{color:#4ade80b8;font-size:.82rem;letter-spacing:6px;text-transform:uppercase;font-weight:700;margin:0 0 3.35rem}.proof-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:6.8rem;row-gap:3rem;align-items:start}.proof-stat-item{min-width:0;padding:0;background:transparent;border:0;border-radius:0;overflow:visible}.proof-stat-value{margin:0 0 .38rem;color:#45bf62;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,2vw,2rem);font-weight:800;line-height:.95;letter-spacing:0;white-space:nowrap}.proof-stat-label{margin:1rem 0 .36rem;color:#fff;font-size:.88rem;font-weight:600;line-height:1.2}.proof-stat-sublabel{margin:0;color:#7db588bd;font-size:.78rem;line-height:1.3}@media(max-width:1024px){.marquee-stats-section .proof-stats-container{padding-top:4rem;padding-bottom:4.4rem}.proof-stats-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2.4rem}}@media(max-width:600px){.marquee-stats-section .proof-stats-container{padding-top:3.4rem;padding-bottom:3.8rem}.proof-stats-title{letter-spacing:3px;line-height:1.6;margin-bottom:2.8rem}.proof-stats-grid{grid-template-columns:1fr;gap:2.2rem}.proof-stat-value{font-size:3rem}}.product-section{padding:5rem 0 1rem;background:#f9f5ec;position:relative;color:#1a1a1a}.product-section>.container{max-width:1490px;padding:0 25px}.product-section .section-header h2{color:#1a1a1a}.product-section .section-header .section-desc{color:#555}.product-video-wrap{max-width:1440px;margin:0 auto 3.2rem;border-radius:14px;overflow:hidden;background:#10170f;box-shadow:0 22px 48px #14181224}.product-intro-video{display:block;width:100%;aspect-ratio:16 / 6.5;max-height:520px;object-fit:cover;background:#10170f}.product-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:5rem;max-width:1440px;margin:0 auto 3.9rem;text-align:left}.product-section-heading{flex:0 0 min(760px,58%)}.product-header-reveal{opacity:0;transform:translateY(34px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.product-header-reveal.is-visible{opacity:1;transform:translateY(0)}.product-section-desc-reveal{flex:1;max-width:560px}.product-heading-green{display:block;color:#004618}.product-heading-line{display:block;color:#050a04;white-space:nowrap}.product-heading-line em{color:#050a04;font-style:italic}.product-section-header .section-subtitle{display:block;color:#004618;font-size:.74rem;font-weight:800;letter-spacing:.32em;text-transform:uppercase;margin-bottom:.9rem}.product-section-header h2{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(2.7rem,3.75vw,4rem);font-weight:800;line-height:.96;margin:-.9rem 0 0;color:#001d09;letter-spacing:0}.product-section-header h2 span{display:block;font-weight:800}.product-section-header .section-desc{flex:1;max-width:560px;margin:0 0 .3rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#3d473d;font-size:1.02rem;line-height:1.7}.product-carousel{position:relative;max-width:1440px;margin:0 auto 3.2rem}.product-grid{--product-gap: 1.35rem;--product-card-width: calc((min(1440px, calc(100vw - 50px) ) - var(--product-gap)) / 2);display:flex;gap:1.35rem;width:calc(100vw - max(25px,calc((100vw - 1490px)/2 + 25px)));max-width:none;margin:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:0;padding:.9rem calc(var(--product-card-width) * .55) 0 0;box-sizing:border-box;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-grid::-webkit-scrollbar{display:none}.product-card{background:#d9edcf;border:1px solid rgba(6,59,24,.12);border-radius:18px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer;display:grid;grid-template-columns:minmax(210px,38%) minmax(0,1fr);flex:0 0 var(--product-card-width);align-items:stretch;min-height:330px;padding:0;color:#063b18;box-shadow:0 18px 44px #142c1614;scroll-snap-align:start}.product-card:hover{transform:translateY(-5px);border-color:#063b1838;box-shadow:0 24px 58px #142c1624}.product-badge{position:absolute;top:16px;left:16px;padding:.32rem .82rem;border-radius:50px;font-size:.72rem;font-weight:700;line-height:1;z-index:2;box-shadow:none;background:#4fc66b;color:#001d09}.badge-best-seller,.badge-new,.badge-sale{background:#4fc66b;color:#001d09}.product-image-wrapper{min-height:100%;width:100%;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 58%,rgba(79,198,107,.24),transparent 42%),linear-gradient(145deg,#e6f2dd,#cce4bd);display:flex;align-items:center;justify-content:center;padding:2.1rem 1.6rem}.product-image-wrapper:after{content:"";position:absolute;left:12%;right:12%;bottom:22px;height:18px;border-radius:999px;background:#063b181f;filter:blur(12px)}.product-image-wrapper img{position:relative;z-index:1;width:min(86%,220px);height:240px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(6,59,24,.16));transition:transform .5s ease}.product-card:hover .product-image-wrapper img{transform:translateY(-4px)}.product-info{padding:2rem 1.85rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0;flex:1}.product-category-tag{display:inline-flex;align-items:center;min-height:30px;padding:.25rem .78rem;border:1px solid rgba(6,59,24,.22);border-radius:999px;color:#06451b;background:#4fc66b1f;font-size:.78rem;text-transform:none;letter-spacing:0;font-weight:800;line-height:1.3;margin-bottom:.95rem}.product-info h3{font-family:Inter,Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.25rem,1.45vw,1.55rem);font-weight:800;color:#061407;margin:0 0 1.05rem;line-height:1.18;letter-spacing:0;overflow-wrap:anywhere}.product-benefits{display:grid;gap:.62rem;margin:0 0 1.45rem;padding:0;list-style:none;color:#233326;font-size:clamp(.88rem,.98vw,.95rem);line-height:1.42}.product-benefits li{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.45rem}.product-benefits svg{width:18px;height:18px;margin-top:.08rem;flex-shrink:0;color:#06451b}.product-rating{display:flex;align-items:center;gap:.38rem;margin:0 0 1.2rem;color:#050a04;font-size:.82rem}.rating-stars{display:inline-flex;align-items:center;gap:1px;color:#ffb000}.product-rating strong{font-weight:800}.rating-count{color:#4d5b4d}.product-card-footer{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;margin-top:auto;width:100%;gap:.85rem;flex-wrap:wrap}.product-price{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.2rem;font-weight:800;color:#050a04;margin:0}.details-btn-outlined{width:100%;padding:.6rem;border:1px solid var(--green-primary);background:transparent;color:var(--green-primary);border-radius:var(--radius-full);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s}.details-btn-outlined:hover{background:var(--green-primary);color:var(--bg-dark)}.buy-btn-solid{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:.82rem 1.55rem;border:1px solid #063b18;background:#063b18;color:#fff;border-radius:var(--radius-full);font-size:.86rem;font-weight:800;letter-spacing:0;white-space:nowrap;cursor:pointer;transition:all .3s}.buy-btn-solid:hover{background:#001f08;border-color:#001f08;transform:translateY(-1px);box-shadow:0 12px 24px #063b1838}.learn-more-link{display:inline-flex;align-items:center;justify-content:flex-start;gap:.35rem;min-height:36px;padding:.2rem 0;border:0;background:transparent;color:#06451b;font:inherit;font-size:.88rem;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.learn-more-link:hover{color:#001f08}.product-more-card{background:#d9edcf;border:1px solid rgba(6,59,24,.12);border-radius:18px;min-height:320px;padding:2.4rem 2.6rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#061407;box-shadow:0 18px 44px #142c1614;cursor:pointer}.product-carousel-more{background:transparent;border:0;border-radius:0;box-shadow:none;flex:0 0 var(--product-card-width);scroll-snap-align:start}.product-more-kicker{display:block;margin-bottom:.8rem;color:#06451b;font-size:.72rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase}.product-more-card h3{max-width:520px;margin:0 0 .8rem;color:#050a04;font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(1.85rem,2.55vw,2.8rem);font-weight:800;line-height:1.02}.product-more-card p{max-width:620px;margin:0 0 1.45rem;color:#3d473d;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.55}.product-more-card button{display:inline-flex;align-items:center;gap:.55rem;min-height:48px;padding:.8rem 1.25rem;border-radius:999px;background:#063b18;color:#fff;font-weight:800;transition:transform .25s ease,background .25s ease}.product-more-card button:hover{background:#001f08;transform:translateY(-2px)}.product-carousel-controls{display:flex;justify-content:flex-end;gap:.65rem;width:min(1440px,100vw - 50px);margin-top:1.1rem}.product-carousel-btn{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(6,59,24,.22);border-radius:999px;background:#063b18;color:#fff;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease}.product-carousel-btn:hover{background:#001f08;border-color:#001f08;transform:translateY(-2px)}.product-section .load-more-btn{color:#1a1a1a;border-color:#1a1a1a66}.product-section .load-more-btn:hover{color:#fff;background:#1a1a1a;border-color:#1a1a1a}.product-certified-marquee{overflow:hidden;background:#f9f5ec;padding:1.5rem 0}.product-certified-track{display:flex;align-items:center;width:max-content;gap:1rem;animation:product-certified-scroll 36s linear infinite;will-change:transform}.product-certified-marquee:hover .product-certified-track{animation-play-state:paused}.product-certified-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:clamp(118px,12vw,172px);height:clamp(72px,7vw,96px);padding:.8rem 1rem}.product-certified-logo img{display:block;width:120%;height:120%;object-fit:contain;filter:saturate(.95) contrast(1.02)}.product-certified-marquee .marquee-dot{display:none}@keyframes product-certified-scroll{0%{transform:translate(0)}to{transform:translate(-20%)}}@media(prefers-reduced-motion:reduce){.product-certified-track{animation:none;width:auto;flex-wrap:wrap;justify-content:center;padding:0 1rem}}.products-page{background:var(--bg-dark);color:var(--text-white)}.products-page .header{background:#0b0f0bf0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(74,222,128,.08);padding:.7rem 0}.products-page .product-section{padding-top:8rem}.products-page .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem;width:100%;max-width:1440px;margin:0 auto 3.2rem;overflow:visible;scroll-snap-type:none}.products-page .product-card{flex:initial;grid-template-columns:minmax(190px,34%) minmax(0,1fr);min-height:340px;scroll-snap-align:none}.products-page .product-info{padding:2rem 1.7rem}.products-page .product-info h3{font-size:clamp(1.2rem,1.45vw,1.55rem)}.products-page .product-card-footer{align-items:center;flex-wrap:nowrap;gap:.7rem}.products-page .buy-btn-solid{padding-inline:1.2rem;font-size:.82rem}.products-page .learn-more-link{flex:0 0 auto}@media(max-width:768px){.product-section-header{flex-direction:column;align-items:flex-start;gap:1.3rem;margin-bottom:2.8rem}.product-video-wrap{margin-bottom:2.2rem;border-radius:12px}.product-intro-video{aspect-ratio:16 / 10;max-height:none}.product-section-heading{flex:none;width:100%}.product-header-reveal{width:100%}.product-section-header h2{font-size:2.5rem}.product-heading-line{white-space:normal}.product-section-header .section-desc{font-size:.96rem}.fat-fasting-set-card{grid-template-columns:1fr;gap:2rem;min-height:0;padding:2.4rem 1.25rem;border-radius:18px}.set-card-visual{min-height:300px;order:1}.set-card-content{order:2}.set-card-box{width:min(70%,320px);transform:translate(-8%)}.set-card-products{right:0;bottom:0}.set-card-products img{width:clamp(58px,16vw,92px);height:clamp(150px,40vw,230px)}.set-card-actions,.set-card-price-row{align-items:stretch;flex-direction:column;gap:.8rem}.set-card-actions button{width:100%}.product-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;width:auto;max-width:1440px;margin:0 auto;overflow-x:visible;padding:0;scroll-snap-type:none}.product-card{grid-template-columns:1fr;flex-basis:auto;min-height:0}.product-image-wrapper{min-height:220px;padding:1.8rem 1.4rem 1.45rem}.product-image-wrapper img{height:190px}.product-info{padding:1.3rem 1.25rem 1.35rem}.product-card-footer{align-items:stretch;flex-direction:column;gap:.65rem}.buy-btn-solid{width:100%}.learn-more-link{justify-content:center}.product-more-card{min-height:auto;padding:1.5rem 1.25rem;align-items:center;text-align:center}.product-carousel-more{flex-basis:auto}.product-carousel-controls{display:none}.products-page .product-grid{grid-template-columns:1fr}.products-page .product-card-footer{align-items:stretch;flex-wrap:wrap}}@media(min-width:769px)and (max-width:1180px){.fat-fasting-set-card{grid-template-columns:1fr;gap:2.6rem;padding:3.5rem}.set-card-visual{min-height:380px}.product-grid{display:grid;grid-template-columns:1fr;max-width:980px;width:auto;margin:0 auto;overflow-x:visible;padding:0;scroll-snap-type:none}.product-card{flex-basis:auto;min-height:320px}.product-carousel-more{flex-basis:auto}.product-carousel-controls{display:none}.products-page .product-grid{grid-template-columns:1fr;max-width:980px}.products-page .product-card{grid-template-columns:minmax(210px,34%) minmax(0,1fr)}.products-page .product-card-footer{align-items:center;flex-direction:row;flex-wrap:nowrap}}.kenapa-section{padding:7rem 0;background:#001802;position:relative}.kenapa-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.kenapa-mosaic{display:flex;flex-direction:column;gap:.75rem}.mosaic-reveal-item{opacity:0;transform:translateY(34px) scale(.96);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.mosaic-reveal-item.is-visible{opacity:1;transform:translateY(0) scale(1)}.mosaic-top{display:grid;grid-template-columns:.75fr 1fr;gap:.75rem;align-items:stretch}.mosaic-top-left{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1 / 1.15;box-shadow:0 16px 40px #00000059;border:1px solid rgba(74,222,128,.1)}.mosaic-top-right{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:3 / 4;box-shadow:0 16px 40px #00000059;border:1px solid rgba(74,222,128,.1)}.mosaic-top-left img,.mosaic-top-right img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.mosaic-top-left:hover img,.mosaic-top-right:hover img{transform:scale(1.05)}.mosaic-bottom{border-radius:var(--radius-xl);overflow:hidden;position:relative;aspect-ratio:16 / 7;box-shadow:0 16px 40px #00000059;border:1px solid rgba(74,222,128,.1)}.mosaic-bottom img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.mosaic-bottom:hover img{transform:scale(1.04)}.mosaic-badge{position:absolute;bottom:1rem;right:1rem;display:inline-flex;align-items:center;gap:.4rem;background:#08100ac7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(74,222,128,.28);color:var(--green-primary);font-size:.77rem;font-weight:700;letter-spacing:.4px;padding:.4rem .9rem;border-radius:var(--radius-full);white-space:nowrap}.mosaic-badge svg{flex-shrink:0}.kenapa-content{display:flex;flex-direction:column;gap:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.kenapa-content .section-subtitle{margin-bottom:1rem}.kenapa-heading{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:2.65rem;line-height:1.08;color:var(--text-white);font-weight:800;letter-spacing:0;margin-bottom:1.5rem}.kenapa-heading-accent{color:var(--green-primary);font-style:italic}.kenapa-desc-block{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.75rem}.kenapa-desc-lead{font-size:.97rem;color:var(--text-light);line-height:1.78}.kenapa-desc-lead strong{color:var(--green-primary);font-weight:700}.kenapa-desc-body{font-size:.92rem;color:#e8e0d4;line-height:1.78}.features-list{display:flex;flex-direction:column;gap:0;margin-bottom:1.75rem}.kenapa-reveal-block{opacity:0;transform:translateY(36px) scale(.96);transform-origin:left center;transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.kenapa-reveal-block.is-visible{opacity:1;transform:translateY(0) scale(1)}.kenapa-reveal-block .section-subtitle,.kenapa-reveal-block .kenapa-heading,.kenapa-reveal-block .kenapa-desc-block{opacity:0;transform:translateY(30px) scale(.97);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.kenapa-reveal-block.is-visible .section-subtitle,.kenapa-reveal-block.is-visible .kenapa-heading,.kenapa-reveal-block.is-visible .kenapa-desc-block{opacity:1;transform:translateY(0) scale(1)}.kenapa-reveal-block.is-visible .kenapa-heading{transition-delay:.12s;animation:kenapaHeadingPop .78s cubic-bezier(.22,1,.36,1) .12s both}.kenapa-reveal-block.is-visible .kenapa-desc-block{transition-delay:.24s}@keyframes kenapaHeadingPop{0%{opacity:0;transform:translateY(38px) scale(.94)}72%{opacity:1;transform:translateY(-4px) scale(1.015)}to{opacity:1;transform:translateY(0) scale(1)}}.feature-row{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.06);opacity:0;transform:translate(-22px);transition:opacity .5s ease,transform .5s ease,padding-left .3s ease}.feature-row.is-visible{opacity:1;transform:translate(0)}.feature-row:first-child{border-top:1px solid rgba(255,255,255,.06)}.feature-row:hover{padding-left:.35rem}.feature-row-icon{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-md);background:#4ade8014;border:1px solid rgba(74,222,128,.14);display:flex;align-items:center;justify-content:center;color:var(--green-primary);margin-top:.05rem;transition:background .3s ease,border-color .3s ease}.feature-row:hover .feature-row-icon{background:#4ade8026;border-color:#4ade8059}.feature-row-content h3{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.97rem;font-weight:700;color:var(--text-white);margin-bottom:.25rem;line-height:1.3}.feature-row-content p{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.84rem;color:var(--text-muted);line-height:1.65}.kenapa-learn-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--green-primary);font-weight:700;font-size:.93rem;border-bottom:1px solid rgba(74,222,128,.3);padding-bottom:2px;width:fit-content;opacity:0;transform:translateY(12px);transition:gap .25s ease,color .25s ease,border-color .25s ease,opacity .5s ease,transform .5s ease}.kenapa-learn-link.is-visible{opacity:1;transform:translateY(0)}.kenapa-learn-link:hover{gap:.8rem;color:var(--green-accent);border-color:var(--green-accent)}.protocol-section{padding:5rem 0 7rem;background:#f9f5ec;position:relative;border-top:1px solid rgba(74,222,128,.08)}.protocol-section-header{text-align:center;margin-bottom:4rem}.protocol-header-reveal{opacity:0;transform:translateY(34px);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.protocol-header-reveal.is-visible{opacity:1;transform:translateY(0)}.protocol-header-reveal .protocol-section-title{transform:translateY(16px);transition:transform .85s cubic-bezier(.22,1,.36,1)}.protocol-header-reveal.is-visible .protocol-section-title{transform:translateY(0)}.protocol-section-header .section-subtitle{color:var(--text-dark)}.protocol-section-title{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:2.5rem;color:var(--text-dark);line-height:1.2;margin-top:.8rem}.protocol-section-title em{color:#063b18;font-style:italic}.protocol-section>.container{max-width:1240px}.protocol-showcase{display:grid;grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr);gap:3.5rem;align-items:start;color:#001f95}.protocol-copy{display:flex;flex-direction:column;gap:2.25rem}.protocol-list{position:relative;display:grid;gap:2.2rem;padding-left:2rem}.protocol-list:before{content:"";position:absolute;left:.34rem;top:.7rem;bottom:.7rem;width:3px;background:#001f9524;border-radius:999px}.protocol-list:after{content:"";position:absolute;left:.34rem;top:.7rem;width:3px;height:var(--protocol-progress, 0%);max-height:calc(100% - 1.4rem);background:linear-gradient(to bottom,#4b5ddd,#001f95);border-radius:999px;transition:height .16s linear}.protocol-step{position:relative;display:grid;grid-template-columns:1.5rem minmax(0,1fr);gap:1rem}.protocol-step-marker{width:.75rem;height:.75rem;border-radius:3px;background:#fff;border:3px solid #001f95;box-shadow:0 0 0 5px #f9f5ec;margin-top:.55rem;position:relative;z-index:2}.protocol-step-heading{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.55rem}.protocol-step-heading span{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .85rem;border-radius:999px;background:#000;color:#fff;font-size:.9rem;font-weight:800}.protocol-step-heading .protocol-time-chip{background:#063b18;color:#fff}.protocol-step-heading h3{margin:0;color:#063b18;font-size:clamp(1.02rem,1.5vw,1.25rem);font-weight:500;line-height:1.25}.protocol-step ul{margin:0;padding-left:1.15rem;color:#030303;font-size:clamp(.95rem,1.45vw,1.12rem);line-height:1.35}.protocol-step li+li{margin-top:.35rem}.protocol-note{margin:.85rem 0 0;padding:.8rem .95rem;border-radius:12px;background:#fff;border:1px solid rgba(0,31,149,.12);color:#030303;font-size:.92rem;line-height:1.5}.protocol-note strong{font-weight:800}.protocol-choice-card{width:min(100%,480px);padding:1rem 1.1rem;border-radius:18px;background:#fff;box-shadow:0 14px 34px #001f9514;color:#222}.protocol-choice-card h3{margin:0 0 .35rem;color:#222;font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.15rem}.protocol-choice-card p{margin:0 0 .55rem;color:#333;font-size:.9rem;line-height:1.5}.protocol-choice-card a{color:#001f95;font-weight:600;text-decoration:underline;text-underline-offset:3px}.protocol-visual{display:grid;grid-template-columns:1fr;justify-items:end;gap:0;align-items:start}.protocol-image-main{overflow:hidden;background:#d9dde8;width:min(100%,520px);justify-self:end;border-radius:16px 16px 16px 58%;aspect-ratio:.92 / 1}.protocol-image-main img{display:block;width:100%;height:100%;object-fit:cover}.timeline{position:relative;max-width:1000px;margin:0 auto 4rem;display:flex;flex-direction:column;gap:0}.timeline-line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:linear-gradient(to bottom,transparent,rgba(0,70,24,.16) 8%,rgba(0,70,24,.16) 92%,transparent);z-index:0}.timeline-row{display:grid;grid-template-columns:1fr 80px 1fr;align-items:center;gap:0;padding:2.5rem 0;position:relative;z-index:1}.timeline-left-slot{display:flex;justify-content:flex-end;padding-right:2.5rem}.timeline-right-slot{display:flex;justify-content:flex-start;padding-left:2.5rem}.timeline-center{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.timeline-dot{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:transform .3s ease}.timeline-dot--nutrition{background:#0d6b35;color:#fff;box-shadow:0 0 0 8px #0d6b351a,0 10px 24px #0d6b352e}.timeline-dot--hydration{background:#2f8075;color:#fff;box-shadow:0 0 0 8px #2f80751c,0 10px 24px #2f80752e}.timeline-row:hover .timeline-dot{transform:scale(1.12)}.timeline-pill{display:inline-flex;flex-direction:column;align-items:center;padding:.65rem 1.4rem;border-radius:var(--radius-full);text-align:center;gap:.2rem;transition:transform .3s ease}.timeline-pill--nutrition{background:#0d6b35;border:1px solid rgba(13,107,53,.12);box-shadow:0 10px 24px #0d6b3529}.timeline-pill--hydration{background:#2f8075;border:1px solid rgba(47,128,117,.12);box-shadow:0 10px 24px #2f807529}.timeline-pill-time{font-size:.95rem;font-weight:800;color:var(--text-white);white-space:nowrap;letter-spacing:.5px}.timeline-pill-label{font-size:.72rem;font-weight:500;color:#ffffffc7;white-space:nowrap}.timeline-row:hover .timeline-pill{transform:translateY(-2px)}.timeline-card{background:#fffdf7;border-radius:18px;padding:1.5rem 1.6rem;border:1px solid #d9d1c2;box-shadow:0 18px 42px #2a32231c;transition:transform .3s ease,box-shadow .3s ease;position:relative}.timeline-card--nutrition{border-top:3px solid rgba(13,107,53,.36)}.timeline-card--hydration{border-top:3px solid rgba(47,128,117,.36)}.timeline-row:hover .timeline-card{transform:translateY(-3px);box-shadow:0 24px 54px #2a322326}.timeline-card-title{font-size:1rem;font-weight:700;color:#102315;margin-bottom:.9rem;line-height:1.3}.timeline-card--nutrition .timeline-card-title{color:#0d6b35}.timeline-card--hydration .timeline-card-title{color:#2f8075}.timeline-card-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.timeline-card-items li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:#334236;line-height:1.5}.timeline-item-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#0d6b35;margin-top:.42rem}.timeline-card--hydration .timeline-item-dot{background:#2f8075}.timeline-card-note{margin-top:1rem;padding:.7rem .9rem;border-radius:var(--radius-md);background:#f9f5ec;border:1px solid #e3dccd;font-size:.8rem;color:#5d685f;line-height:1.6}.timeline-note-label{font-weight:700;color:#102315}.protocol-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.1rem}.protocol-cta p{color:var(--text-dark);font-size:.95rem}.protocol-download{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.9rem 1.8rem;border-radius:var(--radius-full);background:#0d6b35;color:#fff;font-size:.95rem;font-weight:700;white-space:nowrap;transition:all .3s ease;border:none;cursor:pointer}.protocol-download:hover{background:#0a552a;transform:translateY(-2px);box-shadow:0 12px 30px #4ade8040}@media(max-width:1024px){.kenapa-grid{gap:3rem}.kenapa-heading{font-size:2.2rem}.timeline{max-width:750px}.protocol-showcase{grid-template-columns:1fr;gap:3rem}.protocol-visual{max-width:720px;margin:0 auto}}@media(max-width:768px){.kenapa-section{padding:5rem 0 4rem}.kenapa-grid{grid-template-columns:1fr;gap:2.5rem}.kenapa-heading{font-size:2rem}.protocol-section{padding:4rem 0 5rem}.protocol-section-title{font-size:1.75rem}.protocol-section-header{text-align:left;margin-bottom:2.5rem}.protocol-list{padding-left:1.4rem;gap:1.7rem}.protocol-showcase{gap:2.4rem}.protocol-step{grid-template-columns:1rem minmax(0,1fr);gap:.75rem}.protocol-step-heading{align-items:flex-start;flex-direction:column;gap:.45rem}.protocol-visual{grid-template-columns:1fr}.protocol-image-main{width:min(90%,420px);justify-self:center;border-radius:14px 14px 14px 52%;aspect-ratio:.92 / 1}.timeline-line{left:26px;transform:none}.timeline-row{grid-template-columns:52px 1fr;grid-template-rows:auto auto;gap:.75rem 1rem;padding:1.5rem 0}.timeline-left-slot{grid-row:1;grid-column:1 / -1;justify-content:flex-start;padding-right:0;padding-left:4.5rem}.timeline-row--flipped .timeline-left-slot{order:2}.timeline-center{grid-row:1;grid-column:1;position:absolute;left:0;top:1.5rem}.timeline-right-slot{grid-row:2;grid-column:1 / -1;justify-content:flex-start;padding-left:4.5rem}.timeline-row--flipped .timeline-right-slot{order:1;grid-row:1}.timeline-pill{flex-direction:row;align-items:center;gap:.5rem;padding:.45rem 1rem}.timeline-pill-time{font-size:.85rem}}.timeline-line{background:#228b5726;overflow:hidden}.timeline-line-fill{width:100%;background:linear-gradient(to bottom,#4fc66b,#1f8a4c);transition:height .1s linear}.timeline-row{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.timeline-row.is-visible{opacity:1;transform:translateY(0)}.timeline-row .timeline-left-slot,.timeline-row .timeline-right-slot{transition:opacity .6s ease,transform .6s ease}.timeline-row:not(.is-visible) .timeline-left-slot{opacity:0;transform:translate(-20px)}.timeline-row:not(.is-visible) .timeline-right-slot{opacity:0;transform:translate(20px)}.timeline-row.is-visible .timeline-left-slot{opacity:1;transform:translate(0);transition-delay:.1s}.timeline-row.is-visible .timeline-right-slot{opacity:1;transform:translate(0);transition-delay:.2s}.timeline-dot{transform:scale(.6);transition:transform .4s ease .15s}.timeline-row.is-visible .timeline-dot{transform:scale(1)}@media(prefers-reduced-motion:reduce){.timeline-row,.timeline-row .timeline-left-slot,.timeline-row .timeline-right-slot,.timeline-dot,.timeline-line-fill{transition:none;opacity:1;transform:none}}.protocol-step{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.protocol-step.is-visible{opacity:1;transform:translateY(0)}.protocol-step-marker{transition:transform .4s ease,box-shadow .4s ease;transform:scale(.5)}.protocol-step.is-visible .protocol-step-marker{transform:scale(1)}.protocol-step-heading span{opacity:0;transform:translate(-10px);transition:opacity .5s ease,transform .5s ease;transition-delay:.15s}.protocol-step.is-visible .protocol-step-heading span{opacity:1;transform:translate(0)}.protocol-step ul li{opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.protocol-step.is-visible ul li{opacity:1;transform:translateY(0)}.protocol-step.is-visible ul li:nth-child(1){transition-delay:.2s}.protocol-step.is-visible ul li:nth-child(2){transition-delay:.28s}.protocol-step.is-visible ul li:nth-child(3){transition-delay:.36s}.protocol-step.is-visible ul li:nth-child(4){transition-delay:.44s}@media(prefers-reduced-motion:reduce){.protocol-step,.protocol-step-marker,.protocol-step-heading span,.protocol-step ul li,.kenapa-reveal-block,.kenapa-reveal-block .section-subtitle,.kenapa-reveal-block .kenapa-heading,.kenapa-reveal-block .kenapa-desc-block,.mosaic-reveal-item,.protocol-header-reveal,.protocol-header-reveal .protocol-section-title,.feature-row,.kenapa-learn-link{transition:none;animation:none;opacity:1;transform:none}}.testimonials{padding:4rem 0;background:#f9f5ec;color:#000}.testimonials .section-header{margin-bottom:3.6rem}.testimonials .section-header .section-subtitle{display:block;color:#4fc66b;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.32em;margin-bottom:1rem}.testimonials .section-header h2{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;color:#050a04;font-size:clamp(2.2rem,2vw,3.45rem);font-weight:800;line-height:1.05;letter-spacing:0;margin:0 auto .85rem;max-width:980px}.testimonials .section-header h2 span{color:#3b8f2c;font-style:italic;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.14em}.testimonials .section-header .section-desc{max-width:760px;margin:0 auto;color:#10140d;font-family:inter,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(1rem,1.55vw,1.22rem);font-style:italic;font-weight:400;line-height:1.45;text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-width:1220px;margin:0 auto}.testimonial-card{background:#002b0d;border:1px solid rgba(79,198,107,.18);border-radius:14px;padding:1.65rem 1.65rem 1.5rem;transition:all .35s ease;position:relative;display:flex;flex-direction:column;min-height:208px}.testimonial-card:hover{border-color:#4fc66b5c;transform:translateY(-3px);box-shadow:0 20px 45px #0000002e}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem;color:#ffb000}.testimonial-text{font-size:.91rem;color:#f9f5ece6;line-height:1.65;font-style:italic;margin:0 0 1.55rem;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:12px;margin-top:auto}.author-avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;background:#006b27;color:#4fc66b;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;letter-spacing:.02em}.author-info h4{font-size:.92rem;font-weight:800;color:#f9f5ec;margin:0 0 .12rem}.author-info span{font-size:.78rem;color:#4fc66bb8;font-weight:400}@media(max-width:768px){.testimonials{padding:5.5rem 0}.testimonials .section-header h2{font-size:clamp(2rem,9vw,2.65rem)}.testimonials .section-header .section-desc{max-width:100%;font-size:1rem;line-height:1.55}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{min-height:auto}}.media-section{background:#f9f5ec;padding:0}.media-light-band{background:#f9f5ec;padding:5.5rem 0 0}.media-cta{max-width:80%;margin:5rem auto 0;padding:4rem 3rem;background:#001802;border-radius:28px;text-align:center;box-shadow:0 24px 60px #001f081f;opacity:0;transform:translateY(42px) scale(.97);transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.media-cta.is-visible{opacity:1;transform:translateY(0) scale(1)}.media-cta-kicker,.media-cta h2,.media-cta-lead,.media-cta p,.media-cta-actions,.media-cta-trust{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.media-cta.is-visible .media-cta-kicker,.media-cta.is-visible h2,.media-cta.is-visible .media-cta-lead,.media-cta.is-visible p,.media-cta.is-visible .media-cta-actions,.media-cta.is-visible .media-cta-trust{opacity:1;transform:translateY(0) scale(1)}.media-cta.is-visible h2{transition-delay:.1s}.media-cta.is-visible .media-cta-lead{transition-delay:.2s}.media-cta.is-visible p{transition-delay:.3s}.media-cta.is-visible .media-cta-actions{transition-delay:.4s}.media-cta.is-visible .media-cta-trust{transition-delay:.5s}.media-cta h2{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(2.55rem,3.9vw,4.15rem);font-weight:800;line-height:1.04;color:#f9f5ec;letter-spacing:0;margin:0 0 1.35rem;white-space:nowrap}.media-cta p{max-width:680px;margin:0 auto 2.15rem;color:#f9f5ec9e;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.98rem;line-height:1.7}.photo-gallery-header{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;text-align:center}.photo-gallery-header h2{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;color:#050a04;font-size:clamp(1.5rem,3vw,3rem);font-weight:800;line-height:1;margin:0;letter-spacing:0}.photo-gallery-header p{max-width:760px;margin:0;color:#3d473d;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7}.media-gallery-link{position:absolute;right:0;display:inline-flex;align-items:center;gap:.55rem;min-height:44px;padding:.75rem 1.1rem;border-radius:var(--radius-full);background:#16351e;color:var(--text-white);font-weight:700;white-space:nowrap;transition:transform .25s ease,background .25s ease}.media-gallery-link:hover{background:var(--green-dark);transform:translateY(-2px)}.photo-gallery{width:min(100%,1180px);display:grid;gap:1.15rem;align-items:center;margin:0 auto 4rem}.photo-gallery-thumbs{display:flex;justify-content:center;align-items:center;gap:.48rem}.photo-thumb{width:9px;height:9px;min-height:0;padding:0;border:0;border-radius:999px;background:#063b1842;cursor:pointer;transition:width .25s ease,background .25s ease,transform .25s ease}.photo-thumb.active,.photo-thumb:hover{width:34px;background:#063b18;transform:translateY(-1px)}.photo-gallery-main{position:relative;width:100%;height:clamp(360px,47vw,610px);border-radius:24px;background:#d9edcf}.photo-gallery-main:before,.photo-gallery-main:after{content:"";position:absolute;top:0;bottom:0;width:16%;z-index:5;pointer-events:none}.photo-gallery-main:before{left:0;background:linear-gradient(90deg,#d9edcf 4%,#d9edcf00)}.photo-gallery-main:after{right:0;background:linear-gradient(270deg,#d9edcf 4%,#d9edcf00)}.photo-gallery-slide{position:absolute;top:50%;left:50%;width:min(66vw,900px);height:min(40vw,520px);max-height:calc(100% - 70px);padding:0;border:0;border-radius:22px;overflow:hidden;background:#eef4e8;box-shadow:0 18px 42px #063b1829;cursor:pointer;opacity:0;transform:translate(-50%,-50%) scale(.76);filter:blur(12px) saturate(.82);pointer-events:none;transition:opacity 1.25s cubic-bezier(.22,1,.36,1),left 1.25s cubic-bezier(.22,1,.36,1),transform 1.25s cubic-bezier(.22,1,.36,1),filter 1.25s cubic-bezier(.22,1,.36,1),box-shadow 1.25s cubic-bezier(.22,1,.36,1)}.photo-gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.photo-gallery-slide.active{left:50%;z-index:3;opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0) saturate(1);pointer-events:auto;box-shadow:0 0 0 8px #ffffffb8,0 24px 58px #063b1838}.photo-gallery-slide.prev,.photo-gallery-slide.next{z-index:2;opacity:.26;pointer-events:auto;filter:blur(10px) saturate(.78)}.photo-gallery-slide.prev{left:30%;transform:translate(-50%,-50%) scale(.72) rotate(-3deg)}.photo-gallery-slide.next{left:70%;transform:translate(-50%,-50%) scale(.72) rotate(3deg)}.photo-gallery-slide.hidden{z-index:1}@keyframes galleryImageFade{0%{opacity:0;transform:scale(.985);filter:blur(6px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.photo-gallery-next{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffffe0;color:#1a1a1a;display:flex;align-items:center;justify-content:center;border:0;box-shadow:0 8px 24px #0000001f;transition:transform .25s ease,background .25s ease}.photo-gallery-next:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.video-gallery-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;margin:0 0 2rem;text-align:center}.video-gallery-header h2{font-family:Playfair Display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;color:#050a04;font-size:clamp(1.5rem,3vw,3rem);font-weight:800;line-height:1;margin:0;letter-spacing:0}.video-gallery-header p{max-width:760px;margin:0;color:#3d473d;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.7}.video-grid{max-width:100vw;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;justify-self:center}.video-card{display:block;overflow:hidden;border-radius:var(--radius-lg);background:#102315;border:1px solid rgba(22,53,30,.12);box-shadow:0 18px 45px #0c23121f}.video-card iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0;background:#0b150d}.video-card-label{display:flex;align-items:center;gap:.6rem;padding:1rem;color:var(--text-white);font-weight:700;line-height:1.35;text-decoration:none;transition:color .25s ease}.video-card-label:hover{color:var(--green-primary)}.video-card-label svg{flex-shrink:0;color:var(--green-primary)}@media(max-width:900px){.media-cta{padding:3rem 2rem 2.8rem;margin-bottom:3.5rem;text-align:center;border-radius:20px}.media-cta h2{font-size:2.35rem;white-space:normal}.media-cta p{margin-left:auto;margin-right:auto}.media-cta-actions,.media-cta-trust{justify-content:center}.photo-gallery-header{flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.8rem}.media-gallery-link{position:static}.photo-gallery{width:100%;gap:.85rem;margin-bottom:3rem}.photo-gallery-thumbs{display:flex;gap:.5rem}.photo-thumb{min-height:0}.photo-thumb.active,.photo-thumb:hover{transform:translateY(-1px)}.photo-gallery-main{height:380px;min-height:0;border-radius:18px}.photo-gallery-slide{width:min(78vw,420px);height:270px;border-radius:16px}.photo-gallery-slide.prev{left:24%;transform:translate(-50%,-50%) scale(.68) rotate(-3deg)}.photo-gallery-slide.next{left:76%;transform:translate(-50%,-50%) scale(.68) rotate(3deg)}.photo-gallery-next{right:.9rem;width:42px;height:42px}.video-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.media-cta,.media-cta-kicker,.media-cta h2,.media-cta-lead,.media-cta p,.media-cta-actions,.media-cta-trust{opacity:1;transform:none;transition:none}}.footer{background-color:#0e1e12;color:var(--text-white);padding:6rem 0 2rem;font-size:.9rem;border-top:1px solid rgba(74,222,128,.08)}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem;margin-bottom:4rem}.footer-brand{flex:1 1 360px;min-width:280px}.footer-brand .logo img{max-height:40px;margin-bottom:1.5rem;filter:brightness(0) invert(1);opacity:.95}.footer-brand h3{font-size:1.4rem;line-height:1.25;margin-bottom:1rem;color:var(--text-white)}.footer-desc{color:var(--text-muted);line-height:1.7;margin-bottom:1.25rem;font-size:.9rem;max-width:430px}.footer-address{display:flex;align-items:flex-start;gap:.7rem;color:var(--text-muted);line-height:1.6;max-width:460px;margin-bottom:1.5rem}.footer-address svg{flex-shrink:0;margin-top:.2rem;color:var(--green-primary)}.footer-follow-label{display:block;color:var(--text-white);font-weight:700;margin-bottom:.85rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--green-primary);background-color:#4ade801a;width:40px;height:40px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all .3s;border:1px solid rgba(74,222,128,.15)}.social-links a:hover{background-color:var(--green-primary);color:var(--bg-dark);transform:translateY(-3px)}.footer-links{flex:2 1 560px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:3.5rem}.link-column h4{font-size:1.05rem;margin-bottom:1.5rem;font-weight:600;color:var(--text-white)}.link-column ul li{margin-bottom:1rem}.link-column a,.link-column span{color:var(--text-muted);transition:color .3s;font-size:.9rem}.link-column a:hover{color:var(--green-primary)}.contact-list li{display:flex;align-items:flex-start;gap:12px;color:var(--text-muted);margin-bottom:1rem;max-width:280px}.contact-list li svg{flex-shrink:0;margin-top:3px;color:var(--green-primary)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;color:var(--text-dimmed);font-size:.85rem}.footer-bottom p{display:inline-flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.footer-bottom span{color:var(--green-primary);font-weight:700}.footer-bottom a{color:var(--text-dimmed);transition:color .3s;margin:0 .5rem}.footer-bottom a:hover{color:var(--text-white)}@media(max-width:1024px){.footer-container{flex-direction:column;gap:3rem}.footer-links{justify-content:flex-start;gap:3rem}}@media(max-width:640px){.footer{padding:4rem 0 1.5rem}.footer-links{display:grid;grid-template-columns:1fr;gap:2rem}}.bundling-section{background:#f9f5ec;padding:0}.media-cta{max-width:80%;margin:5rem auto 0;padding:4rem 3rem;background:#001802;border-radius:28px;text-align:center;box-shadow:0 24px 60px #001f081f}.media-cta-kicker{display:block;color:#4fc66bc7;font-size:.72rem;font-weight:800;letter-spacing:.38em;text-transform:uppercase;margin-bottom:1.35rem}.media-cta h2{font-family:playfair display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:clamp(2.55rem,3.9vw,4.15rem);font-weight:800;line-height:1.04;color:#f9f5ec;letter-spacing:0;margin:0 0 1.35rem;white-space:nowrap}.media-cta-title-line{display:inline;color:#f9f5ec;font-style:normal;font-weight:800}.media-cta-title-accent{display:inline;color:#4fc66b;font-style:italic;font-weight:700}.media-cta-lead{display:block;margin:0 auto .85rem;color:#f9f5ec;font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:800;line-height:1.35}.media-cta p{max-width:680px;margin:0 auto 2.15rem;color:#f9f5ec9e;font-size:.98rem;line-height:1.7}.media-cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.55rem}.media-cta-primary,.media-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:54px;padding:.85rem 1.75rem;border-radius:var(--radius-full);font-weight:800;transition:transform .25s ease,background .25s ease,color .25s ease}.media-cta-primary{background:#4fc66b;color:#001f08}.media-cta-secondary{background:transparent;color:#d7c97c;border:1px solid rgba(249,245,236,.22)}.media-cta-primary:hover,.media-cta-secondary:hover{transform:translateY(-2px)}.media-cta-secondary:hover{color:#f9f5ec;border-color:#f9f5ec6b}.media-cta-trust{display:flex;justify-content:center;gap:.55rem;flex-wrap:wrap;color:#f9f5ec61;font-size:.78rem}.media-cta-trust span:not(:last-child):after{content:"•";margin-left:.55rem;color:#f9f5ec52}.set-card-visual,.set-card-content{position:relative;z-index:1}.set-card-visual{overflow:hidden;border-radius:16px}.set-card-visual img{width:100%;height:100%;object-fit:cover;display:block}.set-card-visual{min-height:420px;display:flex;align-items:flex-end;justify-content:center}.set-card-box{width:min(62%,430px);aspect-ratio:1.12 / 1;display:flex;flex-direction:column;justify-content:center;padding:2rem 1.7rem;border-radius:10px;background:linear-gradient(145deg,#5b63e8,#3f4bc4);box-shadow:0 24px 44px #00000047;color:#f6dc37;transform:translate(-12%)}.set-card-box span{color:#fff;font-size:clamp(1.35rem,2.4vw,2.15rem);font-weight:800;line-height:1}.set-card-box strong{width:fit-content;margin-top:.45rem;padding:.15rem .45rem;background:#f6dc37;color:#2440a8;font-size:clamp(1.55rem,3vw,2.8rem);font-weight:900;line-height:.92}.set-card-products{position:absolute;right:2%;bottom:-.5rem;display:flex;align-items:flex-end;justify-content:center;gap:clamp(.25rem,1vw,.7rem)}.set-card-products img{width:clamp(78px,8vw,128px);height:clamp(190px,18vw,310px);object-fit:contain;filter:drop-shadow(0 18px 16px rgba(0,0,0,.28));transform:translateY(calc(var(--image-index) * -8px))}.set-card-content{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.set-card-content h3{margin:0 0 .85rem;color:#fff;font-size:3rem;font-weight:900;font-family:playfair display,ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.set-card-content p{max-width:640px;margin:0 0 1.35rem;color:#ffffffd1;line-height:1.55}.set-card-content ul{display:grid;gap:.65rem;margin:0 0 2rem;padding:0;list-style:none}.set-card-content li{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:.65rem;color:#ffffffe6;line-height:1.35}.set-card-content li svg{margin-top:.1rem;color:#fff;fill:#fff}.set-card-price-row{display:flex;align-items:baseline;gap:1.6rem;margin-bottom:1.6rem;flex-wrap:wrap}.set-card-price-old{color:#ffffff8a;font-size:clamp(1.2rem,2vw,1.65rem);text-decoration:line-through;text-decoration-color:#ff5c70;text-decoration-thickness:3px}.set-card-price-row strong{color:#fff;font-size:2.2rem;font-weight:900;line-height:1}.set-card-actions{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.set-card-actions button{min-height:58px;padding:.95rem 2.4rem;border-radius:999px;background:#fff;color:#0f0f0f;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:900;text-transform:uppercase;box-shadow:0 12px 30px #00000024;transition:transform .25s ease,box-shadow .25s ease}.set-card-actions button:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0000002e}.set-card-actions a{display:inline-flex;align-items:center;gap:.35rem;color:#fffc;font-size:.98rem;text-decoration:underline;text-underline-offset:3px}.fat-fasting-set-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(460px,.92fr);align-items:center;gap:3rem;max-width:1440px;min-height:560px;margin:0 auto 3.4rem;padding:4.2rem 5rem;border-radius:28px;background:#001802;color:#fff;overflow:hidden;position:relative;box-shadow:none}.fat-fasting-set-card:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:44px 44px;opacity:.28;pointer-events:none}.about-hero{height:80vh;background:linear-gradient(#0f5a2dcc,#1a4d2ee6),url(/img/logo-jaxlab.png) center/cover no-repeat;color:#fff;display:flex;align-items:center}.hero-content-wrapper{max-width:1000px}.about-hero-text h1{font-size:3.5rem;line-height:1.2;margin:1.5rem 0;font-weight:700}.about-hero-text p{font-size:1.1rem;max-width:500px;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.btn-white{background:#f9f5ec;color:var(--primary-green);padding:.8rem 2rem;border-radius:999px;font-weight:600;border:none;transition:transform .2s}.btn-outline{background:transparent;color:#fff;padding:.8rem 2rem;border-radius:999px;font-weight:600;border:1px solid white}.pill-tag{background:#fff3;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.values-section{padding:6rem 0;background:#efe9e3}.values-container{display:flex;align-items:center;gap:4rem}.values-image{flex:1}.values-image img{width:100%;border-radius:12px}.values-content{flex:1}.pill-tag-light{background:#1a4d2e1a;color:var(--primary-green);padding:.4rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;display:inline-block;margin-bottom:1rem}.values-content h2{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.values-content p{color:#555;margin-bottom:1rem;line-height:1.6}.mission-section{background-color:var(--primary-green);color:#fff;padding:5rem 0;text-align:center}.small-subtitle{opacity:.7;text-transform:uppercase;letter-spacing:1px;font-size:.8rem;display:block;margin-bottom:.5rem}.mission-section h2{font-size:2.2rem;margin-bottom:4rem}.mission-grid{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.mission-item{max-width:250px}.icon-wrapper{font-size:2rem;margin-bottom:1rem;color:var(--accent-green)}.mission-item h3{font-size:1.2rem;margin-bottom:.5rem}.mission-item p{font-size:.9rem;opacity:.8}.commitment-section{padding:6rem 0;background:#efe9e3}.commitment-container{display:flex;align-items:center;justify-content:space-between;gap:4rem}.commitment-text{flex:1;max-width:450px}.commitment-text h2{font-size:2.5rem;color:var(--text-dark);margin:1rem 0}.commitment-image{flex:1.2}.commitment-image img{width:100%;border-radius:8px;box-shadow:0 10px 30px #0000001a}.cta-bottom{background-color:var(--primary-green);color:#fff;padding:5rem 0;text-align:center}.cta-bottom h2{font-size:2.5rem;margin-bottom:2rem}.btn-white-pill{background:#f9f5ec;color:var(--primary-green);padding:1rem 2.5rem;border-radius:999px;font-weight:600;font-size:1rem;border:none;transition:transform .2s}.btn-white-pill:hover{transform:scale(1.05)}@media(max-width:1024px){.values-container,.commitment-container{flex-direction:column;text-align:center}.about-hero-text h1{font-size:2.5rem}}.contact-page{min-height:100vh;display:flex;flex-direction:column}.contact-main{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 0;background-color:#efe9e3}.contact-container{display:flex;justify-content:center;align-items:flex-start;gap:4rem;width:100%}.contact-info{flex:1;max-width:400px;padding-top:1rem}.info-item{display:flex;align-items:flex-start;margin-bottom:2.5rem}.icon-circle{color:#db2777;margin-right:1.5rem;margin-top:.2rem}.info-text h3{font-size:1rem;font-weight:700;margin-bottom:.3rem;color:var(--text-dark)}.info-text p{font-size:.95rem;color:#555;line-height:1.6}.contact-map{flex:1.5;height:450px;background-color:#f0f0f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.map-frame{width:100%;height:100%}.map-frame iframe{width:100%;height:100%;border:0;display:block}@media(max-width:1024px){.contact-container{flex-direction:column;align-items:center;gap:3rem}.contact-map{width:100%;height:400px;order:-1}.contact-info{width:100%;max-width:100%;text-align:center;padding-top:0}.info-item{justify-content:center}}@media(max-width:600px){.contact-main{padding:2rem 0}.contact-map{height:300px}.contact-info{text-align:left}.info-item{justify-content:flex-start}}.product-detail-page{min-height:100vh;display:flex;flex-direction:column;background:#f9f5ec}.product-detail-page .header{background:#151b16;padding:.7rem 0}.product-detail-page .header--scrolled{background:#151b16f5}.detail-main{flex:1;padding:6.2rem 0 0;background-color:#f9f5ec;font-family:Inter,sans-serif}.detail-container{max-width:930px;margin:0 auto;padding:0 24px 3.8rem}.detail-empty-state{text-align:center;padding:4rem 1rem}.detail-topline{margin-bottom:1rem}.breadcrumbs{display:flex;align-items:center;gap:.35rem;margin-bottom:.85rem;color:#8a8f8b;font-size:.72rem;line-height:1.4}.breadcrumbs a{color:#69726c;text-decoration:none}.breadcrumbs a:hover{color:#14552e}.breadcrumbs span:last-child{color:#4b554f;font-weight:500}.back-link{display:inline-flex;align-items:center;gap:.35rem;color:#14552e;font-size:.76rem;font-weight:600;text-decoration:none}.back-link:hover{text-decoration:underline}.product-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(310px,.85fr);gap:2.6rem;align-items:start;margin-bottom:2rem}.product-gallery{display:grid;grid-template-columns:58px minmax(0,1fr);gap:.75rem;min-width:0}.product-gallery-single{grid-template-columns:minmax(0,1fr)}.thumbnail-list{display:flex;flex-direction:column;gap:.55rem}.thumb-item{width:58px;height:58px;padding:0;border:1.5px solid #d9e2db;border-radius:8px;overflow:hidden;cursor:pointer;background:#f9f5ec;transition:border-color .2s,box-shadow .2s}.thumb-item:hover,.thumb-item.active{border-color:#14552e;box-shadow:0 0 0 2px #14552e1a}.thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.main-image{position:relative;width:100%;aspect-ratio:4 / 5;max-height:min(62vh,560px);overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3efe7;border:1px solid #d9dedb;border-radius:12px}.main-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.product-badge-detail{position:absolute;top:14px;left:14px;z-index:2;padding:.28rem .7rem;border-radius:999px;background-color:#14552e;color:#fff;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge-new{background-color:#2196f3}.badge-sale{background-color:#ff5722}.product-details-info{padding-top:.18rem;min-width:0}.detail-category-tag{display:inline-flex;align-items:center;min-height:24px;padding:.28rem .8rem;border-radius:999px;background-color:#dceee3;color:#14552e;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.58rem}.product-title{margin:0 0 .28rem;color:#121812;font-size:1.46rem;font-weight:800;line-height:1.24}.product-subtitle{margin:0 0 .65rem;color:#69726c;font-size:.84rem;line-height:1.45}.rating-row{display:flex;align-items:center;gap:.45rem;margin-bottom:.7rem}.stars{display:flex;gap:1px}.review-count{color:#15803d;font-size:.76rem;text-decoration:underline}.price-row{display:flex;align-items:baseline;gap:.65rem;flex-wrap:wrap;margin-bottom:.42rem}.price-row h2{margin:0;color:#121812;font-size:1.42rem;font-weight:800}.original-price{color:#a3aaa5;font-size:.9rem;text-decoration:line-through}.discount-badge{padding:.12rem .45rem;border-radius:4px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700}.stock-row{display:flex;align-items:center;gap:.25rem;margin-bottom:1.18rem;font-size:.76rem}.stock-label{color:#111827;font-weight:800}.stock-status{font-weight:800}.stock-status-tersedia{color:#15803d}.stock-status-terbatas{color:#d97706}.stock-status-habis{color:#dc2626}.action-buttons{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:1.25rem}.btn-buy{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.7rem;border:0;border-radius:8px;background-color:#14552e;color:#fff;cursor:pointer;font-size:.82rem;font-weight:800;text-decoration:none;transition:background-color .2s,box-shadow .2s,transform .2s}.btn-buy:hover{background-color:#0f4625;box-shadow:0 10px 22px #14552e2e;transform:translateY(-1px)}.benefits-list{margin-top:0}.benefits-list p{margin:0 0 .48rem;color:#121812;font-size:.84rem;font-weight:800}.benefits-list ul{margin:0;padding:0;list-style:none}.benefits-list li{display:flex;align-items:flex-start;gap:.4rem;margin-bottom:.36rem;color:#2d352f;font-size:.78rem;line-height:1.45}.benefits-list li svg{flex:0 0 auto;margin-top:.12rem;color:#72b83c}.product-description-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:3rem;padding-top:1.9rem;border-top:1px solid #e5e7eb}.desc-section h3,.specs-section h3{margin:0 0 .85rem;color:#121812;font-size:1.05rem;font-weight:800}.desc-section p{margin:0;color:#4b5563;font-size:.82rem;line-height:1.72}.specs-list{margin:0;padding:0;list-style:none}.specs-list li{display:flex;align-items:flex-start;gap:.28rem;margin-bottom:.5rem;color:#374151;font-size:.8rem;line-height:1.5}.specs-list li:before{content:"-";color:#121812;font-weight:700}.specs-list strong{color:#121812}@media(max-width:1024px){.detail-container{max-width:760px}.product-layout{grid-template-columns:1fr;gap:1.7rem}.product-details-info{max-width:560px}}@media(max-width:768px){.detail-main{padding-top:5.7rem}.detail-container{padding:0 18px 3rem}.breadcrumbs{flex-wrap:wrap}.product-gallery{grid-template-columns:1fr}.thumbnail-list{order:2;flex-direction:row;overflow-x:auto;padding-bottom:.2rem}.main-image{aspect-ratio:4 / 5;max-height:520px}.thumb-item{flex:0 0 58px}.product-title,.price-row h2{font-size:1.25rem}.action-buttons{flex-direction:column}.btn-buy{width:100%}.product-description-block{grid-template-columns:1fr;gap:2rem}}:root{--ad-bg: #0c0e1a;--ad-surface: #141627;--ad-surface-2: #1a1d33;--ad-surface-3: #22264a;--ad-border: rgba(255, 255, 255, .06);--ad-border-hover: rgba(255, 255, 255, .12);--ad-text: #e8eaf6;--ad-text-2: #9ca3c4;--ad-text-3: #5c6391;--ad-primary: #6366f1;--ad-primary-glow: rgba(99, 102, 241, .25);--ad-primary-light: rgba(99, 102, 241, .08);--ad-success: #22c55e;--ad-success-bg: rgba(34, 197, 94, .1);--ad-warning: #f59e0b;--ad-warning-bg: rgba(245, 158, 11, .1);--ad-danger: #ef4444;--ad-danger-bg: rgba(239, 68, 68, .1);--ad-cyan: #06b6d4;--ad-cyan-bg: rgba(6, 182, 212, .1);--ad-r-sm: 10px;--ad-r: 14px;--ad-r-lg: 18px;--ad-r-xl: 24px;--ad-r-full: 9999px;--ad-tr: all .25s cubic-bezier(.4, 0, .2, 1);--ad-font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--ad-sh: 0 4px 24px rgba(0, 0, 0, .3);--ad-sh-sm: 0 2px 8px rgba(0, 0, 0, .2);--ad-sh-glow: 0 0 30px rgba(99, 102, 241, .08)}.admin-login,.admin-page{font-family:var(--ad-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.admin-page *,.admin-page *:before,.admin-page *:after,.admin-login *,.admin-login *:before,.admin-login *:after{box-sizing:border-box}.admin-login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--ad-bg);padding:1.5rem;position:relative;overflow:hidden}.admin-login:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);top:-200px;left:-150px;animation:float-orb 8s ease-in-out infinite}.admin-login:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);bottom:-200px;right:-100px;animation:float-orb 10s ease-in-out infinite reverse}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-20px) scale(1.05)}}.admin-login-box{background:var(--ad-surface);padding:2.75rem 2.5rem;border-radius:var(--ad-r-xl);border:1px solid var(--ad-border);box-shadow:var(--ad-sh),var(--ad-sh-glow);text-align:center;max-width:420px;width:100%;position:relative;z-index:1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.admin-login-box h2{margin:0 0 .5rem;color:var(--ad-text);font-size:1.6rem;font-weight:800;letter-spacing:-.03em}.admin-login-box p{color:var(--ad-text-2);margin:0 0 2rem;font-size:.9rem;line-height:1.6}.admin-login-box input{width:100%;padding:.85rem 1.125rem;border:1.5px solid var(--ad-border);border-radius:var(--ad-r-sm);font-size:.95rem;font-family:var(--ad-font);transition:var(--ad-tr);background:var(--ad-surface-2);color:var(--ad-text);margin-bottom:.875rem;display:block}.admin-login-box input::placeholder{color:var(--ad-text-3)}.admin-login-box input:focus{border-color:var(--ad-primary);background:var(--ad-surface-2);outline:none;box-shadow:0 0 0 3px var(--ad-primary-glow)}.admin-login-box .login-btn{width:100%;padding:.85rem 1.5rem;background:linear-gradient(135deg,var(--ad-primary),#818cf8);color:#fff;border:none;border-radius:var(--ad-r-sm);font-size:.95rem;font-weight:700;font-family:var(--ad-font);cursor:pointer;transition:var(--ad-tr);margin-top:.5rem;letter-spacing:.01em}.admin-login-box .login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--ad-primary-glow);filter:brightness(1.1)}.login-error{color:var(--ad-danger);font-size:.85rem;margin-bottom:1rem;padding:.7rem 1rem;background:var(--ad-danger-bg);border-radius:var(--ad-r-sm);border-left:3px solid var(--ad-danger);text-align:left}.admin-page{min-height:100vh;background:var(--ad-bg);display:flex;flex-direction:column;color:var(--ad-text)}.admin-topbar{background:var(--ad-surface);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;height:60px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--ad-border);box-shadow:0 1px 12px #00000040;flex-shrink:0}.admin-topbar h1{font-size:1.05rem;font-weight:800;color:var(--ad-text);margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,var(--ad-text-2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.admin-topbar-actions{display:flex;align-items:center;gap:.5rem}.admin-topbar-actions a{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1px solid var(--ad-border);border-radius:var(--ad-r-sm);background:var(--ad-surface-2);color:var(--ad-text-2);font-size:.8rem;font-weight:600;font-family:var(--ad-font);text-decoration:none;cursor:pointer;transition:var(--ad-tr)}.admin-topbar-actions a:hover{background:var(--ad-surface-3);color:var(--ad-text);border-color:var(--ad-border-hover)}.admin-topbar-actions button{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:1px solid var(--ad-border);border-radius:var(--ad-r-sm);background:var(--ad-surface-2);color:var(--ad-text-2);font-size:.8rem;font-weight:600;font-family:var(--ad-font);cursor:pointer;transition:var(--ad-tr)}.admin-topbar-actions button:hover{background:var(--ad-surface-3);color:var(--ad-text);border-color:var(--ad-border-hover)}.admin-topbar-actions .btn-danger{color:var(--ad-danger);border-color:#ef444440;background:var(--ad-danger-bg)}.admin-topbar-actions .btn-danger:hover{background:var(--ad-danger);color:#fff;border-color:var(--ad-danger)}.admin-body{display:flex;gap:0;flex:1;min-height:0}.admin-sidebar{width:240px;flex-shrink:0;background:var(--ad-surface);border-right:1px solid var(--ad-border);padding:1.5rem .875rem;display:flex;flex-direction:column;gap:.3rem;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}.sidebar-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ad-text-3);padding:.375rem .875rem;display:block;margin:.75rem 0 .375rem}.sidebar-btn{display:flex;align-items:center;gap:.7rem;padding:.7rem .875rem;border:none;background:transparent;border-radius:var(--ad-r-sm);cursor:pointer;font-size:.875rem;font-weight:500;font-family:var(--ad-font);color:var(--ad-text-2);transition:var(--ad-tr);text-align:left;width:100%;position:relative}.sidebar-btn:hover{background:var(--ad-surface-2);color:var(--ad-text)}.sidebar-btn.active{background:var(--ad-primary-light);color:var(--ad-primary);font-weight:700}.sidebar-btn.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;border-radius:0 3px 3px 0;background:var(--ad-primary)}.sidebar-icon{font-size:1rem;flex-shrink:0;width:22px;text-align:center}.sidebar-count{margin-left:auto;background:var(--ad-surface-3);color:var(--ad-text-3);font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:var(--ad-r-full);min-width:22px;text-align:center}.sidebar-btn.active .sidebar-count{background:var(--ad-primary);color:#fff}.admin-content{flex:1;min-width:0;padding:2rem;overflow-y:auto;background:var(--ad-bg)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.125rem;margin-bottom:1.75rem}.stat-card{background:var(--ad-surface);border-radius:var(--ad-r);border:1px solid var(--ad-border);padding:1.375rem;display:flex;align-items:center;gap:1rem;transition:var(--ad-tr);box-shadow:var(--ad-sh-sm);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:2px 2px 0 0}.stat-card:nth-child(1):before{background:linear-gradient(90deg,#6366f1,#818cf8)}.stat-card:nth-child(2):before{background:linear-gradient(90deg,#06b6d4,#67e8f9)}.stat-card:nth-child(3):before{background:linear-gradient(90deg,#22c55e,#86efac)}.stat-card:nth-child(4):before{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--ad-sh);border-color:var(--ad-border-hover)}.stat-icon{width:48px;height:48px;border-radius:var(--ad-r-sm);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.stat-icon.indigo{background:#6366f11f}.stat-icon.cyan{background:#06b6d41f}.stat-icon.emerald{background:#22c55e1f}.stat-icon.amber{background:#f59e0b1f}.stat-info{flex:1;min-width:0}.stat-value{font-size:1.75rem;font-weight:800;color:var(--ad-text);line-height:1;margin-bottom:.3rem;letter-spacing:-.03em}.stat-label{font-size:.8rem;color:var(--ad-text-3);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-card{background:var(--ad-surface);border-radius:var(--ad-r-lg);border:1px solid var(--ad-border);box-shadow:var(--ad-sh-sm);margin-bottom:1.75rem;overflow:hidden}.admin-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--ad-border)}.admin-card-header h2{margin:0;font-size:1rem;font-weight:700;color:var(--ad-text);letter-spacing:-.01em;display:flex;align-items:center;gap:.625rem}.admin-card-header h2:before{content:"";display:inline-block;width:3px;height:18px;background:linear-gradient(to bottom,var(--ad-primary),#818cf8);border-radius:3px}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:.85rem 1.125rem;background:var(--ad-surface-2);border-bottom:1px solid var(--ad-border);color:var(--ad-text-3);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.admin-table td{padding:.95rem 1.125rem;border-bottom:1px solid var(--ad-border);color:var(--ad-text);vertical-align:middle;background:var(--ad-surface);transition:var(--ad-tr)}.admin-table tr:last-child td{border-bottom:none}.admin-table tbody tr:hover td{background:var(--ad-surface-2)}.product-thumb{width:52px;height:52px;object-fit:cover;border-radius:var(--ad-r-sm);border:1px solid var(--ad-border);display:block}.actions-cell{white-space:nowrap;vertical-align:middle}.actions-cell button{margin-right:.5rem}.actions-cell button:last-child{margin-right:0}.btn-add{display:inline-flex;align-items:center;gap:.4rem;padding:.575rem 1.125rem;background:linear-gradient(135deg,var(--ad-primary),#818cf8);color:#fff;border:none;border-radius:var(--ad-r-sm);font-weight:700;font-size:.8rem;font-family:var(--ad-font);cursor:pointer;transition:var(--ad-tr);box-shadow:0 2px 8px var(--ad-primary-glow)}.btn-add:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--ad-primary-glow);filter:brightness(1.1)}.btn-edit{padding:.5rem 1rem;background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.4);border-radius:var(--ad-r-sm);cursor:pointer;font-size:.775rem;font-weight:700;font-family:var(--ad-font);transition:var(--ad-tr)}.btn-edit:hover{background:var(--ad-primary);color:#fff;border-color:var(--ad-primary);transform:translateY(-1px);box-shadow:0 4px 12px var(--ad-primary-glow)}.btn-delete{padding:.5rem 1rem;background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.4);border-radius:var(--ad-r-sm);cursor:pointer;font-size:.775rem;font-weight:700;font-family:var(--ad-font);transition:var(--ad-tr)}.btn-delete:hover{background:var(--ad-danger);color:#fff;border-color:var(--ad-danger);transform:translateY(-1px);box-shadow:0 4px 12px #ef444440}.btn-save{padding:.7rem 1.75rem;background:linear-gradient(135deg,var(--ad-primary),#818cf8);color:#fff;border:none;border-radius:var(--ad-r-sm);font-weight:700;font-size:.9rem;font-family:var(--ad-font);cursor:pointer;transition:var(--ad-tr);box-shadow:0 2px 8px var(--ad-primary-glow)}.btn-save:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--ad-primary-glow);filter:brightness(1.1)}.btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-cancel{padding:.7rem 1.75rem;background:var(--ad-surface-2);color:var(--ad-text-2);border:1.5px solid var(--ad-border);border-radius:var(--ad-r-sm);font-weight:600;font-size:.9rem;font-family:var(--ad-font);cursor:pointer;transition:var(--ad-tr)}.btn-cancel:hover{background:var(--ad-surface-3);color:var(--ad-text);border-color:var(--ad-border-hover)}.admin-form{display:grid;gap:1.375rem;padding:1.75rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.125rem}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;font-size:.8rem;color:var(--ad-text-2);letter-spacing:.01em}.form-group input,.form-group select,.form-group textarea{padding:.7rem .95rem;border:1.5px solid var(--ad-border);border-radius:var(--ad-r-sm);font-size:.875rem;font-family:var(--ad-font);color:var(--ad-text);background:var(--ad-surface-2);transition:var(--ad-tr)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--ad-text-3)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--ad-primary);outline:none;box-shadow:0 0 0 3px var(--ad-primary-glow);background:var(--ad-surface-2)}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%235c6391' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.form-group textarea{resize:vertical;min-height:100px;line-height:1.6}.form-actions{display:flex;gap:.875rem;padding-top:1.375rem;border-top:1px solid var(--ad-border)}.dynamic-list{display:flex;flex-direction:column;gap:.7rem}.dynamic-list-item{display:flex;gap:.5rem;align-items:center}.dynamic-list-item input{flex:1;padding:.625rem .85rem;border:1.5px solid var(--ad-border);border-radius:var(--ad-r-sm);font-size:.875rem;font-family:var(--ad-font);transition:var(--ad-tr);background:var(--ad-surface-2);color:var(--ad-text)}.dynamic-list-item input::placeholder{color:var(--ad-text-3)}.dynamic-list-item input:focus{border-color:var(--ad-primary);outline:none;box-shadow:0 0 0 3px var(--ad-primary-glow)}.btn-remove-item{padding:0;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--ad-danger-bg);color:var(--ad-danger);border:1px solid rgba(239,68,68,.2);border-radius:var(--ad-r-sm);cursor:pointer;font-size:.875rem;flex-shrink:0;transition:var(--ad-tr)}.btn-remove-item:hover{background:var(--ad-danger);color:#fff;transform:scale(1.05)}.btn-add-item{align-self:flex-start;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--ad-success-bg);color:var(--ad-success);border:1.5px dashed rgba(34,197,94,.35);border-radius:var(--ad-r-sm);cursor:pointer;font-size:.8rem;font-weight:700;font-family:var(--ad-font);margin-top:.375rem;transition:var(--ad-tr)}.btn-add-item:hover{background:var(--ad-success);color:#fff;border-style:solid;border-color:var(--ad-success)}.image-upload-item{min-height:80px}.file-upload-label{display:flex;align-items:center;justify-content:center;width:100%;min-height:90px;border:2px dashed var(--ad-border);border-radius:var(--ad-r-sm);cursor:pointer;transition:var(--ad-tr);background:var(--ad-surface-2)}.file-upload-label:hover{border-color:var(--ad-primary);background:var(--ad-primary-light)}.file-upload-label input{display:none}.file-upload-label span{color:var(--ad-text-3);font-size:.875rem;font-weight:600}.image-preview{position:relative;width:100%;max-width:200px;min-height:80px}.image-preview img{width:100%;height:80px;object-fit:cover;border-radius:var(--ad-r-sm);border:1px solid var(--ad-border)}.image-preview .btn-remove-item{position:absolute;top:-8px;right:-8px}.category-list{display:flex;flex-wrap:wrap;gap:.75rem;padding:1.75rem;min-height:60px}.category-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem .5rem 1.125rem;background:var(--ad-primary-light);border:1px solid rgba(99,102,241,.15);border-radius:var(--ad-r-full);font-size:.85rem;color:#a5b4fc;font-weight:700;transition:var(--ad-tr)}.category-chip:hover{box-shadow:0 2px 12px var(--ad-primary-glow);border-color:#6366f14d}.category-chip button{background:none;border:none;color:var(--ad-danger);cursor:pointer;font-size:.875rem;padding:0;line-height:1;opacity:.6;transition:var(--ad-tr);width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.category-chip button:hover{opacity:1;background:var(--ad-danger-bg)}.add-category-row{display:flex;gap:.75rem;max-width:440px;padding:1.375rem 1.75rem 1.75rem;border-top:1px solid var(--ad-border)}.add-category-row input{flex:1;padding:.675rem .95rem;border:1.5px solid var(--ad-border);border-radius:var(--ad-r-sm);font-size:.875rem;font-family:var(--ad-font);transition:var(--ad-tr);background:var(--ad-surface-2);color:var(--ad-text)}.add-category-row input::placeholder{color:var(--ad-text-3)}.add-category-row input:focus{border-color:var(--ad-primary);outline:none;box-shadow:0 0 0 3px var(--ad-primary-glow)}.admin-sidebar::-webkit-scrollbar,.admin-content::-webkit-scrollbar{width:6px}.admin-sidebar::-webkit-scrollbar-track,.admin-content::-webkit-scrollbar-track{background:transparent}.admin-sidebar::-webkit-scrollbar-thumb,.admin-content::-webkit-scrollbar-thumb{background:var(--ad-surface-3);border-radius:3px}.admin-sidebar::-webkit-scrollbar-thumb:hover,.admin-content::-webkit-scrollbar-thumb:hover{background:var(--ad-text-3)}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.admin-sidebar{width:200px}.admin-content{padding:1.375rem}}@media(max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.admin-body{flex-direction:column}.admin-sidebar{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;padding:.75rem;border-right:none;border-bottom:1px solid var(--ad-border)}.sidebar-label{display:none}.sidebar-btn{width:auto;flex-shrink:0}.sidebar-btn.active:before{display:none}.admin-content{padding:1rem}.admin-topbar{padding:0 1rem}}.App{min-height:100vh;display:flex;flex-direction:column}
