* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter;
    color: #333;
    line-height: 1.6;
}

button {
    cursor: pointer;
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
}

.header {
    padding: 20px 0;
    background: transparent;
    margin-bottom: -200px;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    font-weight: 100;
    margin: 0 15px;
    text-decoration: none;
    color: #ffffff;
}

.btn-primary {
    background: #2f7d4c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
}

#menusection {
    display: inline-flex;
}

#menusection .menu {
    margin-top: 5px;
    margin-right: 20px;
}

.hero-grid .hero-text img {
    width: 200px;
}

#menusection button {
    margin-right: 20px;
}

.btn-outline {
    color: #2f7d4c;
    border: 1px solid #2f7d4c;
    padding: 10px 20px;
    background: #fff;
    border-radius: 6px;
}



.hero {
    background-color: #246B40;
    background-image: url(./media/Vector.png);
    background-size: contain;
    background-position: bottom;
    color: white;
    padding: 200px 0 200px;
    height: fit-content;
    background-position: bottom;
    background-repeat: no-repeat;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-buttons {
    margin: 20px 0;
    display: flex;
    gap: 20px;
}

.hero-buttons button {
    border: solid 1px #fff;
    border-radius: 25px;
}

.hero-buttons .btn-primary {
    background: #fff;
    color: #1E6B3E;
}

.hero-buttons .btn-outline {
    background: #FFFFFF1A;
    color: #fff;
}

.hero-image img {
    width: 110%;
    margin-bottom: -7vw;
}

.hero-rating .fa-star {
    color: #FDC700;
}

#appSection {
    display: inline-flex;
    width: 100%;
    gap: 30px;
    justify-content: center;
}

#appSection img {
    height: 60px;
    width: auto;
    bottom: 2vw;
    position: relative;
}

.hero-rating .fa-solid.fa-user-group {
    margin-left: 30px;
}

.features {
    padding: 80px 0;
    background: #f4f4f4;
    text-align: center;
}

.features .container {
    padding: 30px;
    background: #F9FAFB;
    text-align: center;
}

.features .card {
    text-align: left;
}



h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

.features .card h3 {
    margin: 20px 0;
}

.section-subtitle {
    margin-bottom: 40px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}



.interests {
    background: #8dc63f;
    padding: 70px 0;
    text-align: center;
}

.interests-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.interest {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: inline-flex;
}

.interest img {
    width: auto;
    height: 60px;
    background: #F1F1F1;
    padding: 15px;
    border-radius: 50%;
}

.interest h4 {
    text-align: left;
    padding-left: 20px;
}

.interest span {
    font-weight: 100;
    font-size: 14px;
    text-align: left;
}



.app-section {
    padding: 50px 0;
    text-align: center;
}

.app-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.phone img {
    width: 100%;
}

.app-features {
    text-align: left;
}

.app-features ul {
    list-style: none;
    margin-top: 20px;
}

.app-features li {
    display: inline-flex;
    margin-bottom: 20px;
    width: 100%;
}

.app-features li img {
    margin: 0px 20px 20px 0;
}

.app-features span {
    font-size: 14px;
    font-weight: 100;
}

.experience {
    padding: 0 0 80px 0;
    text-align: center;
}

.download .row {
    margin: auto;
}


.secScarica {
    display: inline-flex;
    text-align: left;
}

.secScarica .fa-solid {
    margin: 0 20px 0 0;
}

.secScarica span {
    font-weight: 100;
    font-size: 14px;
}


.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.experience-card {
    position: relative;
}

.experience-card img {
    width: 100%;
    border-radius: 10px;
}

.card img {
    width: 50px;
}

.experience-card span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-weight: 600;
}



.download {
    background: #1e5b35;
    color: white;
    text-align: center;
    padding: 80px 0;
}

.store-buttons img {
    width: 150px;
    margin: 30px 10px;
}



.newsletter {
    padding: 70px 0;
    background: #f4f4f4;
    text-align: center;
}

.newsletter input {
    padding: 12px;
    width: 250px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.newsletter button {
    padding: 12px 20px;
    background: #2f7d4c;
    color: white;
    border: none;
    border-radius: 5px;
}

.newsletter-box p {
    font-weight: 100;
    font-size: 14px;
}

.footer {
    background: #1e5b35;
    color: white;
    padding: 60px 0;
}

.subfoot p {
    color: #fff !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer p {
    font-size: 14px;
    font-weight: 100;
    color: #99A1AF;
}

.footer h4 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer li {
    font-size: 12px;
    font-weight: 100;
    color: #99A1AF;
}



@media (max-width:900px) {

    .hero-grid,
    .app-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .features-grid,
    .interests-grid,
    .experience-grid {
        grid-template-columns: 1fr;
    }

}