@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:#40514e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.nav-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-header.scrolled{box-shadow:0 1px 3px #0000001a}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#11999e;transition:width .3s ease}.nav-link:hover:after{width:100%}.fade-in-up{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-card{animation:fadeInUp .8s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.service-card{animation:fadeInUp .8s ease-out backwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}@media(max-width:768px){.feature-card,.service-card{animation-delay:0s!important}}@layer utilities{.brand-dark{color:#40514e}.brand-teal{color:#11999e}.brand-white{color:#fff}.bg-brand-dark{background-color:#40514e}.bg-brand-teal{background-color:#11999e}.bg-brand-white{background-color:#fff}.text-brand-dark{color:#40514e}.text-brand-teal{color:#11999e}.text-brand-white{color:#fff}.border-brand-dark{border-color:#40514e}.border-brand-teal{border-color:#11999e}.border-brand-white{border-color:#fff}}
