/* =========================
   HERO
========================= */

.hero {
    padding-top: 70px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 80px;
    align-items: center;
}

.hero-rating {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    background: white;
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}

.hero-text {
    font-size: 20px;
    margin-bottom: 32px;
}

.hero-list {
    margin-bottom: 40px;
}

.hero-list li {
    margin-bottom: 12px;
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-image img {
    border-radius: 30px;
    height: 720px;
    object-fit: cover;
    box-shadow: var(--shadow);
}

.hero-description{
    max-width: 700px;
    margin-bottom: 32px;
    line-height: 1.7;
}

.hero-actions{
    margin-top: 10px;
}

.hero-content{
    padding: 80px 0 120px;
}

.hero-content h1{
    max-width: 900px;
    margin-bottom: 24px;
}

.hero-description{
    max-width: 700px;
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 1.7;
    color: #5d6475;
}