@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&display=swap";
:root{--bg-color:#fff;--bg-alt:#f8fafc;--text-color:#0f172a;--text-muted:#334155;--primary-color:#059669;--primary-hover:#047857;--secondary-color:#1e3a8a;--secondary-hover:#172554;--accent-color:#10b981;--surface-color:#fff;--glass-border:#e2e8f0;--glass-shadow:0 10px 30px -10px #0f172a14;--font-main:"Inter", sans-serif;--font-heading:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:#0f172a;font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-main)}.glass{background:var(--surface-color);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:12px;transition:transform .3s,box-shadow .3s}.glass:hover{transform:translateY(-4px);box-shadow:0 20px 40px -15px #0f172a1f}.btn-primary{background:var(--primary-color);color:#fff;border:2px solid var(--primary-color);border-radius:6px;justify-content:center;align-items:center;padding:12px 28px;font-weight:600;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 4px 12px #05966926}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #05966940}.btn-secondary{background:var(--secondary-color);color:#fff;border:2px solid var(--secondary-color);border-radius:6px;justify-content:center;align-items:center;padding:12px 28px;font-weight:600;transition:all .2s ease-in-out;display:inline-flex;box-shadow:0 4px 12px #1e3a8a26}.btn-secondary:hover{background:var(--secondary-hover);border-color:var(--secondary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #1e3a8a40}.btn-outline{color:var(--secondary-color);border:2px solid var(--secondary-color);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:12px 28px;font-weight:600;transition:all .2s ease-in-out;display:inline-flex}.btn-outline:hover{background:var(--secondary-color);color:#fff;transform:translateY(-2px)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}html{scroll-behavior:smooth}.fade-in{animation:.8s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.text-gradient{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}
.Navbar-module__cRh5nW__header{z-index:1000;border-bottom:1px solid var(--border-color);background:#fff;width:100%;padding:1.2rem 0;position:fixed;top:0;left:0;box-shadow:0 4px 20px #0f172a0a}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cRh5nW__logoWrapper{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logoPrimary{font-family:var(--font-heading);color:var(--secondary-color);letter-spacing:-.5px;font-size:1.6rem;font-weight:800}.Navbar-module__cRh5nW__logoAccent{color:var(--primary-color)}.Navbar-module__cRh5nW__logoSeparator{color:var(--border-color);font-size:1.4rem;font-weight:300}.Navbar-module__cRh5nW__logoSecondary{font-family:var(--font-heading);color:var(--text-muted);font-size:1.2rem;font-weight:600}.Navbar-module__cRh5nW__nav{display:none}.Navbar-module__cRh5nW__navList{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__cRh5nW__navList a{color:var(--text-color);padding:.5rem 0;font-size:.95rem;font-weight:600;transition:all .2s}.Navbar-module__cRh5nW__navList a:hover,.Navbar-module__cRh5nW__activeLink{color:var(--primary-color)!important}.Navbar-module__cRh5nW__dropdownItem{position:relative}.Navbar-module__cRh5nW__dropdownHeader{cursor:pointer;align-items:center;gap:.3rem;display:flex}.Navbar-module__cRh5nW__arrow{color:var(--text-muted);font-size:.7rem;transition:transform .2s}.Navbar-module__cRh5nW__dropdownItem:hover .Navbar-module__cRh5nW__arrow{color:var(--primary-color);transform:rotate(180deg)}.Navbar-module__cRh5nW__dropdownMenu{border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:1001;background:#fff;border-radius:8px;width:580px;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(15px);box-shadow:0 15px 35px #0f172a1f}.Navbar-module__cRh5nW__dropdownItem:hover .Navbar-module__cRh5nW__dropdownMenu,.Navbar-module__cRh5nW__dropdownActive .Navbar-module__cRh5nW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cRh5nW__dropdownGrid{grid-template-columns:repeat(2,1fr);gap:.8rem 1.2rem;display:grid}.Navbar-module__cRh5nW__dropdownLink{border-radius:6px;align-items:flex-start;gap:.6rem;padding:.6rem;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cRh5nW__dropdownLink:hover{background:var(--bg-alt)}.Navbar-module__cRh5nW__serviceIcon{font-size:1.2rem;line-height:1}.Navbar-module__cRh5nW__serviceTitle{transition:color .2s;color:var(--text-color)!important;font-size:.88rem!important;font-weight:500!important}.Navbar-module__cRh5nW__dropdownLink:hover .Navbar-module__cRh5nW__serviceTitle{color:var(--primary-color)!important}.Navbar-module__cRh5nW__actions,.Navbar-module__cRh5nW__mobileCta{display:none}@media (min-width:992px){.Navbar-module__cRh5nW__nav,.Navbar-module__cRh5nW__actions{display:block}}.Navbar-module__cRh5nW__hamburger{cursor:pointer;z-index:1010;background:0 0;border:none;padding:.5rem;display:block}.Navbar-module__cRh5nW__bar{background-color:var(--text-color);border-radius:2px;width:25px;height:3px;margin:5px auto;transition:all .3s;display:block}@media (min-width:992px){.Navbar-module__cRh5nW__hamburger{display:none}}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__active .Navbar-module__cRh5nW__bar:nth-child(2){opacity:0}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__active .Navbar-module__cRh5nW__bar:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__cRh5nW__hamburger.Navbar-module__cRh5nW__active .Navbar-module__cRh5nW__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:991px){.Navbar-module__cRh5nW__nav{border-left:1px solid var(--border-color);background:#fff;width:300px;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);display:block;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0f172a0d}.Navbar-module__cRh5nW__navActive{right:0}.Navbar-module__cRh5nW__navList{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%}.Navbar-module__cRh5nW__navList li{width:100%}.Navbar-module__cRh5nW__dropdownMenu{width:100%;box-shadow:none;border:none;border-left:2px solid var(--border-color);opacity:1;visibility:visible;border-radius:0;margin-top:.5rem;padding:.5rem 0 .5rem 1rem;display:none;position:static;transform:none!important}.Navbar-module__cRh5nW__dropdownItem:hover .Navbar-module__cRh5nW__dropdownMenu,.Navbar-module__cRh5nW__dropdownActive .Navbar-module__cRh5nW__dropdownMenu{display:block}.Navbar-module__cRh5nW__dropdownGrid{grid-template-columns:1fr;gap:.5rem}.Navbar-module__cRh5nW__mobileCta{width:100%;margin-top:2rem;display:block}.Navbar-module__cRh5nW__mobileCta a{text-align:center;width:100%;display:block}}
.Footer-module__3hUVsW__footer{color:#e2e8f0;border-top:4px solid var(--primary-color);background-color:#0b132b;padding:5rem 0 0;font-size:.95rem}.Footer-module__3hUVsW__footerGrid{grid-template-columns:1fr;gap:3rem;padding-bottom:4rem;display:grid}@media (min-width:768px){.Footer-module__3hUVsW__footerGrid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__3hUVsW__logo{align-items:center;gap:.5rem;display:flex}.Footer-module__3hUVsW__logoPrimary{font-family:var(--font-heading);color:#fff;letter-spacing:-.5px;font-size:1.8rem;font-weight:800}.Footer-module__3hUVsW__logoAccent{color:var(--primary-color)}.Footer-module__3hUVsW__logoSeparator{color:#334155;font-size:1.6rem;font-weight:300}.Footer-module__3hUVsW__logoSecondary{font-family:var(--font-heading);color:#94a3b8;font-size:1.3rem;font-weight:600}.Footer-module__3hUVsW__brandDesc{color:#94a3b8;max-width:420px;line-height:1.6}.Footer-module__3hUVsW__socials{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__3hUVsW__socialLink{color:#94a3b8;border:1px solid #334155;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s}.Footer-module__3hUVsW__socialLink:hover{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.Footer-module__3hUVsW__linksColumn h3,.Footer-module__3hUVsW__contactColumn h3{color:#fff;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700;position:relative}.Footer-module__3hUVsW__linksColumn h3:after,.Footer-module__3hUVsW__contactColumn h3:after{content:"";background-color:var(--primary-color);width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__3hUVsW__linksColumn ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.Footer-module__3hUVsW__linksColumn a{color:#94a3b8;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__linksColumn a:hover{color:#fff;padding-left:4px}.Footer-module__3hUVsW__contactColumn{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__3hUVsW__contactInfo{color:#94a3b8;line-height:1.5}.Footer-module__3hUVsW__contactInfo strong{color:#fff;font-size:.9rem}.Footer-module__3hUVsW__contactInfo a{color:#e2e8f0;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__contactInfo a:hover{color:var(--primary-color)}.Footer-module__3hUVsW__bottomBar{color:#64748b;background-color:#060b18;border-top:1px solid #1e293b;padding:1.5rem 0;font-size:.85rem}.Footer-module__3hUVsW__bottomContainer{text-align:center;flex-direction:column;align-items:center;gap:.8rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__bottomContainer{text-align:left;flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__developerText{color:var(--primary-color);font-weight:600}
