﻿* {
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #ffffff;
    color: #000000;
}

h1 {
    font-size:2.5rem;
}

h2 {
    font-size: 2.5rem;
}

.Evidenziatura {
    background-color: #fff5d2;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    transform: rotate(-1deg);
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000 !important;
    letter-spacing: -0.5px;
    max-width: 200px
}

.nav-link {
    color: #000000 !important;
    font-weight: 400;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .nav-link:hover {
        background-color: #f8f8f8;
    }

    .nav-link.active {
        background-color: #ffc600;
        color: #000000 !important;
        font-weight: 500;
    }

.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.content-section {
    min-height: auto;
    display: block;
    padding: 3rem 0;
}

.payoff-section {
    padding: 0 0 2rem;
}

.payoff-title {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}



.payoff-subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
}

.video-section {
    max-width: 900px;
    margin: 0 auto;
}

    .video-section video {
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

.feature-section {
    margin-bottom: 20px;
    margin-top: 50px;
}

.feature-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    font-style: normal;
}

.feature-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.feature-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.placeholder-content {
    text-align: center;
    padding: 3rem 1.5rem;
}

    .placeholder-content h1 {
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 1rem;
        letter-spacing: -1px;
    }

    .placeholder-content p {
        font-size: 1.1rem;
        color: #666;
        font-weight: 300;
    }

.btn-cta {
    background-color: #ffc600;
    color: #000000;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
}

    .btn-cta:hover {
        background-color: #e6b200;
        color: #000000;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(255, 198, 0, 0.3);
    }

footer {
    background-color: #f8f8f8;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}

    footer .nav-link {
        color: #666 !important;
        margin: 0.25rem 0;
    }

        footer .nav-link:hover {
            color: #000000 !important;
            background-color: transparent;
        }

        footer .nav-link.active {
            background-color: transparent;
            color: #ffc600 !important;
            font-weight: 500;
        }

.footer-copyright {
    color: #999;
    font-size: 0.9rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 1rem 0;
    }

    .nav-link {
        margin: 0.25rem 0;
    }

    .payoff-title {
        font-size: 2rem;
    }

    .payoff-subtitle {
        font-size: 1.1rem;
    }

    .feature-title {
        font-size: 1.6rem;
    }

    .feature-text {
        font-size: 1rem;
    }
}

