@import "./uyhurFont.css";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', 'Tahoma', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

/* === ئايلانما ئارقا كۆرۈنۈش === */
.gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: radial-gradient(circle at 0% 0%, #f8fafc 0%, #ffffff 100%);
}

.gradient-bg::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(46,204,113,0.08) 0%, rgba(46,204,113,0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.gradient-bg::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 70%;
    height: 70%;
    background: radial-gradient(circle, rgba(102,126,234,0.06) 0%, rgba(102,126,234,0) 70%);
    border-radius: 50%;
    z-index: -1;
}

/* === ناۋىگاتسىيە === */
.navbar {
    padding: 24px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.92);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(145deg, #2ecc71, #1abc9c);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 20px -5px rgba(46,204,113,0.4);
}

.logo-text {
    font-size: 26px;
    font-weight: 800;
    background: linear-gradient(135deg, #1e293b, #2ecc71);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nav-menu {
    display: flex;
    gap: 48px;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #334155;
    font-weight: 500;
    transition: 0.2s;
    font-size: 16px;
}

.nav-menu a:hover {
    color: #2ecc71;
}

.nav-btn {
    background: linear-gradient(145deg, #2ecc71, #27ae60);
    padding: 10px 28px;
    border-radius: 40px;
    color: white !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(46,204,113,0.3);
}

/* === ئاساسىي قىسمى === */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 64px;
}

/* قەھرىمان بۆلۈم */
.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 80px 0 60px;
}

.hero-left h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 24px;
}

.hero-left h1 span {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-left p {
    font-size: 18px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 32px;
}

.btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(145deg, #2ecc71, #27ae60);
    padding: 16px 36px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
    box-shadow: 0 8px 20px rgba(46,204,113,0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(46,204,113,0.5);
}

.btn-outline {
    padding: 16px 36px;
    border-radius: 50px;
    color: #2ecc71;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #2ecc71;
    transition: 0.2s;
}

.btn-outline:hover {
    background: #2ecc71;
    color: white;
}

.rating {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.stars {
    color: #fbbf24;
    font-size: 20px;
}

/* يانفۇن رەسىملىرى بۆلىكى */
.hero-right {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.phone-mock {
    position: relative;
    background: #1e293b;
    border-radius: 48px;
    padding: 14px 8px;
    box-shadow: 0 40px 60px -20px rgba(0,0,0,0.4);
    transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    /*transform: translateY(10px);*/
}

/*.phone-mock:hover {*/
/*    transform: translateY(-12px);*/
/*}*/
.phone-mock.hover {
    transform: translateY(-30px);
}

.phone-screen {
    width: 260px;
    background: white;
    border-radius: 36px;
    overflow: hidden;
    aspect-ratio: 9 / 19;
    position: relative;
}

.phone-screen img {
    width: 100%;
    height: 100%;
}

.mock-label {
    text-align: center;
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.badge-new {
    display: none;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #2ecc71;
    color: white;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
}
.phone-mock.hover .badge-new {
    display: block;
}
/* === ئىشلەتكۈچى سانى بۆلىكى === */
.stats-bar {
    background: #f1f5f9;
    border-radius: 80px;
    padding: 20px 48px;
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-block {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
}

.stat-desc {
    color: #5b6e8c;
    font-size: 14px;
}

/* === ئالاھىدىلىك بۆلىكى === */
.features {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #0f172a;
}

.section-header p {
    color: #5b6e8c;
    font-size: 18px;
    margin-top: 12px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.feature-item {
    background: white;
    padding: 32px 28px;
    border-radius: 32px;
    border: 1px solid #eef2f6;
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px -20px rgba(0,0,0,0.15);
    border-color: #2ecc71;
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e8fef0, #d1fae5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.feature-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

/* === قانداق ئىشلەيدۇ === */
.how-it-works {
    background: linear-gradient(115deg, #0f172a, #1e293b);
    border-radius: 48px;
    padding: 70px 60px;
    margin: 40px 0;
    color: white;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.step {
    text-align: center;
}

.step-number {
    width: 56px;
    height: 56px;
    background: #2ecc71;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    margin: 0 auto 20px;
}

/* === چۈشۈرۈش قىسمى === */
.cta-section {
    background: linear-gradient(145deg, #f8fafc, #eff6ff);
    border-radius: 48px;
    padding: 70px 60px;
    text-align: center;
    margin: 40px 0;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.store-btn {
    background: #0f172a;
    color: white;
    padding: 14px 32px;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

.store-btn:hover {
    transform: scale(1.05);
    background: #2ecc71;
}

/* === پوت ئارا === */
footer {
    background: #0f172a;
    color: #94a3b8;
    padding: 64px 64px 32px;
    margin-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.footer-col {
    text-align: center;
}
.footer-col h4 {
    color: white;
    margin-bottom: 20px;
}

.footer-col a {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    margin-bottom: 12px;
}

.copyright {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #1e293b;
}

@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .btn-group {
        justify-content: center;
    }
    .rating {
        justify-content: center;
    }
    .container {
        padding: 0 24px;
    }
    .navbar {
        padding: 20px 24px;
    }
    .steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}