.app-carousel-slide,.app-cta-button,.app-phone-screen,.app-static-phone-screen{overflow:hidden;position:relative}.app-floating-elements,.app-hero-section::before{top:0;left:0;right:0;bottom:0;pointer-events:none}.app-hero-section{min-height:100vh;display:flex;align-items:center;padding:0 20px;position:relative;margin-top:-50px}.app-hero-section::before{content:'';position:absolute;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23ffffff08" points="0,1000 1000,200 1000,1000"/></svg>')}.app-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.app-carousel-section,.app-static-phone-section{display:flex;justify-content:center;align-items:center}.app-content-section{color:#000;text-align:center;padding:0 20px}.app-badge{display:inline-block;background:rgba(0,0,0,.15);padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:30px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.app-hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:25px;background:linear-gradient(45deg,#000,#003cff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:40px;opacity:.9}.app-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:40px 0}.app-feature-item{display:flex;align-items:center;gap:15px;padding:20px;background:rgba(255,255,255,.1);border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s,background .3s}.app-feature-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px}.app-feature-text{font-weight:600;font-size:16px}.app-cta-button{display:inline-block;padding:24px 40px;background:linear-gradient(135deg,#1e3a8a 0,#60a5fa 100%);color:#fff;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;box-shadow:0 4px 15px rgba(96,165,250,.5),0 2px 4px rgba(0,0,0,.1);transition:.3s cubic-bezier(.4, 0, .2, 1);text-transform:uppercase;letter-spacing:.5px;text-decoration:none}.app-cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.app-cta-button:hover{transform:translateY(-2px) scale(1.02);background:linear-gradient(135deg,#2563eb 0,#3b82f6 100%);box-shadow:0 8px 25px rgba(96,165,250,.6),0 4px 12px rgba(0,0,0,.15)}.app-cta-button:hover::before{left:100%}.app-cta-button:active{transform:translateY(0) scale(.98);transition:.1s}.app-carousel-container,.app-static-phone-container{position:relative;height:700px;display:flex;justify-content:center;align-items:center}.app-phone-frame{width:270px;height:540px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:35px;padding:8px;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;transform:rotate(8deg)}.app-phone-screen{width:100%;height:100%;border-radius:28px;background:#000}.app-carousel-wrapper{position:relative;width:100%;height:100%}.app-carousel-slides{width:500%;height:100%;display:flex;animation:15s infinite appSlide}.app-carousel-slide{width:20%;height:100%}.app-carousel-image{width:100%;height:101%;object-fit:cover}.app-static-phone-frame{width:300px;height:600px;background:linear-gradient(145deg,#1a1a1a,#2d2d2d);border-radius:40px;padding:12px;box-shadow:0 25px 80px rgba(0,0,0,.4);transform:rotate(-8deg)}.app-static-phone-screen{width:100%;height:98%;border-radius:32px}.app-static-phone-image{width:100%;height:100%;object-fit:cover;border-radius:32px}.app-floating-elements{position:absolute}.app-floating-shape{position:absolute;background:rgba(255,255,255,.1);border-radius:50%;animation:6s ease-in-out infinite appFloat}.app-shape-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.app-shape-2{width:60px;height:60px;top:60%;right:15%;animation-delay:2s}.app-shape-3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:4s}.app-mobile-badge,.app-mobile-cta,.app-mobile-features,.app-mobile-subtitle,.app-mobile-title{display:none}@keyframes appSlide{0%,100%,18%{transform:translateX(0)}20%,38%{transform:translateX(-20%)}40%,58%{transform:translateX(-40%)}60%,78%{transform:translateX(-60%)}80%,98%{transform:translateX(-80%)}}@keyframes appFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media (min-width:850px) and (max-width:1177px){.app-mobile-badge,.app-mobile-cta,.app-mobile-subtitle,.app-mobile-title{text-align:center;display:block}.app-hero-section{min-height:auto;padding:40px 20px;margin-top:0}.app-container{display:flex;flex-direction:column;gap:30px;max-width:100%;padding:0 20px}.app-content-section .app-badge,.app-content-section .app-cta-button,.app-content-section .app-features-grid,.app-content-section .app-hero-subtitle,.app-content-section .app-hero-title,.app-static-phone-section{display:none}.app-mobile-title{order:1;margin:0 0 20px}.app-mobile-title .app-hero-title{font-size:2.8rem;margin-bottom:0}.app-mobile-subtitle{order:2;margin:0 0 30px}.app-mobile-subtitle .app-hero-subtitle{font-size:1.2rem;margin-bottom:0}.app-mobile-features{display:block;order:3;margin:0 0 40px}.app-mobile-features .app-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:0}.app-carousel-section{order:4;margin:0 0 40px}.app-mobile-badge{order:5;margin:0 0 20px}.app-mobile-cta{order:6;margin:0 0 40px}.app-content-section{order:7;padding:0;margin:0}.app-feature-item{padding:20px;flex-direction:column;text-align:center;gap:15px}.app-feature-icon{width:70px;height:70px;font-size:35px}.app-feature-text{font-size:16px}.app-carousel-container{height:500px}.app-phone-frame{width:260px;height:520px}}@media (max-width:849px){.app-mobile-badge,.app-mobile-cta,.app-mobile-subtitle,.app-mobile-title{text-align:center;display:block}.app-hero-section{min-height:auto;padding:30px 20px;margin-top:0}.app-container{display:flex;flex-direction:column;gap:25px;max-width:100%;padding:0 15px}.app-content-section .app-badge,.app-content-section .app-cta-button,.app-content-section .app-features-grid,.app-content-section .app-hero-subtitle,.app-content-section .app-hero-title,.app-static-phone-section{display:none}.app-mobile-title{order:1;margin:0 0 15px}.app-mobile-title .app-hero-title{font-size:2.2rem;margin-bottom:0}.app-mobile-subtitle{order:2;margin:0 0 25px}.app-mobile-subtitle .app-hero-subtitle{font-size:1.1rem;margin-bottom:0}.app-mobile-features{display:block;order:3;margin:0 0 30px}.app-mobile-features .app-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:0}.app-carousel-section{order:4;margin:0 0 30px}.app-mobile-badge{order:5;margin:0 0 15px}.app-mobile-cta{order:6;margin:0 0 30px}.app-content-section{order:7;padding:0;margin:0}.app-feature-item{padding:15px;flex-direction:column;text-align:center;gap:12px}.app-feature-icon{width:60px;height:60px;font-size:30px}.app-feature-text{font-size:14px}.app-carousel-container{height:420px}.app-phone-frame{width:230px;height:460px}}@media (max-width:500px){.app-hero-section{padding:20px 15px}.app-container{gap:20px;padding:0 10px}.app-mobile-title .app-hero-title{font-size:1.8rem}.app-mobile-subtitle .app-hero-subtitle{font-size:1rem}.app-mobile-features .app-features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.app-feature-item{padding:12px;gap:8px}.app-feature-icon{width:50px;height:50px;font-size:25px}.app-badge,.app-feature-text{font-size:12px}.app-carousel-container{height:380px}.app-phone-frame{width:200px;height:400px}.app-badge{padding:6px 16px}.app-cta-button{padding:18px 32px;font-size:13px}}