.LandingPage-module__FAbHmG__loadingBar{z-index:10001;background:linear-gradient(90deg,#e65100,#ff6d00);height:3px;transition:opacity .4s ease-out;position:fixed;top:0;left:0;box-shadow:0 0 8px #e6510066}.LandingPage-module__FAbHmG__loadingBarActive{animation:1.5s ease-in-out infinite LandingPage-module__FAbHmG__progressAnim}@keyframes LandingPage-module__FAbHmG__progressAnim{0%{width:0%;left:0}50%{width:70%;left:0}to{width:100%;left:100%}}.LandingPage-module__FAbHmG__page{background:var(--color-bg-main);background-image:var(--gradient-main);flex-direction:column;width:100%;min-height:100vh;padding-bottom:0;display:flex;position:relative;overflow-x:clip}.LandingPage-module__FAbHmG__recentSearchesWrapper{z-index:50;width:100%;margin:-20px 0 0;position:relative}.LandingPage-module__FAbHmG__disableScroll{height:100vh;overflow:hidden}.LandingPage-module__FAbHmG__backgroundShape{pointer-events:none;z-index:0;background:radial-gradient(circle,#ff9f4a1a 0%,#0000 70%);border-radius:50%;width:60vw;height:60vw;position:absolute;top:-20%;right:-10%}.LandingPage-module__FAbHmG__main{z-index:10;width:100%;max-width:var(--container-width);padding:0 var(--spacing-lg);padding-top:var(--header-height);flex-direction:column;flex:1;justify-content:flex-start;align-items:center;margin:0 auto;display:flex;position:relative}.LandingPage-module__FAbHmG__heroContent{width:100%;margin-bottom:0;padding-top:48px;display:flex;position:relative}.LandingPage-module__FAbHmG__textContent{z-index:2;flex-direction:column;justify-content:flex-start;width:50%;padding-right:48px;display:flex;position:relative}.LandingPage-module__FAbHmG__heroTag{color:coral;text-transform:uppercase;letter-spacing:1.1px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ff9f4a26;border:1px solid #ff9f4a1a;border-radius:100px;align-self:flex-start;align-items:center;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.LandingPage-module__FAbHmG__heroTitle{font-family:var(--font-heading);color:var(--color-text-primary);letter-spacing:-1px;margin-bottom:16px;font-size:3.5rem;font-weight:800;line-height:1.1;animation:.8s ease-out forwards LandingPage-module__FAbHmG__fadeInUp}.LandingPage-module__FAbHmG__heroDecorativeAccentContainer{z-index:0;pointer-events:none;position:absolute;top:0;left:0}.LandingPage-module__FAbHmG__heroDecorativeAccent{z-index:0;pointer-events:none;opacity:.15;width:270px;height:auto;animation:1.2s ease-out forwards LandingPage-module__FAbHmG__heroAccentFade;position:absolute;top:-100px;left:150px}.LandingPage-module__FAbHmG__pathAnimation{stroke-dasharray:400;stroke-dashoffset:400px;animation:2s ease-out .3s forwards LandingPage-module__FAbHmG__drawPath}@keyframes LandingPage-module__FAbHmG__heroAccentFade{0%{opacity:0;transform:translate(-20px,20px)rotate(-5deg)}to{opacity:.15;transform:translate(0)rotate(0)}}@keyframes LandingPage-module__FAbHmG__drawPath{to{stroke-dashoffset:0}}.LandingPage-module__FAbHmG__heroSubtitle{font-family:var(--font-family-body);color:var(--color-text-secondary);opacity:0;max-width:440px;margin-bottom:32px;font-size:1rem;font-weight:400;line-height:1.6;animation:.8s ease-out .2s forwards LandingPage-module__FAbHmG__fadeInUp}@keyframes LandingPage-module__FAbHmG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LandingPage-module__FAbHmG__heroButtons{justify-content:flex-start;gap:20px;width:100%;max-width:90%;margin:20px auto 0;display:flex}.LandingPage-module__FAbHmG__heroBtn{-webkit-backdrop-filter:blur(12px);cursor:pointer;background:#fff6;border:1px solid #fff9;border-radius:100px;align-items:center;gap:10px;padding:6px 20px 6px 6px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 10px #00000008}.LandingPage-module__FAbHmG__heroBtn span{color:var(--color-text-secondary);letter-spacing:.25px;font-size:13px;font-weight:600}.LandingPage-module__FAbHmG__iconCircle{width:28px;height:28px;color:var(--color-text-secondary);background:#fffc;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active{transform:translateY(-2px);box-shadow:0 8px 20px #ff7f504d;background:linear-gradient(135deg,#ff9f4a 0%,#fa7b3c 100%)!important;border-color:#0000!important}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active span{color:#fff!important}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active .LandingPage-module__FAbHmG__iconCircle{color:#fa7b3c!important;background:#fff!important}.LandingPage-module__FAbHmG__heroBtn:hover:not(.LandingPage-module__FAbHmG__active){background:#ffffffb3;transform:translateY(-1px)}.LandingPage-module__FAbHmG__imageContent{z-index:1;justify-content:flex-end;align-items:flex-start;width:50%;margin-top:-32px;padding-right:40px;display:flex;position:absolute;top:0;right:0}.LandingPage-module__FAbHmG__heroImage{object-fit:contain;filter:drop-shadow(15px 30px 50px #0000001f);width:100%;max-width:600px;height:auto;transform:translate(70px)}.LandingPage-module__FAbHmG__searchContainer{z-index:100;justify-content:center;width:100%;margin:20px auto 0;display:flex;position:relative;overflow:visible}.LandingPage-module__FAbHmG__tabPanelActive{opacity:1;visibility:visible;pointer-events:auto;will-change:opacity;justify-content:center;width:100%;transition:opacity .22s cubic-bezier(.4,0,.2,1),visibility;display:flex;position:relative}.LandingPage-module__FAbHmG__tabPanelHidden{opacity:0;visibility:hidden;pointer-events:none;will-change:opacity;justify-content:center;width:100%;transition:opacity .18s cubic-bezier(.4,0,.2,1),visibility 0s .18s;display:flex;position:absolute;top:0;left:0}.LandingPage-module__FAbHmG__searchCard{pointer-events:auto;-webkit-backdrop-filter:blur(40px);background:#fff6;border:1px solid #fff9;border-radius:24px;width:100%;max-width:1000px;margin:0 auto;padding:12px;position:relative;box-shadow:0 40px 80px -12px #0000001f}.LandingPage-module__FAbHmG__searchPlaceholder{flex-direction:column;gap:0;display:flex}.LandingPage-module__FAbHmG__searchInputs{background:#fff;border:1px solid #0000000a;border-radius:16px;grid-template-columns:1.6fr 1.3fr 1.3fr 1.1fr auto;align-items:center;gap:0;padding:6px;display:grid;box-shadow:inset 0 2px 4px #00000003}.LandingPage-module__FAbHmG__inputGroup{cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;padding:10px 20px;transition:all .2s;display:flex;position:relative}.LandingPage-module__FAbHmG__inputGroup:hover{background:#f8f9fa}.LandingPage-module__FAbHmG__inputGroup:not(:last-child):not(:nth-last-child(2)):after{content:"";background:#ebebeb;width:1px;height:50%;position:absolute;top:25%;right:0}.LandingPage-module__FAbHmG__inputLabel{color:#8899a6;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;margin-bottom:6px;font-size:10px;font-weight:700;display:flex}.LandingPage-module__FAbHmG__inputValue{color:var(--color-text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.2px;font-size:1.1rem;font-weight:800;line-height:1.2;overflow:hidden}.LandingPage-module__FAbHmG__inputSubtext{color:#8899a6;margin-top:2px;font-size:11px;font-weight:500}.LandingPage-module__FAbHmG__searchBtn{background:var(--color-primary);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:120px;height:48px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #ff7f5040}.LandingPage-module__FAbHmG__searchBtn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff6b3566}@media (max-width:1024px){.LandingPage-module__FAbHmG__page{height:auto;min-height:100vh;display:block;overflow-y:auto}.LandingPage-module__FAbHmG__main{max-width:100%;padding-bottom:48px;padding-left:1.5rem;padding-right:1.5rem;display:block;overflow:visible}.LandingPage-module__FAbHmG__heroContent{text-align:center;flex-direction:column;margin-bottom:0;padding-top:20px;padding-bottom:8px;display:flex;position:relative}.LandingPage-module__FAbHmG__textContent{z-index:5;align-items:center;width:100%;margin-bottom:16px;padding-top:8px;padding-right:0}.LandingPage-module__FAbHmG__imageContent,.LandingPage-module__FAbHmG__heroDecorativeAccentContainer{display:none}.LandingPage-module__FAbHmG__heroButtons{scrollbar-width:none;-ms-overflow-style:none;justify-content:center;gap:10px;width:100%;max-width:100%;padding-bottom:2px;overflow-x:auto}.LandingPage-module__FAbHmG__heroButtons::-webkit-scrollbar{display:none}.LandingPage-module__FAbHmG__heroBtn{-webkit-backdrop-filter:blur(10px);white-space:nowrap;background:#ffffffa6;flex-shrink:0;padding:8px 18px 8px 8px}.LandingPage-module__FAbHmG__searchContainer{z-index:50;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;justify-content:stretch;margin-top:12px;padding:0;position:relative;overflow:visible}.LandingPage-module__FAbHmG__tabPanelActive,.LandingPage-module__FAbHmG__tabPanelHidden{justify-content:stretch}.LandingPage-module__FAbHmG__tabPanelActive>*,.LandingPage-module__FAbHmG__tabPanelHidden>*{width:100%!important;max-width:100%!important}.LandingPage-module__FAbHmG__recentSearchesWrapper{width:100%;margin:0}}@media (max-width:640px){.LandingPage-module__FAbHmG__main{padding-left:1rem;padding-right:1rem;padding-top:calc(var(--header-height) - 8px);padding-bottom:32px}.LandingPage-module__FAbHmG__heroContent{padding-top:12px;padding-bottom:0}.LandingPage-module__FAbHmG__textContent{margin-bottom:12px;padding-top:0}.LandingPage-module__FAbHmG__heroButtons{gap:8px;margin-top:12px}.LandingPage-module__FAbHmG__heroBtn{gap:8px;padding:6px 14px 6px 6px}.LandingPage-module__FAbHmG__heroBtn span{font-size:12px}.LandingPage-module__FAbHmG__iconCircle{width:26px;height:26px}.LandingPage-module__FAbHmG__searchContainer{margin-top:8px}.LandingPage-module__FAbHmG__recentSearchesWrapper{width:calc(100% + 2rem);margin:0 -1rem;padding:0 1rem}}@media (max-width:480px){.LandingPage-module__FAbHmG__heroButtons{-webkit-backdrop-filter:blur(20px);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#fffffff2 0%,#ff7f5026 100%);border:0 solid #fffc;border-radius:22px;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;width:100%;margin:20px 0 16px;padding:6px;display:flex;overflow-x:auto;box-shadow:0 12px 30px #ff7f500d,0 2px 8px #00000005,inset 0 1px #fffc}.LandingPage-module__FAbHmG__heroButtons::-webkit-scrollbar{display:none}.LandingPage-module__FAbHmG__heroBtn{min-width:86px;height:86px;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;flex:1 0;justify-content:center;align-items:center;gap:6px;padding:10px 6px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.LandingPage-module__FAbHmG__heroBtn span{color:var(--color-text-secondary);letter-spacing:.3px;text-transform:uppercase;text-align:center;margin-top:2px;font-size:11px;font-weight:700;transition:all .3s}.LandingPage-module__FAbHmG__iconCircle{color:#ff7f50d9;width:36px;height:36px;box-shadow:none;background:#ff7f500f;border-radius:11px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active{background:linear-gradient(135deg,#ff9f4a 0%,#f96c24 100%)!important;border:1px solid #0000!important;transform:translateY(0)!important;box-shadow:0 8px 20px #ff7f5033,0 2px 4px #00000005!important}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active span{color:#fff!important;font-weight:800!important}.LandingPage-module__FAbHmG__heroBtn.LandingPage-module__FAbHmG__active .LandingPage-module__FAbHmG__iconCircle{color:#f96c24!important;background:#fff!important;transform:scale(1.05)!important;box-shadow:0 4px 10px #ff7f5026!important}.LandingPage-module__FAbHmG__heroBtn:hover:not(.LandingPage-module__FAbHmG__active){background:#fff6;transform:translateY(-1px)}}
