.Navigation_navbar__IpKAI{background:#fff;border-bottom:1px solid #e9ecef;position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Navigation_navContainer__i3eI8{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.Navigation_logo__vuH99{display:flex;align-items:center;gap:12px;text-decoration:none;color:#333;font-weight:700;font-size:1.5rem;transition:opacity .3s ease}.Navigation_logo__vuH99:hover{opacity:.8}.Navigation_logoImage__Mcnj3{width:100px;height:100px;object-fit:contain}.Navigation_logoText__v_H1z{color:#333}.Navigation_navLinks__2LsfI{display:flex;align-items:center;gap:2rem}.Navigation_navLink__7db7P{color:#666;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.Navigation_navLink__7db7P:hover{color:#ff6b35}.Navigation_navLink__7db7P:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff6b35;transition:width .3s ease}.Navigation_navLink__7db7P:hover:after{width:100%}.Navigation_ctaButton__H6X4o{background:#ff6b35;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease;border:none;cursor:pointer}.Navigation_ctaButton__H6X4o:hover{background:#e55a2b;transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.Navigation_mobileMenuButton__W_gtv{display:none;background:none;border:none;color:#333;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .3s ease}.Navigation_mobileMenuButton__W_gtv:hover{background-color:#f8f9fa}.Navigation_mobileNav__kAlRz{display:none;background:#fff;border-top:1px solid #e9ecef;padding:20px;flex-direction:column;gap:1rem}.Navigation_mobileNavLink__J08ZJ{color:#666;text-decoration:none;font-weight:500;font-size:1.1rem;padding:12px 0;border-bottom:1px solid #f8f9fa;transition:color .3s ease}.Navigation_mobileNavLink__J08ZJ:hover{color:#ff6b35}.Navigation_mobileCtaButton__goQbs{background:#ff6b35;color:#fff;padding:15px 20px;border-radius:25px;text-decoration:none;font-weight:600;text-align:center;margin-top:10px;transition:all .3s ease}.Navigation_mobileCtaButton__goQbs:hover{background:#e55a2b}@media (max-width:768px){.Navigation_navLinks__2LsfI{display:none}.Navigation_mobileMenuButton__W_gtv{display:block}.Navigation_mobileNav__kAlRz{display:flex}.Navigation_navContainer__i3eI8{padding:0 15px;height:60px}.Navigation_logo__vuH99{font-size:1.3rem}.Navigation_logoImage__Mcnj3{width:80px;height:80px}}@media (max-width:480px){.Navigation_navContainer__i3eI8{padding:0 10px}.Navigation_logo__vuH99{font-size:1.2rem;gap:8px}.Navigation_logoImage__Mcnj3{width:60px;height:60px}}.Footer_footer__yl3k1{background:#333;color:#fff;padding:3rem 20px 1rem;margin-top:auto}.Footer_footerContent__B4teV{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto 2rem}.Footer_footerSection__lxdDh h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.Footer_footerSection__lxdDh p{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:0}.Footer_footerSection__lxdDh ul{list-style:none;padding:0;margin:0}.Footer_footerSection__lxdDh ul li{margin-bottom:.5rem}.Footer_footerSection__lxdDh ul li a{color:#ccc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.Footer_footerSection__lxdDh ul li a:hover{color:#ff6b35}.Footer_footerBottom__5n19l{border-top:1px solid #555;margin-top:2rem;padding-top:1rem;text-align:center;color:#ccc;font-size:.9rem}.Footer_footerBottom__5n19l p{margin:0}@media (max-width:768px){.Footer_footer__yl3k1{padding:2rem 15px 1rem}.Footer_footerContent__B4teV{grid-template-columns:1fr;gap:1.5rem;text-align:center}.Footer_footerSection__lxdDh{text-align:center}}@media (max-width:480px){.Footer_footer__yl3k1{padding:1.5rem 10px 1rem}.Footer_footerContent__B4teV{gap:1rem}}.Features_container__fnmgE{min-height:100vh;display:flex;flex-direction:column}.Features_main__9UpkR{flex:1 1}.Features_hero___JIwW{background:#fff;color:#333;padding:80px 20px;text-align:center;border-bottom:1px solid #e9ecef}.Features_heroContent__sTFY8{max-width:800px;margin:0 auto}.Features_heroTitle__Wcz5h{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#333}.Features_heroSubtitle__Yq4Uq{font-size:1.25rem;margin-bottom:2rem;color:#666;line-height:1.6}.Features_featuresSection__imTSJ{padding:80px 20px;background:#f8f9fa}.Features_featuresGrid__8ApaM{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.Features_featureCard__8o_nm{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;border:1px solid #e9ecef}.Features_featureCard__8o_nm:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.12);border-color:#ff6b35}.Features_featureIcon__wcWti{color:#ff6b35;margin-bottom:1.5rem;display:flex;justify-content:center}.Features_featureCard__8o_nm h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.Features_featureCard__8o_nm p{color:#666;line-height:1.6;font-size:1rem}.Features_ctaSection__L87Fo{background:#ff6b35;color:#fff;padding:80px 20px;text-align:center}.Features_ctaContent__x8K_g{max-width:600px;margin:0 auto}.Features_ctaContent__x8K_g h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.Features_ctaContent__x8K_g p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.Features_ctaButtons__V_UFz{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.Features_primaryButton__Wwi1U{background:#fff;color:#ff6b35;padding:15px 30px;border-radius:25px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;text-decoration:none}.Features_primaryButton__Wwi1U:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 20px hsla(0,0%,100%,.3)}.Features_secondaryButton__fLEYJ{background:transparent;color:#fff;padding:15px 30px;border:2px solid #fff;border-radius:25px;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;text-decoration:none}.Features_secondaryButton__fLEYJ:hover{background:#fff;color:#ff6b35}@media (max-width:768px){.Features_heroTitle__Wcz5h{font-size:2.5rem}.Features_heroSubtitle__Yq4Uq{font-size:1.1rem}.Features_featuresGrid__8ApaM{grid-template-columns:1fr;gap:1.5rem}.Features_featureCard__8o_nm{padding:2rem}.Features_ctaContent__x8K_g h2{font-size:2rem}.Features_ctaButtons__V_UFz{flex-direction:column;align-items:center}.Features_primaryButton__Wwi1U,.Features_secondaryButton__fLEYJ{width:100%;max-width:300px}}@media (max-width:480px){.Features_ctaSection__L87Fo,.Features_featuresSection__imTSJ,.Features_hero___JIwW{padding:60px 15px}.Features_heroTitle__Wcz5h{font-size:2rem}.Features_featureCard__8o_nm{padding:1.5rem}}