*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#00776e;--secondary-color:#00776e;--dark-color:#333;--light-color:#f8f9fa;--text-color:#333;--text-light:#666;--white:#fff;--border-color:#e5e7eb;--shadow:0 1px 3px rgba(0,0,0,.08);--shadow-hover:0 4px 12px rgba(0,155,148,.15)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;line-height:1.7;color:var(--text-color);overflow-x:hidden;background:var(--white);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;word-wrap:break-word;overflow-wrap:break-word}.container{max-width:1400px;margin:0 auto;padding:0 100px}@media (max-width:1200px){.container{padding:0 80px}}@media (max-width:768px){.container{padding:0 24px}}@media (max-width:480px){.container{padding:0 16px}}.navbar{position:fixed;top:0;width:100%;background:var(--white);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.logo a{display:inline-flex;align-items:center;text-decoration:none;line-height:1}.logo-image{display:block;height:32.8px!important;width:auto!important;max-height:32.8px!important}.logo-medical{color:var(--dark-color);font-weight:400}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:var(--text-color);text-decoration:none;font-weight:500;font-size:1.14rem;letter-spacing:-.01em;transition:color .3s ease;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:nowrap;padding:.75rem .5rem;display:inline-block}.nav-menu a.active,.nav-menu a:hover{color:var(--primary-color)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px;background:transparent;border:none;padding:.5rem;z-index:1001;position:relative}.hamburger span{width:25px;height:3px;background:var(--dark-color);transition:all .3s ease;display:block;border-radius:2px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.language-selector{position:relative;margin-left:1rem}.lang-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--primary-color);border-radius:5px;color:var(--primary-color);cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease}.lang-toggle:hover{background:var(--primary-color);color:var(--white)}.lang-toggle svg{width:16px;height:16px}.lang-menu{position:absolute;top:calc(100% + 5px);right:0;left:auto;background:var(--white);border:1px solid #e0e0e0;border-radius:5px;box-shadow:var(--shadow-hover);min-width:360px;max-width:400px;display:grid;grid-template-columns:1fr 1fr;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001;grid-gap:0;gap:0}.lang-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.lang-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;transition:background .2s ease;cursor:pointer;white-space:nowrap;width:100%;box-sizing:border-box;border-radius:0}.lang-option:first-child{border-radius:5px 0 0 0}.lang-option:nth-child(2){border-radius:0 5px 0 0}.lang-option:nth-last-child(2){border-radius:0 0 0 5px}.lang-option:last-child{border-radius:0 0 5px 0}.lang-option.active,.lang-option:hover{background:var(--light-color)}.lang-option.active{color:var(--primary-color);font-weight:600}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.carousel-slides{position:relative;width:100%;height:100%}.carousel-slide{opacity:0;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;transform:scale(1.1);overflow:hidden}.carousel-slide,.carousel-slide img,.carousel-slide picture{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-slide img{object-fit:cover;object-position:center}.carousel-slide.active{opacity:1;transform:scale(1);z-index:1}.hero-background{background:var(--primary-color);z-index:-2}.hero-background,.hero-background:before{position:absolute;top:0;left:0;width:100%;height:100%}.hero-background:before{content:"";opacity:.3;z-index:-1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.5),rgba(0,0,0,.3));z-index:2}.hero-content{position:relative;z-index:3;padding:120px 20px 60px}.hero-title{font-size:3.5rem;font-weight:700;animation:fadeInUp 1s ease}.hero-subtitle,.hero-title{margin-bottom:1rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-subtitle{font-size:1.5rem;font-weight:500;opacity:.95;animation:fadeInUp 1s ease .2s both}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.9;animation:fadeInUp 1s ease .4s both;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .6s both}.btn{display:inline-block;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid transparent;font-size:.95rem;letter-spacing:.01em;min-height:44px;min-width:44px;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:normal;text-align:center}.btn-primary{background:var(--primary-color);color:var(--white);border:1px solid var(--primary-color)}.btn-primary:hover{background:#007a75;border-color:#007a75;transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-secondary{background:transparent;color:var(--white);border:1px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.btn-outline{border:1px solid var(--primary-color);color:var(--primary-color);background:transparent}.btn-outline:hover{background:var(--primary-color);color:var(--white)}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.mouse{width:24px;height:40px;border:2px solid var(--white);border-radius:12px;position:relative}.mouse:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:4px;height:8px;background:var(--white);border-radius:2px;animation:scroll 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(15px)}}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-up.visible{opacity:1;transform:translateY(0)}.product-card:first-child{transition-delay:.1s}.product-card:nth-child(2){transition-delay:.2s}.product-card:nth-child(3){transition-delay:.3s}.article-card{display:flex;flex-direction:column;height:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;align-items:stretch}.articles-grid .article-card{width:100%;max-width:100%;height:100%;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.article-image{flex-shrink:0;height:240px;background:var(--light-color)}.article-image img{transition:transform .3s ease;object-fit:contain}.article-card:hover .article-image img{transform:scale(1.02)}.article-content{flex-grow:1;display:flex;flex-direction:column;overflow-wrap:break-word;word-wrap:break-word;min-width:0;min-height:180px}.article-content h3{line-height:1.4;min-height:4.32rem}.article-content h3,.article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0;max-width:100%}.article-content p{min-height:5.5rem;flex-grow:1}.about-section article{line-height:1.7;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.about-section article header h1{margin-bottom:1.5rem;font-size:2rem;font-weight:600;color:var(--dark-color);line-height:1.3}.about-section article p{margin-bottom:.75rem;margin-top:0;line-height:1.7;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.about-section article p:last-of-type{margin-bottom:0}.about-section article h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.75rem;font-weight:600;color:var(--dark-color);line-height:1.3}.about-section article h2:first-of-type{margin-top:0}.about-section article h2+p{margin-top:.5rem}.about-section article h3{margin-top:1.25rem;margin-bottom:.5rem;font-size:1.3rem;font-weight:600;color:var(--dark-color);line-height:1.4}.about-section article h3+p{margin-top:.5rem}.about-section article ol,.about-section article ul{margin-top:.5rem;margin-bottom:.75rem;padding-left:1.5rem;line-height:1.7}.about-section article p+ol,.about-section article p+ul{margin-top:.5rem}.about-section article ol+p,.about-section article ul+p{margin-top:.75rem}.about-section article li{margin-bottom:.4rem;line-height:1.7}.about-section article li:last-child{margin-bottom:0}.about-section article a{color:var(--primary-color);text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word;word-break:break-all;display:inline-block;max-width:100%}.about-section article table{width:100%;border-collapse:collapse;margin:1.5rem 0;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.about-section article table td,.about-section article table th{padding:.75rem;border:1px solid #ddd;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[dir=rtl] .about-section article table td,html[dir=rtl] .about-section article table th{-webkit-hyphens:none;hyphens:none}@media (max-width:768px){.about-section article table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.about-section article table tbody,.about-section article table thead,.about-section article table tr{display:table;width:100%;table-layout:fixed}}.about-section article section{margin-bottom:1.5rem}.about-section article section:last-child{margin-bottom:0}.about-section article section h2+p{margin-top:.5rem}.about-section article aside{margin-top:2rem;margin-bottom:1.5rem;padding:1.5rem;background:var(--light-color);border-radius:8px;border-left:3px solid var(--primary-color)}.about-section article aside h2{margin-top:0;margin-bottom:.75rem}.about-section article aside h3{margin-top:1rem;margin-bottom:.5rem}.about-section article aside h3:first-of-type{margin-top:.5rem}.about-section article aside p{margin-bottom:.75rem}.about-section article footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.about-section article footer h2{margin-top:0;margin-bottom:.75rem}.about-section article footer ol{margin-top:.5rem}.about-section article footer li{margin-bottom:.5rem}section:not(.about-hero):not(.timeline-section):not(.founder-section){padding:120px 0}@media (min-width:1400px){section:not(.about-hero):not(.timeline-section):not(.founder-section){padding:140px 0}}.section-header{text-align:center;margin-bottom:80px;position:relative}.section-header h2{font-size:2.5rem;color:var(--dark-color);margin-bottom:1rem;font-weight:700;letter-spacing:-.02em;position:relative;display:inline-block;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.section-header h2:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:48px;height:2px;background:var(--primary-color);border-radius:1px}.features .section-header h2{font-size:2.5rem;color:var(--dark-color)}.features .section-header h2:after{width:48px;height:2px}.section-header p{font-size:1.1rem;color:var(--text-light)}.features{background:var(--white);position:relative;overflow:hidden}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative;z-index:1;align-items:stretch}.feature-card{background:var(--white);padding:3rem 2.5rem;border-radius:8px;box-shadow:var(--shadow);transition:all .3s ease;text-align:center;position:relative;overflow:hidden;border:1px solid var(--border-color);min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(0,155,148,.2)}.feature-icon-wrapper{position:relative;width:90px;height:90px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon{width:100%;height:100%;color:var(--primary-color);position:relative;z-index:2;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.05)}.icon-glow{display:none}.feature-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--dark-color);font-weight:600;letter-spacing:-.02em;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.feature-card h3,.feature-card p{text-align:center;width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.feature-card p{color:var(--text-light);line-height:1.6;font-size:.9rem;margin:0;flex-grow:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));grid-gap:3rem;gap:3rem;align-items:stretch}.products-page-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:3rem;align-items:stretch}@media (max-width:1200px){.products-page-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-page-grid{grid-template-columns:1fr}}.product-card{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;height:100%}.product-card,.product-card-nexus{background:var(--white);border:1px solid var(--border-color)}.product-card-nexus:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00776e,#00b5ad 50%,#00cfc7);opacity:0;transition:opacity .4s ease}.product-card-nexus:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,155,148,.2);border-color:var(--primary-color);background:var(--white)}.product-card-nexus:hover:before{opacity:1}.product-card-msqa{background:var(--white);border:1px solid var(--border-color)}.product-card-msqa:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b35,#ff8c5a 50%,#ffad7f);opacity:0;transition:opacity .4s ease}.product-card-msqa:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(255,107,53,.2);border-color:var(--primary-color);background:var(--white)}.product-card-msqa:hover:before{opacity:1}.product-card-vet{background:var(--white);border:1px solid var(--border-color)}.product-card-vet:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#22c55e,#4ade80 50%,#86efac);opacity:0;transition:opacity .4s ease}.product-card-vet:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(34,197,94,.2);border-color:var(--primary-color);background:var(--white)}.product-card-vet:hover:before{opacity:1}.product-image{width:100%;padding-bottom:75%;position:relative;overflow:hidden;background:var(--white)}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1;min-width:0}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;min-width:0}.product-content h3{font-size:1.5rem;color:var(--dark-color);margin:0;font-weight:700;letter-spacing:-.02em;flex:1 1;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0;min-height:4.32rem}.product-tag{background:var(--primary-color);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;white-space:nowrap;flex-shrink:0}.product-tag-vet{background:#22c55e;color:#fff}.product-badge{margin-bottom:1rem;font-weight:500}.product-badge,.product-description{color:var(--text-light);font-size:.95rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.product-description{line-height:1.7;margin-bottom:1.5rem;flex-grow:1;min-width:0;min-height:5.5rem}.product-features{list-style:none;padding:0;margin-bottom:1.5rem}.product-features li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;line-height:1.6;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.product-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:600;font-size:1rem}.product-btn{width:100%;text-align:center;display:block;margin-top:auto}.about-preview{background:var(--white)}.about-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.about-text h2{font-size:2.2rem;color:var(--dark-color);margin-bottom:1.2rem}.about-text p{color:var(--text-light);margin-bottom:1rem;line-height:1.7;font-size:1.05rem}.about-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border-color);position:relative}.about-image img{width:100%;height:auto;display:block}.footer{background:var(--white);border-top:1px solid var(--border-color);color:var(--text-color);padding:80px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--dark-color);font-weight:600}.footer-section p{color:var(--text-light);line-height:1.7;margin-bottom:.5rem;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--text-light);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--border-color);color:var(--text-light);font-size:.9rem}@media (max-width:768px){.hamburger{display:flex}.hamburger:hover span{background:var(--primary-color)}.language-selector{margin-left:.5rem}.lang-toggle{padding:.5rem 1rem;font-size:.85rem;min-height:44px}.lang-toggle span{font-size:.8rem}.lang-menu{min-width:320px;max-width:360px;grid-template-columns:1fr 1fr}.lang-option{padding:.65rem .85rem;font-size:.85rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow);padding:2rem 0}.nav-menu.active{left:0}.nav-menu a{white-space:normal;padding:1rem;display:block;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.products-grid,.products-page-grid{grid-template-columns:1fr}.products-page-grid{gap:2rem}.about-content{grid-template-columns:1fr}.section-header h2{font-size:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:640px){.features-grid{grid-template-columns:1fr}}.features-tech-grid{grid-template-columns:1fr!important;gap:2rem!important}.features-tech-grid>div{padding:2rem 1.5rem!important}.features .section-header h2{font-size:2.2rem!important}.features .section-header p{font-size:1.1rem!important}.feature-card{padding:2rem 1.5rem}.feature-icon-wrapper{width:80px;height:80px;margin-bottom:1.5rem}.features .section-header h2{font-size:2.2rem}.feature-card h3{font-size:1.3rem}}.products-detail{padding:80px 0}.product-detail-content{display:flex;flex-direction:column;gap:4rem;align-items:stretch}.product-detail-image,.product-detail-text{width:100%;max-width:100%}.product-detail-image{border-radius:8px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border-color)}.product-detail-image img{width:100%;height:auto;display:block;object-fit:contain;max-width:100%}.product-images-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding:2rem;align-items:start}.product-image-item{width:100%;border-radius:8px;overflow:hidden;background:var(--white);min-height:300px}.product-image-item>img,.product-image-item>span{position:absolute;top:0;left:0;width:100%;height:100%}.product-detail-text h2{font-size:2.5rem;color:var(--dark-color);margin-bottom:.5rem;font-weight:600;letter-spacing:-.02em}.product-subtitle{font-size:1.1rem;color:var(--primary-color);font-weight:500;margin-bottom:.5rem;letter-spacing:.01em}.product-model{font-size:1rem;color:var(--text-light);font-weight:400;margin-bottom:1.5rem;font-style:italic}.product-detail-text>p{color:var(--text-light);line-height:1.8;margin-bottom:2rem;font-size:1.1rem}.product-detail-text h3{font-size:1.6rem;color:var(--dark-color);margin:2rem 0 1rem;font-weight:600;letter-spacing:-.01em}.product-features-list{list-style:none;margin-bottom:2rem}.product-features-list li{color:var(--text-color);position:relative;padding:.75rem 0 .75rem 2rem;line-height:1.6}.product-features-list li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}.parameters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:1.5rem}.parameter-group{background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.parameter-group h4{color:var(--primary-color);font-size:1.1rem;margin-bottom:1rem;font-weight:600;letter-spacing:-.01em}.parameter-group ul{list-style:none}.parameter-group ul li{color:var(--text-color);position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.6}.parameter-group ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.1rem}.product-images-grid-2x2{grid-template-columns:repeat(2,1fr)!important}@media (max-width:968px){.product-images-list{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.product-images-grid-2x2{grid-template-columns:1fr!important}.product-image-item{min-height:250px}.parameters-grid{grid-template-columns:1fr}}.about-section{padding:50px 0}.about-hero{padding:120px 0 80px!important;min-height:60vh!important;display:flex;align-items:center;background:var(--white)!important;position:relative;overflow:hidden}.about-hero:before{top:0;background:transparent;pointer-events:none}.about-hero:after,.about-hero:before{content:"";position:absolute;left:0;right:0;bottom:0}.about-hero:after{height:1px;background:var(--border-color)}.about-hero-content{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:1;width:100%;padding:2rem 2rem 0}.about-hero h1{font-size:4rem;color:var(--dark-color);margin-bottom:1.2rem;font-weight:700;letter-spacing:-.03em;line-height:1.1}.about-hero-subtitle{font-size:1.6rem;color:var(--primary-color);margin-bottom:3rem;font-weight:600;letter-spacing:-.01em;position:relative;display:inline-block}.about-hero-subtitle:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--primary-color);border-radius:2px}.about-hero-description{font-size:1.2rem;color:var(--text-color);line-height:1.7;max-width:850px;margin:0 auto;padding:0;text-align:center}.about-hero-description strong{color:var(--primary-color);font-weight:600}.about-description{max-width:900px;margin:0 auto;text-align:left}.about-description p{font-size:1.1rem;color:var(--text-color);line-height:1.6;margin-bottom:1.5rem}.about-description strong{color:var(--primary-color);font-weight:600}.timeline-section{padding:100px 0;background:var(--white);position:relative}.timeline-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--border-color)}.timeline-container{max-width:1400px;margin:0 auto;padding:0 2rem}.timeline-header{text-align:center;margin-bottom:6rem}.timeline-header h2{font-size:3rem;color:var(--dark-color);margin-bottom:1rem;font-weight:700;letter-spacing:-.02em}.timeline-header p{font-size:1.3rem;color:var(--text-light);font-weight:500}.timeline{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;position:relative;padding:8rem 0;align-items:stretch}.timeline:before{content:"";position:absolute;top:calc(50% - 20px);left:0;right:0;height:2px;background:var(--primary-color);z-index:0;transform:translateY(-50%)}.timeline-item{position:relative;text-align:center;z-index:1;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:200px;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.timeline-item:before{content:"";position:absolute;top:calc(50% - 20px);left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:var(--primary-color);border-radius:50%;z-index:2;transition:all .3s ease}.timeline-item:hover:before{width:16px;height:16px;box-shadow:0 0 0 4px rgba(0,155,148,.1)}.timeline-item:hover{transform:translateY(-4px)}.timeline-year{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin:0;padding:0;transition:all .3s ease;letter-spacing:-.02em;position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;z-index:3;line-height:1.2}.timeline-item:hover .timeline-year{color:var(--dark-color)}.timeline-content{margin:0;padding:0;position:absolute;top:calc(2.5rem * 1.2 + 40px);left:0;right:0;z-index:3;width:100%}.timeline-content p{font-size:1rem;color:var(--dark-color);line-height:1.6;margin:0;text-align:center}.timeline-content strong{color:var(--primary-color);font-weight:600}.founder-section{padding:120px 0;background:var(--white);position:relative}.founder-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--border-color)}.founder-section .section-header{margin-bottom:4rem}.founder-section .section-header h2{font-size:3rem}.founder-content{display:grid;grid-template-columns:320px 1fr;grid-gap:4rem;gap:4rem;align-items:start;max-width:1200px;margin:0 auto;background:var(--white);padding:3rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(0,155,148,.08)}.founder-image{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,155,148,.15);border:3px solid rgba(0,155,148,.1);transition:all .3s ease}.founder-image:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,155,148,.2)}.founder-image img{width:100%;height:auto;display:block}.founder-info h3{font-size:2rem;color:var(--dark-color);margin-bottom:2rem;font-weight:700;letter-spacing:-.02em}.info-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,155,148,.08)}.info-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.info-section h4{font-size:1.3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600;letter-spacing:-.01em}.info-section ul{list-style:none}.info-section ul li{color:var(--text-color);position:relative;padding:.4rem 0 .4rem 1.5rem;line-height:1.6;font-size:.95rem}.info-section ul li strong{color:var(--primary-color);font-weight:600}.info-section ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:1.2rem}@media (max-width:768px){.about-section{padding:40px 0}.about-hero{min-height:50vh!important;padding:80px 0}.about-hero h1{font-size:2.8rem}.about-hero-subtitle{font-size:1.4rem;margin-bottom:2rem}.about-hero-description{font-size:1.05rem;padding:0 1rem}.timeline-section{padding:80px 0}.timeline-container{padding:0 1rem}.timeline-header{margin-bottom:3rem}.timeline-header h2{font-size:2.2rem}.timeline-header p{font-size:1.1rem}.timeline{grid-template-columns:1fr;gap:0;padding:0;position:relative;display:flex;flex-direction:column}.timeline:before{display:none}.timeline-item{position:relative;padding:1.5rem 0;text-align:left;min-height:auto;flex-direction:column;align-items:flex-start;gap:.75rem;justify-content:flex-start;margin-bottom:0;width:100%;border-bottom:1px solid #e5e7eb}.timeline-item:last-child{border-bottom:none;margin-bottom:0}.timeline-item:before,.timeline-item:hover:before{display:none}.timeline-item:hover{transform:none}.timeline-item:hover .timeline-year{color:var(--primary-color)}.timeline-year{font-size:1.3rem;font-weight:700;color:var(--primary-color);text-align:left;order:0;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;flex-shrink:0;transform:none!important}.timeline-content,.timeline-year{margin:0;padding:0;position:relative!important;width:100%;display:block;top:auto!important;left:auto!important;z-index:auto!important}.timeline-content{order:1;flex:1 1;right:auto!important}.timeline-content p{text-align:left;margin:0;padding:0;line-height:1.6;font-size:.95rem;word-wrap:break-word;overflow-wrap:break-word;color:var(--text-color);display:block;width:100%}.founder-section{padding:60px 0}.founder-content{grid-template-columns:1fr;text-align:center;gap:2.5rem;padding:2rem}.founder-image{max-width:280px;margin:0 auto}.founder-info h3{font-size:1.8rem;margin-bottom:1.5rem}.info-section{margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:left}.about-content{gap:2rem}.about-text h2{font-size:1.9rem;margin-bottom:1rem}.section-header{margin-bottom:30px}.section-header h2{font-size:1.9rem}.about-description-section{padding:40px 0!important}.about-description-section p{font-size:1rem!important;line-height:1.7!important;padding:0 1rem}.showcase-section{padding:40px 0!important}.showcase-images{grid-template-columns:1fr!important;gap:1.5rem!important;padding:0 1rem}.showcase-images .product-image-item{min-height:250px!important}.founder-content{padding:1.5rem!important;gap:2rem!important}.founder-info{padding:0}.info-section{margin-bottom:1.5rem!important;padding-bottom:1.5rem!important;border-bottom:1px solid rgba(0,155,148,.1)!important}.info-section h4{font-size:1.1rem!important;margin-bottom:.75rem!important}.info-section ul li{font-size:.9rem!important;line-height:1.7!important;padding:.3rem 0 .3rem 1.2rem!important;word-wrap:break-word;overflow-wrap:break-word}.hero{min-height:50vh!important}.hero-title{font-size:2rem!important;padding:0 1rem}.hero-subtitle{font-size:1.1rem!important;padding:0 1rem}}@media (max-width:480px){.hero{min-height:40vh!important}.hero-title{font-size:1.75rem!important}.hero-subtitle{font-size:1rem!important}.founder-section{padding:40px 0!important}.founder-content{padding:1rem!important;gap:1.5rem!important}.founder-image{max-width:100%!important}.founder-info h3{font-size:1.5rem!important;margin-bottom:1rem!important}.info-section{margin-bottom:1.25rem!important;padding-bottom:1.25rem!important}.info-section h4{font-size:1rem!important}.info-section ul li{font-size:.85rem!important;line-height:1.6!important}.about-description-section{padding:30px 0!important}.about-description-section p{font-size:.95rem!important}.showcase-section{padding:30px 0!important}.showcase-images .product-image-item{min-height:200px!important}.section-header h2{font-size:1.6rem!important}.section-header p{font-size:.95rem!important}.timeline-section{padding:30px 0!important}.timeline-container{padding:0 12px!important}.timeline-header{margin-bottom:1.5rem!important;padding:0 .25rem}.timeline-header h2{font-size:1.5rem!important;margin-bottom:.5rem!important}.timeline-header p{font-size:.9rem!important}.timeline{gap:0!important;padding:0!important}.timeline-item{padding:1rem 0!important;margin-bottom:0!important;flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;justify-content:flex-start!important}.timeline-item:before{display:none!important}.timeline-item:hover{transform:none!important}.timeline-item:hover .timeline-year{color:var(--primary-color)!important}.timeline-year{font-size:1.2rem!important;line-height:1.5!important;transform:none!important;text-align:left!important;order:0!important;flex-shrink:0!important}.timeline-content,.timeline-year{margin:0!important;padding:0!important;width:100%!important;position:relative!important;top:auto!important;left:auto!important;z-index:auto!important}.timeline-content{right:auto!important;order:1!important;flex:1 1!important}.timeline-content p{font-size:.85rem!important;line-height:1.6!important;padding:0!important;text-align:left!important}}.contact-section{padding:100px 0;background:var(--white)}.contact-content{max-width:1000px;margin:0 auto}.contact-info{text-align:center;margin-bottom:4rem}.contact-info h2{font-size:2.5rem;color:var(--dark-color);margin-bottom:1.5rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;max-width:800px}.contact-info h2,.contact-info>p{margin-left:auto;margin-right:auto}.contact-info>p{color:var(--text-light);margin-bottom:0;font-size:1.15rem;line-height:1.8;max-width:600px}.contact-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2.5rem;gap:2.5rem;max-width:900px;margin:0 auto}.contact-item{background:var(--white);padding:2.5rem;border-radius:8px;box-shadow:var(--shadow);border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease;gap:1.5rem}.contact-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(0,155,148,.15)}.contact-icon{width:70px;height:70px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow)}.contact-icon svg{width:32px;height:32px}.contact-text{width:100%}.contact-text h4{font-size:1.4rem;color:var(--dark-color);margin-bottom:1rem;font-weight:600}.contact-text a{color:var(--primary-color);text-decoration:none;font-size:1.15rem;transition:all .3s ease;display:inline-block;font-weight:500}.contact-text a:hover{color:var(--primary-color);opacity:.8}.contact-text p{color:var(--text-light);line-height:1.9;font-size:1.05rem;margin:0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem}.action-cards-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.contact-form-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:4rem;gap:4rem}@media (max-width:968px){.contact-grid{gap:4rem}.action-cards-grid,.contact-grid{grid-template-columns:1fr!important}.action-cards-grid{gap:2rem}.contact-form-grid{grid-template-columns:1fr!important;gap:3rem}}@media (max-width:768px){.contact-grid{gap:3rem;grid-template-columns:1fr!important}.carousel-slide.active,.hero-background{background-image:url(/nexus-dx1-3.webp)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.action-cards-grid{grid-template-columns:1fr!important;gap:2rem!important;max-width:100%!important;padding:0 1rem!important}.action-cards-grid>div{width:100%!important;max-width:100%!important;padding:2rem 1.5rem!important}.contact-form-grid{grid-template-columns:1fr!important;gap:3rem!important;padding:0 1rem!important}.contact-form-grid>div{width:100%!important;max-width:100%!important}.contact-form-grid form{padding:2rem 1.5rem!important}.contact-section{padding:60px 0}.contact-info h2{font-size:1.8rem;line-height:1.4;padding:0 1rem}.contact-details{grid-template-columns:1fr;gap:2rem;padding:0 20px}.contact-item{padding:2rem}.contact-icon{width:60px;height:60px}.contact-icon svg{width:28px;height:28px}}.species-support{background:var(--white)}.species-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.species-item{background:var(--white);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:all .3s ease;position:relative}.species-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:var(--primary-color)}.species-item h3{font-size:1.4rem;color:var(--primary-color);margin-bottom:1rem;font-weight:600}.species-item p{color:var(--text-color);line-height:1.7;margin-bottom:1rem}.species-item a{color:var(--primary-color);text-decoration:none;font-weight:500;margin-top:1rem;display:inline-block;transition:all .3s ease}.species-item a:hover{color:var(--dark-color);text-decoration:underline}@media (max-width:768px){.species-grid{grid-template-columns:1fr;gap:1.5rem}.species-item{padding:1.5rem}.species-item h3{font-size:1.2rem}}html[dir=rtl]{direction:rtl;text-align:right}html[dir=rtl] .about-section article,html[dir=rtl] .about-section article h1,html[dir=rtl] .about-section article h2,html[dir=rtl] .about-section article h3,html[dir=rtl] .about-section article li,html[dir=rtl] .about-section article p,html[dir=rtl] .about-section article table,html[dir=rtl] .about-section article td,html[dir=rtl] .about-section article th,html[dir=rtl] .about-section article ul,html[dir=rtl] .article-content,html[dir=rtl] .article-content h3,html[dir=rtl] .article-content p,html[dir=rtl] .product-content,html[dir=rtl] .product-content h3,html[dir=rtl] .product-content p{-webkit-hyphens:none;hyphens:none}html[dir=rtl] .container,html[dir=rtl] .nav-menu{direction:rtl}html[dir=rtl] .nav-menu li{margin-left:0;margin-right:2rem}html[dir=rtl] .nav-menu li:first-child{margin-right:0}html[dir=rtl] .hero-content,html[dir=rtl] .section-header{text-align:right}html[dir=rtl] .features-grid,html[dir=rtl] .footer-content,html[dir=rtl] .products-grid{direction:rtl}html[dir=rtl] .footer-section,html[dir=rtl] .footer-section ul{text-align:right}html[dir=rtl] .product-card{direction:rtl;text-align:right}html[dir=rtl] .product-features{text-align:right;padding-right:0;padding-left:1.5rem}html[dir=rtl] .btn,html[dir=rtl] .timeline{direction:rtl}html[dir=rtl] .timeline-item{direction:rtl;text-align:right}html[dir=rtl] .about-content{direction:rtl}html[dir=rtl] .about-text{text-align:right}html[dir=rtl] .contact-content,html[dir=rtl] .contact-item{direction:rtl;text-align:right}html[dir=rtl] .founder-content{direction:rtl}html[dir=rtl] .founder-info{text-align:right}html[dir=rtl] .founder-info ul{text-align:right;padding-right:0;padding-left:1.5rem}html[dir=rtl] .info-section{text-align:right}html[dir=rtl] .info-section ul{text-align:right;padding-right:0;padding-left:1.5rem}html[dir=rtl] .language-selector{direction:ltr;margin-left:0;margin-right:1rem}html[dir=rtl] .lang-menu{right:auto;left:0;max-width:min(400px,calc(100vw - 2rem))}@media (max-width:768px){html[dir=rtl] .nav-menu{direction:rtl;text-align:right}html[dir=rtl] .nav-menu li{margin-right:0;margin-left:0}.nav-menu a{white-space:normal;word-break:break-word}}html[lang=ru] .article-card,html[lang=ru] .article-content,html[lang=ru] .feature-card,html[lang=ru] .product-content{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:manual;hyphens:manual}html[lang=ru] table,html[lang=ru] td,html[lang=ru] th{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:900px){html[lang=ru] .nav-menu{gap:1rem}html[lang=ru] .nav-menu a{white-space:normal;line-height:1.4}}html[lang=de] .article-card,html[lang=de] .article-content,html[lang=de] .feature-card,html[lang=de] .product-content,html[lang=de] table,html[lang=de] td,html[lang=de] th{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:900px){html[lang=de] .nav-menu{gap:1rem}html[lang=de] .nav-menu a{white-space:normal;line-height:1.4}}html[lang=tr] .article-card,html[lang=tr] .article-content,html[lang=tr] .article-content h3,html[lang=tr] .feature-card,html[lang=tr] .product-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=tr] .article-content h3{min-height:4.32rem}html[lang=tr] .article-content p{min-height:5.5rem}html[lang=tr] .article-content p,html[lang=tr] .product-content h3{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=tr] .product-content h3{min-height:4.32rem}html[lang=tr] .product-description{min-height:5.5rem;word-wrap:break-word}html[lang=tr] .product-description,html[lang=tr] table,html[lang=tr] td,html[lang=tr] th{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:900px){html[lang=tr] .nav-menu{gap:1rem}html[lang=tr] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=ko] .article-card,html[lang=ko] .article-content,html[lang=ko] .feature-card,html[lang=ko] .product-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ko] table,html[lang=ko] td,html[lang=ko] th{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ko] .article-content h3{min-height:4.32rem}html[lang=ko] .article-content h3,html[lang=ko] .article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ko] .article-content p{min-height:5.5rem}html[lang=ko] .product-content h3{min-height:4.32rem}html[lang=ko] .product-content h3,html[lang=ko] .product-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ko] .product-description{min-height:5.5rem}@media (max-width:900px){html[lang=ko] .nav-menu{gap:1rem}html[lang=ko] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=ja] .article-card,html[lang=ja] .article-content,html[lang=ja] .feature-card,html[lang=ja] .product-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ja] table,html[lang=ja] td,html[lang=ja] th{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ja] .article-content h3{min-height:4.32rem}html[lang=ja] .article-content h3,html[lang=ja] .article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ja] .article-content p{min-height:5.5rem}html[lang=ja] .product-content h3{min-height:4.32rem}html[lang=ja] .product-content h3,html[lang=ja] .product-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ja] .product-description{min-height:5.5rem}@media (max-width:900px){html[lang=ja] .nav-menu{gap:1rem}html[lang=ja] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=vi] .article-card,html[lang=vi] .article-content,html[lang=vi] .feature-card,html[lang=vi] .product-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=vi] table,html[lang=vi] td,html[lang=vi] th{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=vi] .article-content h3{min-height:4.32rem}html[lang=vi] .article-content h3,html[lang=vi] .article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=vi] .article-content p{min-height:5.5rem}html[lang=vi] .product-content h3{min-height:4.32rem}html[lang=vi] .product-content h3,html[lang=vi] .product-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=vi] .product-description{min-height:5.5rem}@media (max-width:900px){html[lang=vi] .nav-menu{gap:1rem}html[lang=vi] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=uk] .feature-card,html[lang=uk] .product-content{word-wrap:break-word}html[lang=uk] .feature-card,html[lang=uk] .product-content,html[lang=uk] table,html[lang=uk] td,html[lang=uk] th{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=uk] .article-content h3{min-height:4.32rem}html[lang=uk] .article-content h3,html[lang=uk] .article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=uk] .article-content p{min-height:5.5rem}html[lang=uk] .product-content h3{min-height:4.32rem}html[lang=uk] .product-content h3,html[lang=uk] .product-description{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=uk] .product-description{min-height:5.5rem}@media (max-width:900px){html[lang=uk] .nav-menu{gap:1rem}html[lang=uk] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=bg] .feature-card,html[lang=bg] .product-content{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}html[lang=bg] .article-content h3{min-height:4.32rem}html[lang=bg] .article-content h3,html[lang=bg] .article-content p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=bg] .article-content p{min-height:5.5rem}html[lang=bg] .feature-card h3,html[lang=bg] .product-card h3{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4}html[lang=bg] .feature-card p,html[lang=bg] .product-card p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.7}@media (max-width:768px){html[lang=bg] .nav-menu{gap:1rem}html[lang=bg] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}html[lang=ro] .article-card,html[lang=ro] .article-content,html[lang=ro] .feature-card,html[lang=ro] .product-content,html[lang=ro] table,html[lang=ro] td,html[lang=ro] th{overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:900px){html[lang=ro] .nav-menu{gap:1rem}html[lang=ro] .nav-menu a{white-space:normal;line-height:1.4}}html[lang=ro] .feature-card h3,html[lang=ro] .product-card h3{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:4.32rem;line-height:1.4}html[lang=ro] .feature-card p,html[lang=ro] .product-card p{min-height:5.5rem;line-height:1.7}html[lang=ro] .article-content h3,html[lang=ro] .feature-card p,html[lang=ro] .product-card p{overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}html[lang=ro] .article-content h3{min-height:4.32rem}html[lang=ro] .article-content p{min-height:5.5rem;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}@media (max-width:768px){html[lang=ro] .nav-menu{gap:1rem}html[lang=ro] .nav-menu a{white-space:normal;line-height:1.4;word-break:break-word}}