body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
    padding-top: 56px; /* For fixed header */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #212529;
    margin-bottom: 0.5em;
}

h1 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
}

h3 {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.4;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.5rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    h3 {
        font-size: 2rem;
    }
}

a {
    color: #2196F3;
    text-decoration: none;
}

a:hover {
    color: #1976D2;
    text-decoration: underline;
}

.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #8BC34A !important;
    font-size: 1.75rem;
}

.nav-link {
    color: #607D8B !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #8BC34A !important;
}

.btn-primary {
    background-color: #8BC34A;
    border-color: #8BC34A;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #7CB342;
    border-color: #7CB342;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #607D8B;
    border-color: #607D8B;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover {
    background-color: #455A64;
    border-color: #455A64;
    transform: translateY(-2px);
}

.btn-info {
    background-color: #2196F3;
    border-color: #2196F3;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.btn-info:hover {
    background-color: #1976D2;
    border-color: #1976D2;
    transform: translateY(-2px);
}

.hero-section {
    background-color: #e8f5e9;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-section .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.section-padding {
    padding: 80px 0;
}

.bg-light-green {
    background-color: #f0fdf0;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    padding: 25px;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #8BC34A;
    margin-bottom: 15px;
}

.icon-feature {
    font-size: 3rem;
    color: #8BC34A;
    margin-bottom: 15px;
}

.footer {
    background-color: #343a40;
    color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 0.9rem;
}

.footer h5 {
    color: #8BC34A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer a {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #8BC34A;
    text-decoration: underline;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer hr {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 30px;
    margin-bottom: 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    z-index: 1050;
    display: none; /* Hidden by default */
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.cookie-banner .btn {
    margin: 5px;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.cookie-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.limitation-block {
    background-color: #fffde7; /* Light yellow for caution/information */
    border-left: 5px solid #FFC107;
    padding: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
}

.limitation-block h3 {
    color: #FFC107;
    margin-bottom: 15px;
}

.limitation-block p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.table-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
}

.table th, .table td {
    vertical-align: middle;
}

.table thead th {
    background-color: #8BC34A;
    color: #fff;
    border-color: #7CB342;
}

.table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 10px 15px;
}

.form-control:focus {
    border-color: #8BC34A;
    box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25);
}

.disclaimer-text {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 15px;
}

.blog-card-image {
    height: 180px;
    object-fit: cover;
}

.blog-post-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 30px;
}

.text-center-mobile {
    text-align: center;
}

@media (min-width: 768px) {
    .text-center-mobile {
        text-align: left;
    }
}

.cta-block {
    background-color: #e8f5e9;
    padding: 60px 0;
    text-align: center;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cta-block h2 {
    color: #8BC34A;
    margin-bottom: 30px;
}

.cta-block .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    color: #212529;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #8BC34A;
    border-radius: 2px;
}

.icon-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon-list-item .icon {
    font-size: 2rem;
    color: #8BC34A;
    margin-right: 15px;
    flex-shrink: 0;
}

.icon-list-item p {
    margin-bottom: 0;
}

.two-column-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .two-column-block {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .two-column-block.reverse-order {
        flex-direction: row-reverse;
    }
}

.two-column-block .text-content {
    flex: 1;
    padding: 20px;
}

.two-column-block .image-content {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.two-column-block .image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    background-color: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #607D8B;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.faq-answer {
    padding: 15px 20px;
    background-color: #fff;
    display: none;
    border-top: 1px solid #eee;
}

.faq-question .toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-question.active .toggle-icon {
    transform: rotate(180deg);
}

.table-nutrients {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
}

.table-nutrients th, .table-nutrients td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
}

.table-nutrients th {
    background-color: #8BC34A;
    color: white;
    font-weight: 600;
}

.table-nutrients tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table-nutrients tr:hover {
    background-color: #e6ffe6;
}

.table-nutrients td:first-child {
    font-weight: 500;
    color: #607D8B;
}

.text-muted {
    color: #6c757d !important;
}
