:root{--bg:#e8ebe6;--ink:#0e0f0c;--body:#454745;--muted:#868685;--lime:#9fe870;--lime-soft:#e2f6d5;--green-deep:#163300;--deep:#054d28;--dark:#0e0f0c;--footer-bg:#f9faf8;--font:"Inter","Noto Sans SC",-apple-system,BlinkMacSystemFont,sans-serif;--side:240px;--content:1560px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.page{background:var(--bg);color:var(--ink);overflow:hidden}.section{padding:90px var(--side)}.shell{width:100%;max-width:var(--content);margin-inline:auto}.section-title{font-weight:900;font-size:64px;line-height:1.05;letter-spacing:-1.5px;color:var(--ink)}.section-lead{font-size:18px;line-height:1.5}.section-lead,.text-body{font-weight:400;color:var(--body)}.text-body{font-size:15px;line-height:24px}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:77px;background:rgba(255,255,255,.8);backdrop-filter:blur(8.5px);-webkit-backdrop-filter:blur(8.5px);border-bottom:1px solid var(--bg)}.navbar-inner{height:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 80px}.nav-logo img{width:125px;height:auto;object-fit:contain}.nav-links{gap:14px}.nav-link,.nav-links{display:flex;align-items:center}.nav-link{justify-content:center;padding:8px 16px;border-radius:9999px;font-weight:600;font-size:14px;line-height:1.15;color:var(--muted)}.nav-link.is-active{background:rgba(211,242,192,.52);border:1px solid rgba(14,15,12,.1);color:var(--ink)}.btn-cta{background:var(--lime);color:var(--green-deep);font-weight:600;font-size:14px;padding:14px 24px;border-radius:9999px}.nav-toggle{display:none;position:relative;width:36px;height:36px;margin-left:auto;padding:0;background:transparent;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-toggle-bar{position:absolute;left:7px;right:7px;height:1.5px;background:var(--ink);border-radius:1px;transition:top .25s ease,transform .25s ease}.nav-toggle-bar:first-child{top:13px}.nav-toggle-bar:nth-child(2){top:21px}.navbar.is-open .nav-toggle-bar:first-child{top:17px;transform:rotate(45deg)}.navbar.is-open .nav-toggle-bar:nth-child(2){top:17px;transform:rotate(-45deg)}.navbar.is-open{position:fixed;top:0;left:0;right:0}.nav-menu{display:none}.footer{background:var(--footer-bg);padding:64px var(--side);display:flex;flex-direction:column;gap:51px}.footer-top{display:flex;gap:72px;align-items:flex-start;width:100%;max-width:var(--content);margin:0 auto}.footer-brand{width:280px;display:flex;flex-direction:column;gap:12px}.footer-logo{font-weight:900;font-size:18px;color:var(--ink)}.footer-logo .accent{color:var(--lime)}.footer-desc{font-weight:400;font-size:13px;line-height:1.7;color:var(--body)}.footer-col{max-width:168px;display:flex;flex-direction:column;gap:12px}.footer-col-long{flex:1 1;display:flex;flex-direction:column;gap:12px}.footer-head{font-weight:600;font-size:13px;color:var(--ink);margin-bottom:4px}.footer-col a,.footer-col-long span{font-weight:400;font-size:13px;color:var(--body)}.footer-qr{flex-direction:row;gap:24px;align-items:flex-start;padding:14px 24px}.footer-qr,.footer-qr-item{display:flex;justify-content:center}.footer-qr-item{flex-direction:column;gap:12px;align-items:center}.footer-qr img{width:104px;height:103px;object-fit:cover}.footer-qr p{font-weight:500;font-size:14px;line-height:1;color:var(--ink);text-align:center}.footer-copy{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--content);margin:0 auto}.footer-copy a,.footer-copy span{font-weight:400;font-size:11px;color:var(--muted)}@media (max-width:1920px){:root{--side:64px}}@media (max-width:900px){:root{--side:32px}.navbar{height:56px}.navbar-inner{gap:8px;padding:0 20px}.nav-logo img{width:104px}.nav-cta-desktop,.nav-links{display:none}.nav-toggle{display:inline-block}.nav-menu{position:fixed;top:56px;left:0;right:0;bottom:0;z-index:49;display:flex;flex-direction:column;gap:8px;padding:24px 24px 32px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--bg);overflow-y:auto;transform:translateY(-8px);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .2s ease}.nav-menu.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-menu-list{display:flex;flex-direction:column}.nav-menu-link{display:flex;align-items:center;justify-content:space-between;padding:22px 4px;border-bottom:1px solid rgba(14,15,12,.08);font-size:22px;font-weight:600;line-height:1.2;color:var(--ink)}.nav-menu-link.is-active{color:var(--green-deep)}.nav-menu-chevron{color:var(--muted);font-size:28px;font-weight:400;line-height:1}.nav-menu-cta.btn-cta{margin-top:24px;width:100%;text-align:center;padding:18px 24px;font-size:17px;font-weight:700}.footer-top{flex-wrap:wrap}.footer-brand{width:100%}}@media (max-width:560px){:root{--side:24px}.navbar-inner{padding:0 16px}.nav-logo img{width:96px}.nav-menu{padding:20px 20px 28px}.nav-menu-link{font-size:20px;padding:20px 4px}.footer-col{display:none}.footer-copy{flex-direction:column}}[data-reveal]{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease;will-change:opacity,transform}body.has-reveal-js [data-reveal]{opacity:0;transform:translateY(18px)}[data-reveal=group],[data-reveal=group]>*,[data-reveal].is-revealed,body.has-reveal-js [data-reveal].is-revealed{opacity:1;transform:none}[data-reveal=group]>*{transition:opacity .55s ease,transform .55s ease}body.has-reveal-js [data-reveal=group]>*{opacity:0;transform:translateY(18px)}[data-reveal=group].is-revealed>*,body.has-reveal-js [data-reveal=group].is-revealed>*{opacity:1;transform:none}[data-reveal=group].is-revealed>:first-child{transition-delay:0s}[data-reveal=group].is-revealed>:nth-child(2){transition-delay:.07s}[data-reveal=group].is-revealed>:nth-child(3){transition-delay:.14s}[data-reveal=group].is-revealed>:nth-child(4){transition-delay:.21s}[data-reveal=group].is-revealed>:nth-child(5){transition-delay:.28s}[data-reveal=group].is-revealed>:nth-child(6){transition-delay:.35s}[data-reveal=group].is-revealed>:nth-child(7){transition-delay:.42s}[data-reveal=group].is-revealed>:nth-child(8){transition-delay:.49s}@keyframes hero-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes mesh-float{0%{transform:translate(0)}to{transform:translateY(-14px)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important}[data-reveal=group]>*,[data-reveal],[data-reveal]>*{opacity:1!important;transform:none!important}}.h-eyebrow{display:inline-flex;align-items:center;gap:8px;justify-content:center;width:-moz-fit-content;width:fit-content;padding:6px 14px;border:1px solid rgba(159,232,112,.45);border-radius:999px;background:rgba(159,232,112,.28);font-weight:900;font-size:12px;line-height:16px;letter-spacing:.48px;text-transform:uppercase;color:var(--green-deep)}.h-eyebrow:before{content:"";display:block;width:8px;height:8px;border-radius:4px;background:var(--lime);flex-shrink:0}.h-eyebrow-en{border:1px solid rgba(197,237,171,.45);border-radius:999px;line-height:16px}.h-eyebrow-chip,.h-eyebrow-en{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:6px 14px;background:var(--lime-soft);font-weight:700;font-size:12px;color:var(--green-deep)}.h-eyebrow-chip{gap:6px;border-radius:9999px;border:1px solid rgba(159,232,112,.4)}.h-eyebrow-lime{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:var(--lime)}.h-eyebrow-lime:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--lime);flex-shrink:0}.h-sec-head{gap:20px;margin-bottom:56px}.h-sec-head,.h-sec-head-dk{display:flex;flex-direction:column}.h-sec-head-dk{gap:16px;margin-bottom:48px}.h-sec-title{color:var(--ink)}.h-sec-title,.h-sec-title-lt{font-weight:900;font-size:clamp(40px,4vw,64px);line-height:1.2;letter-spacing:-1.2px}.h-sec-title-lt{color:#fff}.h-sec-lead{font-size:16px;line-height:28px;color:#4c514b}.h-sec-lead-lt{font-size:16px;line-height:26px;color:rgba(255,255,255,.85);max-width:none}.h-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:24px;background:var(--lime);color:var(--ink);font-weight:700;font-size:16px;line-height:24px;white-space:nowrap}.h-btn-primary:hover{opacity:.88}.h-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:24px;border:0;background:var(--bg);color:var(--ink);font-weight:700;font-size:16px;line-height:24px;white-space:nowrap}.h-btn-ghost:hover{background:rgba(14,15,12,.05)}.h-btn-outline-lt{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:9999px;border:1.5px solid rgba(255,255,255,.3);color:#fff;font-weight:600;font-size:15px;white-space:nowrap}.h-btn-outline-lt:hover{border-color:rgba(255,255,255,.6)}.h-tag{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:9999px;border:1px solid rgba(197,237,171,.45);font-size:14px;line-height:20px;font-weight:700;color:var(--green-deep);background:var(--lime-soft)}.h-tag-lime{border-radius:9999px;background:rgba(159,232,112,.15);border:1px solid rgba(159,232,112,.4);font-size:12px}.h-tag-lime,.h-tag-lime-soft{display:inline-flex;align-items:center;padding:5px 12px;font-weight:600;color:var(--green-deep)}.h-tag-lime-soft{font-size:13px}.h-tag-lime-soft,.h-tag-outline{border-radius:9999px;background:var(--lime-soft)}.h-tag-outline{display:inline-flex;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;color:var(--green-deep);letter-spacing:.3px;width:-moz-fit-content;width:fit-content}.h-tags-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:0}.h-section-cta{margin-top:32px}figure{position:relative;overflow:hidden;border-radius:16px;margin:0}figure img{width:100%;height:100%;object-fit:cover;display:block}figure figcaption{position:absolute;bottom:0;left:0;right:0;padding:20px 24px;background:linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent)}.h-fig-title{font-weight:700;font-size:20px;color:#fff;line-height:28px}.h-fig-sub{font-size:14px;color:rgba(255,255,255,.75);line-height:20px;margin-top:4px}.h-hero{position:relative;overflow:hidden;padding:120px max(24px,calc((100vw - 1440px) / 2)) 194px;background:radial-gradient(520px 440px at 82% 2%,rgba(159,232,112,.45),rgba(159,232,112,0) 62%),radial-gradient(470px 380px at 10% 18%,rgba(66,111,156,.18),rgba(66,111,156,0) 64%),linear-gradient(180deg,#f8fbf4,#eef1ea)}.h-hero-bg{display:none}.h-mesh-base{inset:0;background:#f4f6f2}.h-mesh,.h-mesh-base{position:absolute}.h-mesh-lime{top:0;left:0;width:50%}.h-mesh-cyan{top:0;right:0;width:50%}.h-mesh-mint{bottom:0;left:50%;transform:translateX(-50%);width:60%}.h-hero-content{position:relative;z-index:1;gap:48px;max-width:1440px;margin:0 auto}.h-hero-content,.h-hero-top{display:flex;flex-direction:column}.h-hero-top{align-items:center;justify-content:center;gap:32px;max-width:none}.h-hero-brand{font-size:64px;line-height:1.2}.h-hero-brand,.h-hero-title{font-weight:900;color:var(--ink)}.h-hero-title{font-size:clamp(72px,5.625vw,108px);line-height:150px;letter-spacing:-2.4px}.h-hero-sub{margin-top:-16px;font-weight:700;font-size:24px;line-height:31px;color:var(--body)}.h-hero-lead{width:100%;font-size:16px;line-height:26px;color:var(--body);text-align:center}.h-hero-btns{display:flex;gap:12px;flex-wrap:wrap}.h-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;width:100%;margin-top:-8px;padding-top:48px}.h-stat{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:108px;padding:24px;border-radius:24px;background:#fff;text-align:center}.h-stat-num{font-weight:900;width:100%;font-size:32px;line-height:32px;color:var(--ink)}.h-stat-label{width:100%;font-size:14px;line-height:20px;color:var(--muted);font-weight:400}.h-hero-media{height:502px;padding:1px;border-radius:30px;overflow:hidden}.h-hero-media img,.h-hero-media video{width:100%;height:100%;object-fit:cover;display:block}.h-hero-pillars{padding:0}.h-hero-pillars .pillar-row{display:flex;gap:14px;min-width:280px;height:110px}.h-hero-pillars .pillar-card{flex:1 0;display:flex;align-items:center;gap:12px;min-width:280px;height:100%;padding:20px 16px;border-radius:16px;background:#fff;border:none;box-shadow:none}.h-hero-pillars .pillar-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--lime-soft);flex-shrink:0}.h-hero-pillars .pillar-icon img{width:26px;height:26px;object-fit:contain}.h-hero-pillars .pillar-title{font-weight:600;font-size:17px;line-height:24px;color:var(--ink);margin-bottom:8px}.h-hero-pillars .pillar-body{font-size:13px;line-height:22px;color:#7a8077}.h-about,.h-audience,.h-biz,.h-cases,.h-loop,.h-nexeed,.h-nxx,.h-pain,.h-products,.h-yhz{padding:96px max(24px,calc((100vw - 1440px) / 2))}.h-about>*,.h-audience>*,.h-biz>*,.h-cases>*,.h-contact>*,.h-loop>*,.h-nexeed>*,.h-nxx>*,.h-pain>*,.h-products>*,.h-yhz>*{width:100%;max-width:1440px;margin-inline:auto}.h-pain{background:var(--bg)}.h-pain-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;height:263px}.h-pain-card{background:#fff;border:0;border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:18px;cursor:pointer}.h-pain-card:hover{background:var(--ink)}.h-pain-card:hover .h-pain-title{color:#fff}.h-pain-card:hover .h-pain-body{color:#bfc7bd}.h-pain-num{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-width:46px;padding:10px 14px;border-radius:12px;background:var(--lime-soft);font-weight:900;font-size:14px;line-height:18px;color:var(--green-deep)}.h-pain-card:hover .h-pain-num{background:var(--lime)}.h-pain-title{font-weight:700;font-size:24px;line-height:32px;color:var(--ink);transition:color .2s}.h-pain-body{font-size:15px;line-height:24px;color:var(--body);transition:color .2s}.h-about{background:var(--bg)}.h-about-inner{display:grid;grid-template-columns:755px 1fr;grid-gap:40px;gap:40px;align-items:start;min-height:417px;margin-bottom:48px}.h-about-left{display:flex;flex-direction:column;justify-content:space-between;min-height:417px}.h-about .h-sec-head{margin-bottom:48px}.h-about-body{display:flex;flex-direction:column;gap:14px}.h-about-body p{font-size:18px;line-height:30px;color:var(--body);text-align:justify;text-indent:36px}.h-about-stats{display:flex;gap:16px;width:100%;padding-top:24px;border-top:0}.h-about-stat{flex:1 0;display:flex;flex-direction:column;gap:19px;min-width:140px;padding:24px;border:1px solid rgba(14,15,12,.06);border-radius:16px;background:var(--lime-soft)}.h-about-stat-num{font-weight:900;font-size:40px;line-height:50px;color:var(--green-deep)}.h-about-stat-label{font-size:14px;line-height:20px;color:var(--body)}.h-about-right img{width:100%;border-radius:24px;object-fit:cover;aspect-ratio:637/412}.h-cred-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px 16px;gap:24px 16px}.h-cred-card{background:#fff;border:0;border-radius:24px;min-height:160px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;text-align:center}.h-cred-icon{width:44px;height:44px;flex-shrink:0}.h-cred-icon img{width:100%;height:100%;object-fit:contain}.h-cred-title{font-weight:600;font-size:20px;color:var(--ink);line-height:1.32}.h-cred-sub{font-weight:500;font-size:12px;color:var(--muted);line-height:1.48;margin-top:2px}.h-system{padding:100px max(24px,calc((100vw - 1440px) / 2));background:var(--bg);position:relative}.h-system-panel{position:relative;width:100%;max-width:1440px;min-height:675px;margin-inline:auto;padding:64px 56px;overflow:hidden;border-radius:40px;background:var(--ink)}.h-system-panel:before{content:"";position:absolute;top:-88px;right:-88px;width:280px;height:280px;border-radius:50%;background:rgba(159,232,112,.12)}.h-system-kicker{font-size:14px;line-height:normal;color:rgba(255,255,255,.75)}.h-sys-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.h-sys-card{background:#1f211c;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:20px}.h-sys-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:9999px;background:rgba(159,232,112,.12);border:1px solid rgba(159,232,112,.25);font-size:11px;font-weight:700;color:var(--lime);letter-spacing:.3px;width:-moz-fit-content;width:fit-content}.h-sys-title{font-weight:900;font-size:24px;line-height:34px;color:var(--lime)}.h-sys-body{font-size:16px;line-height:24px;color:#fff;flex:1 1}.h-sys-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.h-sys-bullets li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400;color:rgba(255,255,255,.88)}.h-sys-bullets li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--lime);flex-shrink:0}.h-sys-btn{display:inline-flex;align-items:center;font-size:13px;font-weight:700;color:var(--lime);margin-top:4px}.h-sys-btn:hover{opacity:.8}.h-products{position:relative;background:radial-gradient(420px 420px at 22% 20%,rgba(159,232,112,.22),rgba(159,232,112,0) 70%),var(--bg)}.h-prod-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.h-prod-card{background:#fff;border:1px solid rgba(14,15,12,.08);border-radius:24px;padding:32px;min-height:268px;display:flex;flex-direction:column;gap:16px;cursor:pointer}.h-prod-card:hover{background:var(--ink);border-color:var(--ink)}.h-prod-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.h-prod-num{font-weight:900;font-size:40px;color:var(--muted);line-height:40px}.h-prod-card:hover .h-prod-num{color:var(--lime)}.h-prod-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:9999px;background:var(--lime-soft);border:1px solid rgba(197,237,171,.35);font-size:12px;line-height:16px;font-weight:600;color:var(--green-deep)}.h-prod-card:hover .h-prod-tag{background:#fff;border-color:#fff;color:var(--ink)}.h-prod-title{font-weight:900;font-size:24px;line-height:32px;color:var(--ink)}.h-prod-card:hover .h-prod-title{color:#fff}.h-prod-bullets{list-style:none;display:flex;flex-direction:column;gap:12px;padding:12px}.h-prod-card:hover .h-prod-bullets{border-radius:12px;background:#1c1d1a}.h-prod-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:22px;color:var(--body)}.h-prod-card:hover .h-prod-bullets li{color:#c3c7c2}.h-prod-bullets li:before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--lime);flex-shrink:0;margin-top:6px}.h-nexeed{position:relative;background:radial-gradient(390px 390px at 12% 4%,rgba(159,232,112,.18),rgba(159,232,112,0) 70%),var(--bg)}.h-nx-figures{display:grid;grid-template-columns:1fr 608px;grid-gap:24px;gap:24px;min-height:520px}.h-nx-fig-main{background:#e8ebe6;border:1px solid rgba(22,51,0,.08);border-radius:20px;overflow:hidden;height:520px}.h-nx-fig-stack{display:flex;flex-direction:column;gap:16px;height:520px}.h-nx-fig-sm{background:#e8ebe6;border:1px solid rgba(22,51,0,.08);border-radius:20px;overflow:hidden;flex:0 0 252px;height:252px}.h-nx-figures figcaption{height:113px;display:flex;flex-direction:column;justify-content:flex-end;padding:20px 24px;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,0));white-space:nowrap}.h-nx-figures .h-fig-sub{color:rgba(255,255,255,.9)}.h-nx-img-anomaly,.h-nx-img-edge{max-width:none}.h-nx-img-edge{width:calc(100% + 100px);transform:translateX(-50px)}.h-nx-img-anomaly{width:calc(100% + 100px);transform:translateX(-100px)}.h-bottom-block{display:flex;flex-direction:column;gap:24px;width:100%;margin-top:20px}.h-info-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.h-info-card{min-height:140px;padding:28px;border-radius:24px;background:#fff;overflow:hidden}.h-info-title{margin-bottom:12px;font-weight:700;font-size:22px;line-height:30px;color:var(--ink)}.h-info-body{font-size:15px;line-height:22px;color:var(--body)}.h-tags-cta-row{display:flex;gap:24px;align-items:flex-start;justify-content:space-between}.h-tags-cta-row .h-tags-row{flex:1 1}.h-tags-cta-row .h-btn-primary{flex-shrink:0}.h-nxx{position:relative;background:radial-gradient(380px 380px at 86% 0,rgba(159,232,112,.18),rgba(159,232,112,0) 70%),var(--bg)}.h-nxx-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;min-height:671px}.h-nxx-fig{border:1px solid rgba(22,51,0,.08);border-radius:20px;overflow:hidden}.h-yhz{background:var(--bg)}.h-yhz-visual{display:flex;gap:24px;align-items:stretch;height:520px;margin-bottom:20px}.h-yhz-fig-hero{position:relative;flex-grow:0;flex-shrink:0;flex-basis:calc(72.5% - 12px);background:#e2f6d5;border:1px solid rgba(22,51,0,.08);border-radius:20px;overflow:hidden}.h-yhz-fig-hero img{width:100%;height:100%;object-fit:cover}.h-yhz-caption-overlay{position:absolute;bottom:0;left:0;right:0;height:112px;padding:0 24px 22px;display:flex;flex-direction:column;justify-content:flex-end;gap:4px;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.4) 50%,transparent)}.h-yhz-side-dark{background:#0e0f0c;border-radius:24px;gap:16px;justify-content:center}.h-yhz-hl,.h-yhz-side-dark{flex:1 1;padding:20px;display:flex;flex-direction:column}.h-yhz-hl{background:#1f211c;border:1px solid #353732;border-radius:16px;gap:8px}.h-yhz-hl-title{font-weight:700;font-size:18px;line-height:26px;color:#9fe870}.h-yhz-hl-body{font-size:14px;line-height:20px;color:#e4e4e3}.h-yhz-caps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:20px}.h-yhz-cap{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:8px;cursor:pointer}.h-yhz-cap:hover{background:var(--ink)}.h-yhz-cap-title{font-weight:700;font-size:20px;line-height:28px;color:var(--ink);transition:color .2s}.h-yhz-cap:hover .h-yhz-cap-title{color:var(--lime)}.h-yhz-cap-body{font-size:14px;line-height:20px;color:var(--body);transition:color .2s}.h-yhz-cap:hover .h-yhz-cap-body{color:#c3c7c2}.h-loop{background:radial-gradient(560px 420px at 78% 0,rgba(159,232,112,.22),rgba(159,232,112,0) 68%),var(--bg);position:relative;overflow:hidden}.h-loop:after{content:"";position:absolute;top:-40px;right:max(0px,calc((100vw - 1440px) / 2));width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(159,232,112,.16) 0,rgba(159,232,112,0) 70%);pointer-events:none}.h-loop-board{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;padding:48px;overflow:hidden;border-radius:24px;background:var(--dark)}.h-loop .h-sec-head-dk{margin-bottom:0;gap:20px;overflow:hidden}.h-loop .h-sec-title-lt{font-size:clamp(40px,4vw,64px);line-height:1.2;letter-spacing:-1.2px}.h-loop-steps{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:16px;gap:16px;position:relative;z-index:1;overflow:hidden}.h-loop-step{min-width:0;height:181px;padding:22px 18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#1a2018;display:flex;flex-direction:column;gap:10px;overflow:hidden;transition:background .2s,border-color .2s;cursor:pointer}.h-loop-step:hover{border-color:transparent;background:var(--lime)}.h-loop-num{font-weight:700;font-size:36px;line-height:36px;color:rgba(159,232,112,.9);transition:color .2s}.h-loop-step:hover .h-loop-num{color:rgba(22,51,0,.9)}.h-loop-title{font-weight:700;font-size:22px;line-height:30px;color:#fff;transition:color .2s}.h-loop-step:hover .h-loop-title{color:var(--green-deep)}.h-loop-desc{font-size:14px;line-height:20px;color:#c3c7c2;transition:color .2s}.h-loop-step:hover .h-loop-desc{color:#454745}.h-cases{background:var(--bg)}.h-cases-featured{display:flex;gap:24px;align-items:stretch;height:408px;margin-bottom:24px}.h-feat-img{flex-grow:0;flex-shrink:0;flex-basis:calc(49.2% - 12px);background:#fff;border-radius:20px;overflow:hidden}.h-feat-img img{width:100%;height:100%;object-fit:cover}.h-feat-copy{flex:1 1;display:flex;flex-direction:column;gap:16px;justify-content:space-between}.h-feat-tags{display:flex;gap:8px;flex-wrap:wrap}.h-feat-title{font-weight:700;font-size:32px;line-height:40px;color:var(--green-deep)}.h-feat-body{font-size:16px;line-height:26px;color:var(--body)}.h-feat-points{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.h-feat-point{background:#fff;border:1px solid rgba(197,237,171,.35);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:6px}.h-feat-point-title{font-weight:700;font-size:15px;line-height:22px;color:var(--ink)}.h-feat-point-sub{font-size:13px;line-height:18px;color:var(--body)}.h-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.h-case-card{background:#fff;border:1px solid rgba(22,51,0,.08);border-radius:16px;overflow:hidden;cursor:pointer}.h-case-card:hover{background:var(--ink);border-color:var(--ink)}.h-case-img{height:250px;overflow:hidden}.h-case-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.h-case-card:hover .h-case-img img{transform:scale(1.04)}.h-case-copy{padding:32px 22px;display:flex;flex-direction:column;gap:10px}.h-case-title{font-weight:700;font-size:20px;color:var(--green-deep);line-height:28px;transition:color .2s}.h-case-sub{font-size:14px;line-height:20px;color:var(--body);transition:color .2s}.h-case-card:hover .h-case-title{color:#fff}.h-case-card:hover .h-case-sub{color:#c3c7c2}.h-case-card:hover .h-tag-outline{background:#9FE87038;color:var(--lime)}.h-audience{background:var(--bg)}.h-aud-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.h-aud-card{background:#fff;border:0;border-radius:16px;min-height:219px;padding:24px;display:flex;flex-direction:column;gap:20px;transition:background .2s;cursor:pointer}.h-aud-card:hover{background:var(--ink)}.h-aud-title{font-weight:700;font-size:32px;line-height:30px;color:var(--ink);transition:color .2s}.h-aud-body{font-size:14px;line-height:20px;color:var(--body);flex:1 1;text-align:justify;transition:color .2s}.h-aud-label{font-weight:700;font-size:12px;color:var(--ink);transition:color .2s}.h-aud-tags{display:flex;gap:8px;flex-wrap:wrap}.h-aud-card:hover .h-aud-label,.h-aud-card:hover .h-aud-title{color:#fff}.h-aud-card:hover .h-aud-body{color:#c3c7c2}.h-aud-card:hover .h-tag-lime-soft{background:var(--lime);color:var(--ink)}.h-biz{background:var(--bg)}.h-biz-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.h-biz-card{background:#fff;border:0;border-radius:16px;min-height:165px;padding:24px 20px;display:flex;flex-direction:column;gap:12px;transition:background .2s;cursor:pointer}.h-biz-card:hover{background:var(--ink)}.h-biz-badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:9999px;background:var(--lime-soft);border:1px solid rgba(159,232,112,.4);font-size:12px;font-weight:700;color:var(--green-deep);width:-moz-fit-content;width:fit-content}.h-biz-title{font-weight:700;font-size:22px;color:var(--ink);line-height:30px;transition:color .2s}.h-biz-body{font-size:14px;line-height:20px;color:var(--body);transition:color .2s}.h-biz-card:hover .h-biz-badge{background:var(--lime);border-color:var(--lime)}.h-biz-card:hover .h-biz-title{color:#fff}.h-biz-card:hover .h-biz-body{color:#c3c7c2}.h-contact{background:var(--bg);position:relative;overflow:hidden;padding:0;scroll-margin-top:72px}.h-contact:before{content:none}.h-contact-inner:before{content:"";position:absolute;top:-160px;right:240px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(159,232,112,.16) 0,rgba(159,232,112,0) 70%);pointer-events:none}.h-contact-inner{display:grid;grid-template-columns:minmax(0,1fr) 568px;grid-gap:32px;gap:32px;align-items:start;position:relative;overflow:hidden;width:100%;padding:56px max(24px,calc((100vw - 1440px) / 2));background:#0e0f0c}.h-contact>.h-contact-inner{max-width:none;margin-inline:0}.h-contact-left{display:flex;flex-direction:column;gap:32px}.h-contact-left .h-sec-title-lt span{color:var(--lime)}.h-contact-lead{font-size:16px;line-height:26px;color:#c3c7c2}.h-contact-lower{display:flex;flex:1 1;gap:10px;align-items:stretch;padding:40px 0;width:100%}.h-contact-action-col{display:flex;flex-direction:column;justify-content:space-between;flex:0 1 500px;min-height:186px}.h-contact-bullets{list-style:none;display:flex;flex-direction:column;gap:20px}.h-contact-bullets li{display:flex;align-items:center;gap:10px;font-size:16px;line-height:1.4;color:#fff}.h-contact-bullets li:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--lime);flex-shrink:0}.h-contact-ctas{display:flex;gap:12px;flex-wrap:wrap}.h-contact-qr{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;align-self:flex-end;padding:14px 24px;border:1px solid #e3e3e3;border-radius:16px;background:#fff;height:186px;flex:0 0 154px}.h-contact-qr img{width:104px;height:103px;border-radius:0}.h-contact-qr p{display:flex;flex-direction:column;font-size:14px;line-height:1.001;font-weight:500;color:var(--ink);text-align:center;white-space:nowrap}.h-contact-form{position:relative;z-index:1;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;width:568px}.h-contact-form form{display:flex;flex-direction:column;gap:16px}.h-form-row{display:grid;grid-template-columns:173px 1fr;grid-gap:16px;gap:16px}.h-form-field{display:flex;flex-direction:column;gap:8px}.h-form-field label{font-size:14px;line-height:21px;font-weight:600;color:#a6a8a3}.h-form-field label span{color:#e46f5c}.h-form-field textarea{height:108px;resize:vertical;line-height:1.4}.h-form-field input,.h-form-field select{height:48px}.h-form-field input,.h-form-field select,.h-form-field textarea{min-height:48px;background:#2a2a2a;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:12px 14px;font-size:15px;color:#fff;font-family:var(--font);outline:none;transition:border-color .2s}.h-form-field input::placeholder,.h-form-field textarea::placeholder{color:rgba(255,255,255,.35)}.h-form-field select option{background:var(--dark);color:#fff}.h-form-field input:focus,.h-form-field select:focus,.h-form-field textarea:focus{border-color:var(--lime)}.h-form-submit{width:100%;height:52px;padding:12px 24px;border:0;border-radius:24px;background:var(--lime);color:var(--green-deep);font-weight:700;font-size:16px;cursor:pointer;font-family:var(--font);transition:opacity .2s}.h-form-submit:hover{opacity:.88}.h-form-privacy{font-size:12px;line-height:1.4;color:var(--muted)}@media (max-width:1280px){.h-about-inner{grid-template-columns:1fr 400px;gap:48px}.h-nx-figures{grid-template-columns:1fr 420px}.h-yhz-visual{flex-direction:column;height:auto}.h-yhz-fig-hero{height:360px;flex:none}}@media (max-width:1024px){.h-pain-grid{grid-template-columns:repeat(2,1fr);height:auto}.h-about-inner{grid-template-columns:1fr}.h-cred-grid{grid-template-columns:repeat(4,1fr)}.h-info-grid,.h-nx-figures,.h-prod-grid,.h-sys-grid{grid-template-columns:1fr}.h-nx-figures{height:auto}.h-nx-fig-main{height:300px}.h-nx-fig-stack{flex-direction:row;height:200px}.h-nx-fig-sm{flex:1 1;height:200px}.h-nx-img-anomaly,.h-nx-img-edge{width:100%;transform:none}.h-nxx-grid{min-height:0}.h-nxx-fig{height:200px}.h-tags-cta-row{flex-direction:column}.h-yhz-caps-grid{grid-template-columns:1fr}.h-cases-featured{flex-direction:column;height:auto}.h-feat-img{flex:none;height:260px}.h-loop-steps{grid-template-columns:repeat(3,1fr)}.h-aud-grid,.h-biz-grid,.h-cases-grid{grid-template-columns:repeat(2,1fr)}.h-contact-inner{grid-template-columns:1fr;gap:40px}.h-contact-form{width:100%}.h-hero-pillars .pillar-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.h-pain-grid{grid-template-columns:1fr}.h-cred-grid{grid-template-columns:repeat(2,1fr)}.h-loop-board{padding:32px}.h-loop-steps{grid-template-columns:repeat(2,1fr)}.h-cases-grid{grid-template-columns:1fr}.h-case-img{height:190px}.h-aud-grid,.h-biz-grid,.h-form-row{grid-template-columns:1fr}.h-contact-lower{flex-direction:column;gap:28px;padding:16px 0 0}.h-contact-action-col{flex:none;min-height:0;gap:24px}.h-contact-bullets{flex-direction:column}.h-contact-qr{align-self:center;width:154px}.h-about,.h-audience,.h-biz,.h-cases,.h-loop,.h-nexeed,.h-nxx,.h-pain,.h-products,.h-system,.h-yhz{padding:64px 24px}.h-sec-title,.h-sec-title-lt{font-size:clamp(28px,6vw,40px);letter-spacing:-.6px}.h-sec-head{margin-bottom:32px}.h-sec-head-dk{margin-bottom:28px}.h-hero-brand{font-size:36px}.h-hero-title{line-height:1.1}.h-hero-sub{font-size:18px}.h-hero-media{height:280px}.h-hero-pillars .pillar-row{flex-wrap:wrap;height:auto}.h-hero-pillars .pillar-card{min-width:0;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 7px);height:auto}.h-nxx-grid{grid-template-columns:1fr}.h-nxx-fig{height:220px}}@media (max-width:560px){.h-hero{padding-top:48px}.h-hero-title{letter-spacing:-2px}.h-hero-btns{flex-direction:column}.h-hero-btns a{text-align:center}.h-cred-grid{grid-template-columns:repeat(2,1fr)}.h-loop-steps{grid-template-columns:1fr}.h-loop-board{padding:24px}.h-loop-step{height:auto;min-height:162px}.h-feat-points{grid-template-columns:1fr}.h-contact-inner{padding:48px 24px}.h-contact-form{padding:24px}.h-nx-fig-stack{flex-direction:column;height:auto}.h-nx-fig-sm{height:180px}.h-about,.h-audience,.h-biz,.h-cases,.h-loop,.h-nexeed,.h-nxx,.h-pain,.h-products,.h-system,.h-yhz{padding:48px 20px}.h-hero{padding-bottom:56px}.h-hero-content{gap:28px}.h-hero-top{gap:18px}.h-hero-brand{font-size:24px}.h-hero-title{font-size:clamp(38px,10.5vw,56px);line-height:1.1}.h-hero-sub{font-size:15px;line-height:24px}.h-hero-media{height:220px;border-radius:20px}.h-stats{grid-template-columns:repeat(2,1fr);gap:12px;padding-top:20px}.h-stat{min-height:0;padding:16px;gap:6px}.h-stat-num{font-size:24px;line-height:28px}.h-sec-title,.h-sec-title-lt{letter-spacing:-.3px}.h-loop .h-sec-title-lt,.h-sec-title,.h-sec-title-lt{font-size:clamp(22px,7.5vw,30px)}.h-sec-head{margin-bottom:24px;gap:12px}.h-sec-head-dk{margin-bottom:20px;gap:12px}.h-about-stats{display:grid;grid-template-columns:repeat(2,1fr)}.h-about-stat-num{font-size:28px;line-height:36px}.h-about .h-sec-head{margin-bottom:28px}.h-pain-card{padding:20px;gap:10px}.h-pain-title{font-size:18px;line-height:26px}.h-system-panel{padding:28px 20px;border-radius:20px;min-height:0}.h-loop-board{gap:24px}.h-feat-title{font-size:22px;line-height:30px}.h-feat-body{font-size:14px;line-height:22px}.h-hero-pillars .pillar-card{flex:1 1 100%}}.h-hero-top>*{animation:hero-rise .6s ease both}.h-hero-top>:nth-child(2){animation-delay:.08s}.h-hero-top>:nth-child(3){animation-delay:.16s}.h-hero-top>:nth-child(4){animation-delay:.24s}.h-hero-top>:nth-child(5){animation-delay:.32s}.h-hero-top>:nth-child(6){animation-delay:.4s}.h-hero-media{animation:hero-rise .7s ease .2s both}.h-hero-pillars{animation:hero-rise .7s ease .38s both}.h-mesh-lime{animation:mesh-float 8s ease-in-out infinite alternate}.h-mesh-cyan{animation:mesh-float 10s ease-in-out 1s infinite alternate-reverse}.h-mesh-mint{animation:mesh-float 12s ease-in-out 2s infinite alternate}.h-aud-card,.h-biz-card,.h-case-card,.h-cred-card,.h-info-card,.h-pain-card,.h-prod-card,.h-sys-card,.h-yhz-cap{transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.h-aud-card:hover,.h-biz-card:hover,.h-case-card:hover,.h-cred-card:hover,.h-info-card:hover,.h-pain-card:hover,.h-prod-card:hover,.h-sys-card:hover,.h-yhz-cap:hover{transform:translateY(-4px);box-shadow:0 18px 36px -18px rgba(14,15,12,.28)}.h-btn-ghost,.h-btn-primary{transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.h-btn-ghost:hover,.h-btn-primary:hover{transform:scale(1.03)}