.app-hero{background:linear-gradient(135deg,#0a1628e6 0%,#0f1c2ef2 100%);max-width:100vw;padding:4rem 0;position:relative;overflow:hidden}.app-hero__container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.app-hero__content{grid-template-columns:1fr .8fr;align-items:center;gap:3rem;min-height:0;display:grid}.app-hero__text{flex-direction:column;justify-content:center;display:flex}.app-hero__title{color:var(--aurora-text-primary,#fff);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2}.app-hero__subtitle{color:var(--aurora-text-secondary,#c8c8c8);max-width:85%;margin-bottom:2rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;line-height:1.5}.app-hero__stores{gap:1rem;display:flex}.app-hero__stores .store-badges{flex:auto;justify-content:flex-start;margin:0}.app-hero__visual{justify-content:center;align-items:center;display:flex;position:relative}.app-hero__composite{border-radius:var(--aurora-shot-radius);border:var(--aurora-shot-border);background:var(--aurora-bg-fullscreen);width:100%;max-width:640px;height:auto;box-shadow:var(--aurora-shot-shadow);transition:transform var(--aurora-timing-base) ease, box-shadow var(--aurora-timing-base) ease}.app-hero__composite:hover{box-shadow:var(--aurora-shot-shadow-hover);transform:translateY(-4px)}.app-hero__screenshots{justify-content:center;align-items:flex-end;gap:-30px;display:flex;position:relative}.app-hero__screenshot{border-radius:1rem;flex-shrink:0;width:140px;height:auto;transition:transform .3s;box-shadow:0 15px 30px #00000040,0 0 0 1px #ffffff0d}.app-hero__screenshot--1{z-index:3;transform:translateY(0)scale(1)}.app-hero__screenshot--2{z-index:2;transform:translate(-20px)translateY(15px)scale(.95)}.app-hero__screenshot--3{z-index:1;transform:translate(-40px)translateY(30px)scale(.9)}.app-hero__screenshot:hover{z-index:10;transform:scale(1.05)}.app-hero__slider{display:none}.app-hero__slider-track{transition:transform .3s;display:flex}.app-hero__slider-item{justify-content:center;min-width:100%;padding:0 1rem;display:flex}.app-hero__slider-item img{border-radius:1rem;max-width:200px;height:auto;box-shadow:0 10px 25px #0000004d}.app-hero__slider-dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.app-hero__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.app-hero__dot.active{background:var(--aurora-green,#4ade80)}@media (width<=1024px){.app-hero{padding:3rem 0}.app-hero__container{padding:0 1.5rem}.app-hero__content{gap:2.5rem;min-height:0}.app-hero__title{font-size:clamp(1.8rem,3vw,2.5rem)}.app-hero__subtitle{font-size:clamp(.95rem,1.8vw,1.1rem)}.app-hero__screenshot{width:120px}}@media (width<=768px){.app-hero{width:100%;max-width:100vw;padding:2rem 0;overflow-x:hidden}.app-hero__container{box-sizing:border-box;width:100%;max-width:100%;padding:0 1rem;overflow-x:hidden}.app-hero__content{text-align:center;flex-direction:column;gap:2rem;width:100%;max-width:100%;min-height:auto;display:flex}.app-hero__text{overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;order:2;width:100%;max-width:100%;padding:0 .5rem}.app-hero__title{overflow-wrap:break-word;max-width:100%;margin-bottom:1rem;font-size:1.75rem;line-height:1.2}.app-hero__subtitle{padding:0 1rem;font-size:1rem;max-width:100%!important}.app-hero__visual{order:1;width:100%;max-width:100vw;overflow:hidden}.app-hero__screenshots{display:none}.app-hero__slider{width:100%;display:block;position:relative;overflow:hidden}.app-hero__stores{justify-content:center;width:100%}.app-hero__stores .store-badges{width:100%;margin:1rem 0}}@media (width<=480px){.app-hero{padding:1.5rem 0}.app-hero__content{gap:1.5rem}.app-hero__title{line-height:1.3;font-size:1.25rem!important}.app-hero__subtitle{max-width:100%;line-height:1.5;font-size:.875rem!important}.app-hero__slider-item img{max-width:180px}}@media (width<=375px){.app-hero__title{font-size:1.1rem!important}.app-hero__subtitle{font-size:.8rem!important}}.social-links{justify-content:center;align-items:center;gap:1rem;margin:1rem 0;display:flex}.social-links.hero{margin:1.5rem 0}.social-links.footer{opacity:.8;margin:1rem 0}.social-link{width:40px;height:40px;color:var(--aurora-text,#fff);background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:inline-flex}.social-link:hover{color:var(--aurora-primary,#6be7a0);background:#6be7a02e;transform:translateY(-2px)}.social-link svg{width:20px;height:20px}@media (width<=480px){.social-links{gap:.75rem}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}}
