:root{--primary-green:#006600;--primary-green-dark:#004d00;--primary-green-light:#e6f2e6;--primary-blue:#0066dd;--bg-white:#ffffff;--bg-light-green:#e6f2e6;--bg-card:#f9fbf8;--bg-dark:#333333;--text-primary:#333333;--text-secondary:#4a5568;--text-white:#ffffff;--text-black:#000000;--status-good:#0056b3;--status-bad:#b91c1c;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:2.5rem;--spacing-3xl:3rem;--font-sm:0.875rem;--font-base:1rem;--font-lg:1.1rem;--font-xl:1.2rem;--font-2xl:1.25rem;--font-3xl:1.4rem;--font-4xl:1.6rem;--font-5xl:2rem;--font-6xl:2.5rem;--line-height-tight:1.4;--line-height-normal:1.5;--line-height-relaxed:1.6;--line-height-loose:1.8;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:50px;--radius-circle:50%;--shadow-sm:0 2px 4px rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px rgba(0, 0, 0, 0.1);--shadow-lg:0 4px 10px rgba(0, 102, 0, 0.3);--shadow-xl:0 4px 10px rgba(0, 102, 0, 0.4);--shadow-2xl:0 6px 20px rgba(0, 123, 255, 0.4);--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease-out;--container-max-width:1000px;--container-large:1200px}*{margin:0;padding:0;box-sizing:border-box}body{max-width:var(--container-max-width);margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";color:var(--text-primary);-webkit-font-smoothing:antialiased}body.nav-open{overflow:hidden;position:fixed;width:100%;touch-action:none}h1{text-align:center;color:var(--primary-green);font-size:var(--font-5xl);line-height:var(--line-height-tight);margin-bottom:var(--spacing-lg);position:relative;padding-bottom:var(--spacing-lg)}h2{text-align:center;font-size:var(--font-4xl);color:var(--primary-green);margin-top:var(--spacing-xl)}h3{font-size:var(--font-2xl);color:var(--primary-green);margin-top:var(--spacing-xl)}p{font-size:var(--font-xl);color:var(--text-primary);line-height:var(--line-height-loose);margin-top:var(--spacing-lg)}a{color:var(--primary-blue);text-decoration:underline;font-size:var(--font-xl)}a:hover{text-decoration:none;color:var(--primary-blue)}section{margin:var(--spacing-md) var(--spacing-md) var(--spacing-3xl)}section li{margin-bottom:var(--spacing-md)}section li:last-child{margin-bottom:0}.skip-link{position:absolute;top:-40px;left:0;z-index:999}.skip-link:focus{position:static;top:auto;left:auto;display:block;padding:10px;background-color:#fff;border:1px solid #000}header{display:flex;align-items:center;padding:var(--spacing-md)}.logo-container{flex-shrink:0;width:100px;height:48px}.logo-container img{width:100%;height:100%;display:block}.site-title{font-size:30px;margin-left:var(--spacing-md);font-weight:700}#menu-toggle,.menu-toggle{padding:12px;touch-action:manipulation;transition:transform var(--transition-normal)}#menu-toggle.open,.menu-toggle.open{transform:rotate(90deg)}#nav1{display:flex;justify-content:center;min-height:50px;overflow:hidden}#nav1 ul{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center}#nav1 li{margin:var(--spacing-xs)}#nav1 li a{display:block;padding:var(--spacing-lg) var(--spacing-md);text-decoration:none;color:var(--text-black);font-weight:700;font-size:28px}#nav1 li a:hover{background-color:var(--primary-green);color:var(--text-white)}#nav2 li:not(:last-child)::after{content:">";margin-left:var(--spacing-md);color:var(--text-black)}#nav2 a:hover{text-decoration:underline}.hero-section{background:linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--hero-background-image) no-repeat center center;background-size:cover;background-color:#f8f9fa;padding:60px 20px;text-align:center;margin:20px 0;border-radius:10px;min-height:400px}.hero-section h1{font-size:2.8rem;line-height:1.2}.hero-section p{font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto 30px;color:var(--text-primary)}.hero-section .cta-button{margin-top:var(--spacing-lg);padding:16px 40px;font-size:var(--font-xl);min-width:200px}.hero-section .cta-container{margin-top:var(--spacing-2xl)}.cta-button,.download-link-group a{display:inline-block;background-color:var(--primary-green);border-radius:var(--radius-xl);font-weight:700;transition:background-color var(--transition-normal),transform var(--transition-normal),box-shadow var(--transition-normal);box-shadow:var(--shadow-lg);border:2px solid transparent;text-align:center;cursor:pointer;min-height:44px;user-select:none;-webkit-tap-highlight-color:transparent;color:#fff!important;text-decoration:none!important}.cta-button{padding:14px 32px;font-size:var(--font-lg);min-width:180px}.cta-button:hover,.download-link-group a:hover{background-color:var(--primary-green-dark);transform:translateY(-3px);box-shadow:var(--shadow-xl);border-color:var(--primary-green-dark);color:#fff!important}.cta-button:active{transform:translateY(-1px);box-shadow:var(--shadow-md)}.cta-button:focus-visible{outline:3px solid var(--primary-blue);outline-offset:2px}.cta-button.secondary-cta{background-color:#fff;border:2px solid var(--primary-green);box-shadow:var(--shadow-sm);color:var(--primary-green)!important}.cta-button.secondary-cta:hover{background-color:var(--primary-green);border-color:var(--primary-green-dark);color:#fff!important}@keyframes button-spin{}.cta-container{display:flex;gap:var(--spacing-lg);justify-content:center;flex-wrap:wrap;align-items:stretch;margin-top:var(--spacing-2xl);margin-bottom:var(--spacing-xl)}.cta-container .cta-button{flex:0 1 auto;max-width:280px}.badge:hover{transform:translateY(-2px);box-shadow:rgba(0,102,0,.15) 0 2px 5px}.cta-wrap:hover{box-shadow:rgba(0,102,0,.2) 0 6px 15px;transform:translateY(-2px)}.cta-business:hover{box-shadow:rgba(74,85,104,.15) 0 6px 15px}.cta-button-green:hover{background-color:var(--primary-green-dark);transform:translateY(-2px);box-shadow:rgba(0,102,0,.2) 0 4px 12px;color:#fff!important}.view-all-button{background-color:var(--primary-green);color:var(--text-white);border-width:medium;border-style:none;border-color:currentcolor;border-image:initial;padding:var(--spacing-md) var(--spacing-2xl);border-radius:var(--radius-xl);font-weight:700;cursor:pointer;transition:background-color var(--transition-normal),transform var(--transition-normal),box-shadow var(--transition-normal);display:inline-block;margin:var(--spacing-lg) auto 0}.view-all-button:hover{background-color:var(--primary-green-dark);transform:translateY(-3px);box-shadow:var(--shadow-lg)}img{max-width:100%;height:auto;display:block}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#555}tbody tr:hover{background-color:var(--primary-green);color:var(--text-white);transition:background-color var(--transition-normal)}tbody tr:hover td a{color:#fff}.sticky-first-col tbody tr:hover td:first-child{background-color:var(--primary-green);color:var(--text-white)}.toc a:hover{color:var(--primary-green)}.recommended-products-section{padding:var(--spacing-xl) var(--spacing-md);max-width:var(--container-large);margin:0 auto}.products-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg)}.product-card{background-color:var(--bg-card);padding:var(--spacing-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--spacing-md);transition:transform var(--transition-normal),box-shadow var(--transition-normal);margin:var(--spacing-xs) 0}.product-card:hover{transform:translateY(-5px);box-shadow:rgba(0,0,0,.15) 0 6px 12px}.product-info{width:100%}.product-title{font-size:var(--font-2xl);font-weight:600;color:var(--primary-green);margin-bottom:var(--spacing-sm)}.product-description{color:var(--text-secondary);font-size:var(--font-sm);line-height:var(--line-height-normal);margin-bottom:var(--spacing-md)}.news-section{margin-bottom:var(--spacing-xl);background-color:var(--bg-white);padding:var(--spacing-sm);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.news-list{font-size:var(--font-xl);display:grid;grid-template-columns:1fr;gap:var(--spacing-md);padding:0 var(--spacing-md)}.news-item{background:var(--bg-card);border-left:4px solid var(--primary-green);padding:var(--spacing-md) var(--spacing-lg);margin-top:var(--spacing-md);margin-bottom:var(--spacing-xs);border-radius:0 var(--radius-sm) var(--radius-sm) 0;box-shadow:var(--shadow-sm);transition:transform var(--transition-normal);flex-direction:column;align-items:flex-start;gap:var(--spacing-sm)}.news-item:hover{transform:translateX(5px)}.news-item a,.news-item a.text-link{text-decoration:underline;color:var(--primary-blue)}.news-item a:hover{text-decoration:none}.news-item a.text-link{padding:2px 4px;display:inline-block;line-height:1.6}.news-list .news-item:nth-child(n+5){display:none}.news-date{font-weight:700;color:var(--primary-green);flex-shrink:0;padding-right:var(--spacing-md);white-space:nowrap;width:120px;text-align:right}.news-content{flex-grow:1;color:var(--text-secondary);line-height:var(--line-height-normal);font-size:var(--font-xl)}.news-content a{font-size:inherit;text-decoration:underline;color:var(--primary-blue)}.news-content a:hover{text-decoration:none;color:var(--primary-blue)}.contact-icons-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin:var(--spacing-md) 0;text-align:center}.contact-icon{width:32px;height:32px;object-fit:contain;transition:transform var(--transition-fast);border-radius:15%}.contact-icon:hover{transform:scale(1.1)}.contact-card:hover{transform:translateY(-5px);box-shadow:rgba(0,0,0,.08) 0 5px 15px;border-color:#ddd}footer{padding:0;position:relative;background:#18251f;color:var(--text-white);margin-top:var(--spacing-xl);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);overflow:hidden;box-shadow:rgba(18,41,30,.12) 0 -8px 28px}footer::before{content:"";display:block;height:4px;background:#5f9b76}footer nav,footer section{margin:0;min-width:0}.footer-main{display:grid;grid-template-columns:minmax(250px,1.4fr) minmax(150px,0.9fr) minmax(170px,1fr) minmax(190px,1fr);gap:34px;max-width:1200px;margin:0 auto;padding:48px 34px 38px;text-align:left}.footer-brand-title,.footer-heading{position:relative;margin:0 0 18px;padding:0 0 11px;color:#f7fbf8;text-align:left;line-height:1.4;letter-spacing:0}.footer-brand-title{font-size:1.18rem;font-weight:700}.footer-heading{font-size:.98rem;font-weight:700}.footer-brand-title::after,.footer-heading::after{content:"";position:absolute;left:0;bottom:0;width:30px;height:2px;background:#79b58f}.footer-summary{margin:0;color:#cbd8d0;font-size:.9rem;line-height:1.8}.footer-contact-list,.footer-links{list-style:none;padding:0;margin:0}.footer-contact-list li,.footer-links li{margin:0 0 10px}.footer-contact-list a,.footer-legal a,.footer-links a{color:#dce7e0;text-decoration:none;font-size:.9rem;line-height:1.55;transition:color var(--transition-fast),transform var(--transition-fast)}.footer-contact-list a:hover,.footer-legal a:hover,.footer-links a:hover{color:#fff;text-decoration:none}.footer-links a{display:inline-flex;align-items:center;gap:7px}.footer-links a::before{content:"";width:4px;height:4px;flex:0 0 4px;border-radius:50%;background:#79b58f}.footer-links a:hover{transform:translateX(2px)}.footer-contact-list{color:#dce7e0;font-size:.9rem;line-height:1.7}.footer-contact-label{display:block;margin-bottom:1px;color:#91a79a;font-size:.74rem;font-weight:600}.footer-social{justify-content:flex-start;gap:10px;margin:22px 0 0}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.14);border-radius:6px;background:rgba(255,255,255,.08);transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.footer-social a:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.32);transform:translateY(-2px)}.footer-social .contact-icon{width:25px;height:25px;border-radius:3px}.footer-social .contact-icon:hover{transform:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);background:#111b16;padding:20px 30px 24px;text-align:center}.footer-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-bottom:13px}.footer-legal a{font-size:.82rem;color:#cbd8d0}.footer-disclaimer{max-width:920px;margin:0 auto 11px;color:#8fa198;font-size:.76rem;line-height:1.7}.copyright{font-size:.78rem;margin:0;line-height:var(--line-height-relaxed);color:#aebdb4}.copyright strong{color:#dce7e0;font-weight:600}.back-to-top{position:fixed;bottom:30px;right:30px;background:var(--primary-green);color:var(--text-white);border-width:medium;border-style:none;border-color:currentcolor;border-image:initial;width:50px;height:50px;border-radius:var(--radius-circle);cursor:pointer;box-shadow:var(--shadow-lg);transition:transform var(--transition-normal),opacity var(--transition-normal),visibility var(--transition-normal),box-shadow var(--transition-normal);opacity:0;visibility:hidden;z-index:1001;font-weight:700;font-size:var(--font-base);display:flex;justify-content:center;align-items:center}.back-to-top:hover{transform:translateY(-3px);box-shadow:var(--shadow-xl)}.feature-list li::before,.feature-list-check li::before,.technical-table li::before{content:"✓";position:absolute;left:0;color:var(--primary-green);font-weight:700}.feature-list-check li::before{position:static;margin-right:var(--spacing-sm)}.tech-tip a:hover{color:var(--primary-green)}.info-card:hover{transform:translateY(-5px);box-shadow:rgba(0,0,0,.05) 0 10px 20px;border-color:var(--primary-green)}.app-item:hover{transform:translateY(-5px);box-shadow:rgba(0,0,0,.1) 0 10px 15px -3px;border-color:var(--primary-green)}.wiki-redirect-card .highlight-box:hover{transform:translateY(-2px);box-shadow:rgba(0,102,221,.1) 0 4px 12px}.wiki-redirect-card .text-link:hover{border-bottom-color:var(--primary-blue)}.stat-item:hover{transform:translateY(-5px)}.stat-link:hover{transform:translateY(-8px)}.stat-label::after{content:"→";font-size:.8em;opacity:0;transition:opacity var(--transition-normal),transform var(--transition-normal)}.stat-link:hover .stat-label::after{opacity:1;transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.cta-button:hover,.cta-wrap:hover,.download-link-group a:hover,.product-card:hover{transform:none}}@media (min-width:768px){#nav1 li a{font-size:var(--font-xl);padding:var(--spacing-md)}.news-item{flex-direction:row;align-items:flex-start;gap:var(--spacing-md)}.news-date{width:100px}.products-grid{grid-template-columns:repeat(2,1fr);row-gap:4.2rem}.product-card{height:100%;flex-direction:row;text-align:left;align-items:flex-start}.product-image-container,.product-info{width:50%}.hero-section h1{font-size:2.8rem}}@media (min-width:1024px){#nav1 li a{font-size:var(--font-2xl);padding:var(--spacing-md)}.news-list{grid-template-columns:repeat(2,1fr);row-gap:4.2rem}.products-grid{grid-template-columns:repeat(3,1fr);row-gap:4.2rem}.product-card{flex-direction:column;text-align:center;align-items:center}.product-info{width:100%}}@media (max-width:768px){.hero-section h1{font-size:2rem}.cta-button{width:60%;max-width:100%;text-align:center;padding:14px var(--spacing-lg);min-height:48px}.cta-container{flex-direction:column;align-items:center;gap:var(--spacing-md)}.cta-container .cta-button{flex:0 1 auto;width:100%;max-width:320px}.hero-section .cta-button{padding:14px 32px;font-size:var(--font-lg);min-width:auto;width:90%;max-width:320px}footer{padding:0}.footer-main{grid-template-columns:repeat(2,minmax(0px,1fr));gap:34px 28px;padding:42px 28px 34px}.contact-icons-row{justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:25px}.copyright{font-size:.85rem;margin-top:0;border-top:0;padding-top:0}}@media (max-width:767px){footer{padding:var(--spacing-md) 0;margin:var(--spacing-md) 0}.contact-icon{width:32px;height:32px}.menu-toggle{display:block;background:0 0;border-width:medium;border-style:none;border-color:currentcolor;border-image:initial;font-size:var(--font-5xl);position:absolute;top:var(--spacing-xs);right:var(--spacing-md);z-index:1000;cursor:pointer;transition:transform var(--transition-normal)}#nav1{background-color:var(--bg-light-green);position:fixed;top:80px;left:0;right:0;width:100%;min-height:520px;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .4s cubic-bezier(.25, .46, .45, .94),opacity .4s,visibility .4s}#nav1.open{transform:translateY(0);opacity:1;visibility:visible}#nav1 ul{list-style:none;padding:0;margin:0;width:100%;max-width:400px}#nav1 li{width:100%;border-bottom:1px solid rgba(255,255,255,.2);opacity:0;transform:translateY(20px);animation:.3s ease 0s 1 normal forwards running slideInMenuItem}#nav1.open li:first-child{animation-delay:.1s}#nav1.open li:nth-child(2){animation-delay:.15s}#nav1.open li:nth-child(3){animation-delay:.2s}#nav1.open li:nth-child(4){animation-delay:.25s}#nav1.open li:nth-child(5){animation-delay:.3s}#nav1.open li:nth-child(6){animation-delay:.35s}@keyframes slideInMenuItem{}#nav1 li a{display:block;padding:var(--spacing-lg) var(--spacing-md);color:var(--text-black);text-decoration:none;font-size:var(--font-2xl);background-color:transparent;text-align:center;border-radius:var(--radius-md);margin:0 var(--spacing-md);transition:background-color var(--transition-normal),color var(--transition-normal),transform var(--transition-normal);-webkit-tap-highlight-color:transparent;user-select:none}#nav1 li a.touched,#nav1 li a:active,#nav1 li a:focus,#nav1 li a:hover{background-color:var(--primary-green);color:var(--text-white);transform:scale(1.02)}@media (hover:none) and (pointer:coarse){#nav1 li a:active{background-color:var(--primary-green);color:var(--text-white);transform:scale(.98);transition:.1s}}#nav1 li a:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}}@media (max-width:600px){.cta-container{flex-direction:column;align-items:center}}@media (max-width:480px){h1{font-size:var(--font-4xl)}h2{font-size:var(--font-3xl)}.news-content,.news-item li,a,p{font-size:var(--font-lg)}.contact-icon{width:28px;height:28px}.cta-button{padding:12px var(--spacing-lg);font-size:var(--font-base)}.product-title{font-size:var(--font-xl)}.product-description{font-size:var(--font-base)}.hero-section .cta-button{padding:12px 24px;font-size:var(--font-base)}}.k-card:hover{transform:translateY(-3px);box-shadow:rgba(0,102,0,.3) 0 4px 10px}.k-link:hover{background:var(--primary-green-dark,#004d00);transform:translateY(-1px);box-shadow:rgba(0,102,0,.3) 0 4px 10px}.cert-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.cert-download::before{content:"↓";font-size:1rem;line-height:1}.cert-download:hover{background:var(--primary-green-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}@media (max-width:640px){.footer-main{grid-template-columns:1fr;gap:0;padding:34px 22px 28px}.footer-main>nav,.footer-main>section{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-main>:first-child{padding-top:0}.footer-main>:last-child{padding-bottom:0;border-bottom:0}.footer-brand-title{font-size:1.12rem}.footer-heading{font-size:.96rem}.footer-contact-list,.footer-links a,.footer-summary{font-size:.88rem}.footer-social{justify-content:flex-start;gap:9px;margin-bottom:0}.footer-bottom{padding:20px 22px 24px}.footer-legal{gap:8px 14px}.footer-disclaimer{font-size:.74rem}}:root{--primary-green:#176b45;--primary-green-dark:#0d4f33;--primary-green-light:#e8f2ec;--primary-blue:#1769aa;--bg-light-green:#edf5f0;--bg-card:#f7f9f8;--text-primary:#202a25;--text-secondary:#536159;--container-max-width:1120px;--shadow-sm:0 1px 3px rgba(21, 45, 32, 0.08);--shadow-md:0 8px 24px rgba(21, 45, 32, 0.09);--shadow-lg:0 12px 30px rgba(21, 45, 32, 0.13);--shadow-xl:0 14px 34px rgba(21, 45, 32, 0.16);--radius-xl:8px}html{scroll-behavior:smooth;background:#f2f5f3}body{width:100%;max-width:var(--container-max-width);min-height:100vh;background:var(--bg-white);color:var(--text-primary);line-height:1.7;box-shadow:rgba(17,38,27,.05) 0 0 32px}h1,h2,h3,h4,h5{letter-spacing:0;text-wrap:balance}h1{margin-bottom:1.25rem;padding-bottom:0;color:var(--primary-green-dark);font-size:2.25rem;line-height:1.3}h2{margin:3.5rem 0 1rem;color:var(--primary-green-dark);font-size:1.65rem;line-height:1.4}h3{margin-top:2rem;color:var(--primary-green-dark);font-size:1.25rem;line-height:1.45}p{margin-top:1rem;color:var(--text-primary);font-size:1rem;line-height:1.8}a{color:var(--primary-blue);font-size:inherit;text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:#0e4f83}section{margin:0 1.5rem 4.5rem}header{min-height:74px;padding:.85rem 2rem;border-bottom:1px solid #e5ebe7;background:rgba(255,255,255,.98)}.logo-container{width:106px;height:50px}.site-title{margin-left:.9rem;color:#28352e;font-size:1.45rem;line-height:1.2}#nav1{min-height:54px;border-bottom:1px solid #dfe7e2;background:#fff}#nav1 li{margin:0}#nav1 li a{padding:.95rem 1.15rem;color:#26332c;font-size:1rem;line-height:1.4;border-bottom:3px solid transparent;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}#nav1 li a:focus-visible,#nav1 li a:hover{color:var(--primary-green-dark);background:var(--primary-green-light);border-bottom-color:var(--primary-green);text-decoration:none}#menu-toggle.open,.menu-toggle.open{transform:none}#nav2 li:not(:last-child)::after{margin-left:.65rem;color:#91a096}.hero-section{position:relative;isolation:isolate;display:flex;min-height:360px;margin:1.5rem 1.5rem 4.5rem;padding:4rem 2.5rem;flex-direction:column;justify-content:center;overflow:hidden;border:1px solid #dfe7e2;border-radius:6px;background:var(--hero-background-image) no-repeat center;background-size:cover}.hero-section::before{position:absolute;z-index:-1;inset:0px;content:"";background:rgba(255,255,255,.84)}.hero-section h1{max-width:860px;margin:0 auto 1.25rem;color:var(--primary-green-dark);font-size:2.45rem;line-height:1.28}.hero-section p{max-width:760px;margin:0 auto 1.75rem;color:#34443b;font-size:1.05rem;line-height:1.85}.cta-button,.download-link-group a,.view-all-button{min-height:44px;padding:.72rem 1.35rem;border-radius:6px;background:var(--primary-green);box-shadow:rgba(23,107,69,.18) 0 3px 10px;font-size:.96rem;font-weight:700;line-height:1.4}.cta-button:hover,.download-link-group a:hover,.view-all-button:hover{transform:translateY(-1px);box-shadow:rgba(23,107,69,.2) 0 6px 16px}.hero-section .cta-button{min-width:190px;padding:.8rem 1.5rem;font-size:1rem}.cta-wrap:hover{transform:none;box-shadow:var(--shadow-sm)}.news-section,.recommended-products-section{max-width:none;padding:0;border-radius:0;background:0 0;box-shadow:none}.products-grid{gap:1.25rem}.app-item,.cert-card,.contact-card,.info-card,.k-card,.product-card,.scenario-card{border:1px solid #dce5df;border-radius:7px;background:#fff;box-shadow:var(--shadow-sm)}.product-card{padding:1.5rem;gap:1.25rem}.app-item:hover,.cert-card:hover,.contact-card:hover,.info-card:hover,.k-card:hover,.product-card:hover{transform:translateY(-2px);border-color:#afc9b9;box-shadow:var(--shadow-md)}.product-title,.product-title a{color:var(--primary-green-dark);font-size:1.15rem}.product-description{color:var(--text-secondary);font-size:.94rem;line-height:1.75}.news-list{gap:1rem;padding:0;font-size:1rem}.news-item{margin:0;padding:1.2rem;border-top:1px solid #dce5df;border-right:1px solid #dce5df;border-bottom:1px solid #dce5df;border-image:initial;border-left:4px solid var(--primary-green);border-radius:0 6px 6px 0;background:#fafcfb;box-shadow:none}.news-item:hover{transform:none;background:#f4f8f5}.news-date{color:var(--primary-green-dark);font-size:.9rem}.news-content,.news-item li{color:var(--text-secondary);font-size:.95rem;line-height:1.75}.sticky-first-col tbody tr:hover td:first-child,tbody tr:hover{background:#f0f6f2;color:var(--text-primary)}tbody tr:hover td a{color:var(--primary-blue)}.back-to-top{width:46px;height:46px;background:var(--primary-green-dark);box-shadow:var(--shadow-md)}footer{margin-top:4rem;border-radius:0;box-shadow:none}@media (min-width:1024px){#nav1 li a{padding:.95rem 1.2rem;font-size:1rem}.news-list,.products-grid{gap:1.25rem}}@media (max-width:767px){html{background:#fff}body{box-shadow:none}header{position:sticky;z-index:1000;top:0;min-height:66px;padding:.55rem 1rem}.logo-container{width:86px;height:42px}.site-title{margin-left:.65rem;font-size:1.12rem}.menu-toggle{top:.45rem;right:.65rem;padding:.5rem;color:var(--primary-green-dark);font-size:1.65rem}#nav1{top:66px;min-height:calc(-66px + 100vh);padding:1.25rem 1rem;background:#f4f8f5}#nav1 li{border-color:#d8e5dc}#nav1 li a{margin:0;padding:1rem;border-radius:4px;font-size:1.05rem}section{margin:0 1rem 3.5rem}.hero-section{min-height:310px;margin:1rem 0 3.5rem;padding:3rem 1.25rem;border-inline:0px;border-radius:0;background-position:center center}.hero-section h1,h1{font-size:1.85rem;line-height:1.35}.hero-section p{font-size:.98rem;line-height:1.8}h2{margin-top:2.75rem;font-size:1.45rem}h3{font-size:1.15rem}.news-content,.news-item li,a,p{font-size:1rem}.cta-button{width:auto;min-width:170px;max-width:100%}.hero-section .cta-button{width:100%;max-width:300px}.products-grid{gap:1rem}.product-card{padding:1.25rem}footer{margin:3rem 0 0;padding:0}}header{position:relative;min-height:82px;padding:.85rem 2.25rem;gap:0;border-top:3px solid var(--primary-green);border-bottom:1px solid #dce5df;background:#fff}.logo-container{width:112px;height:52px}.logo-container a{display:flex;width:100%;height:100%;align-items:center}.logo-container img{object-fit:contain}.site-title{display:flex;margin-left:1rem;flex-direction:column;color:#203129;font-size:1.42rem;font-weight:750;line-height:1.2}.site-title::after{margin-top:.3rem;content:"工業材料・環保綠能方案";color:#6a796f;font-size:.72rem;font-weight:500;line-height:1.3}#nav1{position:sticky;z-index:900;top:0;min-height:58px;overflow:visible;border-bottom:1px solid rgba(198,213,204,.9);background:rgba(255,255,255,.96);box-shadow:0 5px 16px rgba(19,50,34,.05);backdrop-filter:blur(10px)}#nav1 ul{min-height:58px;align-items:stretch}#nav1 li{display:flex;align-items:stretch}#nav1 li a{position:relative;display:flex;padding:.95rem 1.18rem;align-items:center;border-bottom:0;color:#2d3c34;font-size:.96rem;font-weight:650;text-decoration:none}#nav1 li a::after{position:absolute;right:1.15rem;bottom:0;left:1.15rem;height:3px;content:"";border-radius:3px 3px 0 0;background:var(--primary-green);transform:scaleX(0);transform-origin:center;transition:transform var(--transition-fast)}#nav1 li a:focus-visible,#nav1 li a:hover{border-bottom-color:transparent;background:#f2f7f4;color:var(--primary-green-dark)}#nav1 li a.is-active::after,#nav1 li a:focus-visible::after,#nav1 li a:hover::after,#nav1 li a[aria-current=page]::after{transform:scaleX(1)}#nav1 li a.is-active,#nav1 li a[aria-current=page]{color:var(--primary-green-dark);background:#f5f9f6}.menu-toggle{display:none;width:48px;height:48px;padding:0;overflow:hidden;border:1px solid #cddbd2;border-radius:6px;background:#fff;color:transparent;box-shadow:0 2px 8px rgba(19,50,34,.08);font-size:0;line-height:0}.menu-toggle::after,.menu-toggle::before{position:absolute;top:50%;left:50%;width:22px;height:2px;content:"";border-radius:2px;background:var(--primary-green-dark);transition:transform .25s ease,box-shadow .25s ease}.menu-toggle::before{transform:translate(-50%,-7px);box-shadow:0 7px 0 var(--primary-green-dark),0 14px 0 var(--primary-green-dark)}.menu-toggle::after{transform:translate(-50%,-50%) rotate(-45deg) scaleX(0)}.menu-toggle.open::before{box-shadow:none;transform:translate(-50%,-50%) rotate(45deg)}.menu-toggle.open::after{transform:translate(-50%,-50%) rotate(-45deg) scaleX(1)}.menu-toggle:hover{border-color:#a9c4b4;background:#f2f7f4}.menu-toggle:focus-visible{outline:3px solid rgba(23,107,69,.25);outline-offset:2px}@media (max-width:767px){header{position:sticky;z-index:1000;top:0;min-height:70px;padding:.55rem 4.5rem .55rem 1rem;border-top-width:3px;box-shadow:0 5px 18px rgba(19,50,34,.08)}.logo-container{width:90px;height:44px}.site-title{margin-left:.7rem;font-size:1.08rem}.site-title::after{margin-top:.18rem;font-size:.64rem}.menu-toggle{position:absolute;top:9px;right:12px;display:block}#nav1{position:fixed;z-index:999;inset:70px 0 0;width:100%;min-height:calc(100dvh - 70px);padding:1.1rem 1rem 2rem;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;border:0;background:rgba(247,250,248,.98);box-shadow:none;backdrop-filter:blur(12px);transform:translateY(-16px);opacity:0;visibility:hidden;transition:transform .28s ease,opacity .22s ease,visibility .28s}#nav1.open{transform:translateY(0);opacity:1;visibility:visible}#nav1 ul{width:100%;max-width:440px;min-height:0;margin:0 auto;align-items:stretch}#nav1 li{width:100%;opacity:1;border-bottom:1px solid #d9e5dd;transform:none;animation:none}#nav1 li a{width:100%;min-height:58px;margin:0;padding:1rem 1.05rem;justify-content:space-between;border-radius:0;color:#26372e;font-size:1.03rem;text-align:left;transform:none}#nav1 li a::before{order:2;content:"›";color:#819087;font-size:1.35rem;font-weight:400}#nav1 li a::after{inset:10px auto 10px 0;width:4px;height:auto;border-radius:0 4px 4px 0;transform:scaleY(0)}#nav1 li a.touched,#nav1 li a:active,#nav1 li a:hover{background:#eaf3ed;color:var(--primary-green-dark);transform:none}#nav1 li a.is-active::after,#nav1 li a:hover::after,#nav1 li a[aria-current=page]::after{transform:scaleY(1)}#nav1 li a.is-active,#nav1 li a[aria-current=page]{padding-left:1.25rem;background:#eaf3ed;font-weight:750}}@media (max-width:767px){.home-page .home-news-section,.home-page .home-process-section,.home-page .home-products-section,.home-page .home-service-section{padding:2.75rem 1rem}.home-page .home-section-heading{margin-bottom:1.25rem}.home-page .home-section-kicker{margin-bottom:.45rem;font-size:.75rem}.home-page .home-section-heading h2{font-size:1.42rem;line-height:1.4}.home-page .home-section-heading>p:last-child{margin-top:.6rem;font-size:.92rem;line-height:1.7}.home-page .home-service-grid{border-block:0}.home-page .home-service-item{padding:1.15rem .2rem 1.15rem 1rem;border-left:3px solid #a8c8b4}.home-page .home-service-item+.home-service-item{margin-top:.4rem;border-top:0;border-left:3px solid #a8c8b4}.home-page .home-product-category,.home-page .home-service-label{margin-bottom:.35rem;font-size:.72rem}.home-page .home-service-item h3{font-size:1.08rem}.home-page .home-service-item p{margin:.55rem 0 .7rem;font-size:.9rem;line-height:1.65}.home-page .home-text-link{min-height:32px;font-size:.88rem}.home-page .home-products-grid{gap:.7rem}.home-page .home-product-card{min-height:154px;grid-template-columns:100px minmax(0,1fr);border-color:#d5e2da}.home-page .home-product-image{width:100px;min-height:154px;padding:.65rem}.home-page .home-product-card .product-info{padding:.85rem .9rem}.home-page .home-product-card .product-title{font-size:1rem;line-height:1.4}.home-page .home-product-card .product-description{display:-webkit-box;margin:.45rem 0 .55rem;overflow:hidden;color:#52665b;font-size:.82rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.home-page .home-product-card .home-text-link{min-height:28px;font-size:.82rem}.home-page .home-trust-section{padding:0}.home-page .home-trust-item{min-height:82px;padding:.8rem .4rem}.home-page .home-trust-item strong{font-size:1.18rem}.home-page .home-trust-item span{max-width:14ch;font-size:.75rem;line-height:1.45}.home-page .home-news-section .news-item{padding:1rem 0}.home-page .home-news-section .news-date{margin-bottom:.35rem;color:#176b45;font-size:.78rem}.home-page .home-news-section .news-content{font-size:.89rem;line-height:1.65}.home-page .home-news-section .view-all-container{margin-top:1.25rem}.home-page .home-news-section .view-all-button{width:100%;max-width:240px}.home-page .home-process-list li{display:grid;padding:1rem 0;grid-template-columns:2rem minmax(0,1fr);gap:.7rem;border-top-width:1px}.home-page .home-process-number{padding-top:.1rem;font-size:.78rem}.home-page .home-process-list h3{font-size:1.02rem}.home-page .home-process-list p{margin-top:.35rem;font-size:.87rem;line-height:1.6}.home-page .home-final-cta{margin-top:1.4rem;padding:1.1rem;gap:1rem}.home-page .home-final-cta h3{font-size:1.05rem}.home-page .home-final-cta p{font-size:.86rem;line-height:1.6}.home-page .home-final-cta .cta-button{min-height:46px;padding:.7rem 1rem;font-size:.9rem}footer .footer-main{display:grid;padding:2.25rem 1rem 1.75rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.25rem}footer .footer-brand,footer .footer-main>section:last-child{grid-column:1/-1}footer .footer-brand-title,footer .footer-heading{margin-bottom:.9rem;padding-bottom:.55rem}footer .footer-contact-list,footer .footer-links a,footer .footer-summary{font-size:.82rem;line-height:1.65}footer .footer-contact-list li,footer .footer-links li{margin-bottom:.55rem}footer .footer-social{margin-top:1rem}footer .footer-bottom{padding:1.2rem 1rem}footer .footer-legal{gap:.5rem .9rem}footer .copyright,footer .footer-disclaimer,footer .footer-legal a{font-size:.74rem;line-height:1.6}}.home-hero{display:flex;min-height:430px;margin:1.5rem;padding:clamp(3.5rem,7vw,6rem) clamp(1.5rem,6vw,5.5rem);align-items:flex-start;justify-content:center;flex-direction:column;border:1px solid #d5e3da;border-radius:6px;background-position:center;text-align:left}.home-hero::before{background:linear-gradient(90deg,rgba(255,255,255,.97) 0,rgba(255,255,255,.9) 54%,rgba(255,255,255,.54) 100%)}.home-hero>*{position:relative;z-index:1;max-width:760px}.home-eyebrow,.home-section-kicker{margin:0 0 .65rem;color:#176b45;font-size:.83rem;font-weight:760;letter-spacing:0}.home-hero h1{max-width:820px;margin:0;color:#123b2b;font-size:clamp(2rem, 4vw, 3rem);line-height:1.28;text-align:left}@media (min-width:901px){.home-hero{min-height:380px;padding:clamp(3.25rem,6vw,5.25rem) clamp(1.5rem,6vw,5rem)}.eco-products-page .hero-section>*,.home-hero>*{max-width:780px}.eco-products-page .hero-section h1,.home-hero h1{max-width:820px;margin:0;color:#123b2b;font-size:clamp(1.9rem, 3vw, 2.45rem);line-height:1.3;text-align:left}.eco-products-page .hero-section>p,.home-hero-summary{max-width:760px;margin:1.1rem 0 0;color:#354b40;font-size:1.04rem;line-height:1.82;text-align:left}.eco-products-page .hero-section .cta-container,.home-hero .cta-container{display:flex;margin:1.65rem 0 0;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.eco-products-page .hero-section .cta-button,.home-hero .cta-button{min-width:0;margin:0;padding:.78rem 1.35rem;font-size:.96rem}.home-proof-list{display:none}}.home-hero-summary{margin:1.25rem 0 0;color:#31483d;font-size:1.08rem;line-height:1.85;text-align:left}.home-hero .cta-container{display:flex;margin:1.7rem 0 0;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.home-hero .cta-button{margin:0}.home-proof-list{display:flex;margin:1.35rem 0 0;padding:0;flex-wrap:wrap;gap:.7rem 1.4rem;color:#3f574b;font-size:.9rem;list-style:none}.home-proof-list li{position:relative;padding-left:1.15rem}.home-proof-list li::before{position:absolute;top:.66em;left:0;width:6px;height:6px;content:"";border-radius:50%;background:#1d7a51}.home-news-section,.home-process-section,.home-products-section,.home-service-section{width:auto;max-width:none;margin:0;padding:clamp(3.5rem,7vw,5.75rem) clamp(1.5rem,6vw,5rem);border:0;border-radius:0;background:#fff;box-shadow:none}.home-process-section,.home-products-section{background:#f4f8f5}.home-section-heading{max-width:760px;margin:0 auto 2rem;text-align:center}.home-section-heading h2{margin:0;color:#123b2b;font-size:clamp(1.65rem, 3vw, 2.15rem);line-height:1.4}.home-section-heading>p:last-child{margin:.8rem 0 0;color:#53685d;font-size:1rem;line-height:1.75}.home-service-grid{display:grid;max-width:1080px;margin:0 auto;grid-template-columns:repeat(2,minmax(0,1fr));border-block:1px solid #d9e5dd}.home-service-item{padding:2rem clamp(1rem,4vw,3rem)}.home-service-item+.home-service-item{border-left:1px solid #d9e5dd}.home-product-category,.home-service-label{display:inline-block;margin-bottom:.6rem;color:#62766b;font-size:.78rem;font-weight:760}.home-final-cta h3,.home-process-list h3,.home-product-card .product-title,.home-service-item h3{margin:0;padding:0;border:0;color:#174631;font-size:1.2rem;line-height:1.45}.home-final-cta h3::after,.home-final-cta h3::before,.home-process-list h3::after,.home-process-list h3::before,.home-product-card .product-title::after,.home-product-card .product-title::before,.home-service-item h3::after,.home-service-item h3::before{display:none}.home-service-item p{margin:.8rem 0 1rem;color:#475e52;line-height:1.75}.home-text-link{display:inline-flex;align-items:center;color:#0d6b42;font-weight:720;text-decoration:none;text-underline-offset:4px}.home-text-link::after{margin-left:.35rem;content:"→";transition:transform var(--transition-fast)}.home-text-link:hover{text-decoration:underline}.home-text-link:hover::after{transform:translateX(3px)}.home-products-grid{display:grid;max-width:1180px;margin:0 auto;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.home-product-card{display:flex;min-width:0;margin:0;padding:0;overflow:hidden;flex-direction:column;border:1px solid #d8e4dc;border-radius:6px;background:#fff;box-shadow:none;grid-column:span 2}.home-product-card:nth-child(4){grid-column:2/span 2}.home-product-card:hover{border-color:#a9c5b3;box-shadow:0 8px 22px rgba(26,68,47,.08);transform:translateY(-2px)}.home-product-image{display:flex;width:100%;height:190px;box-sizing:border-box;flex:0 0 auto;padding:1rem;align-items:center;justify-content:center;border-bottom:1px solid #e1e9e4;background:#f8faf8}.home-product-image img{width:100%;height:100%;object-fit:contain}.home-product-card .product-info{display:flex;min-width:0;padding:1.25rem;flex:1;flex-direction:column}.home-product-card .product-title a{color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}.home-product-card .product-description{margin:.75rem 0 1rem;color:#4a6055;font-size:.94rem;line-height:1.72}.home-product-card .home-text-link{margin-top:auto}.home-trust-section{display:grid;margin:0;padding:2rem clamp(1.5rem,6vw,5rem);grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid #d7e4dc;background:#0d5135}.home-trust-item{display:flex;min-height:72px;padding:.35rem 1.25rem;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center}.home-trust-item+.home-trust-item{border-left:1px solid rgba(255,255,255,.24)}.home-trust-item strong{font-size:1.5rem;line-height:1.2}.home-trust-item span{margin-top:.35rem;color:#d9eee3;font-size:.84rem}.home-news-section .news-list{max-width:1080px;margin-inline:auto}.home-news-section .news-item{padding:1rem .35rem;border-right:0;border-bottom:1px solid #dce6df;border-left:0;border-radius:0;background:0 0}.home-news-section .news-item:hover{background:#f7faf8}.home-news-section .news-date{color:#456356;font-variant-numeric:tabular-nums;font-weight:700}.home-news-section .view-all-container{margin-top:1.5rem;text-align:center}.home-process-list{display:grid;max-width:1080px;margin:0 auto;padding:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;list-style:none}.home-process-list li{display:flex;padding:1.35rem 0;gap:1rem;border-top:2px solid #b7cfc0}.home-process-number{color:#1b7750;font-size:.86rem;font-weight:800}.home-process-list p{margin:.55rem 0 0;color:#4c6257;font-size:.94rem;line-height:1.7}.home-final-cta{display:flex;max-width:1080px;margin:2.5rem auto 0;padding:1.5rem 1.75rem;align-items:center;justify-content:space-between;gap:1.5rem;border:1px solid #cbdcd1;border-radius:6px;background:#fff}.home-final-cta p{margin:.35rem 0 0;color:#52665b}.home-final-cta .cta-button{flex:0 0 auto;margin:0}.conversion-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.conversion-actions .cta-button{min-width:150px;white-space:nowrap}.cta-button.line-cta{background:linear-gradient(180deg,#06c755 0,#05b84d 100%);border-color:#04a545;box-shadow:0 6px 16px rgba(6,199,85,.24);color:#fff!important}.cta-button.line-cta:hover{background:linear-gradient(180deg,#05bd50 0,#049c43 100%);border-color:#04883b;box-shadow:0 8px 20px rgba(6,199,85,.3)}.cta-button.line-cta:focus-visible{outline:3px solid rgba(6,199,85,.32);outline-offset:3px}@media (max-width:900px){.home-products-grid{grid-template-columns:minmax(0,0.88fr) minmax(0,1.12fr)}.home-product-card,.home-product-card:nth-child(4){grid-column:auto}.home-trust-section{grid-template-columns:repeat(2,minmax(0,1fr))}.home-trust-item:nth-child(3){border-left:0}.home-trust-item:nth-child(n+3){border-top:1px solid rgba(255,255,255,.24)}}@media (max-width:767px){.home-hero{min-height:0;margin:.75rem;padding:2.25rem 1.1rem 1.5rem;background-position:54% top}.home-hero::before{background:linear-gradient(180deg,rgba(255,255,255,.91) 0,rgba(255,255,255,.93) 62%,rgba(247,251,248,.98) 100%)}.home-hero .home-eyebrow{width:100%;margin:0 0 .75rem;color:#315244;font-size:.78rem;line-height:1.5;text-align:left}.home-hero h1{font-size:1.68rem;line-height:1.35}.home-hero .home-hero-summary{margin:1rem 0 0;font-size:.95rem;line-height:1.7}.home-hero .cta-container{margin-top:1.2rem;gap:.6rem}.home-hero .cta-button,.home-hero .cta-container{width:100%}.home-hero .cta-button{min-height:46px;padding:.68rem 1rem;justify-content:center;font-size:.92rem;text-align:center}.home-proof-list{display:grid;width:100%;margin:1.6rem 0 0;padding-top:1.15rem;grid-template-columns:1fr;gap:.6rem;border-top:1px solid rgba(23,107,69,.16);font-size:.8rem;line-height:1.5}.home-proof-list li{min-height:0;margin:0;padding-left:.9rem;white-space:nowrap}.home-proof-list li::before{top:.55em;width:5px;height:5px}.home-news-section,.home-process-section,.home-products-section,.home-service-section{padding:3.5rem 1rem}.home-section-heading{margin-bottom:1.5rem;text-align:left}.home-section-heading h2{font-size:1.55rem}.home-process-list,.home-products-grid,.home-service-grid{grid-template-columns:1fr}.home-service-item{padding:1.5rem .25rem}.home-service-item+.home-service-item{border-top:1px solid #d9e5dd;border-left:0}.home-products-grid{gap:.85rem}.home-product-card{display:grid;grid-template-columns:112px minmax(0,1fr)}.home-product-image{width:112px;height:100%;min-height:174px;border-right:1px solid #e1e9e4;border-bottom:0}.home-product-card .product-info{padding:1rem}.home-product-card .product-description{font-size:.9rem}.home-trust-section{padding:1.25rem .75rem}.home-trust-item{padding:.75rem .35rem}.home-trust-item strong{font-size:1.2rem}.home-trust-item span{font-size:.76rem}.home-process-list{gap:0}.home-process-list li{padding-block:1.15rem}.home-final-cta{margin-top:1.75rem;padding:1.25rem;align-items:stretch;flex-direction:column}.conversion-actions{width:100%;justify-content:stretch}.home-final-cta .cta-button{width:100%;text-align:center}}@media (max-width:420px){.home-product-card{grid-template-columns:92px minmax(0,1fr)}.home-product-image{width:92px;padding:.65rem}.home-product-card .product-info{padding:.9rem}.home-product-card .product-title{font-size:1.02rem}}.feature-overview .feature-overview-list li::before{position:absolute;top:1rem;left:1rem;display:inline-flex;width:1.15rem;height:1.15rem;align-items:center;justify-content:center;content:"✓";border-radius:50%;background:#dceee3;color:#12683f;font-size:.75rem;font-weight:800;line-height:1}@media (max-width:767px){.feature-overview .feature-overview-list li::before{top:.85rem;left:.65rem}}.hero-section:not(.home-hero)::before{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(90deg,rgba(255,255,255,.97) 0,rgba(255,255,255,.91) 55%,rgba(255,255,255,.56) 100%)}@media (max-width:767px){.hero-section:not(.home-hero)::before{background:rgba(255,255,255,.9)}}@media (min-width:901px){.home-hero .home-eyebrow{display:block;max-width:780px;margin:0 0 .65rem;color:#176b45;font-size:.83rem;font-weight:760;line-height:1.5;text-align:left}.home-hero h1,body.eco-products-page .hero-section:not(.home-hero) h1{max-width:820px;margin:0;color:#123b2b;font-size:clamp(1.9rem, 3vw, 2.45rem);line-height:1.3;text-align:left}.home-hero-summary,body.eco-products-page .hero-section:not(.home-hero)>p{max-width:760px;margin:1.1rem 0 0;color:#354b40;font-size:1.04rem;line-height:1.82;text-align:left}.home-hero{min-height:420px;padding:clamp(3.5rem,5.8vw,5rem) clamp(2rem,7vw,5.4rem);background-position:center center}.home-hero::before{background:linear-gradient(90deg,rgba(255,255,255,.98) 0,rgba(255,255,255,.93) 50%,rgba(255,255,255,.58) 100%),linear-gradient(180deg,rgba(255,255,255,.12) 0,rgba(232,242,236,.2) 100%)}.home-hero h1{max-width:920px;margin-bottom:1.35rem;font-size:clamp(2rem, 3.15vw, 2.6rem);line-height:1.26}.home-hero .home-hero-summary{max-width:790px;margin:0 0 0;line-height:1.88}.home-hero .cta-container{margin-top:1.85rem}}.table-responsive tbody tr:hover td,.table-wrapper tbody tr:hover td{background:#eef5f1;color:#24372d}.table-responsive tbody tr:hover a,.table-wrapper tbody tr:hover a{color:var(--primary-blue)}.table-responsive .product-spec-table tbody tr:hover th,.table-wrapper .product-spec-table tbody tr:hover th{background:#eef5f1}.sticky-first-col tbody tr:hover td:first-child{background:#eef5f1;color:#24372d}@media (max-width:767px){.table-wrapper::before{position:sticky;z-index:4;left:0;display:block;width:max-content;padding:.45rem .75rem;content:"左右滑動查看完整表格 →";border-right:1px solid #d6e2da;border-bottom:1px solid #d6e2da;border-radius:0 0 5px 0;background:#f3f7f4;color:#617268;font-size:.76rem;font-weight:650}.product-spec-wrapper::before{display:none}}@media (max-width:380px){.site-title::after{display:none}}@media (prefers-reduced-motion:reduce){#nav1,#nav1 li a::after,.menu-toggle::after,.menu-toggle::before{transition:none}}.toc-container h2.toc-title::before{width:1.05rem;height:.78rem;flex:0 0 1.05rem;content:"";border-block:2px solid var(--primary-green);background:linear-gradient(to bottom,transparent 0,transparent calc(50% - 1px),var(--primary-green) calc(50% - 1px),var(--primary-green) calc(50% + 1px),transparent calc(50% + 1px))}.toc a::after{flex:0 0 auto;content:"↓";color:#4e6b5a;font-size:.85rem;font-weight:500}.toc a:hover{border-color:#a9c6b4;background:#edf5f0;color:var(--primary-green-dark);text-decoration:none;transform:translateY(-1px)}.toc a:focus-visible{outline:3px solid rgba(23,107,69,.2);outline-offset:2px}.toc-toggle::after{width:.48rem;height:.48rem;content:"";border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform var(--transition-fast)}.toc-toggle[aria-expanded=true]::after{transform:rotate(225deg) translate(-1px,-1px)}.toc-toggle:hover{border-color:#91b29e;background:#edf5f0}.toc-toggle:focus-visible{outline:3px solid rgba(23,107,69,.2);outline-offset:2px}@media (prefers-reduced-motion:reduce){.toc a,.toc-toggle::after{transition:none}}h3{margin:2rem 0 1rem;color:var(--primary-green-dark);font-size:1.25rem;line-height:1.45}@media (max-width:767px){h3{font-size:1.15rem}}:is(.page-summary,.summary-box,.intro-text,.product-intro)::after{position:absolute;top:0;right:0;width:72px;height:3px;content:"";background:#9fc1ad}.soil-structure-note h4::after{display:block;width:42px;height:2px;margin-top:.7rem;content:"";background:var(--primary-green)}@media (max-width:767px){.soil-structure-note h4::after{margin-top:.6rem}}.glossary-card:hover{border-color:#afc9b9;box-shadow:var(--shadow-md);transform:translateY(-2px)}.glossary-links a::after{position:absolute;top:50%;right:.1rem;content:"→";color:#4e6b5a;font-size:.95rem;transform:translateY(-50%);transition:color var(--transition-fast),transform var(--transition-fast)}.glossary-links a:hover{color:var(--primary-blue)}.glossary-links a:hover::after{color:var(--primary-green);transform:translate(3px,-50%)}.glossary-links a:focus-visible{outline:3px solid rgba(23,107,69,.18);outline-offset:2px}main h4:not(
.card-title,.danger-text,.app-item h4,.cta-content h4,.faq-item h4,.figure-item h4,.glossary-card h4,.highlight-box h4,.news-item h4,.purchase-card h4,.scenario-card h4,.technical-table h4,.timeline-content h4
)::after{position:absolute;bottom:-1px;left:0;width:42px;height:2px;content:"";border-radius:2px;background:var(--primary-green)}main h4:not(
.card-title,.danger-text,.app-item h4,.cta-content h4,.faq-item h4,.figure-item h4,.glossary-card h4,.highlight-box h4,.news-item h4,.purchase-card h4,.scenario-card h4,.technical-table h4,.timeline-content h4
):has(+ .news-item)::after{display:none}main h4+.news-item:hover{background:#fafcfb}.eco-products-page .eco-need-link:hover{background:#f2f7f3;color:#174631}.eco-products-page .eco-consultation-cta h3::after,.eco-products-page .eco-consultation-cta h3::before,.eco-products-page .eco-consultation-list h3::after,.eco-products-page .eco-consultation-list h3::before,.eco-products-page .eco-solution-card h3::after,.eco-products-page .eco-solution-card h3::before{display:none}.eco-products-page .eco-solution-link::after{margin-left:.35rem;content:"→"}.eco-products-page .eco-solution-link:hover{text-decoration:underline;text-underline-offset:4px}@media (max-width:640px){footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr));padding:2.1rem 1.25rem 1.75rem;gap:0 1rem}footer .footer-brand,footer .footer-main>section:last-child{grid-column:1/-1}footer .footer-main>nav,footer .footer-main>section{padding:1.35rem 0;border-bottom:1px solid rgba(255,255,255,.1)}footer .footer-main>nav{min-width:0}footer .footer-main>:first-child{padding-top:0}footer .footer-main>:last-child{padding-bottom:0;border-bottom:0}}@media (max-width:767px){#nav1.open li a:focus-visible:not(.is-active):not([aria-current=page]),#nav1.open li a:focus:not(:focus-visible):not(.is-active):not([aria-current=page]){background:0 0;color:#26372e;transform:none}#nav1.open li a:focus-visible:not(.is-active):not([aria-current=page])::after,#nav1.open li a:focus:not(:focus-visible):not(.is-active):not([aria-current=page])::after{transform:scaleY(0)}}:root{--site-h1-desktop:2.35rem;--site-h1-tablet:2rem;--site-h1-mobile:1.72rem;--site-h1-line-height:1.28}body .hero-section h1,body .hero-section:not(.home-hero) h1,body .home-hero h1,body main h1,body.eco-products-page .hero-section:not(.home-hero) h1{font-size:var(--site-h1-desktop);line-height:var(--site-h1-line-height)}@media (max-width:900px){body .hero-section h1,body .hero-section:not(.home-hero) h1,body .home-hero h1,body main h1,body.eco-products-page .hero-section:not(.home-hero) h1{font-size:var(--site-h1-tablet);line-height:1.3}}@media (max-width:767px){body .hero-section h1,body .hero-section:not(.home-hero) h1,body .home-hero h1,body main h1,body.eco-products-page .hero-section:not(.home-hero) h1{font-size:var(--site-h1-mobile);line-height:1.34}}