:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;--color-white: #FFFFFF;--color-light-gray: #F7F9F8;--color-mint: #E8F8F4;--color-dark-teal: #2D9B7A;--color-dark-gray: #2B2B2B;--color-gold: #C9A24D;--color-pale-mint: #F0FCF9;--color-teal: #4EC4A3;--color-light-teal: #A8E6D1;--color-light-gold: #E4D3A1;--color-dark-gold: #9E7C32;--color-slate: #5E6E6A;--color-light-slate: #9AA7A3;color:var(--color-dark-gray);background-color:var(--color-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-light-gray)}#root{min-height:100vh;display:flex;flex-direction:column}a{font-weight:500;color:var(--color-dark-teal);text-decoration:inherit;transition:color .3s ease}a:hover{color:var(--color-teal)}h1,h2,h3,h4,h5,h6{color:var(--color-dark-teal);line-height:1.2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-dark-teal);color:var(--color-white);cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--color-teal);transform:scale(1.02)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color;outline-color:var(--color-light-teal)}.navigation-bar{background-color:var(--color-white);border-bottom:1px solid var(--color-pale-mint);position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #2d9b7a0d}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px;gap:2rem}.nav-logo{flex-shrink:0}.nav-logo a{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.nav-logo a:hover{opacity:.8}.logo-image{height:40px;width:auto;display:block}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center;flex:1;justify-content:center}.nav-item{position:relative}.nav-link{color:var(--color-dark-gray);text-decoration:none;font-weight:500;font-size:1.05rem;padding:.5rem 0;transition:color .3s ease;position:relative;letter-spacing:-.01em}.nav-link:hover{color:var(--color-dark-teal)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-dark-teal);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--color-dark-teal);font-weight:600}.nav-link.active:after{width:100%}.nav-item-dropdown{position:relative}.nav-dropdown-toggle{background:none;border:none;cursor:pointer;font:inherit;color:inherit;padding:.5rem .25rem .5rem 0;display:inline-flex;align-items:center;gap:.35rem;transition:color .2s ease}.nav-dropdown-toggle:hover{color:var(--color-dark-teal);background:transparent}.nav-dropdown-toggle.active{color:var(--color-dark-teal);font-weight:600}.nav-dropdown-toggle-label{flex:1;text-align:inherit}.nav-dropdown-arrow{display:none;font-size:.6rem;opacity:.7;transition:transform .25s ease}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-4px);margin-top:0;padding-top:2px;background-color:var(--color-white);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 4px 12px #00000014;min-width:160px;overflow:hidden;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-dropdown-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-link{display:block;padding:.7rem 1.25rem;color:var(--color-dark-gray);text-decoration:none;font-weight:500;font-size:.9375rem;letter-spacing:-.01em;transition:background-color .18s ease,color .18s ease}.nav-dropdown-link:first-child{padding-top:.9rem}.nav-dropdown-link:last-child{padding-bottom:.85rem}.nav-dropdown-link:hover{background-color:#0000000a;color:var(--color-dark-teal)}.nav-dropdown-link:active{background-color:#0000000f}.nav-dropdown-link-viewall{border-bottom:1px solid rgba(45,155,122,.12);margin-bottom:.15rem;padding-bottom:.85rem;font-weight:600;color:var(--color-dark-teal)}.nav-dropdown-link-viewall:hover{color:var(--color-teal)}.nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.language-dropdown{position:relative}.language-dropdown-toggle{background-color:transparent;border:1px solid rgba(45,155,122,.2);color:var(--color-dark-gray);padding:.5rem .875rem;border-radius:10px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.language-dropdown-toggle:hover{background-color:var(--color-pale-mint);border-color:#2d9b7a4d;color:var(--color-dark-teal)}.language-flag{font-size:1rem}.language-code{min-width:28px;letter-spacing:.02em}.dropdown-arrow{font-size:.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1);color:var(--color-slate);opacity:.8}.language-dropdown-toggle[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.language-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--color-white);border:1px solid rgba(45,155,122,.12);border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 10px 24px -4px #2d9b7a1f;min-width:150px;overflow:hidden;z-index:1001}.language-option{width:100%;background:none;border:none;padding:.7rem 1rem;font-size:.9375rem;font-weight:500;color:var(--color-dark-gray);cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:background-color .18s ease,color .18s ease;text-align:left}.language-option:first-child{padding-top:.85rem}.language-option:last-child{padding-bottom:.85rem}.language-option:hover{background-color:var(--color-pale-mint);color:var(--color-dark-teal)}.language-option.active{background-color:var(--color-mint);color:var(--color-dark-teal);font-weight:600}.language-option .language-flag{font-size:1.1rem}.language-label{flex:1}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:22px}.hamburger span{display:block;width:100%;height:2px;background-color:var(--color-dark-gray);border-radius:1px;transform-origin:center center;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .2s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.nav-container{padding:0 1rem;gap:1rem}.nav-right{gap:.5rem}.language-dropdown-toggle{padding:.4rem .8rem;font-size:.85rem}.language-code{display:none}.mobile-menu-toggle{display:block}.nav-menu{position:fixed;inset:70px 0 auto;width:100%;background-color:var(--color-white);flex-direction:column;gap:0;padding:0;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 20px #00000014;max-height:calc(100vh - 70px);overflow-x:hidden;overflow-y:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.nav-menu.open{transform:translate(0)}.nav-item{width:100%}.nav-link{display:flex;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-pale-mint);font-size:1rem}.nav-link:after{display:none}.nav-link.active{background-color:var(--color-pale-mint);color:var(--color-dark-teal);font-weight:600}.nav-link:not(.active):focus,.nav-link:not(.active):focus-visible{background-color:transparent;outline:2px solid var(--color-dark-teal);outline-offset:2px}.nav-item-dropdown{width:100%;border-bottom:none;overflow:visible}.nav-dropdown-toggle{width:100%;justify-content:space-between;align-items:center;padding:1rem 1.25rem;text-align:left;border-bottom:1px solid var(--color-pale-mint);font-size:1rem;min-height:52px}.nav-dropdown-toggle.active{background-color:var(--color-pale-mint);color:var(--color-dark-teal)}.nav-dropdown-toggle[aria-expanded=true]{border-bottom-color:transparent}.nav-dropdown-toggle:not(.active):focus,.nav-dropdown-toggle:not(.active):focus-visible{background-color:transparent;outline:2px solid var(--color-dark-teal);outline-offset:2px}.nav-dropdown-arrow{display:inline-block;flex-shrink:0;margin-left:.5rem;font-size:.5rem;color:var(--color-slate);transition:transform .25s ease}.nav-dropdown-toggle[aria-expanded=true] .nav-dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu.nav-dropdown-menu-mobile{position:static!important;transform:none!important;top:auto!important;left:auto!important;margin:0!important;padding:0!important;min-width:0!important;width:100%!important;max-width:100%!important;border:none!important;border-radius:0!important;box-shadow:none!important;background-color:var(--color-light-gray)!important;display:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;border-bottom:1px solid var(--color-pale-mint)!important;z-index:1!important}.nav-menu.open .nav-dropdown-menu.nav-dropdown-menu-mobile.is-open{display:block!important;visibility:visible!important;opacity:1!important}.nav-dropdown-menu-mobile .nav-dropdown-link{display:flex!important;align-items:center;padding:.875rem 1.25rem .875rem 1.75rem!important;margin:0!important;border:none!important;border-bottom:1px solid rgba(45,155,122,.1)!important;font-size:.9375rem!important;font-weight:500!important;line-height:1.4!important;color:var(--color-dark-gray)!important;background-color:var(--color-light-gray)!important;text-decoration:none!important;min-height:48px!important;box-sizing:border-box;border-left:3px solid var(--color-dark-teal)}.nav-dropdown-menu-mobile .nav-dropdown-link:last-child{border-bottom:none!important}.nav-dropdown-menu-mobile .nav-dropdown-link:active{background-color:var(--color-mint)!important}.nav-dropdown-menu-mobile .nav-dropdown-link-viewall{font-weight:600!important;color:var(--color-dark-teal)!important;border-bottom:1px solid rgba(45,155,122,.2)!important}}.footer{background-color:var(--color-dark-gray);color:var(--color-white);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto}.footer-top{margin-bottom:1.5rem}.footer-brand{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo{height:2rem;width:auto;object-fit:contain}.footer-company-name{font-size:1.5rem;font-weight:700;color:var(--color-white)}.footer-info{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.9rem;color:var(--color-light-slate);line-height:1.6}.footer-address,.footer-tel,.footer-fax,.footer-email{color:var(--color-light-slate)}.footer-separator{color:var(--color-slate);margin:0 .25rem}.footer-email a{color:var(--color-light-teal);text-decoration:none;transition:color .3s ease}.footer-email a:hover{color:var(--color-white)}.footer-divider{border-top:1px solid rgba(255,255,255,.1);margin:1.5rem 0}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-copyright{margin:0;font-size:.85rem;color:var(--color-light-slate)}@media(max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-brand{margin-bottom:.75rem}.footer-logo{height:1.75rem}.footer-company-name{font-size:1.25rem}.footer-info{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.85rem}.footer-separator{display:none}.footer-divider{margin:1rem 0}.footer-bottom{padding-top:1rem}.footer-copyright{font-size:.8rem}}.layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;background-color:var(--color-light-gray)}.home-page{width:100%;min-height:calc(100vh - 140px)}.hero-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.hero-slogan{position:relative;text-align:center;margin-bottom:4rem;padding:3rem 2rem;border-radius:16px;overflow:hidden;border:2px solid var(--color-pale-mint)}.hero-slogan-background{position:absolute;inset:0;z-index:0}.hero-slogan-bg-image{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slogan-bg-image.active{opacity:1}.hero-slogan-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#ffffffbf,#f7f9f8bf,#f0fcf9bf);z-index:1}.hero-slogan .slogan-text{position:relative;z-index:2}.slogan-text{display:flex;flex-direction:column;gap:.75rem;margin:0;font-weight:700;letter-spacing:-.02em;line-height:1.4}.slogan-line1{font-size:2rem;color:var(--color-dark-teal);font-weight:600;display:block;word-break:keep-all}.slogan-line2{font-size:2.75rem;color:var(--color-dark-teal);font-weight:700;display:block;white-space:pre-line;line-height:1.35;word-break:keep-all;background:linear-gradient(135deg,var(--color-dark-teal) 0%,var(--color-teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.certification-banner{position:relative;border-radius:20px;padding:4rem 3rem;margin-bottom:5rem;overflow:hidden;min-height:400px;display:flex;flex-direction:column;gap:2.5rem;background:#fff;border:1px solid rgba(45,155,122,.1)}.certification-banner-background{position:absolute;inset:0;z-index:0}.certification-banner-image{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out}.certification-banner-image.active{opacity:1}.certification-banner-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#fffffff7,#f8fcfbf7,#f0fcf9f5);z-index:1}.certification-banner-content{position:relative;z-index:2;display:flex;flex-direction:column;gap:2.5rem}.certification-intro{text-align:center;font-size:1.25rem;font-weight:500;color:var(--color-slate);margin:0 auto;max-width:36ch;line-height:1.6;letter-spacing:-.01em}.certification-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.certification-row{display:grid;grid-template-columns:1fr 3fr;gap:2rem;align-items:stretch;width:100%}.certification-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;background:#fff;padding:2.5rem 1.5rem;border-radius:20px;box-shadow:0 10px 40px #2d9b7a1f,0 2px 8px #0000000a;min-width:0;border:1px solid rgba(45,155,122,.08);transition:all .35s ease;position:relative}.certification-badge:after{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,var(--color-dark-teal) 0%,var(--color-teal) 100%);border-radius:20px 0 0 20px}.certification-badge:hover{box-shadow:0 16px 56px #2d9b7a2e,0 4px 12px #0000000f;border-color:#2d9b7a26}.cert-icon{width:88px;height:88px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 20px #2d9b7a1a,0 1px 4px #0000000d;border:1px solid rgba(45,155,122,.08);padding:12px;transition:all .3s ease}.certification-badge:hover .cert-icon{box-shadow:0 6px 24px #2d9b7a26;border-color:#2d9b7a26}.cert-icon-image{width:100%;height:100%;object-fit:contain}.cert-info{display:flex;flex-direction:column;gap:.75rem;align-items:center;padding:0}.cert-name{margin:0;font-size:1.5rem;font-weight:700;color:var(--color-dark-teal);letter-spacing:-.02em;line-height:1.3}.cert-description{margin:0;font-size:.9375rem;color:var(--color-slate);line-height:1.55;font-weight:500;letter-spacing:-.01em;white-space:pre-line;word-break:keep-all}.certification-iso-image-wrap{min-width:0;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch;background:#fff;padding:1.75rem;border-radius:20px;border:1px solid rgba(45,155,122,.12);box-shadow:0 10px 40px #2d9b7a1a,0 2px 12px #0000000a;min-height:260px}.certification-iso-item{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#fff;border-radius:10px;min-height:200px}.certification-iso-item .certification-iso-image{width:100%;height:auto;max-height:320px;object-fit:contain}.product-showcase{max-width:1100px;margin:0 auto 4rem}.products-intro{text-align:center;font-size:1.25rem;font-weight:500;color:var(--color-slate);margin:0 auto 2.5rem;max-width:36ch;line-height:1.6;letter-spacing:-.01em}.products-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--color-dark-teal);margin-bottom:2.5rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}@media(min-width:900px){.product-grid{gap:2rem}}.product-card{background-color:var(--color-white);border:1px solid rgba(45,155,122,.12);border-radius:16px;padding:1.75rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 12px #2d9b7a0f;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #2d9b7a1f;border-color:#2d9b7a33}.product-card-inner{display:flex;flex-direction:column;height:100%;min-height:320px;text-decoration:none;color:inherit}.product-thumbnail{margin-bottom:1.25rem;height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,var(--color-light-gray) 0%,rgba(240,248,246,.8) 100%)}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-thumbnail-placeholder{width:100%;height:100%;min-height:200px;background-color:#e8eef0}.product-card:hover .product-image{transform:scale(1.05)}.product-name{font-size:1.25rem;font-weight:600;color:var(--color-dark-teal);margin:0 0 .75rem}.product-description{font-size:.9rem;color:var(--color-slate);margin:0 0 1.5rem;line-height:1.7;white-space:pre-line;word-break:keep-all;text-align:center;min-height:2.8em}.product-cta{display:block;text-align:center;background-color:var(--color-dark-teal);color:var(--color-white);border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease;width:100%;margin-top:auto}.product-card-inner:hover .product-cta{background-color:var(--color-teal);transform:translateY(-2px);box-shadow:0 4px 12px #2d9b7a4d}.product-card-more{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-mint) 0%,var(--color-pale-mint) 100%);border:2px dashed rgba(45,155,122,.25);cursor:pointer;position:relative;overflow:hidden;min-height:320px}.product-card-more:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2d9b7a0d,#4ec4a30d);opacity:0;transition:opacity .3s ease}.product-card-more:hover:before{opacity:1}.product-card-more:hover{border-color:var(--color-dark-teal);transform:translateY(-4px);box-shadow:0 8px 24px #2d9b7a33}.product-more-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.product-more-icon{font-size:3rem;color:var(--color-dark-teal);font-weight:300;transition:transform .3s ease}.product-card-more:hover .product-more-icon{transform:translate(8px)}.product-more-title{font-size:1.5rem;font-weight:700;color:var(--color-dark-teal);margin:0}.product-more-description{font-size:.9rem;color:var(--color-slate);margin:0;line-height:1.5}.product-more-button{background-color:var(--color-dark-teal);color:var(--color-white);padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;margin-top:.5rem}.product-more-button:hover{background-color:var(--color-teal);transform:translateY(-2px);box-shadow:0 4px 12px #2d9b7a4d}.floating-contact-toggle{position:fixed;right:2rem;top:50%;transform:translateY(-50%);background-color:var(--color-dark-teal);color:var(--color-white);border:none;border-radius:50%;width:60px;height:60px;min-width:60px;min-height:60px;padding:0;box-sizing:border-box;aspect-ratio:1;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px #2d9b7a4d;z-index:998;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease,background-color .3s ease}.floating-contact-toggle:hover{background-color:var(--color-teal);transform:translateY(-50%) scale(1.1)}.floating-contact-box{position:fixed;right:2rem;top:50%;transform:translateY(-50%);background-color:var(--color-white);border:2px solid var(--color-dark-teal);border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #2d9b7a33;z-index:998;min-width:280px;max-width:320px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-50%) translate(20px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.floating-contact-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;padding:0;box-sizing:border-box;width:28px;height:28px;min-width:28px;min-height:28px;aspect-ratio:1;border-radius:50%;font-size:1.25rem;color:var(--color-slate);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;overflow:hidden;transition:background-color .2s ease,color .2s ease}.floating-contact-close:hover{background-color:var(--color-pale-mint);color:var(--color-dark-teal)}.floating-contact-close-icon{display:block;line-height:1;font-size:1.5rem;font-weight:300}.floating-contact-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid var(--color-pale-mint)}.floating-contact-title{margin:0;font-size:1.25rem;font-weight:700;color:var(--color-dark-teal);text-align:center}.floating-contact-content{display:flex;flex-direction:column;gap:1.25rem}.contact-person{display:flex;flex-direction:column;gap:.5rem}.person-name{font-weight:600;color:var(--color-dark-gray);font-size:.95rem}.person-phone-wrapper{display:flex;flex-direction:column;gap:.25rem}.person-phone{color:var(--color-dark-teal);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem 0;-webkit-user-select:none;user-select:none}.person-phone:hover{color:var(--color-teal);transform:translate(4px)}.person-phone.copied{color:var(--color-teal)}.copy-notification{font-size:.75rem;color:var(--color-teal);font-weight:500;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.person-email{color:var(--color-slate);font-size:.85rem;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.person-email:hover{color:var(--color-dark-teal)}.contact-section{background-color:var(--color-white);padding:4rem 2rem;margin-top:4rem}.contact-section-container{max-width:1200px;margin:0 auto}.contact-section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--color-dark-teal);margin-bottom:3rem}.contact-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contact-section-card{background-color:var(--color-light-gray);border:1px solid var(--color-pale-mint);border-radius:12px;padding:2rem;transition:all .3s ease}.contact-section-card:hover{box-shadow:0 8px 24px #2d9b7a26;border-color:var(--color-light-teal);transform:translateY(-4px)}.contact-card-name{font-size:1.25rem;font-weight:600;color:var(--color-dark-teal);margin:0 0 1.5rem}.contact-card-info{display:flex;flex-direction:column;gap:1rem}.contact-card-phone-wrapper{display:flex;flex-direction:column;gap:.25rem}.contact-card-phone{color:var(--color-dark-teal);font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;-webkit-user-select:none;user-select:none}.contact-card-phone:hover{color:var(--color-teal);transform:translate(4px)}.contact-card-phone.copied{color:var(--color-teal)}.contact-card-email{color:var(--color-slate);font-size:.9rem;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.contact-card-email:hover{color:var(--color-dark-teal)}@media(max-width:768px){.hero-section{padding:2rem 1rem}.hero-slogan{margin-bottom:3rem;padding:2rem 1rem}.slogan-line1{font-size:1.5rem;line-height:1.4}.slogan-line2{font-size:2rem;line-height:1.4}.certification-banner{padding:2.5rem 1.5rem;min-height:350px;gap:2rem}.certification-row{grid-template-columns:1fr}.certification-badge{min-width:100%;max-width:100%;padding:2rem 1.5rem;gap:1.5rem}.certification-iso-image-wrap{min-width:100%;max-width:100%;grid-template-columns:1fr;padding:1.5rem;min-height:auto;flex:none}.certification-iso-item{min-height:180px;padding:1rem .75rem}.certification-iso-item .certification-iso-image{max-height:260px}.certification-badge:after{width:100%;height:4px;top:0;left:0;border-radius:20px 20px 0 0}.cert-icon{width:100px;height:100px}.cert-info{align-items:center;padding-top:0}.cert-name{font-size:1.5rem;text-align:center}.cert-description{font-size:.95rem;text-align:center}.product-grid{grid-template-columns:1fr;gap:.625rem}.product-card:not(.product-card-more){padding:0;border-radius:12px;box-shadow:0 2px 8px #2d9b7a0f}.product-card:not(.product-card-more):hover{box-shadow:0 6px 16px #2d9b7a1f}.product-card-inner{flex-direction:row;align-items:center;min-height:0;padding:.5rem .75rem;gap:.625rem}.product-card:not(.product-card-more) .product-thumbnail{width:80px;min-width:80px;height:80px;margin-bottom:0;border-radius:10px;flex-shrink:0}.product-card:not(.product-card-more) .product-thumbnail-placeholder{min-height:80px}.product-card:not(.product-card-more) .product-card-body{flex:1;min-width:0;justify-content:center;text-align:left;gap:.125rem}.product-card:not(.product-card-more) .product-name{font-size:.9375rem;margin:0;line-height:1.35;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:not(.product-card-more) .product-description{font-size:.8125rem;margin:0;min-height:0;line-height:1.45;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card:not(.product-card-more) .product-cta{font-size:.8125rem;font-weight:600;color:var(--color-teal);background:none;padding:.2rem 0;margin:0;width:auto;border-radius:0;border:none;border-bottom:1.5px solid transparent;flex-shrink:0;white-space:nowrap;transition:color .2s ease,border-color .2s ease}.product-card:not(.product-card-more) .product-cta:after{content:"→";font-weight:600}.product-card:not(.product-card-more):hover .product-cta{color:var(--color-dark-teal);border-bottom-color:var(--color-teal);transform:none;box-shadow:none}.product-card:not(.product-card-more):hover .product-image{transform:none}.product-card-more{min-height:200px}.products-intro{font-size:1.1rem;margin-bottom:2rem}.certification-intro{font-size:1.1rem}.section-title{font-size:1.5rem;margin-bottom:2rem}.contact-section{padding:3rem 1rem;margin-top:3rem}.contact-section-title{font-size:1.5rem;margin-bottom:2rem}.contact-section-grid{grid-template-columns:1fr;gap:1.5rem}.contact-section-card{padding:1.5rem}.floating-contact-toggle{right:1rem;width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.25rem}.floating-contact-box{right:1rem;min-width:260px;max-width:280px;padding:1.25rem}.floating-contact-title{font-size:1.1rem}.person-phone{font-size:.9rem}}@media(max-width:380px){.product-card:not(.product-card-more) .product-card-inner{padding:.45rem .625rem;gap:.5rem}.product-card:not(.product-card-more) .product-thumbnail{width:68px;min-width:68px;height:68px}.product-card:not(.product-card-more) .product-thumbnail-placeholder{min-height:68px}.product-card:not(.product-card-more) .product-name{font-size:.875rem}.product-card:not(.product-card-more) .product-description{font-size:.75rem}.product-card:not(.product-card-more) .product-cta{font-size:.75rem}}.about.page-content{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.about-inner{width:100%}.about-breadcrumb{font-size:.875rem;color:var(--color-slate);margin-bottom:.75rem;text-align:center}.about-title{text-align:center;font-size:2.25rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem;letter-spacing:-.02em}.about-intro{text-align:center;font-size:1.1rem;color:var(--color-slate);margin:0 auto 2rem;max-width:42ch;line-height:1.6;white-space:pre-line;word-break:keep-all}.about-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.about-hero-placeholder{width:100%;aspect-ratio:16 / 6;min-height:180px;background:#d1d5db;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:2.5rem}.about-hero-placeholder.about-hero-image{background-size:cover;background-position:center;background-repeat:no-repeat}.about-placeholder-label{font-size:.875rem;color:#6b7280;font-weight:500}.about-content{line-height:1.9;color:#374151}.about-paragraph{margin-bottom:1.25rem;white-space:pre-line;word-break:keep-all}.about-paragraph-thanks{margin-top:1.5rem;font-weight:600;color:#2b2b2b}.about-signature-block{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #E5E7EB;display:flex;flex-wrap:wrap;align-items:flex-end;gap:2rem}.about-rep-photo-placeholder{width:140px;height:180px;min-width:140px;background:#9ca3af;border-radius:8px;display:flex;align-items:center;justify-content:center}.about-signature{font-size:1rem;font-weight:600;color:#2b2b2b;margin:0}.about-history-list{list-style:none;padding:0;margin:0;border-left:3px solid var(--color-light-teal);padding-left:1.5rem;margin-left:.25rem}.about-history-item{position:relative;padding-bottom:1.5rem;padding-left:.5rem}.about-history-item:last-child{padding-bottom:0}.about-history-item:before{content:"";position:absolute;left:-1.875rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:var(--color-dark-teal)}.about-history-year{display:inline-block;font-weight:700;color:var(--color-dark-teal);font-size:1.05rem;min-width:4rem;margin-right:.75rem}.about-history-desc{color:#374151;line-height:1.6;font-size:1rem}@media(max-width:768px){.about-history-list{padding-left:1.25rem;margin-left:0}.about-history-item:before{left:-1.625rem}.about-history-year{min-width:3.5rem;font-size:1rem}}.about-directions{margin-top:3rem;padding-top:2.5rem;border-top:2px solid #E8F8F4}.about-directions-title{font-size:1.5rem;font-weight:600;color:#2b2b2b;margin-bottom:1.25rem}.about-directions-map-wrap{width:100%;aspect-ratio:16 / 9;min-height:200px;border-radius:8px;margin-bottom:1.5rem;overflow:hidden;background:#e5e7eb}.about-directions-map-iframe{width:100%;height:100%;border:0;display:block}.about-directions-info{color:#374151;line-height:1.7}.about-directions-address{margin-bottom:.5rem;font-size:1rem}.about-directions-address strong{color:#2b2b2b;font-weight:600}.about-directions-contact{margin-bottom:1rem;font-size:.9375rem;color:#6b7280}.about-directions-links{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.about-directions-link{font-size:.9375rem;font-weight:500;color:#0d9488;text-decoration:none}.about-directions-link:hover{text-decoration:underline}@media(max-width:768px){.about.page-content{padding:1.5rem 1rem 3rem}.about-title{font-size:1.75rem}.about-hero-placeholder{aspect-ratio:16 / 7;min-height:140px}.about-signature-block{flex-direction:column;align-items:flex-start;gap:1.25rem}.about-rep-photo-placeholder{width:120px;height:150px;min-width:120px}.about-directions-title{font-size:1.25rem}.about-directions-map-wrap{min-height:160px}}.products-page{width:100%;min-height:calc(100vh - 140px)}.products-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.products-page-title{text-align:center;font-size:2.25rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem;letter-spacing:-.02em}.products-page-intro{text-align:center;font-size:1.1rem;color:var(--color-slate);margin:0 auto 3rem;max-width:42ch;line-height:1.6}.products-page-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background:var(--color-white);border:1px solid var(--color-pale-mint);border-radius:12px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;box-shadow:0 2px 8px #2d9b7a0f}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2d9b7a1f;border-color:var(--color-light-teal)}.product-card-link{display:flex;flex-direction:column;height:100%;padding:0 0 1.25rem;text-decoration:none;color:inherit}.product-card-body{display:flex;flex-direction:column;flex:1;min-width:0}.product-thumbnail{width:100%;aspect-ratio:4 / 3;overflow:hidden;background-color:var(--color-light-gray)}.product-thumbnail-img{width:100%;height:100%;object-fit:cover;display:block}.product-thumbnail-placeholder{width:100%;height:100%;background-color:#b0b0b0}.product-card-name{font-size:1.25rem;font-weight:600;color:var(--color-dark-teal);margin:1rem 1.25rem .375rem;line-height:1.3}.product-card-description{font-size:.9rem;color:var(--color-slate);margin:0 1.25rem .75rem;line-height:1.6;white-space:pre-line;word-break:keep-all;flex:1}.product-card-cta{display:inline-block;margin:0 1.25rem;padding:.5rem 0;font-size:.9rem;font-weight:600;color:var(--color-dark-teal);border-bottom:2px solid var(--color-teal);transition:color .3s ease,border-color .3s ease}.product-card:hover .product-card-cta{color:var(--color-teal)}@media(max-width:900px){.products-grid{gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.product-card-name{font-size:1.15rem;margin:.875rem 1rem .35rem}.product-card-description{font-size:.875rem;margin:0 1rem .625rem}.product-card-cta{margin:0 1rem;padding:.45rem 0}}@media(max-width:768px){.products-section{padding:1.5rem 1rem}.products-page-title{font-size:1.5rem;margin-bottom:.5rem}.products-page-intro{margin-bottom:1.5rem;font-size:.9375rem;padding:0 .5rem}.products-page-intro:before{margin-bottom:1rem}.products-grid{grid-template-columns:1fr;gap:.625rem}.product-card{border-radius:12px;box-shadow:0 2px 8px #2d9b7a0f}.product-card:hover{box-shadow:0 6px 16px #2d9b7a1f}.product-card-link{flex-direction:row;align-items:center;padding:.5rem .75rem;gap:.625rem}.product-thumbnail{width:80px;min-width:80px;height:80px;aspect-ratio:1;border-radius:10px;flex-shrink:0;overflow:hidden}.product-card-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:.125rem}.product-card-name{font-size:.9375rem;font-weight:600;color:var(--color-dark-teal);margin:0;line-height:1.35;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-description{font-size:.8125rem;color:var(--color-slate);margin:0;line-height:1.45;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-cta{font-size:.8125rem;font-weight:600;color:var(--color-teal);margin:0;padding:.2rem 0;border:none;border-bottom:1.5px solid transparent;transition:color .2s ease,border-color .2s ease;flex-shrink:0;display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap}.product-card-cta:after{content:"→";font-weight:600}.product-card:hover .product-card-cta{color:var(--color-dark-teal);border-bottom-color:var(--color-teal)}}@media(max-width:380px){.product-card-link{padding:.45rem .625rem;gap:.5rem}.product-thumbnail{width:68px;min-width:68px;height:68px}.product-card-name{font-size:.875rem}.product-card-description,.product-card-cta{font-size:.75rem}}.product-detail-page{width:100%;min-height:calc(100vh - 140px);padding-bottom:3rem}.product-detail-not-found{max-width:600px;margin:0 auto;padding:4rem 2rem;text-align:center}.product-detail-not-found a{display:inline-block;margin-top:1rem}.product-detail-container{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.product-detail-breadcrumb{font-size:.875rem;color:var(--color-slate);margin-bottom:1.5rem}.product-detail-breadcrumb a{color:var(--color-slate);text-decoration:none}.product-detail-breadcrumb a:hover{color:var(--color-dark-teal)}.breadcrumb-sep{margin:0 .35rem;color:var(--color-light-slate)}.breadcrumb-current{color:var(--color-dark-teal);font-weight:600}.product-detail-header{margin-bottom:2rem}.product-detail-title{font-size:2rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem;letter-spacing:-.02em}.product-detail-lead{font-size:1.1rem;color:var(--color-slate);line-height:1.7;margin:0;white-space:pre-line;word-break:keep-all}.product-detail-main-image{width:100%;aspect-ratio:16 / 10;border-radius:12px;margin-bottom:.5rem;overflow:hidden;background-color:var(--color-light-gray)}.product-detail-main-image-img{width:100%;height:100%;object-fit:cover;display:block}.product-detail-main-image>.product-detail-image-placeholder{width:100%;height:100%;min-height:100%}.product-detail-image-disclaimer{font-size:.75rem;color:var(--color-slate);line-height:1.5;margin:0 0 2rem}.product-detail-image-placeholder{background-color:#b0b0b0}.product-detail-specs{margin-bottom:2.5rem}.product-detail-section-title{font-size:1.25rem;font-weight:600;color:var(--color-dark-teal);margin:0 0 1.25rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-pale-mint)}.product-spec-list{display:grid;gap:.75rem;margin:0}.product-spec-row{display:grid;grid-template-columns:120px 1fr;gap:1rem;align-items:baseline;padding:.75rem 1rem;background:var(--color-light-gray);border-radius:8px;border:1px solid var(--color-pale-mint)}.product-spec-label{font-size:.9rem;font-weight:600;color:var(--color-slate);margin:0}.product-spec-value{font-size:.95rem;color:var(--color-dark-gray);margin:0}.product-detail-images{margin-bottom:2rem}.product-detail-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.product-detail-gallery-item{position:relative;aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background-color:var(--color-light-gray);display:flex;align-items:center;justify-content:center;transition:box-shadow .2s ease,transform .2s ease}.product-detail-gallery-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-detail-gallery-item .product-detail-image-placeholder{position:absolute;inset:0;background-color:#b0b0b0}.product-detail-gallery-item-clickable{cursor:pointer}.product-detail-gallery-item-clickable:hover{outline:2px solid var(--color-teal);outline-offset:2px;box-shadow:0 4px 12px #2d9b7a26}.product-detail-gallery-item-clickable:active{transform:scale(.98)}.product-detail-image-placeholder-hidden{display:none}.product-detail-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#000000e0;cursor:pointer;animation:product-detail-lightbox-fade .2s ease-out}@keyframes product-detail-lightbox-fade{0%{opacity:0}to{opacity:1}}.product-detail-lightbox-inner{position:relative;max-width:95vw;max-height:90vh;cursor:default}.product-detail-lightbox-close{position:absolute;top:-2.5rem;right:0;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:#fff3;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.product-detail-lightbox-close:hover{background:#ffffff59}.product-detail-lightbox-img{display:block;max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #0006}.product-detail-back{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-pale-mint)}.product-detail-back-link{font-weight:600;color:var(--color-dark-teal);text-decoration:none;display:inline-flex;align-items:center;gap:.25rem;transition:color .3s ease}.product-detail-back-link:hover{color:var(--color-teal)}.product-detail-section{margin-bottom:2.5rem}.product-detail-section-title-block{font-size:1.125rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-pale-mint)}.product-detail-section-title-block:before{content:"■ ";color:var(--color-teal);margin-right:.25rem}.product-detail-overview{font-size:1rem;line-height:1.8;color:var(--color-dark-gray);margin:0 0 1.25rem}.product-detail-apply-list{list-style:none;margin:0;padding:0}.product-detail-apply-list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.95rem;color:var(--color-slate);line-height:1.6}.product-detail-apply-list li:before{content:"·";position:absolute;left:0;font-weight:700;color:var(--color-dark-teal)}.product-detail-apply-list-with-icons{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;padding:0;margin:0}.product-detail-apply-list-with-icons .product-detail-apply-item{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:var(--color-light-gray);border-radius:10px;border:1px solid var(--color-pale-mint);padding-left:0}.product-detail-apply-list-with-icons .product-detail-apply-item:before{content:none}.product-detail-apply-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;color:var(--color-dark-teal);margin-left:.5rem}.product-detail-apply-label{font-size:.95rem;font-weight:500;color:var(--color-dark-gray);padding-right:1rem}.product-detail-spec-table-wrap{overflow-x:auto;margin:1rem 0;border-radius:10px;border:1px solid var(--color-pale-mint);box-shadow:0 1px 3px #0000000f}.product-detail-spec-table{width:100%;min-width:320px;border-collapse:collapse;font-size:.9rem}.product-detail-spec-table th,.product-detail-spec-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--color-pale-mint)}.product-detail-spec-table th{background:var(--color-mint);color:var(--color-dark-teal);font-weight:600}.product-detail-spec-table tr:last-child td{border-bottom:none}.product-detail-spec-table tr:nth-child(2n) td{background:var(--color-light-gray)}.product-detail-spec-note{margin:.75rem 0 0;font-size:.875rem;color:var(--color-slate);font-style:italic;line-height:1.5}.product-detail-features{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.product-detail-features li{position:relative;padding-left:1.5rem;font-size:.95rem;color:var(--color-dark-gray);line-height:1.6}.product-detail-features li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--color-teal)}.product-detail-tagline{font-size:.95rem;font-weight:600;color:var(--color-teal);letter-spacing:.02em;margin:0 0 .75rem}.product-detail-v3-block{margin-bottom:2rem}.product-detail-v3-block-title{font-size:1rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem}.product-detail-v3-list{list-style:none;margin:0;padding:0}.product-detail-v3-list li{position:relative;padding-left:1.25rem;margin-bottom:.4rem;font-size:.95rem;color:var(--color-slate);line-height:1.6}.product-detail-v3-list li:before{content:"–";position:absolute;left:0;color:var(--color-teal)}.product-detail-v3-sterilization{font-size:.95rem;color:var(--color-slate);line-height:1.6;margin:0}@media(max-width:768px){.product-detail-container{padding:1.25rem 1rem}.product-detail-title{font-size:1.375rem}.product-detail-lead{font-size:.9375rem}.product-detail-section-title,.product-detail-section-title-block{font-size:1rem;margin-bottom:.75rem}.product-detail-images{margin-bottom:1.5rem}.product-spec-row{grid-template-columns:90px 1fr;padding:.6rem .75rem}.product-detail-gallery{grid-template-columns:repeat(3,1fr);gap:.375rem}.product-detail-gallery-item{aspect-ratio:1;border-radius:8px}.product-detail-gallery-multi-row .product-detail-gallery-item{aspect-ratio:1}.product-detail-spec-table th,.product-detail-spec-table td{padding:.5rem .75rem;font-size:.85rem}.product-detail-back{margin-top:1.5rem;padding-top:1.25rem}}@media(max-width:380px){.product-detail-gallery{gap:.25rem}.product-detail-gallery-item{border-radius:6px}}.technology.page-content{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.technology-inner{width:100%}.technology-breadcrumb{font-size:.875rem;color:var(--color-slate);margin-bottom:.75rem;text-align:center}.technology-title{text-align:center;font-size:2.25rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem;letter-spacing:-.02em}.technology-intro{text-align:center;font-size:1.1rem;color:var(--color-slate);margin:0 auto 2.5rem;max-width:42ch;line-height:1.6;white-space:pre-line;word-break:keep-all}.technology-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.technology-certification{margin-top:1rem}.technology-cert-block{background:#f7f9f8;border:1px solid rgba(45,155,122,.12);border-radius:16px;padding:2.5rem 2rem}.technology-cert-badge{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.technology-cert-icon{flex-shrink:0}.technology-cert-icon-image{width:100px;height:auto;object-fit:contain}.technology-cert-info{flex:1;min-width:200px}.technology-cert-name{font-size:1.5rem;font-weight:600;color:#2b2b2b;margin:0 0 .5rem}.technology-cert-desc{font-size:1rem;color:#374151;margin:0 0 .25rem;line-height:1.5}.technology-cert-trust{font-size:.9375rem;color:#2d9b7a;font-weight:500;margin:0}.technology-cert-intro{font-size:.9375rem;color:#5e6e6a;line-height:1.7;margin:0 0 2rem;padding-top:1rem;border-top:1px solid rgba(45,155,122,.15);white-space:pre-line;word-break:keep-all}.technology-cert-display{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.technology-cert-toggle{display:flex;gap:0;margin-bottom:1.5rem;border-radius:8px;overflow:hidden;border:1px solid rgba(45,155,122,.25);background:#fff}.technology-cert-toggle-btn{padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;color:var(--color-slate);background:#fff;border:none;cursor:pointer;transition:background .2s,color .2s}.technology-cert-toggle-btn:hover{color:var(--color-dark-teal);background:var(--color-pale-mint)}.technology-cert-toggle-btn.active{color:#fff;background:var(--color-dark-teal)}.technology-cert-image-wrap{width:100%;max-width:560px;margin:0 auto;border-radius:12px;overflow:hidden;border:1px solid #E5E7EB;background:#fff;display:flex;justify-content:center;align-items:center}.technology-cert-img{width:100%;height:auto;display:block;object-fit:contain}@media(max-width:768px){.technology.page-content{padding:1.5rem 1rem 3rem}.technology-title{font-size:1.75rem}.technology-cert-block{padding:1.5rem 1.25rem}.technology-cert-badge{flex-direction:column;align-items:flex-start;gap:1rem}.technology-cert-name{font-size:1.25rem}.technology-cert-image-wrap{max-width:100%}.technology-cert-toggle-btn{padding:.5rem 1rem;font-size:.875rem}}.contact.page-content{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}.contact-inner{width:100%}.contact-breadcrumb{font-size:.875rem;color:var(--color-slate);margin-bottom:.75rem;text-align:center}.contact-title{text-align:center;font-size:2.25rem;font-weight:700;color:var(--color-dark-teal);margin:0 0 .75rem;letter-spacing:-.02em}.contact-intro{text-align:center;font-size:1.05rem;color:var(--color-slate);margin:0 auto 2rem;max-width:42ch;line-height:1.6;white-space:pre-line;word-break:keep-all}.contact-intro:before{content:"";display:block;width:40px;height:3px;margin:0 auto 1.25rem;background:linear-gradient(90deg,var(--color-pale-mint),var(--color-light-teal));border-radius:2px}.contact-info-card{background:var(--color-white);border-radius:12px;padding:1.5rem 1.75rem;margin-bottom:2.5rem;box-shadow:0 2px 12px #2d9b7a14;border:1px solid var(--color-mint)}.contact-info-title{font-size:1rem;font-weight:600;color:var(--color-dark-teal);margin:0 0 1rem;letter-spacing:-.01em}.contact-info-list{list-style:none;margin:0;padding:0}.contact-info-list li{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.9375rem;color:var(--color-dark-gray);margin-bottom:.5rem}.contact-info-list li:last-child{margin-bottom:0}.contact-info-label{color:var(--color-slate);min-width:4.5rem}.contact-info-list a{color:var(--color-dark-teal);font-weight:500;text-decoration:none}.contact-info-list a:hover{text-decoration:underline;color:var(--color-teal)}.contact-info-divider{color:var(--color-light-slate);margin:0 .25rem}.contact-info-email-icon{font-size:.9rem;margin-right:.25rem}.contact-required-note{font-size:.8125rem;color:var(--color-slate);margin:0 0 1.5rem;text-align:center}.contact-form{background:var(--color-white);border-radius:12px;padding:2rem 1.75rem;box-shadow:0 2px 12px #2d9b7a0f;border:1px solid #e5e7eb}.contact-form-row{margin-bottom:1.25rem}.contact-form-row-full{margin-bottom:1.5rem}.contact-label{display:block;font-size:.9375rem;font-weight:500;color:var(--color-dark-gray);margin-bottom:.4rem}.contact-required{color:#dc2626;margin-left:.15rem}.contact-input,.contact-textarea{width:100%;padding:.65rem .85rem;font-size:.9375rem;font-family:inherit;color:var(--color-dark-gray);background:var(--color-light-gray);border:1px solid #e5e7eb;border-radius:8px;transition:border-color .2s,box-shadow .2s}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:var(--color-teal);box-shadow:0 0 0 3px #4ec4a326}.contact-input::placeholder,.contact-textarea::placeholder{color:var(--color-light-slate)}.contact-textarea{resize:vertical;min-height:120px}.contact-file{width:100%;font-size:.875rem;color:var(--color-slate)}.contact-file::file-selector-button{margin-right:.75rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-dark-teal);background:var(--color-mint);border:none;border-radius:6px;cursor:pointer}.contact-file::file-selector-button:hover{background:var(--color-light-teal)}.contact-policy-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.contact-policy-header{margin-bottom:.75rem}.contact-policy-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;font-size:.9375rem;font-weight:500;color:var(--color-dark-teal);background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.contact-policy-toggle:hover{color:var(--color-teal)}.contact-policy-toggle-text{font-size:.75rem;font-weight:400;color:var(--color-slate)}.contact-policy-body{max-height:280px;overflow-y:auto;margin-bottom:1rem;padding:1rem 1rem 1.25rem;background:var(--color-light-gray);border-radius:8px;border:1px solid #e5e7eb}.contact-policy-content{font-size:.8125rem;line-height:1.7;color:#4b5563}.contact-policy-heading{font-size:.875rem;font-weight:600;color:var(--color-dark-gray);margin:0 0 .5rem}.contact-policy-heading:not(:first-child){margin-top:1rem}.contact-policy-text{margin:0 0 .5rem;white-space:pre-line}.contact-checkbox-wrap{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:var(--color-dark-gray)}.contact-checkbox{width:1.125rem;height:1.125rem;accent-color:var(--color-dark-teal);cursor:pointer}.contact-checkbox-label{-webkit-user-select:none;user-select:none}.contact-form-actions{margin-top:2rem;text-align:center}.contact-submit{min-width:160px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background:var(--color-dark-teal);color:var(--color-white);border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .15s}.contact-submit:hover{background:var(--color-teal);transform:translateY(-1px)}.contact-submit:active{transform:translateY(0)}@media(max-width:768px){.contact.page-content{padding:1.5rem 1rem 3rem}.contact-title{font-size:1.75rem}.contact-form{padding:1.5rem 1.25rem}.contact-info-card{padding:1.25rem}.contact-info-list li{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-policy-body{max-height:220px}}.app{width:100%;min-height:100vh}
