@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}#root{width:100%;min-height:100vh}.nav-links a,footer a{text-decoration:none}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{color:#1e293b;background:#fff;overflow-x:hidden}.site-header{z-index:1000;background:#2563eb;justify-content:center;align-items:center;width:100%;padding:14px 0;display:flex;position:sticky;top:0;box-shadow:0 2px 10px #2563eb4d}.header-logo-link{align-items:center;display:flex}.header-logo-link:before,.header-logo-link:after{content:none}.header-logo-wrapper{background:#fff;border-radius:999px;justify-content:center;align-items:center;height:44px;padding:5px 16px;display:flex}.header-logo-img{height:100%;display:block}.header-app-name{color:#fff;letter-spacing:.2px;white-space:nowrap;text-shadow:0 1px 4px #00000026;margin-left:14px;font-size:18px;font-weight:700}.header-logo-link{align-items:center;gap:0;text-decoration:none;display:flex}.home-layout{width:100%}.hero-centered{text-align:center;flex-direction:column;align-items:center;max-width:860px;margin:0 auto;padding:70px 40px 50px;display:flex}.hero-text-centered{max-width:760px;margin-bottom:0}.hero-text-centered h1{color:#e05322;letter-spacing:-.3px;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.22}.highlight-text{color:#e05322}.hero-subheading{color:#64748b;max-width:540px;margin:0 auto;font-size:16px;font-weight:400;line-height:1.65}.slider-wrapper{flex-direction:column;align-items:center;width:100%;max-width:860px;margin:60px auto 0;display:flex;position:relative}.phone-slides{perspective:1400px;justify-content:center;align-items:center;width:100%;height:560px;display:flex;position:relative}.phone-slide{cursor:pointer;transition:all .55s cubic-bezier(.25,.8,.25,1);position:absolute}.phone-slide.active{opacity:1;z-index:10;cursor:default;transform:translate(0,0)scale(1)}.phone-slide.prev{opacity:.7;z-index:5;transform:translate3d(-195px,20px,-160px)rotateY(18deg)scale(.82)}.phone-slide.prev:hover{opacity:.9}.phone-slide.next{opacity:.7;z-index:5;transform:translate3d(195px,20px,-160px)rotateY(-18deg)scale(.82)}.phone-slide.next:hover{opacity:.9}.phone-slide.hidden{opacity:0;z-index:0;pointer-events:none;transform:translateZ(-320px)scale(.5)}.phone-device-mockup{background:#111827;border:6px solid #1f2937;border-radius:38px;width:248px;height:520px;position:relative;overflow:hidden;box-shadow:0 28px 60px #00000038,inset 0 1px 1px #ffffff0f}.phone-device-mockup:before{content:"";z-index:20;background:#111827;border-radius:7px;width:60px;height:14px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.screenshot-img{object-fit:cover;border-radius:32px;width:100%;height:100%}.carousel-arrow{cursor:pointer;z-index:30;color:#e05322;background:#fff;border:1.5px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #0000001a}.carousel-arrow:hover{color:#fff;background:#e05322;border-color:#e05322;transform:translateY(-50%)scale(1.08);box-shadow:0 6px 20px #e053224d}.carousel-arrow.left{left:-10px}.carousel-arrow.right{right:-10px}.pagination-dots{z-index:10;gap:9px;margin-top:28px;display:flex}.dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:8px;height:8px;transition:all .25s;display:inline-block}.dot.active{background:#e05322;transform:scale(1.35)}.hero-footnote{color:#64748b;text-align:center;max-width:620px;margin-top:28px;font-size:14.5px;line-height:1.65}.download-cta{text-align:center;background:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%;padding:55px 20px}.download-cta h2{color:#e05322;margin-bottom:24px;font-size:28px;font-weight:700}.download-store-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.official-store-badge{transition:transform .2s;display:inline-flex}.official-store-badge:hover{transform:scale(1.05)}.store-badge-img{border-radius:8px;height:52px;display:block}.detail-cards-section{background:#fff;width:100%;padding:70px 40px 90px}.detail-cards-container{grid-template-columns:1fr 1fr;gap:36px;max-width:860px;margin:0 auto;display:grid}.detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px 28px;transition:box-shadow .25s,border-color .25s}.detail-card:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #2563eb14}.detail-card h3{color:#2563eb;margin-bottom:14px;font-size:19px;font-weight:700}.detail-card p{color:#334155;font-size:14.5px;line-height:1.65}@media (max-width:768px){.hero-text-centered h1{font-size:30px}.hero-subheading{font-size:14px}.phone-slides{height:480px}.phone-device-mockup{width:210px;height:440px}.phone-slide.prev{transform:translate3d(-120px,20px,-120px)rotateY(18deg)scale(.82)}.phone-slide.next{transform:translate3d(120px,20px,-120px)rotateY(-18deg)scale(.82)}.carousel-arrow.left{left:2px}.carousel-arrow.right{right:2px}.detail-cards-container{grid-template-columns:1fr;gap:24px}.hero-centered{padding:50px 24px 40px}.detail-cards-section{padding:50px 24px 70px}}@media (max-width:480px){.hero-text-centered h1{font-size:24px}.phone-slides{height:400px}.phone-device-mockup{width:170px;height:360px}.phone-slide.prev{transform:translate3d(-80px,15px,-90px)rotateY(18deg)scale(.82)}.phone-slide.next{transform:translate3d(80px,15px,-90px)rotateY(-18deg)scale(.82)}.store-badge-img{height:44px}.download-cta h2{font-size:22px}}.simple-footer{text-align:center;background:#fff;border-top:1px solid #e2e8f0;width:100%;padding:30px 20px}.simple-footer p{color:#64748b;margin:0;font-size:14px;line-height:1.5}.simple-footer strong{color:#1e293b;font-weight:600}
