*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{min-height:100vh}:root{--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--teal-400: #2dd4bf;--teal-500: #14b8a6;--teal-600: #0d9488;--cyan-400: #22d3ee;--cyan-500: #06b6d4;--cyan-600: #0891b2;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--white: #ffffff}.app-container{min-height:100vh;background:linear-gradient(to bottom right,var(--slate-50),var(--white),var(--slate-100))}.nav{position:fixed;top:0;width:100%;z-index:50;transition:all .5s}.nav.scrolled{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.nav-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.nav-container{padding:0 1.5rem}}@media (min-width: 1024px){.nav-container{padding:0 2rem}}.nav-content{display:flex;justify-content:space-between;align-items:center;height:80px}.nav-logo-container{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:transform .3s}.nav-logo-container:hover{transform:scale(1.05)}.nav-logo-img{height:65px;width:auto;object-fit:contain}.nav-logo-text{font-size:1.875rem;font-weight:900;background:linear-gradient(to right,var(--emerald-600),var(--teal-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0}.nav-menu{display:none;gap:.25rem}@media (min-width: 768px){.nav-menu{display:flex}}.nav-button{padding:.5rem 1rem;color:var(--slate-700);font-weight:500;border-radius:.5rem;transition:all .3s;background:none;border:none;cursor:pointer;text-transform:capitalize}.nav-button:hover{color:var(--emerald-600);background:var(--emerald-50)}.mobile-menu-button{display:block;color:var(--slate-700);background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-button:hover{color:var(--emerald-600)}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu{display:block;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--slate-200);box-shadow:0 20px 25px -5px #0000001a}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-menu-item{display:block;width:100%;text-align:left;padding:.75rem 2rem;color:var(--slate-700);font-weight:500;background:none;border:none;cursor:pointer;text-transform:capitalize;transition:all .3s}.mobile-menu-item:hover{background:var(--emerald-50);color:var(--emerald-600)}.hero{position:relative;padding:8rem 1rem 6rem;min-height:100vh;display:flex;align-items:center;overflow:hidden}@media (min-width: 640px){.hero{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.hero{padding-left:2rem;padding-right:2rem}}.hero-bg-1{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom right,#10b9811a,#14b8a60d,#06b6d41a)}.hero-bg-2{position:absolute;top:5rem;right:0;width:24rem;height:24rem;background:linear-gradient(to bottom right,#34d3994d,#2dd4bf4d);border-radius:50%;filter:blur(80px);animation:pulse 2s ease-in-out infinite}.hero-bg-3{position:absolute;bottom:0;left:0;width:24rem;height:24rem;background:linear-gradient(to top right,#22d3ee4d,#2dd4bf4d);border-radius:50%;filter:blur(80px);animation:pulse 2s ease-in-out infinite;animation-delay:1s}.hero-content{max-width:1280px;margin:0 auto;position:relative;z-index:10;width:100%}.hero-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-text{text-align:center}@media (min-width: 1024px){.hero-text{text-align:left}}.hero-badge{display:inline-block;background:linear-gradient(to right,var(--emerald-600),var(--teal-600));color:var(--white);padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:700;box-shadow:0 20px 25px -5px #0000001a;margin-bottom:1.5rem}.hero-title{font-size:3rem;font-weight:900;color:var(--slate-900);margin-bottom:1.5rem;line-height:1.1}@media (min-width: 1024px){.hero-title{font-size:4.5rem}}.hero-title-gradient{background:linear-gradient(to right,var(--emerald-600),var(--teal-600),var(--cyan-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.25rem;color:var(--slate-600);margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.hero-description{margin-left:0;margin-right:0}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}@media (min-width: 1024px){.hero-buttons{justify-content:flex-start}}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.hero-stat{text-align:center}@media (min-width: 1024px){.hero-stat{text-align:left}}.hero-stat-number{font-size:2.25rem;font-weight:900}.hero-stat-number.emerald{color:var(--emerald-600)}.hero-stat-number.teal{color:var(--teal-600)}.hero-stat-number.cyan{color:var(--cyan-600)}.hero-stat-label{font-size:.875rem;color:var(--slate-600);font-weight:500}.hero-image{position:relative;display:none}@media (min-width: 1024px){.hero-image{display:block}}.hero-image img{border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;transform:scale(1);transition:transform .5s}.hero-image img:hover{transform:scale(1.05)}.btn{padding:.75rem 1.5rem;border-radius:.75rem;font-weight:600;transition:all .3s;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px #0000001a;transform:scale(1);cursor:pointer;border:none;font-size:1rem}.btn:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.btn-primary{background:linear-gradient(to right,var(--emerald-600),var(--teal-600));color:var(--white)}.btn-primary:hover{background:linear-gradient(to right,var(--emerald-700),var(--teal-600))}.btn-outline{border:2px solid var(--emerald-600);color:var(--emerald-600);background:transparent}.btn-outline:hover{background:var(--emerald-600);color:var(--white)}.btn-full{width:100%}.btn-icon{margin-left:.5rem}.section{padding:6rem 1rem}@media (min-width: 640px){.section{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.section{padding-left:2rem;padding-right:2rem}}.section-white{background:var(--white)}.section-gradient{background:linear-gradient(to bottom right,var(--slate-50),var(--white))}.section-container{max-width:1280px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-block;background:linear-gradient(to right,var(--emerald-600),var(--teal-600));color:var(--white);padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:700;box-shadow:0 20px 25px -5px #0000001a;margin-bottom:1rem}.section-title{font-size:3rem;font-weight:900;color:var(--slate-900);margin-bottom:1rem}.section-description{font-size:1.25rem;color:var(--slate-600)}.carousel-container{position:relative;max-width:80rem;margin:0 auto}.carousel-wrapper{overflow:hidden;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}.carousel-slides{position:relative;height:500px}.carousel-slide{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .7s}.carousel-slide.active{opacity:1;transform:scale(1)}.carousel-slide.inactive{opacity:0;transform:scale(.95)}.carousel-slide img{width:100%;height:100%;object-fit:cover}.carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,23,42,.9),rgba(15,23,42,.5),transparent);display:flex;align-items:flex-end}.carousel-content{padding:3rem;width:100%}.carousel-badge{display:inline-block;background:var(--emerald-600);color:var(--white);padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:700;margin-bottom:1rem}.carousel-title{font-size:2.25rem;font-weight:900;color:var(--white);margin-bottom:.75rem}.carousel-description{font-size:1.125rem;color:#e2e8f0}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;padding:.75rem;border-radius:50%;box-shadow:0 20px 25px -5px #0000001a;transition:all .3s;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel-button:hover{background:var(--white);transform:translateY(-50%) scale(1.1)}.carousel-button-left{left:1rem}.carousel-button-right{right:1rem}.carousel-dots{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.carousel-dot{height:.5rem;border-radius:9999px;transition:all .3s;border:none;cursor:pointer;padding:0}.carousel-dot.active{width:2rem;background:var(--emerald-600)}.carousel-dot.inactive{width:.5rem;background:var(--slate-300)}.carousel-dot.inactive:hover{background:var(--slate-400)}.product-grid{display:grid;gap:2rem}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--white);padding:2rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a;transition:all .5s;transform:translateY(0)}.product-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-.5rem)}.product-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s}.product-card:hover .product-icon{transform:scale(1.1)}.product-icon.emerald{background:linear-gradient(to bottom right,var(--emerald-500),var(--emerald-600))}.product-icon.teal{background:linear-gradient(to bottom right,var(--teal-500),var(--teal-600))}.product-icon.cyan{background:linear-gradient(to bottom right,var(--cyan-500),var(--cyan-600))}.product-icon svg{color:var(--white)}.product-title{font-size:1.5rem;font-weight:700;color:var(--slate-900);margin-bottom:1rem}.product-description{color:var(--slate-600);margin-bottom:1rem}.product-link{display:flex;align-items:center;font-weight:600;transition:transform .3s}.product-link.emerald{color:var(--emerald-600)}.product-link.teal{color:var(--teal-600)}.product-link.cyan{color:var(--cyan-600)}.product-card:hover .product-link{transform:translate(.5rem)}.product-link-icon{margin-left:.5rem}.what-we-do-grid{display:grid;gap:4rem;align-items:center}@media (min-width: 1024px){.what-we-do-grid{grid-template-columns:repeat(2,1fr)}}.what-we-do-list{display:flex;flex-direction:column;gap:2rem}.what-we-do-item{display:flex;align-items:flex-start;padding:1.5rem;border-radius:1rem;transition:all .3s}.what-we-do-item:hover{background:#10b9810d}.what-we-do-icon{border-radius:1rem;padding:.75rem;margin-right:1.25rem;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s;flex-shrink:0}.what-we-do-item:hover .what-we-do-icon{transform:scale(1.1)}.what-we-do-icon.emerald{background:linear-gradient(to bottom right,var(--emerald-500),var(--emerald-600))}.what-we-do-icon.teal{background:linear-gradient(to bottom right,var(--teal-500),var(--teal-600))}.what-we-do-icon.cyan{background:linear-gradient(to bottom right,var(--cyan-500),var(--cyan-600))}.what-we-do-icon svg{color:var(--white)}.what-we-do-content h3{font-size:1.5rem;font-weight:700;color:var(--slate-900);margin-bottom:.75rem}.what-we-do-content p{color:var(--slate-600)}.markets-card{background:var(--white);padding:2.5rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}.markets-title{font-size:1.875rem;font-weight:900;color:var(--slate-900);margin-bottom:2rem}.market-item{border-left:4px solid;padding-left:1.5rem;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:1.5rem;border-radius:0 .5rem .5rem 0;transition:all .3s}.market-item.emerald{border-color:var(--emerald-500)}.market-item.emerald:hover{background:#10b9810d}.market-item.teal{border-color:var(--teal-500)}.market-item.teal:hover{background:#14b8a60d}.market-item.cyan{border-color:var(--cyan-500)}.market-item.cyan:hover{background:#06b6d40d}.market-name{font-weight:700;font-size:1.25rem;color:var(--slate-900);margin-bottom:.5rem}.market-description{color:var(--slate-600)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{text-align:center;padding:1.5rem;background:var(--white);border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s;transform:translateY(0)}.stat-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-.25rem)}.stat-icon{color:var(--emerald-600);margin:0 auto .75rem}.stat-number{font-size:1.875rem;font-weight:900;color:var(--slate-900)}.stat-label{font-size:.875rem;color:var(--slate-600);font-weight:500}.contact-container{max-width:80rem;margin:0 auto}.contact-form{background:var(--white);box-shadow:0 25px 50px -12px #00000040;border-radius:1.5rem;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:700;color:var(--slate-700);margin-bottom:.5rem;text-transform:capitalize}.form-input,.form-textarea{width:100%;padding:1rem 1.25rem;border:2px solid var(--slate-200);border-radius:.75rem;outline:none;transition:all .3s;font-family:inherit;font-size:1rem}.form-input:focus,.form-textarea:focus{border-color:var(--emerald-500);box-shadow:0 0 0 2px #10b98133}.form-input-error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.form-input-error:focus{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.form-textarea{resize:none;min-height:120px}.form-error{display:block;color:#ef4444;font-size:.875rem;margin-top:.5rem;font-weight:500}.form-status{padding:1rem 1.25rem;border-radius:.75rem;font-weight:500;margin-bottom:1.5rem;text-align:center}.form-status-success{background:var(--emerald-50);border:2px solid rgba(16,185,129,.2);color:var(--emerald-700)}.form-status-error{background:#fef2f2;border:2px solid rgba(239,68,68,.2);color:#dc2626}.form-status-info{background:#fef3c7;border:2px solid rgba(245,158,11,.2);color:#92400e}.btn:disabled{opacity:.6;cursor:not-allowed;transform:scale(1)!important}.btn:disabled:hover{transform:scale(1)!important}.contact-info{display:flex;justify-content:center;align-items:center;margin-top:4rem}.contact-info-item{text-align:center;display:flex;flex-direction:column;align-items:center}.contact-icon{background:linear-gradient(to bottom right,var(--emerald-500),var(--teal-500));width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #0000001a;transition:transform .3s}.contact-info-item:hover .contact-icon{transform:scale(1.1)}.contact-icon svg{color:var(--white)}.contact-label{font-weight:700;color:var(--slate-900);margin-bottom:.5rem;font-size:1.125rem}.contact-value{color:var(--slate-600)}.contact-link{color:var(--slate-600);text-decoration:none;transition:color .3s;display:inline-block}.contact-link:hover{color:var(--emerald-600);text-decoration:underline}.footer{background:linear-gradient(to bottom right,var(--slate-900),var(--slate-800));color:var(--white);padding:3rem 1rem}.footer-container{max-width:1280px;margin:0 auto;text-align:center}.footer-logo-img{height:80px;width:auto;margin:0 auto .75rem;display:block;object-fit:contain}.footer-description{color:#cbd5e1;margin-bottom:1.5rem;font-size:1.125rem}.footer-divider{border-top:1px solid var(--slate-700);padding-top:1.5rem}.footer-copyright{font-size:.875rem;color:var(--slate-400)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hidden{display:none}@media (min-width: 1024px){.hidden-lg{display:none}}
