@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-slate-950:#0a0f1a;--color-slate-900:#111827;--color-slate-800:#1e293b;--color-slate-700:#334155;--color-slate-600:#475569;--color-slate-500:#64748b;--color-slate-400:#94a3b8;--color-slate-300:#cbd5e1;--color-emerald-700:#047857;--color-emerald-600:#059669;--color-emerald-500:#10b981;--color-emerald-400:#34d399;--color-emerald-300:#6ee7b7;--color-emerald-glow:#10b98126;--color-emerald-glow-strong:#10b9814d;--color-copper-600:#d97706;--color-copper-500:#f59e0b;--color-copper-400:#fbbf24;--color-cobalt-600:#2563eb;--color-cobalt-500:#3b82f6;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-300:#d1d5db;--color-gray-800:#1f2937;--font-heading:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-emerald:0 0 20px #10b98133;--shadow-emerald-lg:0 0 40px #10b98126;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--container-max:1280px;--container-narrow:960px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--color-slate-900);background:var(--color-white);font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}h4{font-size:clamp(1.1rem,2vw,1.35rem)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);padding:0 var(--space-xl);margin:0 auto}.container-narrow{max-width:var(--container-narrow);padding:0 var(--space-xl);margin:0 auto}.section{padding:var(--space-5xl) 0}.section-dark{background:var(--color-slate-900);color:var(--color-white)}.section-light{background:var(--color-gray-50)}.section-gradient{background:linear-gradient(180deg, var(--color-slate-900) 0%, var(--color-slate-950) 100%);color:var(--color-white)}.section-label{align-items:center;gap:var(--space-sm);font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--color-emerald-500);margin-bottom:var(--space-md);font-size:.8rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--color-emerald-500);border-radius:var(--radius-full);width:24px;height:2px}.section-title{margin-bottom:var(--space-lg)}.section-subtitle{color:var(--color-slate-500);max-width:640px;font-size:1.1rem;line-height:1.7}.section-subtitle-light{color:var(--color-slate-400)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.btn{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);transition:all var(--transition-base);white-space:nowrap;padding:.8rem 1.8rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--color-emerald-600) 0%, var(--color-emerald-500) 100%);color:var(--color-white);box-shadow:var(--shadow-emerald)}.btn-primary:hover{background:linear-gradient(135deg, var(--color-emerald-500) 0%, var(--color-emerald-400) 100%);box-shadow:var(--shadow-emerald-lg);transform:translateY(-2px)}.btn-secondary{color:var(--color-white);border:1.5px solid var(--color-slate-600);background:0 0}.btn-secondary:hover{border-color:var(--color-emerald-500);color:var(--color-emerald-400);background:var(--color-emerald-glow)}.btn-outline-dark{color:var(--color-slate-900);border:1.5px solid var(--color-slate-300);background:0 0}.btn-outline-dark:hover{border-color:var(--color-emerald-500);color:var(--color-emerald-600)}.btn-lg{border-radius:var(--radius-lg);padding:1rem 2.2rem;font-size:1.05rem}.btn-sm{padding:.55rem 1.2rem;font-size:.85rem}.card{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);padding:var(--space-2xl);transition:all var(--transition-base)}.card:hover{border-color:var(--color-emerald-400);box-shadow:var(--shadow-lg), 0 0 0 1px #10b9811a;transform:translateY(-4px)}.card-dark{background:var(--color-slate-800);border:1px solid var(--color-slate-700)}.card-dark:hover{border-color:var(--color-emerald-500);background:linear-gradient(135deg, var(--color-slate-800), #10b9810d);box-shadow:var(--shadow-emerald)}.card-icon{border-radius:var(--radius-md);background:var(--color-emerald-glow);width:52px;height:52px;margin-bottom:var(--space-lg);color:var(--color-emerald-500);transition:all var(--transition-base);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.card:hover .card-icon{background:var(--color-emerald-glow-strong);transform:scale(1.1)}.card-dark .card-icon{background:#10b9811a;border:1px solid #10b98133}.card h3,.card h4{margin-bottom:var(--space-sm)}.card p{color:var(--color-slate-500);font-size:.95rem;line-height:1.7}.card-dark p{color:var(--color-slate-400)}.grid{gap:var(--space-xl);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.container{padding:0 var(--space-md)}.section{padding:var(--space-3xl) 0}}.badge{background:var(--color-emerald-glow);color:var(--color-emerald-500);border-radius:var(--radius-full);border:1px solid #10b98133;align-items:center;gap:6px;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-copper{color:var(--color-copper-600);background:#d977061a;border-color:#d9770633}.badge-cobalt{color:var(--color-cobalt-600);background:#2563eb1a;border-color:#2563eb33}.form-group{margin-bottom:var(--space-lg)}.form-label{color:var(--color-slate-700);margin-bottom:var(--space-sm);font-size:.9rem;font-weight:500;display:block}.form-input,.form-select,.form-textarea{width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--color-slate-900);background:var(--color-white);border:1.5px solid var(--color-gray-300);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:.75rem 1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-emerald-500);box-shadow:0 0 0 3px var(--color-emerald-glow)}.form-textarea{resize:vertical;min-height:120px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countUp{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes gridPulse{0%,to{opacity:.03}50%{opacity:.08}}.animate-fade-in-up{animation:.6s ease-out forwards fadeInUp}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-slide-in-left{animation:.6s ease-out forwards slideInLeft}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-slate-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-slate-500)}::selection{background:var(--color-emerald-500);color:var(--color-white)}.divider{background:var(--color-gray-200);height:1px;margin:var(--space-3xl) 0;border:none}.divider-dark{background:var(--color-slate-700)}
.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-base);-webkit-backdrop-filter:blur(16px)saturate(180%);background:#0f172af2;border-bottom:1px solid #ffffff14;padding:.9rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:#090e17;border-bottom:1px solid #10b98140;padding:.6rem 0;box-shadow:0 10px 40px #0009}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:.6rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{transition:transform var(--transition-base);display:flex}.Navbar-module__cJzEcG__logo:hover .Navbar-module__cJzEcG__logoIcon{transform:rotate(-5deg)scale(1.05)}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.Navbar-module__cJzEcG__logoAccent{color:#34d399}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:.25rem;display:flex}.Navbar-module__cJzEcG__navLink{color:#f8fafc;transition:color var(--transition-fast);border-radius:var(--radius-sm);cursor:pointer;font-size:.92rem;font-weight:600;font-family:var(--font-body);background:0 0;border:none;align-items:center;padding:.5rem .85rem;display:flex}.Navbar-module__cJzEcG__navLink:hover{color:#34d399}.Navbar-module__cJzEcG__dropdown{position:relative}.Navbar-module__cJzEcG__dropdownTrigger{margin-bottom:-.75rem;padding-bottom:1.25rem!important}.Navbar-module__cJzEcG__dropdownMenu{border-radius:var(--radius-lg);opacity:0;visibility:hidden;pointer-events:none;background:#0f172a;border:1px solid #10b98159;min-width:400px;padding:.75rem;transition:all .2s ease-out;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 25px 60px #000c,0 0 25px #10b98133}.Navbar-module__cJzEcG__dropdownMenuOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownMenu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}.Navbar-module__cJzEcG__dropdownItem{border-radius:var(--radius-md);transition:all var(--transition-fast);flex-direction:column;gap:.25rem;padding:.85rem 1.1rem;text-decoration:none;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background:#10b98126}.Navbar-module__cJzEcG__dropdownItemName{color:#fff;transition:color var(--transition-fast);font-size:.95rem;font-weight:700}.Navbar-module__cJzEcG__dropdownItem:hover .Navbar-module__cJzEcG__dropdownItemName{color:#34d399}.Navbar-module__cJzEcG__dropdownItemDesc{color:#cbd5e1;transition:color var(--transition-fast);font-size:.82rem;line-height:1.45}.Navbar-module__cJzEcG__dropdownItem:hover .Navbar-module__cJzEcG__dropdownItemDesc{color:#f1f5f9}.Navbar-module__cJzEcG__dropdownDivider{background:#ffffff1a;height:1px;margin:.5rem 0}.Navbar-module__cJzEcG__dropdownViewAll{color:#34d399;border-radius:var(--radius-md);transition:all var(--transition-fast);background:#10b98114;justify-content:space-between;align-items:center;padding:.75rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__dropdownViewAll:hover{color:#6ee7b7;background:#10b98133}.Navbar-module__cJzEcG__navActions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__mobileToggle span{background:var(--color-white);width:22px;height:2px;transition:all var(--transition-fast);border-radius:2px;display:block}.Navbar-module__cJzEcG__mobileToggleActive span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__mobileToggleActive span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__mobileToggleActive span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__mobileMenu{background:var(--color-slate-900);border-top:1px solid var(--color-slate-700);flex-direction:column;padding:1.5rem 2rem 2rem;display:none}.Navbar-module__cJzEcG__mobileLink{color:var(--color-slate-300);border-bottom:1px solid var(--color-slate-800);transition:color var(--transition-fast);padding:.75rem 0;font-size:1rem}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--color-emerald-400)}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__navActions{display:none}.Navbar-module__cJzEcG__mobileToggle,.Navbar-module__cJzEcG__mobileMenu{display:flex}}
.Footer-module__S6Hkya__footer{overflow:hidden}.Footer-module__S6Hkya__ctaStrip{background:linear-gradient(135deg, var(--color-emerald-700) 0%, var(--color-emerald-600) 50%, #047857 100%);padding:3.5rem 0;position:relative}.Footer-module__S6Hkya__ctaStrip:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.Footer-module__S6Hkya__ctaInner{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.Footer-module__S6Hkya__ctaInner h3{color:var(--color-white);margin-bottom:.4rem;font-size:1.6rem}.Footer-module__S6Hkya__ctaInner p{color:#ffffffd9;font-size:1rem}.Footer-module__S6Hkya__ctaButtons{flex-shrink:0;gap:1rem;display:flex}.Footer-module__S6Hkya__ctaButtons .Footer-module__S6Hkya__btn-primary{box-shadow:0 4px 15px #00000026;background:var(--color-white)!important;color:var(--color-emerald-700)!important}.Footer-module__S6Hkya__ctaButtons .Footer-module__S6Hkya__btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.Footer-module__S6Hkya__ctaButtons .Footer-module__S6Hkya__btn-secondary{color:var(--color-white);border-color:#fff6}.Footer-module__S6Hkya__ctaButtons .Footer-module__S6Hkya__btn-secondary:hover{border-color:var(--color-white);background:#ffffff1a}.Footer-module__S6Hkya__main{background:var(--color-slate-900);padding:4rem 0 3rem}.Footer-module__S6Hkya__grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.Footer-module__S6Hkya__brandCol{max-width:320px}.Footer-module__S6Hkya__logo{font-family:var(--font-heading);color:var(--color-white);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:flex}.Footer-module__S6Hkya__accent{color:var(--color-emerald-500)}.Footer-module__S6Hkya__tagline{color:var(--color-slate-400);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__certBadges{flex-wrap:wrap;gap:.5rem;display:flex}.Footer-module__S6Hkya__certBadge{color:var(--color-emerald-400);border-radius:var(--radius-full);background:#10b98114;border:1px solid #10b98133;padding:.3rem .7rem;font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__colTitle{color:var(--color-white);font-size:.95rem;font-weight:700;font-family:var(--font-heading);margin-bottom:1.25rem}.Footer-module__S6Hkya__footerLink{color:var(--color-slate-400);transition:color var(--transition-fast);padding:.35rem 0;font-size:.9rem;display:block}.Footer-module__S6Hkya__footerLink:hover{color:var(--color-emerald-400)}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:.75rem;display:flex}.Footer-module__S6Hkya__contactItem{color:var(--color-slate-400);align-items:flex-start;gap:.6rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__contactItem a{color:var(--color-slate-400);transition:color var(--transition-fast)}.Footer-module__S6Hkya__contactItem a:hover{color:var(--color-emerald-400)}.Footer-module__S6Hkya__contactIcon{margin-top:2px;font-size:.85rem}.Footer-module__S6Hkya__bottom{background:var(--color-slate-950);border-top:1px solid var(--color-slate-800);padding:1.25rem 0}.Footer-module__S6Hkya__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__bottomInner p{color:var(--color-slate-500);font-size:.85rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:var(--color-slate-500);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--color-emerald-400)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__S6Hkya__ctaInner{text-align:center;flex-direction:column}}@media (max-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:.75rem}.Footer-module__S6Hkya__ctaButtons{flex-direction:column;width:100%}}
