body, html {
    height: 100%;
    background-color: #fff;
    font-family: system-ui, -apple-system, Helvetica Neue, Arial, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 16px; 
}

.navbar {
    background-color: #ffffff;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0 !important;
}

.navbar-light .navbar-nav .nav-link.btn {
    background-color: #FF9933;
    border-color: #FF9933;
    color: white;
    padding: 0.375rem 0.75rem;
}

.navbar-brand img {
    width: 100px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.5em; 
    letter-spacing: 0.05em; 
    word-spacing: 0.1em;
    padding-top: 10px; 
    padding-bottom: 10px; 
}

h1 {
    font-size: 2.5rem; 
    font-weight: bold;
}

h2 {
    font-size: 2rem; 
    font-weight: bold;
}

h3 {
    font-size: 1.75rem; 
    font-weight: bold;
}

h4 {
    font-size: 1.5rem; 
    font-weight: bold;
}

h5 {
    font-size: 1.25rem; 
    font-weight: bold;
}

h6 {
    font-size: 1rem; 
    font-weight: bold;
}

p {
    font-size: 1rem; 
    font-weight: normal;
    color: #666;
    line-height: 1.5;
    letter-spacing: 0.05em; 
    word-spacing: 0.1em;
    padding-top: 10px; 
    padding-bottom: 10px; 
}

.button-get-started {
    background-color: #FF9933; 
    border-color: #FF9933; 
    color: #000;
    font-weight: 600; 
}

.button-already-account {
    border: none;
    color: white; 
    padding: 0.375rem 0.75rem;
    background-color: #29AB87;
    font-weight: 600;
}

.hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100vh;
    padding: 20px 0;
}

.row {
    flex: 1 0 auto; 
}

.language-selector {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    border-top: 2px solid #eee;
    padding-top: 10px;
    border-bottom: 2px solid #eee;
}

.language-scroll {
    display: inline-flex; 
    animation: scroll 80s linear infinite;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.language-selector div {
    display: inline-block;
    margin: 0 10px;
}

.language-selector img {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 20px;
}

.language-selector span {
    display: block;
    font-size: 0.75rem;
    margin-top: 5px;
}

.btn-primary:hover {
    background-color: #FF9933; 
    border-color: #FF9933; 
    color: #000; 
}

.button-get-started:hover, .button-already-account:hover {
    background-color: #FF9933; 
    border-color: #FF9933;
    color: 000;
}

.button-already-account:hover {
    background-color: #29AB87; 
    border-color: #29AB87;
    color: white;
}

.benefits{
    flex-direction: column;
    padding-top: 120px;
}

.social-icons {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 40px; 
}

.fa-2xl { 
    font-size: 2rem; 
}

.before-footer {
    background-color: bisque;
}

ul {
    padding-left: 0; 
    list-style-type: none; 
    margin: 0; 
}

ul li {
    text-align: center; 
    padding: 5px 0; 
}

ul li a {
    color: #333; 
    text-decoration: none; 
    display: block;
}

li {
    font-weight: 600;
}

.col-sm-4, .col-sm-3 {
    padding: 0 15px; 
}

.before-footer .row {
    justify-content: center; 
}

.social-icons a {
    color: #FF9933;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 10px;
    z-index: 1000;
    display: none; 
}

.cookie-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cookie-text {
    flex-grow: 1;
    padding: 0 15px; 
}

.cookie-btn {
    white-space: nowrap; 
    margin-left: 20px;
    cursor: pointer;
    background-color: #FF9933;
    color: #000;
    border: #FF9933;
    font-weight: 600;
}

.padding-top {
    padding-top: 8em !important;
}

.pricing-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-card h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.pricing-card p {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1.5rem;
    flex-grow: 1; 
}

.pricing-card ul li {
    font-size: 1rem;
    color: #666;
    margin: 0.5rem 0;
}

.pricing-card .btn {
    background-color: #FF9933;
    border-color: #FF9933;
    color: #000;
    font-weight: 600;
}

.pricing-card .btn:hover {
    background-color: #FF7F00;
    border-color: #FF7F00;
    color: #000;
}

.icon-text {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.icon-text picture {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .hero, .benefits {
        padding-top: 120px !important;
    }
    .hero .row, .benefits .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero .col-md-6 {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    h1 {
        font-size: 1.75rem;  
    }

    h3 {
        font-size: 1.25rem; 
    }

    .hero .btn {
        width: 75%; 
        margin: 10px auto; 
        display: block; 
    }
    .container-footer {
        padding-top: 50px;
    }
    .cookie-consent {
        font-size: 0.8rem;
    }
    .cookie-btn {
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #FF9933 !important;
        color: #000;
        border: #FF9933 !important;
    }
    .resources-lottie {
        padding-bottom: 50px;
    }
    .social-lottie {
        padding-top: 60px;
    }
}

@media (max-height: 736px) {
    .hero, .benefits, .social, .section {
        padding-top: 40px; 
    }
    .lootie-files {
        width: 150px !important;
        margin: 0 auto; 
        display: block; 
    }
    .fa-2xl { 
        font-size: 1.5rem; 
    }
}
