body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Color Palette */
:root {
    --primary-color: #66bb6a; /* Verde mentă */
    --secondary-color: #4dd0e1; /* Turcoaz deschis */
    --accent-color: #263238; /* Albastru marin */
    --light-bg-color: #f5f5dc; /* Bej nisipiu */
    --text-color: #333;
    --light-text-color: #666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif; /* Modern sans-serif for headings */
    color: var(--accent-color);
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

p {
    margin-bottom: 1rem;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.header-fixed {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.navbar-brand {
    font-weight: 700;
    color: var(--accent-color) !important;
    font-size: 1.8rem;
}

.nav-link {
    color: var(--accent-color) !important;
    font-weight: 500;
    padding: .5rem 1rem;
}

.nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.hero-section {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 8rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.hero-content h1 {
    color: #fff;
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.hero-content h2 {
    color: #eee;
    font-size: 1.5rem;
    font-weight: 300;
}

.section-padding {
    padding: 4rem 0;
}

.bg-light-beige {
    background-color: var(--light-bg-color);
}

.card {
    border: none;
    border-radius: .5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
}

.card-img-top {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    height: 200px;
    object-fit: cover;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: 1.8rem;
}

.icon-leaf::before {
    content: '\2618'; /* Unicode leaf symbol */
}

.icon-water::before {
    content: '\1F4A7'; /* Unicode water drop */
}

.icon-balance::before {
    content: '\2696'; /* Unicode balance scale */
}

.icon-check::before {
    content: '\2713'; /* Unicode check mark */
}

.icon-cross::before {
    content: '\2718'; /* Unicode cross mark */
}

.icon-calendar::before {
    content: '\1F4C5'; /* Unicode calendar */
}

.icon-history::before {
    content: '\1F550'; /* Unicode clock */
}

.icon-question::before {
    content: '\003F'; /* Unicode question mark */
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--accent-color);
    color: #fff;
    padding: 1rem;
    text-align: center;
    z-index: 1050;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cookie-banner p {
    margin: 0;
    flex-grow: 1;
    text-align: left;
}

.cookie-banner .btn {
    white-space: nowrap;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.cookie-banner .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.cookie-banner .btn-outline-light:hover {
    background-color: #fff;
    color: var(--accent-color);
}

.footer {
    background-color: var(--accent-color);
    color: #fff;
    padding: 3rem 0;
    font-size: 0.9rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.footer .list-unstyled li {
    margin-bottom: .5rem;
}

.disclaimer-text {
    font-size: 0.85rem;
    color: #ccc;
    margin-top: 1.5rem;
}

.form-control {
    border-radius: .25rem;
    border: 1px solid #ced4da;
    padding: .75rem 1rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .2rem rgba(102, 187, 106, .25);
}

.accordion .card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0;
}

.accordion .btn-link {
    width: 100%;
    text-align: left;
    padding: 1rem 1.25rem;
    color: var(--accent-color);
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.accordion .btn-link:hover {
    color: var(--primary-color);
}

.accordion .card-body {
    padding: 1.25rem;
    border-top: 1px solid rgba(0,0,0,.125);
    background-color: #fcfcfc;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--primary-color);
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

.timeline-item:after {
    clear: both;
    content: '';
    display: table;
}

.timeline-item-panel {
    width: 45%;
    float: left;
    border: 1px solid #ddd;
    border-radius: .5rem;
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.timeline-item-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
    border-color: transparent var(--primary-color) transparent transparent;
}

.timeline-item-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
    border-color: transparent #fff transparent transparent;
}

.timeline-item-panel.right {
    float: right;
}

.timeline-item-panel.right:before {
    left: auto;
    right: -15px;
    border-left-width: 15px;
    border-right-width: 0;
    border-color: transparent transparent transparent var(--primary-color);
}

.timeline-item-panel.right:after {
    left: auto;
    right: -14px;
    border-left-width: 14px;
    border-right-width: 0;
    border-color: transparent transparent transparent #fff;
}

.timeline-item-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    z-index: 100;
}

@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-content h2 {
        font-size: 1.2rem;
    }
    .timeline:before {
        left: 18px;
    }
    .timeline-item-badge {
        left: 18px;
        margin-left: 0;
        top: 10px;
    }
    .timeline-item-panel {
        width: calc(100% - 70px);
        float: right;
    }
    .timeline-item-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
        border-color: transparent var(--primary-color) transparent transparent;
    }
    .timeline-item-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
        border-color: transparent #fff transparent transparent;
    }
    .timeline-item-panel.right {
        float: right;
    }
    .timeline-item-panel.right:before,
    .timeline-item-panel.right:after {
        left: auto;
        right: -15px;
        border-left-width: 15px;
        border-right-width: 0;
        border-color: transparent var(--primary-color) transparent transparent;
    }
    .cookie-banner p {
        text-align: center;
    }
    .cookie-banner .btn {
        width: 100%;
        margin-top: 5px;
    }
}

.month-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .5rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.month-card:hover {
    background-color: var(--light-bg-color);
    transform: translateY(-3px);
}

.month-card.active {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.month-card.active h3 {
    color: #fff;
}

.seasonal-content {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
}

.nutrient-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

.nutrient-icon.proteins {
    background-color: #ef5350;
}
.nutrient-icon.fats {
    background-color: #ffca28;
}
.nutrient-icon.carbs {
    background-color: #66bb6a;
}
.nutrient-icon.vitamins {
    background-color: #26a69a;
}
.nutrient-icon.minerals {
    background-color: #7e57c2;
}
