@font-face{font-family:Manrope;src:url('../fonts/manrope-400.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-500.woff2') format('woff2');font-weight:500;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-600.woff2') format('woff2');font-weight:600;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-700.woff2') format('woff2');font-weight:700;font-display:swap}@font-face{font-family:Manrope;src:url('../fonts/manrope-800.woff2') format('woff2');font-weight:800;font-display:swap}@font-face{font-family:Montserrat;src:url('../fonts/montserrat-600.woff2') format('woff2');font-weight:600;font-display:swap}@font-face{font-family:Montserrat;src:url('../fonts/montserrat-700.woff2') format('woff2');font-weight:700;font-display:swap}:root{--primary:#233d3d;--secondary:#298e8e;--accent:#31ebb5;--bg:#f0f5f3;--card-bg:#ffffff;--border:#d4deda;--text:#233d3d;--text-sub:#515756;--hover-bg:#e5ecea;--neutral:#949e9e}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}img{max-width:100%;display:block}a{color:var(--secondary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.site-header{position:sticky;top:0;z-index:200;background:var(--card-bg);box-shadow:0 2px 12px rgba(35,61,61,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;gap:1.5rem}.site-logo{display:flex;align-items:center;gap:.6rem;color:var(--primary);text-decoration:none;flex-shrink:0}.site-logo:hover{text-decoration:none}.site-logo img{height:32px;width:auto}.logo-text-wrap{display:flex;flex-direction:column;gap:0}.logo-name{font-size:1.4rem;font-weight:700;letter-spacing:-1px;line-height:1.2;color:var(--primary)}.logo-tagline{font-size:.68rem;font-weight:500;color:var(--neutral);letter-spacing:.5px;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:1.75rem}.nav-link{font-size:.925rem;font-weight:500;color:var(--text-sub);transition:color .2s}.nav-link-active,.nav-link:hover{color:var(--secondary);text-decoration:none}.header-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.lang-selector{position:relative;flex-shrink:0}.lang-btn{display:inline-flex;align-items:center;gap:.35rem;background:0 0;border:1px solid var(--border);border-radius:7px;padding:.35rem .6rem;font-size:.85rem;font-weight:500;color:var(--text-sub);cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap}.lang-btn:hover{border-color:var(--secondary);color:var(--secondary)}.lang-dropdown{display:none;position:absolute;top:calc(100% + 6px);right:0;background:var(--card-bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px rgba(35,61,61,.12);min-width:170px;z-index:500;overflow:hidden}.lang-dropdown.open{display:block}.lang-option{display:block;padding:.6rem 1rem;font-size:.875rem;color:var(--text-sub);transition:background .15s}.lang-option:hover{background:var(--hover-bg);text-decoration:none;color:var(--text)}.lang-option.active{color:var(--secondary);font-weight:600;background:rgba(41,142,142,.05)}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--primary);border-radius:2px;transition:all .3s}.mobile-menu-btn.open span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background:var(--card-bg);border-top:1px solid var(--border);padding-bottom:1rem}.mobile-nav.open{display:flex}.mobile-nav-link{padding:.85rem 1.5rem;font-size:1rem;font-weight:500;color:var(--text-sub);border-bottom:1px solid var(--bg)}.mobile-nav-link:hover{color:var(--secondary);text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;border:2px solid transparent;border-radius:10px;cursor:pointer;text-decoration:none;transition:all .3s ease;min-height:48px;white-space:nowrap;line-height:1}.btn:hover{transform:translateY(-2px);text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn:active{transform:translateY(0)}.btn-primary{background:var(--secondary);color:#fff;border-color:var(--secondary)}.btn-primary:hover{box-shadow:0 6px 20px rgba(41,142,142,.35)}.btn-secondary{background:var(--card-bg);color:var(--primary);border-color:var(--border)}.btn-secondary:hover{background:var(--hover-bg)}.btn-success{background:var(--accent);color:var(--primary);border-color:var(--accent)}.btn-success:hover{background:#28d4a2;border-color:#28d4a2;box-shadow:0 4px 12px rgba(49,235,181,.35)}.btn-light{background:#fff;color:var(--primary);border-color:#fff}.btn-light:hover{background:var(--hover-bg);border-color:var(--hover-bg)}.btn-outline{background:0 0;color:#fff;border-color:#fff}.btn-outline:hover{background:rgba(255,255,255,.12)}.btn-remove{background:#e74c3c;color:#fff;border-color:#e74c3c;padding:.5rem 1rem;font-size:.875rem;min-height:36px}.btn-remove:hover{background:#c0392b;border-color:#c0392b;box-shadow:0 4px 12px rgba(231,76,60,.3)}.btn-add{background:linear-gradient(135deg,#298e8e 0,#1f7070 100%);color:#fff;border-color:transparent;padding:.75rem 1.5rem;font-size:.9rem;min-height:40px}.btn-add:hover{background:linear-gradient(135deg,#31ebb5 0,#298e8e 100%);box-shadow:0 6px 20px rgba(41,142,142,.35)}.btn-override{background:#e67e22;color:#fff;border-color:#e67e22}.btn-override:hover{background:#d35400;border-color:#d35400}.btn-sm{padding:.5rem 1rem;font-size:.875rem;min-height:36px}.btn-danger{background:#e74c3c;border-color:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b;border-color:#c0392b}.btn-xs{padding:.25rem .6rem;font-size:.75rem;min-height:auto}.btn-lg{padding:1.25rem 2.5rem;font-size:1.125rem}.nav-cta{padding:.2rem .9rem;font-size:.85rem;min-height:unset;line-height:1.4}.nav-cta.nav-active{background:var(--secondary);color:#fff;border-color:var(--secondary)}.mobile-nav-link.nav-active{color:var(--secondary);font-weight:700}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.3px;white-space:nowrap}.badge-verified{background:rgba(41,142,142,.12);color:var(--secondary)}.badge-approved{background:rgba(49,235,181,.18);color:#1a7a5a}.badge-rejected{background:rgba(231,76,60,.12);color:#c0392b}.badge-submitted{background:rgba(148,158,158,.15);color:var(--neutral)}.badge-in-review{background:rgba(59,130,246,.12);color:#2563eb}.badge-active{background:rgba(49,235,181,.18);color:#1a7a5a}.badge-expired{background:rgba(148,158,158,.15);color:var(--neutral)}.badge-inactive{background:rgba(231,76,60,.12);color:#c0392b}.badge-medtech{background:rgba(41,142,142,.1);color:#1a6060}.badge-greentech{background:rgba(39,174,96,.1);color:#1a7a40}.badge-biotech{background:rgba(155,89,182,.1);color:#7b4898}.badge-pharma{background:rgba(230,126,34,.1);color:#a05000}.badge-foodtech{background:rgba(241,196,15,.12);color:#7d6500}.badge-specialty_chemicals{background:rgba(52,152,219,.1);color:#1a6a9a}.badge-ai{background:rgba(35,61,61,.1);color:var(--primary)}.badge-others{background:rgba(148,158,158,.15);color:var(--neutral)}.modal-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);align-items:center;justify-content:center}.modal-overlay.active{display:flex;animation:fadeIn .2s ease}.modal{background:var(--card-bg);border-radius:16px;max-width:540px;width:calc(100% - 2rem);max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease}.modal-header{padding:1.25rem 1.75rem;background:#f8f9fa;border-bottom:1px solid var(--border);border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.05rem;font-weight:700}.modal-close{background:0 0;border:none;font-size:1.5rem;line-height:1;color:#999;cursor:pointer;padding:0 .25rem;transition:color .15s}.modal-close:hover{color:#333}.modal-body{padding:1.5rem 1.75rem}.modal-footer{padding:1.25rem 1.75rem;background:#f8f9fa;border-top:1px solid var(--border);border-radius:0 0 16px 16px;display:flex;gap:.75rem;justify-content:flex-end}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.anim-fadeup{animation:fadeInUp .6s ease-out both}.section{padding:5rem 0;scroll-margin-top:2rem}.section-fullpage{min-height:100vh}.section-white{background:#fff}.section-light{background:linear-gradient(135deg,#f0f5f3 0,#e5f2ef 100%)}.section-about{background:linear-gradient(135deg,#f0f5f3 0,#e5f2ef 100%)}.section-header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-eyebrow{display:inline-block;margin-bottom:.75rem;font-size:1rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--secondary)}.section-title{font-size:2.5rem;font-weight:700;letter-spacing:-1px;color:var(--primary);margin-bottom:1rem;line-height:1.2}.section-desc{font-size:1.125rem;color:var(--text-sub);line-height:1.8}.scroll-next{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);width:36px;height:36px;border-radius:50%;border:1.5px solid rgba(35,61,61,.2);display:flex;align-items:center;justify-content:center;color:var(--text-sub);text-decoration:none;z-index:10;transition:border-color .2s,color .2s,transform .2s}.scroll-next:hover{border-color:var(--secondary);color:var(--secondary);transform:translateX(-50%) translateY(2px);text-decoration:none}.scroll-next svg{width:18px;height:18px}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f0f5f3 0,#e0ebe8 100%);padding:6rem 0 5rem;min-height:calc(100vh - 64px);display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 30% 50%,rgba(49,235,181,.1) 0,transparent 50%)}.hero-content{position:relative;z-index:1}.hero-text{max-width:680px;margin:0 auto;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;letter-spacing:-1.5px;line-height:1.15;color:var(--primary);margin-bottom:1.25rem}.hero-subtitle{font-size:1.25rem;font-weight:500;color:var(--text-sub);line-height:1.75;margin-bottom:2.5rem;max-width:600px}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.features-list{display:flex;flex-direction:column;gap:1rem;max-width:640px;margin:0 auto 3.5rem}.feature-row{display:flex;align-items:center;gap:1rem}.feature-icon{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:linear-gradient(135deg,#31ebb5 0,#298e8e 100%);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(49,235,181,.25);color:#fff}.feature-icon svg{width:18px;height:18px}.feature-body{display:flex;align-items:baseline;gap:.4rem;flex-wrap:nowrap;min-width:0;overflow:hidden}.feature-body h3{font-size:1rem;font-weight:700;color:var(--primary);margin:0;white-space:nowrap}.feature-body h3::after{content:' —';font-weight:400;color:var(--neutral)}.feature-body p{color:var(--text-sub);font-size:1rem;line-height:1.6;margin:0}.cta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:840px;margin:0 auto}.cta-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .3s ease,transform .3s ease}.cta-card:hover{box-shadow:0 8px 24px rgba(49,235,181,.2);transform:translateY(-2px)}.cta-card h3{font-size:1.15rem;font-weight:700;color:var(--primary)}.cta-card p{font-size:.95rem;color:var(--text-sub);line-height:1.6}.cta-card .btn{margin-top:auto;align-self:flex-start}.cta-card-primary{border-color:var(--secondary);background:rgba(41,142,142,.04)}.cta-card-center{text-align:center;max-width:520px;margin:0 auto}.cta-card-center .btn{align-self:center}.cta-hint{font-size:.875rem;color:var(--neutral);font-style:italic}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.about-card{background:var(--card-bg);border-radius:16px;padding:2.5rem;box-shadow:0 8px 24px rgba(35,61,61,.1);transition:box-shadow .3s ease,transform .3s ease}.about-card:hover{box-shadow:0 12px 32px rgba(35,61,61,.15);transform:translateY(-2px)}.about-icon{width:52px;height:52px;border-radius:12px;margin-bottom:1.25rem;background:linear-gradient(135deg,#298e8e 0,#233d3d 100%);display:flex;align-items:center;justify-content:center;color:#fff}.about-icon svg{width:24px;height:24px}.about-card h3{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.about-card p{font-size:1rem;color:var(--text-sub);line-height:1.8}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.industry-card{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:2rem;text-align:center;transition:box-shadow .3s ease,transform .3s ease}.industry-card:hover{box-shadow:0 8px 24px rgba(49,235,181,.2);transform:translateY(-4px)}.industry-icon{width:60px;height:60px;border-radius:14px;margin:0 auto 1rem;background:linear-gradient(135deg,#298e8e 0,#233d3d 100%);display:flex;align-items:center;justify-content:center;color:#fff}.industry-icon svg{width:30px;height:30px}.industry-card h3{font-size:1.2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.industry-card p{font-size:.95rem;color:var(--text-sub);line-height:1.6}.section-cta-dark{background:linear-gradient(135deg,#233d3d 0,#298e8e 100%);padding:5rem 0;text-align:center}.cta-dark-inner{max-width:640px;margin:0 auto}.cta-dark-title{font-size:2.5rem;font-weight:700;letter-spacing:-1px;color:#fff;margin-bottom:1rem}.cta-dark-sub{font-size:1.125rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:2.5rem}.site-footer{background:var(--primary);color:rgba(255,255,255,.7);padding:3rem 2rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.35rem}.footer-evobase{font-size:1.8rem;font-weight:700;letter-spacing:-1px;color:#fff;line-height:1.1}.footer-powered{display:flex;align-items:center;gap:.5rem}.footer-powered span{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.5)}.footer-powered img{height:32px;width:auto;opacity:.7}.footer-links{display:flex;gap:2rem;align-items:center}.footer-links a{font-size:.875rem;color:rgba(255,255,255,.7)}.footer-links a:hover{color:var(--accent);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem}.footer-bottom p{font-size:.8rem;color:rgba(255,255,255,.4);text-align:center}.text-sub{color:var(--text-sub)}.text-muted{color:var(--neutral)}.text-accent{color:var(--secondary)}.hidden{display:none!important}.flex-row{display:flex;gap:1rem}.flex-row-center{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.flex-col{display:flex;flex-direction:column;gap:.75rem}.flex-1{flex:1}.min-w-220{min-width:220px}.max-w-320{max-width:320px}.mb-lg{margin-bottom:2.5rem}.mb-xl{margin-bottom:3rem}.mb-xxl{margin-bottom:6rem}.text-muted-sm{font-size:.85rem;color:var(--neutral)}.text-dash{color:var(--border)}.imprint-cols{display:flex;gap:3rem;flex-wrap:wrap;align-items:flex-start}.imprint-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--secondary)}.mb-0{margin-bottom:0}.lang-selector-padded{padding:.85rem 1.5rem}.mobile-nav .lang-dropdown{right:auto;left:0}.section-nav{position:relative}.cta-single-wrap{max-width:500px;margin:0 auto}.section-header-wide{max-width:960px}@media (max-width:1024px),(max-height:900px){.site-nav{display:none}.mobile-menu-btn{display:flex}.header-right{display:none}.section{padding:3.5rem 0}.hero{padding:2rem 0 3rem;min-height:75vh}.section-fullpage{min-height:75vh}}@media (max-width:1024px) and (orientation:portrait){.hero{min-height:85vh}.section-fullpage{min-height:85vh}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.05rem}.section-title{font-size:1.9rem}.about-grid{grid-template-columns:1fr}.cta-grid{grid-template-columns:1fr}.industries-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;gap:1.5rem}.footer-links{flex-direction:column;gap:.75rem}.cta-dark-title{font-size:1.8rem}.flex-row{flex-direction:column}.subpage-card{padding:2rem 1.5rem}.feature-body{flex-wrap:wrap}}@media (max-width:576px){.site-header .header-inner{padding-top:1.75rem!important;padding-bottom:1.75rem!important}.container{padding:0 1.25rem}.hero{padding:1.5rem 0 2rem;min-height:80vh}.hero-text{max-width:100%;padding:0 .5rem;box-sizing:border-box}.hero-title{font-size:1.75rem;word-wrap:break-word}.hero-subtitle{font-size:.95rem;max-width:100%}.industries-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column;width:100%}.hero-cta .btn{width:100%;justify-content:center;box-sizing:border-box}.btn-lg{padding:.9rem 1.5rem;font-size:.95rem}}.subpage-wrap{max-width:960px;margin:4rem auto;padding:0 2rem}.subpage-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.925rem;font-weight:600;color:var(--secondary);margin-bottom:2rem}.subpage-back:hover{text-decoration:none;color:var(--primary)}.subpage-card{background:var(--card-bg);border-radius:16px;padding:3rem;box-shadow:0 4px 20px rgba(35,61,61,.08)}.subpage-title{font-size:2rem;font-weight:700;letter-spacing:-.5px;color:var(--primary);margin-bottom:.5rem}.subpage-subtitle{font-size:1.1rem;color:var(--text-sub);margin-bottom:2.5rem}.form-field{margin-bottom:1.5rem}.form-field label{display:block;font-size:.95rem;font-weight:600;color:var(--primary);margin-bottom:.5rem}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.75rem 1rem;border:1px solid #d0d0d0;border-radius:6px;font-family:inherit;font-size:1rem;color:var(--primary);background:#fff;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:0;border-color:var(--secondary);box-shadow:0 0 0 3px rgba(41,142,142,.1)}.form-field textarea{resize:vertical;min-height:140px}.form-actions{margin-top:2rem}.form-feedback{padding:1rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:500;margin-bottom:1.5rem;display:none}.form-feedback.success{background:rgba(39,174,96,.1);color:#1a7a40;border:1px solid rgba(39,174,96,.2);display:block}.form-feedback.error{background:rgba(231,76,60,.1);color:#c0392b;border:1px solid rgba(231,76,60,.2);display:block}.contact-card .subpage-title{font-size:1.6rem;margin-bottom:.25rem}.contact-card .subpage-subtitle{font-size:1rem;margin-bottom:1.5rem}.contact-card{padding:2rem}.contact-card .form-field{margin-bottom:1rem}.contact-card .form-field label{margin-bottom:.3rem}.contact-card .form-field textarea{min-height:100px}.contact-card .form-actions{margin-top:1.25rem}.privacy-body h2{font-size:1.25rem;font-weight:700;color:var(--primary);margin:2rem 0 .75rem;padding-top:1.5rem;border-top:1px solid var(--border)}.privacy-body h2:first-child{border-top:none;margin-top:0;padding-top:0}.privacy-body h3{font-size:1rem;font-weight:700;color:var(--primary);margin:1.25rem 0 .5rem}.privacy-body p{font-size:.95rem;color:var(--text-sub);line-height:1.8;margin-bottom:.75rem}.privacy-body ul{padding-left:1.5rem;margin-bottom:.75rem}.privacy-body ul li{font-size:.95rem;color:var(--text-sub);line-height:1.8}.privacy-body a{color:var(--secondary)}body.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:stretch}.error-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative;overflow:hidden}.error-watermark{position:absolute;font-size:20rem;font-weight:800;line-height:1;color:var(--secondary);opacity:.05;user-select:none;pointer-events:none;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:0}.error-content{position:relative;z-index:1;text-align:center;max-width:480px}.error-code{font-size:8rem;font-weight:800;color:var(--secondary);line-height:1;margin-bottom:1.5rem;letter-spacing:-4px}.error-title{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}.error-desc{font-size:1rem;color:var(--text-sub);line-height:1.7;margin-bottom:2.5rem}.honeypot{position:absolute;left:-9999px;height:0;width:0;overflow:hidden;opacity:0}