*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:#f5f5f5}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.text-white{color:#fff}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.h-16{height:4rem}.font-bold{font-weight:700}.text-xl{font-size:1.25rem}.space-x-4>*+*{margin-left:1rem}.hover\:text-gray-200:hover{color:#e5e7eb}.text-center{text-align:center}.text-4xl{font-size:2.25rem}.text-gray-900{color:#111827}.bg-\[\#007B8E\]{background-color:#007b8e}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.rounded-lg{border-radius:.5rem}.hover\:bg-\[\#006B7E\]:hover{background-color:#006b7e}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s}.mt-16{margin-top:4rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-8{gap:2rem}.p-6{padding:1.5rem}.bg-white{background-color:#fff}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.text-3xl{font-size:1.875rem}.prose{max-width:65ch}.prose-lg{font-size:1.125rem}.prose h2{color:#111827;font-weight:600;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.prose p{margin-bottom:1.5rem}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}@media (max-width: 640px){.grid-cols-1{grid-template-columns:1fr}.text-4xl{font-size:1.875rem}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.navbar-container{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a}.navbar{max-width:1400px;margin:0 auto;padding:.75rem 2rem}.navbar-content{display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-brand{display:flex;align-items:center;text-decoration:none}.navbar-logo{height:40px;width:auto}.navbar-links{display:flex;align-items:center;gap:2rem}.nav-item{color:#333;text-decoration:none;font-weight:500;font-size:.95rem;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-item:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#007b8e;transition:width .3s ease}.nav-item:hover{color:#007b8e}.nav-item:hover:after{width:100%}.nav-buttons{display:flex;align-items:center;gap:1.5rem;margin-left:2rem;padding-left:2rem;border-left:1px solid #eee}.nav-item-secondary{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.nav-item-secondary:hover{color:#007b8e}.login-button{background-color:#007b8e;color:#fff;padding:.5rem 1.25rem;border-radius:6px;border:none;font-weight:500;transition:all .3s ease;cursor:pointer}.login-button:hover{background-color:#006b7e;transform:translateY(-1px);box-shadow:0 4px 12px #007b8e26}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{display:block;width:24px;height:2px;background:#333;position:relative;transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background:#333;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{bottom:-8px}.hamburger.active{background:transparent}.hamburger.active:before{transform:rotate(45deg);top:0}.hamburger.active:after{transform:rotate(-45deg);bottom:0}@media (max-width: 1024px){.navbar{padding:.75rem 1rem}.nav-buttons{margin-left:1rem;padding-left:1rem}}@media (max-width: 768px){.mobile-menu-button{display:block}.navbar-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;align-items:flex-start;gap:1rem;box-shadow:0 4px 10px #0000001a}.navbar-links.active{display:flex}.nav-buttons{flex-direction:column;align-items:flex-start;margin-left:0;padding-left:0;border-left:none;width:100%}.login-button{width:100%;text-align:center;padding:.75rem}}@keyframes colorChange{0%{color:#007b8e}50%{color:#00a8cc}to{color:#007b8e}}.animate-fade-in-up{animation:fadeIn 1s ease-out .2s backwards}.animate-color-change{animation:colorChange 5s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.LogoColor{color:#007b8e}.shadow-lg{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hover\:shadow-xl:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-shadow{transition:box-shadow .3s ease}.text-gray-800{color:#1f2937}.text-gray-600{color:#4b5563}.bg-gradient-to-r{background-image:linear-gradient(to right,#f0f4ff,#e6f7ff)}body{background:linear-gradient(to bottom,#f5f5f5,#e0f2ff)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn 1s ease-out}.prose-lg{font-size:1.125rem;line-height:1.75}.prose h2{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1f2937}.prose p{margin-bottom:1.5rem;color:#4b5563}.prose ul{margin-bottom:1.5rem}.prose a{color:#007b8e;text-decoration:none;transition:color .3s ease}.prose a:hover{color:#005f73;text-decoration:underline}.max-w-4xl{max-width:56rem}.px-4{padding-left:1rem;padding-right:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.mb-8{margin-bottom:2rem}.mb-6{margin-bottom:1.5rem}.mb-4{margin-bottom:1rem}.space-y-2>*+*{margin-top:.5rem}.about-section{margin-top:5rem;text-align:center}.about-section h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about-section p{font-size:1.125rem;color:#4b5563;max-width:48rem;margin:0 auto}.testimonials-section{margin-top:5rem}.testimonials-section h2{font-size:2.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.testimonial-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.testimonial-card p{font-style:italic;color:#4b5563;margin-bottom:1rem}.testimonial-card .author{font-weight:600;color:#111827}.cta-section{margin-top:5rem;background:linear-gradient(to right,#007b8e,#00a8cc);padding:4rem 1rem;border-radius:.5rem;text-align:center}.cta-section h2{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-section p{font-size:1.125rem;color:#f3f4f6;margin-bottom:2rem}.cta-section a{background-color:#fff;color:#007b8e;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease,color .3s ease}.cta-section a:hover{background-color:#f3f4f6;color:#006b7e}.faq-section{margin-top:5rem}.faq-section h2{font-size:2.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.faq-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.faq-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.faq-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.faq-card p{color:#4b5563}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.icon-primary{color:#007b8e;transition:color .3s ease}.icon-sm{width:1.5rem;height:1.5rem}.icon-md{width:2rem;height:2rem}.icon-lg{width:2.5rem;height:2.5rem}.icon-hover:hover{color:#006b7e}.icon-with-bg{background-color:#f9fafb;padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-animate{animation:fadeIn 1s ease-out}.icon-group>*+*{margin-left:1rem}@media (max-width: 768px){.icon-sm{width:1.25rem;height:1.25rem}.icon-md{width:1.75rem;height:1.75rem}.icon-lg{width:2rem;height:2rem}}@media (max-width: 480px){.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:1.75rem;height:1.75rem}}.icon-spacing{margin-right:1rem}
