.Navbar_navbar__ePKEY{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;background:rgba(26,26,26,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.Navbar_navbar__ePKEY.Navbar_scrolled__1DMTN{padding:.75rem 0;background:rgba(26,26,26,.98);box-shadow:0 4px 20px rgba(0,0,0,.3)}.Navbar_navContent__QOB9D{display:flex;justify-content:space-between;align-items:center;position:relative}.Navbar_logo__VYjfT{z-index:1001}.Navbar_logoLink__7EmS5{display:flex;align-items:center;text-decoration:none;transition:all .3s ease}.Navbar_logoLink__7EmS5:hover{transform:scale(1.05)}.Navbar_logoImage__0EYF_{height:40px;width:auto;transition:all .3s ease}.Navbar_navbar__ePKEY.Navbar_scrolled__1DMTN .Navbar_logoImage__0EYF_{height:35px}@media(max-width:768px){.Navbar_logoImage__0EYF_{height:35px}}.Navbar_navLinks__j2nfo{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.Navbar_navLinks__j2nfo{display:none}}.Navbar_navLink__K4rrt{color:var(--text-color-secondary,rgba(255,255,255,.8));text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.Navbar_navLink__K4rrt:hover{color:var(--primary-color,#FF6B35)}.Navbar_navLink__K4rrt:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#00d4aa;transition:width .3s ease}.Navbar_navLink__K4rrt:hover:after{width:100%}.Navbar_navActions__SIetO{display:flex;align-items:center;gap:1rem}@media(max-width:768px){.Navbar_navActions__SIetO{display:none}}.Navbar_loginBtn__1Gpt1{color:var(--text-color-secondary,rgba(255,255,255,.8));text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease}.Navbar_loginBtn__1Gpt1:hover{color:var(--text-color,#FFFFFF);background:rgba(255,255,255,.1)}.Navbar_ctaBtn__Ub4y0{background:linear-gradient(135deg,#00D4AA,#008F72);color:#fff;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 10px rgba(255,107,53,.3)}.Navbar_ctaBtn__Ub4y0:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,107,53,.4)}.Navbar_mobileMenuBtn__QWjEI{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;z-index:1001}@media(max-width:768px){.Navbar_mobileMenuBtn__QWjEI{display:flex}}.Navbar_hamburgerLine__b0XZ4{width:20px;height:2px;background:var(--text-color,#FFFFFF);margin:2px 0;transition:all .3s ease;transform-origin:center}.Navbar_mobileMenuBtn__QWjEI.Navbar_active__kDZol .Navbar_hamburgerLine__b0XZ4:first-child{transform:rotate(45deg) translate(5px,5px)}.Navbar_mobileMenuBtn__QWjEI.Navbar_active__kDZol .Navbar_hamburgerLine__b0XZ4:nth-child(2){opacity:0}.Navbar_mobileMenuBtn__QWjEI.Navbar_active__kDZol .Navbar_hamburgerLine__b0XZ4:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.Navbar_mobileMenu___s_0U{position:absolute;top:100%;left:0;right:0;background:rgba(26,26,26,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.Navbar_mobileMenu___s_0U.Navbar_open__ATRkZ{transform:translateY(0);opacity:1;visibility:visible}@media(min-width:769px){.Navbar_mobileMenu___s_0U{display:none}}.Navbar_mobileMenuContent__bMAgi{padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.Navbar_mobileNavLink__CEcDl{color:var(--text-color,#FFFFFF);text-decoration:none;font-weight:500;font-size:1.1rem;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1);transition:color .3s ease}.Navbar_mobileNavLink__CEcDl:hover{color:var(--primary-color,#FF6B35)}.Navbar_mobileNavLink__CEcDl:last-child{border-bottom:none}.Navbar_mobileActions__ck4xB{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.Navbar_mobileLoginBtn__BqUtl{color:var(--text-color-secondary,rgba(255,255,255,.8));text-decoration:none;font-weight:500;padding:.75rem;text-align:center;border:1px solid rgba(255,255,255,.2);border-radius:8px;transition:all .3s ease}.Navbar_mobileLoginBtn__BqUtl:hover{color:var(--text-color,#FFFFFF);background:rgba(255,255,255,.1)}.Navbar_mobileCtaBtn__YYosv{background:linear-gradient(135deg,#00D4AA,#008F72);color:#fff;text-decoration:none;font-weight:600;padding:1rem;text-align:center;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 10px rgba(255,107,53,.3)}.Navbar_mobileCtaBtn__YYosv:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,107,53,.4)}.Footer_footer__a7xhI{background:var(--background-color,#1A1A1A);border-top:1px solid var(--border-color,rgba(255,255,255,.1));padding:4rem 0 2rem;margin-top:4rem}.Footer_footerContent__1jl1U{max-width:1200px;margin:0 auto}.Footer_footerMain__Y8B7h{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}@media(max-width:768px){.Footer_footerMain__Y8B7h{grid-template-columns:1fr;gap:3rem}}.Footer_footerBrand__2WAuF{display:flex;flex-direction:column;gap:2rem}.Footer_brandInfo__xN6_W .Footer_logo__Q0pGn{margin-bottom:1rem}.Footer_brandInfo__xN6_W .Footer_logoImage__hnlJ2{height:45px;width:auto;transition:all .3s ease}.Footer_brandInfo__xN6_W .Footer_logoImage__hnlJ2:hover{transform:scale(1.05)}@media(max-width:768px){.Footer_brandInfo__xN6_W .Footer_logoImage__hnlJ2{height:40px}}.Footer_brandInfo__xN6_W .Footer_brandDescription__OC5WN{color:var(--text-color-secondary,rgba(255,255,255,.8));line-height:1.6;margin:0;max-width:300px}.Footer_newsletter__6F1uB .Footer_newsletterTitle__TV_5I{color:var(--text-color,#FFFFFF);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.Footer_newsletter__6F1uB .Footer_newsletterDescription__mf4MA{color:var(--text-color-secondary,rgba(255,255,255,.7));font-size:.9rem;margin-bottom:1rem;line-height:1.5}.Footer_newsletterForm__bG8l0 .Footer_inputGroup__mhJBN{display:flex;gap:.5rem;margin-bottom:.5rem}@media(max-width:480px){.Footer_newsletterForm__bG8l0 .Footer_inputGroup__mhJBN{flex-direction:column}}.Footer_newsletterForm__bG8l0 .Footer_emailInput__2PUpO{flex:1 1;padding:.75rem 1rem;background:var(--card-background,rgba(255,255,255,.05));border:1px solid var(--border-color,rgba(255,255,255,.2));border-radius:8px;color:var(--text-color,#FFFFFF);font-size:.9rem;transition:all .3s ease}.Footer_newsletterForm__bG8l0 .Footer_emailInput__2PUpO::placeholder{color:var(--text-color-secondary,rgba(255,255,255,.5))}.Footer_newsletterForm__bG8l0 .Footer_emailInput__2PUpO:focus{outline:none;border-color:var(--primary-color,#FF6B35);box-shadow:0 0 0 2px rgba(255,107,53,.2)}@media(max-width:480px){.Footer_newsletterForm__bG8l0 .Footer_emailInput__2PUpO{width:100%}}.Footer_newsletterForm__bG8l0 .Footer_subscribeBtn__0_RZ5{background:var(--primary-color,#FF6B35);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.Footer_newsletterForm__bG8l0 .Footer_subscribeBtn__0_RZ5:hover{background:var(--primary-color-hover,#e55a2b);transform:translateY(-1px)}@media(max-width:480px){.Footer_newsletterForm__bG8l0 .Footer_subscribeBtn__0_RZ5{width:100%}}.Footer_newsletterForm__bG8l0 .Footer_successMessage__46TPi{color:var(--accent-color,#00D4AA);font-size:.9rem;margin:0;font-weight:500}.Footer_footerLinks__UeHkL{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}@media(max-width:768px){.Footer_footerLinks__UeHkL{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:480px){.Footer_footerLinks__UeHkL{grid-template-columns:1fr;gap:1.5rem}}.Footer_footerSection__VV5yV .Footer_sectionTitle__z2EO8{color:var(--text-color,#FFFFFF);font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.Footer_footerSection__VV5yV .Footer_linkList__U0LVU{list-style:none;padding:0;margin:0}.Footer_footerSection__VV5yV .Footer_linkList__U0LVU li{margin-bottom:.5rem}.Footer_footerSection__VV5yV .Footer_footerLink__9Ikmr{color:var(--text-color-secondary,rgba(255,255,255,.7));text-decoration:none;font-size:.9rem;transition:color .3s ease;display:block;padding:.25rem 0}.Footer_footerSection__VV5yV .Footer_footerLink__9Ikmr:hover{color:var(--primary-color,#FF6B35)}.Footer_footerBottom__4INuC{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-color,rgba(255,255,255,.1))}@media(max-width:768px){.Footer_footerBottom__4INuC{flex-direction:column;gap:1.5rem;text-align:center}}.Footer_bottomLeft__LFGoR{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.Footer_bottomLeft__LFGoR{align-items:center}}.Footer_bottomLeft__LFGoR .Footer_copyright__Eq4hB{color:var(--text-color-secondary,rgba(255,255,255,.6));font-size:.9rem;margin:0}.Footer_bottomLeft__LFGoR .Footer_legalLinks__4g2V_{display:flex;gap:1.5rem}.Footer_bottomLeft__LFGoR .Footer_legalLinks__4g2V_ .Footer_legalLink__UsLqk{color:var(--text-color-secondary,rgba(255,255,255,.6));text-decoration:none;font-size:.85rem;transition:color .3s ease}.Footer_bottomLeft__LFGoR .Footer_legalLinks__4g2V_ .Footer_legalLink__UsLqk:hover{color:var(--text-color,#FFFFFF)}.Footer_socialLinks__iX0GS{display:flex;gap:1rem}.Footer_socialLink__s1Iuc{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--card-background,rgba(255,255,255,.05));border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:8px;color:var(--text-color-secondary,rgba(255,255,255,.7));text-decoration:none;transition:all .3s ease}.Footer_socialLink__s1Iuc:hover{background:var(--primary-color,#FF6B35);border-color:var(--primary-color,#FF6B35);color:#fff;transform:translateY(-2px)}.Footer_socialLink__s1Iuc .Footer_socialIcon__1tUUw{font-size:1.1rem}