@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

body {
    font-family: "Unbounded", sans-serif;
    background-color: #ffffff;
    cursor: url(assets/cursor.png), default;
}

.logo {
    display: flex;
    width: 75px;
    height: 75px;
}

.head {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #34363b;
    justify-content: center;
}

.btn {
    font-family: "Unbounded", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 25px;
    background: #34363b;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    color: #FFFFFF;
    padding: 15px 15px;
    text-decoration: none;
}

.info {
    text-align: center;
    list-style: none;
}

footer {
    padding: 0px;
    margin: 0px;
}

.box {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.gazan {
    height: 650px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/* Карточки преимуществ, скриншотов и скачивания */
.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 40px 0;
}

.card {
    background: #f5f5f7;
    border-radius: 20px;
    box-shadow: 0 2px 12px rgba(52,54,59,0.08);
    padding: 32px 24px;
    max-width: 340px;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.card h2 {
    margin-bottom: 16px;
    font-size: 1.4em;
}

.card ul {
    text-align: left;
    margin-bottom: 16px;
}

.screenshots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 16px;
}

.screenshot {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    background: #ddd;
}

.download-btn {
    margin-top: 12px;
    font-size: 20px;
    padding: 10px 30px;
}
}