.landing-header{position:fixed;top:0;width:100%;z-index:50;transition:all .3s ease-in-out;background-color:#ffffff}.landing-header--transparent{background-color:transparent}.landing-header--scrolled{background-color:#ffffff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.landing-header__container{padding:.5rem .75rem}.landing-header__content{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.landing-header__logo{position:relative;transition:transform .3s ease-in-out;cursor:pointer}.landing-header__logo img{width:120px;height:auto}.landing-header__signup-btn{padding:.25rem .5rem;width:90px;height:36px;border-radius:9999px;font-weight:600;font-size:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);transition:transform .3s ease-in-out;cursor:pointer;border:none}.landing-header__signup-btn:hover{transform:scale(1.05)}.landing-header__signup-btn--default{background-color:#ffffff;color:#000000}.landing-header__signup-btn--scrolled{background-color:#000000;color:#ffffff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}@media (min-width:480px){.landing-header__logo img{width:140px}.landing-header__signup-btn{width:100px;height:40px;font-size:.8125rem}}@media (min-width:640px){.landing-header__container{padding:.5rem 1rem}.landing-header__logo img{width:160px}.landing-header__signup-btn{width:110px;height:42px}}@media (min-width:768px){.landing-header__container{padding:.5rem 1.25rem}.landing-header__logo img{width:180px}.landing-header__signup-btn{width:122px;height:44px;font-size:.875rem}}@media (min-width:1024px){.landing-header__container{padding:.5rem 1.75rem}.landing-header__logo img{width:192px}}.landing-header__nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;color:inherit;text-decoration:none;border-radius:9999px;border:1px solid transparent;background-color:transparent;transition:all .2s ease-in-out;cursor:pointer}.landing-header__nav-item:hover{background-color:rgba(0,0,0,.05);color:#bf9b24}.landing-header--scrolled .landing-header__nav-item{color:#333}.landing-header--scrolled .landing-header__nav-item:hover{background-color:rgba(0,0,0,.05);color:#bf9b24}.landing-header--transparent .landing-header__nav-item{color:#1a1a1a}.landing-header--transparent .landing-header__nav-item:hover{background-color:rgba(255,255,255,.4);color:#bf9b24}.landing-header__menu{display:flex;gap:20px;align-items:center}.landing-header__mobile-toggle{display:none;cursor:pointer;z-index:60;color:inherit;background:none;border:none;padding:.5rem}@media (max-width:1023px){.landing-header__mobile-toggle{display:block}.landing-header__menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#ffffff;flex-direction:column;justify-content:center;transition:right .3s ease-in-out;z-index:55;box-shadow:-2px 0 10px rgba(0,0,0,.1)}.landing-header__menu.open{right:0}.landing-header__menu .landing-header__nav-item{font-size:1.25rem}.landing-header--transparent .landing-header__menu .landing-header__nav-item{color:#1a1a1a}}.landing-header__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;color:#ffffff;background-color:#000000;border-radius:9999px;text-decoration:none;transition:all .2s ease-in-out;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.landing-header__cta:hover{transform:translateY(-2px);background-color:#333333;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.landing-header--scrolled .landing-header__cta,.landing-header--transparent .landing-header__cta{background-color:#000000;color:#ffffff}.landing-hero{background-color:rgba(249,180,66,.6)}.landing-hero__container{padding:.75rem 1rem}.landing-hero__content{padding-top:5rem}.landing-hero__left{width:100%}.landing-hero__right{width:100%;margin-top:2.5rem}.landing-hero__thumb-wrapper{padding:.5rem 1rem;position:relative}.landing-hero__thumb{transition:transform .3s ease-in-out;width:40px;height:40px}.landing-hero__thumb:hover{transform:scale(1.08)}.landing-hero__title{font-size:1.25rem;font-weight:600;line-height:1.4;letter-spacing:-.03em}.landing-hero__description{font-size:.8125rem;font-weight:400;margin-top:1rem;line-height:24px;letter-spacing:.15px;color:rgba(0,0,0,.6)}.landing-hero__buttons{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}@media (min-width:480px){.landing-hero__title{font-size:1.5rem}.landing-hero__description{font-size:.875rem;line-height:26px}.landing-hero__thumb{width:50px;height:50px}}.landing-hero__store-btn{margin-top:.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;width:140px;height:48px;padding:.5rem;background-color:#000000;color:#ffffff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);border:2px solid #ffffff;cursor:pointer;transition:transform .3s ease-in-out}.landing-hero__store-btn:hover{transform:scale(1.05)}.landing-hero__store-btn--google{gap:.5rem;font-size:.75rem;font-weight:600}.landing-hero__store-btn--google:hover{transform:scale(1.03)}.landing-hero__store-text{font-weight:500;font-size:8px;line-height:12px;letter-spacing:0}.landing-hero__store-text span{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0}.landing-hero__heart-wrapper{margin-left:.5rem;display:none}@media (min-width:480px){.landing-hero__store-btn{width:155px;height:54px;border:3px solid #ffffff}.landing-hero__store-text{font-size:9px;line-height:14px}.landing-hero__store-text span{font-size:13px;line-height:18px}}@media (min-width:640px){.landing-hero__store-btn{width:169px;height:60px;padding:.75rem}.landing-hero__store-text{font-size:10px;line-height:16px}.landing-hero__store-text span{font-size:15px;line-height:20px}.landing-hero__heart-wrapper{display:block;margin-left:1rem}.landing-hero__buttons{gap:1rem}}@media (min-width:1024px){.landing-hero__heart-wrapper{margin-left:1.5rem}.landing-hero__buttons{gap:1.25rem}}.landing-hero__heart{transition:transform .3s ease-in-out}.landing-hero__heart:hover{transform:scale(1.05)}.landing-hero__banner-wrapper{position:relative}.landing-hero__trend-icon{width:60px;height:60px;border-radius:9999px;padding:.75rem;background-color:rgba(0,0,0,.87);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);color:#ffffff;position:absolute;z-index:10;display:flex;align-items:center;justify-content:center}.landing-hero__trend-icon svg{width:28px;height:28px}.landing-hero__banner{transition:transform .3s ease-in-out}.landing-hero__banner:hover{transform:scale(1.05)}.landing-hero__banner img{width:100%;height:auto;max-width:600px}@media (min-width:480px){.landing-hero__trend-icon{width:75px;height:75px;padding:1rem}.landing-hero__trend-icon svg{width:35px;height:35px}}@media (min-width:640px){.landing-hero__container{padding:.75rem 1.5rem}.landing-hero__title{font-size:1.875rem}.landing-hero__description{font-size:1rem;line-height:28px}.landing-hero__trend-icon{width:90px;height:90px;padding:1.25rem}.landing-hero__trend-icon svg{width:40px;height:40px}.landing-hero__thumb{width:60px;height:60px}}@media (min-width:768px){.landing-hero__container{padding:.75rem 2.5rem}.landing-hero__title{font-size:2.25rem}}@media (min-width:1024px){.landing-hero__container{padding:1.75rem 5rem}.landing-hero__content{display:flex;gap:.75rem}.landing-hero__left{width:50%}.landing-hero__right{width:50%;margin-top:0}.landing-hero__title{font-size:2.75rem}.landing-hero__trend-icon{width:108px;height:108px;padding:1.5rem 1.75rem}.landing-hero__trend-icon svg{width:50px;height:50px}}@media (min-width:1280px){.landing-hero__title{font-size:3.125rem}}.landing-handpicked{margin-top:1rem;padding:1rem .5rem;margin-bottom:1.5rem}.landing-handpicked__border{border:4px solid #bf9b24;border-radius:24px;padding:20px 15px}.landing-handpicked__header{text-align:center;margin-bottom:3rem}.landing-handpicked__title{font-size:1.5rem;font-weight:500;line-height:1.3;letter-spacing:0;margin-bottom:.5rem}.landing-handpicked__title span{color:#bf9b24}.landing-handpicked__subtitle{font-weight:400;font-size:.875rem;line-height:22px;letter-spacing:0;color:rgba(0,0,0,.6)}.landing-handpicked__cards{margin-top:2rem;display:flex;flex-direction:column;gap:3.5rem}.landing-handpicked__card{position:relative;margin-top:2.5rem;min-height:220px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);text-align:center;background-color:#ffffff;border-radius:20px;padding:3rem 1rem 1rem;transition:all .3s ease-in-out}.landing-handpicked__card:hover{background-color:#d4af37;transform:translateY(-5px)}.landing-handpicked__card:hover .landing-handpicked__card-description,.landing-handpicked__card:hover .landing-handpicked__card-title{color:#ffffff}.landing-handpicked__card:hover .landing-handpicked__card-indicator{opacity:1;transform:translateY(0)}.landing-handpicked__card:hover .landing-handpicked__card-icon-wrapper{transform:scale(1.05)}.landing-handpicked__card a{text-decoration:none;color:inherit}.landing-handpicked__card-icon-container{position:absolute;left:50%;top:-40px;transform:translateX(-50%)}.landing-handpicked__card-icon-wrapper{transition:transform .3s ease-in-out;width:80px;height:80px;border-radius:9999px;background:linear-gradient(90deg,#c9a961,#d4af37);display:flex;align-items:center;justify-content:center}.landing-handpicked__card-icon{border-radius:9999px;width:72px;height:72px;object-fit:cover;background-color:#ffffff}.landing-handpicked__card-title{font-weight:600;font-size:1.125rem;line-height:24px;letter-spacing:.18px;color:#1a1a1a;margin-top:.75rem;transition:color .3s ease-in-out}.landing-handpicked__card-description{font-weight:400;font-size:.8125rem;line-height:20px;letter-spacing:.5px;color:#6b6b6b;margin-top:.5rem;transition:color .3s ease-in-out}.landing-handpicked__card-indicator{margin-top:1rem;text-align:center;background-color:#bf9b24;padding:.25rem 1rem;width:40px;height:6px;margin-left:auto;margin-right:auto;border-radius:.375rem;opacity:0;transform:translateY(8px);transition:all .3s ease-in-out}@media (min-width:480px){.landing-handpicked__border{border:5px solid #bf9b24;border-radius:30px;padding:30px 25px}.landing-handpicked__title{font-size:1.75rem}.landing-handpicked__subtitle{font-size:1rem}.landing-handpicked__card-icon-wrapper{width:100px;height:100px}.landing-handpicked__card-icon{width:90px;height:90px}.landing-handpicked__card-icon-container{top:-50px}.landing-handpicked__card{padding-top:3.5rem;min-height:240px}.landing-handpicked__card-title{font-size:1.25rem}.landing-handpicked__card-description{font-size:.875rem;line-height:22px}}@media (min-width:640px){.landing-handpicked{padding:1rem 1.5rem}.landing-handpicked__border{border:6px solid #bf9b24;border-radius:40px;padding:50px 40px}.landing-handpicked__header{margin-bottom:4rem}.landing-handpicked__title{font-size:2rem;line-height:1.2}.landing-handpicked__card-icon-wrapper{width:110px;height:110px}.landing-handpicked__card-icon{width:100px;height:100px}.landing-handpicked__card-icon-container{top:-55px}.landing-handpicked__card{min-height:260px;padding-top:4rem}.landing-handpicked__card-title{font-size:1.375rem}.landing-handpicked__card-description{font-size:.9375rem;line-height:24px}}@media (min-width:768px){.landing-handpicked{padding:1rem 2rem}.landing-handpicked__border{border:7px solid #bf9b24;padding:60px 50px}.landing-handpicked__title{font-size:2.25rem}.landing-handpicked__subtitle{font-size:1.0625rem;line-height:26px}}@media (min-width:1024px){.landing-handpicked{padding:1rem 5rem;margin-bottom:2.5rem}.landing-handpicked__border{border:8px solid #bf9b24;border-radius:50px;padding:50px}.landing-handpicked__header{margin-bottom:5rem}.landing-handpicked__title{font-size:2.5rem;line-height:48px}.landing-handpicked__subtitle{font-size:1.125rem;line-height:28px}.landing-handpicked__cards{flex-direction:row;gap:1.5rem}.landing-handpicked__card{flex:1 1;margin-top:.5rem;min-height:276px}.landing-handpicked__card-icon-wrapper{width:120px;height:120px}.landing-handpicked__card-icon{width:110px;height:110px}.landing-handpicked__card-icon-container{top:-56px}.landing-handpicked__card-title{font-size:1.5rem;margin-top:1.25rem}.landing-handpicked__card-description{font-size:1rem;margin-top:1rem}.landing-handpicked__card-indicator{margin-top:3.25rem}}.landing-explore{margin-top:1.5rem;background-color:#f7eada}.landing-explore__container{padding:1.5rem .75rem}.landing-explore__header{text-align:center}.landing-explore__title{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:0}.landing-explore__title span{color:#bf9b24}.landing-explore__subtitle{font-weight:400;font-size:.8125rem;line-height:22px;letter-spacing:0;margin-top:.5rem;color:rgba(0,0,0,.6)}.landing-explore__categories{display:flex;flex-wrap:wrap;margin-top:1.5rem;align-items:center;justify-content:center;gap:10px}.landing-explore__category-card{width:120px;height:120px;border-radius:16px;padding:1.25rem;background-color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.landing-explore__category-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#d4af37,#bf9b24);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1)}.landing-explore__category-card a{text-decoration:none;color:inherit;position:relative;z-index:1}.landing-explore__category-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 24px rgba(191,155,36,.15),0 4px 12px rgba(0,0,0,.1);background:linear-gradient(135deg,#fffbf5,#ffffff)}.landing-explore__category-card:hover:before{opacity:1}.landing-explore__category-card:hover .landing-explore__category-icon{transform:scale(1.1) rotate(5deg)}.landing-explore__category-card:hover .landing-explore__category-name{color:#bf9b24}.landing-explore__category-icon{transition:transform .35s cubic-bezier(.4,0,.2,1);width:40px;height:40px;margin:0 auto}.landing-explore__category-icon img{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.landing-explore__category-name{font-weight:600;font-size:.6875rem;line-height:1.3;margin-top:.75rem;letter-spacing:0;text-align:center;color:#1a1a1a;transition:color .35s cubic-bezier(.4,0,.2,1)}.landing-explore__desktop-layout{position:relative;display:flex;justify-content:center}.landing-explore__desktop-content{display:flex;flex-wrap:wrap}.landing-explore__category-column{width:464px;margin-top:.75rem}.landing-explore__category-column-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.landing-explore__mobile-wrapper{width:320px;margin-top:.75rem;height:420px}img.mobile-image{height:410px!important;object-fit:contain}img.landing-download-app__image{height:448px;object-fit:contain;margin-top:8px}.landing-explore__mobile-fallback{margin:1rem auto;display:block;width:180px;height:auto}.landing-explore__wave{width:100%;position:absolute;bottom:-16px}.landing-explore__wave img{width:100%;height:auto;display:block}@media (min-width:480px){.landing-explore__title{font-size:1.75rem}.landing-explore__subtitle{font-size:.875rem}.landing-explore__categories{gap:12px}.landing-explore__category-card{width:110px;height:130px;padding:1.5rem}.landing-explore__category-icon{width:45px;height:45px}.landing-explore__category-name{font-size:.75rem;margin-top:1rem}.landing-explore__mobile-fallback{width:220px}}@media (min-width:640px){.landing-explore{margin-top:2rem}.landing-explore__container{padding:2rem 1.5rem}.landing-explore__title{font-size:2rem}.landing-explore__subtitle{font-size:1rem;line-height:26px}.landing-explore__categories{gap:15px;margin-top:2rem}.landing-explore__category-card{width:120px;height:145px}.landing-explore__category-icon{width:50px;height:50px}.landing-explore__category-name{font-size:.8125rem}.landing-explore__mobile-fallback{width:260px;margin:1.5rem auto}}@media (min-width:768px){.landing-explore__container{padding:2.5rem 2rem}.landing-explore__title{font-size:2.25rem;line-height:1.2}.landing-explore__subtitle{font-size:1.0625rem}.landing-explore__categories{gap:18px}.landing-explore__category-card{width:130px;height:155px;border-radius:18px}.landing-explore__category-icon{width:55px;height:55px}.landing-explore__mobile-fallback{width:300px}}@media (min-width:1024px){.landing-explore{margin-top:2.5rem}.landing-explore__container{padding:2.5rem 5rem 10px}.landing-explore__title{font-size:2.5rem;line-height:48px}.landing-explore__subtitle{font-size:1.125rem;line-height:28px;margin-top:.75rem}.landing-explore__categories{gap:20px;margin-top:2.5rem}.landing-explore__category-card{width:135px;height:140px;border-radius:20px;padding:2rem 1rem}.landing-explore__category-icon{width:60px;height:60px}.landing-explore__category-name{font-size:.875rem;margin-top:1.5rem}.landing-explore__category-column-inner{gap:20px}.landing-explore__wave{bottom:-60px}}@media (min-width:1536px){.landing-explore__wave{bottom:-150px}}@media (max-width:1280px){.category{display:none}}@media (min-width:1281px){.landing-explore__mobile-fallback,.mobile-category{display:none}}@media (max-width:1279px){.landing-explore__mobile-fallback{display:block}}.landing-download-app{margin-top:.5rem;background:linear-gradient(180deg,#fff9f0,#fffbf5,#fff9f0)}.landing-download-app__container{max-width:1280px;margin:0 auto;padding:2.5rem 1rem}.landing-download-app__header{text-align:center;margin-top:1rem}.landing-download-app__title{font-weight:500;font-size:1.5rem;line-height:1.3;letter-spacing:0}.landing-download-app__title span{color:#bf9b24}.landing-download-app__subtitle{font-weight:400;font-size:.8125rem;line-height:22px;letter-spacing:0;margin-top:.5rem;color:rgba(0,0,0,.6)}.landing-download-app__content{margin-top:2rem}.landing-download-app__left{width:100%}.landing-download-app__right{width:100%;padding:.5rem;margin-top:1.5rem}.landing-download-app__image-wrapper{transition:transform .3s ease-in-out}.landing-download-app__image-wrapper:hover{transform:scale(1.05)}.landing-download-app__image{margin:auto;width:100%;max-width:200px;object-fit:cover;display:block}.landing-download-app__section-title{font-weight:600;font-size:1.25rem;line-height:1.4;letter-spacing:0}.landing-download-app__section-description{font-size:.8125rem;font-weight:400;line-height:22px;letter-spacing:0;color:#6b6b6b;margin-top:.5rem}.landing-download-app__features{margin-top:1rem;list-style:none;padding:0}.landing-download-app__feature{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem}.landing-download-app__feature-icon{width:18px;height:18px;min-width:18px;border-radius:9999px;background-color:#bf9b24;color:#ffffff;display:flex;align-items:center;justify-content:center;margin-top:2px}.landing-download-app__feature-title{font-weight:600;font-size:.8125rem;line-height:20px;letter-spacing:0;color:#1a1a1a}.landing-download-app__feature-description{font-size:.6875rem;font-weight:400;line-height:18px;letter-spacing:0;color:#6b6b6b}.landing-download-app__buttons{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.landing-download-app__store-btn{border-radius:.75rem;display:flex;margin-top:.25rem;align-items:center;justify-content:center;width:140px;height:48px;padding:.5rem;background-color:#000000;color:#ffffff;font-size:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);font-weight:600;border:none;cursor:pointer;transition:box-shadow .3s ease-in-out}.landing-download-app__store-btn:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.landing-download-app__store-btn--google{gap:.5rem}.landing-download-app__store-text{font-size:8px;line-height:12px;letter-spacing:0;font-weight:500}.landing-download-app__store-text span{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0}@media (min-width:480px){.landing-download-app__container{padding:3rem 1rem}.landing-download-app__title{font-size:1.75rem}.landing-download-app__subtitle{font-size:.875rem}.landing-download-app__section-title{font-size:1.5rem}.landing-download-app__section-description{font-size:.875rem;line-height:24px}.landing-download-app__feature-title{font-size:.875rem}.landing-download-app__feature-description{font-size:.75rem}.landing-download-app__store-btn{width:155px;height:54px}.landing-download-app__store-text{font-size:9px;line-height:14px}.landing-download-app__store-text span{font-size:13px;line-height:18px}.landing-download-app__image{max-width:240px}}@media (min-width:640px){.landing-download-app{margin-top:.75rem}.landing-download-app__container{padding:4rem 1.5rem}.landing-download-app__header{margin-top:1.5rem}.landing-download-app__title{font-size:2rem}.landing-download-app__subtitle{font-size:1rem;line-height:26px}.landing-download-app__content{margin-top:2.5rem}.landing-download-app__section-title{font-size:1.75rem;line-height:1.3}.landing-download-app__section-description{font-size:1rem;line-height:26px}.landing-download-app__feature{gap:.75rem}.landing-download-app__feature-icon{width:20px;height:20px;min-width:20px}.landing-download-app__feature-title{font-size:1rem;line-height:24px}.landing-download-app__feature-description{font-size:.75rem;line-height:20px}.landing-download-app__buttons{gap:1rem}.landing-download-app__store-btn{width:169px;height:60px;padding:.75rem}.landing-download-app__store-text{font-size:10px;line-height:16px}.landing-download-app__store-text span{font-size:15px;line-height:20px}.landing-download-app__image{max-width:280px}}@media (min-width:768px){.landing-download-app__container{padding:4rem 2rem}.landing-download-app__title{font-size:2.25rem;line-height:1.2}.landing-download-app__subtitle{font-size:1.0625rem}.landing-download-app__section-title{font-size:2rem;line-height:44px}.landing-download-app__section-description{font-size:1.0625rem;line-height:28px}.landing-download-app__image{max-width:320px}}@media (min-width:1024px){.landing-download-app__container{padding:5rem 2rem 3rem}.landing-download-app__header{margin-top:0}.landing-download-app__title{font-size:2.5rem;line-height:48px}.landing-download-app__subtitle{font-size:1.125rem;line-height:28px;margin-top:.75rem}.landing-download-app__content{display:flex;gap:2.5rem;margin-top:1.5rem}.landing-download-app__left{width:50%}.landing-download-app__right{width:50%;margin-top:0;padding:0 .75rem .75rem}.landing-download-app__section-title{font-size:2.25rem;line-height:50px}.landing-download-app__section-description{font-size:1.125rem;line-height:29.25px;margin-top:.75rem}.landing-download-app__features{margin-top:1.5rem}.landing-download-app__feature{margin-top:.75rem}.landing-download-app__buttons{margin-top:1.25rem;gap:1.25rem}.landing-download-app__image{max-width:100%}}@media (min-width:1536px){.landing-download-app{margin-top:6.25rem}}.landing-footer{background:linear-gradient(45deg,#2a2a2a,#1a1a1a);color:#ffffff}.landing-footer__container{max-width:1280px;margin:0 auto;padding:1.5rem 1rem}.landing-footer__grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.landing-footer__logo-wrapper{transition:transform .3s ease-in-out;display:inline-block}.landing-footer__logo-wrapper:hover{transform:scale(1.05)}.landing-footer__logo{background-color:#ffffff;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);padding:.5rem;width:100px;height:auto}.landing-footer__description{margin-top:.5rem;font-size:.75rem;line-height:1.4rem;color:#99a1af}.landing-footer__section-header{display:flex;gap:.5rem;align-items:center}.landing-footer__section-indicator{width:4px;height:20px;border-radius:.25rem;background:linear-gradient(180deg,#d4af37,#c9a961)}.landing-footer__section-title{font-weight:600;font-size:.9375rem}.landing-footer__links{margin-top:.5rem;list-style:none;padding:0;line-height:1.8}.landing-footer__links li{font-size:.8125rem}.landing-footer__links a{color:#99a1af;text-decoration:none;transition:color .3s ease-in-out}.landing-footer__links a:hover{color:#bf9b24}.landing-footer__contact-item{display:flex;gap:.5rem;margin-top:.75rem}.landing-footer__contact-item:first-of-type{margin-top:.75rem}.landing-footer__contact-icon{color:#d4af37;min-width:14px;font-size:14px}.landing-footer__contact-label{font-size:.75rem;color:#9ca3af}.landing-footer__contact-value{color:#ffffff}.landing-footer__store-buttons{display:flex;flex-direction:column;gap:.5rem}.landing-footer__store-btn{border-radius:.75rem;display:flex;align-items:center;justify-content:center;gap:.375rem;width:140px;height:48px;border:1px solid #ffffff;background-color:#000000;color:#ffffff;cursor:pointer;transition:transform .3s ease-in-out}.landing-footer__store-btn:hover{transform:scale(1.05)}.landing-footer__store-text{font-size:.625rem}.landing-footer__store-text b{font-size:.75rem}.landing-footer__bottom{background:linear-gradient(45deg,#2a2a2a,#1a1a1a);max-width:1280px;margin:0 auto;padding:.5rem 1rem;border-top:1px solid #99a1af}.landing-footer__copyright{font-weight:400;font-size:.6875rem;line-height:18px;letter-spacing:0;color:#99a1af;margin:0}.landing-header__logo-skeleton{width:192px;height:60px;background-color:#e5e7eb;animation:skeleton-loading 1s linear infinite;border-radius:9999px}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:200px 0}}@media (min-width:480px){.landing-footer__logo{width:110px}.landing-footer__description{font-size:.8125rem}.landing-footer__section-title{font-size:1rem}.landing-footer__store-btn{width:150px;height:52px;gap:.5rem}.landing-footer__store-text{font-size:.6875rem}.landing-footer__store-text b{font-size:.8125rem}.landing-footer__copyright{font-size:.75rem}}@media (min-width:640px){.landing-footer__container{padding:1.75rem 1.5rem}.landing-footer__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.landing-footer__logo{width:120px}.landing-footer__description{font-size:.8125rem;line-height:1.5rem}.landing-footer__section-indicator{height:22px}.landing-footer__section-title{font-size:1.0625rem}.landing-footer__links{line-height:2}.landing-footer__links li{font-size:.875rem}.landing-footer__contact-icon{font-size:16px}.landing-footer__contact-label{font-size:.8125rem}.landing-footer__store-btn{width:160px;height:56px}.landing-footer__store-text{font-size:.75rem}.landing-footer__store-text b{font-size:.875rem}.landing-footer__copyright{font-size:.8125rem;margin-top:.5rem}}@media (min-width:768px){.landing-footer__container{padding:2rem}.landing-footer__contact-item{gap:.75rem}.landing-footer__contact-label{font-size:.875rem}}@media (min-width:1024px){.landing-footer__container{padding:2rem 1rem}.landing-footer__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem}.landing-footer__logo{width:138px}.landing-footer__description{font-size:.875rem}.landing-footer__section-indicator{height:24px}.landing-footer__section-title{font-size:1.125rem}.landing-footer__store-btn{width:170px;height:60px}.landing-footer__copyright{font-size:.875rem;margin-top:.75rem}}