*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}#root{width:100%}body{color:#0f2415;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;background:#f0faf2;font-family:Segoe UI,system-ui,sans-serif}.reveal{opacity:0;transition:opacity .65s,transform .65s}.reveal-up{transform:translateY(36px)}.reveal-down{transform:translateY(-36px)}.reveal-left{transform:translate(-44px)}.reveal-right{transform:translate(44px)}.reveal-scale{transform:scale(.9)}.reveal.revealed{opacity:1;transform:translate(0)scale(1)}:root{--bg:#f0faf2;--bg2:#e8f5eb;--bg-dark:#0d1f12;--surface:#fff;--border:#c8e6cc;--green:#16a34a;--green-dark:#15803d;--green-lite:#22c55e;--green-pale:#dcfce7;--green-glow:#16a34a2e;--text:#0f2415;--text-mid:#3d6b4a;--text-soft:#6b8f74;--white:#fff}.app{background:var(--bg-dark);min-height:100vh;color:var(--white);font-family:Segoe UI,system-ui,sans-serif}.scroll-top-btn{z-index:200;background:var(--green);color:#fff;cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .3s,transform .3s,background .2s,box-shadow .2s;display:flex;position:fixed;bottom:32px;right:28px;transform:translateY(16px)scale(.85);box-shadow:0 4px 16px #16a34a66}.scroll-top-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.scroll-top-btn:hover{background:var(--green-dark);transform:translateY(-2px)scale(1);box-shadow:0 8px 24px #16a34a8c}.navbar{z-index:100;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:22px 48px;transition:background .3s,padding .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0d1f12f5;border-bottom-color:#22c55e1f;padding:16px 48px}.nav-logo{color:#4ade80;letter-spacing:.3px;align-items:center;font-size:17px;font-weight:700;display:flex}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:#ffffff8c;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--green-lite);transform-origin:0;border-radius:2px;height:2px;transition:transform .25s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}.nav-links a:hover{color:#4ade80}.nav-links a:hover:after{transform:scaleX(1)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:#4ade80;border-radius:2px;width:22px;height:2px;display:block}@media (width<=768px){.navbar{padding:18px 20px}.navbar.scrolled{padding:14px 20px}.hamburger{display:flex}.nav-links{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0d1f12fa;border-top:1px solid #22c55e1f;flex-direction:column;gap:0;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{padding:14px 24px;font-size:15px;display:block}.nav-links a:after{display:none}}.hero-section{background:radial-gradient(at 45% 55%,#0a1f0e 0%,#060e07 100%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.particles{pointer-events:none;z-index:0;position:absolute;inset:0}.hero-glow{pointer-events:none;z-index:0;border-radius:50%;transition:transform .1s ease-out;position:absolute}.g1{filter:blur(60px);background:radial-gradient(circle,#16a34a24 0%,#0000 70%);width:600px;height:600px;animation:9s ease-in-out infinite alternate gFloat;top:-160px;left:-120px}.g2{filter:blur(70px);background:radial-gradient(circle,#22c55e1a 0%,#0000 70%);width:500px;height:500px;animation:12s ease-in-out infinite alternate-reverse gFloat;bottom:-100px;right:-100px}.g3{filter:blur(50px);background:radial-gradient(circle,#16a34a0f 0%,#0000 70%);width:360px;height:360px;animation:6s ease-in-out infinite gPulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gFloat{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.12)translate(18px,14px)}}@keyframes gPulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.7;transform:translate(-50%,-50%)scale(1.18)}}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;transition:transform 80ms ease-out;animation:.9s both heroIn;display:flex;position:relative}@keyframes heroIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-logo-wrap{width:116px;height:116px;transition:transform .1s ease-out;animation:.9s 50ms both heroIn;position:relative}.hero-logo{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border:3px solid #4ade8080;border-radius:50%;width:116px;height:116px;animation:3s ease-in-out infinite logoPulse;box-shadow:0 0 0 8px #16a34a12,0 0 48px #16a34a47}.hero-logo-ring{border-style:solid;border-color:#0000;border-radius:50%;position:absolute}.r1{border-width:1.5px;border-top-color:#4ade8066;border-right-color:#4ade8033;animation:10s linear infinite spin;inset:-10px}.r2{border-width:1px;border-bottom-color:#16a34a40;border-left-color:#16a34a1f;animation:18s linear infinite reverse spin;inset:-20px}@keyframes logoPulse{0%,to{box-shadow:0 0 0 8px #16a34a12,0 0 36px #16a34a38}50%{box-shadow:0 0 0 14px #16a34a0a,0 0 60px #16a34a66}}@keyframes spin{to{transform:rotate(360deg)}}.hero-badge{color:#86efac;letter-spacing:2px;text-transform:uppercase;background:#16a34a1a;border:1px solid #4ade8047;border-radius:999px;align-items:center;gap:8px;padding:6px 16px;font-size:11px;font-weight:600;animation:.9s .1s both heroIn;display:inline-flex}.badge-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite blink;box-shadow:0 0 8px 2px #4ade8099}@keyframes blink{0%,to{opacity:1}50%{opacity:.2}}.hero-title{flex-direction:column;gap:2px;font-weight:900;line-height:1.05;animation:.9s .15s both heroIn;display:flex}.ht1{letter-spacing:-2px;color:#f0fdf4;font-size:clamp(44px,8vw,94px)}.ht2{letter-spacing:-1px;color:#ffffff59;font-size:clamp(26px,4.5vw,54px)}.ht3{letter-spacing:-2px;background:linear-gradient(135deg,#4ade80 0%,#86efac 60%,#4ade80 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(44px,8vw,94px);animation:4s linear infinite shimmer}@keyframes shimmer{0%{background-position:0%}to{background-position:200%}}.hero-sub{color:#ffffff73;max-width:480px;font-size:clamp(15px,2vw,18px);line-height:1.75;animation:.9s .22s both heroIn}.hero-cta{background:var(--green);color:#fff;border-radius:12px;align-items:center;gap:10px;padding:14px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;animation:.9s .28s both heroIn;display:inline-flex;box-shadow:0 4px 20px #16a34a59}.hero-cta svg{width:17px;height:17px;transition:transform .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #16a34a80}.hero-cta:hover svg{transform:translate(4px)}.scroll-hint{letter-spacing:2px;color:#fff3;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:10px;animation:1s .8s both heroIn;display:flex;position:absolute;bottom:28px;left:0;right:0}.scroll-arrow{border-bottom:2px solid #4ade8080;border-right:2px solid #4ade8080;width:17px;height:17px;animation:1.4s ease-in-out infinite bounce;transform:rotate(45deg)}@keyframes bounce{0%,to{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(5px)}}.app-banner-section{text-align:center;background:linear-gradient(160deg,#071a0c 0%,#0a2212 40%,#071a0c 100%);border-top:1px solid #4ade8026;border-bottom:1px solid #4ade8026;padding:110px 24px;position:relative;overflow:hidden}.app-banner-section:before{content:"";pointer-events:none;background-image:linear-gradient(#4ade800a 1px,#0000 1px),linear-gradient(90deg,#4ade800a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.app-banner-glow{pointer-events:none;opacity:0;border-radius:50%;transition:opacity 1.2s;position:absolute}.ab-g1{filter:blur(40px);background:radial-gradient(circle,#16a34a8c 0%,#16a34a26 40%,#0000 70%);width:700px;height:700px;animation:8s ease-in-out infinite alternate gFloat;top:-180px;left:-160px}.ab-g2{filter:blur(40px);background:radial-gradient(circle,#22c55e80 0%,#22c55e1f 40%,#0000 70%);width:600px;height:600px;animation:11s ease-in-out infinite alternate-reverse gFloat;bottom:-140px;right:-140px}.app-banner-section:after{content:"";pointer-events:none;filter:blur(30px);background:radial-gradient(#16a34a2e 0%,#0000 70%);border-radius:50%;width:500px;height:300px;animation:5s ease-in-out infinite gPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ab-g1.ab-visible,.ab-g2.ab-visible{opacity:1}.app-banner-inner{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:28px;max-width:700px;margin:0 auto;transition:opacity .75s,transform .75s;display:flex;position:relative;transform:translateY(36px)}.app-banner-inner.ab-visible{opacity:1;transform:translateY(0)}.ab-tag{color:#86efac;letter-spacing:2.5px;text-transform:uppercase;background:#16a34a33;border:1px solid #4ade8080;border-radius:999px;align-items:center;gap:8px;padding:7px 18px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 0 16px #4ade8033,inset 0 0 12px #16a34a1a}.ab-tag-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite blink;box-shadow:0 0 10px 3px #4ade80cc}.ab-title{letter-spacing:-2.5px;color:#f0fdf4;text-shadow:0 0 60px #16a34a33;margin:0;font-size:clamp(42px,8vw,88px);font-weight:900;line-height:1.06}.ab-highlight{background:linear-gradient(135deg,#4ade80 0%,#bbf7d0 45%,#4ade80 100%) 0 0/200%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 28px #4ade80a6);-webkit-background-clip:text;background-clip:text;animation:2.5s linear infinite shimmer;display:block}.ab-sub{color:#ffffff80;max-width:480px;margin:0;font-size:17px;line-height:1.75}.ab-phone{filter:drop-shadow(0 0 50px #16a34a73);animation:3.5s ease-in-out infinite phoneFloat}@keyframes phoneFloat{0%,to{transform:translateY(0)rotate(-1deg)}50%{transform:translateY(-14px)rotate(1deg)}}.ab-phone-frame{background:linear-gradient(170deg,#0f2a16,#071a0c);border:2px solid #4ade8073;border-radius:38px;flex-direction:column;align-items:center;gap:0;width:200px;padding:12px 10px 14px;display:flex;position:relative;box-shadow:0 0 0 5px #16a34a12,0 0 0 10px #16a34a08,0 0 70px #16a34a80,0 30px 70px #000000b3}.ab-phone-frame:before{content:"";background:#4ade8059;border-radius:0 2px 2px 0;width:3px;height:40px;position:absolute;top:80px;right:-4px}.ab-phone-notch{background:#071a0c;border:1.5px solid #4ade8040;border-radius:999px;width:60px;height:16px;margin-bottom:8px;position:relative}.ab-phone-notch:after{content:"";background:#4ade8080;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 6px #4ade80cc}.ab-phone-screen{background:#0a1f0e;border-radius:22px;flex-direction:column;width:100%;display:flex;overflow:hidden}.ab-screen-status{color:#ffffff80;justify-content:space-between;align-items:center;padding:6px 12px 4px;font-size:9px;font-weight:700;display:flex}.ab-status-icons{align-items:flex-end;gap:2px;display:flex}.ab-status-bar{background:#4ade8099;border-radius:1px;width:4px;display:inline-block}.ab-status-bar.s1{height:6px}.ab-status-bar.s2{height:9px}.ab-status-bar.s3{height:12px}.ab-screen-header{border-bottom:1px solid #4ade801a;align-items:center;gap:8px;padding:6px 12px 10px;display:flex}.ab-screen-logo{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border:1.5px solid #4ade8066;border-radius:8px;width:32px;height:32px;box-shadow:0 0 10px #16a34a66}.ab-screen-name{color:#86efac;font-size:11px;font-weight:800;line-height:1.2}.ab-screen-tag{color:#ffffff4d;font-size:9px}.ab-product-row{border-bottom:1px solid #4ade8012;align-items:center;gap:8px;padding:8px 12px;transition:background .2s;display:flex}.ab-product-row:hover{background:#16a34a14}.ab-row-icon{background:#16a34a26;border:1px solid #4ade8033;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.ab-row-info{flex:1}.ab-row-name{color:#d1fae5;font-size:10px;font-weight:700}.ab-row-sub{color:#ffffff4d;margin-top:1px;font-size:8px}.ab-row-dot{background:#4ade80;border-radius:50%;width:6px;height:6px;box-shadow:0 0 5px #4ade80b3}.ab-screen-cta{color:#fff;text-align:center;letter-spacing:.5px;background:linear-gradient(135deg,#16a34a,#15803d);padding:10px;font-size:10px;font-weight:800}.ab-phone-home{background:#4ade8059;border-radius:999px;width:56px;height:4px;margin-top:10px}.ab-stores{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.ab-store{cursor:default;background:#16a34a1f;border:1px solid #4ade8059;border-radius:14px;padding:14px 26px;transition:background .25s,border-color .25s,box-shadow .25s;box-shadow:0 0 #4ade8000}.ab-store:hover{background:#16a34a38;border-color:#4ade80a6;box-shadow:0 0 20px #4ade802e}.ab-store-s{color:#fff6;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:4px;font-size:10px}.ab-store-n{color:#d1fae5;letter-spacing:-.3px;font-size:17px;font-weight:800}.section{background:var(--bg);padding:96px 0}.section-alt{background:var(--bg2)}.section-inner{max-width:1160px;margin:0 auto;padding:0 24px}.section-tag{color:var(--green);letter-spacing:2.5px;text-transform:uppercase;background:#16a34a1a;border:1px solid #16a34a40;border-radius:999px;margin-bottom:14px;padding:4px 14px;font-size:11px;font-weight:700;display:inline-block}.section-title{letter-spacing:-1px;color:var(--text);margin:0 0 12px;font-size:clamp(26px,4vw,46px);font-weight:800;line-height:1.14}.accent-text{background:linear-gradient(135deg, var(--green), #15803d);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-sub{color:var(--text-soft);max-width:480px;margin-bottom:48px;font-size:16px;line-height:1.75}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:10px;padding:24px 22px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.product-card:hover{border-color:#16a34a59;transform:translateY(-5px);box-shadow:0 12px 36px #16a34a1a}.product-icon-wrap{border-radius:13px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.product-tag-pill{letter-spacing:1px;text-transform:uppercase;border:1px solid;border-radius:999px;width:fit-content;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.product-card h3{color:var(--text);margin:0;font-size:17px;font-weight:700}.product-card p{color:var(--text-soft);margin:0;font-size:13.5px;line-height:1.65}.market-how{border:1px solid var(--border);background:#f6fdf8;border-radius:16px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:44px;padding:22px 26px;display:flex}.market-step-wrap{flex:1;align-items:center;gap:8px;min-width:150px;display:flex}.market-step{align-items:flex-start;gap:12px;display:flex}.step-num{color:#16a34a33;min-width:36px;font-size:26px;font-weight:900;line-height:1}.step-title{color:var(--green-dark);margin-bottom:3px;font-size:13.5px;font-weight:700}.step-desc{color:var(--text-soft);font-size:13px;line-height:1.5}.market-arrow{color:#16a34a4d;font-size:18px;font-weight:700}@media (width<=680px){.market-arrow{display:none}}.livestock-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:36px;display:grid}.livestock-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:9px;padding:22px 16px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.livestock-card:after{content:"";background:linear-gradient(90deg, var(--green), var(--green-lite));transform-origin:0;border-radius:0 0 16px 16px;height:3px;transition:transform .28s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.livestock-card:hover{border-color:#16a34a4d;transform:translateY(-4px);box-shadow:0 8px 24px #16a34a1a}.livestock-card:hover:after{transform:scaleX(1)}.livestock-icon-wrap{background:#16a34a1a;border:1px solid #16a34a33;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.livestock-en{color:var(--text);font-size:16px;font-weight:700;display:block}.livestock-ta{color:var(--green);font-size:13px;font-weight:500;display:block}.livestock-desc{color:var(--text-soft);margin:0;font-size:12.5px;line-height:1.6}.market-cta{background:var(--green-pale);border:1px solid #16a34a33;border-radius:16px;flex-wrap:wrap;align-items:center;gap:18px;padding:26px 28px;display:flex}.market-cta-icon{font-size:34px}.market-cta-title{color:var(--green-dark);margin-bottom:4px;font-size:17px;font-weight:700}.market-cta-sub{color:var(--text-soft);font-size:13.5px}.market-cta-tag{background:var(--green);color:#fff;white-space:nowrap;cursor:pointer;border:none;border-radius:10px;margin-left:auto;padding:9px 20px;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 14px #16a34a4d}.market-cta-tag:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 8px 20px #16a34a73}@media (width<=600px){.market-cta{text-align:center;flex-direction:column}.market-cta-tag{margin-left:0}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:26px 22px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--green), var(--green-lite));opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.service-card:hover{border-color:#16a34a4d;transform:translateY(-4px);box-shadow:0 8px 24px #16a34a17}.service-card:hover:before{opacity:1}.service-icon-wrap{background:#16a34a1a;border:1px solid #16a34a33;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.service-card h3{color:var(--green-dark);margin:0 0 7px;font-size:16px;font-weight:700}.service-card p{color:var(--text-soft);margin:0;font-size:13.5px;line-height:1.65}.about-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}@media (width<=768px){.about-inner{grid-template-columns:1fr;gap:36px}}.about-img-col{justify-content:center;display:flex}.about-img-wrap{width:300px;height:300px;position:relative}.about-img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border:2px solid #16a34a40;border-radius:24px;width:100%;height:100%;box-shadow:0 0 50px #16a34a1a,0 16px 48px #00000014}.about-badge-float{color:var(--green-dark);letter-spacing:.5px;background:#fff;border:1.5px solid #16a34a33;border-radius:14px;align-items:center;gap:7px;padding:10px 16px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:-18px;right:-18px;box-shadow:0 8px 28px #0000001a,0 2px 8px #16a34a1f}.about-para{color:var(--text-soft);margin:0 0 14px;font-size:15.5px;line-height:1.8}.about-points{flex-direction:column;gap:9px;margin:6px 0 0;padding:0;list-style:none;display:flex}.about-points li{color:var(--text-mid);align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.footer{background:var(--bg-dark);text-align:center;border-top:1px solid #22c55e1a;padding:42px 24px}.footer-inner{flex-direction:column;align-items:center;gap:9px;max-width:1160px;margin:0 auto;display:flex}.footer-brand{color:#4ade80;align-items:center;gap:10px;font-size:17px;font-weight:700;display:flex}.footer-brand img{object-fit:cover;border:2px solid #4ade8059;border-radius:50%;width:34px;height:34px}.footer-tagline{color:#4ade8099;letter-spacing:.5px;margin:0;font-size:13px}.footer-copy{color:#fff3;margin:0;font-size:12px}
