Coming Soon
We are preparing something new for AppDepo Applications. This page will be available soon.
.dot { width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 0 18px rgba(96,165,250,0.85); } h1 { margin: 0; font-size: clamp(36px, 6vw, 64px); line-height: 1.05; letter-spacing: -0.03em; } .highlight { background: linear-gradient(90deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } p { margin: 20px auto 0; max-width: 560px; font-size: clamp(17px, 2.2vw, 20px); line-height: 1.65; color: var(--muted); } .footer { margin-top: 34px; font-size: 14px; color: rgba(203,213,225,0.78); } @media (max-width: 640px) { .card { padding: 42px 22px; border-radius: 22px; } }
We are preparing something new for AppDepo Applications. This page will be available soon.