@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;--primary-green: #2E7D32;--primary-green-dark: #1B5E20;--primary-green-light: #4CAF50;--primary-green-bright: #66BB6A;--secondary-yellow: #FFB300;--secondary-yellow-dark: #FF8F00;--secondary-brown: #8D6E63;--secondary-earth: #795548;--accent-blue: #29B6F6;--accent-orange: #FF9800;--neutral-light: #F9FFF8;--neutral-lighter: #E8F5E9;--neutral-gray: #E0E0E0;--neutral-dark: #37474F;--success: #4CAF50;--warning: #FFB300;--error: #F44336;--info: #2196F3;--shadow-sm: 0 2px 8px rgba(46, 125, 50, .08);--shadow-md: 0 4px 20px rgba(46, 125, 50, .12);--shadow-lg: 0 8px 40px rgba(46, 125, 50, .16);--shadow-xl: 0 15px 60px rgba(46, 125, 50, .2);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 30px;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .35s cubic-bezier(.4, 0, .2, 1);color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{color:#fffffff2;background-color:#121212;--primary-green: #4CAF50;--primary-green-dark: #2E7D32;--neutral-light: #1A1A1A;--neutral-lighter: #2D2D2D;--neutral-dark: #E0E0E0}}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{margin:0;padding:110px 0 0;width:100%;min-height:100vh;background:linear-gradient(135deg,var(--neutral-light) 0%,#ffffff 100%);color:var(--neutral-dark);position:relative}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 80%,rgba(76,175,80,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,152,0,.05) 0%,transparent 50%);pointer-events:none;z-index:-1}a{font-weight:500;color:var(--primary-green);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-green-dark)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--primary-green-dark);letter-spacing:-.02em}h1{font-size:3.5rem;background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}h2{font-size:2.5rem;margin-bottom:1.25rem}h3{font-size:1.75rem;margin-bottom:1rem}p{margin-bottom:1rem;line-height:1.7}button{border-radius:var(--radius-full);border:2px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background-color:var(--primary-green);color:#fff;cursor:pointer;transition:all var(--transition-base);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}button.outline{background-color:transparent;border-color:var(--primary-green);color:var(--primary-green)}button.outline:hover{background-color:var(--neutral-lighter);color:var(--primary-green-dark)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}section{width:100%;padding:5rem 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--neutral-lighter)}::-webkit-scrollbar-thumb{background:var(--primary-green);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-green-dark)}::selection{background-color:#4caf5033;color:var(--primary-green-dark)}:focus-visible{outline:2px solid var(--primary-green);outline-offset:2px}.glass-effect{background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.text-gradient{background:linear-gradient(135deg,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in{animation:fadeIn .8s ease forwards}.slide-in-left{animation:slideInLeft .8s ease forwards}.slide-in-right{animation:slideInRight .8s ease forwards}.float{animation:float 3s ease-in-out infinite}.pulse{animation:pulse 2s ease-in-out infinite}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}section{padding:3rem 0}}@media(max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}.container{padding:0 1rem}}#root,html,body{width:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;padding:0;text-align:left;position:relative}header{width:100%;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--neutral-lighter);position:fixed;top:0;z-index:1000;padding:1rem 0}.header-content{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{height:3.5rem;display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-green-dark);text-decoration:none}.logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff}nav ul{display:flex;gap:2rem;list-style:none}nav a{font-weight:600;color:var(--neutral-dark);padding:.5rem 0;position:relative}nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary-green);transition:width var(--transition-base)}nav a:hover:after,nav a.active:after{width:100%}nav a.active{color:var(--primary-green)}main{width:100%;padding-top:0}.hero{width:100%;min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--neutral-light) 0%,rgba(232,245,233,.7) 50%,rgba(255,255,255,.9) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(76,175,80,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,152,0,.1) 0%,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2;width:100%;max-width:800px;margin:0 auto;padding:2rem;text-align:center}.hero h1{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}.subtext{font-size:1.25rem;color:var(--neutral-dark);margin-bottom:2.5rem;line-height:1.6}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn-primary,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:24px;transition:all var(--transition-base);cursor:pointer;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));color:#fff;box-shadow:var(--shadow-md);border-radius:24px}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);color:#fff;background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green))}.btn-outline{background:transparent;border-color:var(--primary-green);color:var(--primary-green)}.btn-outline:hover{background:var(--neutral-lighter);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.btn-icon{width:1.25rem;height:1.25rem}.card{background:#fff;border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);border:1px solid var(--neutral-lighter);transition:all var(--transition-base)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.about-snapshot.card{background:linear-gradient(135deg,white,var(--neutral-lighter));border-left:4px solid var(--primary-green)}.link-cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-green);font-weight:600;text-decoration:none;transition:gap var(--transition-base)}.link-cta:hover{gap:.75rem}.arrow-icon{width:1.25rem;height:1.25rem}.grid{display:grid;gap:1.5rem;width:100%}.highlights.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.grid.categories{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2rem 0}.product-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.category-card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem 2rem;text-align:center;border:2px solid transparent;transition:all var(--transition-base);position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-green),var(--primary-green-light));transform:scaleX(0);transition:transform var(--transition-base)}.category-card:hover:before{transform:scaleX(1)}.category-card h3{margin-top:1rem;margin-bottom:.5rem;color:var(--primary-green-dark)}.category-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background:var(--neutral-lighter);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary-green);transition:all var(--transition-base)}.category-card:hover .category-icon{background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));color:#fff;transform:scale(1.1)}.product-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--neutral-lighter);transition:all var(--transition-base);text-align:left;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary-green-light)}.product-card img{width:100%;height:200px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1rem}.product-badge{position:absolute;top:1rem;right:1rem;background:var(--primary-green);color:#fff;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600}.product-title{font-size:1.25rem;font-weight:600;color:var(--primary-green-dark);margin-bottom:.5rem}.product-description{color:var(--neutral-dark);font-size:.875rem;margin-bottom:1rem;line-height:1.5}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-green);margin-bottom:1rem}.category-bar{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin:2rem 0;padding:1rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.category-bar button{background:transparent;border:2px solid var(--neutral-lighter);padding:.5rem 1.5rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--neutral-dark);transition:all var(--transition-base)}.category-bar button:hover{border-color:var(--primary-green);color:var(--primary-green);transform:translateY(-2px)}.category-bar button.active{background:linear-gradient(135deg,var(--primary-green),var(--primary-green-light));border-color:transparent;color:#fff;box-shadow:var(--shadow-sm)}.cta-large{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--neutral-light),white);border-radius:var(--radius-xl);margin:3rem 0;border:1px solid var(--neutral-lighter)}.cta-large h2{font-size:2.5rem;margin-bottom:1rem}.cta-large p{font-size:1.125rem;max-width:600px;margin:0 auto 2rem;color:var(--neutral-dark)}.contact-grid{display:grid;gap:3rem;grid-template-columns:1fr;margin:3rem 0}.contact-form{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.contact-form label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--primary-green-dark);text-align:left}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:.75rem 1rem;border:2px solid var(--neutral-lighter);border-radius:var(--radius-md);font-size:1rem;transition:all var(--transition-base);margin-bottom:1.5rem}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:none;border-color:var(--primary-green);box-shadow:0 0 0 3px #4caf501a}.contact-info{padding:2rem;background:linear-gradient(135deg,var(--primary-green),var(--primary-green-dark));border-radius:var(--radius-lg);color:#fff}.contact-info h3{color:#fff;margin-bottom:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:2.5rem;height:2.5rem;background:#fff3;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}footer{width:100%;background:linear-gradient(135deg,var(--primary-green-dark),var(--primary-green));color:#fff;padding:4rem 0 2rem;margin-top:4rem}.footer-content{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section h3{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fffc;transition:color var(--transition-fast)}.footer-section ul li a:hover{color:#fff}.footer-bottom{width:100%;max-width:1280px;margin:3rem auto 0;padding:2rem 1.5rem 0;border-top:1px solid rgba(0,0,0,.1);text-align:center;color:#fff9;font-size:.875rem}.loading{display:inline-block;width:2rem;height:2rem;border:3px solid var(--neutral-lighter);border-radius:50%;border-top-color:var(--primary-green);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.notification{position:fixed;top:1rem;right:1rem;padding:1rem 1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border-left:4px solid var(--primary-green);z-index:1001;animation:slideInRight .3s ease}.mobile-menu-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--primary-green-dark);margin:5px 0;transition:var(--transition-base)}@media(max-width:768px){.header-content{padding:0 1rem}nav ul{display:none}.mobile-menu-btn{display:block}nav.active ul{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;box-shadow:var(--shadow-lg);border-top:1px solid var(--neutral-lighter)}.hero h1{font-size:2.5rem}.hero-content{padding:1rem}.hero-ctas{flex-direction:column;align-items:center}.btn-primary,.btn-outline{width:100%;max-width:300px}.grid.categories{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-grid{grid-template-columns:1fr}}@media(min-width:800px){.contact-grid{grid-template-columns:1fr 320px}.hero-content{padding:3rem}}@media(min-width:1024px){.hero h1{font-size:4.5rem}.subtext{font-size:1.5rem}}@media print{.hero-ctas,.mobile-menu-btn,.category-bar,footer{display:none}body{background:#fff;color:#000}.card{box-shadow:none;border:1px solid #ddd}}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--white: #ffffff;--gray-light: #f9fafb;--gray-border: #e5e7eb;--text-dark: #1f2937;--gray-text: #666666}.site-nav{position:fixed;top:0;left:0;right:0;width:100%;height:80px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;box-shadow:none;z-index:1000;display:flex;align-items:center;padding:0 3rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.site-nav.scrolled{background:linear-gradient(to right,#fffffffc,#fffffffa);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--green-light);box-shadow:0 6px 24px #0000001a;border-bottom-color:var(--green-main)}.nav-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand-section{display:flex;align-items:center;gap:.75rem;flex-shrink:0;cursor:pointer;transition:transform .3s ease;min-width:150px}.brand-section:hover{transform:scale(1.02)}.brand-logo-img{height:50px;width:auto;object-fit:contain}.nav-desktop{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-menu{display:flex;gap:.5rem;list-style:none;margin-left:auto;padding:0;align-items:center}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem .75rem;position:relative;transition:all .2s ease;letter-spacing:.3px}.nav-link:hover{color:var(--green-main);background:#fff3;border-radius:8px;transform:scale(1.1);box-shadow:0 4px 12px #ffffff4d}.site-nav.scrolled .nav-link{color:#2d3748}.site-nav.scrolled .nav-link:hover{color:var(--green-main);background:#15803d0d;transform:scale(1.05);box-shadow:0 4px 12px #15803d33}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--green-main);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--green-main)}.nav-link.active:after{width:100%}.nav-right{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.nav-icon{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border-radius:8px}.nav-icon:hover{color:#fff;background:#fff3;transform:scale(1.1);box-shadow:0 4px 12px #ffffff4d}.site-nav.scrolled .nav-icon{color:#2d3748}.site-nav.scrolled .nav-icon:hover{color:var(--white);background:var(--green-main);box-shadow:0 4px 12px #15803d4d}.dropdown-toggle{background:none;border:none;color:#fff;text-decoration:none;font-weight:600;font-size:.95rem;padding:.5rem;cursor:pointer;position:relative;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-family:inherit;letter-spacing:.3px}.dropdown-toggle:hover{color:var(--green-main);background:#15803d0d;border-radius:8px;transform:scale(1.05);box-shadow:0 4px 12px #15803d33}.dropdown-icon{transition:transform .3s ease;display:inline-block}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;width:50vw;max-width:350px;background:linear-gradient(to bottom,#fff,#fafbfc);border-top:3px solid var(--green-main);border-bottom:1px solid var(--gray-border);box-shadow:0 10px 30px #0000001f;padding:1.5rem;list-style:none;margin:0;display:none;z-index:1001}.dropdown-menu.open{display:block}.dropdown-menu li{list-style:none;border:none}.dropdown-link{display:block;width:auto;padding:.75rem .5rem;color:#2d3748;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .2s ease;border:none;border-left:3px solid transparent;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.dropdown-link:hover{background:none;color:var(--green-main);border-left-color:var(--green-main);padding-left:.75rem}.dropdown-back-item{list-style:none;border-bottom:1px solid var(--gray-border);margin-bottom:.75rem;padding-bottom:.75rem}.dropdown-back-btn{display:flex;align-items:center;width:100%;padding:.75rem .5rem;background:transparent;border:none;border-left:3px solid transparent;color:#2d3748;font-weight:600;font-size:.95rem;cursor:pointer;font-family:inherit;transition:all .2s ease;text-align:left}.dropdown-back-btn:hover{background:none;color:var(--green-main);border-left-color:var(--green-main);padding-left:.75rem}.product-item{font-weight:600;font-size:.95rem;color:#2d3748}.product-item:hover{background:none;color:var(--green-main);border-left-color:var(--green-main)}.dropdown-link.products-trigger{display:flex;align-items:center;justify-content:space-between;font-weight:600}.dropdown-link.products-trigger:after{content:"→";font-size:1.2rem;transition:transform .2s ease}.dropdown-link.products-trigger:hover:after{transform:translate(4px)}.dropdown-link.see-more-btn{color:var(--green-main);font-weight:700;display:flex;align-items:center;justify-content:space-between;padding:.75rem .5rem;border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);margin-top:.5rem;background:#15803d0a;border-left:3px solid transparent;transition:all .2s ease}.dropdown-link.see-more-btn:hover{background:#15803d1a;border-left-color:var(--green-main)}.see-more-icon{transition:transform .3s ease;margin-left:.5rem}.see-more-icon.open{transform:rotate(90deg)}.dropdown-item-wrapper{position:relative}.dropdown-parent{display:flex;align-items:center;justify-content:space-between}.nested-dropdown-icon{transition:transform .3s ease;flex-shrink:0;margin-left:.5rem}.nested-dropdown-menu{position:relative;left:0;top:0;background:transparent;border:none;box-shadow:none;border-radius:0;min-width:100%;opacity:1;visibility:visible;transform:none;padding:0;list-style:none;margin:0;display:none}.nested-dropdown-menu.open{display:block}.dropdown-item-wrapper:hover .nested-dropdown-icon{transform:rotate(90deg);color:var(--green-main)}.nested-dropdown-menu li{list-style:none;border:none}.nested-dropdown-link{display:block;width:auto;padding:.5rem;color:#3d3d3d;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;border:none;border-left:2px solid transparent;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.nested-dropdown-link:hover{background:#15803d14;color:var(--green-main);border-left-color:var(--green-main);padding-left:.75rem}.cta-button{background:#fff;color:#000;border:2px solid var(--green-main);padding:.8rem 2rem;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;display:flex;align-items:center;gap:.5rem;letter-spacing:.4px;flex-shrink:0;position:relative;z-index:999;box-shadow:0 4px 12px #3a661f40}.cta-button:hover{background:linear-gradient(135deg,#d0fde2,#a3f0c2);transform:translateY(-3px);box-shadow:0 8px 24px #6bc83066;border-color:var(--green-dark)}.cta-button:active{transform:translateY(-1px)}.site-nav.scrolled .cta-button{background:#14532d;color:#fff;border-color:#14532d}.site-nav.scrolled .cta-button:hover{background:#0f3d22;border-color:#0f3d22}.nav-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:var(--text-dark);position:relative;transition:background .2s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:var(--text-dark);transition:transform .3s ease}.hamburger:before{top:-6px}.hamburger:after{bottom:-6px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg) translate(4px,4px)}.hamburger.open:after{transform:rotate(-45deg) translate(4px,-4px)}.nav-mobile{display:none!important;position:absolute;top:80px;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-border);box-shadow:0 4px 6px -1px #0000000d}.nav-mobile.open{display:none!important}.mobile-menu{list-style:none;margin:0;padding:1rem 2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-item{list-style:none}.mobile-link{display:block;padding:.85rem .5rem;color:#2d3748;text-decoration:none;font-weight:600;font-size:1rem;border-bottom:1px solid var(--green-light);background:none;cursor:pointer;width:100%;text-align:left;font-family:inherit;transition:all .2s ease;letter-spacing:.3px}.mobile-link.dropdown-toggle{display:flex;justify-content:space-between;align-items:center}.mobile-link:last-child{border-bottom:none}.mobile-link.active{color:var(--green-main);background:#15803d14;border-left:4px solid var(--green-main);padding-left:.75rem}.mobile-submenu{list-style:none;margin:0;padding:.75rem 0 0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#15803d08}.mobile-submenu.open{max-height:600px;padding:.75rem 0 .75rem 1.5rem}.mobile-sublink{display:block;padding:.75rem .5rem;color:#2d3748;text-decoration:none;font-weight:600;font-size:.95rem;border-bottom:none;transition:all .2s ease;border-left:3px solid transparent;background:transparent;cursor:pointer;font-family:inherit}.mobile-sublink:hover{color:var(--green-main);border-left-color:var(--green-main);padding-left:.75rem;background:#15803d14}.mobile-nested-toggle{display:flex;align-items:center;justify-content:space-between}.mobile-submenu-item-wrapper{list-style:none}.mobile-nested-submenu{list-style:none;margin:0;padding:.5rem 0 .5rem 2rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#15803d05}.mobile-nested-submenu.open{max-height:600px;padding:.5rem 0 .5rem 2rem}.mobile-nested-submenu li{list-style:none}.mobile-nested-sublink{display:block;padding:.6rem .5rem;color:#3d3d3d;text-decoration:none;font-weight:500;font-size:.9rem;border-bottom:none;transition:all .2s ease;border-left:2px solid transparent;background:transparent;cursor:pointer;font-family:inherit}.mobile-nested-sublink:hover{color:var(--green-main);border-left-color:var(--green-main);padding-left:.75rem;background:#15803d0f}.see-more-mobile-btn{color:var(--green-main);font-weight:600;display:flex;align-items:center;justify-content:space-between;padding:.75rem .5rem;border-top:1px solid #e5e7eb;margin-top:.5rem;border:none;background:transparent;cursor:pointer;width:100%;text-align:left;font-family:inherit;transition:all .2s ease;border-left:3px solid transparent;font-size:.95rem}.see-more-mobile-btn:hover{background:#15803d14;border-left-color:var(--green-main);padding-left:.75rem}.mobile-cta{margin-top:1rem;padding:1rem;background:var(--green-light);border-radius:6px;text-align:center}@media(max-width:1024px){.nav-desktop{gap:2rem}.nav-menu{gap:.5rem}.dropdown-menu{width:90vw;padding:2rem}}@media(max-width:768px){.site-nav{padding:0 1.5rem;height:auto;min-height:60px}.nav-desktop{display:none}.nav-toggle{display:block}.nav-inner{gap:1rem}.nav-mobile{top:60px}.mobile-cta .cta-button{width:100%}.dropdown-menu{width:100vw;padding:1.5rem}}.search-overlay{position:fixed;inset:0;background:#0006;z-index:1999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;cursor:pointer}.search-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.search-slider{position:fixed;top:0;right:0;width:100%;max-width:500px;height:100vh;background:linear-gradient(to bottom,#fff,#f9fafb);border-left:3px solid var(--green-main);box-shadow:-8px 0 30px #00000026;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:2000;display:flex;flex-direction:column;padding:3rem 2rem 2rem;pointer-events:auto;overflow-y:auto}.search-slider.open{transform:translate(0);pointer-events:auto}.search-close{position:absolute;top:1rem;right:1.5rem;background:var(--green-main);border:none;font-size:1.8rem;color:var(--white);cursor:pointer;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:2001;padding:0;pointer-events:auto}.search-close:hover{background:var(--green-dark);transform:rotate(90deg)}.search-container{text-align:center;width:100%;pointer-events:auto}.search-container h2{color:var(--green-main);font-size:2rem;margin-bottom:2.5rem;font-weight:700;line-height:1.3;letter-spacing:-.5px}.search-input-wrapper{display:flex;flex-direction:column;gap:1.5rem;pointer-events:auto;position:sticky;top:-50px;background:linear-gradient(to bottom,#fff,#f9fafb);padding:1rem 0 1.5rem;z-index:10}.search-input{width:100%;padding:1rem 1.5rem;border:2px solid var(--gray-border);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;color:#2d3748;pointer-events:auto}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:var(--green-main);box-shadow:0 0 0 3px #15803d1a}.search-button{background:linear-gradient(135deg,#7dd442,#6bc830);color:var(--white);border:none;padding:1.1rem 2.5rem;border-radius:50px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;letter-spacing:.5px;pointer-events:auto}.search-button:hover{background:linear-gradient(135deg,#6bc830,#5ab01f);transform:translateY(-3px);box-shadow:0 12px 24px #6bc83066}.search-button:active{transform:translateY(-1px)}.search-results{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--gray-border);flex:1;overflow-y:auto}.search-results h3{font-size:.95rem;color:var(--text-dark);font-weight:700;margin-bottom:1rem;letter-spacing:.5px}.search-results-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.search-result-item{list-style:none;margin:0;padding:0}.search-result-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;background:transparent;border:none;border-bottom:1px solid var(--gray-border);text-decoration:none}.result-snippet{display:block;font-size:.85rem;color:#6b7280;margin-top:2px;line-height:1.3}.search-result-link:last-child{border-bottom:none}.search-result-link:hover{background:transparent;color:var(--green-main);padding-left:.5rem}.search-result-link:active{transform:none}.result-content{display:flex;flex-direction:column;gap:.4rem;flex:1}.result-label{font-weight:600;font-size:.95rem;color:#2d3748}.result-category{font-size:.85rem;color:#6b7280;font-weight:500}.search-result-item.search-result-product .result-label{color:var(--green-main)}.search-result-item.search-result-submenu .result-label{color:#374151}.search-no-results{margin-top:2rem;padding:2rem;text-align:center;background:#15803d0a;border-radius:8px;border:1px solid var(--green-light)}.search-no-results p{margin:.5rem 0;color:#6b7280;font-weight:500}.search-no-results p:first-child{font-size:1rem;color:#2d3748;font-weight:600}.no-results-hint{font-size:.9rem!important;color:#9ca3af!important;margin-top:.5rem!important}@media(max-width:768px){.search-slider{max-width:100%}}.countries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-top:2rem}.country-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:.95rem;font-weight:500;color:#374151}.country-card:hover{border-color:var(--green-main);background:#15803d0d;transform:translateY(-2px)}.country-card.selected{background:var(--green-main);color:#fff;border-color:var(--green-main);box-shadow:0 4px 12px #15803d4d}.country-flag{font-size:2.5rem}.country-name{display:block}.language-subtitle{color:#6b7280;font-size:.95rem;margin-top:.5rem}@media(max-width:1024px){.site-nav{padding:0 1.5rem}.nav-desktop .nav-menu{gap:.5rem}.dropdown-menu{min-width:200px}}@media(max-width:768px){.site-nav{padding:0 1rem;height:70px}.nav-desktop{display:none!important}.nav-toggle{display:flex!important;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:none;border:none;cursor:pointer;padding:0;z-index:1002}.hamburger{width:26px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-around}.hamburger:before,.hamburger:after,.hamburger span{content:"";width:100%;height:3px;background-color:#2d3748;border-radius:2px;transition:all .35s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 1px 3px #0000001a}.site-nav.scrolled .hamburger:before,.site-nav.scrolled .hamburger:after,.site-nav.scrolled .hamburger span{background-color:#15803d;box-shadow:none}.nav-toggle:hover .hamburger:before,.nav-toggle:hover .hamburger:after,.nav-toggle:hover .hamburger span{background-color:#15803d}.mobile-header.transparent .hamburger:before,.mobile-header.transparent .hamburger:after,.mobile-header.transparent .hamburger span{background-color:#fff;box-shadow:0 1px 3px #0000004d}.hamburger.open:before{transform:rotate(45deg) translate(8px,8px)}.hamburger.open span{opacity:0;transform:scale(0)}.hamburger.open:after{transform:rotate(-45deg) translate(8px,-8px)}.nav-mobile{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;z-index:2000;transform:translate(100%);transition:transform .35s ease;display:flex;flex-direction:column}.nav-mobile.open{transform:translate(0)!important;display:flex!important}.nav-mobile:after{content:"";position:absolute;top:0;left:0;width:100%;height:auto}.mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff;transition:all .3s ease;position:relative;z-index:10;flex-shrink:0}.mobile-header.transparent{background:transparent;border-bottom:none}.mobile-logo{height:40px;cursor:pointer;transition:transform .2s ease}.mobile-logo:active{transform:scale(.95)}.mobile-header.transparent .mobile-logo{filter:brightness(0) invert(1)}.mobile-close{font-size:2.5rem;border:none;background:none;cursor:pointer;color:#15803d;padding:.5rem;display:flex;align-items:center;justify-content:center;width:48px;height:48px;transition:all .2s ease;font-weight:300}.mobile-close:active{transform:scale(.9);background:#15803d1a;border-radius:8px}.mobile-header.transparent .mobile-close{color:#fff}.mobile-header.transparent .mobile-close:active{background:#fff3}.mobile-search{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#fff}.mobile-search-wrapper{position:relative;display:flex;align-items:center;gap:.75rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;transition:all .3s ease}.mobile-search-wrapper:focus-within{border-color:#15803d;background:#fff;box-shadow:0 0 0 3px #15803d1a}.mobile-search-icon{color:#9ca3af;flex-shrink:0}.mobile-search-input{width:100%;padding:.5rem 0;border:none;background:transparent;font-size:1rem;font-family:inherit;color:#2d3748}.mobile-search-input::placeholder{color:#d1d5db}.mobile-search-input:focus{outline:none}.mobile-menu{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;background:#fff}.mobile-link{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6;font-size:1rem;background:none;border:none;width:100%;text-align:left;color:#111;text-decoration:none;cursor:pointer;font-family:inherit;transition:all .2s ease}.mobile-link:active{background:#f9fafb}.mobile-link:last-child{border-bottom:none}.mobile-back{border-bottom:2px solid #e5e7eb;background:#f9fafb}.mobile-back-btn{padding:1rem 1.5rem;font-weight:600;background:none;border:none;width:100%;text-align:left;color:#15803d;cursor:pointer;font-family:inherit;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem}.mobile-back-btn:active{background:#15803d1a}.mobile-overlay{display:none}.mobile-contact-footer{padding:1.5rem;border-top:1px solid #e5e7eb;margin-top:auto;background:#fff}.mobile-contact-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#7dd442,#6bc830);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6bc83040}.mobile-contact-btn:active{transform:scale(.98);box-shadow:0 2px 8px #6bc83033}.search-slider,.language-slider{width:100%;max-width:100%;right:0;border-radius:0}.countries-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.country-card{padding:1rem .75rem;font-size:.9rem}.country-flag{font-size:2rem}}@media(max-width:480px){.site-nav{padding:0 .75rem;height:65px}.brand-section{flex:1;min-width:100px}.brand-logo-img{height:40px}.nav-right{gap:.5rem}.nav-icon{width:36px;height:36px;min-width:36px}.nav-toggle{width:40px;height:40px}.hamburger{width:22px;height:16px}.hamburger:before,.hamburger:after,.hamburger span{height:2.5px}.mobile-header{padding:.8rem 1rem}.mobile-logo{height:35px}.mobile-close{font-size:2rem;width:44px;height:44px}.mobile-search{padding:.8rem 1rem}.mobile-search-wrapper{padding:.4rem .8rem}.mobile-search-input{font-size:.95rem}.mobile-link,.mobile-back-btn{padding:.9rem 1.2rem;font-size:.95rem}.mobile-contact-footer{padding:1rem}.mobile-contact-btn{padding:.9rem 1.2rem;font-size:.95rem}.countries-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.country-card{padding:.8rem .5rem;font-size:.85rem}.country-flag{font-size:1.75rem}.cta-button{padding:.5rem .9rem;font-size:.8rem;border-radius:20px}.search-input{font-size:16px}.search-container h2{font-size:1.2rem}.search-container{padding:1.5rem 1rem}.search-close{width:40px;height:40px;font-size:1.5rem}}@media(max-width:360px){.site-nav{padding:0 .5rem;height:60px}.brand-logo-img{height:35px}.mobile-header{padding:.7rem .8rem}.mobile-logo{height:32px}.mobile-close{font-size:1.8rem;width:40px;height:40px}.mobile-search{padding:.7rem .8rem}.mobile-search-wrapper{padding:.35rem .6rem}.mobile-search-input{font-size:.9rem}.mobile-link,.mobile-back-btn{padding:.8rem 1rem;font-size:.85rem}.mobile-contact-footer{padding:.8rem}.mobile-contact-btn{padding:.8rem 1rem;font-size:.85rem}.countries-grid{gap:.6rem}.country-card{padding:.6rem .4rem;font-size:.8rem;border-radius:8px}.country-flag{font-size:1.5rem}}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--green-soft: #ecfdf3;--white: #ffffff;--black: #000000;--gray-100: #f9fafb;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--insecticide: #ef4444;--herbicide: #10b981;--fungicide: #8b5cf6;--pgr: #3b82f6;--ease-smooth: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,sans-serif;color:var(--gray-800);line-height:1.6;overflow-x:hidden;background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%}.home-page{overflow-x:hidden;width:100%}.container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}.hero-section{height:100vh;min-height:800px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;margin-top:0}.hero-video-container{position:absolute;inset:0;z-index:1;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;object-position:center}.video-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.05) 0%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.15) 70%,transparent 100%);z-index:2}.hero-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.12'/%3E%3C/svg%3E");opacity:.15;mix-blend-mode:overlay;z-index:3}.hero-content-wrapper{position:relative;z-index:10;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:0 4rem;max-width:100%;margin:0 auto}.hero-content-left{display:flex;align-items:center;justify-content:flex-start;padding-top:400px}.hero-main-title{font-size:clamp(2.5rem,5vw,5.5rem);font-weight:700;line-height:1.15;color:#fff;letter-spacing:-.02em;animation:slideInLeft .8s ease-out .2s both;max-width:100%}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-content-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:480px;padding-left:180px}.hero-description{margin-bottom:2.5rem;animation:slideInRight .8s ease-out .4s both}.hero-description p{font-size:clamp(1rem,1.5vw,1.2rem);color:#fffffff2;line-height:1.6;letter-spacing:.3px;font-weight:500;max-width:400px}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-cta-link{display:inline-flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;letter-spacing:.5px;transition:all .3s ease;margin-bottom:2rem;animation:slideInRight .8s ease-out .5s both}.hero-cta-link:hover{gap:1.5rem;color:var(--green-light)}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.hero-cta-link:hover .cta-arrow{transform:translate(4px)}.quote-section{padding:4rem 0;background:linear-gradient(135deg,var(--green-dark) 0%,#1e4a1e 100%);position:relative}.quote-container{max-width:900px;margin:0 auto;text-align:center}.quote-text{font-size:clamp(1.2rem,3vw,2rem);font-weight:500;color:#fff;line-height:1.5;margin-bottom:1.5rem;font-style:italic;quotes:"“" "”" "‘" "’"}.quote-text:before{content:"“";font-size:2em;line-height:.1em;margin-right:.2rem;vertical-align:-.4em;color:var(--green-light)}.quote-text:after{content:"”";font-size:2em;line-height:.1em;margin-left:.2rem;vertical-align:-.4em;color:var(--green-light)}.author-info p{font-size:clamp(.9rem,2vw,1.1rem);color:var(--green-light);font-weight:600;letter-spacing:1px}.story-section{padding:8rem 0;position:relative;overflow:hidden}.story-container{position:relative;z-index:2}.story-bg-wave{position:absolute;left:0;right:0;bottom:0;width:100%;line-height:0;pointer-events:none;z-index:0}.story-bg-wave svg{display:block;width:100%;height:160px}.story-header{text-align:center;margin-bottom:6rem}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--green-main);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;padding:.5rem 1.25rem;background:var(--green-light);border-radius:50px}.section-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--gray-900);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.section-subtitle{font-size:clamp(1rem,1.5vw,1.25rem);color:var(--gray-800);max-width:600px;margin:0 auto 50px;line-height:1.6;opacity:.8}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-visual{position:relative}.story-image-wrapper{border-radius:24px;overflow:hidden;box-shadow:0 40px 80px #00000026;position:relative;transform:translateY(0);transition:transform .5s var(--ease-smooth)}.story-image-wrapper:hover{transform:translateY(-10px);box-shadow:0 50px 100px #15803d33}.story-image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(21,128,61,.2),transparent);z-index:1}.story-image{width:100%;height:600px;object-fit:cover;transition:transform .8s var(--ease-smooth)}.story-image-wrapper:hover .story-image{transform:scale(1.05)}.plant-lottie-wrap{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:48%;max-width:640px;height:48%;min-height:220px;z-index:6;pointer-events:none}.bee-lottie-wrap{position:absolute;width:1200px;height:1200px;top:8%;right:6%;z-index:8;pointer-events:none;transform:translate(0);transition:transform .12s linear}.story-content{padding-left:2rem}.story-years{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--green-soft),var(--white));padding:1.5rem;border-radius:20px;border-left:6px solid var(--green-main);box-shadow:0 10px 30px #0000000d}.year-badge{width:90px;height:90px;background:linear-gradient(135deg,var(--green-main),#22c55e);color:var(--white);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;box-shadow:0 15px 35px #15803d66;animation:pulse 3s infinite;flex-shrink:0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.year-number{font-size:1.8rem;line-height:1;font-weight:800}.year-text{font-size:.8rem;opacity:.9;letter-spacing:.05em}.year-content h4{font-size:1.6rem;font-weight:700;color:var(--gray-900);margin-bottom:.3rem;background:linear-gradient(135deg,var(--green-main),#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.year-content p{color:var(--gray-700);font-size:1rem}.story-text{font-size:1.125rem;color:var(--gray-700);line-height:1.8;margin-bottom:2.5rem;position:relative;padding-left:1.5rem;border-left:3px solid var(--green-main)}.story-features{display:grid;gap:1.5rem;margin-bottom:3rem}.story-feature{display:flex;gap:1.2rem;align-items:flex-start;padding:1rem;background:var(--white);border-radius:16px;box-shadow:0 5px 20px #00000008;transition:all .3s var(--ease-smooth)}.story-feature:hover{transform:translate(10px);box-shadow:0 10px 30px #15803d1a;background:linear-gradient(135deg,var(--white),var(--green-soft))}.feature-icon-wrapper{width:48px;height:48px;background:linear-gradient(135deg,var(--green-light),var(--green-soft));border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--green-main);flex-shrink:0}.feature-content h4{font-weight:700;color:var(--gray-900);margin-bottom:.25rem;font-size:1.2rem}.feature-content p{color:var(--gray-600);font-size:.95rem}.process-slider-section{padding:8rem 0;background:#14532d;position:relative;overflow:hidden}.process-slider-container{max-width:1400px;margin:0 auto;position:relative;padding:0 2rem}.process-header{text-align:center;margin-bottom:4rem}.process-header .section-title{color:#fff;margin-bottom:1rem}.process-header .section-subtitle{color:#ffffffd9;max-width:700px;margin:0 auto;font-size:1.1rem;line-height:1.6}.process-slider{display:flex;overflow:hidden;border-radius:32px;box-shadow:0 40px 80px #0000004d;min-height:600px;position:relative;background:#fff}.process-slide{flex:0 0 100%;display:grid;grid-template-columns:1fr 1fr;min-height:600px;opacity:0;transform:translate(100%);transition:all .8s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.process-slide.active{opacity:1;transform:translate(0);position:relative}.process-slide-image{width:100%;height:100%;object-fit:cover;border-radius:32px 0 0 32px}.process-slide-content{padding:4rem;background:#fff;display:flex;flex-direction:column;justify-content:center;border-radius:0 32px 32px 0;position:relative;overflow-y:auto}.process-slide-content::-webkit-scrollbar{width:6px}.process-slide-content::-webkit-scrollbar-track{background:var(--gray-200);border-radius:10px}.process-slide-content::-webkit-scrollbar-thumb{background:var(--green-main);border-radius:10px}.process-slide-number{font-size:6rem;font-weight:800;color:#15803d1a;line-height:1;margin-bottom:.5rem;position:absolute;top:2rem;right:2rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.process-slide-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.2;position:relative;padding-bottom:1rem}.process-slide-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--green-main),#34d399);border-radius:2px}.process-slide-description{font-size:1.125rem;color:var(--gray-700);line-height:1.7;margin-bottom:2rem}.process-slide-features{list-style:none;margin-bottom:2rem;display:grid;gap:1rem}.process-slide-features li{display:flex;align-items:center;gap:1rem;color:var(--gray-800);font-size:1rem;padding:.75rem 1rem;background:var(--gray-100);border-radius:12px;transition:all .3s ease}.process-slide-features li:hover{background:var(--green-soft);transform:translate(5px)}.process-slide-features li:before{content:"✓";color:var(--green-main);font-weight:700;font-size:1.2rem;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#15803d1a;border-radius:50%}.process-slider-controls{display:flex;align-items:center;justify-content:space-between;margin-top:3rem;padding:0 1rem;flex-wrap:wrap;gap:1.5rem}.process-slider-dots{display:flex;gap:.75rem;flex-wrap:wrap}.process-slider-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;padding:0}.process-slider-dot.active{background:#fff;transform:scale(1.2);box-shadow:0 0 10px #ffffff80}.process-slider-btn{width:60px;height:60px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-slider-btn:hover{background:var(--green-main);border-color:var(--green-main);transform:scale(1.1)}.process-slider-dot.active{background:var(--green-main);transform:scale(1.2)}.process-slider-nav{display:flex;gap:1rem}.process-slider-btn{width:60px;height:60px;border-radius:50%;background:var(--white);border:1px solid var(--gray-200);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s var(--ease-smooth);color:var(--gray-800)}.process-slider-btn:hover{background:var(--green-main);border-color:var(--green-main);color:var(--white)}.process-slider-btn svg{width:24px;height:24px}.expertise-section{padding:8rem 0;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.expertise-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(21,128,61,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(52,211,153,.05) 0%,transparent 50%);z-index:1}.expertise-container{position:relative;z-index:2}.expertise-header{text-align:center;margin-bottom:6rem}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.expertise-card{background:var(--white);border-radius:32px;overflow:hidden;box-shadow:0 20px 40px #0000000d;transition:all .4s var(--ease-smooth);position:relative;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.expertise-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 40px 80px #15803d33;border-color:var(--green-main)}.expertise-image-wrapper{position:relative;height:240px;overflow:hidden}.expertise-image{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-smooth)}.expertise-card:hover .expertise-image{transform:scale(1.1)}.expertise-badge{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem 1.2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--green-main);border:1px solid var(--green-main);box-shadow:0 5px 15px #0000001a;z-index:2}.expertise-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);opacity:0;transition:opacity .4s var(--ease-smooth)}.expertise-card:hover .expertise-overlay{opacity:1}.expertise-content{padding:2.5rem}.expertise-title{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;line-height:1.2;position:relative;display:inline-block}.expertise-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--green-main),#34d399);border-radius:2px;transition:width .4s var(--ease-smooth)}.expertise-card:hover .expertise-title:after{width:100%}.expertise-description{color:var(--gray-600);margin-bottom:1.8rem;line-height:1.6;font-size:1rem}.expertise-features{list-style:none;margin-bottom:2rem;display:grid;gap:.8rem}.expertise-features li{display:flex;align-items:flex-start;gap:.75rem;color:var(--gray-700);font-size:.95rem;padding:.5rem;background:var(--gray-100);border-radius:12px;transition:all .3s var(--ease-smooth)}.expertise-features li:hover{background:var(--green-soft);transform:translate(5px)}.expertise-features li svg{color:var(--green-main);font-size:1.2rem;flex-shrink:0}.expertise-stats{display:flex;justify-content:space-around;gap:1rem;margin:2rem 0 1.5rem;padding:1.5rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.expertise-stat{text-align:center;min-width:80px}.expertise-stat .stat-value{font-size:1.8rem;font-weight:800;color:var(--green-main);line-height:1;margin-bottom:.3rem}.expertise-stat .stat-label{font-size:.75rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.expertise-cta{display:inline-flex;align-items:center;gap:.8rem;color:var(--green-main);font-weight:600;text-decoration:none;transition:all .3s var(--ease-smooth);cursor:pointer;padding:.8rem 1.5rem;background:linear-gradient(135deg,var(--green-light),transparent);border-radius:50px;width:fit-content}.expertise-cta:hover{gap:1.2rem;color:var(--green-dark);background:linear-gradient(135deg,var(--green-light),var(--green-soft));box-shadow:0 5px 15px #15803d33}.globe-network-section{padding:8rem 2rem;background:#14532d;position:relative;overflow:hidden}.globe-network-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");opacity:.1;pointer-events:none}.globe-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:2;max-width:1280px;margin:0 auto}.globe-info{display:flex;flex-direction:column;gap:2rem}.globe-info .section-label{background:#dcfce7;color:var(--green-main);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.globe-info .section-title{color:var(--white);font-size:clamp(2rem,4vw,3rem);text-shadow:0 2px 4px rgba(0,0,0,.2)}.globe-info .section-subtitle{color:#ffffffe6;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7}.globe-features{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:1rem 0}.globe-features li{display:flex;align-items:center;gap:1.5rem;padding:1.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 .4s var(--ease-smooth);cursor:pointer}.globe-features li:hover{transform:translate(15px) scale(1.02);background:#ffffff1a;border-color:var(--green-main);box-shadow:0 10px 30px #0000004d}.globe-features .feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--green-main),#34d399);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0;transition:all .3s var(--ease-smooth)}.globe-features li:hover .feature-icon{transform:rotate(360deg);background:linear-gradient(135deg,#34d399,var(--green-main))}.globe-features .feature-content{flex:1}.globe-features strong{display:block;font-size:1.3rem;color:var(--white);margin-bottom:.3rem;font-weight:700}.globe-features p{font-size:.95rem;color:#fffc;margin:0}.globe-cta{margin-top:2rem}.btn-primary{background:linear-gradient(135deg,var(--green-main),#34d399);color:var(--white);padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;border:none;box-shadow:0 10px 30px #15803d4d;transition:all .3s var(--ease-smooth);display:inline-flex;align-items:center;gap:1rem;text-decoration:none;cursor:pointer}.btn-primary:hover{transform:translateY(-5px);box-shadow:0 20px 40px #15803d66;gap:1.5rem}.globe-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:600px;animation:float 6s ease-in-out infinite}.sc-section{background:linear-gradient(135deg,var(--gray-100) 0%,var(--white) 100%);padding:6rem 2rem;overflow:hidden;position:relative}.sc-header{max-width:1100px;margin:0 auto 4rem;text-align:center}.sc-main-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.2px;color:var(--gray-900);margin-bottom:1rem;line-height:1.2}.sc-stage{max-width:1200px;height:600px;margin:0 auto 3rem;position:relative;border-radius:32px;overflow:hidden;box-shadow:0 30px 60px #00000026}.sc-card{position:absolute;inset:0;display:grid;grid-template-columns:50% 50%;border-radius:32px;overflow:hidden;will-change:transform,opacity;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.sc-bg-img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.4,0,.2,1)}.sc-card:hover .sc-bg-img{transform:scale(1.08)}.sc-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0003,#0006);pointer-events:none}.sc-body{background:#fff;padding:3rem;display:flex;align-items:center;position:relative;overflow-y:auto}.sc-body::-webkit-scrollbar{width:6px}.sc-body::-webkit-scrollbar-track{background:var(--gray-200);border-radius:10px}.sc-body::-webkit-scrollbar-thumb{background:var(--green-main);border-radius:10px}.sc-content-wrapper{width:100%;max-width:500px;margin:0 auto;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sc-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #0000001a}.sc-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;color:var(--gray-900);margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em;position:relative;padding-bottom:1rem}.sc-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--green-main),#34d399);border-radius:2px;transition:width .4s ease}.sc-card:hover .sc-title:after{width:120px}.sc-desc{font-size:1rem;color:var(--gray-700);line-height:1.7;margin-bottom:2rem}.sc-chips{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-wrap:wrap;gap:.75rem}.sc-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--gray-100);border-radius:50px;font-size:.9rem;color:var(--gray-800);font-weight:500;transition:all .3s ease;border:1px solid transparent}.sc-chip:hover{background:#fff;border-color:currentColor;transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.sc-chip svg{flex-shrink:0}.sc-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:2px solid var(--gray-200);flex-wrap:wrap}.sc-eff-val{font-size:2.2rem;font-weight:800;letter-spacing:-.5px;line-height:1}.sc-eff-label{font-size:.8rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:1px;font-weight:600}.sc-cta{padding:.9rem 2rem;border-radius:50px;border:none;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;gap:.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #0003;white-space:nowrap;position:relative;overflow:hidden}.sc-cta:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.sc-cta:hover:before{width:300px;height:300px}.sc-cta:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0000004d;gap:1rem}.sc-num{position:absolute;bottom:2rem;right:2rem;font-size:5rem;font-weight:900;color:#00000008;line-height:1;letter-spacing:-2px;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,sans-serif}.sc-nav{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.sc-nav-btn{width:48px;height:48px;border-radius:50%;border:2px solid var(--green-main);background:#fff;color:var(--green-main);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.sc-nav-btn:hover{background:var(--green-main);color:#fff;transform:scale(1.1);box-shadow:0 8px 16px #15803d4d}.sc-nav-btn:active{transform:scale(.95)}.sc-pills{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50px;flex-wrap:wrap;justify-content:center;box-shadow:0 4px 12px #0000000d}.sc-pill{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:var(--gray-700);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative}.sc-pill:hover{background:#0000000d;transform:scale(1.1)}.sc-pill.active{color:#fff;box-shadow:0 6px 12px #0003;transform:scale(1.1)}.sc-pill-label{display:none;white-space:nowrap;font-size:.8rem;font-weight:600}.sc-pill.active .sc-pill-label{display:inline-block;margin-left:.5rem}.sc-effectiveness{display:flex;flex-direction:column}.sc-effectiveness strong{font-size:1.6rem;font-weight:900;color:var(--gray-900);line-height:1}.sc-effectiveness span{font-size:.75rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.08em}.sc-btn{display:inline-flex;align-items:center;gap:.7rem;padding:.85rem 2rem;color:#fff;border:none;border-radius:50px;font-size:.93rem;font-weight:600;cursor:pointer;transition:transform .25s ease,gap .25s ease,filter .25s ease}.sc-btn:hover{transform:translateY(-3px);gap:1.1rem;filter:brightness(1.1)}.sc-num{position:absolute;bottom:1.2rem;right:1.8rem;font-size:7rem;font-weight:900;color:#0000000a;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none}.cta-section{padding:8rem 0;background:#14532d;color:var(--white);position:relative;overflow:hidden}.cta-overlay{position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.1'/%3E%3C/svg%3E");opacity:.15}.cta-container{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.cta-badge{display:inline-block;padding:.6rem 1.8rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--green-light);animation:pulse 2s infinite}.cta-title{font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#98ff94);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 10px 30px rgba(152,255,148,.3)}.cta-subtitle{font-size:clamp(1rem,2vw,1.3rem);opacity:.9;margin-bottom:3rem;line-height:1.6;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn-primary{background:linear-gradient(135deg,#fff,#f0f0f0);color:#1e4a1e;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 15px 35px #98ff944d;border:none;transition:all .3s var(--ease-smooth)}.cta-buttons .btn-primary:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 25px 50px #98ff9466}.btn-secondary{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3);padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s var(--ease-smooth);text-decoration:none;display:inline-flex;align-items:center;gap:1rem;cursor:pointer}.btn-secondary:hover{background:#ffffff1a;border-color:var(--white);transform:translateY(-5px)}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .4s var(--ease-smooth);padding:2rem}.modal-overlay.active{opacity:1;visibility:visible}.modal{background:var(--white);border-radius:32px;padding:3rem;max-width:1000px;width:90%;max-height:85vh;overflow-y:auto;transform:translateY(30px) scale(.95);opacity:0;transition:all .5s var(--ease-smooth);box-shadow:0 50px 100px #0000004d;border:1px solid rgba(255,255,255,.1);position:relative}.modal-overlay.active .modal{transform:translateY(0) scale(1);opacity:1}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:var(--gray-100);border:none;width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-800);cursor:pointer;transition:all .3s var(--ease-smooth);z-index:10}.modal-close:hover{background:var(--green-main);color:var(--white);transform:rotate(90deg)}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.modal-image-wrap{border-radius:24px;overflow:hidden;box-shadow:0 30px 60px #00000026;position:relative;height:400px}.modal-image{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-smooth)}.modal:hover .modal-image{transform:scale(1.05)}.modal-side{display:flex;flex-direction:column;gap:1.5rem}.modal-badge{display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(135deg,var(--green-main),#34d399);color:var(--white);border-radius:50px;font-weight:600;font-size:.9rem;width:fit-content;box-shadow:0 5px 15px #15803d4d}.modal-title{font-size:2.2rem;font-weight:800;color:var(--gray-900);line-height:1.2;margin:.5rem 0}.modal-intro{font-size:1.1rem;color:var(--gray-700);line-height:1.7}.modal-features{list-style:none;display:grid;gap:.8rem;background:var(--gray-100);padding:1.5rem;border-radius:20px}.modal-features li{display:flex;align-items:center;gap:.8rem;color:var(--gray-800);font-size:.95rem;padding:.5rem;background:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000008}.modal-features li svg{color:var(--green-main);font-size:1.2rem;flex-shrink:0}.modal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-box{background:linear-gradient(135deg,var(--green-light),var(--green-soft));padding:1rem;border-radius:16px;text-align:center;border:1px solid rgba(21,128,61,.1)}.stat-box .stat-value{font-weight:800;font-size:1.8rem;color:var(--green-main);line-height:1;margin-bottom:.3rem}.stat-box .stat-label{font-size:.75rem;color:var(--gray-700);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.modal-icons{display:flex;gap:1rem;justify-content:center;margin:1rem 0;flex-wrap:wrap}.icon-item{width:56px;height:56px;background:linear-gradient(135deg,var(--gray-100),var(--white));border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--green-main);box-shadow:0 5px 15px #0000000d;transition:all .3s var(--ease-smooth);border:1px solid rgba(21,128,61,.1)}.icon-item:hover{transform:translateY(-5px);color:var(--white);background:var(--green-main);box-shadow:0 10px 25px #15803d4d}.user-card{display:flex;gap:1rem;align-items:center;padding:1rem;background:linear-gradient(135deg,var(--green-soft),var(--white));border-radius:20px;border:1px solid rgba(21,128,61,.15);margin:1rem 0}.user-avatar{width:60px;height:60px;background:linear-gradient(135deg,var(--green-main),#34d399);border-radius:18px;display:flex;align-items:center;justify-content:center;color:var(--white);flex-shrink:0}.user-name{font-weight:700;color:var(--gray-900);font-size:1.1rem;margin-bottom:.2rem}.user-role{font-size:.85rem;color:var(--gray-600)}.modal-content{font-size:1rem;color:var(--gray-700);line-height:1.7;background:var(--gray-100);padding:1.5rem;border-radius:20px;margin-top:1rem}.modal-content p{margin-bottom:1rem}.modal-content p:last-child{margin-bottom:0}@media(min-width:1440px){.container{max-width:1400px}.hero-content-wrapper{max-width:100%}}@media(max-width:1200px){.hero-content-wrapper{padding:0 2rem}.hero-content-left{padding-top:300px}.hero-content-right{padding-top:380px;padding-left:60px}.section-title{font-size:3rem}.story-grid{gap:4rem}.story-image{height:500px}.expertise-grid{grid-template-columns:repeat(2,1fr)}.globe-content-wrapper{gap:3rem}.sc-card{inset:1rem}.sc-content-side{padding:2rem}.sc-title{font-size:2rem}}@media(max-width:1024px){.hero-content-wrapper{grid-template-columns:1fr;padding:0 2rem;text-align:center}.hero-content-left{padding-top:120px;justify-content:center}.hero-content-right{padding-top:0;padding-left:0;align-items:center}.hero-description p{text-align:center;max-width:100%}.story-grid{grid-template-columns:1fr}.story-content{padding-left:0}.story-image{height:450px}.process-slider{min-height:auto}.process-slide{grid-template-columns:1fr}.process-slide-image{height:300px;border-radius:24px 24px 0 0}.process-slide-content{padding:2rem}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.modal-grid{grid-template-columns:1fr}.modal-image-wrap{height:300px}.globe-content-wrapper{grid-template-columns:1fr}.globe-visual{min-height:400px;order:-1}.sc-card-grid{grid-template-columns:1fr;grid-template-rows:40% 60%}.sc-img-side{height:100%}.sc-cards-layer{padding:1rem}.sc-card{inset:.5rem}}@media(max-width:768px){.container{padding:0 1.5rem}.hero-section{min-height:700px}.hero-content-left{padding-top:80px}.hero-main-title{font-size:2.5rem}.hero-cta-link{font-size:.9rem}.section-title{font-size:2.2rem}.story-years{flex-direction:column;text-align:center}.year-badge{width:70px;height:70px}.year-number{font-size:1.5rem}.year-content h4{font-size:1.3rem}.story-text{font-size:1rem;padding-left:1rem}.story-feature{flex-direction:column;text-align:center;align-items:center}.process-slider-controls{flex-direction:column;gap:1.5rem}.expertise-grid{grid-template-columns:1fr}.expertise-content{padding:1.5rem}.expertise-title{font-size:1.5rem}.expertise-stats{flex-direction:column;align-items:center}.expertise-stat{width:100%}.globe-features li{flex-direction:column;text-align:center}.globe-features .feature-content{text-align:center}.sc-content-side{padding:1.5rem;gap:1rem}.sc-title{font-size:1.5rem;padding-left:.8rem}.sc-desc{font-size:.9rem}.sc-features li{font-size:.85rem}.sc-footer{flex-direction:column;align-items:flex-start;gap:1rem}.sc-btn{width:100%;justify-content:center}.sc-num{font-size:5rem;bottom:.5rem;right:1rem}.cta-buttons{flex-direction:column;width:100%;max-width:300px;margin:0 auto}.cta-buttons .btn-primary,.btn-secondary{width:100%;justify-content:center}.cta-title{font-size:2.5rem}.modal{padding:2rem 1.5rem}.modal-title{font-size:1.8rem}.modal-stats{grid-template-columns:1fr}.user-card{flex-direction:column;text-align:center}.globe-visual{min-height:300px}.globe-info .section-title{font-size:2rem}}@media(max-width:480px){.hero-main-title{font-size:2rem}.hero-content-left{padding-top:60px}.hero-cta-link{font-size:.85rem}.section-title{font-size:1.8rem}.section-label{font-size:.75rem;padding:.4rem 1rem}.story-image{height:300px}.story-years{padding:1rem}.story-feature{padding:.8rem}.feature-icon-wrapper{width:40px;height:40px}.feature-icon-wrapper svg{width:20px;height:20px}.process-slider-btn{width:50px;height:50px}.process-slide-number{font-size:3.5rem}.process-slide-title{font-size:1.5rem}.process-slide-description{font-size:1rem}.process-slide-features li{font-size:.9rem}.expertise-image-wrapper{height:180px}.expertise-badge{font-size:.7rem;padding:.3rem .8rem}.globe-features .feature-icon{width:50px;height:50px}.globe-features strong{font-size:1.1rem}.globe-features p{font-size:.85rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.9rem}.sc-card{border-radius:20px}.sc-eyebrow{font-size:.7rem;padding:.3rem .8rem}.sc-features li{font-size:.8rem}.sc-effectiveness strong{font-size:1.3rem}.sc-num{font-size:4rem}.cta-badge{font-size:.8rem;padding:.4rem 1.2rem}.cta-subtitle{font-size:1rem}.modal{padding:1.5rem 1rem}.modal-close{width:40px;height:40px;top:1rem;right:1rem}.modal-title{font-size:1.5rem}.modal-intro{font-size:1rem}.modal-features{padding:1rem}.modal-features li{font-size:.85rem}.modal-icons{gap:.5rem}.icon-item{width:45px;height:45px}.icon-item svg{width:20px;height:20px}.user-avatar{width:50px;height:50px}.user-name{font-size:1rem}.modal-content{padding:1rem;font-size:.9rem}}@media(max-width:360px){.hero-main-title{font-size:1.8rem}.hero-cta-link{font-size:.8rem}.section-title{font-size:1.6rem}.quote-text{font-size:1rem}.story-text{font-size:.9rem}.story-feature h4{font-size:1rem}.story-feature p{font-size:.85rem}.process-slide-content{padding:1.5rem}.process-slide-title,.expertise-title{font-size:1.3rem}.expertise-description{font-size:.9rem}.expertise-stat .stat-value{font-size:1.5rem}.sc-content-side{padding:1rem}.sc-title{font-size:1.3rem;padding-left:.5rem}.sc-desc{font-size:.85rem}.sc-btn{padding:.7rem 1.2rem;font-size:.85rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:.9rem}.modal-title{font-size:1.3rem}}.sc-section{background:#fff;padding:4rem 2rem;overflow:hidden;position:relative}.sc-header{max-width:1100px;margin:0 auto 3.5rem;text-align:center}.sc-header .section-label{font-size:.875rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--green-main);margin-bottom:1rem}.sc-main-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.2px;color:var(--gray-900);margin-bottom:1rem}.sc-main-sub{font-size:1.1rem;color:var(--gray-600);max-width:600px;margin:0 auto;line-height:1.6}.sc-stage{max-width:1100px;height:560px;margin:0 auto 3rem;position:relative;border-radius:28px;overflow:hidden;box-shadow:0 30px 80px #000c}.sc-card{position:absolute;inset:0;display:grid;grid-template-columns:50% 50%;border-radius:28px;overflow:hidden;will-change:transform,opacity;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1)}.sc-card.active{transform:translate(0);opacity:1;z-index:5}.sc-card.prev{transform:translate(-100%);opacity:0;z-index:4}.sc-card.next{transform:translate(100%);opacity:0;z-index:4}.sc-image-section{position:relative;width:100%;height:100%;overflow:hidden}.sc-bg-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.sc-card:hover .sc-bg-img{transform:scale(1.05)}.sc-bg{position:relative;width:100%;height:100%}.sc-body{display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem 3rem;background:#fff;position:relative;z-index:2}.sc-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);width:fit-content;margin-bottom:1rem}.sc-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;letter-spacing:-.8px;color:var(--gray-900);margin-bottom:.8rem;line-height:1.2}.sc-desc{font-size:.95rem;color:var(--gray-700);line-height:1.6;margin-bottom:1.2rem;max-width:none}.sc-features{list-style:none;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.6rem;padding:0}.sc-features li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--gray-700);transition:all .3s ease}.sc-features li svg{flex-shrink:0}.sc-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.2rem;border-top:1px solid rgba(0,0,0,.1);width:100%}.sc-eff{display:flex;flex-direction:column;gap:.3rem}.sc-eff-val{font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.sc-eff-label{font-size:.8rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:1px}.sc-cta{padding:.8rem 1.8rem;border-radius:50px;border:none;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.6rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;white-space:nowrap}.sc-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.sc-cta:active{transform:translateY(0)}.sc-num{position:absolute;bottom:2rem;right:2rem;font-size:4rem;font-weight:800;color:#0000000d;line-height:1;letter-spacing:-2px;pointer-events:none}.sc-nav{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem}.sc-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--green-main);background:#fff;color:var(--green-main);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.sc-nav-btn:hover{background:var(--green-main);color:#fff;border-color:var(--green-main);transform:scale(1.08)}.sc-nav-btn:active{transform:scale(.96)}.sc-pills{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:50px;flex-wrap:wrap;justify-content:center}.sc-pill{padding:.5rem 1rem;border-radius:50px;border:none;background:#0000;color:var(--gray-700);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.sc-pill:hover{color:var(--gray-900);background:#00000014}.sc-pill.active{color:#fff;box-shadow:0 4px 12px #0003}.sc-pill-label{display:inline-block;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}@media(max-width:1024px){.process-slider{min-height:700px}.process-slide{grid-template-columns:1fr;min-height:700px}.process-slide-image{height:300px;border-radius:32px 32px 0 0}.process-slide-content{padding:2.5rem;border-radius:0 0 32px 32px}.process-slide-number{font-size:5rem;top:1.5rem;right:1.5rem}}@media(max-width:768px){.process-slider-section{padding:5rem 0}.process-slider-container{padding:0 1rem}.process-header{margin-bottom:3rem}.process-header .section-subtitle{font-size:1rem;padding:0 1rem}.process-slider{min-height:600px;border-radius:24px}.process-slide{min-height:600px}.process-slide-image{height:250px}.process-slide-content{padding:2rem 1.5rem}.process-slide-number{font-size:4rem;top:1rem;right:1rem}.process-slide-title{font-size:1.8rem;margin-bottom:1rem;padding-bottom:.75rem}.process-slide-title:after{width:60px;height:3px}.process-slide-description{font-size:1rem;margin-bottom:1.5rem}.process-slide-features{gap:.75rem}.process-slide-features li{padding:.6rem .8rem;font-size:.95rem}.process-slider-controls{flex-direction:column;align-items:center;gap:1.5rem;margin-top:2rem}.process-slider-nav{order:2}.process-slider-dots{order:1;justify-content:center}.process-slider-btn{width:50px;height:50px}}@media(max-width:480px){.process-slider-section{padding:4rem 0}.process-slider,.process-slide{min-height:550px}.process-slide-image{height:200px}.process-slide-content{padding:1.5rem}.process-slide-number{font-size:3.5rem}.process-slide-title{font-size:1.5rem;padding-right:3rem}.process-slide-description{font-size:.95rem}.process-slide-features li{font-size:.9rem;padding:.5rem .7rem}.process-slide-features li:before{width:20px;height:20px;font-size:1rem}.process-slider-btn{width:44px;height:44px}.process-slider-btn svg{width:20px;height:20px}}@media(max-width:1024px){.sc-stage{height:650px}.sc-body{padding:2.5rem}.sc-title{font-size:2.2rem}.sc-chip{font-size:.85rem;padding:.4rem .9rem}.sc-eff-val{font-size:2rem}}@media(max-width:900px){.sc-card{grid-template-columns:1fr;grid-template-rows:40% 60%}.sc-stage{height:700px}.sc-image-section{height:100%}.sc-bg-img{object-position:center 30%}.sc-body{padding:2rem}.sc-content-wrapper{max-width:100%}.sc-title:after{width:60px}.sc-card:hover .sc-title:after{width:100px}.sc-chip{font-size:.9rem}.sc-num{font-size:4rem;bottom:1.5rem;right:1.5rem}}@media(max-width:768px){.sc-section{padding:4rem 1.5rem}.sc-header{margin-bottom:3rem}.sc-main-title{font-size:2.2rem}.sc-main-sub{font-size:1rem;padding:0 1rem}.sc-stage{height:650px;border-radius:24px}.sc-card{border-radius:24px}.sc-image-section{height:100%}.sc-body{padding:1.8rem}.sc-tag{font-size:.8rem;padding:.5rem 1rem;margin-bottom:1.2rem}.sc-title{font-size:1.8rem;margin-bottom:.8rem;padding-bottom:.8rem}.sc-title:after{width:50px;height:3px}.sc-card:hover .sc-title:after{width:80px}.sc-desc{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.sc-chips{gap:.5rem;margin-bottom:1.5rem}.sc-chip{font-size:.85rem;padding:.4rem .8rem}.sc-row{padding-top:1.2rem;gap:1rem}.sc-eff-val{font-size:1.8rem}.sc-eff-label{font-size:.7rem}.sc-cta{padding:.8rem 1.5rem;font-size:.9rem}.sc-num{font-size:3.5rem;bottom:1rem;right:1rem}.sc-nav{gap:1.5rem}.sc-nav-btn{width:44px;height:44px}.sc-pills{padding:.4rem}.sc-pill{width:36px;height:36px;font-size:.8rem}}@media(max-width:480px){.sc-section{padding:3rem 1rem}.sc-header{margin-bottom:2.5rem}.sc-main-title{font-size:1.8rem}.sc-main-sub{font-size:.95rem}.sc-stage{height:600px;border-radius:20px}.sc-card{border-radius:20px}.sc-image-section{height:100%}.sc-body{padding:1.5rem}.sc-tag{font-size:.75rem;padding:.4rem .9rem;margin-bottom:1rem}.sc-title{font-size:1.5rem;margin-bottom:.6rem;padding-bottom:.6rem}.sc-title:after{width:40px;height:3px}.sc-card:hover .sc-title:after{width:60px}.sc-desc{font-size:.9rem;margin-bottom:1.2rem}.sc-chips{gap:.4rem;margin-bottom:1.2rem}.sc-chip{font-size:.8rem;padding:.35rem .7rem;gap:.3rem}.sc-row{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1rem}.sc-eff{width:100%}.sc-eff-val{font-size:1.6rem}.sc-cta{width:100%;justify-content:center;padding:.8rem 1.2rem;font-size:.85rem}.sc-num{font-size:3rem;bottom:.8rem;right:.8rem}.sc-nav{gap:1rem;flex-direction:column}.sc-nav-buttons{display:flex;gap:1rem;order:2}.sc-pills{order:1;width:100%;justify-content:center;padding:.3rem}.sc-pill{width:32px;height:32px;font-size:.75rem}.sc-pill.active{width:auto;padding:0 .8rem}.sc-pill.active .sc-pill-label{display:inline-block;font-size:.75rem}}@media(max-width:360px){.sc-stage{height:550px}.sc-body{padding:1.2rem}.sc-title{font-size:1.3rem}.sc-desc{font-size:.85rem}.sc-chip{font-size:.75rem;padding:.3rem .6rem}.sc-eff-val{font-size:1.4rem}.sc-cta{font-size:.8rem;padding:.7rem 1rem}.sc-num{font-size:2.5rem}}@media(max-height:600px)and (orientation:landscape){.hero-section{min-height:500px}.hero-content-left{padding-top:40px}.hero-content-right{padding-top:0}.modal{max-height:90vh}.modal-image-wrap{height:250px}.sc-slider-wrapper{min-height:550px;padding:1.5rem 2rem}.sc-slider-container{height:350px}.sc-content-side{padding:2rem 2.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.hero-grain{opacity:.1}}@media print{.hero-section,.process-slider-section,.globe-network-section,.cta-section,.modal-overlay,.sc-scroll-driver{display:none}.story-section,.expertise-section{break-inside:avoid;page-break-inside:avoid}}.lm-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:lmFadeIn .25s ease-out}@keyframes lmFadeIn{0%{opacity:0}to{opacity:1}}.lm-card{background:#fff;border-radius:28px;width:100%;max-width:1060px;max-height:88vh;overflow-y:auto;overflow-x:hidden;position:relative;box-shadow:0 32px 80px #00000038,0 0 0 1px #0000000a;animation:lmSlideUp .3s cubic-bezier(.34,1.3,.64,1);scroll-behavior:smooth}@keyframes lmSlideUp{0%{opacity:0;transform:translateY(48px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lm-card{scrollbar-width:none;-ms-overflow-style:none}.lm-card::-webkit-scrollbar{width:0}.lm-card::-webkit-scrollbar-track{background:transparent}.lm-card::-webkit-scrollbar-thumb{background:transparent}.lm-card::-webkit-scrollbar-thumb:hover{background:#059669}.lm-close{position:sticky;top:1rem;float:right;margin:1rem 1rem -44px auto;z-index:50;width:40px;height:40px;border-radius:50%;border:none;background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000024;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;transition:color .2s,transform .3s cubic-bezier(.4,0,.2,1),box-shadow .2s}.lm-close:hover{color:#ef4444;transform:rotate(90deg) scale(1.1);box-shadow:0 6px 24px #ef444433}.lm-close:active{transform:rotate(90deg) scale(.95)}.lm-body{display:grid;grid-template-columns:52% 48%;min-height:520px;align-items:stretch}.lm-image-wrap{position:relative;overflow:hidden;border-radius:28px 0 0 28px;min-height:380px}.lm-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.4,0,.2,1)}.lm-image-wrap:hover .lm-image{transform:scale(1.06)}.lm-image-gradient{position:absolute;inset:0;background:linear-gradient(160deg,#10b9812e,#00000047);pointer-events:none}.lm-image-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#ffffff24;border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;padding:.75rem 1.2rem;display:flex;flex-direction:column;align-items:center;color:#fff}.lm-image-badge span{font-size:1.6rem;font-weight:800;line-height:1}.lm-image-badge small{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:.85;margin-top:4px}.lm-content{padding:3rem 2.8rem 2.8rem;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.lm-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#10b981;background:#10b9811a;border-radius:100px;padding:.3rem .9rem;margin-bottom:.85rem;width:fit-content}.lm-title{font-size:2rem;font-weight:800;color:#111;line-height:1.2;letter-spacing:-.5px;margin:0 0 .75rem}.lm-desc,.lm-subtitle{font-size:.97rem;color:#666;line-height:1.75;margin:0 0 1.5rem}.lm-stats{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-bottom:1.8rem}.lm-stat{display:flex;flex-direction:column;align-items:center;padding:1.1rem .8rem;background:linear-gradient(135deg,#10b98112,#06b6d412);border:1.5px solid rgba(16,185,129,.18);border-radius:16px;transition:transform .25s ease,box-shadow .25s ease}.lm-stat:hover{transform:translateY(-5px);box-shadow:0 10px 24px #10b98124}.lm-stat-val{font-size:1.7rem;font-weight:800;color:#10b981;line-height:1}.lm-stat-lbl{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#888;margin-top:5px}.lm-details-heading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#333;margin:0 0 .9rem}.lm-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.55rem 1rem}.lm-list-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#555;line-height:1.5}.lm-check{color:#10b981;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:1px}.lm-steps-wrapper{padding:3rem 2.5rem 2.5rem}.lm-steps-header{text-align:center;margin-bottom:2.5rem}.lm-steps-header .lm-title{font-size:2rem;margin-bottom:.5rem}.lm-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.lm-step-card{position:relative;background:linear-gradient(145deg,#f8fffe,#f0fdf8);border:1.5px solid rgba(16,185,129,.15);border-radius:20px;padding:2rem 1.5rem 1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s;overflow:hidden}.lm-step-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#10b9810f,#06b6d40f);opacity:0;transition:opacity .3s;pointer-events:none}.lm-step-card:hover{transform:translateY(-8px);box-shadow:0 16px 32px #10b98124;border-color:#10b98159}.lm-step-card:hover:before{opacity:1}.lm-step-num{position:absolute;top:1rem;right:1.2rem;font-size:.65rem;font-weight:800;letter-spacing:1px;color:#10b98166}.lm-step-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#10b9811f,#06b6d41f);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;color:#10b981;animation:lmFloat 3.5s ease-in-out infinite}@keyframes lmFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.lm-step-title{font-size:1.05rem;font-weight:700;color:#111;margin-bottom:.6rem}.lm-step-desc{font-size:.875rem;color:#666;line-height:1.6}@media(max-width:900px){.lm-body{grid-template-columns:1fr;min-height:auto}.lm-image-wrap{border-radius:28px 28px 0 0;min-height:280px;max-height:320px}.lm-content{padding:2rem 2rem 2.5rem}.lm-title{font-size:1.7rem}}@media(max-width:600px){.lm-overlay{padding:0;align-items:flex-end}.lm-card{border-radius:28px 28px 0 0;max-height:92vh;animation:lmSheetUp .35s cubic-bezier(.34,1.2,.64,1)}@keyframes lmSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lm-card:before{content:"";display:block;width:40px;height:4px;background:#e0e0e0;border-radius:10px;margin:.9rem auto -.3rem}.lm-close{width:36px;height:36px;margin:.8rem .8rem -36px auto}.lm-image-wrap{border-radius:0;min-height:220px;max-height:240px}.lm-content{padding:1.5rem 1.2rem 2rem}.lm-title{font-size:1.4rem}.lm-stats{grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1.4rem}.lm-stat-val{font-size:1.4rem}.lm-list{grid-template-columns:1fr;gap:.5rem}.lm-steps-wrapper{padding:1.5rem 1rem 2rem}.lm-steps-header{margin-bottom:1.5rem}.lm-steps-header .lm-title{font-size:1.5rem}.lm-steps-grid{grid-template-columns:1fr 1fr;gap:.9rem}.lm-step-card{padding:1.4rem 1rem 1.2rem}.lm-step-icon{width:46px;height:46px;border-radius:12px;margin-bottom:.8rem}.lm-step-title{font-size:.9rem}.lm-step-desc{font-size:.8rem}}@media(max-width:360px){.lm-steps-grid{grid-template-columns:1fr}.lm-title,.lm-stat-val{font-size:1.2rem}.lm-stat{padding:.85rem .6rem}}.globe-section-container{width:100%;height:350px;display:flex;align-items:center;justify-content:center;position:absolute;top:50%;right:-100px;transform:translateY(-50%);background:transparent;overflow:visible;z-index:3}.globe-canvas{width:100%;max-width:350px;height:350px}.globe-section-container:after{content:"";position:absolute;inset:0;pointer-events:none}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--green-soft: #ecfdf3;--white: #ffffff;--black: #000000;--gray-100: #f9fafb;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-800: #1f2937;--gray-900: #111827;--ease-smooth: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1)}.about-page{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;overflow-x:hidden;background:var(--white)}.hero-enhanced{height:100vh;min-height:900px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-particle-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.4;filter:blur(.5px);mix-blend-mode:screen;z-index:2}.hero-badge-apple{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:50px;animation:fadeInDown .8s var(--ease-out) .2s both;margin-bottom:3rem}.badge-text{font-size:.875rem;font-weight:500;color:#000000e6;letter-spacing:.15em}.hero-title-enhanced{font-size:5rem;font-weight:800;line-height:1.05;color:var(--white);margin-bottom:2rem;letter-spacing:-.02em;text-shadow:0 4px 30px rgba(0,0,0,.3);background:linear-gradient(135deg,#fff,#d1fae5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quote-container-apple{position:relative;height:120px;margin-bottom:3rem;overflow:hidden}.quote-slide{position:absolute;inset:0;opacity:0;transform:translateY(20px);transition:all .6s var(--ease-smooth)}.quote-slide.active{opacity:1;transform:translateY(0)}.quote-content{max-width:800px;margin:0 auto;text-align:center;position:relative}.quote-icon{position:absolute;left:-60px;top:50%;transform:translateY(-50%);color:#ffffff4d;font-size:2.5rem}.quote-text{font-size:1.5rem;font-weight:500;color:#fffffff2;line-height:1.6;margin-bottom:1rem;font-style:italic}.quote-author{font-size:.875rem;color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase}.quote-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.quote-dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;padding:0;cursor:pointer;transition:all .3s var(--ease-smooth)}.quote-dot.active{background:var(--white);transform:scale(1.2)}.hero-subtitle-container{max-width:800px;margin:0 auto}.feature-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#ffffffe6;font-size:.875rem;font-weight:500;transition:all .3s var(--ease-smooth)}.feature-badge:hover{background:#ffffff26;transform:translateY(-2px)}.feature-icon{font-size:1.25rem;color:#34d399}.hero-subtitle-enhanced{font-size:1.25rem;font-weight:400;color:#ffffffe6;line-height:1.6;text-align:center;margin-top:2rem}.hero-cta-container{display:flex;gap:1rem;justify-content:center;margin-top:3rem}.cta-button-apple{padding:1.25rem 2.5rem;background:var(--white);color:var(--green-dark);border:none;border-radius:50px;font-size:1.125rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s var(--ease-smooth);position:relative;overflow:hidden;box-shadow:0 10px 30px #0003}.cta-button-apple:hover{transform:translateY(-2px);box-shadow:0 20px 40px #0000004d}.cta-button-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.btn-icon-apple{width:20px;height:20px;transition:transform .3s var(--ease-smooth)}.cta-button-apple:hover .btn-icon-apple,.cta-button-secondary:hover .btn-icon-apple{transform:translate(4px)}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#fff9;opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.ripple:focus:not(:active):after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.scroll-indicator-apple{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s infinite var(--ease-smooth)}.scroll-wheel-container{width:34px;height:56px;border:2px solid rgba(255,255,255,.4);border-radius:20px;display:flex;justify-content:center;padding-top:10px}.scroll-wheel-apple{width:4px;height:12px;background:linear-gradient(to bottom,#34d399,#10b981);border-radius:2px;animation:scroll 2s infinite var(--ease-smooth)}.scroll-text{font-size:.75rem;color:#ffffffb3;letter-spacing:.1em;margin-top:.5rem}.scroll-arrow{color:#ffffff80;animation:bounce 2s infinite var(--ease-smooth)}.section-apple{padding:8rem 0;position:relative;overflow:hidden}.section-bg-gradient{background:linear-gradient(135deg,var(--white) 0%,var(--gray-100) 100%)}.section-bg-soft{background:linear-gradient(135deg,var(--green-soft) 0%,#f0fdf4 100%)}.section-header-apple{text-align:center;margin-bottom:6rem}.section-label-apple{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--green-main);text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;padding:.5rem 1.25rem;background:var(--green-light);border-radius:50px}.section-label-icon{font-size:1rem}.section-title-apple{font-size:3.5rem;font-weight:700;color:var(--gray-900);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.section-subtitle-apple{font-size:1.25rem;color:var(--gray-800);max-width:700px;margin:0 auto;line-height:1.6;opacity:.8}.section-divider{width:80px;height:4px;background:linear-gradient(90deg,var(--green-main),#34d399);margin:2rem auto;border-radius:2px}.glass-card-apple{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 60px #00000014;border-radius:24px;transition:all .4s var(--ease-smooth)}.glass-card-apple:hover{transform:translateY(-8px);box-shadow:0 30px 80px #0000001f}.profile-card{padding:4rem}.profile-content{display:flex;gap:2rem;align-items:flex-start;margin-bottom:3rem}.profile-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--green-main),#34d399);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;flex-shrink:0}.prose{color:var(--gray-800)}.prose p{margin-bottom:1.5em;line-height:1.7}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:3rem;border-top:1px solid var(--gray-200)}.profile-stat{text-align:center}.stat-icon{width:48px;height:48px;background:var(--green-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--green-main);font-size:1.5rem}.stat-value{font-size:2rem;font-weight:700;color:var(--gray-900);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.vision-card,.mission-card{padding:3rem}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.card-icon-wrapper{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.vision-icon{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.mission-icon{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.card-title{font-size:1.75rem;font-weight:700;color:var(--gray-900)}.card-content{margin-bottom:2rem}.vision-features{display:flex;flex-wrap:wrap;gap:.75rem}.feature-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--green-soft);border-radius:50px;font-size:.875rem;font-weight:500;color:var(--green-main)}.mission-list{list-style:none}.mission-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.mission-check{color:var(--green-main);font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.culture-card{padding:3rem}.culture-content{display:flex;gap:2rem;align-items:flex-start}.culture-icon{width:56px;height:56px;background:linear-gradient(135deg,#ec4899,#f472b6);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.values-section{margin-top:4rem}.values-title{font-size:2rem;font-weight:700;color:var(--gray-900);text-align:center;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card-apple{padding:2rem;background:#fff;border-radius:20px;border:1px solid var(--gray-200);text-align:center;transition:all .3s var(--ease-smooth)}.value-card-apple:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a;border-color:var(--green-main)}.value-icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;color:var(--value-color)}.value-name{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.value-description{font-size:.95rem;color:var(--gray-600);line-height:1.5}.process-timeline-apple{position:relative}.process-timeline-apple:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,rgba(34,197,94,.3),transparent)}.process-step-apple{display:flex;align-items:flex-start;gap:2rem;margin-bottom:4rem;position:relative}.process-step-apple:last-child{margin-bottom:0}.process-step-number{width:80px;height:80px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green-main);flex-shrink:0;position:relative;z-index:2;box-shadow:0 10px 30px #00000026}.process-step-number svg{font-size:1.5rem;margin-bottom:.25rem}.step-number{font-size:.875rem;font-weight:700;opacity:.9}.process-step-content{flex:1;padding-top:1rem}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-title{font-size:1.75rem;font-weight:700;color:var(--gray-900)}.step-line{flex:1;height:2px;background:linear-gradient(90deg,var(--green-main),transparent)}.step-description{font-size:1.125rem;color:var(--gray-700);line-height:1.6}.trust-grid-apple{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}.trust-card-apple{padding:2rem;background:#fff;border-radius:20px;border:1px solid var(--gray-200);display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s var(--ease-smooth)}.trust-card-apple:hover{border-color:var(--green-main);box-shadow:0 15px 40px #00000014;transform:translate(5px)}.trust-icon-apple{width:48px;height:48px;background:var(--green-soft);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--green-main);font-size:1.5rem;flex-shrink:0}.trust-text{font-size:1.125rem;font-weight:500;color:var(--gray-800);line-height:1.5}.certification-badges{display:flex;justify-content:center;gap:3rem}.certification-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid var(--gray-200);min-width:200px}.cert-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--green-main),#34d399);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.cert-title{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.cert-subtitle{font-size:.875rem;color:var(--gray-600)}.cta-section-apple{padding:8rem 0;background:#14532d;position:relative;overflow:hidden}.cta-overlay-apple{position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(34,211,157,.15) 0%,transparent 50%)}.cta-particles{position:absolute;inset:0}.cta-particle{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}.cta-container-apple{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.cta-logo{position:relative;display:inline-block;margin-bottom:3rem}.logo-image{height:60px;width:auto;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3))}.logo-glow{position:absolute;inset:-20px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);z-index:-1}.cta-title-apple{font-size:3.5rem;font-weight:700;color:var(--white);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.cta-subtitle-apple{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons-apple{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.cta-button-primary{padding:1.25rem 2.5rem;background:var(--white);color:var(--green-dark);border:none;border-radius:50px;font-size:1.125rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s var(--ease-smooth);box-shadow:0 10px 30px #0003}.cta-button-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px #0000004d}.cta-button-secondary{padding:1.25rem 2.5rem;background:#ffffff1a;color:var(--white);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:1.125rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s var(--ease-smooth);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button-secondary:hover{background:#ffffff26;transform:translateY(-3px)}.cta-button-icon{font-size:1.25rem}.cta-button-arrow{font-size:1.25rem;transition:transform .3s var(--ease-smooth)}.cta-button-primary:hover .cta-button-arrow,.cta-button-secondary:hover .cta-button-arrow{transform:translate(4px)}.cta-footer{border-top:1px solid rgba(255,255,255,.1);padding-top:3rem}.cta-info{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:.5rem;color:#fffc;font-size:.875rem;font-weight:500}.info-icon{color:#34d399}.cta-note{color:#ffffffb3;font-size:.875rem}.cta-note a{color:#fff;text-decoration:underline;font-weight:500}.cta-note a:hover{color:#d1fae5}.typewriter-cursor-enhanced{display:inline-block;width:3px;height:1.2em;background-color:var(--green-main);margin-left:4px;animation:blink 1s infinite;vertical-align:bottom}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-10px) translate(-50%)}60%{transform:translateY(-5px) translate(-50%)}}@keyframes scroll{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}@media(max-width:1024px){.hero-title-enhanced{font-size:3.5rem}.section-title-apple{font-size:3rem}.profile-stats,.values-grid{grid-template-columns:repeat(2,1fr)}.trust-grid-apple{grid-template-columns:1fr}}@media(max-width:768px){.hero-title-enhanced{font-size:2.75rem}.hero-subtitle-enhanced{font-size:1.125rem}.section-title-apple{font-size:2.5rem}.quote-icon{display:none}.hero-cta-container,.cta-buttons-apple{flex-direction:column;align-items:center}.cta-button-apple,.cta-button-secondary,.cta-button-primary{width:100%;justify-content:center}.profile-content,.culture-content{flex-direction:column}.profile-icon,.culture-icon{margin:0 auto 2rem}.process-timeline-apple:before{display:none}.process-step-apple{flex-direction:column;align-items:flex-start;gap:1.5rem}.certification-badges{flex-direction:column;align-items:center}.cta-info{flex-direction:column;align-items:center;gap:1rem}}@media(max-width:480px){.hero-title-enhanced{font-size:2.25rem}.section-title-apple{font-size:2rem}.quote-text{font-size:1.25rem}.profile-stats,.values-grid{grid-template-columns:1fr}.profile-card,.vision-card,.mission-card,.culture-card{padding:2rem}.cta-title-apple{font-size:2.5rem}}.faq-section{padding:3rem;border-top:1px solid var(--gray-200);max-width:1200px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;font-weight:600;color:var(--gray-900);cursor:pointer;transition:all .3s ease}.faq-question:hover{background:var(--gray-100)}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--green-soft: #ecfdf3;--white: #ffffff;--black: #000000;--gray-100: #f9fafb;--gray-200: #e5e7eb;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--ease-smooth: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.who-we-are-page{background:var(--white);scroll-behavior:smooth}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#14532d,#1a6b3d,#14532d);transform-origin:left;z-index:1000}.who-we-are-hero{background:var(--green-main);padding:3rem 2rem 8rem;min-height:100vh;display:flex;flex-direction:column;color:var(--white);position:relative;overflow:visible}.hero-bg-animation{position:absolute;right:0;top:150px;width:70%;height:100%;z-index:2;overflow:hidden}.who-we-are-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(60% 50% at 20% 30%,rgba(255,255,255,.02),transparent 30%),linear-gradient(180deg,rgba(0,0,0,.06),transparent 40%);pointer-events:none;z-index:0}.hero-particle-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;opacity:.35;mix-blend-mode:screen}.who-we-are-hero .floating-blob{position:absolute;border-radius:50%;filter:blur(30px);opacity:.18;transform:translateZ(0);z-index:1}.blob-a{width:360px;height:360px;background:#ffffff0f;left:-60px;top:10%}.blob-b{width:260px;height:260px;background:#0000000f;right:-40px;top:30%}.who-we-are-breadcrumb{display:flex;align-items:center;gap:1rem;padding:10rem 0;font-size:1.025rem;font-weight:500;letter-spacing:.02em;margin-bottom:2rem;position:absolute;top:2rem;left:5rem;z-index:10}.who-we-are-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s ease}.who-we-are-breadcrumb a:hover{opacity:.7}.who-we-are-breadcrumb .separator{color:#ffffffb3;font-weight:300}.who-we-are-breadcrumb .current{color:#fff;font-weight:400}.who-we-are-content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start;padding:15rem 0 6rem 8rem;flex:1;position:relative;z-index:10}.who-we-are-content-left{display:flex;align-items:flex-start;color:var(--white);animation:slideInLeft .8s var(--ease-out);position:relative;z-index:6}.who-we-are-heading{font-size:5.5rem;font-weight:650;line-height:1.02;color:#fff!important;letter-spacing:-.02em;max-width:720px;text-shadow:0 8px 30px rgba(0,0,0,.18);position:relative;z-index:7}.who-we-are-content-right{display:flex;flex-direction:column;gap:2rem;padding-top:2rem;animation:slideInRight .8s var(--ease-out) .2s both;color:#fff}.who-we-are-paragraph{font-size:1.375rem;line-height:1.75;color:#fffffff5;font-weight:400;letter-spacing:.01em;max-width:720px}.who-we-are-image{width:100%;margin:2rem auto -10rem;overflow:visible;border-radius:24px;display:flex;justify-content:center;align-items:center;padding:0}.hero-image{width:100%;max-width:1200px;height:600px;object-fit:cover;border-radius:24px;display:block;animation:zoomIn .8s var(--ease-out) .4s both;margin:0 auto}.hero-animation-container{width:100%;max-width:1200px;height:600px;border-radius:24px;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;margin:0 auto;animation:fadeInUp .8s var(--ease-out) .4s both}.hero-animation{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.who-we-are-content-wrapper{z-index:6;position:relative}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:991px){.who-we-are-hero{min-height:640px;padding:3rem 1.5rem 6rem}.who-we-are-breadcrumb{position:static;top:auto;left:auto;padding:1rem 0;margin:0 auto 1rem;justify-content:center}.who-we-are-content-wrapper{grid-template-columns:1fr;gap:1.5rem;padding:8rem 1.5rem 3rem;padding-left:0;align-items:center}.who-we-are-content-left,.who-we-are-content-right{padding-top:0;display:flex;flex-direction:column;align-items:center;text-align:center}.who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.06;max-width:100%;text-shadow:0 6px 20px rgba(0,0,0,.16)}.who-we-are-paragraph{font-size:1rem;line-height:1.6;max-width:100%;padding:0 .5rem}.who-we-are-image{margin:1.5rem auto -4rem}.hero-image{height:46vh;max-width:100%;border-radius:18px}.blob-a,.blob-b,.hero-particle-canvas{display:none}}@media(max-width:480px){.who-we-are-hero{min-height:auto;padding:2rem 1rem 4rem}.who-we-are-breadcrumb{position:relative;top:auto;left:auto;font-size:.85rem;padding:.5rem 0;margin:0 auto .5rem;justify-content:center}.who-we-are-content-wrapper{padding:2rem 1rem 1.5rem!important;gap:.75rem}.who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04;margin-bottom:.5rem}.who-we-are-paragraph{font-size:.9rem;line-height:1.4;padding:0 .5rem;margin-bottom:.5rem}.hero-image{height:45vh;margin:1rem auto -3rem!important}}.company-profile-section{padding:220px 0;background:var(--white)}.profile-glass-card{background:var(--gray-100);border-radius:32px;padding:60px;max-width:1100px;margin:0 auto;box-shadow:0 20px 40px -10px #0000001a;border:1px solid var(--gray-200)}.profile-grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:start}.profile-text-content{max-width:600px}.profile-paragraph{font-size:1.1rem;line-height:1.7;color:var(--gray-700);margin-bottom:1.5rem}.profile-paragraph:last-child{margin-bottom:0}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 30px;background:var(--white);padding:40px;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d}.profile-stat-item{text-align:center}.profile-stat-number{font-size:2.5rem;font-weight:800;color:var(--green-main);line-height:1.2;margin-bottom:.5rem}.profile-stat-label{font-size:.9rem;color:var(--gray-600);font-weight:500;text-transform:uppercase;letter-spacing:.02em}.vision-mission-section{padding:120px 0;background:linear-gradient(135deg,#f8faf8,#fff);position:relative;overflow:hidden}.vision-mission-section:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(21,128,61,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none}.vision-mission-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(21,128,61,.02) 0%,transparent 70%);border-radius:50%;pointer-events:none}.vision-mission-enhanced{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto;position:relative;z-index:2}.vision-mission-content{display:flex;flex-direction:column;gap:30px;animation:fadeInLeft .8s ease}.vision-card-enhanced,.mission-card-enhanced{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:32px;padding:40px;box-shadow:0 25px 50px -12px #00000026;border:1px solid rgba(21,128,61,.1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.vision-card-enhanced:before,.mission-card-enhanced:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(180deg,#15803d,#4ade80);transition:height .4s ease}.vision-card-enhanced:hover:before,.mission-card-enhanced:hover:before{height:100%}.vision-card-enhanced:hover,.mission-card-enhanced:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 35px 60px -15px #15803d4d;border-color:#15803d4d}.vision-card-enhanced{background:linear-gradient(135deg,#fff,#f9fafb)}.mission-card-enhanced{background:linear-gradient(135deg,#f9fafb,#fff)}.card-icon-wrapper{margin-bottom:1.5rem}.card-icon{width:48px;height:48px;stroke-width:1.5}.card-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--gray-900)}.card-description{font-size:1rem;line-height:1.7;color:var(--gray-700);margin-bottom:1.5rem}.vision-tags{display:flex;flex-wrap:wrap;gap:.75rem}.vision-tag{padding:.5rem 1rem;background:var(--green-light);color:var(--green-dark);border-radius:100px;font-size:.85rem;font-weight:600}.mission-bullets{list-style:none;padding:0}.mission-bullets li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem;color:var(--gray-700)}.mission-bullets li svg{color:var(--green-main);flex-shrink:0}.vision-mission-image-wrapper{position:relative;animation:fadeInRight .8s ease .2s both}.vision-image-container{position:relative;border-radius:40px;overflow:hidden;box-shadow:0 40px 70px -15px #15803d59;transform:rotate(2deg);transition:all .5s ease}.vision-image-container:hover{transform:rotate(0) scale(1.02);box-shadow:0 50px 80px -15px #15803d73}.vision-image{width:100%;height:550px;object-fit:cover;display:block;transition:transform .7s ease}.vision-image-container:hover .vision-image{transform:scale(1.1)}.vision-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(21,128,61,.1) 50%,rgba(21,128,61,.8) 100%);display:flex;align-items:flex-end;padding:40px;opacity:0;transition:opacity .4s ease}.vision-image-container:hover .vision-image-overlay{opacity:1}.overlay-content{color:#fff;transform:translateY(20px);transition:transform .4s ease}.vision-image-container:hover .overlay-content{transform:translateY(0)}.overlay-year{display:inline-block;padding:6px 16px;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:100px;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:12px;border:1px solid rgba(255,255,255,.3)}.overlay-content h4{font-size:2rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.overlay-content p{font-size:1rem;opacity:.9;text-shadow:0 1px 5px rgba(0,0,0,.2)}.vision-accent-shape{position:absolute;top:-20px;right:-20px;width:150px;height:150px;background:linear-gradient(135deg,#15803d,#4ade80);border-radius:50%;z-index:-1;opacity:.2;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(10px,-10px) rotate(5deg)}66%{transform:translate(-5px,5px) rotate(-5deg)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.philosophy-section{padding:120px 0;background:var(--white)}.philosophy-wide-card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,var(--green-soft) 0%,var(--white) 100%);border-radius:32px;padding:80px 60px;text-align:center;border:1px solid rgba(21,128,61,.2)}.section-title{font-size:2.5rem;font-weight:800;text-align:center;color:var(--gray-900);margin-bottom:3rem}.philosophy-main-text{font-size:1.25rem;line-height:1.7;color:var(--gray-700);max-width:600px;margin:0 auto 3rem}.philosophy-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.philosophy-mini-card{text-align:center}.philosophy-mini-icon{width:40px;height:40px;color:var(--green-main);margin-bottom:1rem;stroke-width:1.5}.philosophy-mini-card h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.philosophy-mini-card p{font-size:.9rem;color:var(--gray-600)}.core-values-section{padding:120px 0;background:#14532d}.values-grid-six{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto}.value-card-equal{background:var(--white);border-radius:24px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px -10px #0000000d;border:1px solid var(--gray-200);transition:all .3s ease}.value-card-equal:hover{transform:translateY(-6px);border-color:var(--green-main);box-shadow:0 25px 40px -12px #15803d26}.value-card-icon{width:48px;height:48px;color:var(--green-main);margin-bottom:1.5rem;stroke-width:1.5}.value-card-equal h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.value-card-equal p{font-size:.95rem;color:var(--gray-600);line-height:1.5;max-width:200px;margin:0 auto}.process-section{padding:120px 0;background:var(--white)}.process-vertical-timeline{max-width:700px;margin:0 auto}.process-timeline-step{display:flex;gap:30px;padding:30px 0;border-bottom:1px solid var(--gray-200)}.process-timeline-step:last-child{border-bottom:none}.process-step-number{font-size:2.5rem;font-weight:800;color:var(--green-main);line-height:1;min-width:70px}.process-step-content h3{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.process-step-content p{font-size:1rem;color:var(--gray-600);line-height:1.6;max-width:450px}.trust-section{padding:120px 0;background:#14532d}.trust-icon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto 3rem}.trust-grid-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--white);border-radius:16px;box-shadow:0 5px 15px -5px #0000000d;border:1px solid var(--gray-200);transition:background .3s ease}.trust-grid-item:hover{background:var(--green-soft)}.trust-grid-icon{color:var(--green-main);width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.2rem}.trust-grid-item p{font-size:.95rem;color:var(--gray-700);line-height:1.5}.certification-badges-row{display:flex;justify-content:center;gap:1.5rem}.certification-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:100px;font-size:.95rem;font-weight:500;color:var(--gray-800);box-shadow:0 2px 8px #00000005}.certification-badge svg{color:var(--green-main)}.final-cta-section{padding:120px 0;background:linear-gradient(135deg,var(--green-main) 0%,var(--green-dark) 100%);text-align:center}.cta-main-title{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1rem}.cta-subtitle-text{font-size:1.1rem;color:#ffffffe6;margin-bottom:2.5rem}.cta-button-group{display:flex;gap:1rem;justify-content:center}.cta-primary-button,.cta-secondary-button{padding:1rem 2.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.cta-primary-button{background:var(--white);color:var(--green-main)}.cta-primary-button:hover{transform:translateY(-3px);box-shadow:0 20px 30px -10px #0003}.cta-secondary-button{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.cta-secondary-button:hover{background:#ffffff1a;transform:translateY(-3px);border-color:var(--white)}.cta-primary-button svg,.cta-secondary-button svg{transition:transform .3s ease}.cta-primary-button:hover svg,.cta-secondary-button:hover svg{transform:translate(4px)}@media(min-width:1200px){.container{padding:0 2rem}.who-we-are-heading{font-size:5.5rem}}@media(max-width:1199px){.who-we-are-heading{font-size:4.5rem}.who-we-are-content-wrapper{padding-left:4rem;gap:3rem}.vision-image{height:450px}}@media(max-width:991px){.container{padding:0 1.5rem}.who-we-are-hero{padding:2rem 1.5rem 0}.who-we-are-breadcrumb{left:1.5rem;top:1.5rem;padding:0}.who-we-are-content-wrapper{grid-template-columns:1fr;padding:8rem 0 4rem;padding-left:0;gap:2rem}.who-we-are-heading{font-size:4rem;max-width:100%}.who-we-are-content-right{padding-top:0}.hero-image{height:500px}.profile-grid{grid-template-columns:1fr;gap:40px}.profile-text-content{max-width:100%}.profile-stats-grid{max-width:600px;margin:0 auto}.vision-mission-enhanced{grid-template-columns:1fr;gap:40px}.vision-mission-content{order:2}.vision-mission-image-wrapper{order:1;max-width:600px;margin:0 auto}.vision-image{height:400px}.values-grid-six,.trust-icon-grid{grid-template-columns:repeat(2,1fr);gap:20px}.philosophy-mini-grid{gap:30px}.section-title{font-size:2.25rem;margin-bottom:2.5rem}}@media(max-width:767px){.who-we-are-hero{min-height:auto;padding-bottom:4rem}.who-we-are-breadcrumb{font-size:.9rem;gap:.75rem}.who-we-are-heading{font-size:3rem;line-height:1.2}.who-we-are-paragraph{font-size:1.1rem;line-height:1.6}.who-we-are-image{margin:2rem auto -4rem}.hero-image{height:400px}.company-profile-section,.vision-mission-section,.philosophy-section,.core-values-section,.process-section,.trust-section{padding:80px 0}.profile-glass-card{padding:40px 30px}.profile-stats-grid{grid-template-columns:1fr;gap:30px;padding:30px}.profile-stat-number{font-size:2.25rem}.vision-card-enhanced,.mission-card-enhanced{padding:30px}.card-title{font-size:1.75rem}.vision-image{height:350px}.overlay-content h4{font-size:1.75rem}.philosophy-wide-card{padding:60px 30px}.philosophy-mini-grid{grid-template-columns:1fr;gap:30px;max-width:300px;margin:0 auto}.values-grid-six{grid-template-columns:1fr;max-width:400px}.value-card-equal{padding:30px}.process-timeline-step{flex-direction:column;gap:15px;padding:25px 0}.process-step-number{font-size:2rem;min-width:auto}.trust-icon-grid{grid-template-columns:1fr;max-width:450px}.certification-badges-row{flex-direction:column;align-items:center;gap:1rem}.certification-badge{width:fit-content}.final-cta-section{padding:80px 0}.cta-main-title{font-size:2rem}.cta-button-group{flex-direction:column;align-items:center;gap:1rem}.cta-primary-button,.cta-secondary-button{width:100%;max-width:300px;justify-content:center}}@media(max-width:575px){.container{padding:0 1rem}.who-we-are-hero{padding:1.5rem 1rem 0}.who-we-are-breadcrumb{left:1rem;top:1rem}.who-we-are-heading{font-size:2.5rem}.who-we-are-paragraph{font-size:1rem}.hero-image{height:300px}.section-title{font-size:2rem;margin-bottom:2rem}.profile-glass-card{padding:30px 20px;border-radius:24px}.profile-stats-grid{padding:20px;gap:25px}.profile-stat-number{font-size:2rem}.profile-stat-label{font-size:.8rem}.vision-image{height:300px}.vision-image-container{border-radius:30px}.vision-image-overlay{padding:25px}.overlay-year{font-size:.75rem;padding:4px 12px}.overlay-content h4{font-size:1.5rem}.overlay-content p{font-size:.9rem}.vision-accent-shape{width:100px;height:100px;top:-10px;right:-10px}.philosophy-wide-card{padding:40px 20px;border-radius:24px}.philosophy-main-text{font-size:1rem;margin-bottom:2rem}.value-card-equal{padding:25px 20px}.value-card-icon{width:40px;height:40px;margin-bottom:1rem}.value-card-equal h3{font-size:1.1rem}.value-card-equal p{font-size:.9rem}.process-timeline-step{padding:20px 0}.process-step-content h3{font-size:1.1rem}.process-step-content p{font-size:.95rem}.trust-grid-item{padding:1.25rem}.trust-grid-item p{font-size:.9rem}.certification-badge{padding:.6rem 1.25rem;font-size:.9rem}.cta-main-title{font-size:1.75rem}.cta-subtitle-text{font-size:1rem;margin-bottom:2rem}.cta-primary-button,.cta-secondary-button{padding:.875rem 2rem;font-size:.95rem}}@media(max-width:374px){.who-we-are-heading{font-size:2rem}.hero-image{height:250px}.section-title,.profile-stat-number{font-size:1.75rem}.vision-image{height:250px}.card-title{font-size:1.5rem}.vision-tag{padding:.4rem .8rem;font-size:.75rem}.mission-bullets li{font-size:.9rem}.philosophy-mini-card h3{font-size:1.1rem}.process-step-number{font-size:1.75rem}.certification-badge{width:100%;justify-content:center}}@media(min-width:1600px){.container{max-width:1440px}.who-we-are-heading{font-size:6rem}.hero-image{max-width:1400px;height:900px}.vision-image{height:600px}}@media print{.scroll-progress,.who-we-are-breadcrumb,.vision-image-overlay,.certification-badges-row{display:none}.who-we-are-hero{background:none;color:#000;min-height:auto;padding:2rem}.who-we-are-heading{color:#000!important;text-shadow:none}.who-we-are-paragraph{color:#333}}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--green-soft: #ecfdf3;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--insecticide: #ef4444;--insecticide-light: #fef2f2;--herbicide: #22c55e;--herbicide-light: #f0fdf4;--fungicide: #8b5cf6;--fungicide-light: #faf5ff;--pgr: #3b82f6;--pgr-light: #eff6ff;--biofertilizer: #10b981;--biofertilizer-light: #f0fdf9;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-md: 0 6px 12px -1px rgb(0 0 0 / .1), 0 4px 6px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 25px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 40px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .35s cubic-bezier(.4, 0, .2, 1);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;color:var(--gray-900);background-color:var(--white)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1536px){.container{max-width:1400px}}.products-hero{position:relative;min-height:70vh;background:linear-gradient(135deg,#14532d,#15803d);overflow:hidden;isolation:isolate}.hero-blur-effects{position:absolute;inset:0;pointer-events:none;z-index:1}.blur-effect{position:absolute;border-radius:50%;filter:blur(100px);opacity:.15;animation:float 25s ease-in-out infinite}.blur-1{width:500px;height:500px;background:radial-gradient(circle,var(--herbicide),transparent 70%);top:-100px;right:-100px;animation-delay:-5s}.blur-2{width:400px;height:400px;background:radial-gradient(circle,var(--pgr),transparent 70%);bottom:-50px;left:-50px;animation-delay:-10s}.blur-3{width:300px;height:300px;background:radial-gradient(circle,var(--fungicide),transparent 70%);top:50%;left:10%;animation-delay:-15s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.05)}66%{transform:translate(-20px,30px) scale(.95)}}.hero-content-overlay{position:relative;z-index:10;height:100%;display:flex;align-items:center;color:var(--white)}.hero-content{max-width:800px;padding:4rem 0;animation:slideUp .8s var(--transition) .2s both}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-2xl);font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:2rem;animation:fadeIn .6s var(--transition) .4s both}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em;color:#fff}.hero-title .highlight{background:linear-gradient(135deg,#4ade80,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.7;opacity:.95;margin-bottom:3rem;max-width:600px;color:#fffffff2}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);transition:all var(--transition);color:#fff}.stat-item:hover{background:#ffffff1a;transform:translateY(-2px)}.stat-item svg{color:#4ade80}.stat-content{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;line-height:1;color:#fff}.stat-label{font-size:.875rem;opacity:.85;margin-top:.25rem;color:#ffffffd9}.scroll-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-xl);color:#fff;cursor:pointer;transition:all var(--transition);margin-top:2rem;animation:bounce 2s infinite}.scroll-indicator:hover{background:#fff3;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.category-filter-section{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa}.category-header{text-align:center;padding:2rem 0 1rem}.category-title{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;color:#fff}.category-subtitle{color:var(--gray-600);font-size:1.125rem;max-width:600px;margin:0 auto}.category-navigation{padding:1rem 0}.category-scroll{display:flex;gap:1rem;overflow-x:auto;padding:1rem .5rem;scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.category-scroll::-webkit-scrollbar{height:6px}.category-scroll::-webkit-scrollbar-track{background:transparent;border-radius:3px}.category-scroll::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.category-scroll::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.category-btn{flex-shrink:0;padding:1.5rem;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-xl);cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:300px;text-align:left;position:relative;overflow:hidden}.category-btn:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--category-color);transform:scaleX(0);transition:transform var(--transition);transform-origin:left}.category-btn:hover:not(.active){background:var(--gray-50);transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-lg)}.category-btn.active{background:linear-gradient(135deg,var(--category-color) 0%,color-mix(in srgb,var(--category-color) 80%,black) 100%);color:var(--white)!important;border-color:var(--category-color);box-shadow:0 20px 40px color-mix(in srgb,var(--category-color) 25%,transparent);transform:translateY(-2px)}.category-btn.active .category-name{color:#fff!important}.category-btn.active .category-description{color:#ffffffe6!important}.category-btn.active .icon-container{background:#fff3!important;color:#fff!important}.category-btn.active:before{transform:scaleX(1)}.category-btn.animating{animation:categoryPulse 1s ease-in-out}@keyframes categoryPulse{0%,to{box-shadow:0 8px 20px color-mix(in srgb,var(--category-color) 25%,transparent)}50%{box-shadow:0 12px 30px color-mix(in srgb,var(--category-color) 40%,transparent)}}.btn-content{display:flex;align-items:center;gap:1.25rem}.icon-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff3;border-radius:var(--radius-lg);transition:all var(--transition)}.category-btn.active .icon-container{background:#ffffff4d;transform:scale(1.1)}.text-container{flex:1;display:flex;flex-direction:column;gap:.375rem}.category-name{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.category-description{font-size:.875rem;opacity:.9;color:#fff}.product-count{display:flex;align-items:center;gap:.375rem;font-size:.75rem;opacity:.8;margin-top:.375rem}.active-indicator{display:flex;align-items:center;gap:.5rem}.active-indicator .arrow-icon{animation:slideRight .6s ease-out}.active-indicator .check-icon{animation:fadeIn .6s ease-out}@keyframes slideRight{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.active-category-info{display:flex;align-items:center;gap:2rem;padding:2rem;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-xl);margin:2rem 0;transition:all var(--transition)}.active-category-info.highlight{animation:highlightPulse 1s ease-in-out;border-color:var(--category-color)}@keyframes highlightPulse{0%,to{box-shadow:0 0 color-mix(in srgb,var(--category-color) 30%,transparent)}50%{box-shadow:0 0 0 10px color-mix(in srgb,var(--category-color) 0%,transparent)}}.category-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--category-light);border-radius:var(--radius-lg);color:var(--category-color);font-size:2rem;flex-shrink:0}.category-details{flex:1}.category-details h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem}.category-details p{color:var(--gray-600);margin-bottom:1rem}.category-features{display:flex;gap:.75rem;flex-wrap:wrap}.category-features .feature-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--category-light);border:1px solid color-mix(in srgb,var(--category-color) 20%,transparent);border-radius:var(--radius);color:var(--category-color);font-size:.875rem;font-weight:500}.category-stats{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.stat-badge{display:flex;flex-direction:column;align-items:center;padding:1rem;background:var(--category-light);border:2px solid var(--category-color);border-radius:var(--radius-lg);min-width:100px}.stat-number{font-size:1.75rem;font-weight:700;color:var(--category-color);line-height:1}.stat-label{font-size:.875rem;color:var(--gray-600);margin-top:.25rem}.products-main{padding:3rem 0}.products-section-header{margin-bottom:3rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}@media(max-width:1024px){.header-content{flex-direction:column;align-items:stretch}}.title-section{flex:1;min-width:300px}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600);margin-bottom:1rem}.breadcrumb a{display:flex;align-items:center;gap:.375rem;color:var(--green-main);cursor:pointer;text-decoration:none;transition:color var(--transition)}.breadcrumb a:hover{color:var(--green-dark);text-decoration:underline}.breadcrumb .current{color:var(--gray-900);font-weight:500}.page-title{display:flex;align-items:center;gap:1rem;font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;flex-wrap:wrap}.product-count-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;color:#fff;border-radius:var(--radius-xl);font-size:.875rem;font-weight:600;margin-left:1rem;border:none}.page-description{color:var(--gray-600);font-size:1rem;line-height:1.6;max-width:800px}.search-container{position:relative;flex:1}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;z-index:1}.search-input{width:100%;padding:.875rem 1rem .875rem 3rem;background:var(--white);border:2px solid var(--gray-300);border-radius:var(--radius-lg);font-size:.95rem;transition:all var(--transition);color:var(--gray-800)}.search-input:focus{outline:none;background:var(--white);border-color:var(--green-main);box-shadow:0 0 0 3px #15803d1a}.search-input::placeholder{color:var(--gray-500)}.clear-search-btn{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;border-radius:var(--radius);transition:all var(--transition-fast);z-index:1}.clear-search-btn:hover{color:var(--gray-600);background:var(--gray-200)}.view-controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}.view-toggle{display:flex;align-items:center;gap:.5rem}.toggle-label{font-size:.875rem;color:var(--gray-600);font-weight:500}.toggle-buttons{display:flex;border:1px solid var(--gray-300);border-radius:var(--radius);overflow:hidden;background:var(--white)}.toggle-btn{padding:.5rem .75rem;background:var(--white);border:none;color:var(--gray-600);cursor:pointer;transition:all var(--transition-fast)}.toggle-btn:hover{background:var(--gray-100);color:var(--gray-700)}.toggle-btn.active{background:var(--green-main);color:var(--white)}.sort-dropdown{position:relative;display:flex;align-items:center}.filter-icon{position:absolute;left:.75rem;color:var(--gray-400);pointer-events:none;z-index:1}.sort-select{padding:.5rem .75rem .5rem 2.5rem;border:1px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-800);font-size:.875rem;cursor:pointer;transition:all var(--transition);min-width:180px}.sort-select:focus{outline:none;border-color:var(--green-main);box-shadow:0 0 0 3px #15803d1a}.active-filters{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);flex-wrap:wrap;margin-top:1rem}.filters-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600);font-weight:500}.filter-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:.875rem;color:var(--gray-700)}.remove-filter{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:none;border:none;color:var(--gray-500);cursor:pointer;border-radius:50%;transition:all var(--transition-fast)}.remove-filter:hover{background:var(--gray-300);color:var(--gray-700)}.clear-all-btn{margin-left:auto;padding:.5rem 1rem;background:none;border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);font-size:.875rem;cursor:pointer;transition:all var(--transition)}.clear-all-btn:hover{background:var(--gray-100);color:var(--gray-800)}.category-info-card{display:flex;gap:2rem;padding:2rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);margin-bottom:3rem;transition:all var(--transition);align-items:flex-start}.category-info-card:hover{border-color:var(--green-light);box-shadow:var(--shadow)}.info-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;background:var(--green-soft);border-radius:var(--radius-lg);color:var(--green-main);font-size:1.5rem}.info-content{flex:1}.info-content h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.info-content p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.info-features{display:flex;gap:.75rem;flex-wrap:wrap}.feature-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--green-soft);border:1px solid var(--green-light);border-radius:var(--radius);color:var(--green-dark);font-size:.875rem;font-weight:500}.products-section{margin-bottom:4rem}.products-container{display:grid;gap:2rem}.products-container.grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.products-container.list{grid-template-columns:1fr}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;text-align:center}.loading-spinner{margin-bottom:1.5rem}.spinning-icon{animation:spin 2s linear infinite,float 3s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:var(--gray-600);font-size:1.125rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0;text-align:center}.empty-icon{color:var(--gray-400);margin-bottom:1.5rem;animation:bounce 2s infinite}.empty-state h3{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.empty-message{color:var(--gray-600);margin-bottom:2rem;max-width:400px}.empty-actions{display:flex;gap:1rem}.clear-search-action,.browse-all-btn{padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all var(--transition);border:none}.clear-search-action{background:var(--white);border:1px solid var(--gray-300);color:var(--gray-700)}.clear-search-action:hover{background:var(--gray-50)}.browse-all-btn{background:var(--green-main);border:1px solid var(--green-main);color:var(--white)}.browse-all-btn:hover{background:var(--green-dark)}.results-summary{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;margin-top:2rem;border-top:1px solid var(--gray-200)}.summary-info{display:flex;align-items:center;gap:.75rem;color:var(--gray-600)}.summary-info svg{color:var(--green-main)}.load-more{display:flex;align-items:center}.load-more-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);border:2px solid var(--green-main);border-radius:var(--radius);color:var(--green-main);font-weight:600;cursor:pointer;transition:all var(--transition);border:none}.load-more-btn:hover{background:var(--green-main);color:var(--white);transform:translateY(-2px)}.trust-banner{background:linear-gradient(135deg,var(--green-soft) 0%,var(--white) 100%);border:2px solid var(--green-light);border-radius:var(--radius-xl);padding:3rem;margin-top:4rem}.trust-content{display:flex;align-items:center;gap:3rem}.trust-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:64px;height:64px;background:var(--white);border:1px solid var(--green-light);border-radius:var(--radius-lg);color:var(--green-main)}.trust-text{flex:1}.trust-text h3{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.trust-text p{color:var(--gray-600);line-height:1.7}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;min-width:300px}.badge-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--gray-700);transition:all var(--transition)}.badge-item:hover{border-color:var(--green-light);transform:translateY(-2px);box-shadow:var(--shadow)}.badge-item svg{color:var(--green-main)}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition);cursor:pointer;animation:cardFadeIn .6s var(--transition) forwards;opacity:0;transform:translateY(20px);display:flex;flex-direction:column;height:100%}@keyframes cardFadeIn{to{opacity:1;transform:translateY(0)}}.product-card:hover{border-color:color-mix(in srgb,var(--accent-color) 30%,transparent);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-image{position:relative;aspect-ratio:1;overflow:hidden;background:linear-gradient(135deg,var(--gray-100) 0%,var(--gray-200) 100%)}.product-image img{width:100%;height:100%;object-fit:contain;padding:2rem;background:var(--white);transition:transform var(--transition-slow)}.product-card:hover .product-image img{transform:scale(1.1)}.product-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:2rem}.patent-badge{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:var(--white);font-size:.75rem;font-weight:700;letter-spacing:.05em;border-radius:var(--radius);box-shadow:var(--shadow);z-index:10;animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{box-shadow:0 4px 12px #f59e0b4d}to{box-shadow:0 4px 20px #f59e0b80}}.product-category-tag{position:absolute;top:1rem;right:1rem;z-index:10}.tag-content{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);font-size:.75rem;font-weight:700;letter-spacing:.05em;box-shadow:var(--shadow);transition:all var(--transition)}.product-card:hover .tag-content{background:color-mix(in srgb,var(--accent-color) 10%,white);border-color:color-mix(in srgb,var(--accent-color) 20%,transparent);color:var(--accent-color)}.manufacturer-badge{position:absolute;bottom:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius);font-size:.75rem;font-weight:600;color:var(--gray-700);z-index:10;transition:all var(--transition)}.product-card:hover .manufacturer-badge{background:#fffffff2;transform:translateY(-2px)}.quick-stats-overlay{position:absolute;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;z-index:10}.quick-stats-overlay .stat-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);font-size:.75rem;font-weight:600;color:var(--gray-700);opacity:0;transform:translate(10px);transition:all var(--transition)}.product-card:hover .quick-stats-overlay .stat-item{opacity:1;transform:translate(0)}.quick-stats-overlay .stat-item:nth-child(1){transition-delay:.1s}.quick-stats-overlay .stat-item:nth-child(2){transition-delay:.2s}.quick-stats-overlay .stat-item:nth-child(3){transition-delay:.3s}.hover-actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:.5rem;opacity:0;transition:all var(--transition);z-index:20}.product-card:hover .hover-actions{opacity:1}.hover-actions .action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--white);border:none;border-radius:50%;color:var(--gray-700);cursor:pointer;box-shadow:var(--shadow);transition:all var(--transition)}.hover-actions .action-btn:hover{background:var(--accent-color);color:var(--white);transform:scale(1.1)}.read-more-arrow{position:absolute;bottom:1rem;right:1rem;width:40px;height:40px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);opacity:0;transform:translateY(10px);transition:all var(--transition);z-index:10;box-shadow:var(--shadow)}.product-card:hover .read-more-arrow{opacity:1;transform:translateY(0)}.read-more-arrow svg{transition:transform var(--transition)}.product-card:hover .read-more-arrow svg{transform:translate(2px)}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:1rem;background:var(--white);border-top:1px solid var(--gray-100)}.product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.product-name{flex:1;font-size:1.25rem;font-weight:700;color:var(--gray-900);line-height:1.3;transition:color var(--transition)}.product-card:hover .product-name{color:var(--accent-color)}.patent-indicator{color:#f59e0b}.product-formulation{display:flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.875rem;font-weight:500}.product-formulation svg{color:var(--accent-color)}.composition-section{margin-top:.5rem}.composition-section .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:var(--gray-600);font-size:.875rem;font-weight:600}.ingredients-list{display:flex;flex-direction:column;gap:.375rem}.ingredient-item{display:flex;align-items:center;gap:.5rem}.check-icon{color:var(--green-main);flex-shrink:0}.ingredient-text{font-size:.875rem;color:var(--gray-700);line-height:1.4}.feature-preview{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.feature-icon{color:var(--green-main);flex-shrink:0}.product-actions{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;padding-top:1rem;margin-top:auto;border-top:1px solid var(--gray-200)}.view-details-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:color-mix(in srgb,var(--accent-color) 10%,white);border:1px solid color-mix(in srgb,var(--accent-color) 20%,transparent);border-radius:var(--radius);color:var(--accent-color);font-weight:600;font-size:.875rem;cursor:pointer;transition:all var(--transition);border:none;width:100%;justify-content:center}.view-details-btn:hover{background:var(--accent-color);color:var(--white);transform:translate(4px)}.secondary-actions{display:flex;align-items:center;gap:.5rem;justify-self:end}@media(max-width:640px){.product-actions{grid-template-columns:1fr}.secondary-actions{justify-self:stretch;display:flex;gap:.5rem;margin-top:.5rem;justify-content:space-between}.view-details-btn{justify-content:center}}.pdf-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all var(--transition)}.pdf-link:hover{background:var(--gray-100);color:var(--accent-color);border-color:var(--accent-color)}.share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-800);cursor:pointer;transition:all var(--transition);opacity:1;visibility:visible;border:none}.share-btn svg,.nav-action-btn.share-btn svg,.product-card .share-btn svg,.share-btn svg *,.nav-action-btn.share-btn svg *,.product-card .share-btn svg *{color:var(--gray-800)!important;fill:currentColor!important;stroke:currentColor!important}.share-btn svg,.nav-action-btn.share-btn svg,.product-card .share-btn svg{display:block!important;width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;opacity:1!important;visibility:visible!important}.share-btn svg path,.share-btn svg circle,.share-btn svg g,.share-btn svg line,.share-btn svg polygon,.share-btn svg rect{fill:currentColor!important;stroke:currentColor!important}.share-btn:hover{background:var(--gray-100);color:var(--accent-color);border-color:var(--accent-color);transform:translateY(-2px)}.product-detail-page{background:linear-gradient(180deg,var(--white) 0%,var(--gray-50) 100%);min-height:100vh}.product-nav{background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow-sm);position:sticky;top:64px;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:2rem}@media(max-width:768px){.nav-content{flex-direction:column;gap:1rem}}.back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--gray-100);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);font-weight:500;cursor:pointer;transition:all var(--transition);white-space:nowrap;border:none}.back-button:hover{background:var(--gray-200);transform:translate(-2px)}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600);flex:1;flex-wrap:wrap;justify-content:center}.breadcrumbs a{display:flex;align-items:center;gap:.375rem;color:var(--green-main);cursor:pointer;text-decoration:none;transition:color var(--transition)}.breadcrumbs a:hover{color:var(--green-dark);text-decoration:underline}.breadcrumbs .current{color:var(--gray-900);font-weight:500}.nav-actions{display:flex;gap:.5rem}.nav-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--gray-100);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-600);cursor:pointer;transition:all var(--transition);border:none}.nav-action-btn:hover,.nav-action-btn.active{background:var(--gray-200);color:var(--green-main);border-color:var(--green-light)}.product-detail-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;padding:2rem 0}@media(max-width:1024px){.product-detail-content{grid-template-columns:1fr}}.product-left-column{display:flex;flex-direction:column;gap:2rem}.image-gallery{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden}.main-image{position:relative;aspect-ratio:1;background:var(--gray-100);cursor:zoom-in}.main-image img{width:100%;height:100%;object-fit:contain;padding:2rem;transition:transform var(--transition-slow);border-radius:24px}.main-image.zoomed img{transform:scale(1.5)}.zoom-toggle{position:absolute;bottom:1rem;right:1rem;width:40px;height:40px;background:var(--white);border:1px solid var(--gray-300);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gray-700);cursor:pointer;transition:all var(--transition);box-shadow:0 8px 28px #0000001f;background:linear-gradient(180deg,#fff,#fafafa);z-index:9999}.zoom-toggle:hover{background:var(--gray-100);color:var(--gray-800);border-color:var(--gray-300)}.zoom-toggle svg,.zoom-toggle svg *{display:block!important;width:18px!important;height:18px!important;color:currentColor!important;fill:currentColor!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.image-badge{position:absolute;top:1rem;left:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;border-radius:var(--radius);z-index:10}.image-badge.patent{background:linear-gradient(135deg,#f59e0b,#d97706);color:var(--white)}.image-thumbnails{display:flex;gap:.5rem;padding:1rem;border-top:1px solid var(--gray-200);overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.image-thumbnails::-webkit-scrollbar{display:none}.thumbnail{flex-shrink:0;width:60px;height:60px;border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all var(--transition);scroll-snap-align:center}.thumbnail.active{border-color:var(--green-main)}.thumbnail img{width:100%;height:100%;object-fit:cover}.quick-info-card,.contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:1.5rem}.card-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--gray-900);margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.info-grid{grid-template-columns:1fr}}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600)}.info-label svg{color:var(--green-main)}.info-value{font-size:.95rem;font-weight:500;color:var(--gray-900)}.contact-description{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.contact-buttons{display:flex;flex-direction:column;gap:.75rem}.contact-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all var(--transition)}.contact-btn.whatsapp{background:#25d366;color:#fff}.contact-btn.call{background:var(--green-main);color:#fff}.contact-btn.email{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.contact-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-right-column{display:flex;flex-direction:column;gap:2rem}.product-header{display:flex;flex-direction:column;gap:1rem}.category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:var(--radius-xl);color:var(--white);font-weight:600;font-size:.875rem;width:fit-content}.product-title{font-size:2.5rem;font-weight:700;color:var(--gray-900);line-height:1.2}@media(max-width:768px){.product-title{font-size:2rem}}.product-subtitle{display:flex;align-items:center;gap:1.5rem;color:var(--gray-600);flex-wrap:wrap}.formulation{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500}.manufacturer{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.composition-section h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.composition-chips{display:flex;flex-wrap:wrap;gap:.75rem}.composition-chip{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius);font-weight:500;font-size:.875rem;transition:all var(--transition)}.features-section h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:var(--radius)}.actions-section{display:flex;align-items:center;gap:2rem;padding:1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);flex-wrap:wrap}@media(max-width:768px){.actions-section{flex-direction:column;align-items:stretch}}.quantity-selector{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.quantity-label{font-weight:600;color:var(--gray-700)}.quantity-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--gray-100);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-700);cursor:pointer;transition:all var(--transition);box-shadow:0 1px #00000008}.quantity-btn:hover:not(:disabled){background:var(--gray-200);color:var(--gray-800);border-color:var(--gray-300)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:1.125rem}.quantity-unit{color:var(--gray-600);font-size:.875rem}.quantity-btn svg,.quantity-btn svg *{display:block!important;width:14px!important;height:14px!important;min-width:14px!important;min-height:14px!important;color:currentColor!important;fill:currentColor!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.action-buttons{display:flex;gap:1rem;flex:1;flex-wrap:wrap}@media(max-width:768px){.action-buttons{flex-direction:column}}.primary-action-btn,.secondary-action-btn,.contact-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all var(--transition);flex:1;text-decoration:none;border:none}.primary-action-btn{color:var(--white)}.primary-action-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.secondary-action-btn{background:transparent;border:2px solid}.secondary-action-btn:hover{transform:translateY(-2px)}.contact-action-btn{background:var(--white);border:1px solid var(--gray-300);color:var(--gray-700)}.contact-action-btn:hover{background:var(--gray-100);border-color:var(--gray-400);transform:translateY(-2px)}.tabs-navigation{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);overflow:hidden}.tabs-header{display:flex;background:var(--gray-50);border-bottom:1px solid var(--gray-200);overflow-x:auto}.tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;background:none;border:none;border-bottom:3px solid transparent;color:var(--gray-600);font-weight:600;cursor:pointer;transition:all var(--transition);white-space:nowrap;min-width:120px}.tab-btn:hover{background:var(--white);color:var(--gray-900)}.tab-btn.active{background:var(--white);color:var(--gray-900);border-bottom-color:transparent!important}.tab-btn:focus,.tab-btn:focus-visible{outline:none;box-shadow:none}.tabs-content{padding:2rem}.tab-panel{display:flex;flex-direction:column;gap:2rem}.info-block{display:flex;flex-direction:column;gap:1rem}.info-block h4{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--gray-900)}.info-block p{color:var(--gray-600);line-height:1.7}.pills-container{display:flex;flex-wrap:wrap;gap:.75rem}.pill{padding:.5rem 1rem;border-radius:var(--radius-xl);font-size:.875rem;font-weight:500;color:var(--gray-700)}.benefits-list{display:flex;flex-direction:column;gap:1rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius)}.benefit-content h5{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.benefit-content p{color:var(--gray-600);line-height:1.6;margin:0}.usage-guide{display:flex;flex-direction:column;gap:1.5rem}.dosage-table{display:flex;flex-direction:column;gap:.75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem}.dosage-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--gray-200)}.dosage-row:last-child{border-bottom:none;padding-bottom:0}.dosage-label{font-weight:600;color:var(--gray-700)}.dosage-value{color:var(--gray-600)}.no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;color:var(--gray-500)}.no-data svg{opacity:.5}.specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:640px){.specs-grid{grid-template-columns:1fr}}.spec-item{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius)}.spec-label{font-size:.875rem;color:var(--gray-600)}.spec-value{font-weight:500;color:var(--gray-900)}.safety-info{display:flex;flex-direction:column;gap:1.5rem}.safety-tips{display:flex;flex-direction:column;gap:1rem}.safety-tip{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:var(--green-soft);border:1px solid var(--green-light);border-radius:var(--radius)}.safety-tip svg{flex-shrink:0;margin-top:.125rem}.safety-tip strong{display:block;color:var(--green-dark);margin-bottom:.25rem}.safety-tip p{color:var(--gray-600);font-size:.875rem;margin:0;line-height:1.6}.trust-indicators{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl)}.indicator{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius);transition:all var(--transition)}.indicator:hover{background:var(--white);border-color:var(--green-light);transform:translateY(-2px)}.indicator svg{flex-shrink:0}.indicator strong{display:block;font-size:.875rem;color:var(--gray-900)}.indicator p{font-size:.75rem;color:var(--gray-600);margin:0}.related-products-section{padding:3rem 0;border-top:1px solid var(--gray-200);margin-top:3rem}.section-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.section-header h2{display:flex;align-items:center;gap:.75rem;font-size:1.75rem;font-weight:700;color:var(--gray-900)}.section-header p{color:var(--gray-600)}.related-products-grid{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity;scrollbar-width:none}.related-products-grid::-webkit-scrollbar{height:0}.related-product-card{flex:0 0 240px;scroll-snap-align:center}.related-products-controls{display:flex;justify-content:flex-end;gap:8px;margin:.5rem 0 .75rem}.related-scroll-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 6px 18px #00000014;cursor:pointer;color:var(--gray-700)}.related-scroll-btn:hover{background:var(--gray-50);color:var(--gray-800);border-color:var(--gray-200)}.related-scroll-btn.left{margin-right:4px}.related-product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all var(--transition)}.related-product-card:hover{border-color:var(--green-light);box-shadow:var(--shadow);transform:translateY(-2px)}.related-scroll-btn svg,.related-scroll-btn svg *{display:block!important;width:14px!important;height:14px!important;color:currentColor!important;fill:currentColor!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.quantity-btn:focus,.zoom-toggle:focus,.related-scroll-btn:focus,.nav-action-btn:focus{outline:2px solid rgba(55,71,81,.12);outline-offset:2px}.quantity-btn,.zoom-toggle,.related-scroll-btn,.nav-action-btn,.action-btn{background:var(--white)!important;border:1px solid var(--gray-200)!important;color:var(--gray-800)!important}.quantity-btn svg,.zoom-toggle svg,.related-scroll-btn svg,.nav-action-btn svg,.action-btn svg{color:var(--gray-800)!important;fill:currentColor!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.quantity-btn:before,.zoom-toggle:before,.related-scroll-btn:before{content:"";display:inline-block;width:14px;height:14px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:1!important;visibility:visible!important}.quantity-btn.plus:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23374751' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 5v14M5 12h14'/></svg>")}.quantity-btn.minus:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23374751' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M5 12h14'/></svg>")}.zoom-toggle:before{width:18px;height:18px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='11' cy='11' r='6' fill='none' stroke='%23374751' stroke-width='2'/><path d='M21 21l-4.35-4.35' fill='none' stroke='%23374751' stroke-width='2' stroke-linecap='round'/></svg>")}.related-scroll-btn.left:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23374751' stroke-width='2' stroke-linecap='round' d='M15 18l-6-6 6-6'/></svg>")}.related-scroll-btn.right:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='%23374751' stroke-width='2' stroke-linecap='round' d='M9 6l6 6-6 6'/></svg>")}.related-image{aspect-ratio:1;background:var(--gray-100);overflow:hidden;display:flex;align-items:center;justify-content:center}.related-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.related-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--gray-400)}.related-info{padding:1rem}.related-info h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.related-info p{font-size:.875rem;color:var(--gray-600);margin-bottom:.5rem}.quantity-btn,.zoom-toggle,.related-scroll-btn{position:relative}.quantity-btn.plus:after{content:"+";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;color:var(--gray-800);font-size:14px;pointer-events:none}.quantity-btn.minus:after{content:"−";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;color:var(--gray-800);font-size:14px;pointer-events:none}.zoom-toggle:after{content:"🔍";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:14px;color:var(--gray-800);pointer-events:none}.related-scroll-btn.left:after{content:"‹";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:14px;color:var(--gray-800);pointer-events:none}.related-scroll-btn.right:after{content:"›";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:14px;color:var(--gray-800);pointer-events:none}.related-category{display:inline-block;padding:.25rem .5rem;background:var(--gray-100);border-radius:var(--radius);font-size:.75rem;color:var(--gray-600)}.faq-section{padding:3rem 0;border-top:1px solid var(--gray-200)}.faq-section h2{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:all var(--transition)}.faq-item:hover{border-color:var(--gray-300)}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;font-weight:600;color:var(--gray-900);cursor:pointer;transition:all var(--transition)}.faq-question:hover{background:var(--gray-50)}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--gray-600);line-height:1.6;display:none}.bottom-action-bar{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--gray-200);box-shadow:0 -4px 6px -1px #0000001a;padding:1rem 0;z-index:100;display:none}@media(max-width:768px){.bottom-action-bar{display:block}}.action-bar-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-info-mini h4{font-size:.875rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.product-info-mini p{font-size:.75rem;color:var(--gray-600)}.action-buttons-mini{display:flex;gap:.5rem}.action-btn-mini{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:var(--radius);font-weight:600;font-size:.875rem;cursor:pointer;transition:all var(--transition);text-decoration:none}.action-btn-mini.quote{color:#fff}.action-btn-mini.contact{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}.action-btn-mini.pdf{background:var(--white);color:#dc2626;border:1px solid #fca5a5}.action-btn-mini:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.product-detail-loading,.product-error{display:flex;align-items:center;justify-content:center;min-height:70vh;text-align:center}.loading-content,.error-content{max-width:500px;padding:2rem}.spinner-container{margin-bottom:2rem}.spinning{animation:spin 2s linear infinite}.loading-skeleton{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin-top:2rem}@media(max-width:1024px){.loading-skeleton{grid-template-columns:1fr}}.skeleton-image-large{aspect-ratio:1;background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-300) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-xl)}.skeleton-details{display:flex;flex-direction:column;gap:1rem}.skeleton-line{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-300) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius);height:1rem}.skeleton-line.wide{width:100%}.skeleton-line.medium{width:70%}.skeleton-line.short{width:40%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.error-icon{color:var(--insecticide);margin-bottom:1.5rem}.error-content h3{font-size:1.5rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.error-content p{color:var(--gray-600);margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center}.back-btn,.home-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all var(--transition);text-decoration:none;border:none}.back-btn{background:var(--green-main);color:var(--white)}.back-btn:hover{background:var(--green-dark)}.home-btn{background:var(--white);border:1px solid var(--gray-300);color:var(--gray-700)}.home-btn:hover{background:var(--gray-100)}@media(max-width:1024px){.container{padding:0 1.25rem}.hero-stats{grid-template-columns:repeat(2,1fr)}.product-detail-content{grid-template-columns:1fr}.actions-section{flex-direction:column;align-items:stretch}.quantity-selector{justify-content:center}.trust-indicators{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.products-hero{min-height:60vh}.hero-content{padding:2rem 0}.hero-title{font-size:2rem}.hero-stats{grid-template-columns:1fr}.header-content{flex-direction:column;align-items:stretch}.category-btn{min-width:250px}.products-container.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.trust-content{flex-direction:column;text-align:center}.trust-badges{width:100%}.nav-content{flex-direction:column;gap:1rem}.breadcrumbs{justify-content:center}.product-title{font-size:2rem}.product-subtitle{flex-direction:column;align-items:flex-start;gap:.5rem}.action-buttons,.tabs-header{flex-direction:column}.tab-btn{justify-content:flex-start;padding:1rem}.trust-indicators,.specs-grid,.features-grid{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 1rem}.hero-title{font-size:1.75rem}.hero-badge{padding:.5rem 1rem;font-size:.75rem}.category-btn{min-width:220px}.products-container.grid{grid-template-columns:1fr}.category-info-card{flex-direction:column;text-align:center}.info-features{justify-content:center}.product-card .hover-actions{flex-direction:column}.related-products-grid{grid-template-columns:1fr}.action-bar-content{flex-direction:column;text-align:center}.action-buttons-mini{width:100%;justify-content:center}}.crops-hero{background:linear-gradient(135deg,#ecfdf5,#f0fdf4,#e0f2fe);position:relative;overflow:hidden;padding:4rem 2rem}.crops-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.1) 0%,transparent 50%);pointer-events:none;z-index:1}.crops-hero-content{position:relative;z-index:10;text-align:center;max-width:800px;margin:0 auto}.crop-card-modern{background:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #00000014;position:relative;display:flex;flex-direction:column;height:100%}.crop-card-modern:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f;border-color:#10b98133}.crop-card-image{position:relative;height:280px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.crop-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.crop-card-modern:hover .crop-card-image img{transform:scale(1.08)}.crop-card-badge{position:absolute;top:12px;right:12px;padding:6px 12px;background:#fff;border-radius:50px;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;gap:6px;z-index:10}.crop-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.crop-card-title{font-size:1.35rem;font-weight:700;color:#111827;margin-bottom:.25rem}.crop-card-subtitle{font-size:.85rem;color:#6b7280;font-style:italic}.crop-stats{display:flex;gap:1rem;margin:.75rem 0}.crop-stat{flex:1;padding:.75rem;background:#f9fafb;border-radius:12px;text-align:center}.crop-stat-value{font-weight:700;color:#059669;font-size:1.3rem}.crop-stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.crop-action-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:auto}.crop-action-btn:hover{box-shadow:0 8px 20px #10b9814d;transform:translateY(-2px)}.crop-detail-modal{background:#fff;border-radius:24px;padding:2rem;max-width:900px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 40px 80px #0003;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}.crop-detail-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.crop-detail-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:16px;font-size:2.5rem;flex-shrink:0}.crop-detail-title{flex:1}.crop-detail-name{font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:.25rem}.crop-detail-scientific{font-size:.9rem;color:#6b7280;font-style:italic}.crop-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.crop-detail-item{padding:1rem;background:#f9fafb;border-radius:12px;border-left:4px solid #10b981}.crop-detail-item-label{font-size:.85rem;color:#6b7280;font-weight:600;margin-bottom:.25rem}.crop-detail-item-value{font-size:1rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.crop-challenge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;color:#991b1b;font-size:.875rem;margin:.25rem}@media(max-width:768px){.crops-hero{padding:3rem 1rem}.crop-card-modern{border-radius:16px}.crop-card-image{height:220px}.crop-detail-modal{border-radius:20px;padding:1.5rem;width:95%}.crop-detail-header{flex-direction:column;text-align:center}.crop-detail-grid{grid-template-columns:1fr}}.product-name,.product-title,.category-details h3,.info-content h3,.trust-text h3,.section-header h2,.faq-section h2{color:var(--gray-900)!important}.product-formulation,.page-description,.info-content p,.trust-text p,.section-header p,.faq-answer p,.benefit-content p,.safety-tip p,.indicator p{color:var(--gray-600)!important}.category-btn:not(.active) .category-name{color:var(--gray-900)!important}.category-btn:not(.active) .category-description{color:var(--gray-600)!important}.search-input,.sort-select,.toggle-btn:not(.active){color:var(--gray-800)!important}.share-btn{opacity:1!important;visibility:visible!important}.product-card:hover{box-shadow:0 20px 40px #00000026}.category-btn:hover:not(.active){background:var(--gray-50);border-color:var(--gray-300)}.filter-chip{background:#fff;color:var(--gray-700)}.badge-item{color:var(--gray-700)}.loading-text,.empty-message{color:var(--gray-600)}.empty-state h3{color:var(--gray-900)}.summary-info{color:var(--gray-600)}.trust-banner{background:linear-gradient(135deg,#f0fdf4,#fff)}.trust-text h3{color:var(--gray-900)}.trust-text p{color:var(--gray-600)}.product-info{background:#fff;border-top:1px solid var(--gray-100)}.product-detail-page .products-container.grid,.product-detail-page .products-container{grid-template-columns:1fr;gap:1.5rem}.product-detail-page .product-card{display:flex;flex-direction:row;gap:1.25rem;align-items:flex-start}.product-detail-page .product-image{width:220px;height:220px;flex-shrink:0;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.product-detail-page .product-image img{width:100%;height:100%;object-fit:contain}.product-detail-page .product-info{flex:1}.product-detail-page .product-actions{margin-left:auto;display:flex;flex-direction:column;gap:.5rem;min-width:180px}@media(max-width:768px){.product-detail-page .product-card{flex-direction:column}.product-detail-page .product-image{width:100%;height:320px}.product-detail-page .product-actions{min-width:auto}}:root{--apple-black: #1d1d1f;--apple-dark-gray: #2c2c2e;--apple-gray: #8e8e93;--apple-light-gray: #f2f2f7;--apple-white: #ffffff;--apple-green: #34c759;--apple-blue: #007aff;--apple-purple: #af52de;--apple-orange: #ff9500;--apple-red: #ff3b30;--gradient-green: linear-gradient(135deg, #34c759 0%, #30d158 100%);--gradient-blue: linear-gradient(135deg, #007aff 0%, #5856d6 100%);--gradient-dark: linear-gradient(135deg, #1d1d1f 0%, #2c2c2e 100%);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 40px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .16);--transition-smooth: .4s cubic-bezier(.28, .11, .32, 1);--transition-bounce: .6s cubic-bezier(.68, -.55, .265, 1.55);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-xl: 36px;--radius-circle: 50%}.crops-page *{margin:0;padding:0;box-sizing:border-box}.crops-page{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;background:var(--apple-white);color:var(--apple-black);line-height:1.47059;letter-spacing:-.022em;-webkit-font-smoothing:antialiased;min-height:100vh}.crops-container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.crops-container{padding:0 16px}}.crops-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffc;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.05)}.crops-header-content{height:60px;display:flex;align-items:center;justify-content:space-between}.crops-logo{display:flex;align-items:center;gap:12px;text-decoration:none}.crops-logo-icon{width:32px;height:32px;background:var(--gradient-green);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--apple-white)}.crops-logo-text{font-size:20px;font-weight:600;color:var(--apple-black);letter-spacing:-.01em}.crops-nav{display:flex;gap:32px;align-items:center}.crops-nav-item{font-size:14px;font-weight:500;color:var(--apple-gray);text-decoration:none;padding:8px 0;position:relative;transition:color var(--transition-smooth)}.crops-nav-item:hover{color:var(--apple-black)}.crops-nav-item.active{color:var(--apple-green)}.crops-nav-item.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--apple-green);border-radius:1px}.crops-hero{padding-top:120px;padding-bottom:120px;background:linear-gradient(#0009,#000000b3),url(/assets/crop-CeaQ9zTu.png) no-repeat center center;background-size:cover;color:var(--apple-white);position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.crops-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.8) 100%);z-index:1}.crops-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.crops-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#34c75933;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(52,199,89,.3);border-radius:var(--radius-lg);font-size:16px;font-weight:600;color:var(--apple-white);margin-bottom:32px;letter-spacing:.02em;animation:fadeInUp .6s .2s cubic-bezier(.4,0,.2,1) both}.crops-hero-title{font-size:64px;font-weight:800;line-height:1.1;letter-spacing:-.005em;margin-bottom:24px;background:linear-gradient(135deg,#fff,#34c759,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .6s .3s cubic-bezier(.4,0,.2,1) both}.crops-hero-description{font-size:24px;line-height:1.5;color:#ffffffe6;margin-bottom:60px;letter-spacing:-.01em;max-width:800px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s .4s cubic-bezier(.4,0,.2,1) both}.crops-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px;max-width:900px;margin-left:auto;margin-right:auto;animation:fadeInUp .6s .5s cubic-bezier(.4,0,.2,1) both}.crops-stat-item{padding:30px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all var(--transition-smooth);text-align:center}.crops-stat-item:hover{transform:translateY(-5px);background:#34c75933;border-color:#34c75966}.crops-stat-number{font-size:40px;font-weight:800;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,#34c759,#30d158);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.crops-stat-label{font-size:16px;color:#ffffffe6;font-weight:500;letter-spacing:.02em}.crops-hero-search{position:relative;max-width:600px;margin:0 auto;animation:fadeInUp .6s .6s cubic-bezier(.4,0,.2,1) both}.crops-hero-search input{width:100%;padding:22px 60px 22px 28px;background:#ffffff26;border:2px solid rgba(255,255,255,.25);border-radius:var(--radius-lg);color:var(--apple-white);font-size:18px;font-weight:400;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all var(--transition-smooth)}.crops-hero-search input::placeholder{color:#ffffffb3}.crops-hero-search input:focus{outline:none;background:#fff3;border-color:var(--apple-green);box-shadow:0 0 0 4px #34c7594d}.crops-hero-search-icon{position:absolute;right:28px;top:50%;transform:translateY(-50%);color:#ffffffb3;font-size:20px;pointer-events:none}@media(max-width:1024px){.crops-hero-title{font-size:52px}.crops-hero-description{font-size:22px}.crops-hero-stats{grid-template-columns:repeat(2,1fr);gap:20px}.crops-stat-number{font-size:36px}}@media(max-width:768px){.crops-hero{padding-top:100px;padding-bottom:80px;min-height:auto}.crops-hero-title{font-size:40px}.crops-hero-description{font-size:18px;margin-bottom:40px}.crops-hero-stats{grid-template-columns:1fr;margin-bottom:40px}.crops-hero-search input{padding:18px 52px 18px 20px;font-size:16px}}.crops-categories-section{padding:80px 0;background:var(--apple-light-gray)}.crops-section-header{text-align:center;margin-bottom:48px}.crops-section-title{font-size:40px;font-weight:700;line-height:1.1;letter-spacing:-.01em;margin-bottom:16px;color:var(--apple-black)}.crops-section-subtitle{font-size:21px;color:var(--apple-gray);max-width:600px;margin:0 auto;line-height:1.381}.crops-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}.crops-category-select{appearance:none;-webkit-appearance:none;padding:10px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 6px 18px #0206170a;font-weight:600;color:#0f172a}.crops-filter-btn{padding:10px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.06);background:#fff;color:#0f172a;font-weight:600;cursor:pointer;box-shadow:0 6px 18px #02061708}.crops-filter-panel{padding:12px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.04);box-shadow:0 10px 30px #0206170a}.crops-category-pills{display:flex;gap:.75rem;overflow-x:auto;padding:8px 4px;margin-top:12px}.crops-category-pills{-ms-overflow-style:none;scrollbar-width:none}.crops-category-pills::-webkit-scrollbar{display:none}.crops-pills-wrapper{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem}.crops-pills-container{flex:1;overflow:hidden}.crops-pills-nav{display:flex;gap:.5rem;flex-shrink:0}.crops-pills-arrow-left{order:-1}.crops-pills-arrow{flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid rgba(2,6,23,.06);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0206170a;cursor:pointer;font-size:20px;font-weight:300;color:#0f172a;transition:all .2s ease}.crops-pills-arrow:hover:not(:disabled){background:#f8fafc;transform:scale(1.05)}.crops-pills-arrow:active:not(:disabled){transform:scale(.95)}.crops-category-pill{display:inline-flex;align-items:center;gap:.5rem;padding:8px 12px;border-radius:999px;background:#f8fafc;border:1px solid rgba(2,6,23,.03);color:#0f172a;cursor:pointer;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease}.crops-category-pill:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0206170f}.crops-category-pill.active{background:linear-gradient(90deg,#16a34a,#059669);color:#fff;border-color:#0000000a}.crops-category-pill .pill-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.crops-category-pill .pill-count{background:#ffffff1f;padding:2px 6px;border-radius:999px;font-size:12px;margin-left:6px}.crops-category-card{background:var(--apple-white);border-radius:var(--radius-lg);padding:32px;text-align:center;border:1px solid rgba(0,0,0,.05);transition:all var(--transition-smooth);cursor:pointer;position:relative;overflow:hidden}.crops-category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-green);transform:scaleX(0);transition:transform var(--transition-smooth);transform-origin:left}.crops-category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.crops-category-card:hover:before{transform:scaleX(1)}.crops-category-card.active{background:var(--apple-black);color:var(--apple-white)}.crops-category-icon{width:64px;height:64px;margin:0 auto 24px;background:var(--gradient-green);border-radius:var(--radius-circle);display:flex;align-items:center;justify-content:center;color:var(--apple-white);font-size:24px;transition:all var(--transition-smooth)}.crops-category-card:hover .crops-category-icon{transform:scale(1.1) rotate(5deg)}.crops-category-name{font-size:24px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.crops-category-count{font-size:14px;color:var(--apple-gray);font-weight:500}.crops-category-card.active .crops-category-count{color:#ffffffb3}.crops-grid-section{padding:80px 0;background:var(--apple-white)}.crops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.crops-card{background:var(--apple-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:all var(--transition-smooth);cursor:pointer;position:relative}.crops-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:transparent}.crops-card-image{position:relative;height:200px;overflow:hidden;background:linear-gradient(135deg,#f2f2f7,#e5e5ea)}.crops-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-smooth)}.crops-card:hover .crops-card-image img{transform:scale(1.05)}.crops-card-badge{position:absolute;top:16px;right:16px;padding:8px 16px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);font-size:13px;font-weight:600;color:var(--apple-black);display:flex;align-items:center;gap:6px;box-shadow:var(--shadow-sm);z-index:2}.crops-card-content{padding:24px}.crops-card-title{font-size:20px;font-weight:600;margin-bottom:4px;color:var(--apple-black);letter-spacing:-.01em}.crops-card-subtitle{font-size:14px;color:var(--apple-gray);margin-bottom:20px;font-style:italic}.crops-card-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}.crops-card-stat{text-align:center;padding:16px;background:var(--apple-light-gray);border-radius:var(--radius-md);transition:all var(--transition-smooth)}.crops-card:hover .crops-card-stat{background:linear-gradient(135deg,#34c7591a,#007aff1a)}.crops-card-stat-value{font-size:24px;font-weight:700;color:var(--apple-green);line-height:1;margin-bottom:4px}.crops-card-stat-label{font-size:12px;color:var(--apple-gray);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.crops-card-details{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.crops-card-detail{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--apple-dark-gray)}.crops-card-detail svg{color:var(--apple-green);flex-shrink:0}.crops-card-action{width:100%;padding:14px;background:var(--apple-black);color:var(--apple-white);border:none;border-radius:var(--radius-md);font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all var(--transition-smooth)}.crops-card-action:hover{background:var(--apple-green);transform:translateY(-2px);box-shadow:0 8px 20px #34c7594d}.crops-empty-state{text-align:center;padding:120px 0}.crops-empty-icon{width:120px;height:120px;margin:0 auto 32px;background:var(--apple-light-gray);border-radius:var(--radius-circle);display:flex;align-items:center;justify-content:center;color:var(--apple-gray);font-size:48px}.crops-empty-title{font-size:32px;font-weight:700;margin-bottom:16px;color:var(--apple-black)}.crops-empty-description{font-size:18px;color:var(--apple-gray);max-width:400px;margin:0 auto 32px;line-height:1.5}.crops-empty-actions{display:flex;gap:16px;justify-content:center}.crops-empty-button{padding:16px 32px;border-radius:var(--radius-md);font-size:17px;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);border:none}.crops-empty-button.primary{background:var(--apple-green);color:var(--apple-white)}.crops-empty-button.primary:hover{background:#30d158;transform:translateY(-2px);box-shadow:0 8px 20px #34c7594d}.crops-empty-button.secondary{background:var(--apple-light-gray);color:var(--apple-black)}.crops-empty-button.secondary:hover{background:#e5e5ea;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.crops-card{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) forwards;opacity:0}.crops-card:nth-child(2){animation-delay:.1s}.crops-card:nth-child(3){animation-delay:.2s}.crops-card:nth-child(4){animation-delay:.3s}.crops-card:nth-child(5){animation-delay:.4s}.crops-card:nth-child(6){animation-delay:.5s}@media(max-width:1024px){.crops-footer-content{grid-template-columns:1fr 1fr}}@media(max-width:768px){.crops-section-title{font-size:32px}.crops-section-subtitle{font-size:18px}.crops-grid{grid-template-columns:1fr}.crops-categories-grid{grid-template-columns:repeat(2,1fr)}.crops-footer-content{grid-template-columns:1fr}.crops-footer-bottom{flex-direction:column;text-align:center}.crops-footer-legal{justify-content:center;flex-wrap:wrap}}@media(max-width:480px){.crops-categories-grid{grid-template-columns:1fr}.crops-nav{gap:16px}.crops-empty-actions{flex-direction:column}}.crops-page::-webkit-scrollbar{width:8px}.crops-page::-webkit-scrollbar-track{background:var(--apple-light-gray)}.crops-page::-webkit-scrollbar-thumb{background:var(--apple-gray);border-radius:4px}.crops-page::-webkit-scrollbar-thumb:hover{background:var(--apple-dark-gray)}:root{--apple-white: #ffffff;--apple-black: #1d1d1f;--apple-dark-gray: #424245;--apple-gray: #86868b;--apple-light-gray: #f5f5f7;--apple-green: #34c759;--apple-blue: #007aff;--apple-red: #ff3b30;--apple-orange: #ff9500;--apple-purple: #af52de;--apple-yellow: #ffcc00;--gradient-green: linear-gradient(135deg, #34c759 0%, #30d158 100%);--gradient-blue: linear-gradient(135deg, #007aff 0%, #0056cc 100%);--gradient-purple: linear-gradient(135deg, #af52de 0%, #8944ab 100%);--gradient-orange: linear-gradient(135deg, #ff9500 0%, #ff5e3a 100%);--gradient-premium: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 80px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-2xl: 40px;--radius-circle: 50%;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .16);--shadow-2xl: 0 24px 64px rgba(0, 0, 0, .2);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);--transition-slow: .5s cubic-bezier(.4, 0, .2, 1);--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .2);--glass-blur: blur(20px)}.crop-detail-page{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,sans-serif;background:linear-gradient(135deg,#f8f9fa,#f1f3f5);color:var(--apple-black);line-height:1.6;letter-spacing:-.011em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.crop-detail-header-bar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);padding:var(--space-md) 0}.header-container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl);display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.back-button{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--apple-white);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-md);color:var(--apple-black);font-size:15px;font-weight:500;cursor:pointer;transition:all var(--transition-smooth)}.back-button:hover{background:var(--apple-light-gray);transform:translate(-2px);box-shadow:var(--shadow-sm)}.header-nav{display:flex;gap:var(--space-xs);background:var(--apple-light-gray);padding:var(--space-xs);border-radius:var(--radius-lg)}.nav-item{padding:15px;background:transparent;border:none;border-radius:var(--radius-md);font-size:15px;font-weight:500;color:var(--apple-gray);cursor:pointer;transition:all var(--transition-smooth);position:relative}.nav-item:hover{color:var(--apple-black);background:#fffc}.nav-item.active{color:var(--apple-white);background:var(--gradient-green);box-shadow:var(--shadow-sm)}.icon-button{width:44px;height:44px;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.08);background:var(--apple-white);color:var(--apple-gray);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-smooth)}.icon-button:hover{background:var(--apple-light-gray);color:var(--apple-black);transform:translateY(-2px)}.icon-button.active{background:var(--gradient-green);color:var(--apple-white);border-color:transparent}.crop-detail-hero{position:relative;padding-top:180px;padding-bottom:var(--space-4xl);overflow:hidden}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:brightness(.4) saturate(1.2);z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);z-index:2}.hero-container{position:relative;z-index:3;max-width:1400px;margin:0 auto;padding:0 var(--space-xl);display:grid;grid-template-columns:1fr 400px;gap:var(--space-3xl);align-items:center}.hero-content{color:var(--apple-white)}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-2xl);margin-bottom:var(--space-2xl);border:1px solid rgba(255,255,255,.2)}.badge-icon{width:32px;height:32px;background:var(--gradient-green);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:18px}.badge-text{font-size:14px;font-weight:600;letter-spacing:.05em}.hero-title{margin-bottom:var(--space-xl)}.hero-name{display:block;font-size:72px;font-weight:800;line-height:1;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--space-sm)}.hero-scientific{display:block;font-size:24px;color:#fffc;font-weight:400;letter-spacing:-.01em}.hero-description{font-size:20px;line-height:1.6;color:#ffffffe6;margin-bottom:var(--space-xl);max-width:800px}.hero-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.hero-tag{padding:var(--space-sm) var(--space-lg);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);font-size:14px;font-weight:500;color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.stat-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:all var(--transition-smooth)}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.stat-card.premium{background:linear-gradient(135deg,#667eea26,#764ba226)}.stat-card.success{background:linear-gradient(135deg,#34c75926,#1e7b3426)}.stat-card.warning{background:linear-gradient(135deg,#ff950026,#cc700026)}.stat-card.info{background:linear-gradient(135deg,#007aff26,#0056cc26)}.stat-icon{width:48px;height:48px;background:var(--apple-white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:var(--space-md);box-shadow:var(--shadow-sm)}.stat-content{text-align:center}.stat-number{font-size:32px;font-weight:800;line-height:1;color:var(--apple-white);margin-bottom:var(--space-xs)}.stat-label{font-size:14px;font-weight:500;color:#fffc;text-transform:uppercase;letter-spacing:.05em}.hero-video{position:relative;z-index:3;max-width:100%}.video-container{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl)}.video-container iframe{width:100%;height:500px;border:none}.video-controls{position:absolute;bottom:var(--space-lg);right:var(--space-lg);display:flex;gap:var(--space-sm);z-index:2}.video-control-btn{width:48px;height:48px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);color:var(--apple-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-smooth)}.video-control-btn:hover{background:#000c;transform:scale(1.1)}.crop-detail-main{position:relative;z-index:2}.main-container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl)}.content-grid{display:grid;grid-template-columns:1fr 380px;gap:var(--space-2xl);margin-top:-60px}.glass-card{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-2xl);transition:all var(--transition-smooth)}.glass-card:hover{box-shadow:var(--shadow-xl);border-color:transparent;transform:translateY(-2px)}.hover-card{cursor:pointer}.hover-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-2xl)}.crop-detail-section-header{display:flex;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-2xl)}.gradient-icon{width:64px;height:64px;background:var(--gradient-green);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--apple-white);font-size:24px}.gradient-icon.danger{background:var(--gradient-purple)}.gradient-icon.analytics{background:var(--gradient-blue)}.gradient-icon.weather{background:var(--gradient-orange)}.crop-detail-section-title{font-size:36px;font-weight:800;color:var(--apple-black);letter-spacing:-.02em;line-height:1.2}.crop-detail-section-subtitle{font-size:16px;color:var(--apple-gray);font-weight:500;margin-top:var(--space-xs)}.crop-detail-section{margin-bottom:var(--space-3xl)}.content-left .crop-detail-section:last-child{margin-bottom:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-lg)}.crop-detail-page .products-grid{grid-template-columns:1fr;gap:var(--space-2xl)}.condition-card{background:var(--apple-white);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-lg);padding:var(--space-xl);display:flex;align-items:center;gap:var(--space-lg);transition:all var(--transition-smooth)}.condition-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}.condition-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.condition-content{flex:1}.condition-label{font-size:13px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.condition-value{font-size:20px;font-weight:700;color:var(--apple-black);line-height:1.2}.challenge-card{background:var(--apple-white);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-lg);padding:var(--space-2xl);margin-bottom:var(--space-lg);transition:all var(--transition-smooth)}.challenge-card:hover{box-shadow:var(--shadow-xl);border-color:transparent}.challenge-card[data-severity=high]{border-left:4px solid var(--apple-red)}.challenge-card[data-severity=medium]{border-left:4px solid var(--apple-orange)}.challenge-card[data-severity=low]{border-left:4px solid var(--apple-blue)}.challenge-header{display:flex;align-items:center;gap:var(--space-lg);margin-bottom:var(--space-lg)}.challenge-icon{width:56px;height:56px;background:var(--apple-light-gray);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--apple-black);flex-shrink:0}.challenge-info{flex:1}.challenge-name{font-size:22px;font-weight:700;color:var(--apple-black);margin-bottom:var(--space-xs)}.challenge-meta{display:flex;gap:var(--space-lg);font-size:14px;color:var(--apple-gray)}.challenge-risk{font-weight:600}.severity-badge{padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-xl);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.severity-badge.high{background:#ff3b301a;color:var(--apple-red)}.severity-badge.medium{background:#ff95001a;color:var(--apple-orange)}.severity-badge.low{background:#007aff1a;color:var(--apple-blue)}.challenge-description{font-size:16px;color:var(--apple-dark-gray);line-height:1.6;margin-bottom:var(--space-xl)}.solutions-title{font-size:18px;font-weight:700;color:var(--apple-black);margin-bottom:var(--space-lg)}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-md);margin-bottom:var(--space-xl)}.solution-card{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:linear-gradient(135deg,#34c7590d,#1e7b340d);border-radius:var(--radius-md);border:1px solid rgba(52,199,89,.1)}.solution-icon{width:32px;height:32px;background:var(--apple-green);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--apple-white);font-size:14px;flex-shrink:0}.solution-text{font-size:15px;font-weight:500;color:var(--apple-black);flex:1}.prevention-title{font-size:16px;font-weight:600;color:var(--apple-black);margin-bottom:var(--space-sm)}.prevention-text{font-size:15px;color:var(--apple-dark-gray);line-height:1.5;padding:var(--space-lg);background:var(--apple-light-gray);border-radius:var(--radius-md);border-left:4px solid var(--apple-blue)}.category-filter{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-2xl);padding:var(--space-lg);background:var(--apple-light-gray);border-radius:var(--radius-lg)}.category-chip{padding:var(--space-sm) var(--space-lg);border:2px solid transparent;border-radius:var(--radius-xl);background:var(--apple-white);color:var(--apple-dark-gray);font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);box-shadow:var(--shadow-sm)}.category-chip:hover{border-color:var(--apple-green);color:var(--apple-green);transform:translateY(-2px)}.category-chip.active{background:var(--gradient-green);color:var(--apple-white);border-color:var(--apple-green);box-shadow:var(--shadow-md)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:var(--space-2xl);margin-top:var(--space-2xl)}.product-card{position:relative;background:var(--apple-white);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-xl);padding:var(--space-2xl);transition:all var(--transition-smooth);overflow:hidden;display:flex;flex-direction:column;height:100%}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-green)}.product-header{display:flex;align-items:flex-start;gap:var(--space-lg);margin-bottom:var(--space-xl)}.product-icon{width:64px;height:64px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--apple-white);flex-shrink:0;box-shadow:var(--shadow-md)}.product-info{flex:1}.product-name{font-size:24px;font-weight:800;color:var(--apple-black);margin-bottom:var(--space-sm);letter-spacing:-.01em}.product-category{display:inline-flex;align-items:center;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-xl);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-right:var(--space-sm)}.product-price-tag{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md);background:var(--apple-light-gray);border-radius:var(--radius-xl);font-size:12px;font-weight:600;color:var(--apple-dark-gray)}.product-features{display:none}.feature-item{display:flex;align-items:center;gap:var(--space-sm);font-size:14px;color:var(--apple-dark-gray)}.product-details{display:flex;align-items:center;gap:var(--space-md);flex:1;margin-bottom:0}.detail-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:transparent;border-radius:0}.detail-item svg{font-size:20px;flex-shrink:0}.crop-detail-page .product-card .product-details{flex-direction:column;align-items:flex-start}.crop-detail-page .product-card .detail-item{width:100%;padding:var(--space-sm) 0}.detail-label{font-size:11px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:0}.detail-value{font-size:16px;font-weight:700;color:var(--apple-black)}.product-actions{display:flex;flex-direction:column;gap:var(--space-sm)}.btn-primary,.btn-secondary{width:100%;padding:var(--space-md) var(--space-lg);border-radius:var(--radius-md);font-size:15px;font-weight:600;cursor:pointer;transition:all var(--transition-smooth);border:none;display:flex;align-items:center;justify-content:center;gap:var(--space-sm)}.btn-primary{background:var(--gradient-green);color:var(--apple-white);box-shadow:var(--shadow-sm)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--apple-light-gray);color:var(--apple-black);border:1px solid rgba(0,0,0,.08)}.btn-secondary:hover{background:#e5e5ea;border-color:var(--apple-green);transform:translateY(-2px)}.full-width{width:100%}.sidebar-card{margin-bottom:var(--space-2xl)}.sidebar-card:last-child{margin-bottom:0}.sidebar-card-header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.sidebar-card-icon{width:48px;height:48px;background:var(--gradient-green);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--apple-white);font-size:20px;flex-shrink:0}.sidebar-card-title{font-size:20px;font-weight:700;color:var(--apple-black)}.sidebar-card-content{font-size:15px;color:var(--apple-dark-gray);line-height:1.6;margin-bottom:var(--space-xl)}.sidebar-card-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);margin-bottom:var(--space-xl)}.sidebar-stat{text-align:center;padding:var(--space-lg);background:var(--apple-light-gray);border-radius:var(--radius-lg)}.sidebar-stat-value{font-size:24px;font-weight:800;color:var(--apple-green);margin-bottom:var(--space-xs)}.sidebar-stat-label{font-size:12px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-lg);background:var(--apple-light-gray);border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-lg);color:var(--apple-black);cursor:pointer;transition:all var(--transition-smooth)}.quick-action-btn:hover{background:var(--apple-white);border-color:var(--apple-green);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.quick-action-btn svg{font-size:20px;color:var(--apple-green)}.quick-action-btn span{font-size:13px;font-weight:600;text-align:center}.related-crops{display:flex;flex-direction:column;gap:var(--space-md)}.related-crop-card{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--apple-light-gray);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-smooth);text-decoration:none;color:inherit}.related-crop-card:hover{background:#34c7590d;transform:translate(8px);box-shadow:var(--shadow-md)}.related-crop-icon{width:48px;height:48px;background:var(--apple-white);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;box-shadow:var(--shadow-sm)}.related-crop-info{flex:1}.related-crop-name{font-size:16px;font-weight:700;color:var(--apple-black);margin-bottom:var(--space-xs)}.related-crop-badge{font-size:12px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.related-crop-arrow{color:var(--apple-gray);transition:all var(--transition-smooth)}.related-crop-card:hover .related-crop-arrow{color:var(--apple-green);transform:translate(4px)}.weather-info{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-lg)}.weather-temp,.weather-humidity,.weather-status{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--apple-light-gray);border-radius:var(--radius-md);font-size:15px;font-weight:500;color:var(--apple-black)}.weather-temp svg,.weather-humidity svg,.weather-status svg{font-size:20px;color:var(--apple-blue)}.weather-alert{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:linear-gradient(135deg,#ff95001a,#cc70001a);border-radius:var(--radius-lg);border-left:4px solid var(--apple-orange)}.weather-alert svg{color:var(--apple-orange);font-size:20px}.weather-alert span{font-size:14px;font-weight:600;color:var(--apple-black)}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-lg)}.analytics-card{padding:var(--space-2xl);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-smooth)}.analytics-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.analytics-card.success{background:linear-gradient(135deg,#34c7591a,#1e7b341a);border:1px solid rgba(52,199,89,.2)}.analytics-card.warning{background:linear-gradient(135deg,#ff95001a,#cc70001a);border:1px solid rgba(255,149,0,.2)}.analytics-card.info{background:linear-gradient(135deg,#007aff1a,#0056cc1a);border:1px solid rgba(0,122,255,.2)}.analytics-card.premium{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2)}.analytics-icon{width:64px;height:64px;background:var(--apple-white);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-lg);font-size:28px;box-shadow:var(--shadow-md)}.analytics-card.success .analytics-icon{color:var(--apple-green)}.analytics-card.warning .analytics-icon{color:var(--apple-orange)}.analytics-card.info .analytics-icon{color:var(--apple-blue)}.analytics-card.premium .analytics-icon{color:var(--apple-purple)}.analytics-value{font-size:36px;font-weight:800;color:var(--apple-black);margin-bottom:var(--space-xs)}.analytics-label{font-size:14px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.crop-detail-footer{margin-top:var(--space-4xl);background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:var(--apple-white);padding:var(--space-4xl) 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl)}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);margin-bottom:var(--space-3xl)}.footer-brand{display:flex;align-items:center;gap:var(--space-lg)}.brand-logo{width:64px;height:64px;background:var(--gradient-green);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--apple-white)}.brand-info{flex:1}.brand-name{font-size:28px;font-weight:800;color:var(--apple-white);margin-bottom:var(--space-xs);letter-spacing:-.01em}.brand-tagline{font-size:16px;color:#fffc;font-weight:400}.footer-contact{display:flex;flex-direction:column;gap:var(--space-xl)}.contact-item{display:flex;align-items:center;gap:var(--space-lg)}.contact-item svg{font-size:20px;color:var(--apple-green)}.contact-label{font-size:13px;color:#fff9;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.contact-value{font-size:18px;font-weight:600;color:var(--apple-white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-2xl);border-top:1px solid rgba(255,255,255,.1)}.footer-copyright{font-size:14px;color:#fff9}.footer-certifications{display:flex;gap:var(--space-md)}.cert-badge{padding:var(--space-sm) var(--space-lg);background:#ffffff1a;border-radius:var(--radius-xl);font-size:12px;font-weight:600;color:#fffc;letter-spacing:.05em}.product-modal-overlay{position:fixed;inset:0;background:#000c;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:var(--space-xl);animation:fadeIn .3s cubic-bezier(.4,0,.2,1)}.product-modal{background:var(--apple-white);border-radius:var(--radius-2xl);width:100%;max-width:800px;max-height:90vh;overflow-y:auto;animation:scaleIn .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-2xl);scrollbar-width:none;-ms-overflow-style:none}.product-modal::-webkit-scrollbar{width:0}.product-modal::-webkit-scrollbar-track{background:transparent}.product-modal::-webkit-scrollbar-thumb{background:transparent}.modal-header{padding:var(--space-2xl);border-bottom:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:space-between;position:sticky;top:-50px;background:var(--apple-white);z-index:1}.modal-header-left{display:flex;align-items:center;gap:var(--space-lg)}.modal-product-icon{width:64px;height:64px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--apple-white);flex-shrink:0}.modal-title{font-size:28px;font-weight:800;color:var(--apple-black);letter-spacing:-.01em;margin-bottom:var(--space-xs)}.modal-subtitle{display:flex;align-items:center;gap:var(--space-lg)}.modal-category{padding:var(--space-xs) var(--space-md);background:var(--apple-light-gray);border-radius:var(--radius-xl);font-size:13px;font-weight:700;color:var(--apple-black);text-transform:uppercase;letter-spacing:.05em}.modal-rating{display:flex;align-items:center;gap:var(--space-xs);font-size:14px;font-weight:600;color:var(--apple-orange)}.modal-close-btn{width:48px;height:48px;border-radius:var(--radius-md);background:var(--apple-light-gray);border:none;color:var(--apple-gray);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-smooth)}.modal-close-btn:hover{background:var(--apple-red);color:var(--apple-white);transform:rotate(90deg)}.modal-body{padding:var(--space-2xl)}.modal-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-bottom:var(--space-2xl)}.highlight-item{padding:var(--space-lg);background:var(--apple-light-gray);border-radius:var(--radius-lg);display:flex;align-items:center;gap:var(--space-lg)}.highlight-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--apple-white);flex-shrink:0}.highlight-icon.success{background:var(--gradient-green)}.highlight-icon.info{background:var(--gradient-blue)}.highlight-icon.warning{background:var(--gradient-orange)}.highlight-content{flex:1}.highlight-value{font-size:20px;font-weight:800;color:var(--apple-black);margin-bottom:var(--space-xs)}.highlight-label{font-size:12px;color:var(--apple-gray);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.modal-section{margin-bottom:var(--space-2xl)}.modal-section-title{font-size:20px;font-weight:700;color:var(--apple-black);margin-bottom:var(--space-lg)}.modal-description{font-size:16px;color:var(--apple-dark-gray);line-height:1.6}.modal-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-md)}.benefit-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:linear-gradient(135deg,#34c7590d,#1e7b340d);border-radius:var(--radius-md);border:1px solid rgba(52,199,89,.1)}.benefit-item svg{color:var(--apple-green);font-size:18px}.benefit-item span{font-size:15px;font-weight:500;color:var(--apple-black)}.modal-instructions{padding:var(--space-xl);background:var(--apple-light-gray);border-radius:var(--radius-lg)}.modal-precaution{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:#ff95001a;border-radius:var(--radius-md);margin-top:var(--space-lg);border-left:4px solid var(--apple-orange)}.modal-precaution svg{color:var(--apple-orange);font-size:18px}.modal-precaution span{font-size:14px;font-weight:600;color:var(--apple-black)}.modal-footer{padding:var(--space-2xl);border-top:1px solid rgba(0,0,0,.08);display:flex;gap:var(--space-md)}.modal-btn{flex:1}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:1200px){.hero-container{grid-template-columns:1fr;gap:var(--space-2xl)}.content-grid{grid-template-columns:1fr}.main-container{padding-top:var(--space-3xl)}}@media(max-width:768px){.header-container,.hero-container{padding:0 var(--space-lg)}.hero-name{font-size:48px}.hero-scientific{font-size:18px}.stats-grid,.products-grid,.modal-highlights{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;gap:var(--space-2xl)}.footer-bottom{flex-direction:column;gap:var(--space-lg);text-align:center}}@media(max-width:480px){.hero-name{font-size:36px}.crop-detail-section-title{font-size:28px}.modal-footer,.product-actions{flex-direction:column}}.faq-section{padding:3rem;border-top:1px solid rgba(0,0,0,.08);max-width:1200px;margin:0 auto}.faq-section h2{font-size:1.75rem;font-weight:700;color:var(--apple-black);margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--apple-white);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-smooth)}.faq-item:hover{border-color:#0000001f}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;font-weight:600;color:var(--apple-black);cursor:pointer;transition:all var(--transition-smooth)}.faq-question:hover{background:var(--apple-light-gray)}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--apple-dark-gray);line-height:1.6;display:none}.faq-answer p{margin:0}.crop-detail-page .product-card{flex-direction:row;align-items:stretch;gap:var(--space-2xl);min-height:auto;position:relative;padding-right:20px}.crop-detail-page .product-image-container{width:220px;height:220px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.04)}.crop-detail-page .product-image-container img{width:100%;height:100%;object-fit:contain;display:block}.crop-detail-page .product-header{display:flex;align-items:center;gap:var(--space-lg);margin-bottom:0}.crop-detail-page .product-features{display:none}.crop-detail-page .product-actions{margin-left:auto;display:flex;flex-direction:row;gap:var(--space-sm);align-items:center;min-width:280px;position:absolute;right:var(--space-lg);bottom:var(--space-lg)}.crop-detail-page .product-actions .btn-primary,.crop-detail-page .product-actions .btn-secondary{width:auto;flex:1 1 0;min-width:120px}@media(max-width:900px){.crop-detail-page .product-card{flex-direction:column}.crop-detail-page .product-image-container{width:100%;height:320px}.crop-detail-page .product-actions{min-width:auto;position:static;right:auto;bottom:auto;margin-left:0;align-self:auto;flex-direction:column;gap:var(--space-sm)}.crop-detail-page .product-actions .btn-primary,.crop-detail-page .product-actions .btn-secondary{width:100%;flex:none}.crop-detail-page .product-card{padding-right:0}}.crop-detail-page .category-list{display:flex;flex-direction:column;gap:.75rem;max-width:420px}.crop-detail-page .category-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#ffffff0f;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.06)}.crop-detail-page .category-name{font-size:16px;font-weight:700;color:#fffffff2}.crop-detail-page .category-count{font-size:16px;font-weight:800;color:#fffffff2;background:#0000001f;padding:.25rem .6rem;border-radius:999px}@media(max-width:900px){.crop-detail-page .category-list{max-width:100%}}.apple-tab-bar{position:sticky;top:0;z-index:200;background:#ffffffe0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(0,0,0,.07)}.apple-tab-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;gap:0;overflow-x:auto;scrollbar-width:none;height:70px}.apple-tab-container::-webkit-scrollbar{display:none}.apple-tab{display:flex;align-items:center;gap:7px;padding:15px 20px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:500;color:#86868b;cursor:pointer;white-space:nowrap;transition:color .2s ease,border-color .2s ease;letter-spacing:-.01em}.apple-tab:hover{color:#1d1d1f}.apple-tab.active{color:#007aff;border-bottom-color:#007aff;font-weight:600}.apple-tab-icon{font-size:15px;display:flex;align-items:center}.apple-tab-label{font-size:13.5px}.apple-main{background:#f5f5f7;min-height:100vh;padding:40px 0 80px}.apple-main-container{max-width:1200px;margin:0 auto;padding:0 24px}.apple-layout{display:grid;grid-template-columns:1fr 300px;gap:28px;align-items:start}@media(max-width:960px){.apple-layout{grid-template-columns:1fr}}.apple-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 16px #0000000f;margin-bottom:20px}.apple-section-header{margin-bottom:28px}.apple-section-title{font-size:22px;font-weight:700;color:#1d1d1f;letter-spacing:-.4px;margin:0 0 6px}.apple-section-subtitle{font-size:14px;color:#6e6e73;margin:0}.apple-subsection-title{font-size:16px;font-weight:600;color:#1d1d1f;margin:28px 0 14px;letter-spacing:-.2px}.filter-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.filter-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:20px;border:1.5px solid #d1d5db;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}.filter-pill:hover{border-color:#007aff;color:#007aff}.filter-pill.active{font-weight:600}.pill-icon{font-size:12px;display:flex;align-items:center}.pill-count{background:#ffffff4d;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:700}.apple-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.apple-product-card{background:#fff;border-radius:18px;border:1px solid #e5e7eb;overflow:hidden;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.apple-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 48px #0000001c}.apple-product-image{position:relative;height:300px;width:200px;background:#f5f5f7;overflow:hidden;align-items:center}.apple-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.apple-product-card:hover .apple-product-image img{transform:scale(1.04)}.apple-product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:44px;color:#fff}.apple-product-category-badge{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;color:#fff;letter-spacing:.3px}.apple-product-body{padding:16px}.apple-product-name{font-size:15px;font-weight:700;color:#1d1d1f;margin:0 0 6px;letter-spacing:-.2px}.apple-product-desc{font-size:12.5px;color:#6e6e73;line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.apple-product-meta{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.apple-meta-item{display:flex;align-items:flex-start;gap:6px;font-size:12px;color:#6e6e73;line-height:1.4}.apple-meta-item svg{color:#007aff;flex-shrink:0;margin-top:2px}.apple-product-features{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}.apple-feature-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;background:#f0fdf4;color:#16a34a;border-radius:10px;font-size:11px;font-weight:500}.apple-product-footer{display:flex;gap:8px}.apple-btn-primary{flex:1;padding:9px 14px;background:#007aff;color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;transition:background .2s ease;letter-spacing:-.01em}.apple-btn-primary:hover{background:#0056cc}.apple-btn-ghost{padding:9px 14px;background:transparent;color:#007aff;border:1.5px solid #007AFF;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s ease;white-space:nowrap}.apple-btn-ghost:hover{background:#007aff;color:#fff}.apple-btn-ghost.full-width{width:100%;justify-content:center;margin-top:10px}.conditions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;margin-bottom:8px}.condition-tile{background:#f9fafb;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:6px;border:1px solid #f3f4f6;transition:box-shadow .2s}.condition-tile:hover{box-shadow:0 4px 16px #00000012}.condition-tile-icon{font-size:20px}.condition-tile-label{font-size:11px;color:#6e6e73;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.condition-tile-value{font-size:14px;font-weight:700;color:#1d1d1f;line-height:1.3}.growth-stages-row{margin-top:8px}.stages-track{display:flex;align-items:center;flex-wrap:wrap;gap:0;padding:20px;background:#f9fafb;border-radius:16px}.stage-step{display:flex;align-items:center;gap:8px;position:relative}.stage-dot{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007aff,#0056cc);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stage-label{font-size:12px;font-weight:500;color:#374151}.stage-line{width:24px;height:2px;background:#d1d5db;margin:0 4px}.challenges-list{display:flex;flex-direction:column;gap:16px}.challenge-apple-card{border-radius:16px;padding:20px;border:1.5px solid #e5e7eb;background:#fafafa;transition:box-shadow .2s}.challenge-apple-card:hover{box-shadow:0 6px 20px #00000014}.challenge-apple-card.severity-high{border-left:4px solid #FF3B30;background:#fff8f8}.challenge-apple-card.severity-medium{border-left:4px solid #FF9500;background:#fffaf5}.challenge-apple-card.severity-low{border-left:4px solid #34C759;background:#f8fff9}.challenge-apple-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:12px}.challenge-apple-icon{font-size:24px;flex-shrink:0;margin-top:2px}.challenge-apple-meta h3{font-size:16px;font-weight:700;color:#1d1d1f;margin:0 0 6px}.challenge-tags{display:flex;flex-wrap:wrap;gap:6px}.severity-tag{padding:2px 10px;border-radius:10px;font-size:11px;font-weight:600}.severity-tag.high{background:#fee2e2;color:#dc2626}.severity-tag.medium{background:#ffedd5;color:#ea580c}.severity-tag.low{background:#dcfce7;color:#16a34a}.risk-pct,.season-tag{font-size:11px;color:#6e6e73;background:#f3f4f6;padding:2px 8px;border-radius:8px}.challenge-apple-desc{font-size:13.5px;color:#374151;line-height:1.6;margin-bottom:14px}.challenge-solutions-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.solution-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:#eff6ff;color:#1d4ed8;border-radius:10px;font-size:12px;font-weight:500}.prevention-note{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background:#f0fdf4;border-radius:10px;font-size:13px;color:#166534}.prevention-note svg{flex-shrink:0;margin-top:2px}.analytics-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.analytics-tile{background:#f9fafb;border-radius:16px;padding:20px 16px;text-align:center;border:1px solid #f3f4f6;transition:box-shadow .2s,transform .2s}.analytics-tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.analytics-tile-icon{font-size:24px;margin-bottom:10px}.analytics-tile-value{font-size:22px;font-weight:800;letter-spacing:-.5px;margin-bottom:4px}.analytics-tile-label{font-size:12px;color:#6e6e73;font-weight:500}.weather-current-row{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap;margin-bottom:8px}.weather-now-card{background:linear-gradient(135deg,#007aff,#0056cc);color:#fff;border-radius:18px;padding:22px 28px;text-align:center;min-width:120px;flex-shrink:0}.weather-now-icon{font-size:32px;margin-bottom:6px}.weather-now-temp{font-size:30px;font-weight:800;letter-spacing:-1px}.weather-now-label{font-size:12px;opacity:.85;margin-top:2px}.weather-metric-pill{display:flex;align-items:center;gap:12px;background:#f5f5f7;border-radius:16px;padding:16px 20px;flex:1;min-width:110px}.weather-metric-icon{font-size:20px;color:#007aff;flex-shrink:0}.weather-metric-value{font-size:17px;font-weight:700;color:#1d1d1f}.weather-metric-label{font-size:11px;color:#6e6e73;margin-top:2px}.forecast-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:8px}@media(max-width:700px){.forecast-row{grid-template-columns:repeat(3,1fr)}}@media(max-width:450px){.forecast-row{grid-template-columns:repeat(2,1fr)}}.forecast-card{background:#f9fafb;border-radius:14px;padding:14px 8px;text-align:center;border:1px solid #e5e7eb;transition:box-shadow .2s,transform .2s}.forecast-card.rainy{background:#eff6ff;border-color:#bfdbfe}.forecast-card:hover{box-shadow:0 4px 14px #00000014;transform:translateY(-2px)}.forecast-day{font-size:11px;font-weight:600;color:#6e6e73;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.forecast-icon{font-size:22px;margin-bottom:8px}.forecast-temps{font-size:13px;margin-bottom:4px}.forecast-high{font-weight:700;color:#1d1d1f}.forecast-sep{color:#d1d5db;margin:0 3px}.forecast-low{color:#6e6e73}.forecast-rain{font-size:11px;color:#3b82f6;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:3px}.forecast-advisory{font-size:10px;color:#374151;margin-top:6px;font-weight:500;line-height:1.3}.crop-weather-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.crop-weather-card{background:#f5f5f7;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:5px}.crop-weather-icon{font-size:22px;color:#007aff}.crop-weather-label{font-size:11px;color:#6e6e73;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.crop-weather-value{font-size:16px;font-weight:700;color:#1d1d1f}.weather-alerts{display:flex;flex-direction:column;gap:8px}.weather-alert-row{display:flex;align-items:flex-start;gap:10px;padding:13px 16px;border-radius:12px;font-size:13px;line-height:1.5}.weather-alert-row.warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.weather-alert-row.info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.weather-alert-row.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.weather-alert-row svg{flex-shrink:0;margin-top:2px}.apple-sidebar{display:flex;flex-direction:column;gap:18px}.apple-sidebar-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 2px 12px #0000000f}.apple-sidebar-title{font-size:14px;font-weight:700;color:#1d1d1f;margin:0 0 16px;display:flex;align-items:center;gap:7px;letter-spacing:-.01em}.apple-quickstats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.apple-quickstat-row{display:flex;align-items:center;gap:10px;font-size:13px;padding:10px 0;border-bottom:1px solid #f3f4f6}.apple-quickstat-row:last-child{border-bottom:none}.apple-quickstat-icon{color:#007aff;font-size:14px;flex-shrink:0}.apple-quickstat-label{color:#6e6e73;flex:1}.apple-quickstat-value{font-weight:600;color:#1d1d1f;text-align:right;font-size:12px}.weather-widget{background:linear-gradient(135deg,#f0f9ff,#e0f2fe)!important}.widget-weather-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.widget-temp{font-size:24px;font-weight:800;color:#0369a1;display:flex;align-items:center;gap:6px}.widget-pills{display:flex;flex-direction:column;gap:5px}.widget-pills span{font-size:12px;color:#0c4a6e;display:flex;align-items:center;gap:5px;font-weight:500}.widget-alert{padding:9px 12px;border-radius:10px;font-size:12px;font-weight:500;margin-bottom:4px;line-height:1.4}.widget-alert.success{background:#f0fdf4e6;color:#166534}.similar-crops-list{display:flex;flex-direction:column;gap:4px}.similar-crop-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;cursor:pointer;transition:background .15s ease}.similar-crop-row:hover{background:#f5f5f7}.similar-crop-icon{font-size:22px;flex-shrink:0}.similar-crop-text{flex:1}.similar-crop-name{font-size:14px;font-weight:600;color:#1d1d1f}.similar-crop-badge{font-size:11px;color:#6e6e73;margin-top:1px}.similar-crop-arrow{font-size:11px;color:#c7c7cc}.apple-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:70px 0;color:#6e6e73;font-size:14px}.apple-spinner{width:38px;height:38px;border:3px solid #e5e7eb;border-top-color:#007aff;border-radius:50%;animation:appleSpinAnim .7s linear infinite}@keyframes appleSpinAnim{to{transform:rotate(360deg)}}.apple-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:70px 0;color:#6e6e73;font-size:15px}.product-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.product-modal{background:#fff;border-radius:24px;width:100%;max-width:580px;max-height:88vh;overflow-y:auto;box-shadow:0 32px 80px #0003}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 0;position:sticky;top:0;background:#fff;border-radius:24px 24px 0 0;z-index:1}.modal-header-left{display:flex;align-items:center;gap:14px}.modal-product-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;flex-shrink:0}.modal-title{font-size:20px;font-weight:700;color:#1d1d1f;margin:0 0 5px;letter-spacing:-.3px}.modal-subtitle{display:flex;align-items:center;gap:10px}.modal-category{font-size:12px;font-weight:600;background:#f3f4f6;color:#374151;padding:2px 10px;border-radius:8px}.modal-rating{font-size:13px;font-weight:600;color:#ff9500;display:flex;align-items:center;gap:4px}.modal-close-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f5f5f7;color:#6e6e73;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s;font-size:14px}.modal-close-btn:hover{background:#e5e5ea;color:#1d1d1f}.modal-body{padding:20px 24px 24px}.modal-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.highlight-item{background:#f9fafb;border-radius:14px;padding:14px;text-align:center}.highlight-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:15px;margin:0 auto 8px}.highlight-icon.success{background:#dcfce7;color:#16a34a}.highlight-icon.info{background:#dbeafe;color:#1d4ed8}.highlight-icon.warning{background:#ffedd5;color:#ea580c}.highlight-value{font-size:14px;font-weight:700;color:#1d1d1f;margin-bottom:3px;line-height:1.3}.highlight-label{font-size:11px;color:#6e6e73}.modal-description{font-size:14px;color:#374151;line-height:1.6;margin-bottom:20px}.modal-section{margin-bottom:18px}.modal-section h4{font-size:14px;font-weight:700;color:#1d1d1f;margin:0 0 10px}.modal-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.modal-section ul li{font-size:13px;color:#374151;display:flex;align-items:flex-start;gap:7px}.modal-section ul li svg{color:#34c759;margin-top:2px;flex-shrink:0}.modal-section p{font-size:13px;color:#374151;line-height:1.6;margin:0}.warning-section h4{color:#92400e;display:flex;align-items:center;gap:6px}.warning-section ul li{color:#92400e}.modal-actions{display:flex;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid #f3f4f6}.category-list{display:flex;flex-direction:column;gap:8px}.category-item{display:flex;align-items:center;justify-content:space-between;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:10px 16px}.category-name{font-size:14px;font-weight:500;color:#fff}.category-count{font-size:18px;font-weight:800;color:#fff;background:#fff3;border-radius:8px;padding:2px 10px}@media(max-width:640px){.apple-section{padding:20px;border-radius:16px}.apple-section-title{font-size:18px}.conditions-grid,.analytics-tiles{grid-template-columns:repeat(2,1fr)}.crop-weather-grid{grid-template-columns:1fr}.modal-highlights{grid-template-columns:repeat(3,1fr);gap:8px}.apple-tab-label{display:none}.apple-tab{padding:14px 16px}.apple-tab-icon{font-size:18px}}.city-search-bar{margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.city-search-input-wrap{display:flex;align-items:center;gap:8px;background:#f5f5f7;border-radius:14px;padding:10px 14px;border:1.5px solid #e5e5ea;flex-wrap:wrap}.city-search-icon{color:#ff3b30;font-size:14px;flex-shrink:0}.city-search-input{flex:1;border:none;background:transparent;font-size:14px;color:#1d1d1f;outline:none;min-width:160px}.city-search-input::placeholder{color:#aaa}.city-search-btn{background:linear-gradient(135deg,#007aff,#0056cc);color:#fff;border:none;border-radius:9px;padding:7px 18px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s}.city-search-btn:hover{opacity:.85}.city-gps-btn{background:linear-gradient(135deg,#34c759,#1e7b34);color:#fff;border:none;border-radius:9px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s}.city-gps-btn:hover{opacity:.85}.city-search-error{display:flex;align-items:center;gap:6px;color:#ff3b30;font-size:13px;padding:8px 12px;background:#ff3b3014;border-radius:10px}.city-quick-chips{display:flex;flex-wrap:wrap;gap:7px}.city-chip{background:#fff;border:1.5px solid #e5e5ea;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;color:#1d1d1f;cursor:pointer;transition:all .18s}.city-chip:hover{background:#007aff;color:#fff;border-color:#007aff}:root{--green-main: #15803d;--green-dark: #14532d;--green-light: #dcfce7;--white: #ffffff;--gray-light: #f9fafb;--gray-border: #e5e7eb;--text-dark: #1f2937;--text-light: #6b7280}.site-footer{background:linear-gradient(135deg,#fff 0% 100%);color:var(--black);padding:4rem 2rem 2rem;border-top:1px solid rgba(255,255,255,.911)}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.2fr;gap:3rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem}.logo-img{height:56px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-title{font-weight:700;font-size:1.125rem;color:var(--white)}.logo-subtitle{font-size:.75rem;color:#fff9;letter-spacing:.05em;text-transform:uppercase}.footer-description{color:#2a6834;line-height:1.6;font-size:.95rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column-title{font-size:.875rem;font-weight:700;color:var(--black);text-transform:uppercase;letter-spacing:.08em;margin:0;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:#000000b3;text-decoration:none;font-size:.95rem;transition:color .3s ease;display:inline-block}.footer-links a:hover{color:#7dd442}.footer-contact{gap:1.5rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#000000b3;font-size:.95rem}.contact-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item a{color:#000000b3;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#7dd442}.social-links{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1)}.social-title{font-size:.85rem;font-weight:600;color:#000000b3;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.social-icons{display:flex;gap:1rem}.social-icons a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#7dd4421a;color:#7dd442;transition:all .3s ease;text-decoration:none}.social-icons a:hover{background:#7dd442;color:#fff;transform:translateY(-3px)}.social-icon{width:20px;height:20px}.footer-divider{max-width:1400px;margin:0 auto 2rem;height:1px;background:#0000001a}.footer-bottom{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-copyright,.footer-credits{color:#0009;font-size:.875rem;margin:0}@media(max-width:1024px){.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.site-footer{padding:3rem 2rem 2rem}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{margin-bottom:.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}}.global-presence-page{font-family:Inter,sans-serif;overflow-x:hidden}.global-hero .who-we-are-heading{font-size:5.5rem}.global-hero{position:relative;overflow:hidden}.scroll-progress{position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#14532d,#1a6b3d,#14532d);transform-origin:0 50%;z-index:1000}.map-interactive-section{padding:40px 0 60px;background:linear-gradient(to bottom,#fff,#f9fafb)}.map-header{text-align:center;margin-bottom:40px;padding:0 20px}.map-header .section-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:12px;letter-spacing:-.02em}.map-header .section-subtitle{font-size:1.1rem;color:#4b5563;max-width:600px;margin:0 auto}.map-with-info{display:grid;grid-template-columns:1fr;gap:30px;max-width:1300px;margin:0 auto;background:#fff;border-radius:32px;padding:24px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.map-container-enhanced{border-radius:24px;overflow:hidden;background:#0a1922;box-shadow:inset 0 0 0 1px #ffffff0d;height:520px;width:100%}.country-info-panel{background:#fff;border-radius:24px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 10px 25px -5px #0000000d;overflow-y:auto;scrollbar-width:thin;max-height:600px}.country-info-panel::-webkit-scrollbar{width:6px}.country-info-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.country-info-panel::-webkit-scrollbar-thumb{background:#15803d;border-radius:10px}.hover-info-card{animation:fadeIn .2s ease}.hover-info-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.country-flag{font-size:2rem;line-height:1}.hover-info-header h3{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.status-badge{padding:4px 12px;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.status-badge.green{background:#ecfdf5;color:#065f46}.status-badge.orange{background:#fff7ed;color:#92400e}.status-badge.blue{background:#eff6ff;color:#1e3a8a}.hover-description{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:16px}.hover-quick-stats{display:flex;gap:16px;padding:12px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.hover-quick-stats div{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#374151}.hover-quick-stats svg{color:#15803d}.selected-country-details{animation:slideUp .3s ease}.country-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f3f4f6;flex-wrap:wrap}.country-flag-large{font-size:3rem;line-height:1}.country-detail-header h3{font-size:1.75rem;font-weight:800;color:#111827;margin:0 0 4px}.status-badge-large{display:inline-block;padding:4px 14px;border-radius:100px;font-size:.8rem;font-weight:600}.status-badge-large.green{background:#ecfdf5;color:#065f46}.status-badge-large.orange{background:#fff7ed;color:#92400e}.status-badge-large.blue{background:#eff6ff;color:#1e3a8a}.country-meta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.meta-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#4b5563;background:#f9fafb;padding:8px 12px;border-radius:30px;word-break:break-word}.meta-item svg{color:#15803d;width:16px;height:16px;flex-shrink:0}.country-description{background:#f9fafb;padding:16px;border-radius:16px;margin-bottom:20px}.country-description p{font-size:.95rem;line-height:1.6;color:#374151;margin:0}.country-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.stat-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 8px;display:flex;align-items:center;gap:10px;transition:all .2s ease}.stat-box:hover{border-color:#15803d;box-shadow:0 4px 12px #15803d1a}.stat-box svg{color:#15803d;width:20px;height:20px;flex-shrink:0}.stat-box div{display:flex;flex-direction:column;min-width:0}.stat-box strong{font-size:1.1rem;font-weight:700;color:#111827;white-space:nowrap}.stat-box span{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.country-products,.country-achievements,.country-contact{margin-bottom:24px}.country-products h4,.country-achievements h4,.country-contact h4{font-size:1rem;font-weight:700;color:#374151;margin-bottom:12px;text-transform:uppercase;letter-spacing:.03em}.product-tags{display:flex;flex-wrap:wrap;gap:8px}.product-tag{background:#f3f4f6;color:#1f2937;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:500;border:1px solid #e5e7eb;transition:all .2s ease}.product-tag:hover{background:#15803d;color:#fff;border-color:#15803d}.country-achievements ul{list-style:none;padding:0}.country-achievements li{padding:8px 0;font-size:.9rem;color:#4b5563;border-bottom:1px dashed #e5e7eb;display:flex;align-items:center;gap:8px}.country-achievements li:last-child{border-bottom:none}.country-achievements li:before{content:"✓";color:#15803d;font-weight:700;flex-shrink:0}.contact-details{background:#f9fafb;border-radius:16px;padding:16px}.contact-details div{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.9rem;color:#374151;word-break:break-word}.contact-details svg{color:#15803d;flex-shrink:0}.quick-country-cards{padding:40px 0 80px;background:#fff}.country-card-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto;padding:0 20px}.country-quick-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.country-quick-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:#15803d;transition:height .3s ease}.country-quick-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -10px #15803d26;border-color:#15803d}.country-quick-card.active{border-color:#15803d;background:#f9fafb}.country-quick-card.active:before{height:100%}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.card-flag{font-size:1.8rem}.card-header h4{font-size:1.2rem;font-weight:700;color:#111827;margin:0}.card-badge{display:inline-block;padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:600;margin-bottom:10px}.card-badge.green{background:#ecfdf5;color:#065f46}.card-badge.orange{background:#fff7ed;color:#92400e}.card-badge.blue{background:#eff6ff;color:#1e3a8a}.card-quick-desc{font-size:.85rem;color:#6b7280;margin:0}.why-expansion-section{padding:100px 0;background:linear-gradient(135deg,#f9fafb,#fff)}.why-grid-enhanced{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:0 auto;padding:0 20px}.why-card-premium{background:#fff;border-radius:24px;padding:40px 30px;text-align:center;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.why-card-premium:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#15803d,#16a34a);transform:scaleX(0);transition:transform .3s ease}.why-card-premium:hover{transform:translateY(-8px);box-shadow:0 30px 45px -15px #15803d33}.why-card-premium:hover:after{transform:scaleX(1)}.why-icon{font-size:3rem;margin-bottom:20px}.why-card-premium h4{font-size:1.4rem;font-weight:700;color:#111827;margin-bottom:15px}.why-card-premium p{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:20px}.why-stats{font-size:1.2rem;font-weight:800;color:#15803d;background:#ecfdf5;display:inline-block;padding:6px 18px;border-radius:30px}.global-strategy-section{padding:80px 0;background:#14532d}.strategy-premium-card{max-width:900px;margin:0 auto;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:40px;padding:60px;text-align:center;color:#fff}.strategy-premium-card h3{font-size:2.2rem;font-weight:700;margin-bottom:20px;color:#fff}.strategy-premium-card p{font-size:1.1rem;line-height:1.7;color:#fffc;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.strategy-pillars{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.pillar{display:flex;align-items:center;gap:12px;background:#ffffff0d;padding:12px 24px;border-radius:50px;border:1px solid rgba(255,255,255,.1)}.pillar-number{font-size:1.2rem;font-weight:800;color:#16a34a}.pillar span:last-child{color:#fff;font-weight:500}.roadmap-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fafb);position:relative;overflow:hidden}.roadmap-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#15803d,transparent)}.roadmap-header{text-align:center;margin-bottom:60px;padding:0 20px}.roadmap-header .section-title{font-size:2.8rem;font-weight:800;color:#111827;margin-bottom:16px;letter-spacing:-.02em}.roadmap-subtitle{font-size:1.1rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.6}.roadmap-timeline{max-width:900px;margin:0 auto;position:relative;padding:20px 0 40px}.roadmap-timeline:before{content:"";position:absolute;left:40px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#15803d,#16a34a,#10b981,#6b7280);border-radius:3px}.roadmap-card{margin-bottom:40px;position:relative;animation:slideIn .5s ease forwards;opacity:0;transform:translate(-20px)}.roadmap-card:nth-child(1){animation-delay:.1s}.roadmap-card:nth-child(2){animation-delay:.2s}.roadmap-card:nth-child(3){animation-delay:.3s}.roadmap-card:nth-child(4){animation-delay:.4s}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.roadmap-card-inner{background:#fff;border-radius:24px;padding:32px;margin-left:80px;border:1px solid #e5e7eb;box-shadow:0 15px 35px -10px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.roadmap-card-inner:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 25px 45px -12px #15803d40;border-color:#15803d}.roadmap-card.current .roadmap-card-inner{border-left:4px solid #15803d}.roadmap-card.upcoming .roadmap-card-inner{border-left:4px solid #f59e0b}.roadmap-card.future .roadmap-card-inner{border-left:4px solid #3b82f6}.roadmap-card.vision .roadmap-card-inner{border-left:4px solid #8b5cf6}.roadmap-card:before{content:"";position:absolute;left:28px;top:35px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid;z-index:2;box-shadow:0 0 0 4px #15803d26;transition:all .3s ease}.roadmap-card.current:before{background:#15803d;border-color:#15803d;box-shadow:0 0 0 6px #15803d33}.roadmap-card.upcoming:before{background:#f59e0b;border-color:#f59e0b}.roadmap-card.future:before{background:#3b82f6;border-color:#3b82f6}.roadmap-card.vision:before{background:#8b5cf6;border-color:#8b5cf6}.roadmap-year-badge{display:inline-flex;align-items:center;justify-content:center;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#15803d 60%,#10b981);color:#fff;font-size:1.5rem;font-weight:900;margin-bottom:20px;box-shadow:0 8px 20px -6px #15803d47;border:3px solid #fff;position:relative;overflow:visible;letter-spacing:-.04em;transition:box-shadow .3s,border-color .3s}.roadmap-year-badge:after{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .5s ease}.roadmap-card-inner:hover .roadmap-year-badge:after{transform:translate(100%)}.roadmap-status{margin-bottom:12px}.status-pill{display:inline-block;padding:6px 16px;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.status-pill.current{background:linear-gradient(135deg,#ecfdf5,#bbf7d0);color:#065f46;box-shadow:0 2px 8px #15803d33}.status-pill.upcoming{background:linear-gradient(135deg,#fef3c7,#fed7aa);color:#92400e;box-shadow:0 2px 8px #f59e0b33}.status-pill.future{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e3a8a;box-shadow:0 2px 8px #3b82f633}.status-pill.vision{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#6b21a8;box-shadow:0 2px 8px #8b5cf633}.roadmap-card h3{font-size:1.6rem;font-weight:800;color:#111827;margin:0 0 12px;letter-spacing:-.01em;line-height:1.3}.roadmap-description{font-size:1rem;color:#4b5563;margin:0 0 24px;line-height:1.6}.roadmap-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.roadmap-milestone{display:flex;gap:12px;padding:16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.roadmap-milestone:hover{border-color:#15803d;background:#f0fdf4;transform:translateY(-2px)}.milestone-marker{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rect-icon{display:block;width:16px;height:16px;border-radius:4px;background:linear-gradient(135deg,#16a34a 60%,#10b981);box-shadow:0 2px 6px #15803d1f;border:2px solid #fff}.roadmap-milestone strong{display:block;font-size:.9rem;color:#15803d;font-weight:700;margin-bottom:4px}.roadmap-milestone span{font-size:.9rem;color:#4b5563;line-height:1.4;display:block}.roadmap-targets{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.target-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:30px;border:1px solid #dcfce7;font-weight:600;color:#15803d;font-size:.85rem;transition:all .2s ease;box-shadow:0 2px 5px #00000008}.target-chip:hover{transform:scale(1.05);background:#15803d;color:#fff;border-color:#15803d;box-shadow:0 8px 15px -5px #15803d4d}.target-chip:hover .target-icon{color:#fff}.target-icon{width:1.2em;height:1.2em;flex-shrink:0;transition:all .2s ease}.global-cta-section{padding:100px 0;background:#14532d;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 8px 32px -8px #10a34a2e}.global-cta-section h3{font-size:2.7rem;font-weight:900;color:#fff;margin-bottom:18px;letter-spacing:-.02em;padding:0 20px}.global-cta-section p{font-size:1.2rem;color:#e0f2ef;margin-bottom:36px;padding:0 20px}.cta-enhanced{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;padding:0 20px}.btn-primary-large{background:#fff;color:#15803d;border:none;padding:18px 38px;border-radius:50px;font-size:1.1rem;font-weight:700;box-shadow:0 8px 24px -6px #15803d2e;transition:all .2s;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-primary-large:hover{background:#f0fdf4;color:#15803d;transform:translateY(-2px) scale(1.04)}.btn-secondary-large{background:transparent;color:#fff;border:2px solid #fff;padding:18px 38px;border-radius:50px;font-size:1.1rem;font-weight:700;transition:all .2s;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-secondary-large:hover{background:#10b981;color:#fff;border-color:#10b981;transform:translateY(-2px) scale(1.04)}.container{max-width:1280px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}@media(min-width:1200px){.container{max-width:1140px}}@media(min-width:992px)and (max-width:1199px){.container{max-width:960px}.map-container-enhanced{height:480px}.global-hero .who-we-are-heading{font-size:5rem}}@media(min-width:768px)and (max-width:991px){.global-hero .who-we-are-heading{font-size:4rem}.map-container-enhanced{height:400px}.country-stats-grid{grid-template-columns:repeat(3,1fr);gap:8px}.stat-box{padding:10px 6px}.stat-box strong{font-size:1rem}.stat-box span{font-size:.65rem}.country-meta-grid{gap:8px}.meta-item{padding:6px 10px;font-size:.8rem}.why-grid-enhanced{grid-template-columns:repeat(2,1fr);gap:20px}.why-card-premium{padding:30px 20px}.why-card-premium h4{font-size:1.2rem}.roadmap-header .section-title{font-size:2.2rem}.strategy-premium-card{padding:40px 30px}.strategy-premium-card h3{font-size:1.8rem}.roadmap-card-inner{margin-left:60px;padding:24px}.roadmap-year-badge{width:70px;height:70px;font-size:1.2rem}.roadmap-timeline:before{left:30px}.roadmap-card:before{left:18px;top:30px;width:14px;height:14px}.roadmap-grid{gap:12px}.roadmap-milestone{padding:12px}.country-card-row{gap:15px}.country-quick-card{padding:15px}.card-header h4{font-size:1rem}}@media(min-width:576px)and (max-width:767px){.global-hero .who-we-are-heading{font-size:3rem}.map-header .section-title{font-size:2rem}.map-container-enhanced{height:350px}.map-with-info{padding:16px;border-radius:24px}.country-info-panel{padding:20px;max-height:500px}.country-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.country-flag-large{font-size:2.5rem}.country-detail-header h3{font-size:1.5rem}.country-meta-grid{grid-template-columns:1fr;gap:8px}.meta-item{width:100%}.country-stats-grid{grid-template-columns:1fr;gap:10px}.stat-box{width:100%;padding:12px}.country-card-row{grid-template-columns:1fr;gap:15px;max-width:400px}.country-quick-card{width:100%}.why-grid-enhanced{grid-template-columns:1fr;gap:20px;max-width:500px}.why-card-premium{padding:30px 20px}.global-strategy-section{padding:60px 0}.strategy-premium-card{padding:30px 20px;border-radius:30px}.strategy-premium-card h3{font-size:1.6rem}.strategy-premium-card p{font-size:1rem}.strategy-pillars{gap:20px;flex-direction:column;align-items:center}.pillar{width:100%;max-width:300px;justify-content:center}.roadmap-section{padding:60px 0}.roadmap-header .section-title{font-size:2rem}.roadmap-timeline:before{left:20px}.roadmap-card:before{left:8px;top:25px;width:12px;height:12px}.roadmap-card-inner{margin-left:40px;padding:20px}.roadmap-year-badge{width:60px;height:60px;font-size:1rem;margin-bottom:15px}.roadmap-grid{grid-template-columns:1fr;gap:12px}.roadmap-card h3{font-size:1.3rem}.roadmap-milestone{padding:12px}.target-chip{padding:6px 12px;font-size:.8rem}.global-cta-section{padding:60px 0}.global-cta-section h3{font-size:2rem}.global-cta-section p{font-size:1rem}.cta-enhanced{flex-direction:column;gap:16px;align-items:center;max-width:400px;margin:0 auto}.btn-primary-large,.btn-secondary-large{width:100%;padding:15px 30px;font-size:1rem;justify-content:center}}@media(max-width:575px){.global-hero .who-we-are-heading{font-size:2.5rem}.map-header .section-title{font-size:1.8rem}.map-header .section-subtitle{font-size:1rem}.map-container-enhanced{height:300px}.map-with-info{padding:12px;border-radius:20px;gap:20px}.country-info-panel{padding:16px;max-height:450px}.hover-info-header{flex-direction:column;align-items:flex-start;gap:8px}.hover-info-header h3{font-size:1.3rem}.status-badge{font-size:.7rem;padding:3px 10px}.hover-quick-stats{flex-direction:column;gap:8px}.hover-quick-stats div{width:100%}.country-detail-header{flex-direction:column;align-items:flex-start;gap:10px}.country-flag-large{font-size:2rem}.country-detail-header h3{font-size:1.3rem}.status-badge-large{font-size:.7rem;padding:3px 12px}.country-meta-grid{grid-template-columns:1fr;gap:8px}.meta-item{width:100%;padding:8px 12px;font-size:.85rem}.country-description{padding:12px}.country-description p{font-size:.9rem}.country-stats-grid{grid-template-columns:1fr;gap:8px}.stat-box{width:100%;padding:12px}.stat-box strong{font-size:1rem}.product-tags{gap:6px}.product-tag{font-size:.75rem;padding:4px 10px}.country-achievements li{font-size:.85rem;padding:6px 0}.contact-details{padding:12px}.contact-details div{flex-direction:column;align-items:flex-start;gap:5px;padding:6px 0}.country-card-row{grid-template-columns:1fr;gap:12px;padding:0 15px;max-width:350px}.country-quick-card{padding:15px}.card-header{flex-wrap:wrap}.card-flag{font-size:1.5rem}.card-header h4{font-size:1rem}.card-badge{font-size:.65rem;padding:3px 8px}.why-expansion-section{padding:60px 0}.why-grid-enhanced{grid-template-columns:1fr;gap:20px;padding:0 15px;max-width:400px}.why-card-premium{padding:25px 15px}.why-icon{font-size:2.5rem}.why-card-premium h4{font-size:1.2rem}.why-card-premium p{font-size:.9rem}.why-stats{font-size:1rem;padding:4px 14px}.global-strategy-section{padding:50px 0}.strategy-premium-card{padding:25px 15px;border-radius:24px}.strategy-premium-card h3{font-size:1.4rem}.strategy-premium-card p{font-size:.95rem;margin-bottom:25px}.strategy-pillars{gap:15px;flex-direction:column;align-items:center}.pillar{width:100%;max-width:280px;justify-content:center;padding:10px 20px}.pillar-number{font-size:1rem}.pillar span:last-child{font-size:.9rem}.roadmap-section{padding:50px 0}.roadmap-header .section-title{font-size:1.8rem}.roadmap-subtitle{font-size:.95rem}.roadmap-timeline{padding:20px 15px}.roadmap-timeline:before{left:15px;width:2px}.roadmap-card{margin-bottom:30px}.roadmap-card:before{left:3px;top:20px;width:10px;height:10px;border-width:2px;box-shadow:0 0 0 3px #15803d26}.roadmap-card-inner{margin-left:30px;padding:15px;border-radius:16px}.roadmap-year-badge{width:50px;height:50px;font-size:.9rem;margin-bottom:12px;border-width:2px}.roadmap-status{margin-bottom:8px}.status-pill{padding:4px 12px;font-size:.65rem}.roadmap-card h3{font-size:1.2rem;margin-bottom:8px}.roadmap-description{font-size:.9rem;margin-bottom:16px}.roadmap-grid{grid-template-columns:1fr;gap:10px;margin-bottom:16px}.roadmap-milestone{padding:10px}.milestone-marker{width:18px;height:18px}.rect-icon{width:12px;height:12px}.roadmap-milestone strong,.roadmap-milestone span{font-size:.8rem}.target-chip{width:100%;justify-content:center;padding:6px 12px;font-size:.75rem}.global-cta-section{padding:50px 0}.global-cta-section h3{font-size:1.8rem;margin-bottom:12px}.global-cta-section p{font-size:.95rem;margin-bottom:25px}.cta-enhanced{flex-direction:column;gap:12px;align-items:center;max-width:350px;margin:0 auto}.btn-primary-large,.btn-secondary-large{width:100%;padding:12px 25px;font-size:.95rem;justify-content:center}}@media(max-width:375px){.global-hero .who-we-are-heading{font-size:2rem}.map-header .section-title{font-size:1.5rem}.map-header .section-subtitle{font-size:.9rem}.map-container-enhanced{height:250px}.country-flag-large{font-size:1.8rem}.country-detail-header h3{font-size:1.1rem}.status-badge-large{font-size:.65rem;padding:2px 8px}.meta-item{font-size:.8rem;padding:6px 10px}.stat-box{padding:8px 10px}.stat-box strong{font-size:.95rem}.stat-box span{font-size:.6rem}.product-tag{font-size:.7rem;padding:3px 8px}.country-achievements li,.contact-details div{font-size:.8rem}.why-card-premium{padding:20px 12px}.why-icon{font-size:2rem}.why-card-premium h4{font-size:1rem}.why-card-premium p{font-size:.85rem}.why-stats{font-size:.9rem;padding:3px 12px}.strategy-premium-card h3{font-size:1.2rem}.strategy-premium-card p{font-size:.85rem}.pillar{padding:8px 16px}.pillar-number{font-size:.9rem}.pillar span:last-child{font-size:.8rem}.roadmap-card-inner{margin-left:25px;padding:12px}.roadmap-year-badge{width:40px;height:40px;font-size:.8rem}.roadmap-card h3{font-size:1rem}.roadmap-description{font-size:.8rem}.roadmap-milestone{padding:8px}.roadmap-milestone strong,.roadmap-milestone span{font-size:.75rem}.target-chip{width:100%;justify-content:center;font-size:.7rem}.global-cta-section h3{font-size:1.5rem}.global-cta-section p{font-size:.85rem}.btn-primary-large,.btn-secondary-large{padding:10px 20px;font-size:.85rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(hover:none)and (pointer:coarse){.country-quick-card:hover,.why-card-premium:hover,.roadmap-card-inner:hover{transform:none}.product-tag:hover{background:#f3f4f6;color:#1f2937}.stat-box:hover{border-color:#e5e7eb;box-shadow:none}.btn-primary-large:hover,.btn-secondary-large:hover{transform:none}.target-chip:hover{transform:none;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);color:#15803d}.target-chip:hover .target-icon{filter:none}.roadmap-milestone:hover{transform:none;border-color:#e5e7eb;background:#f9fafb}}@media print{.global-cta-section,.btn-primary-large,.btn-secondary-large,.country-quick-card,.scroll-progress,.who-we-are-breadcrumb{display:none!important}.map-container-enhanced{height:300px;page-break-inside:avoid;border:1px solid #ddd}*{color:#000!important;background:#fff!important;box-shadow:none!important;text-shadow:none!important}.global-presence-page{padding:0}.country-info-panel{border:1px solid #ddd;max-height:none;overflow:visible}.stat-box,.meta-item,.country-description,.contact-details{border:1px solid #ddd;background:#fff!important}.why-card-premium,.strategy-premium-card{border:1px solid #ddd;background:#fff!important;color:#000!important}.strategy-premium-card h3,.strategy-premium-card p,.pillar span:last-child{color:#000!important}.pillar{border:1px solid #ddd;background:#fff!important}}@media(prefers-contrast:high){.status-badge,.status-badge-large,.card-badge,.target-chip,.why-stats{border:2px solid currentColor}.map-container-enhanced,.btn-primary-large,.btn-secondary-large{border:2px solid #000}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.roadmap-card{animation:none;opacity:1;transform:none}.country-quick-card:hover,.why-card-premium:hover,.roadmap-card-inner:hover,.btn-primary-large:hover,.btn-secondary-large:hover{transform:none}}.d3-world-map-enhanced{font-family:Inter,sans-serif;position:relative;border-radius:0;overflow:hidden;background:#0a1922;-webkit-user-select:none;user-select:none;width:100%;height:520px}.country-path{transition:fill .2s ease;pointer-events:none}.d3-world-map-svg{display:block!important;width:100%!important;height:100%!important;background:#0a1922;will-change:auto}.country-marker{transition:transform .2s ease;cursor:pointer;pointer-events:bounding-box;outline:none}.country-marker:hover{transform:scale(1.1);z-index:100}.country-marker.selected .marker-core{stroke:gold;stroke-width:3px;filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}.marker-core{transition:r .2s ease}.pulse-ring{animation:pulse 2s infinite ease-out;transform-origin:center;pointer-events:none}@keyframes pulse{0%{r:16;stroke-opacity:.6;stroke-width:2}70%{stroke-opacity:.2;stroke-width:1}to{r:28;stroke-opacity:0;stroke-width:1}}.map-tooltip{position:absolute;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;color:#fff;font-size:14px;pointer-events:none;box-shadow:0 20px 40px -15px #00000080;z-index:2000;transition:opacity .15s ease;max-width:260px;min-width:200px;will-change:opacity;transform:translateZ(0);backface-visibility:hidden;-webkit-font-smoothing:antialiased}.map-tooltip:before{content:"";position:absolute;top:-6px;left:20px;width:12px;height:12px;background:#0f172afa;border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);transform:rotate(45deg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tooltip-content{position:relative;z-index:1}.tooltip-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.tooltip-flag{font-size:1.8rem;line-height:1}.tooltip-name{font-weight:700;font-size:1.1rem;color:#fff}.tooltip-status{font-size:.85rem;color:#94a3b8;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.tooltip-regions{font-size:.85rem;color:#16a34a;display:flex;flex-wrap:wrap;gap:6px}.pulse-center{filter:drop-shadow(0 0 4px rgba(34,197,94,.5));pointer-events:none}.pulse-ring-animated{pointer-events:none}.pulse-hover-zone{cursor:pointer;transition:r .2s ease}.pulse-hover-zone:hover{r:30}@media(max-width:768px){.country-marker text{display:none}.map-tooltip{max-width:200px;padding:12px}.tooltip-flag{font-size:1.5rem}.tooltip-name{font-size:1rem}}.innovation-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.section{padding:120px 0}.section-title.light{color:#fff}.innovation-hero .who-we-are-heading{font-size:5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:991px){.innovation-hero .who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.06;text-align:center;margin:0 auto .75rem;max-width:100%}.section-subtitle{font-size:1rem;text-align:center;max-width:700px;margin:0 auto 1rem}}@media(max-width:480px){.innovation-hero .who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04}.section-subtitle{font-size:.95rem;padding:0 .75rem}}.innovation-stats-section{padding:160px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1000px;margin:0 auto}.stat-item-premium{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-item-premium:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.stat-value{font-size:3rem;font-weight:800;color:#059669;line-height:1;margin-bottom:10px}.stat-label{font-size:1rem;color:#4b5563;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.rnd-section{background:#fff}.rnd-header{text-align:center;margin-bottom:60px}.rnd-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:80px}.rnd-feature-card{display:flex;align-items:center;gap:20px;padding:30px;background:#f9fafb;border-radius:24px;border:1px solid #e5e7eb;transition:all .3s ease}.rnd-feature-card:hover{transform:translateY(-5px);border-color:#10b981;box-shadow:0 20px 30px -10px #10b98126;background:#fff}.rnd-feature-icon{width:60px;height:60px;background:#0596691a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#059669}.rnd-feature-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:8px}.rnd-feature-card p{font-size:.95rem;color:#6b7280;line-height:1.5}.rnd-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:40px;padding:60px;border:1px solid #e5e7eb}.showcase-content h3{font-size:2rem;font-weight:700;color:#111827;margin-bottom:20px}.showcase-content p{font-size:1.1rem;color:#4b5563;line-height:1.7;margin-bottom:30px}.showcase-content ul{list-style:none;padding:0}.showcase-content li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:1rem;color:#374151;border-bottom:1px dashed #e5e7eb}.showcase-content li svg{color:#059669;width:20px;height:20px}.showcase-image img{width:100%;height:400px;object-fit:cover;border-radius:30px;box-shadow:0 25px 50px -12px #00000040}.product-innovation-section{background:linear-gradient(135deg,#f8fafc,#fff,#f0f9ff);position:relative;overflow:hidden;padding:140px 0}.product-innovation-section:before{content:"";position:absolute;top:-30%;right:-10%;width:900px;height:900px;background:radial-gradient(circle,rgba(5,150,105,.03) 0%,transparent 70%);border-radius:50%;z-index:0;animation:floatBackground 20s ease-in-out infinite}.product-innovation-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(16,185,129,.03) 0%,transparent 70%);border-radius:50%;z-index:0;animation:floatBackground 15s ease-in-out infinite reverse}.product-innovation-section .container{position:relative;z-index:2}.product-innovation-section .section-title{font-size:3.2rem;font-weight:800;color:#111827;margin-bottom:1.2rem;position:relative;display:inline-block;background:linear-gradient(135deg,#111827,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-innovation-section .section-title:after{content:"";position:absolute;bottom:-15px;left:0;width:100px;height:5px;background:linear-gradient(90deg,#059669,#10b981,#34d399,#10b981,#059669);border-radius:5px;animation:titleUnderline 3s ease-in-out infinite;background-size:200% 100%}.product-innovation-section .section-subtitle{font-size:1.3rem;color:#4b5563;max-width:700px;margin-bottom:4rem;line-height:1.7;font-weight:400;position:relative;padding-left:20px;border-left:4px solid #10b981}.product-carousel-wrapper{position:relative;overflow:hidden;margin-bottom:40px}.product-carousel-stage{position:relative;height:550px;display:flex;align-items:center;perspective:1200px}.product-carousel-item{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:85%;max-width:500px;height:95%;border-radius:40px;overflow:hidden;cursor:pointer;box-shadow:0 25px 40px -15px #0003;transition:all .7s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column}.product-carousel-item:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff3,#fff0 30%,#0003 80%,#0006);z-index:1;opacity:0;transition:opacity .5s ease}.product-carousel-item.active:before{opacity:1}.product-carousel-item:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transform:scale(.5);transition:transform .6s ease,opacity .6s ease;pointer-events:none;z-index:2}.product-carousel-item.active:after{opacity:1;transform:scale(1)}.product-carousel-item:hover{transform:translate(-50%,-50%) scale(1.02);box-shadow:0 35px 60px -15px #0000004d}.carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#fffffff2;border:2px solid #e5e7eb;color:#059669;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -8px #0000001a}.carousel-nav-btn:hover{background:#059669;color:#fff;border-color:#059669;box-shadow:0 15px 35px -10px #0596694d;transform:translateY(-50%) scale(1.1)}.carousel-prev{left:20px}.carousel-next{right:20px}.carousel-indicators{display:flex;justify-content:center;gap:12px;margin-top:40px}.indicator-dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb;border:2px solid transparent;cursor:pointer;transition:all .3s ease}.indicator-dot:hover{background:#d1d5db;transform:scale(1.15)}.indicator-dot.active{background:#059669;border-color:#10b981;transform:scale(1.3);box-shadow:0 0 0 4px #0596691a}.product-grid-premium{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;perspective:2000px}.product-card-premium{border-radius:40px;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.175,.885,.32,1.275);aspect-ratio:.85;cursor:pointer;box-shadow:0 25px 40px -15px #0003;transform-style:preserve-3d;animation:cardAppear .6s ease-out backwards}.product-card-premium:nth-child(1){animation-delay:.1s}.product-card-premium:nth-child(2){animation-delay:.2s}.product-card-premium:nth-child(3){animation-delay:.3s}.product-card-premium:nth-child(4){animation-delay:.4s}.product-card-premium:nth-child(5){animation-delay:.5s}.product-card-premium:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff3,#fff0 30%,#0003 80%,#0006);z-index:1;opacity:0;transition:opacity .5s ease}.product-card-premium:hover:before{opacity:1}.product-card-premium:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transform:scale(.5);transition:transform .6s ease,opacity .6s ease;pointer-events:none;z-index:2}.product-card-premium:hover:after{opacity:1;transform:scale(1)}.product-card-premium:hover{transform:translateY(-15px) scale(1.03) rotateY(2deg);box-shadow:0 40px 70px -20px #0006}.product-card-inner{padding:45px 25px 35px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;z-index:3;border:1px solid rgba(255,255,255,.2);border-radius:40px}.product-icon-wrapper{width:100px;height:100px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px;color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 15px 30px -8px #0000004d;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.product-icon-wrapper:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.5),transparent 70%);opacity:0;transition:opacity .3s ease}.product-card-premium:hover .product-icon-wrapper{transform:scale(1.1) rotate(8deg);background:#ffffff59;border-color:#fffc;box-shadow:0 25px 40px -10px #0006}.product-card-premium:hover .product-icon-wrapper:before{opacity:1}.product-icon-wrapper svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));transition:transform .3s ease}.product-card-premium:hover .product-icon-wrapper svg{transform:scale(1.1)}.product-card-inner h3{font-size:1.6rem;font-weight:800;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,.2);letter-spacing:-.02em;position:relative;display:inline-block}.product-card-inner h3:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:3px;background:#ffffff80;border-radius:3px;transition:width .3s ease}.product-card-premium:hover .product-card-inner h3:after{width:80px;background:#fff}.product-card-inner p{font-size:.95rem;line-height:1.7;margin-bottom:25px;opacity:.9;font-weight:400;flex-grow:1;text-shadow:0 1px 3px rgba(0,0,0,.1)}.product-features{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:auto}.product-features span{background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:8px 18px;border-radius:40px;font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;box-shadow:0 4px 10px -3px #0003}.product-features span:hover{background:#fff;color:#059669!important;transform:translateY(-3px) scale(1.05);box-shadow:0 10px 20px -8px #0000004d}.product-card-badge{position:absolute;top:20px;right:20px;width:35px;height:35px;background:#ffffff40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#fff;border:1px solid rgba(255,255,255,.4);z-index:4;transition:all .3s ease}.product-card-premium:hover .product-card-badge{transform:scale(1.1);background:#fff;color:#059669}.product-explore-btn{position:absolute;bottom:25px;left:50%;transform:translate(-50%) translateY(20px);background:#fff;color:#059669;padding:10px 25px;border-radius:40px;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:8px;opacity:0;transition:all .4s ease;border:none;cursor:pointer;box-shadow:0 10px 20px -8px #0000004d;z-index:5;white-space:nowrap}.product-card-premium:hover .product-explore-btn{opacity:1;transform:translate(-50%) translateY(0)}.product-explore-btn:hover{background:#059669;color:#fff;gap:12px;padding:10px 30px}.product-explore-btn svg{transition:transform .3s ease}.product-explore-btn:hover svg{transform:translate(5px)}.product-category-label{position:absolute;top:20px;left:20px;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:6px 15px;border-radius:30px;font-size:.75rem;font-weight:600;color:#fff;letter-spacing:.5px;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);z-index:4}@media(max-width:1200px){.product-carousel-stage{height:500px}.product-carousel-item{width:80%;max-width:450px}.carousel-nav-btn{width:44px;height:44px;font-size:1.3rem}.product-grid-premium{gap:20px}.product-card-inner h3{font-size:1.4rem}}@media(max-width:1024px){.product-carousel-stage{height:480px}.product-carousel-item{width:75%;max-width:420px}.carousel-nav-btn{left:15px;right:auto}.carousel-next{left:auto;right:15px}.product-innovation-section{padding:100px 0}.product-grid-premium{grid-template-columns:repeat(3,1fr);gap:25px}.product-innovation-section .section-title{font-size:2.8rem}}@media(max-width:900px){.product-carousel-stage{height:450px}.product-carousel-item{width:70%;max-width:400px}}@media(max-width:768px){.product-carousel-stage{height:420px}.product-carousel-item{width:90%;max-width:380px;border-radius:28px}.product-carousel-item .product-card-inner{padding:35px 20px 25px;border-radius:28px}.product-icon-wrapper{width:80px;height:80px;margin-bottom:20px}.product-card-inner h3{font-size:1.3rem}.carousel-nav-btn{width:40px;height:40px;font-size:1.1rem;left:10px}.carousel-next{right:10px}.carousel-indicators{gap:10px}.indicator-dot{width:10px;height:10px}.product-innovation-section{padding:80px 0}.product-innovation-section .section-title{font-size:2.2rem}.product-innovation-section .section-subtitle{font-size:1.1rem;padding-left:15px}.product-grid-premium{grid-template-columns:repeat(2,1fr);gap:20px}.product-card-inner{padding:35px 20px 25px}.product-icon-wrapper svg{width:40px;height:40px}.product-card-inner p{font-size:.85rem;line-height:1.5;margin-bottom:20px}.product-features span{padding:6px 14px;font-size:.7rem}.product-explore-btn{display:none}}@media(max-width:600px){.product-carousel-stage{height:380px}.product-carousel-item{width:92%;max-width:360px}.product-card-inner h3{font-size:1.2rem}.product-card-inner p{font-size:.8rem}}@media(max-width:480px){.product-carousel-stage{height:350px}.product-carousel-item{width:95%;max-width:340px}.carousel-nav-btn{width:38px;height:38px;font-size:1rem;left:5px}.carousel-next{right:5px}.carousel-indicators{gap:8px;margin-top:30px}.indicator-dot{width:8px;height:8px}.indicator-dot.active{transform:scale(1.2)}.product-innovation-section .section-title{font-size:1.8rem}.product-carousel-item .product-card-inner{padding:30px 18px 20px}.product-icon-wrapper{width:70px;height:70px;margin-bottom:15px}.product-card-inner h3{font-size:1.1rem;margin-bottom:10px}.product-card-inner p{font-size:.75rem;line-height:1.4;margin-bottom:15px}.product-features{gap:8px}.product-features span{padding:5px 12px;font-size:.65rem}.product-grid-premium{grid-template-columns:1fr;max-width:350px;margin:0 auto}.product-card-premium{aspect-ratio:.9}.product-card-inner{padding:40px 25px 30px}.product-card-inner p{font-size:.9rem}}@media(hover:none)and (pointer:coarse){.product-card-premium:hover{transform:none}.product-card-premium:active{transform:scale(.98)}.product-features span:active{transform:scale(.95)}}@keyframes shimmerLoading{0%{background-position:-1000px 0}to{background-position:1000px 0}}.product-card-premium.loading{background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:1000px 100%;animation:shimmerLoading 2s infinite}.process-timeline-section{background:#fff}.process-timeline-enhanced{display:flex;justify-content:space-between;margin:60px 0 80px;position:relative;padding:0 20px}.process-timeline-enhanced:before{content:"";position:absolute;top:40px;left:60px;right:60px;height:2px;background:linear-gradient(90deg,#e5e7eb,#10b981,#e5e7eb);z-index:1}.timeline-step{position:relative;z-index:2;cursor:pointer;flex:1;text-align:center}.step-marker{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-weight:700;font-size:1.2rem;color:#fff;transition:all .3s ease;box-shadow:0 10px 20px -5px #0003}.timeline-step.active .step-marker{transform:scale(1.2);box-shadow:0 0 0 5px #10b98133}.step-content h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:5px}.step-content p{font-size:.85rem;color:#6b7280}.process-showcase{max-width:700px;margin:0 auto}.process-card{background:#fff;border-radius:40px;padding:60px 40px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border-left:8px solid;transition:all .3s ease}.process-icon{margin-bottom:30px}.process-card h3{font-size:2rem;font-weight:700;color:#111827;margin-bottom:20px}.process-card p{font-size:1.2rem;color:#4b5563;line-height:1.7;max-width:500px;margin:0 auto 30px}.process-badge{display:inline-block;padding:10px 30px;border-radius:50px;color:#fff;font-weight:600;font-size:1rem}.manufacturing-premium-section{background:#14532d;color:#fff}.manufacturing-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.manufacturing-description{font-size:1.2rem;line-height:1.7;margin-bottom:40px;opacity:.9}.manufacturing-description.light{color:#ffffffe6}.certification-badges{display:flex;gap:15px;flex-wrap:wrap}.cert-badge{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:12px 24px;border-radius:50px;display:flex;align-items:center;gap:10px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cert-badge svg{color:#10b981}.manufacturing-highlight{display:flex;align-items:center;gap:20px;padding:25px;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.manufacturing-highlight:hover{background:#ffffff1a;transform:translate(10px)}.highlight-icon{width:60px;height:60px;background:#10b98133;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.manufacturing-highlight h4{font-size:1.2rem;font-weight:700;margin-bottom:5px;color:#fff}.manufacturing-highlight p{font-size:.95rem;color:#ffffffb3}.sustainability-premium-section{background:linear-gradient(135deg,#ecfdf5,#fff)}.sustainability-showcase{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:#fff;border-radius:60px;box-shadow:0 25px 50px -12px #0000001a;border:1px solid #e5e7eb}.sustainability-showcase h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:20px}.sustainability-showcase p{font-size:1.2rem;color:#4b5563;line-height:1.7;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.sustainability-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.sustainability-stat{padding:20px}.stat-number{font-size:2.5rem;font-weight:800;color:#059669;margin-bottom:10px}.stat-text{font-size:.95rem;color:#4b5563;font-weight:500}.global-innovation-section{background:#fff}.global-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.global-card-premium{background:#fff;border-radius:40px;padding:40px;box-shadow:0 20px 40px -15px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease}.global-card-premium:hover{transform:translateY(-10px);box-shadow:0 30px 60px -15px #00000026}.global-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.global-icon{width:60px;height:60px;background:#f9fafb;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#059669}.global-card-premium h3{font-size:1.8rem;font-weight:800;color:#111827;margin-bottom:10px}.global-card-premium h4{font-size:1.1rem;font-weight:600;color:#059669;margin-bottom:20px}.global-card-premium p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:30px}.global-stats span{background:#f9fafb;padding:8px 16px;border-radius:30px;font-size:.85rem;font-weight:600;color:#374151}.partners-section{background:#f9fafb}.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.partner-logo{background:#fff;padding:40px 20px;text-align:center;border-radius:30px;font-weight:600;color:#374151;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 10px 20px -10px #0000000d}.partner-logo:hover{transform:translateY(-5px);border-color:#059669;color:#059669;box-shadow:0 20px 30px -10px #05966933}.innovation-cta-section{background:linear-gradient(135deg,#059669,#10b981,#34d399);padding:100px 0}.cta-premium-card h2{font-size:3rem;font-weight:800;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.1)}@media(max-width:1024px){.product-grid-premium{grid-template-columns:repeat(3,1fr)}.global-grid-premium,.stats-grid-premium{grid-template-columns:repeat(2,1fr)}.rnd-showcase{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.section{padding:80px 0}.section-title{font-size:2rem}.stats-grid-premium{grid-template-columns:repeat(2,1fr)}.rnd-grid{grid-template-columns:1fr}.product-grid-premium{grid-template-columns:repeat(2,1fr)}.process-timeline-enhanced{flex-direction:column;gap:30px}.process-timeline-enhanced:before{display:none}.timeline-step{display:flex;gap:20px;text-align:left}.step-marker{margin:0}.manufacturing-grid{grid-template-columns:1fr;gap:40px}.global-grid-premium{grid-template-columns:1fr}.partners-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.sustainability-stats{grid-template-columns:1fr}.sustainability-showcase{padding:40px 20px}}@media(max-width:480px){.product-grid-premium,.stats-grid-premium,.partners-grid{grid-template-columns:1fr}.certification-badges{flex-direction:column}.manufacturing-highlight{flex-direction:column;text-align:center}.cta-premium-card h2{font-size:2rem}}.enhanced-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin:50px 0;perspective:2000px}.enhanced-product-card{position:relative;border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 25px 50px -12px #00000026;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;height:520px;display:flex;flex-direction:column;transform-style:preserve-3d;border:1px solid rgba(5,150,105,.1)}.enhanced-product-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff4d,#fff0 30%,#0000001a 80%,#0000004d);z-index:1;opacity:0;transition:opacity .4s ease}.enhanced-product-card:hover:before{opacity:1}.enhanced-product-card:hover{transform:translateY(-15px) scale(1.02) rotateY(2deg);box-shadow:0 40px 70px -15px #0596694d;border-color:transparent}.product-card-header{padding:40px 30px 30px;color:#fff;position:relative;overflow:hidden;transition:all .3s ease}.product-card-header:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 60%);opacity:0;transform:scale(.5);transition:all .6s ease;pointer-events:none}.enhanced-product-card:hover .product-card-header:after{opacity:1;transform:scale(1)}.product-header-icon{width:80px;height:80px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border:2px solid rgba(255,255,255,.3);box-shadow:0 15px 30px -10px #0003;transition:all .4s ease;position:relative;z-index:2}.enhanced-product-card:hover .product-header-icon{transform:scale(1.1) rotate(5deg);background:#ffffff4d;border-color:#fff9}.product-header-icon svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.2));transition:transform .3s ease}.enhanced-product-card:hover .product-header-icon svg{transform:scale(1.1)}.product-card-header h3{font-size:2rem;font-weight:800;margin:0 0 10px;letter-spacing:-.02em;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2);position:relative;z-index:2}.product-card-header h3:after{content:"";position:absolute;bottom:-5px;left:0;width:50px;height:4px;background:#ffffff80;border-radius:4px;transition:width .3s ease}.enhanced-product-card:hover .product-card-header h3:after{width:80px;background:#fff}.product-card-badge-new{position:absolute;top:20px;right:20px;background:#ffffff40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 16px;border-radius:40px;font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.5px;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);z-index:5;box-shadow:0 4px 12px #0000001a}.product-card-body{padding:30px;background:#fff;flex:1;display:flex;flex-direction:column}.product-card-description{font-size:.95rem;line-height:1.7;color:#4b5563;margin-bottom:25px;flex:1}.product-features-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}.feature-tag{background:linear-gradient(135deg,#f3f4f6,#f9fafb);padding:8px 18px;border-radius:40px;font-size:.8rem;font-weight:600;color:#374151;border:1px solid #e5e7eb;transition:all .3s ease;cursor:default}.feature-tag:hover{background:#059669;color:#fff;border-color:#059669;transform:translateY(-2px);box-shadow:0 10px 20px -10px #0596694d}.product-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e7eb;padding-top:20px;margin-top:auto}.product-stats{display:flex;gap:15px}.product-stat{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#6b7280}.product-stat svg{color:#059669}.product-action-btn{background:transparent;border:2px solid #059669;color:#059669;padding:10px 24px;border-radius:40px;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.product-action-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:#059669;transition:width .3s ease;z-index:-1}.product-action-btn:hover{color:#fff;border-color:#059669}.product-action-btn:hover:before{width:100%}.product-action-btn:hover svg{transform:translate(5px)}.product-action-btn svg{transition:transform .3s ease}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes cardGlow{0%,to{box-shadow:0 25px 50px -12px #00000026}50%{box-shadow:0 35px 70px -15px #0596694d}}.enhanced-product-card.loading{animation:none;background:linear-gradient(90deg,#f0f0f0,#f8f8f8,#f0f0f0);background-size:200% 100%;animation:shimmerLoading 1.5s infinite}@keyframes shimmerLoading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1200px){.enhanced-product-grid{grid-template-columns:repeat(2,1fr)}.enhanced-product-card{height:500px}.product-card-header h3{font-size:1.8rem}}@media(max-width:768px){.enhanced-product-grid{grid-template-columns:1fr;max-width:450px;margin-left:auto;margin-right:auto}.enhanced-product-card{height:480px}.product-card-header{padding:30px 25px 25px}.product-card-header h3{font-size:1.8rem}.product-card-body{padding:25px}.product-action-btn{padding:8px 20px;font-size:.85rem}}@media(max-width:480px){.enhanced-product-card{height:460px}.product-header-icon{width:70px;height:70px}.product-header-icon svg{width:35px;height:35px}.product-card-header h3{font-size:1.6rem}.product-card-description{font-size:.9rem;line-height:1.6}.feature-tag{padding:6px 14px;font-size:.75rem}.product-stats{gap:10px}.product-stat{font-size:.75rem}}@media(hover:none)and (pointer:coarse){.enhanced-product-card:hover{transform:none}.enhanced-product-card:active{transform:scale(.98)}.product-action-btn:active{transform:scale(.95)}}.apple-product-carousel{position:relative;padding:40px 0;width:100%;overflow:visible}.apple-carousel-container{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:20px 40px 40px;margin:0 -20px;scrollbar-width:none;-ms-overflow-style:none}.apple-carousel-container::-webkit-scrollbar{display:none}.apple-carousel-item{flex:0 0 calc(33.333% - 16px);min-width:350px;scroll-snap-align:start;transition:all .3s ease}.apple-carousel-item{opacity:.9;transform:scale(.98);filter:brightness(.98)}.apple-carousel-item:hover,.apple-carousel-item.active{opacity:1;transform:scale(1);filter:brightness(1)}.apple-product-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 20px 40px -15px #0000001a;transition:all .3s cubic-bezier(.2,.8,.4,1);cursor:pointer;height:520px;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.05);position:relative}.apple-product-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px -20px #0596694d;border-color:transparent}.apple-carousel-item:first-child .apple-product-card,.apple-carousel-item:last-child .apple-product-card{box-shadow:0 15px 30px -12px #0000001a}.apple-card-badge{position:absolute;top:20px;right:20px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:40px;font-size:.75rem;font-weight:600;color:#059669;letter-spacing:.3px;text-transform:uppercase;box-shadow:0 4px 12px #0000000d;z-index:10;border:1px solid rgba(5,150,105,.2)}.apple-card-header{padding:35px 30px 25px;color:#fff;position:relative;transition:all .3s ease}.apple-card-header h3{font-size:2rem;font-weight:700;margin:20px 0 0;letter-spacing:-.02em;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2)}.apple-card-icon{width:70px;height:70px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:22px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.3);box-shadow:0 15px 30px -10px #0003;transition:all .3s ease}.apple-product-card:hover .apple-card-icon{transform:scale(1.05) rotate(3deg);background:#ffffff4d;border-color:#fff9}.apple-card-icon svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.2))}.apple-card-body{padding:25px 30px;background:#fff;flex:1;display:flex;flex-direction:column}.apple-card-description{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:25px;flex:1}.apple-feature-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}.apple-feature-tag{background:#f3f4f6;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:500;color:#374151;border:1px solid #e5e7eb;transition:all .2s ease}.apple-feature-tag:hover{background:#059669;color:#fff;border-color:#059669}.apple-card-stats{display:flex;gap:16px;border-top:1px solid #e5e7eb;padding-top:20px;margin-top:auto}.apple-stat{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:#6b7280}.apple-stat svg{color:#059669}.apple-explore-link{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#059669;font-weight:600;font-size:.95rem;cursor:pointer;padding:0;transition:all .2s ease;margin-left:auto}.apple-explore-link:hover{gap:12px;color:#047857}.apple-explore-link svg{transition:transform .2s ease}.apple-explore-link:hover svg{transform:translate(5px)}.apple-carousel-nav{display:flex;justify-content:flex-end;gap:12px;margin-top:30px}.apple-nav-btn{width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#059669;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 5px 15px -5px #0000001a}.apple-nav-btn:hover{background:#059669;color:#fff;border-color:#059669;transform:scale(1.05)}.apple-nav-btn:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.apple-carousel-indicators{display:flex;justify-content:center;gap:8px;margin-top:20px}.apple-indicator{width:40px;height:4px;border-radius:4px;background:#e5e7eb;border:none;cursor:pointer;transition:all .2s ease;padding:0}.apple-indicator.active{background:#059669;width:60px}@media(max-width:1200px){.apple-carousel-item{flex:0 0 calc(50% - 12px)}.apple-carousel-container{padding:20px 30px 40px;margin:0 -15px}}@media(max-width:768px){.apple-carousel-item{flex:0 0 calc(100% - 24px);min-width:300px}.apple-product-card{height:500px}.apple-card-header h3{font-size:1.8rem}.apple-card-body{padding:20px 25px}.apple-carousel-container{padding:20px 20px 40px;margin:0 -10px}}@media(max-width:480px){.apple-product-card{height:480px}.apple-card-header{padding:25px 20px 20px}.apple-card-header h3{font-size:1.6rem}.apple-card-icon{width:60px;height:60px}.apple-card-description{font-size:.9rem}.apple-stat{font-size:.75rem}.apple-carousel-container{padding:20px 15px 40px;margin:0 -7px}}.our-story-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.story-section{padding:120px 0}.story-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:991px){.story-hero .who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.08;text-align:center;margin:0 auto 1rem;max-width:100%;-webkit-text-fill-color:transparent}.intro-quote{font-size:1.05rem;padding:0 1rem;max-width:680px;margin:0 auto 1rem}}@media(max-width:480px){.story-hero .who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04;margin-bottom:.75rem}.intro-quote{font-size:.95rem;padding:0 .75rem}}.story-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stat-icon{font-size:2.5rem;margin-bottom:15px}.intro-premium{max-width:900px;margin:0 auto;text-align:center;position:relative;padding:60px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-quote-mark{font-size:8rem;color:#059669;opacity:.2;position:absolute;top:-20px;left:30px;font-family:serif}.intro-quote{font-size:1.8rem;font-weight:500;color:#111827;line-height:1.5;margin-bottom:30px;position:relative;z-index:2}.intro-author{display:flex;flex-direction:column;align-items:center}.author-name{font-size:1.2rem;font-weight:700;color:#059669}.foundation-premium{background:#fff}.foundation-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.foundation-text{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.foundation-features{display:grid;gap:25px}.foundation-feature{display:flex;align-items:center;gap:20px;padding:20px;background:#f9fafb;border-radius:20px;border:1px solid #e5e7eb;transition:all .3s ease}.foundation-feature:hover{transform:translate(10px);border-color:#10b981;box-shadow:0 10px 20px -10px #05966933}.feature-icon{width:50px;height:50px;background:#0596691a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.5rem}.foundation-feature h4{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:5px}.foundation-feature p{font-size:.9rem;color:#6b7280}.foundation-image-grid{position:relative;height:500px;margin-bottom:30px}.foundation-img{position:absolute;border-radius:30px;object-fit:cover;box-shadow:0 25px 50px -12px #00000040}.foundation-img.main{width:80%;height:350px;top:0;right:0;z-index:2}.foundation-img.secondary{width:60%;height:300px;bottom:0;left:0;z-index:1}.foundation-highlights{display:flex;gap:15px;justify-content:center}.highlight-chip{background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:12px 24px;display:flex;align-items:center;gap:10px;font-weight:600;color:#111827;box-shadow:0 10px 20px -10px #0000000d}.highlight-chip span:first-child{color:#059669;font-size:1.2rem}.milestones-section{background:linear-gradient(135deg,#f9fafb,#fff,#f0fdf4);position:relative;overflow:hidden}.milestones-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#d1fae5,transparent);z-index:1}.milestones-track{display:flex;justify-content:space-between;position:relative;max-width:1200px;margin:80px auto 0;padding:60px 20px;gap:15px}.milestone-item{text-align:center;position:relative;z-index:2;flex:1;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;min-height:460px;display:flex;flex-direction:column;align-items:center}.milestone-icon{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;box-shadow:0 10px 30px -8px #05966940;border:3px solid var(--milestone-color, #059669);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.milestone-icon:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent 70%);opacity:0;transition:opacity .3s ease}.milestone-item:hover .milestone-icon{transform:scale(1.15) translateY(-5px);background:var(--milestone-color, #059669);box-shadow:0 20px 45px -10px #05966959}.milestone-item:hover .milestone-icon:before{opacity:1}.milestone-item:hover .milestone-icon span{color:#fff!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.milestone-year{font-size:1.5rem;font-weight:800;color:var(--milestone-color, #059669);margin-bottom:8px;letter-spacing:-.02em;transition:all .3s ease}.milestone-item:hover .milestone-year{font-size:1.7rem;filter:drop-shadow(0 2px 8px rgba(5,150,105,.2))}.milestone-event{font-size:1.1rem;color:#1f2937;font-weight:700;margin-bottom:15px;letter-spacing:-.01em;transition:all .3s ease}.milestone-item:hover .milestone-event{color:var(--milestone-color, #059669)}.milestone-details{opacity:0;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.milestone-item:hover .milestone-details{opacity:1;max-height:200px;margin-top:15px}.milestone-description{font-size:.9rem;color:#4b5563;line-height:1.6;margin-bottom:12px;font-weight:400}.milestone-achievement{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;color:var(--milestone-color, #059669);font-weight:600;padding:8px 12px;background:#05966914;border-radius:20px;border:1px solid rgba(5,150,105,.15);transition:all .3s ease}.milestone-item:hover .milestone-achievement{background:#05966926;border-color:var(--milestone-color, #059669);transform:scale(1.05)}.milestone-line{position:absolute;top:40px;right:-50%;width:100%;height:3px;background:linear-gradient(90deg,#059669,#10b981);opacity:.2;z-index:1;transition:all .4s ease;border-radius:2px}.milestone-item:hover .milestone-line{opacity:.5;height:4px;box-shadow:0 0 15px -3px #0596694d}@media(max-width:1200px){.milestones-track{gap:10px;padding:50px 15px}.milestone-item{min-height:300px}.milestone-icon{width:75px;height:75px}.milestone-year{font-size:1.3rem}.milestone-event{font-size:1rem}}@media(max-width:1024px){.milestones-track{max-width:100%;flex-wrap:wrap;gap:30px;margin:60px auto 0;padding:40px 20px}.milestone-item{flex:1 1 calc(50% - 15px);min-height:280px;border-radius:24px;background:#fff;padding:30px 20px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .4s ease}.milestone-item:hover{box-shadow:0 20px 50px -15px #05966933;border-color:var(--milestone-color, #059669);transform:translateY(-5px)}.milestone-line{display:none}.milestone-details{opacity:1;max-height:100%;margin-top:15px}.milestone-description{font-size:.85rem}.milestone-achievement{font-size:.8rem}}@media(max-width:768px){.milestones-track{gap:20px;padding:40px 0;margin:40px auto 0}.milestone-item{flex:1 1 calc(50% - 10px);min-height:260px;padding:25px 15px;border-radius:20px}.milestone-icon{width:70px;height:70px;margin-bottom:15px}.milestone-icon span{font-size:1.5rem}.milestone-year{font-size:1.2rem;margin-bottom:6px}.milestone-event{font-size:.95rem;margin-bottom:12px}.milestone-item:hover .milestone-year{font-size:1.2rem}.section-subtitle.centered{font-size:1rem}}@media(max-width:600px){.milestones-track{flex-direction:column;gap:15px;padding:30px 0}.milestone-item{flex:1 1 100%;min-height:220px;padding:20px}.milestone-icon{width:65px;height:65px;margin-bottom:12px}.milestone-year{font-size:1.1rem}.milestone-event{font-size:.9rem}.milestone-description{font-size:.8rem}.milestone-achievement{font-size:.75rem}}@media(max-width:480px){.milestones-section{padding:60px 0}.milestones-track{margin:30px auto 0;gap:12px}.milestone-item{min-height:200px;padding:18px 15px;border-radius:16px}.milestone-icon{width:60px;height:60px;margin-bottom:10px}.milestone-icon span{font-size:1.2rem}.milestone-year{font-size:1rem}.milestone-event{font-size:.85rem}}.timeline-premium{background:#fff}.timeline-enhanced{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px}.timeline-card{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease;cursor:pointer}.timeline-card:hover,.timeline-card.active{transform:translateY(-10px);box-shadow:0 30px 50px -20px #0596694d}.timeline-card-header{padding:30px 20px;display:flex;align-items:center;justify-content:space-between;color:#fff}.timeline-icon{background:#fff3;width:50px;height:50px;border-radius:16px;display:flex;align-items:center;justify-content:center}.timeline-year-badge{background:#fff3;padding:8px 16px;border-radius:30px;font-weight:700;font-size:1.1rem}.timeline-card-body{padding:30px 25px}.timeline-enhanced{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:28px;margin-top:40px;align-items:start}.timeline-card{border-top-width:6px;transition:transform .35s var(--ease-out, cubic-bezier(.2,0,0,1)),box-shadow .35s;background:linear-gradient(180deg,#fff,#fbfffb)}.timeline-card-header{padding:26px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-icon{background:#ffffff1f;width:64px;height:64px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 8px 20px -10px #00000014}.timeline-year-badge{background:#ffffff2e;padding:8px 14px;border-radius:999px;font-weight:800;color:#fff;box-shadow:0 4px 12px #00000014}.timeline-card-body h3{margin:0 0 8px;font-size:1.15rem;font-weight:800;color:#0f172a}.timeline-card-body p{color:#475569;margin-bottom:12px}.timeline-achievements{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.timeline-achievements span{background:#05966914;color:#065f46;padding:6px 10px;border-radius:999px;font-size:.85rem;font-weight:600}.timeline-card.active{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 60px -20px #05966947}@media(max-width:860px){.timeline-enhanced{grid-template-columns:1fr;gap:20px}.timeline-card-header{padding:20px}.timeline-icon{width:56px;height:56px;font-size:1.4rem}}.timeline-card-body h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:15px}.timeline-card-body p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:20px}.timeline-achievements{display:flex;flex-wrap:wrap;gap:10px}.timeline-achievements span{background:#f9fafb;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;color:#374151;border:1px solid #e5e7eb}.purpose-premium{background:#14532d}.purpose-glass-card{max-width:1000px;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:60px;padding:80px 60px;text-align:center;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2)}.purpose-icon{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.purpose-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.3}.purpose-paragraph{font-size:1.2rem;line-height:1.7;color:#4b5563;max-width:700px;margin:0 auto 20px}.purpose-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}.purpose-stat{display:flex;flex-direction:column}.stat-highlight{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.value-card{text-align:center;padding:40px 30px;background:#fff;border-radius:30px;border:1px solid #e5e7eb;transition:all .3s ease}.value-card:hover{transform:translateY(-8px);border-color:#10b981;box-shadow:0 20px 30px -10px #05966926}.value-icon{width:70px;height:70px;background:#f0fdf4;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;font-size:2rem}.value-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:10px}.value-card p{font-size:.9rem;color:#6b7280;line-height:1.5}.differentiators-premium{background:#f9fafb}.differentiators-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.differentiator-card{background:#fff;border-radius:40px;padding:40px 30px;text-align:center;box-shadow:0 15px 30px -10px #0000001a;border:1px solid #e5e7eb;border-left:6px solid;transition:all .3s ease}.differentiator-card:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #05966933}.differentiator-icon{margin-bottom:25px}.differentiator-card h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:15px}.differentiator-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:20px}.differentiator-stats{display:inline-block;padding:8px 20px;background:#f9fafb;border-radius:30px;font-size:.85rem;font-weight:600;color:#059669;border:1px solid #e5e7eb}.ahead-premium{background:#14532d;color:#fff}.ahead-content{max-width:800px;margin:0 auto;text-align:center}.ahead-badge{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.ahead-title{font-size:3rem;font-weight:800;margin-bottom:30px;color:#fff}.ahead-paragraph{font-size:1.2rem;line-height:1.7;color:#fffc;margin-bottom:30px}.ahead-goals{display:grid;gap:20px;max-width:500px;margin:50px auto 0}.goal-item{display:flex;align-items:center;gap:15px;padding:15px 25px;background:#ffffff1a;border-radius:50px;border:1px solid rgba(255,255,255,.1)}.goal-item svg{color:#10b981;width:24px;height:24px}.goal-item span{color:#fff;font-size:1.1rem;font-weight:500}.testimonial-section{background:#fff}.testimonial-card{max-width:800px;margin:0 auto;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.testimonial-quote{font-size:6rem;color:#059669;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif}.author-image{width:70px;height:70px;border-radius:50%;object-fit:cover;border:3px solid #059669}.cta-premium{background:linear-gradient(135deg,#059669,#10b981);padding:100px 0}.cta-title{font-size:3.5rem;font-weight:800;margin-bottom:20px}.cta-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.95}@media(max-width:1024px){.timeline-enhanced,.differentiators-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.foundation-grid{grid-template-columns:1fr;gap:40px}.stats-grid-premium{grid-template-columns:repeat(2,1fr)}.milestones-track{flex-wrap:wrap;gap:40px}.milestone-line{display:none}}@media(max-width:768px){.story-section{padding:80px 0}.section-title{font-size:2rem}.intro-quote{font-size:1.4rem}.timeline-enhanced,.differentiators-grid,.values-grid,.stats-grid-premium,.purpose-stats{grid-template-columns:1fr}.foundation-image-grid{height:400px}.foundation-img.main{height:250px}.foundation-img.secondary{height:200px}.purpose-glass-card{padding:50px 30px}.purpose-title{font-size:2rem}.testimonial-card{padding:40px 20px}.testimonial-text{font-size:1.2rem}.cta-title{font-size:2.5rem}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}}@media(max-width:480px){.stats-grid-premium{grid-template-columns:1fr}.foundation-feature{flex-direction:column;text-align:center}.foundation-highlights{flex-direction:column}.testimonial-author{flex-direction:column;text-align:center}.ahead-title{font-size:2rem}.goal-item{flex-direction:column;text-align:center}}.management-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.management-section{padding:120px 0}.section-title{font-size:2.75rem;font-weight:800;color:#111827;margin-bottom:3rem;line-height:1.2;letter-spacing:-.02em}.section-subtitle{font-size:1.25rem;color:#4b5563;max-width:700px;margin:0 auto 3rem;line-height:1.6}.section-subtitle.centered{text-align:center}.management-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:991px){.management-hero .who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.06;text-align:center;margin:0 auto .75rem;max-width:100%}.intro-title{font-size:2rem;text-align:center;max-width:720px;margin:0 auto 1rem}}@media(max-width:480px){.management-hero .who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04}.intro-title{font-size:1.6rem}}.management-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.intro-highlights{display:flex;justify-content:center;gap:40px}.intro-highlight{font-size:1rem;color:#6b7280}.intro-highlight span{font-size:1.5rem;font-weight:700;color:#059669;margin-right:5px}.leadership-section{background:linear-gradient(135deg,#f8fafc,#fff,#f0f9ff);position:relative;overflow:hidden;padding:120px 0}.leadership-section:before{content:"";position:absolute;top:-30%;right:-10%;width:900px;height:900px;background:radial-gradient(circle,rgba(5,150,105,.03) 0%,transparent 70%);border-radius:50%;z-index:0;animation:floatBackground 20s ease-in-out infinite}.leadership-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:700px;height:700px;background:radial-gradient(circle,rgba(16,185,129,.03) 0%,transparent 70%);border-radius:50%;z-index:0;animation:floatBackground 15s ease-in-out infinite reverse}@keyframes floatBackground{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,5%) scale(1.05)}}.leadership-section .container{position:relative;z-index:2}.leadership-section .section-title{font-size:3.2rem;font-weight:800;color:#111827;margin-bottom:1.2rem;position:relative;display:inline-block;background:linear-gradient(135deg,#111827,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leadership-section .section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:100px;height:5px;background:linear-gradient(90deg,#059669,#10b981,#34d399,#10b981,#059669);border-radius:5px;animation:titleUnderline 3s ease-in-out infinite;background-size:200% 100%}@keyframes titleUnderline{0%{background-position:0% 50%;width:100px}50%{background-position:100% 50%;width:150px}to{background-position:0% 50%;width:100px}}.leadership-grid-enhanced{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px;perspective:2000px}.leadership-card-premium{background:#fff;border-radius:40px;overflow:hidden;box-shadow:0 25px 50px -12px #00000026;transition:all .5s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:1px solid rgba(5,150,105,.1);display:flex;flex-direction:column;height:100%;animation:cardAppear .6s ease-out backwards;transform-style:preserve-3d}.leadership-card-premium:nth-child(1){animation-delay:.1s}.leadership-card-premium:nth-child(2){animation-delay:.2s}.leadership-card-premium:nth-child(3){animation-delay:.3s}.leadership-card-premium:nth-child(4){animation-delay:.4s}@keyframes cardAppear{0%{opacity:0;transform:translateY(50px) rotateX(-10deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}.leadership-card-premium:hover,.leadership-card-premium.active{transform:translateY(-15px) scale(1.02) rotateY(2deg);box-shadow:0 40px 70px -20px #0596694d;border-color:transparent}.leadership-card-header{padding:40px 35px 30px;color:#fff;position:relative;overflow:hidden;transition:all .3s ease}.leadership-card-header:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5;transition:all .6s ease}.leadership-card-header:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);opacity:0;transform:scale(.5);transition:all .6s ease;pointer-events:none}.leadership-card-premium:hover .leadership-card-header:after,.leadership-card-premium.active .leadership-card-header:after{opacity:1;transform:scale(1)}.leadership-profile-icon{width:80px;height:80px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border:2px solid rgba(255,255,255,.3);box-shadow:0 15px 30px -10px #0003;transition:all .4s ease;position:relative;z-index:2}.leadership-card-premium:hover .leadership-profile-icon,.leadership-card-premium.active .leadership-profile-icon{transform:scale(1.1) rotate(5deg);background:#ffffff4d;border-color:#fff9}.leadership-profile-name{font-size:2rem;font-weight:800;margin:0 0 5px;letter-spacing:-.02em;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;position:relative;z-index:2}.leadership-profile-name:after{content:"";position:absolute;bottom:-5px;left:0;width:50px;height:4px;background:#ffffff80;border-radius:4px;transition:width .3s ease}.leadership-card-premium:hover .leadership-profile-name:after,.leadership-card-premium.active .leadership-profile-name:after{width:80px;background:#fff}.leadership-profile-position{font-size:1rem;font-weight:600;margin-top:15px;opacity:.9;position:relative;z-index:2;display:inline-block;padding:6px 16px;background:#ffffff26;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:40px;border:1px solid rgba(255,255,255,.2)}.leadership-initials{font-size:5rem;font-weight:800;opacity:.1;position:absolute;bottom:10px;right:20px;line-height:1;color:#fff;z-index:1}.leadership-card-body{padding:30px 30px 25px;background:#fff;flex:1;display:flex;flex-direction:column}.leadership-description{font-size:.95rem;line-heght:1.7;color:#4b5563;margin-bottom:20px;min-height:80px;transition:all .3s ease}.leadership-long-description{font-size:.95rem;line-height:1.7;color:#4b5563;margin-bottom:20px;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.leadership-metadata{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;padding:20px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.leadership-metadata-item{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#4b5563}.leadership-metadata-item svg{color:#059669;width:18px;height:18px}.leadership-expertise{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.expertise-tag-premium{background:#f3f4f6;color:#4b5563;font-size:.75rem;font-weight:600;padding:6px 14px;border-radius:30px;letter-spacing:.3px;border:1px solid #e5e7eb;transition:all .2s ease;cursor:default}.expertise-tag-premium:hover{background:#059669;color:#fff;border-color:#059669;transform:translateY(-2px)}.leadership-achievements{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:24px;padding:20px;margin-bottom:20px;border:1px solid #e5e7eb;animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.leadership-achievements h4{font-size:1rem;font-weight:700;color:#111827;margin-bottom:15px;display:flex;align-items:center;gap:8px}.leadership-achievements h4:before{content:"🏆";font-size:1.1rem}.leadership-achievements ul{list-style:none;padding:0;margin:0}.leadership-achievements li{font-size:.9rem;color:#4b5563;padding:8px 0;display:flex;align-items:center;gap:10px;border-bottom:1px dashed #e5e7eb}.leadership-achievements li:last-child{border-bottom:none}.leadership-achievements li:before{content:"✓";color:#059669;font-weight:700;font-size:1rem}.leadership-card-footer{padding:0 30px 30px;display:flex;gap:12px;margin-top:auto}.leadership-contact-btn{width:45px;height:45px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .3s ease;font-size:1.1rem}.leadership-contact-btn:hover{background:#059669;color:#fff;border-color:#059669;transform:scale(1.1) translateY(-3px);box-shadow:0 10px 20px -8px #0596694d}.leadership-view-toggle{background:transparent;border:none;color:#059669;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 0;transition:all .2s ease;margin-top:5px}.leadership-view-toggle:hover{gap:12px;color:#047857}.leadership-view-toggle svg{transition:transform .2s ease}.leadership-view-toggle:hover svg{transform:translate(5px)}@media(max-width:1024px){.leadership-grid-enhanced{gap:30px}.leadership-profile-name{font-size:1.8rem}.leadership-card-header{padding:35px 25px 25px}}@media(max-width:768px){.leadership-grid-enhanced{grid-template-columns:1fr;max-width:550px;margin-left:auto;margin-right:auto}.leadership-section .section-title{font-size:2.5rem}.leadership-profile-name{font-size:1.8rem}.leadership-card-header{padding:30px 25px 20px}.leadership-profile-icon{width:70px;height:70px}.leadership-card-body{padding:25px 25px 20px}.leadership-metadata{grid-template-columns:1fr;gap:10px}}@media(max-width:480px){.leadership-section{padding:80px 0}.leadership-section .section-title{font-size:2rem}.leadership-profile-name{font-size:1.6rem}.leadership-profile-position{font-size:.9rem}.leadership-card-header{padding:25px 20px 20px}.leadership-profile-icon{width:60px;height:60px;margin-bottom:20px}.leadership-initials{font-size:4rem}.leadership-card-body{padding:20px}.leadership-description,.leadership-long-description{font-size:.9rem;min-height:60px}.leadership-contact-btn{width:40px;height:40px;font-size:1rem}}@media(hover:none)and (pointer:coarse){.leadership-card-premium:hover{transform:none}.leadership-card-premium:active{transform:scale(.98)}.expertise-tag-premium:active{background:#059669;color:#fff}}.philosophy-section{background:linear-gradient(135deg,#f9fafb,#fff)}.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.philosophy-main-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px}.philosophy-main-text{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.philosophy-stats{display:flex;gap:40px}.philosophy-stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.stat-label{font-size:.9rem;color:#6b7280}.philosophy-right{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.philosophy-pillar{background:#fff;border-radius:30px;padding:30px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.philosophy-pillar:hover{transform:translateY(-5px);border-color:#059669}.pillar-icon{width:50px;height:50px;background:#f0fdf4;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;font-size:1.5rem}.philosophy-pillar h4{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:10px}.philosophy-pillar p{font-size:.9rem;color:#6b7280;line-height:1.5}.governance-premium-section{background:#fff}.governance-card{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.governance-card:hover{transform:translateY(-8px);border-color:#059669;box-shadow:0 30px 50px -20px #05966933}.governance-icon-wrapper{width:70px;height:70px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:#059669}.governance-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:15px}.governance-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.governance-badge{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background:#f0fdf4;border-radius:50px;max-width:300px;margin:0 auto;color:#059669;font-weight:600}.global-vision-premium{background:#14532d;color:#fff}.vision-content{max-width:800px;margin:0 auto;text-align:center}.vision-icon{width:80px;height:80px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem;border:2px solid rgba(255,255,255,.1)}.vision-title{font-size:3rem;font-weight:800;margin-bottom:30px}.vision-text{font-size:1.2rem;line-height:1.7;color:#fffc;margin-bottom:60px}.vision-map{display:flex;align-items:center;justify-content:center;gap:20px}.map-pin{display:flex;flex-direction:column;align-items:center;gap:10px}.map-pin span{font-size:1rem;font-weight:600;background:#ffffff1a;padding:8px 16px;border-radius:30px}.pin-dot{width:16px;height:16px;background:#059669;border-radius:50%;position:relative}.pin-dot:before{content:"";position:absolute;width:32px;height:32px;background:#dbdbdb4d;border-radius:50%;top:-8px;left:-8px;animation:pulse 2s infinite}.map-line{width:100px;height:2px;background:linear-gradient(90deg,#059669,#10b981);opacity:.5}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:.2}to{transform:scale(1);opacity:.5}}.values-section{background:#fff}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:900px;margin:0 auto}.value-item{text-align:center;padding:40px 30px;background:#fff;border-radius:30px;border:1px solid #e5e7eb;transition:all .3s ease}.value-item:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.value-item svg{width:40px;height:40px;color:#059669;margin-bottom:20px}.value-item h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:10px}.value-item p{font-size:.9rem;color:#6b7280;line-height:1.5}.testimonial-text{font-size:1.5rem;font-weight:500;color:#111827;line-height:1.6;margin-bottom:40px;position:relative;z-index:2}.author-avatar{width:60px;height:60px;background:linear-gradient(135deg,#059669,#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.2rem}.cta-premium-section{background:linear-gradient(135deg,#059669,#10b981);padding:100px 0}.cta-content{max-width:700px;margin:0 auto;text-align:center;color:#fff}.cta-title{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-subtitle{font-size:1.2rem;margin-bottom:40px;opacity:.95}@media(max-width:1024px){.leadership-grid,.governance-grid,.values-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.philosophy-grid{grid-template-columns:1fr;gap:40px}.vision-map{flex-direction:column;gap:20px}.map-line{width:2px;height:50px}}@media(max-width:768px){.management-section{padding:80px 0}.section-title{font-size:2rem}.intro-title{font-size:2.2rem}.leadership-grid,.governance-grid,.values-grid,.stats-grid,.philosophy-right{grid-template-columns:1fr}.intro-highlights{flex-direction:column;gap:20px}.testimonial-card{padding:40px 20px}.testimonial-text{font-size:1.2rem}.cta-title{font-size:2.2rem}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}.philosophy-stats{flex-direction:column;gap:20px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.intro-premium{padding:40px 20px}.testimonial-author{flex-direction:column;text-align:center}.governance-badge{flex-direction:column;text-align:center;padding:20px}}*{margin:0;padding:0;box-sizing:border-box}.careers-page{overflow-x:hidden;background-color:#fff}.careers-section{padding:120px 0}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:60px;line-height:1.2}.intro-block{max-width:850px;margin:0 auto;text-align:center;padding-top:60px}.intro-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:40px;line-height:1.2}.intro-paragraph{font-size:1.25rem;line-height:1.8;color:#4b5563;margin-bottom:24px}.benefits-section{max-width:1100px;margin:0 auto;padding:120px 20px}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.benefit-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:40px 32px;text-align:center;transition:all .4s ease;cursor:default;height:100%;display:flex;flex-direction:column}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 0 0 2px #05966933,0 20px 25px -5px #0596691a}.benefit-icon{color:#059669;margin-bottom:24px}.benefit-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:16px}.benefit-description{font-size:.95rem;line-height:1.6;color:#6b7280;flex:1}.openings-section{max-width:600px;margin:0 auto;padding:120px 20px}.openings-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:60px 48px;text-align:center;box-shadow:0 10px 25px -5px #0000000d}.openings-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:32px}.openings-message{font-size:1.125rem;line-height:1.7;color:#4b5563;margin-bottom:24px}.openings-message.highlight{color:#059669;font-weight:500;margin-bottom:0}.submit-section{max-width:800px;margin:0 auto;padding:120px 20px}.submit-container{background:#f9fafb;border-radius:32px;padding:60px 48px}.email-method{text-align:center;margin-bottom:40px}.method-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:20px}.email-link{display:inline-flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:600;color:#14532d;text-decoration:none;padding:16px 32px;background:#fff;border-radius:60px;margin-bottom:16px;transition:all .4s ease;border:1px solid #e5e7eb}.email-link:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0596691a;border-color:#059669}.email-icon{font-size:1.5rem}.email-note{color:#6b7280;font-size:1rem}.subject-example{background:#e5e7eb;padding:4px 12px;border-radius:20px;color:#1f2937;font-weight:500}.method-divider{text-align:center;margin:40px 0;position:relative}.method-divider:before,.method-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 30px);height:1px;background:#e5e7eb}.method-divider:before{left:0}.method-divider:after{right:0}.method-divider span{background:#f9fafb;padding:0 16px;color:#6b7280;font-weight:500}.form-method{margin-top:40px}.resume-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.95rem;font-weight:500;color:#1f2937;display:flex;align-items:center;gap:8px}.form-icon{color:#059669}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;border:1px solid #e5e7eb;border-radius:16px;font-size:1rem;font-family:inherit;background:#fff;transition:all .4s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}.form-group textarea{resize:vertical;min-height:80px}.file-input{padding:10px;background:#fff;cursor:pointer}.file-name{font-size:.9rem;color:#059669;margin-top:4px}.submit-button{background:#14532d;color:#fff;border:none;border-radius:16px;padding:16px 32px;font-size:1.125rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .4s ease;margin-top:16px}.submit-button:hover{background:#047857;transform:translateY(-4px);box-shadow:0 20px 25px -5px #05966933}.success-message{background:#d1fae5;color:#065f46;padding:16px 24px;border-radius:16px;text-align:center;font-weight:500;margin-top:24px}.future-section{max-width:700px;margin:0 auto;text-align:center;padding:120px 20px}.future-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:32px;line-height:1.2}.future-content{font-size:1.25rem;line-height:1.8;color:#4b5563;margin-bottom:24px}.future-content.highlight{color:#059669;font-weight:500}.cta-section{background-color:#14532d;text-align:center;padding:120px 20px}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:48px;line-height:1.2}.cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.cta-button{padding:16px 40px;border-radius:60px;font-size:1.125rem;font-weight:600;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:all .4s ease;border:none}.cta-button.primary{background:#059669;color:#fff}.cta-button.primary:hover{background:#047857;transform:translateY(-4px);box-shadow:0 20px 25px -5px #05966933}.cta-button.secondary{background:transparent;color:#1f2937;border:2px solid #059669}.cta-button.secondary:hover{background:#059669;color:#fff;transform:translateY(-4px);box-shadow:0 20px 25px -5px #05966933}.who-we-are-hero{width:100%;padding:60px 0 40px}*/ .who-we-are-heading{font-size:4rem;font-weight:700;color:#1f2937;line-height:1.1}.who-we-are-image{width:100%;overflow:hidden}@media(max-width:768px){.careers-section{padding:80px 0}.who-we-are-heading{font-size:3rem}.intro-title{font-size:2.5rem}.openings-card{padding:40px 24px}.openings-title{font-size:1.75rem}.submit-container{padding:40px 24px}.email-link{font-size:1.2rem;padding:12px 24px}.future-title{font-size:2rem}.cta-title{font-size:2.5rem}}@media(max-width:480px){.benefits-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%;justify-content:center}.email-link{flex-direction:column;text-align:center;width:100%}.form-group input,.form-group select,.form-group textarea{font-size:16px}}.stakeholder-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.stakeholder-section{padding:120px 0}.stakeholder-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}.stakeholder-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.categories-section{background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.category-card{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;border:1px solid #e5e7eb;transition:all .3s ease}.category-card:hover{transform:translateY(-8px);border-color:#059669;box-shadow:0 20px 40px -15px #05966933}.category-icon{width:70px;height:70px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;font-size:2rem}.category-card h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:15px}.category-card p{font-size:.95rem;color:#6b7280;line-height:1.5;margin-bottom:25px}.category-btn{background:transparent;border:2px solid #059669;color:#059669;padding:10px 20px;border-radius:30px;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.category-btn:hover{background:#059669;color:#fff}.governance-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.governance-header{text-align:center;margin-bottom:60px}.governance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:50px}.governance-card{display:flex;align-items:center;gap:20px;background:#fff;border-radius:24px;padding:30px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.governance-card:hover{transform:translate(10px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.governance-icon{width:60px;height:60px;background:#f0fdf4;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.5rem;flex-shrink:0}.governance-card h4{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:5px}.governance-card p{font-size:.9rem;color:#6b7280;line-height:1.4}.governance-badge{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background:#f0fdf4;border-radius:50px;max-width:400px;margin:0 auto;color:#059669;font-weight:600}.documents-premium{background:#fff}.document-filters{display:flex;justify-content:center;gap:15px;margin-bottom:50px;flex-wrap:wrap}.filter-btn{padding:12px 28px;border-radius:40px;font-size:.95rem;font-weight:600;background:transparent;border:1px solid #e5e7eb;color:#4b5563;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:#059669;border-color:#059669;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px -5px #0596694d}.documents-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.document-card-premium{cursor:pointer;position:relative;border-radius:30px;overflow:hidden;transition:all .3s ease}.document-card-premium:hover{transform:translateY(-8px);box-shadow:0 30px 40px -15px #0003}.document-card-inner{background:#fff;border-radius:30px;padding:30px 25px;border:1px solid #e5e7eb;border-left:6px solid;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.document-icon-wrapper{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease}.document-title{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:15px;line-height:1.4;flex:1}.document-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.document-meta span{background:#f3f4f6;padding:4px 12px;border-radius:30px;font-size:.75rem;font-weight:600;color:#4b5563}.document-stats{font-size:.85rem;color:#6b7280;display:flex;align-items:center;gap:5px;margin-top:auto}.document-stats svg{color:#059669}.document-hover{position:absolute;inset:0;background:#059669f2;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:15px;animation:fadeIn .3s ease}.hover-icon{font-size:2.5rem}.document-hover span{font-size:1rem;font-weight:600}.no-documents{text-align:center;padding:60px;color:#6b7280;font-size:1.1rem}.investor-premium{background:#14532d;color:#fff}.investor-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.investor-left h2{font-size:2.5rem;font-weight:800;margin-bottom:30px;line-height:1.2}.investor-left p{font-size:1.2rem;line-height:1.7;color:#fffc;margin-bottom:30px}.investor-features{display:grid;gap:15px;margin-bottom:40px}.investor-feature{display:flex;align-items:center;gap:12px;font-size:1rem;color:#ffffffe6}.investor-feature svg{color:#10b981;width:20px;height:20px}.investor-cta{background:#10b981;color:#fff;border:none;padding:16px 32px;border-radius:50px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:10px;cursor:pointer;transition:all .3s ease}.investor-cta:hover{background:#059669;transform:translateY(-5px);box-shadow:0 20px 30px -8px #10b9814d}.investor-card-glass{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:40px;padding:50px;text-align:center}.glass-icon{font-size:4rem;margin-bottom:30px}.glass-stats{display:grid;grid-template-columns:1fr 1fr;gap:30px}.glass-stat{display:flex;flex-direction:column}.glass-stat .stat-value{font-size:2.5rem;font-weight:800;color:#10b981;margin-bottom:5px}.glass-stat span:last-child{font-size:.9rem;color:#ffffffb3}.distribution-premium{background:#fff}.distribution-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.distribution-card-premium{background:#fff;border-radius:40px;padding:40px 30px;text-align:center;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-left:6px solid;transition:all .3s ease}.distribution-card-premium:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #0596694d}.distribution-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;background:#f9fafb;font-size:2rem}.distribution-card-premium h3{font-size:1.4rem;font-weight:700;color:#111827;margin-bottom:15px}.distribution-card-premium p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:25px}.distribution-stats{display:inline-block;padding:8px 20px;border-radius:30px;font-weight:600;margin-bottom:25px}.distribution-link{background:transparent;border:none;color:#059669;font-weight:600;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s ease}.distribution-link:hover{gap:12px;color:#047857}.certifications-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.certifications-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.certification-card-premium{border-radius:40px;padding:50px 30px;text-align:center;color:#fff;transition:all .3s ease;position:relative;overflow:hidden}.certification-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.certification-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.certification-icon{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;position:relative;z-index:2}.certification-card-premium h3{font-size:1.4rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2}.certification-card-premium p{font-size:1rem;margin-bottom:25px;opacity:.9;position:relative;z-index:2}.certification-badge{display:inline-block;padding:8px 20px;background:#fff3;border-radius:30px;font-size:.9rem;font-weight:600;position:relative;z-index:2}.compliance-stats{max-width:600px;margin:0 auto;display:grid;gap:20px}.compliance-stat{display:flex;align-items:center;gap:15px}.compliance-progress{height:10px;background:linear-gradient(90deg,#059669,#10b981);border-radius:10px;flex:1}.compliance-stat span{font-size:.95rem;font-weight:600;color:#111827;min-width:180px}.contact-premium{background:#fff}.contact-premium-card{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.contact-premium-card h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:20px}.contact-premium-card p{font-size:1.2rem;color:#4b5563;margin-bottom:40px}.contact-methods{display:grid;gap:30px;margin-bottom:40px;text-align:left}.contact-method{display:flex;align-items:center;gap:20px;padding:20px;background:#f9fafb;border-radius:20px;transition:all .3s ease}.contact-method:hover{transform:translate(10px);background:#f0fdf4}.contact-method svg{color:#059669;width:28px;height:28px}.method-label{display:block;font-size:.85rem;color:#6b7280;margin-bottom:4px}.method-value{font-size:1.1rem;font-weight:600;color:#111827;text-decoration:none}.contact-premium-btn{background:#059669;color:#fff;border:none;border-radius:50px;padding:16px 48px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease}.contact-premium-btn:hover{background:#047857;transform:translateY(-5px);box-shadow:0 20px 30px -8px #0596694d}.final-cta{background:linear-gradient(135deg,#059669,#10b981);padding:100px 0}.cta-premium{max-width:700px;margin:0 auto;text-align:center;color:#fff}.cta-premium h2{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-premium p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons{display:flex;gap:20px;justify-content:center}.cta-primary,.cta-secondary{padding:16px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;border:none}.cta-primary{background:#fff;color:#059669;box-shadow:0 10px 20px -5px #0003}.cta-primary:hover{transform:translateY(-5px);box-shadow:0 20px 30px -8px #0000004d}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#fff;color:#059669;transform:translateY(-5px)}.cta-primary svg,.cta-secondary svg{transition:transform .3s ease}.cta-primary:hover svg,.cta-secondary:hover svg{transform:translate(5px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1024px){.categories-grid,.governance-grid,.documents-grid-premium,.certifications-grid-premium{grid-template-columns:repeat(2,1fr)}.investor-showcase{grid-template-columns:1fr;gap:40px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stakeholder-section{padding:80px 0}.section-title{font-size:2rem}.intro-title{font-size:2.2rem}.categories-grid,.governance-grid,.documents-grid-premium,.distribution-grid-premium,.certifications-grid-premium,.stats-grid{grid-template-columns:1fr}.governance-card{flex-direction:column;text-align:center}.intro-stats{flex-direction:column;gap:20px}.contact-method{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}.contact-premium-card{padding:40px 20px}.contact-premium-card h2{font-size:2rem}}@media(max-width:480px){.document-filters{flex-direction:column}.filter-btn{width:100%}.compliance-stat{flex-direction:column;text-align:center}.compliance-progress{width:100%}}.agriculture-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.ag-section{padding:120px 0}.agriculture-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:991px){.agriculture-hero .who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.06;text-align:center;margin:0 auto .75rem;max-width:100%}.agriculture-hero .who-we-are-paragraph{font-size:1rem;text-align:center;max-width:100%;padding:0 1rem}}@media(max-width:480px){.agriculture-hero .who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04}.agriculture-hero .who-we-are-paragraph{font-size:.95rem;padding:0 .75rem}}.ag-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.intro-paragraph{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.intro-quote{font-size:1.4rem;font-weight:500;color:#059669;font-style:italic;padding:20px;border-left:4px solid #059669;background:#f0fdf4;border-radius:20px}.philosophy-premium{background:#fff}.philosophy-header{text-align:center;margin-bottom:60px}.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pillar-card-premium{border-radius:30px;padding:40px 30px;color:#fff;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pillar-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.pillar-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.pillar-card-premium h3{font-size:1.3rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.pillar-card-premium p{font-size:.95rem;opacity:.9;line-height:1.6;position:relative;z-index:2}.products-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card-premium{border-radius:40px;padding:40px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden}.product-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.product-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.product-card-premium h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.product-card-premium p{font-size:.95rem;line-height:1.6;margin-bottom:25px;opacity:.9;position:relative;z-index:2}.product-features{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:2}.product-features span{background:#fff3;padding:4px 12px;border-radius:30px;font-size:.75rem;font-weight:600}.crops-premium{background:#fff}.crops-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.crop-card-premium{background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-left:6px solid;transition:all .3s ease}.crop-card-premium:hover,.crop-card-premium.active{transform:translateY(-10px);box-shadow:0 30px 50px -20px #0596694d}.crop-image-wrapper{position:relative;height:200px;overflow:hidden}.crop-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.crop-card-premium:hover .crop-image{transform:scale(1.1)}.crop-overlay-premium{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;justify-content:space-between;align-items:flex-end;padding:20px;opacity:0;transition:opacity .4s ease}.crop-card-premium:hover .crop-overlay-premium{opacity:1}.crop-season,.crop-products{background:#059669e6;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.crop-content{padding:25px;text-align:center}.crop-icon{margin-bottom:15px;font-size:2rem}.crop-content h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:10px}.crop-content p{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:15px}.crop-meta{display:flex;justify-content:center;gap:10px;font-size:.85rem;color:#059669;font-weight:600}.support-premium{background:#14532d;color:#fff}.support-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.support-left h2{font-size:2.5rem;font-weight:800;margin-bottom:30px;line-height:1.2}.support-description{font-size:1.2rem;line-height:1.7;color:#fffc;margin-bottom:40px}.support-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.support-stat{display:flex;flex-direction:column}.support-stat .stat-value{font-size:2rem;font-weight:800;color:#10b981;margin-bottom:5px}.support-stat span:last-child{font-size:.9rem;color:#ffffffb3}.support-right{display:flex;flex-direction:column;gap:20px}.support-feature-card{display:flex;align-items:center;gap:20px;padding:25px;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.support-feature-card:hover{transform:translate(10px);background:#ffffff1a}.feature-icon{width:60px;height:60px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#10b981;font-size:1.5rem;flex-shrink:0}.support-feature-card h4{font-size:1.1rem;font-weight:700;margin-bottom:5px;color:#fff}.support-feature-card p{font-size:.9rem;color:#ffffffb3;margin-bottom:8px}.feature-stats{font-size:.85rem;font-weight:600;color:#10b981}.sustainability-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.sustainability-badge{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.sustainability-title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.sustainability-description{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.sustainability-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:40px}.sustainability-stat-item{text-align:center}.sustainability-stat-item .stat-icon{width:60px;height:60px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#059669;font-size:1.5rem}.sustainability-stat-item .stat-value{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.sustainability-stat-item .stat-label{font-size:.9rem;color:#6b7280}.sustainability-commitment{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background:#f0fdf4;border-radius:50px;color:#059669;font-weight:600}.testimonial-section{background:linear-gradient(135deg,#f9fafb,#fff)}.testimonial-card{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-mark{font-size:8rem;color:#059669;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.testimonial-text{font-size:1.4rem;font-weight:500;color:#111827;line-height:1.6;margin-bottom:40px;position:relative;z-index:2}@media(max-width:1024px){.pillars-grid,.products-grid-premium,.crops-grid-premium,.sustainability-stats-grid,.global-grid-premium{grid-template-columns:repeat(2,1fr)}.support-showcase{grid-template-columns:1fr;gap:40px}.stats-grid-premium{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ag-section{padding:80px 0}.section-title{font-size:2rem}.intro-title{font-size:2.2rem}.pillars-grid,.products-grid-premium,.crops-grid-premium,.sustainability-stats-grid,.global-grid-premium,.stats-grid-premium{grid-template-columns:1fr}.support-stats{grid-template-columns:1fr;gap:20px}.sustainability-card{padding:40px 20px}.sustainability-title{font-size:2rem}.testimonial-card{padding:40px 20px}.testimonial-text{font-size:1.2rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-premium-card h2{font-size:2.2rem}}@media(max-width:480px){.intro-premium{padding:40px 20px}.product-features{justify-content:center}.support-feature-card,.testimonial-author{flex-direction:column;text-align:center}.global-card-header{flex-direction:column;gap:15px}}.chemical-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.chemical-section{padding:120px 0}.chemical-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}@media(max-width:991px){.chemical-hero .who-we-are-heading{font-size:clamp(2rem,6vw,3rem);line-height:1.06;text-align:center;margin:0 auto .75rem;max-width:100%}.chemical-hero .who-we-are-paragraph{font-size:1rem;text-align:center;max-width:100%;padding:0 1rem}}@media(max-width:480px){.chemical-hero .who-we-are-heading{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.04}.chemical-hero .who-we-are-paragraph{font-size:.95rem;padding:0 .75rem}}.chemical-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-premium{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-premium:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.intro-stats{display:flex;justify-content:center;gap:40px}.intro-stat{display:flex;flex-direction:column}.intro-stat .stat-value{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.intro-stat .stat-label{font-size:.9rem;color:#6b7280}.role-premium{background:#fff}.role-header{text-align:center;margin-bottom:60px}.capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.capability-card-premium h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.products-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.chemical-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.chemical-product-card{border-radius:40px;padding:40px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden;cursor:pointer}.chemical-product-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.chemical-product-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.product-badge{position:absolute;top:20px;right:20px;background:#fff3;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.product-icon-wrapper{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2rem;position:relative;z-index:2}.chemical-product-card h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.chemical-product-card p{font-size:.9rem;line-height:1.6;margin-bottom:20px;opacity:.9;position:relative;z-index:2}.product-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px;position:relative;z-index:2}.product-features span{background:#fff3;padding:4px 12px;border-radius:30px;font-size:.7rem;font-weight:600}.product-applications{margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2);position:relative;z-index:2}.product-applications h4{font-size:.9rem;font-weight:600;margin-bottom:10px;opacity:.9}.dark-gradient{background:#14532d;color:#fff}.manufacturing-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px}.manufacturing-left h2{font-size:2.5rem;font-weight:800;margin-bottom:30px;line-height:1.2}.manufacturing-left p{font-size:1.1rem;line-height:1.7;color:#fffc;margin-bottom:40px}.process-timeline{display:flex;flex-direction:column;gap:25px}.process-step{display:flex;gap:20px;align-items:center;padding:20px;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.process-step:hover{transform:translate(10px);background:#ffffff1a}.step-number{font-size:1.5rem;font-weight:800;color:#10b981;min-width:50px}.process-step h4{font-size:1.1rem;font-weight:700;margin-bottom:5px;color:#fff}.process-step p{font-size:.9rem;color:#ffffffb3;margin:0}.manufacturing-right{display:flex;flex-direction:column;gap:25px}.manufacturing-highlight-card{display:flex;align-items:center;gap:20px;padding:30px;background:#ffffff0d;border-radius:30px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.manufacturing-highlight-card:hover{transform:translate(-10px);background:#ffffff1a}.highlight-icon{width:70px;height:70px;background:#10b98133;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;flex-shrink:0}.manufacturing-highlight-card h4{font-size:1.2rem;font-weight:700;margin-bottom:5px;color:#fff}.manufacturing-highlight-card p{font-size:.9rem;color:#ffffffb3;margin-bottom:8px}.highlight-stats{font-size:.85rem;font-weight:600;color:#10b981}.quality-premium{background:#fff}.quality-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:50px}.quality-card-premium{border-radius:40px;padding:50px 30px;color:#fff;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.quality-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.quality-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.quality-icon{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;position:relative;z-index:2}.quality-card-premium h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2}.quality-card-premium p{font-size:.95rem;line-height:1.6;margin-bottom:25px;opacity:.9;position:relative;z-index:2}.quality-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;position:relative;z-index:2}.quality-features span{background:#fff3;padding:6px 16px;border-radius:30px;font-size:.8rem;font-weight:600}.certifications-row{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.certification-chip{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#f9fafb;border-radius:50px;border:1px solid #e5e7eb;font-weight:600;color:#111827}.certification-chip svg{color:#059669}.cert-status{font-size:.8rem;color:#059669;font-weight:500;margin-left:5px}.sustainability-premium{background:linear-gradient(135deg,#f0fdf4,#fff)}.sustainability-showcase{max-width:800px;margin:0 auto;text-align:center;padding:60px;background:#fff;border-radius:60px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.sustainability-showcase p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.partnerships-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.partnerships-card{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.partnerships-icon{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.partnerships-card h2{font-size:2.2rem;font-weight:800;color:#111827;margin-bottom:20px}.partnerships-card p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:30px}.cta-premium-section{background:linear-gradient(135deg,#059669,#10b981,#34d399);padding:100px 0}.cta-premium-card{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-premium-card h2{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-premium-card p{font-size:1.2rem;margin-bottom:40px;opacity:.95}@media(max-width:1024px){.capabilities-grid,.chemical-products-grid,.quality-grid-premium,.global-grid-premium{grid-template-columns:repeat(2,1fr)}.manufacturing-showcase{grid-template-columns:1fr;gap:40px}.sustainability-metrics,.stats-grid-premium{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.chemical-section{padding:80px 0}.section-title{font-size:2rem}.intro-title{font-size:2.2rem}.capabilities-grid,.chemical-products-grid,.quality-grid-premium,.global-grid-premium,.sustainability-metrics,.stats-grid-premium{grid-template-columns:1fr}.intro-stats{flex-direction:column;gap:20px}.manufacturing-highlight-card,.process-step{flex-direction:column;text-align:center}.certifications-row{flex-direction:column;align-items:center}.partnerships-card{padding:40px 20px}.partnerships-card h2{font-size:1.8rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-premium-card h2{font-size:2rem}}@media(max-width:480px){.intro-premium{padding:40px 20px}.product-features,.application-tags{justify-content:center}.global-card-header{flex-direction:column;gap:15px}.sustainability-showcase{padding:40px 20px}.sustainability-metrics{gap:20px}.metric-value{font-size:1.5rem}}.hero-lottie{position:absolute;left:0;right:0;bottom:0;width:100%;height:220px;overflow:hidden;z-index:4;pointer-events:none}.hero-lottie>svg{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:991px){.hero-lottie{height:140px}}@media(max-width:480px){.hero-lottie{height:110px}}.drone-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.drone-section{padding:120px 0}.drone-hero{position:relative;z-index:5}.drone-hero .who-we-are-heading{font-size:5rem;background:linear-gradient(135deg,#fff,#f0fdf4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 30px rgba(0,0,0,.2)}.drone-hero .who-we-are-breadcrumb,.drone-hero .who-we-are-content-wrapper{position:relative;z-index:10}.hero-background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1;mix-blend-mode:lighten;opacity:1}.drone-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-drone{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-drone{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-drone:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.intro-premium{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-highlight{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;background:#f0fdf4;border-radius:50px;color:#059669;font-weight:500;font-size:1rem}.capabilities-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.capability-card-premium{border-radius:40px;padding:40px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden;cursor:pointer}.capability-badge{position:absolute;top:20px;right:20px;background:#fff3;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.capability-icon-wrapper{width:80px;height:80px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2rem;position:relative;z-index:2}.capability-card-premium h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2}.capability-card-premium p{font-size:.9rem;line-height:1.6;margin-bottom:20px;opacity:.9;position:relative;z-index:2}.capability-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px;position:relative;z-index:2}.capability-features span{background:#fff3;padding:4px 12px;border-radius:30px;font-size:.7rem;font-weight:600}.capability-applications{margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.2);position:relative;z-index:2}.capability-applications h4{font-size:.9rem;font-weight:600;margin-bottom:10px;opacity:.9;color:#fff}.application-tags{display:flex;flex-wrap:wrap;gap:6px}.benefits-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.benefits-showcase{max-width:1000px;margin:0 auto}.benefits-header{text-align:center;margin-bottom:60px}.benefits-header h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:20px}.benefits-header p{font-size:1.2rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.7}.benefits-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.benefit-icon-wrapper{width:60px;height:60px;background:#f0fdf4;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.5rem;flex-shrink:0}.benefit-content h4{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:8px}.benefit-content p{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:10px}.technology-premium{background:#fff}.technology-showcase{display:grid;gap:60px;align-items:start}.technology-left h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.technology-left p{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.tech-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.spec-item{padding:20px;background:#f9fafb;border-radius:20px;border:1px solid #e5e7eb}.spec-label{display:block;font-size:.85rem;color:#6b7280;margin-bottom:5px}.spec-value{display:block;font-size:1.3rem;font-weight:700;color:#059669}.technology-right{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:40px;padding:40px;color:#fff}.tech-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.tech-feature-card{display:flex;gap:15px;padding:20px;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.tech-feature-card:hover{transform:translate(5px);background:#ffffff1a}.tech-icon{width:50px;height:50px;background:#10b98133;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#10b981;font-size:1.3rem;flex-shrink:0}.tech-feature-card h4{font-size:1rem;font-weight:700;margin-bottom:5px}.tech-feature-card p{font-size:.85rem;color:#ffffffb3;margin-bottom:8px}.tech-spec{font-size:.75rem;font-weight:600;color:#10b981}.safety-premium{background:linear-gradient(135deg,#f0fdf4,#fff)}.safety-card{max-width:900px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.safety-icon{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.safety-card h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px}.safety-card p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.safety-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.safety-metric{display:flex;flex-direction:column}.safety-metric .metric-value{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.safety-metric span:last-child{font-size:.9rem;color:#6b7280}.process-timeline-premium{display:flex;justify-content:space-between;position:relative;max-width:1000px;margin:0 auto;padding:40px 0}.process-step-premium{flex:1;position:relative;text-align:center;padding:0 20px}.step-marker{position:relative;margin-bottom:30px}.step-number{font-size:4rem;font-weight:800;color:#ffffff1a;line-height:1}.step-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 10px 20px -5px #0596694d}.step-content h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:10px}.step-content p{font-size:.9rem;color:#6b7280;line-height:1.5;max-width:200px;margin:0 auto}.step-connector{position:absolute;top:60px;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,#059669,#10b981);opacity:.2}.coverage-premium{background:linear-gradient(135deg,#f9fafb,#fff)}.coverage-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.coverage-card-premium{border-radius:40px;padding:40px 30px;color:#fff;transition:all .3s ease;position:relative;overflow:hidden}.coverage-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.coverage-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.coverage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;position:relative;z-index:2}.coverage-flag{font-size:3rem}.coverage-badge{padding:6px 16px;background:#fff3;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coverage-country{font-size:1.8rem;font-weight:800;margin-bottom:10px;position:relative;z-index:2}.coverage-title{font-size:1.1rem;font-weight:600;margin-bottom:20px;opacity:.9;position:relative;z-index:2}.coverage-description{font-size:.95rem;line-height:1.6;margin-bottom:25px;opacity:.9;position:relative;z-index:2}.coverage-stats{display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:2}.coverage-stats span{background:#fff3;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-drone{background:#fff}.testimonial-card-drone{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-icon{font-size:6rem;color:#059669;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.cta-premium-drone{background:#14532d;padding:100px 0}.cta-card-drone{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-drone h2{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-card-drone p{font-size:1.2rem;margin-bottom:40px;opacity:.95}@media(max-width:1024px){.capabilities-grid-premium,.benefits-grid-premium,.tech-features-grid,.coverage-grid-premium{grid-template-columns:repeat(2,1fr)}.technology-showcase{grid-template-columns:1fr;gap:40px}.safety-metrics,.stats-grid-drone{grid-template-columns:repeat(2,1fr)}.process-timeline-premium{flex-direction:column;gap:40px}.step-connector{display:none}}@media(max-width:768px){.drone-section{padding:80px 0}.section-title{font-size:2rem}.intro-title{font-size:2.2rem}.capabilities-grid-premium,.benefits-grid-premium,.tech-features-grid,.coverage-grid-premium,.safety-metrics,.stats-grid-drone{grid-template-columns:1fr}.benefit-card-premium{flex-direction:column;text-align:center}.tech-specs{grid-template-columns:1fr}.coverage-header{flex-direction:column;gap:15px}.testimonial-card-drone{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-drone h2{font-size:2rem}.process-step-premium{padding:0}}@media(max-width:480px){.intro-premium{padding:40px 20px}.capability-features,.application-tags{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.coverage-stats{justify-content:center}.safety-card{padding:40px 20px}.safety-metrics{gap:20px}}.plant-protection-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.pp-section{padding:120px 0}.pp-hero{width:100%;padding:60px 0 40px;position:relative;overflow:hidden}.pp-breadcrumb{max-width:1400px;margin:0 auto 40px;padding:0 20px;font-size:1rem;color:#6b7280;position:relative;z-index:1}.pp-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .4s ease}.pp-breadcrumb a:hover{color:#059669}.pp-breadcrumb .separator{margin:0 10px}.pp-breadcrumb .current{color:#1f2937;font-weight:500}.pp-hero-content{max-width:1400px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;position:relative;z-index:1}.pp-hero-title{font-size:4.5rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.02em}.pp-hero-paragraph{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:24px}.pp-hero-paragraph:last-child{margin-bottom:0}.pp-hero-image{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;z-index:0}.pp-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:40px;display:block}.pp-hero-animation{width:100%;max-width:700px;height:1000px}.pp-stats-section{padding:60px 0;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-pp{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-pp{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-pp:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.intro-premium-pp{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-features{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.intro-feature{display:flex;align-items:center;gap:15px;padding:20px;background:#fff;border-radius:20px;box-shadow:0 5px 15px -5px #0000000d;border:1px solid #e5e7eb;text-align:left}.intro-feature .feature-icon{width:50px;height:50px;background:#f0fdf4;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.3rem;flex-shrink:0}.intro-feature h4{font-size:1rem;font-weight:700;color:#111827;margin-bottom:4px}.intro-feature p{font-size:.85rem;color:#6b7280;margin:0}.categories-carousel-wrapper{position:relative;padding:40px 0;overflow:visible;width:100%;margin-bottom:30px}.categories-carousel-container{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:20px 40px 40px;margin:0 -20px;scrollbar-width:none;-ms-overflow-style:none}.categories-carousel-container::-webkit-scrollbar{display:none}.categories-carousel-item{flex:0 0 calc(33.333% - 16px);min-width:350px;scroll-snap-align:start;transition:all .3s ease}.categories-carousel-nav{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding:0 40px}.categories-nav-btn{width:68px;height:68px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;color:#059669;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 5px 15px -5px #0000001a;font-size:1.2rem}.categories-nav-btn:hover{background:#059669;color:#fff;border-color:#059669;transform:scale(1.05)}.category-card-premium{border-radius:28px;padding:35px 30px 25px;color:#fff;position:relative;transition:all .3s cubic-bezier(.2,.8,.4,1);overflow:hidden;cursor:pointer;min-height:520px;display:flex;flex-direction:column;box-shadow:0 20px 40px -15px #0000001a;border:1px solid rgba(0,0,0,.05)}.category-card-premium:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px -20px #0596694d}.category-title{font-size:1.8rem;font-weight:800;margin-bottom:20px;text-align:center;position:relative;z-index:2;color:#fff}.category-description{font-size:.95rem;line-height:1.6;margin-bottom:25px;opacity:.9;text-align:center;position:relative;z-index:2;flex:1;color:#fff}.category-efficacy{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.category-arrow{position:absolute;bottom:20px;right:20px;width:40px;height:40px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;cursor:pointer}.category-card-premium:hover .category-arrow{transform:translate(5px);background:#fff;color:#059669}.crops-protected{background:linear-gradient(135deg,#f9fafb,#fff)}.crops-grid-pp{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.crop-category-icon{width:70px;height:70px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;font-size:2rem}.technology-showcase{background:#fff}.tech-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.tech-content h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.tech-content p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:30px}.tech-list{list-style:none;padding:0}.tech-list li{display:flex;align-items:center;gap:15px;padding:15px 0;font-size:1rem;color:#374151;border-bottom:1px dashed #e5e7eb}.tech-list li svg{color:#059669;width:20px;height:20px}.tech-image img{width:100%;height:450px;object-fit:cover;border-radius:40px;box-shadow:0 25px 50px -12px #00000040}.sustainability-pp{background:linear-gradient(135deg,#f0fdf4,#fff)}.sustainability-card-pp{max-width:900px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.sustainability-icon{width:80px;height:80px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.sustainability-card-pp h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px}.sustainability-card-pp p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.sustainability-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.metric-label{font-size:.9rem;color:#6b7280}.ipm-section{background:#fff}.ipm-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ipm-left h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.ipm-left p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px}.ipm-principles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.ipm-principle{display:flex;align-items:center;gap:15px;padding:20px;background:#f9fafb;border-radius:20px;border:1px solid #e5e7eb}.principle-number{font-size:1.5rem;font-weight:800;color:#059669;min-width:40px}.ipm-principle span:last-child{font-weight:600;color:#111827}.ipm-right img{width:100%;height:450px;object-fit:cover;border-radius:40px;box-shadow:0 25px 50px -12px #00000040}.testimonial-pp{background:linear-gradient(135deg,#f9fafb,#fff)}.testimonial-card-pp{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.cta-pp-section{background:#14532d;padding:100px 0}.cta-card-pp{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-pp h2{font-size:3rem;font-weight:800;margin-bottom:20px;color:#fff}.cta-card-pp p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons-pp{display:flex;gap:20px;justify-content:center}@media(max-width:1024px){.intro-features,.crops-grid-pp,.sustainability-metrics{grid-template-columns:repeat(2,1fr)}.tech-showcase-grid,.ipm-showcase{grid-template-columns:1fr;gap:40px}.stats-grid-pp{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pp-section{padding:80px 0}.section-title{font-size:2rem}.pp-hero-content{grid-template-columns:1fr;gap:40px}.pp-hero-title{font-size:3rem}.intro-title{font-size:2.2rem}.intro-features,.crops-grid-pp,.sustainability-metrics,.stats-grid-pp{grid-template-columns:1fr}.intro-feature{flex-direction:column;text-align:center}.ipm-principles{grid-template-columns:1fr}.testimonial-card-pp{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-pp{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-pp h2{font-size:2rem}.pp-hero-image img{height:300px}.pp-hero-animation{height:280px}.tech-image img,.ipm-right img{height:300px}.categories-carousel-container{padding:20px 20px 40px;gap:16px}.categories-carousel-item{flex:0 0 calc(50% - 8px);min-width:280px}.category-card-premium{min-height:450px;padding:30px 20px}.category-title{font-size:1.5rem}.category-description{font-size:.9rem}.categories-carousel-nav{padding:0 20px}.categories-nav-btn{width:50px;height:50px;font-size:1rem}}@media(max-width:480px){.intro-premium-pp{padding:40px 20px}.category-features,.application-tags{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.sustainability-card-pp{padding:40px 20px}.ipm-principle{flex-direction:column;text-align:center}.principle-number{margin-bottom:5px}}.category-page{background:linear-gradient(180deg,#fff,#f7faf9);color:#1f2937}.category-hero{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:2.5rem}.category-hero-image{width:100%;height:420px;object-fit:cover;border-radius:18px;box-shadow:0 30px 60px #00000014}.category-hero-copy h1{font-size:2.4rem;margin-bottom:.75rem}.category-hero-copy p{color:#4b5563;line-height:1.7}.category-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.feature-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 8px 20px #0000000a}@media(max-width:900px){.category-hero,.category-features{grid-template-columns:1fr}.category-hero-image{height:320px}}.biorationals-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.scroll-progress{position:fixed;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#14532d,#1a6b3d,#14532d);transform-origin:0 0;z-index:1000}.bio-section{padding:120px 0}.bio-hero{width:100%;padding:60px 0 40px}.bio-breadcrumb{max-width:1400px;margin:0 auto 40px;padding:0 20px;font-size:1rem;color:#6b7280}.bio-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .4s ease}.bio-breadcrumb a:hover{color:#059669}.bio-breadcrumb .separator{margin:0 10px}.bio-breadcrumb .current{color:#1f2937;font-weight:500}.bio-hero-content{max-width:1400px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.bio-hero-title{font-size:4.5rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.02em}.bio-hero-paragraph{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:24px}.bio-hero-paragraph:last-child{margin-bottom:0}.bio-hero-image{width:100%;overflow:hidden;height:500px;border-radius:40px;display:flex;align-items:center;justify-content:center}.bio-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:40px;display:block}.bio-stats-section{padding:60px 0;background:linear-gradient(135deg,#f0fdf4,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-bio{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-bio{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-bio:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#10b981}.stat-icon{width:60px;height:60px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#059669;font-size:1.5rem}.intro-premium-bio{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-badge{display:inline-block;padding:8px 20px;background:#059669;color:#fff;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:20px}.intro-highlight-bio{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;background:#fff;border-radius:50px;color:#059669;font-weight:500;font-size:1rem;box-shadow:0 5px 15px -5px #0000000d;border:1px solid #e5e7eb}.definition-premium{background:#fff}.definition-grid-premium{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.definition-card-premium{background:#fff;border-radius:40px;padding:60px 40px;box-shadow:0 20px 40px -15px #0000001a;border:1px solid #e5e7eb;transition:all .3s ease}.definition-card-premium.biorationals:hover{transform:translateY(-10px);border-color:#059669;box-shadow:0 30px 50px -20px #0596694d}.definition-card-premium.biostimulants:hover{transform:translateY(-10px);border-color:#16a34a;box-shadow:0 30px 50px -20px #16a34a4d}.definition-icon-wrapper{width:80px;height:80px;background:#f0fdf4;border-radius:30px;display:flex;align-items:center;justify-content:center;margin-bottom:30px;color:#059669;font-size:2rem}.definition-card-premium h3{font-size:2rem;font-weight:800;color:#111827;margin-bottom:20px}.definition-card-premium p{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:30px}.definition-list{list-style:none;padding:0}.definition-list li{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:1rem;color:#374151;border-bottom:1px dashed #e5e7eb}.definition-list li:last-child{border-bottom:none}.definition-list li svg{color:#059669;width:20px;height:20px}.science-section{background:linear-gradient(135deg,#f9fafb,#fff)}.science-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.science-card{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.science-card:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.science-icon{width:70px;height:70px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;font-size:2rem}.science-card h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:15px}.science-card p{font-size:.95rem;color:#6b7280;line-height:1.5}.categories-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card-premium{border-radius:40px;padding:50px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden;cursor:pointer;min-height:480px;display:flex;flex-direction:column}.category-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.category-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.category-card-premium:hover .icon-background{transform:scale(1)}.category-title{font-size:1.5rem;font-weight:700;margin-bottom:15px;text-align:center;position:relative;z-index:2;color:#fff}.benefits-premium{background:linear-gradient(135deg,#f0fdf4,#fff)}.benefits-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit-card-premium{display:flex;align-items:flex-start;gap:20px;padding:30px;background:#fff;border-radius:30px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.benefit-card-premium:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.benefit-icon{width:70px;height:70px;background:#f0fdf4;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#059669;font-size:2rem;flex-shrink:0}.benefit-stat{display:inline-block;padding:4px 12px;background:#f0fdf4;border-radius:30px;font-size:.8rem;font-weight:600;color:#059669}.sustainability-premium{background:linear-gradient(135deg,#05966920,#fff)}.sustainability-icon-large{width:100px;height:100px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:3rem}.application-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.application-card{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.application-card:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.application-icon{margin-bottom:20px;font-size:2.5rem}.application-card h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:10px}.application-card p{font-size:.9rem;color:#6b7280}.testimonial-bio{background:linear-gradient(135deg,#f0fdf4,#fff)}.testimonial-card-bio{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-mark{font-size:6rem;color:#059669;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.author-avatar{width:70px;height:70px;background:linear-gradient(135deg,#059669,#10b981);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.global-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.global-card-premium{background:#fff;border-radius:40px;padding:40px 30px;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease}.global-card-premium:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #0596694d}.global-title{font-size:1.1rem;font-weight:600;color:#059669;margin-bottom:20px}.cta-premium-bio{background:#14532d;padding:100px 0}.cta-card-bio{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-bio h2{font-size:3rem;font-weight:800;margin-bottom:20px;color:#fff}.cta-card-bio p{font-size:1.2rem;margin-bottom:40px;opacity:.95}@media(max-width:1024px){.categories-grid-premium,.benefits-grid-premium,.science-grid,.application-grid-premium,.global-grid-premium,.sustainability-metrics{grid-template-columns:repeat(2,1fr)}.definition-grid-premium{grid-template-columns:1fr;gap:30px}.stats-grid-bio{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.bio-section{padding:80px 0}.section-title{font-size:2rem}.bio-hero-content{grid-template-columns:1fr;gap:40px}.bio-hero-title{font-size:3rem}.intro-title{font-size:2.2rem}.categories-grid-premium,.benefits-grid-premium,.science-grid,.application-grid-premium,.global-grid-premium,.sustainability-metrics,.stats-grid-bio{grid-template-columns:1fr}.benefit-card-premium{flex-direction:column;text-align:center}.testimonial-card-bio{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-bio h2{font-size:2rem}.bio-hero-image img{height:300px}.definition-card-premium{padding:40px 30px}}@media(max-width:480px){.intro-premium-bio{padding:40px 20px}.category-features,.application-tags{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.sustainability-showcase{padding:40px 20px}.global-card-header{flex-direction:column;gap:15px}.definition-list li{flex-direction:column;text-align:center}}.nutrition-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.nutrition-section{padding:120px 0}.nutrition-hero{width:100%;padding:60px 0 40px;position:relative;overflow:hidden}.nutrition-breadcrumb{max-width:1400px;margin:0 auto 40px;padding:0 20px;font-size:1rem;color:#6b7280;position:relative;z-index:1}.nutrition-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .4s ease}.nutrition-breadcrumb a:hover{color:#059669}.nutrition-breadcrumb .separator{margin:0 10px}.nutrition-breadcrumb .current{color:#1f2937;font-weight:500}.nutrition-hero-content{max-width:1400px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;position:relative;z-index:1}.nutrition-hero-title{font-size:4.5rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.02em}.nutrition-hero-paragraph{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:24px}.nutrition-hero-paragraph:last-child{margin-bottom:0}.nutrition-hero-image{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center;z-index:0}.nutrition-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:40px;display:block}.nutrition-hero-animation{width:100%;max-width:700px;height:1000px}.nutrition-stats-section{padding:60px 0;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-nutrition{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-nutrition{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-nutrition:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #05966933;border-color:#059669}.stat-icon{width:60px;height:60px;background:#e8f9f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#059669;font-size:1.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#059669;line-height:1;margin-bottom:8px}.intro-premium-nutrition{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-badge{display:inline-block;padding:8px 20px;background:#2563eb;color:#fff;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:20px}.intro-highlight-nutrition{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;background:#fff;border-radius:50px;color:#14532d;font-weight:500;font-size:1rem;box-shadow:0 5px 15px -5px #0000000d;border:1px solid #e5e7eb}.strategy-premium{background:#fff}.strategy-header{text-align:center;margin-bottom:60px}.pillars-grid-nutrition{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pillar-card-nutrition{border-radius:30px;padding:40px 30px;color:#fff;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pillar-card-nutrition:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.pillar-card-nutrition:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.pillar-card-nutrition h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.pillar-card-nutrition p{font-size:.9rem;opacity:.9;line-height:1.5;position:relative;z-index:2}.categories-premium{background:#fff}.categories-grid-nutrition{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card-nutrition{border-radius:40px;padding:50px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden;cursor:pointer;min-height:500px;display:flex;flex-direction:column}.category-card-nutrition:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.category-card-nutrition:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.category-card-nutrition:hover .icon-background{transform:scale(1)}.category-title{font-size:1.4rem;font-weight:700;margin-bottom:15px;text-align:center;position:relative;z-index:2;color:#fff}.benefits-premium{background:linear-gradient(135deg,#f8fafc,#fff)}.benefits-grid-nutrition{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit-card-nutrition{display:flex;align-items:flex-start;gap:20px;padding:30px;background:#fff;border-radius:30px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.benefit-card-nutrition:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.benefit-icon{width:70px;height:70px;background:#ffffff3a;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#14532d;font-size:2rem;flex-shrink:0}.benefit-stat{display:inline-block;padding:4px 12px;background:#e8f0fe;border-radius:30px;font-size:.8rem;font-weight:600;color:#14532d}.application-premium{background:#fff}.methods-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.method-card{background:#fff;border-radius:30px;padding:40px 20px;text-align:center;position:relative;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;overflow:hidden}.method-card:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.method-number{position:absolute;top:10px;right:20px;font-size:2.5rem;font-weight:800;color:#2563eb1a;line-height:1}.method-icon{color:#14532d;font-size:2rem;margin-bottom:20px}.method-card h3{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:10px}.method-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:15px}.method-details{display:inline-block;font-size:.75rem;font-weight:600;color:#14532d;background:#e8feea;padding:4px 12px;border-radius:30px}.sustainability-premium{background:linear-gradient(135deg,#e8f0fe,#fff)}.sustainability-showcase{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:#fff;border-radius:60px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.sustainability-icon-large{width:100px;height:100px;background:#14532d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:3rem}.sustainability-showcase h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px}.sustainability-showcase p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.sustainability-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.metric{display:flex;flex-direction:column}.metric-value{font-size:2rem;font-weight:800;color:#059669;margin-bottom:5px}.metric span:last-child{font-size:.9rem;color:#6b7280}.crops-nutrition{background:#fff}.crops-grid-nutrition{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.crop-category-card{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.crop-category-card:hover{transform:translateY(-5px);border-color:#059669;box-shadow:0 20px 30px -10px #05966926}.crop-category-icon{width:70px;height:70px;background:#e8feed;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#059669;font-size:2rem}.crop-category-card h3{font-size:1.3rem;font-weight:700;color:#111827;margin-bottom:20px}.crop-list{display:flex;flex-direction:column;gap:8px}.crop-list span{padding:6px 12px;background:#f9fafb;border-radius:20px;font-size:.9rem;color:#4b5563;border:1px solid #e5e7eb}.testimonial-nutrition{background:linear-gradient(135deg,#f8fafc,#fff)}.testimonial-card-nutrition{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-mark{font-size:6rem;color:#2563eb;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.author-avatar{width:70px;height:70px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.global-grid-nutrition{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.global-card-nutrition{background:#fff;border-radius:40px;padding:40px 30px;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease}.global-card-nutrition:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #0596694d}.global-title{font-size:1.1rem;font-weight:600;color:#2563eb;margin-bottom:20px}.cta-premium-nutrition{background:#14532d;padding:100px 0}.cta-card-nutrition{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-nutrition h2{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-card-nutrition p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-button.secondary:hover{background:#fff;color:#059669;transform:translateY(-5px)}@media(max-width:1024px){.categories-grid-nutrition,.benefits-grid-nutrition,.pillars-grid-nutrition,.crops-grid-nutrition,.global-grid-nutrition,.sustainability-metrics,.methods-grid,.stats-grid-nutrition{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nutrition-section{padding:80px 0}.section-title{font-size:2rem}.nutrition-hero-content{grid-template-columns:1fr;gap:40px}.nutrition-hero-title{font-size:3rem}.intro-title{font-size:2.2rem}.categories-grid-nutrition,.benefits-grid-nutrition,.pillars-grid-nutrition,.crops-grid-nutrition,.global-grid-nutrition,.sustainability-metrics,.methods-grid,.stats-grid-nutrition{grid-template-columns:1fr}.benefit-card-nutrition{flex-direction:column;text-align:center}.testimonial-card-nutrition{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-nutrition h2{font-size:2rem}.nutrition-hero-image img{height:300px}.nutrition-hero-animation{height:280px}}@media(max-width:480px){.intro-premium-nutrition{padding:40px 20px}.category-features,.application-tags{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.sustainability-showcase{padding:40px 20px}.global-card-header{flex-direction:column;gap:15px}.method-card{padding:30px 15px}}.seeds-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.seeds-section{padding:120px 0}.seeds-hero{width:100%;padding:60px 0 40px}.seeds-breadcrumb{max-width:1400px;margin:0 auto 40px;padding:0 20px;font-size:1rem;color:#6b7280}.seeds-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .4s ease}.seeds-breadcrumb a:hover{color:#7c3aed}.seeds-breadcrumb .separator{margin:0 10px}.seeds-breadcrumb .current{color:#1f2937;font-weight:500}.seeds-hero-content{max-width:1400px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.seeds-hero-title{font-size:4.5rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.02em}.seeds-hero-paragraph{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:24px}.seeds-hero-paragraph:last-child{margin-bottom:0}.seeds-hero-image{width:100%;overflow:hidden}.seeds-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:40px;display:block}.seeds-stats-section{padding:60px 0;background:linear-gradient(135deg,#faf5ff,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-seeds{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-seeds{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-seeds:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #7c3aed33;border-color:#7c3aed}.stat-icon{width:60px;height:60px;background:#f3e8ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#7c3aed;font-size:1.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#7c3aed;line-height:1;margin-bottom:8px}.intro-premium-seeds{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#faf5ff,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-badge{display:inline-block;padding:8px 20px;background:#7c3aed;color:#fff;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:20px}.intro-highlight-seeds{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;background:#fff;border-radius:50px;color:#7c3aed;font-weight:500;font-size:1rem;box-shadow:0 5px 15px -5px #0000000d;border:1px solid #e5e7eb}.development-premium{background:#fff}.development-header{text-align:center;margin-bottom:60px}.pillars-grid-seeds{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.pillar-card-seeds{border-radius:30px;padding:40px 30px;color:#fff;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pillar-card-seeds:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.pillar-card-seeds:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.pillar-icon{width:70px;height:70px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;position:relative;z-index:2}.pillar-card-seeds h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2;color:#fff}.pillar-card-seeds p{font-size:.9rem;opacity:.9;line-height:1.5;position:relative;z-index:2}.categories-premium{background:linear-gradient(135deg,#faf5ff,#fff)}.categories-grid-seeds{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card-seeds{border-radius:40px;overflow:hidden;box-shadow:0 15px 35px -10px #0000001a;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column}.category-card-seeds:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #7c3aed4d}.category-image-wrapper{position:relative;height:200px;overflow:hidden}.category-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.category-card-seeds:hover .category-image{transform:scale(1.1)}.category-overlay-premium{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;justify-content:flex-end;align-items:flex-start;padding:20px}.category-badge{background:#7c3aede6;color:#fff;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-content-premium{padding:40px 25px 30px;color:#fff;position:relative;flex:1;display:flex;flex-direction:column}.category-icon-wrapper{width:70px;height:70px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-65px auto 20px;box-shadow:0 10px 20px -5px #0003;position:relative;z-index:2}.category-title{font-size:1.4rem;font-weight:700;margin-bottom:15px;text-align:center;color:#fff}.category-description{font-size:.9rem;line-height:1.6;margin-bottom:20px;opacity:.9;text-align:center;flex:1;color:#fff}.category-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.category-applications{margin-top:15px;padding:15px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.application-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.category-products{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.process-premium{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px}.process-card{background:#fff;border-radius:30px;padding:40px 20px;text-align:center;position:relative;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;overflow:hidden}.process-card:hover{transform:translateY(-5px);border-color:#7c3aed;box-shadow:0 20px 30px -10px #7c3aed26}.process-number{position:absolute;top:10px;right:20px;font-size:2.5rem;font-weight:800;color:#217e291a;line-height:1}.process-icon{color:var(--apple-green);font-size:2rem;margin-bottom:20px}.process-card h3{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:10px}.process-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:15px}.process-details{display:inline-block;font-size:.75rem;font-weight:600;color:#14532d;background:#e9ffe8;padding:4px 12px;border-radius:30px}.benefits-premium{background:linear-gradient(135deg,#faf5ff,#fff)}.benefits-grid-seeds{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.benefit-card-seeds{display:flex;align-items:flex-start;gap:20px;padding:30px;background:#fff;border-radius:30px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.benefit-card-seeds:hover{transform:translateY(-5px);border-color:#7c3aed;box-shadow:0 20px 30px -10px #7c3aed26}.benefit-icon{width:70px;height:70px;background:#ffffff2a;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#14532d;font-size:2rem;flex-shrink:0}.benefit-content h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:10px}.benefit-content p{font-size:.9rem;color:#6b7280;line-height:1.5;margin-bottom:15px}.benefit-stat{display:inline-block;padding:4px 12px;background:#e8fff0;border-radius:30px;font-size:.8rem;font-weight:600;color:#14532d}.production-section{background:#fff}.production-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.production-content h2{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.production-content p{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:30px}.production-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.production-feature{display:flex;align-items:center;gap:12px;padding:15px;background:#f9fafb;border-radius:16px;border:1px solid #e5e7eb}.production-feature svg{color:#7c3aed;width:20px;height:20px}.production-feature span{font-size:.95rem;font-weight:500;color:#1f2937}.production-image img{width:100%;height:400px;object-fit:cover;border-radius:40px;box-shadow:0 25px 50px -12px #00000040}.testimonial-seeds{background:linear-gradient(135deg,#faf5ff,#fff)}.testimonial-card-seeds{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-mark{font-size:6rem;color:#7c3aed;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.author-avatar{width:70px;height:70px;background:linear-gradient(135deg,#7c3aed,#a78bfa);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.global-grid-seeds{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.global-card-seeds{background:#fff;border-radius:40px;padding:40px 30px;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease}.global-card-seeds:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #7c3aed4d}.global-title{font-size:1.1rem;font-weight:600;color:#7c3aed;margin-bottom:20px}.cta-premium-seeds{background:#14532d;padding:100px 0}.cta-card-seeds{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-seeds h2{font-size:3rem;font-weight:800;margin-bottom:20px;color:#fff}.cta-card-seeds p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-button.secondary:hover{background:#fff;color:#7c3aed;transform:translateY(-5px)}@media(max-width:1024px){.categories-grid-seeds,.benefits-grid-seeds,.pillars-grid-seeds,.global-grid-seeds,.process-grid{grid-template-columns:repeat(2,1fr)}.production-showcase{grid-template-columns:1fr;gap:40px}.stats-grid-seeds{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.seeds-section{padding:80px 0}.section-title{font-size:2rem}.seeds-hero-content{grid-template-columns:1fr;gap:40px}.seeds-hero-title{font-size:3rem}.intro-title{font-size:2.2rem}.categories-grid-seeds,.benefits-grid-seeds,.pillars-grid-seeds,.global-grid-seeds,.process-grid,.stats-grid-seeds{grid-template-columns:1fr}.benefit-card-seeds{flex-direction:column;text-align:center}.testimonial-card-seeds{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-seeds h2{font-size:2rem}.seeds-hero-image img{height:300px}.production-features{grid-template-columns:1fr}}@media(max-width:480px){.intro-premium-seeds{padding:40px 20px}.category-features,.application-tags{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.global-card-header{flex-direction:column;gap:15px}.process-card{padding:30px 15px}}.intermediates-page{font-family:Inter,sans-serif;overflow-x:hidden;background:#fff}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.intermediates-section{padding:120px 0}.section-title{font-size:2.75rem;font-weight:800;color:#111827;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em}.section-title.centered{text-align:center}.section-subtitle{font-size:1.25rem;color:#4b5563;max-width:700px;margin-bottom:3rem;line-height:1.6}.section-subtitle.centered{margin-left:auto;margin-right:auto;text-align:center}.dark-bg{background:#0f172a;color:#fff}.intermediates-hero{width:100%;padding:60px 0 40px}.intermediates-breadcrumb{max-width:1400px;margin:0 auto 40px;padding:0 20px;font-size:1rem;color:#6b7280}.intermediates-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .4s ease}.intermediates-breadcrumb a:hover{color:#d97706}.intermediates-breadcrumb .separator{margin:0 10px}.intermediates-breadcrumb .current{color:#1f2937;font-weight:500}.intermediates-hero-content{max-width:1400px;margin:0 auto 60px;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px}.intermediates-hero-title{font-size:4.5rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.02em}.intermediates-hero-paragraph{font-size:1.25rem;line-height:1.6;color:#4b5563;margin-bottom:24px}.intermediates-hero-paragraph:last-child{margin-bottom:0}.intermediates-hero-image{width:100%;overflow:hidden;height:500px;border-radius:40px;display:flex;align-items:center;justify-content:center}.intermediates-hero-image img{width:100%;height:500px;object-fit:cover;border-radius:40px;display:block}.intermediates-stats-section{padding:60px 0;background:linear-gradient(135deg,#fffbeb,#fff);border-bottom:1px solid #e5e7eb}.stats-grid-intermediates{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto}.stat-card-intermediates{text-align:center;padding:30px 20px;background:#fff;border-radius:24px;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card-intermediates:hover{transform:translateY(-5px);box-shadow:0 20px 40px -15px #d9770633;border-color:#d97706}.stat-icon{width:60px;height:60px;background:#cdfec7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:#059669;font-size:1.5rem}.stat-number{font-size:2.5rem;font-weight:800;color:#14532d;line-height:1;margin-bottom:8px}.stat-label{font-size:.95rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.intro-premium-intermediates{max-width:900px;margin:0 auto;text-align:center;padding:60px;background:linear-gradient(135deg,#fffbeb,#fff);border-radius:60px;border:1px solid #e5e7eb}.intro-badge{display:inline-block;padding:8px 20px;background:#14532d;color:#fff;border-radius:50px;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:20px}.intro-title{font-size:3rem;font-weight:800;color:#111827;margin-bottom:30px;line-height:1.2}.intro-paragraph{font-size:1.2rem;line-height:1.7;color:#4b5563;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.intro-highlight-intermediates{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px;background:#fff;border-radius:50px;color:#d97706;font-weight:500;font-size:1rem;box-shadow:0 5px 15px -5px #0000000d;border:1px solid #e5e7eb}.capabilities-premium{background:#fff}.capabilities-header{text-align:center;margin-bottom:60px}.capabilities-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.capability-card-premium{border-radius:30px;padding:40px 30px;color:#fff;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.capability-card-premium:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.capability-card-premium:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.capability-icon{width:70px;height:70px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;font-size:2rem;position:relative;z-index:2}.capability-card-premium h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;position:relative;z-index:2}.capability-card-premium p{font-size:.9rem;opacity:.9;line-height:1.5;position:relative;z-index:2}.categories-premium{background:linear-gradient(135deg,#fffbeb,#fff)}.categories-grid-intermediates{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.category-card-intermediates{border-radius:40px;padding:50px 30px;color:#fff;position:relative;transition:all .3s ease;overflow:hidden;cursor:pointer;min-height:500px;display:flex;flex-direction:column}.category-card-intermediates:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:.5}.category-card-intermediates:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 30px 50px -20px #0000004d}.category-badge{position:absolute;top:20px;right:20px;background:#fff3;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.category-icon-wrapper{position:relative;width:100px;height:100px;margin:0 auto 30px;z-index:2}.icon-background{position:absolute;width:100%;height:100%;background:#ffffff1a;border-radius:50%;transform:scale(.8);transition:transform .3s ease}.category-card-intermediates:hover .icon-background{transform:scale(1)}.icon-main{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.category-title{font-size:1.3rem;font-weight:700;margin-bottom:15px;text-align:center;position:relative;z-index:2;color:#fff}.category-description{font-size:.9rem;line-height:1.6;margin-bottom:20px;opacity:.9;text-align:center;position:relative;z-index:2;flex:1;color:#fff}.category-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px;position:relative;z-index:2}.category-features span{background:#fff3;padding:4px 12px;border-radius:30px;font-size:.7rem;font-weight:600}.category-applications{margin-top:15px;padding:15px;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:2}.category-applications h4{font-size:.9rem;font-weight:600;margin-bottom:10px;opacity:.9;color:#fff}.application-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.application-tags span{background:#ffffff4d;padding:3px 10px;border-radius:30px;font-size:.7rem;font-weight:500}.category-specs{display:flex;flex-wrap:wrap;gap:6px}.category-specs span{background:#ffffff4d;padding:3px 10px;border-radius:30px;font-size:.7rem;font-weight:500}.compliance-premium{background:#fff}.compliance-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.compliance-card-premium{background:#fff;border-radius:30px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.compliance-card-premium:hover{transform:translateY(-5px);border-color:#14532d;box-shadow:0 20px 30px -10px #d9770626}.compliance-icon{width:80px;height:80px;background:#cbfec7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;color:#14532d;font-size:2rem}.compliance-card-premium h3{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:15px}.compliance-card-premium p{font-size:.95rem;color:#6b7280;line-height:1.5;margin-bottom:20px;flex:1}.compliance-features{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.compliance-features span{background:#f3f4f6;padding:4px 12px;border-radius:30px;font-size:.7rem;font-weight:600;color:#4b5563}.compliance-stat{display:inline-block;padding:6px 16px;background:#c7feca;border-radius:30px;font-size:.8rem;font-weight:600;color:#14532d;margin-top:auto}.process-section{background:linear-gradient(135deg,#fffbeb,#fff)}.process-steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;position:relative}.process-step-card{background:#fff;border-radius:30px;padding:40px 20px;text-align:center;position:relative;box-shadow:0 10px 30px -10px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.process-step-card:hover{transform:translateY(-5px);border-color:#14532d;box-shadow:0 20px 30px -10px #d9770626}.step-number{font-size:2.5rem;font-weight:800;color:#ffffff1a;line-height:1;margin-bottom:15px}.process-step-card h3{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:10px}.process-step-card p{font-size:.85rem;color:#6b7280;line-height:1.5}.step-connector{position:absolute;top:50%;right:-15px;width:30px;height:2px;background:linear-gradient(90deg,#059669,#10b981);opacity:.3}.infrastructure-premium{background:#14532d;color:#fff}.infrastructure-showcase{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.infrastructure-left h2{font-size:2.5rem;font-weight:800;margin-bottom:30px;line-height:1.2;color:#fff}.infrastructure-left p{font-size:1.1rem;line-height:1.7;color:#fffc;margin-bottom:40px}.infrastructure-features{display:flex;flex-direction:column;gap:25px}.infrastructure-feature{display:flex;align-items:center;gap:20px;padding:20px;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.infrastructure-feature:hover{transform:translate(10px);background:#ffffff1a}.feature-icon{width:60px;height:60px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0}.infrastructure-feature h4{font-size:1.1rem;font-weight:700;margin-bottom:5px;color:#fff}.infrastructure-feature p{font-size:.9rem;color:#ffffffb3;margin-bottom:8px}.feature-stats{font-size:.8rem;font-weight:600;color:#fff}.infrastructure-right img{width:100%;height:500px;object-fit:cover;border-radius:40px;box-shadow:0 25px 50px -12px #00000080}.global-premium{background:#fff}.global-grid-intermediates{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.global-card-intermediates{background:#fff;border-radius:40px;padding:40px 30px;box-shadow:0 15px 35px -10px #0000001a;border:1px solid #e5e7eb;border-top:6px solid;transition:all .3s ease}.global-card-intermediates:hover{transform:translateY(-10px);box-shadow:0 30px 50px -20px #d977064d}.global-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.global-flag{font-size:3rem}.global-badge{padding:6px 16px;border-radius:30px;color:#fff;font-size:.8rem;font-weight:600}.global-country{font-size:1.8rem;font-weight:800;color:#111827;margin-bottom:10px}.global-title{font-size:1.1rem;font-weight:600;color:#d97706;margin-bottom:20px}.global-description{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:25px}.global-stats{display:flex;gap:10px;flex-wrap:wrap}.global-stats span{background:#f3f4f6;padding:6px 14px;border-radius:30px;font-size:.8rem;font-weight:600;color:#374151}.partnerships-premium{background:linear-gradient(135deg,#fffbeb,#fff)}.partnerships-card-premium{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;box-shadow:0 25px 50px -12px #00000026;border:1px solid #e5e7eb}.partnerships-icon{width:80px;height:80px;background:#d97706;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;color:#fff;font-size:2rem}.partnerships-card-premium h2{font-size:2.2rem;font-weight:800;color:#111827;margin-bottom:20px}.partnerships-card-premium p{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:30px}.partnership-tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.partnership-tags span{background:#f3f4f6;padding:8px 20px;border-radius:30px;font-size:.9rem;font-weight:600;color:#374151;border:1px solid #e5e7eb}.testimonial-intermediates{background:#fff}.testimonial-card-intermediates{max-width:800px;margin:0 auto;background:#fff;border-radius:60px;padding:60px;text-align:center;position:relative;border:1px solid #e5e7eb;box-shadow:0 25px 50px -12px #00000026}.quote-mark{font-size:6rem;color:#d97706;opacity:.2;position:absolute;top:20px;left:40px;font-family:serif;line-height:1}.testimonial-text{font-size:1.3rem;font-weight:500;color:#111827;line-height:1.6;margin-bottom:40px;position:relative;z-index:2}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:20px}.author-avatar{width:70px;height:70px;background:linear-gradient(135deg,#d97706,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.author-name{font-size:1.2rem;font-weight:700;color:#111827;margin-bottom:5px}.author-title{font-size:.95rem;color:#6b7280}.cta-premium-intermediates{background:linear-gradient(135deg,#d97706,#f59e0b,#fbbf24);padding:100px 0}.cta-card-intermediates{max-width:800px;margin:0 auto;text-align:center;color:#fff}.cta-card-intermediates h2{font-size:3rem;font-weight:800;margin-bottom:20px}.cta-card-intermediates p{font-size:1.2rem;margin-bottom:40px;opacity:.95}.cta-buttons-premium{display:flex;gap:20px;justify-content:center}.cta-button{padding:16px 40px;border-radius:50px;font-size:1.1rem;font-weight:600;display:inline-flex;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;border:none}.cta-button.primary{background:#fff;color:#059669;box-shadow:0 10px 20px -5px #0003}.cta-button.primary:hover{transform:translateY(-5px);box-shadow:0 20px 30px -8px #0000004d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#d97706;transform:translateY(-5px)}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translate(5px)}@media(max-width:1024px){.categories-grid-intermediates,.compliance-grid-premium,.capabilities-grid-premium,.global-grid-intermediates,.process-steps-grid{grid-template-columns:repeat(2,1fr)}.infrastructure-showcase{grid-template-columns:1fr;gap:40px}.stats-grid-intermediates{grid-template-columns:repeat(2,1fr)}.step-connector{display:none}}@media(max-width:768px){.intermediates-section{padding:80px 0}.section-title{font-size:2rem}.intermediates-hero-content{grid-template-columns:1fr;gap:40px}.intermediates-hero-title{font-size:3rem}.intro-title{font-size:2.2rem}.categories-grid-intermediates,.compliance-grid-premium,.capabilities-grid-premium,.global-grid-intermediates,.process-steps-grid,.stats-grid-intermediates{grid-template-columns:1fr}.testimonial-card-intermediates{padding:40px 20px}.testimonial-text{font-size:1.1rem}.cta-buttons-premium{flex-direction:column;max-width:300px;margin:0 auto}.cta-card-intermediates h2{font-size:2rem}.intermediates-hero-image img,.infrastructure-right img{height:300px}.infrastructure-feature{flex-direction:column;text-align:center}}@media(max-width:480px){.intro-premium-intermediates{padding:40px 20px}.category-features,.application-tags,.category-specs{justify-content:center}.testimonial-author{flex-direction:column;text-align:center}.global-card-header{flex-direction:column;gap:15px}.partnership-tags{flex-direction:column}.process-step-card{padding:30px 15px}}
