:root {
    --primary-color: #FF4742;
    --text-color: #2D3436;
    --background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
}

header {
    background: white;
    padding: 1rem 5%;
    border-bottom: 1px solid #eee;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--primary-color);
    background: rgba(255, 71, 66, 0.1);
}

.nav-contact {
    background: var(--primary-color);
    color: white !important;
}

.nav-contact:hover {
    background: #e63d38 !important;
    color: white !important;
}

.dark-section {
    background: #f8f9fa;
    padding: 4rem 0;
    margin: 4rem 0;
}

.problem-card {
    background: white;
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

main {
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 0 5%;
}

#hero {
    padding: 4rem 0;
    text-align: center;
}

.tag {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin: 3rem 0;
}

.stat-item h3 {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.cta-button {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 2rem;
}

#partners {
    padding: 4rem 0;
    text-align: center;
}

.testimonial {
    max-width: 100%;
    margin: 3rem auto;
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.owner-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

blockquote {
    font-size: 1.2rem;
    font-style: italic;
    margin: 1rem 0;
}

#features {
    padding: 4rem 0;
}

.problems-grid, .solutions-grid, .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.problem-card, .solution-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.problem-icon, .solution-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.solution-section {
    margin-top: 4rem;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card {
    text-align: center;
    padding: 2rem;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

#contact {
    background: var(--primary-color);
    color: white;
    text-align: center;
    padding: 4rem 5%;
    margin: 4rem -5%;
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    margin: 2rem auto;
}

input[type="tel"],
input[type="text"] {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
}

button {
    background: #2D3436;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
}

.guarantee {
    font-size: 0.9rem;
    opacity: 0.9;
}

footer {
    background: #2D3436;
    color: white;
    padding: 3rem 5% 2rem;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.social-links a {
    color: white;
    text-decoration: none;
    margin-left: 2rem;
    opacity: 0.8;
}
.telegram::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../smartmenu/images/telegram.svg"); /* Telegram iconni  "telegram-icon.svg" ga almashtiring */
    background-size: cover;
    margin-right: 5px;
}

.instagram::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("../smartmenu/images/icons8-instagram.svg"); /* Instagram iconni  "instagram-icon.svg" ga almashtiring */
    background-size: cover;
    margin-right: 5px;
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.8;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .stats {
        flex-direction: column;
        gap: 2rem;
    }

    #contact-form {
        flex-direction: column;
    }

    .nav-links {
        display: none;
    }
}
