:root{--primary-color: #158D40;--secondary-color: #3FAB3C;--text-dark: #2C2C2C;--text-light: #FFFFFF;--text-gray: #666666;--background: #FFFFFF;--shadow: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden}header#header{position:sticky;top:0;left:0;right:0;z-index:1000;width:100%}.pharma-header{width:100%;background-color:#fff;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.header-container{width:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:100px}.header-logo{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.header-logo:hover{opacity:.8}.logo-image{height:70px;width:auto}.header-nav{display:flex;align-items:center;gap:40px}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-link{text-decoration:none;color:#2c2c2c;font-size:16px;font-weight:600;position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#158d40;transition:width .3s ease}.nav-link:hover{color:#158d40}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.brochure-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:#158d401a;color:#158d40;border:2px solid #158D40;border-radius:24px;font-size:15px;font-weight:600;font-family:Open Sans,sans-serif;cursor:pointer;transition:all .3s ease;text-decoration:none}.brochure-btn svg{width:18px;height:18px;transition:transform .3s ease}.brochure-btn:hover{background:#158d40;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #158d404d}.brochure-btn:hover svg{transform:translateY(2px)}.get-quote-btn{background:linear-gradient(135deg,#158d40,#3fab3c);color:#fff;padding:12px 32px;border:none;border-radius:24px;font-size:16px;font-weight:600;font-family:Open Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #158d4033;text-decoration:none;display:inline-block}.get-quote-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #158d404d}.get-quote-btn:active{transform:translateY(0)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger{width:28px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;width:100%;height:3px;background-color:#158d40;border-radius:2px;transition:all .3s ease}@media(max-width:768px){.header-container{height:80px}.logo-image{height:50px}.header-nav{position:fixed;inset:80px 0 0;background-color:#fff;flex-direction:column;gap:0;padding:24px;box-shadow:0 4px 12px #0000001a;transform:translate(100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;z-index:999}.header-nav.active{transform:translate(0);opacity:1;visibility:visible}.nav-links{flex-direction:column;gap:0;width:100%}.nav-links li{width:100%;border-bottom:1px solid rgba(0,0,0,.05)}.nav-link{font-size:17px;width:100%;padding:16px 0;display:block}.nav-link:after{display:none}.header-actions{flex-direction:column;width:100%;margin-top:16px;gap:12px}.brochure-btn,.get-quote-btn{width:100%;justify-content:center}.mobile-menu-btn{display:block}.mobile-menu-btn.active .hamburger span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-btn.active .hamburger span:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.has-mega-menu{width:100%}}.has-mega-menu{position:relative}.mega-menu-trigger{display:flex;align-items:center;gap:.5rem}.mega-menu-trigger svg{width:16px;height:16px;transition:transform .3s ease}.has-mega-menu:hover .mega-menu-trigger svg{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:900px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1rem;z-index:1000}.has-mega-menu:hover .mega-menu{opacity:1;visibility:visible;margin-top:.5rem}.mega-menu-container{padding:2.5rem}.mega-menu-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(21,141,64,.1)}.mega-menu-header h3{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.mega-menu-header p{font-size:1rem;color:#64748b}.mega-menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.mega-menu-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:linear-gradient(135deg,#f8fafb,#fff);border-radius:12px;border:1px solid rgba(21,141,64,.08);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.mega-menu-item:hover{transform:translateY(-5px);background:#fff;border-color:#158d40;box-shadow:0 10px 25px #158d401f}.mega-menu-icon{font-size:2.5rem;transition:transform .3s ease}.mega-menu-item:hover .mega-menu-icon{transform:scale(1.2)}.mega-menu-name{font-size:.9375rem;font-weight:600;color:#1e293b;line-height:1.4}@media(max-width:480px){.header-container{padding:0 16px}.logo-image{height:40px}}@media(max-width:1024px){.mega-menu{min-width:700px}.mega-menu-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.mega-menu{position:static;transform:none;min-width:auto;box-shadow:none;opacity:1;visibility:visible;margin-top:0;border-radius:0;background:transparent;max-height:0;overflow:hidden;transition:max-height .3s ease}.has-mega-menu.mobile-active .mega-menu{max-height:1000px}.has-mega-menu.mobile-active .mega-menu-trigger svg{transform:rotate(180deg)}.mega-menu-container{padding:.5rem 0}.mega-menu-header{display:none}.mega-menu-grid{grid-template-columns:1fr;gap:0}.mega-menu-item{flex-direction:row;justify-content:flex-start;padding:12px 16px;background:#158d4008;border:none;border-bottom:1px solid rgba(0,0,0,.05);border-radius:0}.mega-menu-item:hover{transform:none;background:#158d4014;box-shadow:none}.mega-menu-icon{font-size:1.5rem;min-width:40px}.mega-menu-name{text-align:left;font-size:.9375rem}.has-mega-menu:hover .mega-menu-trigger svg{transform:none}.mega-menu-trigger svg{margin-left:auto}}.hero-section{position:relative;width:100%;height:calc(100vh - 100px);min-height:600px;overflow:hidden}.hero-slider{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transform:translate(100%) scale(.9);transition:all 1.2s cubic-bezier(.77,0,.175,1)}.hero-slide.active{opacity:1;visibility:visible;z-index:1;transform:translate(0) scale(1);animation:smoothSlideIn 1.2s cubic-bezier(.77,0,.175,1)}.hero-slide.prev{transform:translate(-100%) scale(.9);opacity:0;transition:all 1.2s cubic-bezier(.77,0,.175,1)}@keyframes smoothSlideIn{0%{opacity:0;transform:translate(100%) scale(.9)}60%{opacity:.8}to{opacity:1;transform:translate(0) scale(1)}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide.active .hero-background{animation:smoothZoomIn 12s ease-out forwards,gentleFloat 10s ease-in-out infinite 2s}@keyframes smoothZoomIn{0%{transform:scale(1.15);filter:blur(3px) brightness(.8)}to{transform:scale(1.05);filter:blur(0px) brightness(1)}}@keyframes gentleFloat{0%,to{transform:scale(1.05) translate(0)}25%{transform:scale(1.06) translate(-5px,-8px)}50%{transform:scale(1.07) translateY(-15px)}75%{transform:scale(1.06) translate(5px,-8px)}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#158d40d9,#3fab3cbf,#158d40d9);z-index:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;padding:0 24px}.hero-text-container{max-width:1200px;width:100%;text-align:center}.hero-slide.active .hero-text-container{animation:contentReveal 1.2s cubic-bezier(.23,1,.32,1) forwards}@keyframes contentReveal{0%{opacity:0;transform:translateY(60px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-title{font-size:56px;font-weight:700;color:#fff;line-height:1.2;margin:0 0 24px;text-shadow:0 4px 30px rgba(0,0,0,.5);opacity:0}.hero-slide.active .hero-title{animation:titleReveal 1s cubic-bezier(.23,1,.32,1) .3s forwards}@keyframes titleReveal{0%{opacity:0;transform:translateY(50px) rotateX(20deg);letter-spacing:.2em}to{opacity:1;transform:translateY(0) rotateX(0);letter-spacing:0}}.hero-subtitle{font-size:20px;font-weight:400;color:#fff;line-height:1.6;max-width:900px;margin:0 auto 40px;text-shadow:0 2px 15px rgba(0,0,0,.4);opacity:0}.hero-slide.active .hero-subtitle{animation:subtitleSlide 1s cubic-bezier(.23,1,.32,1) .5s forwards}@keyframes subtitleSlide{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:48px;opacity:0}.hero-slide.active .hero-cta-buttons{animation:buttonsPopIn .8s cubic-bezier(.68,-.55,.265,1.55) .7s forwards}@keyframes buttonsPopIn{0%{opacity:0;transform:scale(.5) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero-btn{padding:16px 40px;font-size:18px;font-weight:600;font-family:Open Sans,sans-serif;border:none;border-radius:30px;cursor:pointer;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);text-transform:none;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.hero-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-btn:hover:before{width:300px;height:300px}.hero-btn-primary{background-color:#fff;color:#158d40;box-shadow:0 6px 20px #0003}.hero-btn-primary:hover{background-color:#f5f5f5;transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0006}.hero-btn-secondary{background-color:transparent;color:#fff;border:2px solid #FFFFFF;box-shadow:0 6px 20px #0000001a}.hero-btn-secondary:hover{background-color:#fff3;transform:translateY(-5px) scale(1.05);box-shadow:0 12px 35px #0000004d}.hero-highlights{display:flex;gap:40px;justify-content:center;flex-wrap:wrap;opacity:0}.hero-slide.active .hero-highlights{animation:highlightsStagger 1s ease-out .9s forwards}@keyframes highlightsStagger{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-highlight-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;padding:12px 20px;border-radius:30px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.hero-highlight-item:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 5px 15px #0003}.hero-check-icon{width:20px;height:20px;color:#fff;flex-shrink:0;stroke-width:3}.hero-controls{position:absolute;bottom:40px;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;gap:32px;padding:0 24px}.hero-nav-btn{width:48px;height:48px;border-radius:50%;background-color:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #0003}.hero-nav-btn:hover{background-color:#fff;transform:scale(1.1);box-shadow:0 6px 16px #0000004d}.hero-nav-btn svg{width:24px;height:24px;color:#158d40}.hero-dots{display:flex;gap:12px}.hero-dot{width:12px;height:12px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot:hover{background-color:#fffc;transform:scale(1.2)}.hero-dot.active{width:32px;border-radius:6px;background-color:#fff}@media(max-width:1024px){.hero-section{height:calc(100vh - 80px);min-height:500px}.hero-title{font-size:42px}.hero-subtitle{font-size:18px}.hero-btn{padding:14px 32px;font-size:16px}.hero-highlights{gap:24px}}@media(max-width:768px){.hero-section{height:calc(100vh - 80px);min-height:550px}.hero-title{font-size:32px;margin-bottom:16px}.hero-subtitle{font-size:16px;margin-bottom:32px}.hero-cta-buttons{gap:16px;margin-bottom:32px}.hero-btn{padding:12px 28px;font-size:15px}.hero-highlights{flex-direction:column;gap:16px;align-items:center}.hero-controls{bottom:24px;gap:24px}.hero-nav-btn{width:40px;height:40px}.hero-nav-btn svg{width:20px;height:20px}}@media(max-width:480px){.hero-section{min-height:500px}.hero-title{font-size:24px;margin-bottom:12px}.hero-subtitle{font-size:14px;margin-bottom:24px}.hero-cta-buttons{flex-direction:column;width:100%;max-width:300px;margin-left:auto;margin-right:auto;gap:12px}.hero-btn{width:100%;padding:12px 24px;font-size:14px}.hero-highlight-item{font-size:14px}.hero-controls{bottom:16px;gap:16px}.hero-nav-btn{width:36px;height:36px}.hero-nav-btn svg{width:18px;height:18px}.hero-dot{width:10px;height:10px}.hero-dot.active{width:24px}}.about-section{padding:120px 24px;background:linear-gradient(180deg,#f8f9fa,#fff,#f8f9fa);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:radial-gradient(circle at 50% 0%,rgba(21,141,64,.05) 0%,transparent 70%);pointer-events:none}.about-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.about-header{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:100px;align-items:center}.about-header-content{animation:fadeInLeft 1s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.about-badge{display:inline-block;padding:8px 20px;background:linear-gradient(135deg,#158d40,#3fab3c);color:#fff;font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;border-radius:30px;margin-bottom:24px;box-shadow:0 4px 15px #158d404d}.about-title{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 24px;background:linear-gradient(135deg,#158d40,#3fab3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-description{font-size:18px;line-height:1.8;color:#4a4a4a;margin:0 0 20px}.about-header-image{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026;animation:fadeInRight 1s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.about-main-image{width:100%;height:500px;object-fit:cover;display:block;transition:transform .6s ease}.about-header-image:hover .about-main-image{transform:scale(1.05)}.about-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#158d404d,#3fab3c33);pointer-events:none}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:100px}.about-feature-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);opacity:0;transform:translateY(50px)}.about-feature-card.visible{opacity:1;transform:translateY(0)}.about-feature-card:nth-child(1).visible{animation:slideUpFade .6s ease-out .1s forwards}.about-feature-card:nth-child(2).visible{animation:slideUpFade .6s ease-out .2s forwards}.about-feature-card:nth-child(3).visible{animation:slideUpFade .6s ease-out .3s forwards}.about-feature-card:nth-child(4).visible{animation:slideUpFade .6s ease-out .4s forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.about-feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.about-feature-image-wrapper{position:relative;height:240px;overflow:hidden}.about-feature-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-feature-card:hover .about-feature-image{transform:scale(1.1)}.about-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#158d4066,#3fab3c99);opacity:.8;transition:opacity .4s ease}.about-feature-card:hover .about-feature-overlay{opacity:.9}.about-feature-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #0003;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.about-feature-card:hover .about-feature-icon{transform:translate(-50%,-50%) scale(1.15) rotate(5deg);background:#fff}.about-feature-icon svg{width:40px;height:40px;color:#158d40;transition:all .3s ease}.about-feature-card:hover .about-feature-icon svg{color:#3fab3c;transform:scale(1.1)}.about-feature-content{padding:32px 24px;text-align:center}.about-feature-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px;transition:color .3s ease}.about-feature-card:hover .about-feature-title{color:#158d40}.about-feature-description{font-size:16px;line-height:1.6;color:#666;margin:0}.about-cta{text-align:center;padding:80px 40px;background:linear-gradient(135deg,#158d40,#3fab3c);border-radius:24px;box-shadow:0 20px 60px #158d404d;position:relative;overflow:hidden}.about-cta:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-cta-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 16px;position:relative;z-index:1}.about-cta-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 32px;position:relative;z-index:1}.about-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.about-btn{padding:16px 40px;font-size:18px;font-weight:600;font-family:Open Sans,sans-serif;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;display:inline-block}.about-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.about-btn:hover:before{width:300px;height:300px}.about-btn-primary{background-color:#fff;color:#158d40;box-shadow:0 8px 25px #0003}.about-btn-primary:hover{background-color:#f5f5f5;transform:translateY(-3px);box-shadow:0 12px 35px #0000004d}.about-btn-secondary{background-color:transparent;color:#fff;border:2px solid #FFFFFF;box-shadow:0 8px 25px #0000001a}.about-btn-secondary:hover{background-color:#ffffff26;transform:translateY(-3px);box-shadow:0 12px 35px #0003}@media(max-width:1024px){.about-section{padding:80px 24px}.about-header{gap:60px;margin-bottom:80px}.about-title{font-size:40px}.about-description{font-size:17px}.about-main-image{height:400px}.about-cta{padding:60px 32px}.about-cta-title{font-size:32px}}@media(max-width:768px){.about-section{padding:60px 20px}.about-header{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.about-title{font-size:32px}.about-description{font-size:16px}.about-main-image{height:350px}.about-features{gap:24px;margin-bottom:60px}.about-feature-image-wrapper{height:200px}.about-feature-icon{width:70px;height:70px}.about-feature-icon svg{width:35px;height:35px}.about-cta{padding:50px 24px}.about-cta-title{font-size:28px}.about-cta-subtitle{font-size:16px}.about-btn{padding:14px 32px;font-size:16px}}@media(max-width:480px){.about-section{padding:40px 16px}.about-title{font-size:26px}.about-description{font-size:15px}.about-main-image{height:280px}.about-features{grid-template-columns:1fr}.about-feature-content{padding:24px 20px}.about-feature-title{font-size:20px}.about-feature-description{font-size:15px}.about-cta{padding:40px 20px;border-radius:16px}.about-cta-title{font-size:24px}.about-cta-subtitle{font-size:15px}.about-cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.about-btn{width:100%;padding:14px 28px;font-size:15px}}.therapeutic-section{padding:8rem 0;background:linear-gradient(to bottom,#fff,#f8f9fa);position:relative;overflow:hidden}.therapeutic-section:before{content:"";position:absolute;top:0;left:0;right:0;height:400px;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.05) 0%,transparent 70%);pointer-events:none}.therapeutic-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.therapeutic-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.therapeutic-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px #3b82f633}.therapeutic-title{font-size:3.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;line-height:1.2}.therapeutic-subtitle{font-size:1.25rem;color:#64748b;line-height:1.8;max-width:700px;margin:0 auto}.therapeutic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:5rem}.therapeutic-card{position:relative;perspective:1000px;height:280px;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease;text-decoration:none;display:block}.therapeutic-card.visible{opacity:1;transform:translateY(0)}.therapeutic-card[data-index="1"]{transition-delay:.1s}.therapeutic-card[data-index="2"]{transition-delay:.2s}.therapeutic-card[data-index="3"]{transition-delay:.3s}.therapeutic-card[data-index="4"]{transition-delay:.4s}.therapeutic-card[data-index="5"]{transition-delay:.5s}.therapeutic-card[data-index="6"]{transition-delay:.6s}.therapeutic-card[data-index="7"]{transition-delay:.7s}.therapeutic-card[data-index="8"]{transition-delay:.8s}.therapeutic-card[data-index="9"]{transition-delay:.9s}.therapeutic-card-inner{position:relative;width:100%;height:100%}.therapeutic-card:hover .therapeutic-card-front:after{opacity:1}.therapeutic-card:hover .therapeutic-icon-wrapper{transform:translateY(-10px)}.therapeutic-card:hover .therapeutic-card-title{opacity:0;transform:translateY(-10px)}.therapeutic-card:hover .therapeutic-card-hover-indicator{opacity:0}.therapeutic-card:hover .therapeutic-card-description{opacity:1;transform:translateY(0)}.therapeutic-card-front{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden}.therapeutic-card-front{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(0,0,0,.05);position:relative}.therapeutic-card-front:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:var(--card-gradient);z-index:2}.therapeutic-card-front:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#1e293bf7,#334155f7);opacity:0;transition:opacity .4s ease;z-index:1}.therapeutic-icon-wrapper{position:relative;margin-bottom:1.5rem;z-index:3;transition:transform .4s ease}.therapeutic-icon{width:80px;height:80px;background:var(--card-gradient);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #00000026;transition:transform .3s ease}.therapeutic-card:hover .therapeutic-icon{transform:scale(1.1) rotate(5deg)}.therapeutic-icon svg{width:40px;height:40px}.therapeutic-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;text-align:center;line-height:1.4;margin-bottom:1rem;z-index:3;transition:all .3s ease}.therapeutic-card-hover-indicator{position:absolute;bottom:1rem;width:30px;height:30px;color:#94a3b8;animation:bounce 2s infinite;z-index:3;transition:opacity .3s ease}.therapeutic-card-hover-indicator svg{width:100%;height:100%}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.therapeutic-card-back{display:none}.therapeutic-card-description{position:absolute;top:50%;left:0;right:0;transform:translateY(20px);padding:2.5rem;color:#fff;font-size:1.0625rem;line-height:1.8;text-align:center;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3);opacity:0;transition:all .4s ease;z-index:2}.therapeutic-card-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:var(--card-gradient);opacity:0;filter:blur(40px);transition:opacity .4s ease;pointer-events:none;z-index:-1}.therapeutic-card:hover .therapeutic-card-glow{opacity:.3}.therapeutic-footer{margin-top:6rem}.therapeutic-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.therapeutic-stat{text-align:center;padding:2.5rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000f;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.therapeutic-stat:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.therapeutic-stat-number{display:block;font-size:3rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.therapeutic-stat-label{display:block;font-size:1rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.therapeutic-section{padding:5rem 0}.therapeutic-title{font-size:2.5rem}.therapeutic-subtitle{font-size:1.125rem}.therapeutic-grid{grid-template-columns:1fr;gap:1.5rem}.therapeutic-card{height:260px}.therapeutic-stats{grid-template-columns:1fr;gap:1.5rem}.therapeutic-stat-number{font-size:2.5rem}.therapeutic-header{margin-bottom:3rem}.therapeutic-footer{margin-top:4rem}}@media(max-width:480px){.therapeutic-container{padding:0 1rem}.therapeutic-title{font-size:2rem}.therapeutic-card-title{font-size:1.125rem}.therapeutic-icon{width:70px;height:70px}.therapeutic-icon svg{width:35px;height:35px}}.whychoose-section{padding:8rem 0;position:relative;overflow:hidden;background:linear-gradient(135deg,#0d7a33,#158d40,#1fa84f)}.whychoose-background{position:absolute;inset:0;overflow:hidden;z-index:0}.whychoose-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 60% 70%,rgba(255,255,255,.1) 1px,transparent 1px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px,80px 80px,100px 100px;background-position:0 0,40px 60px,130px 270px;opacity:.5}.whychoose-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.whychoose-gradient-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(21,141,64,.6) 0%,transparent 70%);top:-100px;left:-100px;animation-delay:0s}.whychoose-gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(31,168,79,.5) 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:7s}.whychoose-gradient-orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(52,211,153,.4) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0)}33%{transform:translate(30px,-30px)}66%{transform:translate(-20px,20px)}}.whychoose-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.whychoose-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.whychoose-badge{display:inline-block;padding:.5rem 1.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a}.whychoose-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.2)}.whychoose-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.8;max-width:700px;margin:0 auto}.whychoose-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.whychoose-card{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.whychoose-card.visible{opacity:1;transform:translateY(0)}.whychoose-card[data-index="0"]{transition-delay:.1s}.whychoose-card[data-index="1"]{transition-delay:.2s}.whychoose-card[data-index="2"]{transition-delay:.3s}.whychoose-card[data-index="3"]{transition-delay:.4s}.whychoose-card[data-index="4"]{transition-delay:.5s}.whychoose-card[data-index="5"]{transition-delay:.6s}.whychoose-card[data-index="6"]{transition-delay:.7s}.whychoose-card-inner{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 40px #00000026;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.whychoose-card-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#158d40,#1fa84f)}.whychoose-card:hover .whychoose-card-inner{transform:translateY(-10px);box-shadow:0 20px 60px #00000040;background:#fff}.whychoose-icon-wrapper{position:relative;margin-bottom:1.5rem}.whychoose-icon{width:80px;height:80px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #158d404d;transition:all .4s ease;position:relative;z-index:2}.whychoose-card:hover .whychoose-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 40px #158d4066}.whychoose-icon svg{width:40px;height:40px}.whychoose-icon-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:50%;filter:blur(30px);opacity:0;transition:opacity .4s ease;z-index:1}.whychoose-card:hover .whychoose-icon-glow{opacity:.6}.whychoose-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.4}.whychoose-card-description{font-size:1rem;color:#64748b;line-height:1.7;flex-grow:1}@media(max-width:768px){.whychoose-section{padding:5rem 0}.whychoose-title{font-size:2.5rem}.whychoose-subtitle{font-size:1.125rem}.whychoose-grid{grid-template-columns:1fr;gap:1.5rem}.whychoose-header{margin-bottom:3rem}.whychoose-card-inner{padding:2rem}}@media(max-width:480px){.whychoose-container{padding:0 1rem}.whychoose-title{font-size:2rem}.whychoose-card-title{font-size:1.125rem}.whychoose-icon{width:70px;height:70px}.whychoose-icon svg{width:35px;height:35px}}.clients-section{padding:8rem 0;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f8fffe)}.clients-background{position:absolute;inset:0;overflow:hidden;z-index:0}.clients-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(21,141,64,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(21,141,64,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.clients-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:orbFloat 25s ease-in-out infinite}.clients-gradient-orb-1{width:500px;height:500px;background:radial-gradient(circle,#158D40 0%,transparent 70%);top:-150px;right:-150px;animation-delay:0s}.clients-gradient-orb-2{width:600px;height:600px;background:radial-gradient(circle,#1fa84f 0%,transparent 70%);bottom:-200px;left:-200px;animation-delay:12s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}.clients-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.clients-header{text-align:center;margin-bottom:5rem;max-width:800px;margin-left:auto;margin-right:auto}.clients-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px #158d404d;animation:badgePulse 3s ease-in-out infinite}@keyframes badgePulse{0%,to{box-shadow:0 4px 15px #158d404d}50%{box-shadow:0 6px 25px #158d4080}}.clients-title{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#0d7a33,#158d40,#1fa84f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.2}.clients-subtitle{font-size:1.25rem;color:#64748b;line-height:1.8;max-width:700px;margin:0 auto}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.client-card{opacity:0;transform:translateY(40px) scale(.95);transition:opacity .7s ease,transform .7s ease}.client-card.visible{opacity:1;transform:translateY(0) scale(1)}.client-card[data-index="0"]{transition-delay:.1s}.client-card[data-index="1"]{transition-delay:.2s}.client-card[data-index="2"]{transition-delay:.3s}.client-card[data-index="3"]{transition-delay:.4s}.client-card[data-index="4"]{transition-delay:.5s}.client-card[data-index="5"]{transition-delay:.6s}.client-card-inner{background:#fff;border-radius:24px;padding:3rem 2rem;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid rgba(21,141,64,.1);box-shadow:0 4px 20px #158d4014;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.client-card-inner:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#158d40,#1fa84f);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.client-card:hover .client-card-inner:before{transform:scaleX(1)}.client-card-shine{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(21,141,64,.1) 50%,transparent 70%);transform:translate(-100%) translateY(-100%) rotate(45deg);transition:transform .8s ease}.client-card:hover .client-card-shine{transform:translate(100%) translateY(100%) rotate(45deg)}.client-card:hover .client-card-inner{transform:translateY(-12px);box-shadow:0 20px 40px #158d4026;border-color:#158d404d}.client-icon-wrapper{position:relative;margin-bottom:2rem;width:120px;height:120px}.client-icon-ring,.client-icon-ring-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(21,141,64,.2);animation:ringPulse 3s ease-in-out infinite}.client-icon-ring{width:120px;height:120px}.client-icon-ring-2{width:100px;height:100px;animation-delay:1.5s}@keyframes ringPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.15);opacity:0}}.client-icon{width:80px;height:80px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #158d404d;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.client-card:hover .client-icon{transform:translate(-50%,-50%) scale(1.15) rotate(5deg);box-shadow:0 15px 45px #158d4080}.client-icon svg{width:40px;height:40px;transition:transform .5s ease}.client-card:hover .client-icon svg{transform:scale(1.1)}.client-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.4;transition:color .3s ease}.client-card:hover .client-card-title{color:#158d40}@media(max-width:768px){.clients-section{padding:5rem 0}.clients-title{font-size:2.5rem}.clients-subtitle{font-size:1.125rem}.clients-grid{grid-template-columns:1fr;gap:2rem}.clients-header{margin-bottom:3rem}.client-card-inner{padding:2.5rem 1.5rem}}@media(max-width:480px){.clients-container{padding:0 1rem}.clients-title{font-size:2rem}.client-card-title{font-size:1.125rem}.client-icon-wrapper{width:100px;height:100px}.client-icon{width:70px;height:70px}.client-icon svg{width:35px;height:35px}.client-icon-ring{width:100px;height:100px}.client-icon-ring-2{width:85px;height:85px}}.quality-section{padding:10rem 0;position:relative;overflow:hidden;background:linear-gradient(180deg,#0a1a1a,#0d2d1a,#0a1a1a)}.quality-background{position:absolute;inset:0;overflow:hidden;z-index:0}.quality-mesh{position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,rgba(21,141,64,.03) 0px,transparent 1px,transparent 40px,rgba(21,141,64,.03) 41px),repeating-linear-gradient(90deg,rgba(21,141,64,.03) 0px,transparent 1px,transparent 40px,rgba(21,141,64,.03) 41px);animation:meshScroll 30s linear infinite}@keyframes meshScroll{0%{transform:translate(0)}to{transform:translate(40px,40px)}}.quality-gradient-sphere{position:absolute;border-radius:50%;filter:blur(120px);opacity:.2;animation:sphereFloat 30s ease-in-out infinite}.quality-gradient-sphere-1{width:600px;height:600px;background:radial-gradient(circle,#158D40 0%,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.quality-gradient-sphere-2{width:500px;height:500px;background:radial-gradient(circle,#1fa84f 0%,transparent 70%);top:50%;right:-150px;animation-delay:10s}.quality-gradient-sphere-3{width:700px;height:700px;background:radial-gradient(circle,#0d7a33 0%,transparent 70%);bottom:-250px;left:50%;animation-delay:20s}@keyframes sphereFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(100px,-100px) scale(1.2)}66%{transform:translate(-80px,80px) scale(.9)}}.quality-particles{position:absolute;inset:0}.quality-particle{position:absolute;width:4px;height:4px;background:#158d40;border-radius:50%;left:var(--x);top:var(--y);animation:particleFloat 8s ease-in-out infinite;animation-delay:var(--delay);opacity:0;box-shadow:0 0 10px #158d4080}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(0) scale(0)}50%{opacity:1;transform:translateY(-100px) scale(1)}}.quality-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.quality-header{text-align:center;margin-bottom:6rem;opacity:0;transform:translateY(40px);transition:opacity 1s ease,transform 1s ease}.quality-header.visible{opacity:1;transform:translateY(0)}.quality-badge-wrapper{position:relative;display:inline-block;margin-bottom:2rem}.quality-badge-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150%;height:150%;background:radial-gradient(circle,rgba(21,141,64,.4) 0%,transparent 70%);border-radius:50%;animation:badgeGlow 3s ease-in-out infinite}@keyframes badgeGlow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.quality-badge{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;border-radius:50px;font-size:.875rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 20px #158d4066,inset 0 1px #fff3;position:relative;z-index:1;border:1px solid rgba(255,255,255,.1)}.quality-title{font-size:4.5rem;font-weight:800;margin-bottom:2rem;line-height:1.1;display:flex;flex-direction:column;gap:.5rem}.quality-title-line{color:#fff;text-shadow:0 2px 20px rgba(21,141,64,.5)}.quality-title-gradient{background:linear-gradient(135deg,#158d40,#1fa84f,#2ec866);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:titleShine 3s ease-in-out infinite;background-size:200% auto}@keyframes titleShine{0%,to{background-position:0% center}50%{background-position:100% center}}.quality-subtitle{font-size:1.375rem;color:#ffffffb3;line-height:1.8;max-width:800px;margin:0 auto}.quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;margin-bottom:5rem}.quality-card{opacity:0;transform:translateY(60px) scale(.9);transition:opacity .8s ease,transform .8s cubic-bezier(.4,0,.2,1)}.quality-card.visible{opacity:1;transform:translateY(0) scale(1)}.quality-card[data-index="0"]{transition-delay:.1s}.quality-card[data-index="1"]{transition-delay:.2s}.quality-card[data-index="2"]{transition-delay:.3s}.quality-card[data-index="3"]{transition-delay:.4s}.quality-card[data-index="4"]{transition-delay:.5s}.quality-card{position:relative}.quality-card-glow{position:absolute;inset:-2px;background:linear-gradient(135deg,#158d40,#1fa84f,#158d40);border-radius:24px;opacity:0;filter:blur(20px);transition:opacity .5s ease;background-size:200% auto;animation:glowRotate 3s linear infinite}@keyframes glowRotate{0%{background-position:0% center}to{background-position:200% center}}.quality-card:hover .quality-card-glow{opacity:.6}.quality-card-inner{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(21,141,64,.2);border-radius:24px;padding:3rem 2rem;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.quality-card:hover .quality-card-inner{transform:translateY(-8px);border-color:#158d4080;background:#ffffff0d;box-shadow:0 20px 60px #158d404d}.quality-card-border{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#158D40,#1fa84f,transparent);transform:translate(-100%);transition:transform .6s ease}.quality-card:hover .quality-card-border{transform:translate(100%)}.quality-icon-container{position:relative;width:140px;height:140px;margin-bottom:2.5rem}.quality-icon-orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid rgba(21,141,64,.3)}.quality-icon-orbit-1{width:140px;height:140px;animation:orbitRotate 10s linear infinite}.quality-icon-orbit-2{width:110px;height:110px;animation:orbitRotate 8s linear infinite reverse;border-style:dashed}.quality-icon-orbit-3{width:80px;height:80px;animation:orbitRotate 6s linear infinite;opacity:.5}@keyframes orbitRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.quality-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90px;height:90px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:22px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 40px #158d4066,inset 0 1px #fff3;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:2}.quality-card:hover .quality-icon{transform:translate(-50%,-50%) scale(1.15) rotate(5deg);box-shadow:0 15px 50px #158d4099,inset 0 1px #ffffff4d}.quality-icon svg{width:48px;height:48px;transition:transform .5s ease}.quality-card:hover .quality-icon svg{transform:scale(1.1) rotate(-5deg)}.quality-icon-shine{position:absolute;inset:0;background:linear-gradient(135deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);border-radius:22px;transform:translate(-100%);transition:transform .6s ease}.quality-card:hover .quality-icon-shine{transform:translate(100%)}.quality-card-title{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.3;transition:color .3s ease}.quality-card:hover .quality-card-title{color:#2ec866}.quality-card-description{font-size:1rem;color:#fff9;line-height:1.6;transition:color .3s ease}.quality-card:hover .quality-card-description{color:#fffc}.quality-footer{opacity:0;transform:translateY(40px);transition:opacity 1s ease,transform 1s ease;transition-delay:.6s}.quality-footer.visible{opacity:1;transform:translateY(0)}.quality-stats{display:flex;justify-content:center;align-items:center;gap:4rem;padding:3rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(21,141,64,.2);border-radius:24px;position:relative;overflow:hidden}.quality-stats:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(21,141,64,.1),transparent);animation:statsShine 3s ease-in-out infinite}@keyframes statsShine{0%{left:-100%}to{left:100%}}.quality-stat{text-align:center;position:relative;z-index:1}.quality-stat-value{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#158d40,#2ec866);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;text-shadow:0 0 30px rgba(21,141,64,.3)}.quality-stat-label{font-size:1rem;color:#ffffffb3;font-weight:600;letter-spacing:.5px}.quality-stat-divider{width:2px;height:60px;background:linear-gradient(180deg,transparent,rgba(21,141,64,.5),transparent)}@media(max-width:1024px){.quality-title{font-size:3.5rem}.quality-stats{gap:3rem}}@media(max-width:768px){.quality-section{padding:6rem 0}.quality-title{font-size:2.75rem}.quality-subtitle{font-size:1.125rem}.quality-grid{grid-template-columns:1fr;gap:2rem}.quality-header{margin-bottom:4rem}.quality-stats{flex-direction:column;gap:2rem;padding:2rem}.quality-stat-divider{width:60px;height:2px}.quality-stat-value{font-size:2.5rem}}@media(max-width:480px){.quality-container{padding:0 1rem}.quality-title{font-size:2rem}.quality-card-inner{padding:2.5rem 1.5rem}.quality-icon-container{width:120px;height:120px}.quality-icon{width:75px;height:75px}.quality-icon svg{width:40px;height:40px}.quality-icon-orbit-1{width:120px;height:120px}.quality-icon-orbit-2{width:95px;height:95px}.quality-icon-orbit-3{width:70px;height:70px}}.partner-section{padding:8rem 0;position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f0fdf4)}.partner-background{position:absolute;inset:0;overflow:hidden;z-index:0}.partner-wave{position:absolute;width:200%;height:100%;background:linear-gradient(90deg,transparent,rgba(21,141,64,.03),transparent);animation:waveMove 20s ease-in-out infinite}.partner-wave-1{top:0;left:-50%;animation-delay:0s}.partner-wave-2{top:30%;left:-50%;animation-delay:7s}.partner-wave-3{top:60%;left:-50%;animation-delay:14s}@keyframes waveMove{0%,to{transform:translate(0)}50%{transform:translate(25%)}}.partner-glow{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:glowPulse 8s ease-in-out infinite}.partner-glow-1{width:500px;height:500px;background:radial-gradient(circle,#158D40 0%,transparent 70%);top:10%;left:5%}.partner-glow-2{width:600px;height:600px;background:radial-gradient(circle,#1fa84f 0%,transparent 70%);bottom:10%;right:5%;animation-delay:4s}@keyframes glowPulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.partner-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.partner-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.partner-info{position:sticky;top:2rem;opacity:0;transform:translate(-40px);transition:opacity .8s ease,transform .8s ease}.partner-info.visible{opacity:1;transform:translate(0)}.partner-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2rem;box-shadow:0 4px 15px #158d404d}.partner-title{font-size:3.5rem;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:2rem}.partner-title-highlight{background:linear-gradient(135deg,#158d40,#1fa84f,#2ec866);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.partner-description{font-size:1.25rem;color:#64748b;line-height:1.8;margin-bottom:3rem}.partner-features{display:flex;flex-direction:column;gap:2rem}.partner-feature{display:flex;gap:1.5rem;align-items:flex-start}.partner-feature-icon{width:48px;height:48px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 4px 15px #158d404d}.partner-feature-icon svg{width:24px;height:24px}.partner-feature-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.partner-feature-text{font-size:1rem;color:#64748b;line-height:1.6}.partner-form-wrapper{opacity:0;transform:translate(40px);transition:opacity .8s ease,transform .8s ease;transition-delay:.2s}.partner-form-wrapper.visible{opacity:1;transform:translate(0)}.partner-form-card{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 20px 60px #158d401a;border:1px solid rgba(21,141,64,.1)}.partner-form-header{margin-bottom:2.5rem;text-align:center}.partner-form-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.partner-form-subtitle{font-size:1rem;color:#64748b}.partner-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#1e293b;display:flex;gap:.25rem}.form-required{color:#ef4444}.form-optional{color:#94a3b8;font-weight:400;font-size:.875rem}.form-input-wrapper{position:relative;display:flex;align-items:center}.form-icon{position:absolute;left:1rem;width:20px;height:20px;color:#94a3b8;pointer-events:none;z-index:1}.form-input{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;font-family:Open Sans,sans-serif}.form-input:focus{outline:none;border-color:#158d40;background:#fff;box-shadow:0 0 0 4px #158d401a}.form-input:focus+.form-icon{color:#158d40}.form-textarea-wrapper{position:relative}.form-textarea{width:100%;padding:1rem;font-size:1rem;color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;font-family:Open Sans,sans-serif;resize:vertical}.form-textarea:focus{outline:none;border-color:#158d40;background:#fff;box-shadow:0 0 0 4px #158d401a}.form-upload-wrapper{position:relative}.form-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.form-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center}.form-upload-label:hover{border-color:#158d40;background:#f0fdf4}.form-upload-icon{width:48px;height:48px;color:#94a3b8;margin-bottom:1rem;transition:color .3s ease}.form-upload-label:hover .form-upload-icon{color:#158d40}.form-upload-text{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.form-upload-hint{font-size:.875rem;color:#94a3b8}.form-file-name{display:none;margin-top:.5rem;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #158D40;border-radius:8px;font-size:.875rem;color:#158d40}.form-submit{position:relative;padding:1.125rem 2.5rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #158d404d;margin-top:1rem}.form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px #158d4066}.form-submit:active{transform:translateY(0)}.form-submit.loading{pointer-events:none;opacity:.8}.form-submit-text{position:relative;z-index:1}.form-submit-icon{width:20px;height:20px;transition:transform .4s ease;position:relative;z-index:1}.form-submit:hover .form-submit-icon{transform:translate(4px)}.form-submit-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.form-submit:hover .form-submit-shine{left:100%}.form-message{display:none;padding:1rem 1.5rem;border-radius:12px;font-size:.9375rem;font-weight:600;margin-top:1rem;animation:messageSlide .4s ease}@keyframes messageSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{background:#f0fdf4;color:#158d40;border:1px solid #158D40}.form-message.error{background:#fef2f2;color:#ef4444;border:1px solid #ef4444}@media(max-width:1024px){.partner-content{grid-template-columns:1fr;gap:4rem}.partner-info{position:static}.partner-title{font-size:2.75rem}}@media(max-width:768px){.partner-section{padding:5rem 0}.partner-form-card{padding:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.partner-title{font-size:2.25rem}.partner-description{font-size:1.125rem}.partner-features{gap:1.5rem}}@media(max-width:480px){.partner-container{padding:0 1rem}.partner-title{font-size:1.875rem}.partner-form-card{padding:1.5rem}.partner-form-title{font-size:1.5rem}.form-submit{padding:1rem 2rem;font-size:1rem}}.footer{position:relative;background:linear-gradient(180deg,#0a1f1a,#062612,#041a0d);color:#fff;overflow:hidden}.footer-background{position:absolute;inset:0;overflow:hidden;z-index:0}.footer-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(21,141,64,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(21,141,64,.05) 1px,transparent 1px);background-size:40px 40px;animation:footerGridMove 30s linear infinite}@keyframes footerGridMove{0%{transform:translate(0)}to{transform:translate(40px,40px)}}.footer-gradient{position:absolute;border-radius:50%;filter:blur(120px);opacity:.15;animation:footerGradientFloat 25s ease-in-out infinite}.footer-gradient-1{width:600px;height:600px;background:radial-gradient(circle,#158D40 0%,transparent 70%);top:-200px;left:-100px;animation-delay:0s}.footer-gradient-2{width:500px;height:500px;background:radial-gradient(circle,#1fa84f 0%,transparent 70%);top:50%;right:-150px;animation-delay:8s}.footer-gradient-3{width:550px;height:550px;background:radial-gradient(circle,#0d7a33 0%,transparent 70%);bottom:-200px;left:50%;animation-delay:16s}@keyframes footerGradientFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-40px,40px) scale(.95)}}.footer-container{max-width:1400px;margin:0 auto;padding:5rem 2rem 2rem;position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:4rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{max-width:380px}.footer-logo{margin-bottom:1rem}.footer-logo-img{height:50px;width:auto}.footer-tagline{font-size:1rem;color:#ffffffb3;line-height:1.7}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social-link{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#158d4033;border-radius:10px;color:#2ec866;transition:all .3s ease;border:1px solid rgba(21,141,64,.3)}.footer-social-link:hover{background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #158d4066;border-color:transparent}.footer-social-link svg{width:20px;height:20px}.footer-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;position:relative;padding-bottom:.75rem}.footer-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#158d40,#1fa84f);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.footer-link{color:#ffffffb3;text-decoration:none;font-size:.9375rem;transition:all .3s ease;display:inline-flex;align-items:center;position:relative;padding-left:0}.footer-link:before{content:"";position:absolute;left:0;width:0;height:2px;background:linear-gradient(90deg,#158d40,#1fa84f);transition:width .3s ease;bottom:-2px}.footer-link-brochure{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#158d4026;border:1px solid rgba(21,141,64,.4);border-radius:8px;margin-top:4px;transition:all .3s ease}.footer-link-brochure svg{width:16px;height:16px;transition:transform .3s ease}.footer-link-brochure:hover{background:#158d4040;border-color:#158d40;color:#fff;transform:translateY(-2px)}.footer-link-brochure:hover svg{transform:translateY(2px)}.footer-link-brochure:before{display:none}.footer-link:hover{color:#2ec866;padding-left:12px}.footer-link:hover:before{width:30px}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.footer-contact-item{display:flex;align-items:flex-start;gap:.875rem}.footer-contact-icon{width:20px;height:20px;color:#2ec866;flex-shrink:0;margin-top:2px}.footer-contact-link,.footer-contact-text{color:#ffffffb3;text-decoration:none;font-size:.9375rem;line-height:1.6;transition:color .3s ease}.footer-contact-link:hover{color:#2ec866}.footer-address-title{font-weight:700;color:#ffffffe6}.footer-address-indent{padding-left:2rem}.footer-address-indent .footer-contact-text{font-size:.875rem;line-height:1.6}.footer-certifications{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.footer-cert-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#158d4033;border:1px solid rgba(21,141,64,.3);border-radius:8px;font-size:.8125rem;font-weight:600;color:#2ec866;transition:all .3s ease}.footer-cert-badge:hover{background:#158d404d;transform:translateY(-2px);box-shadow:0 4px 12px #158d404d}.footer-cert-badge svg{width:18px;height:18px}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(21,141,64,.3) 20%,rgba(21,141,64,.3) 80%,transparent);margin:3rem 0;position:relative}.footer-divider:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:3px;background:linear-gradient(90deg,#158d40,#1fa84f,#158d40);border-radius:2px;animation:dividerPulse 3s ease-in-out infinite}@keyframes dividerPulse{0%,to{opacity:.5;width:100px}50%{opacity:1;width:150px}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding-top:2rem}.footer-copyright{flex:1}.footer-copyright-text{font-size:.9375rem;color:#ffffffe6;margin-bottom:.5rem}.footer-copyright-text strong{color:#2ec866;font-weight:700}.footer-copyright-subtext{font-size:.875rem;color:#fff9;font-style:italic}.footer-legal{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer-legal-link{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .3s ease;position:relative}.footer-legal-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#2ec866;transition:width .3s ease}.footer-legal-link:hover{color:#2ec866}.footer-legal-link:hover:after{width:100%}.footer-legal-separator{color:#ffffff4d}.footer-backtotop{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:0 4px 20px #158d4066;border:1px solid rgba(255,255,255,.1)}.footer-backtotop.visible{opacity:1;visibility:visible;transform:translateY(0)}.footer-backtotop:hover{transform:translateY(-5px);box-shadow:0 8px 30px #158d4099}.footer-backtotop svg{width:24px;height:24px;color:#fff}@media(max-width:1200px){.footer-main{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-column:last-child{grid-column:span 2}}@media(max-width:900px){.footer-main{grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{grid-column:span 2;max-width:100%}.footer-column:last-child{grid-column:span 1}}@media(max-width:768px){.footer-container{padding:4rem 2rem 2rem}.footer-main{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}.footer-legal{justify-content:flex-start}.footer-backtotop{width:45px;height:45px;bottom:1.5rem;right:1.5rem}}@media(max-width:480px){.footer-container{padding:3rem 1rem 1.5rem}.footer-main{gap:2rem}.footer-title{font-size:1.125rem}.footer-social{gap:.75rem}.footer-social-link{width:38px;height:38px}.footer-certifications{flex-direction:column}.footer-cert-badge{width:100%;justify-content:center}.footer-legal{flex-direction:column;gap:.75rem;align-items:flex-start}.footer-legal-separator{display:none}.footer-backtotop{width:40px;height:40px;bottom:1rem;right:1rem}.footer-backtotop svg{width:20px;height:20px}}.about-page{min-height:100vh;background:#fff}.about-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364)}.about-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(21,141,64,.2) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(31,168,79,.15) 0%,transparent 50%);z-index:1}.about-hero-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 2px,transparent 2px),linear-gradient(90deg,rgba(255,255,255,.03) 2px,transparent 2px);background-size:60px 60px;animation:heroGridMove 60s linear infinite;z-index:0}@keyframes heroGridMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.about-hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.about-hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.5px;margin-bottom:2.5rem;animation:fadeInDown 1s ease}.about-hero-badge svg{width:20px;height:20px}.about-hero-title{font-size:5rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:2rem;animation:fadeInUp 1s ease .2s both}.about-hero-highlight{background:linear-gradient(135deg,#158d40,#1fa84f,#2ec866);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.about-hero-subtitle{font-size:1.5rem;color:#ffffffd9;line-height:1.8;max-width:800px;margin:0 auto 4rem;animation:fadeInUp 1s ease .4s both}.about-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;margin:0 auto;animation:fadeInUp 1s ease .6s both}.about-stat{padding:2.5rem 2rem;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .4s ease}.about-stat:hover{transform:translateY(-10px);background:#ffffff1f;border-color:#158d4080;box-shadow:0 20px 40px #158d4033}.about-stat-icon{font-size:3rem;margin-bottom:1rem}.about-stat-number{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem}.about-stat-label{font-size:1rem;color:#ffffffb3;font-weight:600;text-transform:uppercase;letter-spacing:1px}.about-container{max-width:1400px;margin:0 auto;padding:0 2rem}.about-story{padding:8rem 0;background:linear-gradient(180deg,#fff,#f8fafb)}.about-story-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:center}.about-story-content{opacity:1;transform:translate(0);transition:all 1s ease}.about-story-content.visible{opacity:1;transform:translate(0)}.about-story-label{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#158d40;border-radius:50px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.about-story-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin-bottom:2rem;line-height:1.2}.about-story-text{font-size:1.1875rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.about-story-text strong{color:#158d40;font-weight:700}.about-story-features{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem}.about-story-feature{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;border:1px solid rgba(21,141,64,.1);font-weight:600;color:#1e293b}.about-story-feature svg{width:20px;height:20px;color:#158d40}.about-story-visual{opacity:1;transform:translate(0);transition:all 1s ease .3s}.about-story-visual.visible{opacity:1;transform:translate(0)}.about-story-image-wrapper{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 30px 80px #0003}.about-story-image-wrapper img{width:100%;height:600px;object-fit:cover;display:block}.about-story-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#158d4033,#0f172a4d)}.about-vision-mission{padding:8rem 0;position:relative;background:linear-gradient(135deg,#0a1f1a,#062612);overflow:hidden}.about-vision-mission-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(21,141,64,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(31,168,79,.08) 0%,transparent 50%)}.about-vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;position:relative;z-index:1}.about-vm-card{padding:4rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;border:1px solid rgba(255,255,255,.1);transition:all .5s ease;opacity:1;transform:translateY(0)}.about-vm-card.visible{opacity:1;transform:translateY(0)}.about-vm-card:hover{transform:translateY(-10px);background:#ffffff14;border-color:#158d404d;box-shadow:0 30px 60px #0000004d}.about-vm-icon-wrapper{margin-bottom:2.5rem}.about-vm-icon{width:80px;height:80px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #158d4066}.about-vm-icon svg{width:40px;height:40px}.about-vm-title{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:1.5rem}.about-vm-text{font-size:1.125rem;color:#fffc;line-height:1.8}.about-vm-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.about-vm-list li{font-size:1.0625rem;color:#fffc;line-height:1.7;padding-left:2rem;position:relative}.about-vm-list li:before{content:"✓";position:absolute;left:0;color:#2ec866;font-weight:800;font-size:1.25rem}.about-solutions{padding:8rem 0;background:#fff}.about-section-header{text-align:center;margin-bottom:5rem}.about-section-label{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#158d40;border-radius:50px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.about-section-label-light{background:#ffffff1a;color:#fff}.about-section-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin-bottom:1rem}.about-section-title-light{color:#fff}.about-section-subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto}.about-section-subtitle-light{color:#ffffffb3}.about-solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.about-solution-card{position:relative;padding:3rem 2.5rem;background:linear-gradient(135deg,#fff,#f8fafb);border-radius:24px;border:1px solid rgba(21,141,64,.08);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0)}.about-solution-card.visible{opacity:1;transform:translateY(0)}.about-solution-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #158d4026;border-color:#158d40;background:#fff}.about-solution-number{position:absolute;top:2rem;right:2rem;font-size:4rem;font-weight:900;color:#158d4014;line-height:1;transition:all .4s ease}.about-solution-card:hover .about-solution-number{color:#158d4026}.about-solution-icon{width:70px;height:70px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:18px;display:flex;align-items:center;justify-content:center;color:#158d40;margin-bottom:2rem;transition:all .4s ease}.about-solution-card:hover .about-solution-icon{background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;transform:scale(1.1);box-shadow:0 10px 30px #158d404d}.about-solution-icon svg{width:35px;height:35px}.about-solution-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.3}.about-solution-text{font-size:1rem;color:#64748b;line-height:1.7}.about-presence{padding:8rem 0;background:linear-gradient(180deg,#f8fafb,#fff)}.about-presence-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.about-country-card{padding:2.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(21,141,64,.08);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;transform:scale(1)}.about-country-card.visible{opacity:1;transform:scale(1)}.about-country-card:hover{transform:translateY(-12px) scale(1);box-shadow:0 20px 50px #158d4026;border-color:#158d40}.about-country-flag{font-size:4rem;margin-bottom:1.5rem;display:inline-block;transition:transform .4s ease}.about-country-card:hover .about-country-flag{transform:scale(1.2) rotate(10deg)}.about-country-name{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.about-country-badge{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#158d40;border-radius:50px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem}.about-country-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.about-country-list li{font-size:.9375rem;color:#64748b;font-weight:500}.about-values{padding:8rem 0;position:relative;background:linear-gradient(135deg,#0f2027,#203a43);overflow:hidden}.about-values-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(21,141,64,.15) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(31,168,79,.1) 0%,transparent 50%)}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;position:relative;z-index:1}.about-value-card{padding:3rem 2.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1);text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:1;transform:translateY(0)}.about-value-card.visible{opacity:1;transform:translateY(0)}.about-value-card:hover{transform:translateY(-12px);background:#ffffff14;border-color:#158d4066;box-shadow:0 20px 50px #0000004d}.about-value-icon-wrapper{margin-bottom:2rem}.about-value-icon{font-size:3.5rem;transition:transform .4s ease;display:inline-block}.about-value-card:hover .about-value-icon{transform:scale(1.2) rotate(-10deg)}.about-value-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem}.about-value-desc{font-size:1rem;color:#ffffffb3;line-height:1.7;margin:0}.about-cta{padding:8rem 0;background:linear-gradient(135deg,#158d40,#1fa84f);position:relative;overflow:hidden}.about-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%)}.about-cta-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.about-cta-content{text-align:center;max-width:900px;margin:0 auto}.about-cta-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.about-cta-subtitle{font-size:1.375rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.7}.about-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.about-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.about-cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.about-cta-btn:hover svg{transform:translate(5px)}.about-cta-btn-primary{background:#fff;color:#158d40;box-shadow:0 10px 30px #0003}.about-cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.about-cta-btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3)}.about-cta-btn-secondary:hover{background:#ffffff40;border-color:#fff;transform:translateY(-3px)}@media(max-width:1200px){.about-solutions-grid{grid-template-columns:repeat(2,1fr)}.about-presence-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.about-hero-title{font-size:3.5rem}.about-hero-stats{grid-template-columns:repeat(2,1fr)}.about-story-grid{grid-template-columns:1fr;gap:4rem}.about-story-title{font-size:2.5rem}.about-vm-grid,.about-solutions-grid{grid-template-columns:1fr}.about-presence-grid,.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-section-title{font-size:2.5rem}}@media(max-width:640px){.about-hero{min-height:80vh}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.125rem}.about-hero-stats{grid-template-columns:1fr}.about-story-title,.about-section-title{font-size:2rem}.about-presence-grid,.about-values-grid{grid-template-columns:1fr}.about-cta-title{font-size:2rem}.about-cta-buttons{flex-direction:column}.about-cta-btn{width:100%;justify-content:center}}.quality-page{min-height:100vh;background:#fff}.quality-hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a1f1a,#062612)}.quality-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 30% 50%,rgba(21,141,64,.15) 0%,transparent 50%),radial-gradient(circle at 70% 50%,rgba(31,168,79,.1) 0%,transparent 50%)}.quality-hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.quality-hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.5px;margin-bottom:2.5rem;animation:fadeInDown 1s ease}.quality-hero-badge svg{width:20px;height:20px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.quality-hero-title{font-size:4.5rem;font-weight:900;color:#fff;line-height:1.15;margin-bottom:2rem;animation:fadeInUp 1s ease .2s both}.quality-hero-highlight{background:linear-gradient(135deg,#158d40,#1fa84f,#2ec866);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.quality-hero-subtitle{font-size:1.375rem;color:#ffffffd9;line-height:1.8;max-width:900px;margin:0 auto;animation:fadeInUp 1s ease .4s both}.quality-container{max-width:1400px;margin:0 auto;padding:0 2rem}.quality-commitment{padding:8rem 0;background:#fff}.quality-commitment-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.quality-label{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#158d40;border-radius:50px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.quality-label-light{background:#ffffff26;color:#fff}.quality-section-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin-bottom:2rem;line-height:1.2}.quality-section-title-light{color:#fff}.quality-text{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:1.5rem}.quality-stats-inline{display:flex;gap:3rem;margin-top:3rem}.quality-stat-inline{flex:1}.quality-stat-number{font-size:3rem;font-weight:900;color:#158d40;margin-bottom:.5rem}.quality-stat-text{font-size:1rem;color:#64748b;font-weight:600}.quality-commitment-visual{display:flex;align-items:center;justify-content:center}.quality-badge-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.quality-badge-item{padding:2.5rem 2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;text-align:center;border:2px solid #158D40;transition:all .3s ease}.quality-badge-item:hover{transform:translateY(-10px) scale(1.05);box-shadow:0 20px 40px #158d4033}.quality-badge-icon{font-size:3rem;color:#158d40;font-weight:900;margin-bottom:1rem}.quality-badge-name{font-size:1.125rem;font-weight:800;color:#158d40}.quality-certifications{padding:8rem 0;background:linear-gradient(180deg,#f8fafb,#fff)}.quality-section-header{text-align:center;margin-bottom:5rem}.quality-section-header-light{color:#fff}.quality-section-subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto}.quality-section-subtitle-light{color:#fffc}.quality-cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.quality-cert-card{padding:3rem;background:#fff;border-radius:24px;border:1px solid rgba(21,141,64,.1);box-shadow:0 10px 30px #00000014;transition:all .4s ease;opacity:1;transform:translateY(0)}.quality-cert-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #158d4026;border-color:#158d40}.quality-cert-icon{width:80px;height:80px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:2rem}.quality-cert-icon svg{width:40px;height:40px}.quality-cert-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.quality-cert-desc{font-size:1.0625rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem}.quality-cert-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.quality-cert-list li{font-size:1rem;color:#475569;padding-left:2rem;position:relative}.quality-cert-list li:before{content:"✓";position:absolute;left:0;color:#158d40;font-weight:800;font-size:1.125rem}.quality-process{padding:8rem 0;position:relative;background:linear-gradient(135deg,#0f2027,#203a43);overflow:hidden}.quality-process-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(21,141,64,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(31,168,79,.08) 0%,transparent 50%)}.quality-process-timeline{position:relative;display:flex;flex-direction:column;gap:3rem}.quality-process-step{position:relative;display:grid;grid-template-columns:120px 1fr;gap:3rem;align-items:start;opacity:1;transform:translate(0)}.quality-process-number{width:120px;height:120px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:900;color:#fff;box-shadow:0 10px 30px #158d4066}.quality-process-content{padding:2rem 2.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.quality-process-step:hover .quality-process-content{background:#ffffff14;border-color:#158d404d;transform:translate(10px)}.quality-process-title{font-size:1.75rem;font-weight:800;color:#fff;margin-bottom:1rem}.quality-process-desc{font-size:1.0625rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem}.quality-process-tags{display:flex;flex-wrap:wrap;gap:.75rem}.quality-process-tags span{padding:.5rem 1rem;background:#158d404d;border-radius:8px;font-size:.875rem;color:#fff;font-weight:600}.quality-features{padding:8rem 0;background:#fff}.quality-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.quality-feature-card{padding:3rem 2.5rem;background:linear-gradient(135deg,#fff,#f8fafb);border-radius:24px;border:1px solid rgba(21,141,64,.1);text-align:center;transition:all .4s ease;opacity:1;transform:translateY(0)}.quality-feature-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #158d4026;border-color:#158d40;background:#fff}.quality-feature-icon{font-size:4rem;margin-bottom:1.5rem}.quality-feature-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.quality-feature-desc{font-size:1rem;color:#64748b;line-height:1.7}.quality-testimonials{padding:8rem 0;position:relative;background:linear-gradient(135deg,#0a1f1a,#062612);overflow:hidden}.quality-testimonials-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 25% 25%,rgba(21,141,64,.15) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(31,168,79,.1) 0%,transparent 50%)}.quality-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;position:relative;z-index:1}.quality-testimonial-card{padding:3rem 2.5rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.1);transition:all .4s ease;opacity:1;transform:translateY(0)}.quality-testimonial-card:hover{background:#ffffff14;border-color:#158d4066;transform:translateY(-10px)}.quality-testimonial-stars{font-size:1.5rem;color:#fbbf24;margin-bottom:1.5rem}.quality-testimonial-text{font-size:1.0625rem;color:#ffffffe6;line-height:1.8;margin-bottom:2rem;font-style:italic}.quality-testimonial-author{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.quality-testimonial-name{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem}.quality-testimonial-role{font-size:.9375rem;color:#fff9}.quality-cta{padding:8rem 0;background:linear-gradient(135deg,#158d40,#1fa84f);position:relative;overflow:hidden}.quality-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%)}.quality-cta-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.quality-cta-content{text-align:center;max-width:900px;margin:0 auto}.quality-cta-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.quality-cta-subtitle{font-size:1.375rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.7}.quality-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.quality-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.quality-cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.quality-cta-btn:hover svg{transform:translate(5px)}.quality-cta-btn-primary{background:#fff;color:#158d40;box-shadow:0 10px 30px #0003}.quality-cta-btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.quality-cta-btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3)}.quality-cta-btn-secondary:hover{background:#ffffff40;border-color:#fff;transform:translateY(-3px)}@media(max-width:1200px){.quality-cert-grid{grid-template-columns:1fr}.quality-features-grid{grid-template-columns:repeat(2,1fr)}.quality-testimonials-grid{grid-template-columns:1fr}}@media(max-width:900px){.quality-hero-title{font-size:3rem}.quality-commitment-grid{grid-template-columns:1fr;gap:4rem}.quality-badge-showcase{grid-template-columns:repeat(2,1fr);gap:1.5rem}.quality-section-title{font-size:2.5rem}.quality-process-step{grid-template-columns:80px 1fr;gap:2rem}.quality-process-number{width:80px;height:80px;font-size:2rem}.quality-features-grid{grid-template-columns:1fr}}@media(max-width:640px){.quality-hero{min-height:80vh}.quality-hero-title{font-size:2.25rem}.quality-hero-subtitle{font-size:1.125rem}.quality-stats-inline{flex-direction:column;gap:2rem}.quality-badge-showcase{grid-template-columns:1fr}.quality-section-title{font-size:2rem}.quality-process-step{grid-template-columns:1fr;gap:1.5rem}.quality-process-number{margin:0 auto}.quality-cta-title{font-size:2rem}.quality-cta-buttons{flex-direction:column}.quality-cta-btn{width:100%;justify-content:center}}.contact-page{min-height:100vh;background:#fff}.contact-hero{position:relative;padding:10rem 0 6rem;background:linear-gradient(135deg,#158d40,#1fa84f);overflow:hidden}.contact-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%)}.contact-hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.contact-hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem}.contact-hero-badge svg{width:20px;height:20px}.contact-hero-title{font-size:4rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:1.5rem}.contact-hero-highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero-subtitle{font-size:1.25rem;color:#ffffffe6;line-height:1.8;max-width:800px;margin:0 auto}.contact-container{max-width:1400px;margin:0 auto;padding:0 2rem}.contact-main{padding:6rem 0;background:linear-gradient(180deg,#fff,#f8fafb)}.contact-main-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start}.contact-form-section{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(21,141,64,.1)}.contact-form-header{margin-bottom:2.5rem}.contact-form-title{font-size:2.5rem;font-weight:900;color:#0f172a;margin-bottom:.75rem}.contact-form-subtitle{font-size:1.0625rem;color:#64748b;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form-label{font-size:.9375rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.25rem}.contact-form-required{color:#ef4444}.contact-form-input{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .3s ease;background:#fff;font-family:inherit}.contact-form-input:focus{outline:none;border-color:#158d40;box-shadow:0 0 0 4px #158d401a}.contact-form-input::placeholder{color:#94a3b8}.contact-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:3rem}.contact-form-textarea{resize:vertical;min-height:150px;font-family:inherit}.contact-form-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-top:.5rem}.contact-form-checkbox input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#158D40}.contact-form-checkbox-label{font-size:.9375rem;color:#64748b;line-height:1.6}.contact-form-checkbox-label a{color:#158d40;text-decoration:none;font-weight:600}.contact-form-checkbox-label a:hover{text-decoration:underline}.contact-form-submit{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #158d404d}.contact-form-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #158d4066}.contact-form-submit:disabled{opacity:.7;cursor:not-allowed}.contact-form-submit svg{width:20px;height:20px}.contact-form-spinner{animation:spin 1s linear infinite}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.contact-info-card{padding:2rem;background:#fff;border-radius:20px;border:1px solid rgba(21,141,64,.1);box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #158d4026;border-color:#158d40}.contact-info-icon{width:60px;height:60px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.25rem}.contact-info-icon svg{width:28px;height:28px}.contact-info-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.contact-info-text{font-size:1rem;color:#64748b;margin-bottom:1rem}.contact-info-link{font-size:1.0625rem;color:#158d40;font-weight:700;text-decoration:none;display:inline-block;transition:transform .3s ease}.contact-info-link:hover{transform:translate(5px)}.contact-info-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#158d40;font-size:.875rem;font-weight:700;border-radius:8px}.contact-info-social{padding:2rem;background:linear-gradient(135deg,#f8fafb,#fff);border-radius:20px;border:1px solid rgba(21,141,64,.1)}.contact-info-social-title{font-size:1.125rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem}.contact-info-social-links{display:flex;gap:1rem}.contact-info-social-link{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#158d40;transition:all .3s ease;border:1px solid rgba(21,141,64,.1)}.contact-info-social-link:hover{background:#158d40;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #158d404d}.contact-info-social-link svg{width:20px;height:20px}.contact-offices{padding:6rem 0;background:#fff}.contact-label{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);color:#158d40;border-radius:50px;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.contact-offices-header{text-align:center;margin-bottom:4rem}.contact-section-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin-bottom:1.5rem;line-height:1.2}.contact-section-subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto}.contact-offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-office-card{position:relative;padding:2.5rem 2rem;background:linear-gradient(135deg,#fff,#f8fafb);border-radius:24px;border:2px solid rgba(21,141,64,.1);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-office-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #158d4026;border-color:#158d40}.contact-office-coming-soon{opacity:.7}.contact-office-coming-soon:hover{opacity:1}.contact-office-flag{font-size:4rem;margin-bottom:1.5rem;display:inline-block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.contact-office-country{font-size:1.75rem;font-weight:900;color:#0f172a;margin-bottom:1rem}.contact-office-address{font-size:1rem;color:#64748b;line-height:1.7;margin-bottom:1.5rem;min-height:80px}.contact-office-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-size:.875rem;font-weight:700;border-radius:8px}.contact-office-badge-active{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#158d40}.contact-office-accent{position:absolute;bottom:0;left:0;right:0;height:4px;opacity:.8}.contact-map{position:relative;padding:8rem 0;background:linear-gradient(135deg,#0f2027,#203a43);overflow:hidden}.contact-map:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(21,141,64,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(31,168,79,.1) 0%,transparent 50%)}.contact-map-overlay{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem}.contact-map-content{text-align:center}.contact-map-title{font-size:3.5rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.contact-map-subtitle{font-size:1.375rem;color:#fffc;margin-bottom:4rem}.contact-map-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.contact-map-stat{text-align:center}.contact-map-stat-number{font-size:4rem;font-weight:900;color:#2ec866;margin-bottom:.5rem;text-shadow:0 4px 20px rgba(46,200,102,.4)}.contact-map-stat-label{font-size:1.125rem;color:#ffffffb3;font-weight:600}.contact-cta{padding:6rem 0;background:linear-gradient(135deg,#158d40,#1fa84f);position:relative;overflow:hidden}.contact-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%)}.contact-cta-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.contact-cta-icon{width:80px;height:80px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 2rem;border:2px solid rgba(255,255,255,.2)}.contact-cta-icon svg{width:40px;height:40px}.contact-cta-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.contact-cta-text{font-size:1.25rem;color:#ffffffe6;margin-bottom:2.5rem}.contact-cta-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:#fff;color:#158d40;font-size:1.125rem;font-weight:700;border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0003}.contact-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.contact-cta-btn svg{width:20px;height:20px;transition:transform .3s ease}.contact-cta-btn:hover svg{transform:translate(5px)}@media(max-width:1200px){.contact-main-grid{grid-template-columns:1fr}.contact-info-section{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact-info-social{grid-column:1 / -1}.contact-offices-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.contact-hero-title{font-size:3rem}.contact-form-section{padding:2rem}.contact-form-row{grid-template-columns:1fr}.contact-section-title,.contact-map-title{font-size:2.5rem}.contact-map-stats{gap:2rem}}@media(max-width:640px){.contact-hero{padding:8rem 0 4rem}.contact-hero-title{font-size:2.25rem}.contact-hero-subtitle{font-size:1.125rem}.contact-form-section{padding:1.5rem}.contact-form-title{font-size:2rem}.contact-info-section,.contact-offices-grid{grid-template-columns:1fr}.contact-section-title,.contact-map-title{font-size:2rem}.contact-map-stat-number{font-size:3rem}.contact-cta-title{font-size:2rem}}.quote-page{min-height:100vh;background:#fff}.quote-hero{position:relative;padding:10rem 0 6rem;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);overflow:hidden}.quote-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(21,141,64,.2) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(31,168,79,.15) 0%,transparent 50%)}.quote-hero-container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.quote-hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-size:.9375rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem}.quote-hero-badge svg{width:20px;height:20px}.quote-hero-title{font-size:4rem;font-weight:900;color:#fff;line-height:1.2;margin-bottom:1.5rem}.quote-hero-highlight{background:linear-gradient(135deg,#2ec866,#bbf7d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quote-hero-subtitle{font-size:1.25rem;color:#ffffffd9;line-height:1.8;max-width:900px;margin:0 auto 3rem}.quote-hero-features{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.quote-hero-feature{display:flex;align-items:center;gap:.75rem;color:#ffffffe6;font-size:1.0625rem;font-weight:600}.quote-hero-feature svg{width:24px;height:24px;color:#2ec866}.quote-container{max-width:1400px;margin:0 auto;padding:0 2rem}.quote-main{padding:6rem 0;background:linear-gradient(180deg,#f8fafb,#fff)}.quote-main-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:4rem;align-items:start}.quote-form-section{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px #00000014;border:1px solid rgba(21,141,64,.1)}.quote-form-header{margin-bottom:3rem}.quote-form-title{font-size:2.5rem;font-weight:900;color:#0f172a;margin-bottom:.75rem}.quote-form-subtitle{font-size:1.0625rem;color:#64748b;line-height:1.6}.quote-form{display:flex;flex-direction:column;gap:2rem}.quote-form-step{display:flex;flex-direction:column;gap:1.5rem}.quote-step-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.quote-step-number{width:60px;height:60px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:900;color:#fff;flex-shrink:0;box-shadow:0 8px 20px #158d404d}.quote-step-info{flex:1}.quote-step-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.quote-step-desc{font-size:1rem;color:#64748b}.quote-form-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:1rem 0}.quote-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.quote-form-group{display:flex;flex-direction:column;gap:.5rem}.quote-form-label{font-size:.9375rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.25rem}.quote-form-required{color:#ef4444}.quote-form-input{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;color:#1e293b;transition:all .3s ease;background:#fff;font-family:inherit}.quote-form-input:focus{outline:none;border-color:#158d40;box-shadow:0 0 0 4px #158d401a}.quote-form-input::placeholder{color:#94a3b8}.quote-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:3rem}.quote-form-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.6}.quote-form-hint{font-size:.875rem;color:#64748b;margin-top:-.25rem;font-style:italic}.quote-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quote-category-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f8fafb;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease}.quote-category-item:hover{background:#f0fdf4;border-color:#bbf7d0}.quote-category-item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#158D40}.quote-category-item input[type=checkbox]:checked+.quote-category-label{color:#158d40;font-weight:700}.quote-category-item:has(input:checked){background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#158d40}.quote-category-label{font-size:.9375rem;color:#475569;transition:all .3s ease;-webkit-user-select:none;user-select:none}.quote-checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.quote-checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f8fafb;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;font-size:.9375rem;color:#475569}.quote-checkbox-item:hover{background:#f0fdf4;border-color:#bbf7d0}.quote-checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#158D40}.quote-checkbox-item:has(input:checked){background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#158d40;color:#158d40;font-weight:600}.quote-form-privacy{display:flex;align-items:flex-start;gap:.75rem;margin-top:1rem}.quote-form-privacy input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#158D40}.quote-form-privacy-label{font-size:.9375rem;color:#64748b;line-height:1.6}.quote-form-privacy-label a{color:#158d40;text-decoration:none;font-weight:600}.quote-form-privacy-label a:hover{text-decoration:underline}.quote-form-submit{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#158d40,#1fa84f);color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #158d404d;margin-top:1rem}.quote-form-submit:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #158d4066}.quote-form-submit:disabled{opacity:.7;cursor:not-allowed}.quote-form-submit svg{width:22px;height:22px}.quote-form-spinner{animation:spin 1s linear infinite}.quote-info-section{display:flex;flex-direction:column}.quote-info-sticky{position:sticky;top:2rem;display:flex;flex-direction:column;gap:1.5rem}.quote-info-card{padding:2rem;background:#fff;border-radius:20px;border:1px solid rgba(21,141,64,.1);box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.quote-info-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #158d4026;border-color:#158d40}.quote-info-icon{width:60px;height:60px;background:linear-gradient(135deg,#158d40,#1fa84f);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.25rem}.quote-info-icon svg{width:28px;height:28px}.quote-info-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.quote-info-text{font-size:1rem;color:#64748b;line-height:1.6}.quote-help-box{padding:2rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:20px;border:2px solid #158D40}.quote-help-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.quote-help-text{font-size:.9375rem;color:#475569;margin-bottom:1.25rem;line-height:1.6}.quote-help-link{display:flex;align-items:center;gap:.75rem;color:#158d40;font-weight:700;text-decoration:none;font-size:.9375rem;transition:transform .3s ease}.quote-help-link:hover{transform:translate(5px)}.quote-help-link svg{width:20px;height:20px}.quote-benefits{padding:6rem 0;background:#fff}.quote-benefits-header{text-align:center;margin-bottom:4rem}.quote-section-title{font-size:3.5rem;font-weight:900;color:#0f172a;margin-bottom:1rem;line-height:1.2}.quote-section-subtitle{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto}.quote-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.quote-benefit-card{padding:2.5rem 2rem;background:linear-gradient(135deg,#fff,#f8fafb);border-radius:24px;border:1px solid rgba(21,141,64,.1);transition:all .4s ease;position:relative;overflow:hidden}.quote-benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#158d40,#1fa84f);transform:scaleX(0);transition:transform .4s ease}.quote-benefit-card:hover:before{transform:scaleX(1)}.quote-benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #158d4026;border-color:#158d40;background:#fff}.quote-benefit-number{font-size:3rem;font-weight:900;color:#e2e8f0;margin-bottom:1rem;line-height:1}.quote-benefit-card:hover .quote-benefit-number{color:#158d40}.quote-benefit-title{font-size:1.5rem;font-weight:800;color:#0f172a;margin-bottom:.75rem}.quote-benefit-text{font-size:1rem;color:#64748b;line-height:1.7}@media(max-width:1200px){.quote-main-grid{grid-template-columns:1fr}.quote-info-sticky{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.quote-help-box{grid-column:1 / -1}.quote-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.quote-hero-title{font-size:3rem}.quote-hero-features{gap:1.5rem}.quote-form-section{padding:2rem}.quote-form-row,.quote-category-grid,.quote-checkbox-group{grid-template-columns:1fr}.quote-section-title{font-size:2.5rem}}@media(max-width:640px){.quote-hero{padding:8rem 0 4rem}.quote-hero-title{font-size:2.25rem}.quote-hero-subtitle{font-size:1.125rem}.quote-hero-features{flex-direction:column;gap:1rem}.quote-form-section{padding:1.5rem}.quote-form-title{font-size:2rem}.quote-step-header{flex-direction:column;align-items:flex-start}.quote-step-number{width:50px;height:50px;font-size:1.5rem}.quote-info-sticky,.quote-benefits-grid{grid-template-columns:1fr}.quote-section-title{font-size:2rem}}.price-list-page{min-height:100vh;background:#f8fafc}.price-list-hero{background:linear-gradient(135deg,#158d40,#3fab3c);padding:60px 0 40px;color:#fff}.price-list-hero-container{max-width:1400px;margin:0 auto;padding:0 24px;text-align:center}.price-list-title{font-size:2.5rem;font-weight:800;margin-bottom:12px;color:#fff}.price-list-subtitle{font-size:1.125rem;opacity:.95;max-width:600px;margin:0 auto}.price-list-main{padding:40px 0 60px}.price-list-container{max-width:1400px;margin:0 auto;padding:0 24px}.price-list-header{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #00000014;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px}.price-list-info{flex:1;min-width:300px}.price-list-company{font-size:1.25rem;font-weight:700;color:#158d40;margin-bottom:8px}.price-list-address,.price-list-contact,.price-list-email{font-size:.9375rem;color:#64748b;margin-bottom:4px;line-height:1.6}.price-list-contact a,.price-list-email a{color:#158d40;text-decoration:none;font-weight:600;transition:color .3s ease}.price-list-contact a:hover,.price-list-email a:hover{color:#3fab3c;text-decoration:underline}.price-list-actions{display:flex;gap:12px}.price-list-print-btn,.price-list-download-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:2px solid #158D40;background:#fff;color:#158d40;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease}.price-list-print-btn svg,.price-list-download-btn svg{width:18px;height:18px}.price-list-print-btn:hover,.price-list-download-btn:hover{background:#158d40;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #158d404d}.price-list-download-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.price-list-download-btn .spinner{width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.price-list-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;overflow-x:auto}.price-list-table{width:100%;border-collapse:collapse;min-width:1200px}.price-list-table thead{background:linear-gradient(135deg,#158d40,#3fab3c);color:#fff}.price-list-table th{padding:16px 12px;text-align:left;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;color:#fff}.price-list-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.price-list-table tbody tr:hover{background-color:#f8fafc}.price-list-table tbody tr:last-child{border-bottom:none}.price-list-table td{padding:14px 12px;font-size:.875rem;color:#334155;vertical-align:top}.col-sno{width:60px;text-align:center;font-weight:600;color:#64748b}.col-hsn{width:100px;font-weight:500}.col-gst{width:80px;text-align:center;font-weight:600;color:#158d40}.col-name{width:150px;font-weight:700;color:#1e293b}.col-composition{width:300px;line-height:1.5;color:#475569}.col-packing{width:120px;color:#64748b}.col-pack-rate{width:100px;text-align:right;font-weight:600;color:#158d40}.col-mrp{width:120px;text-align:right;font-weight:700;color:#1e293b}@media print{.price-list-page{background:#fff}.price-list-hero{background:#158d40!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.price-list-actions{display:none}.price-list-table-wrapper{box-shadow:none;border:1px solid #e2e8f0}.price-list-table thead{background:#158d40!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.price-list-table tbody tr{page-break-inside:avoid}.price-list-table tbody tr:hover{background-color:transparent}}@media(max-width:1024px){.price-list-title{font-size:2rem}.price-list-header{flex-direction:column}.price-list-actions{width:100%;justify-content:flex-start}}@media(max-width:768px){.price-list-hero{padding:40px 0 30px}.price-list-title{font-size:1.75rem}.price-list-subtitle{font-size:1rem}.price-list-main{padding:24px 0 40px}.price-list-container{padding:0 16px}.price-list-header{padding:20px}.price-list-company{font-size:1.125rem}.price-list-table{font-size:.8125rem}.price-list-table th,.price-list-table td{padding:10px 8px}}.product-page{min-height:100vh;background:#fff}.product-hero{position:relative;padding:10rem 0 6rem;background:linear-gradient(135deg,#158d40,#1fa84f);overflow:hidden}.product-hero-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(255,255,255,.08) 0%,transparent 50%)}.product-hero-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.product-breadcrumb{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;font-size:.9375rem;color:#fffc}.product-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.product-breadcrumb a:hover{opacity:.8}.product-breadcrumb span:last-child{color:#ffffffe6;font-weight:600}.product-hero-icon{font-size:5rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.product-hero-title{font-size:4rem;font-weight:900;color:#fff;margin-bottom:1.5rem;line-height:1.2}.product-hero-description{font-size:1.375rem;color:#ffffffe6;max-width:800px;margin:0 auto;line-height:1.7}.product-content{padding:6rem 0;background:linear-gradient(180deg,#fff,#f8fafb)}.product-container{max-width:1400px;margin:0 auto;padding:0 2rem}.product-subcategory{margin-bottom:5rem}.product-subcategory:last-child{margin-bottom:0}.product-subcategory-title{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:3px solid #158D40;display:inline-block}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-item{padding:2rem;background:#fff;border-radius:16px;border:1px solid rgba(21,141,64,.1);box-shadow:0 4px 15px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1.25rem}.product-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #158d4026;border-color:#158d40}.product-icon{font-size:2.5rem;flex-shrink:0}.product-name{font-size:1.0625rem;color:#1e293b;font-weight:600;line-height:1.5}.product-cta{padding:6rem 0;background:linear-gradient(135deg,#0f2027,#203a43);text-align:center}.product-cta-container{max-width:800px;margin:0 auto;padding:0 2rem}.product-cta-title{font-size:3rem;font-weight:900;color:#fff;margin-bottom:1rem}.product-cta-text{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem}.product-cta-btn{display:inline-block;padding:1.25rem 3rem;background:#fff;color:#158d40;font-size:1.125rem;font-weight:700;border-radius:14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0003}.product-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}@media(max-width:900px){.product-hero-title{font-size:2.5rem}.product-hero-icon{font-size:4rem}.product-subcategory-title{font-size:1.75rem}.product-grid{grid-template-columns:1fr}.product-cta-title{font-size:2rem}}@media(max-width:640px){.product-hero{padding:8rem 0 4rem}.product-hero-title{font-size:2rem}.product-hero-description{font-size:1.125rem}.product-breadcrumb{flex-wrap:wrap}}
