:root {
    --c8-color: #48484d;
    --c8-color-green: #b2ee22;
    --c8-color-nature-green: #2e8b57;

    --c8-font-family: 'Noto Sans', Helvetica Neue, Helvetica, Arial;
}

body {
    font-family: var(--c8-font-family), sans-serif;
    color: var(--c8-color);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

a {
    color: var(--c8-color-nature-green);
    text-decoration: none;
}

a:hover {
    color: var(--c8-color-nature-green);
}

h1, h2, h3, h4, h5 {
    font-family: 'Noto Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #1b1b1e;
}

h1 {
    color: #06282d;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
}

b, strong {
    font-weight: bold;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--c8-color-green);
    color: var(--c8-color);
    padding: 8px 20px;
    z-index: 2000;
    text-decoration: none;
    transition: top 0.3s;
    outline-offset: inherit !important;
    outline: inherit !important;
    border-radius: 0;
    border: none;
}

.skip-link:focus {
    top: 0 !important;
}

.post-content h1 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 50px;
}

.post {
    border: 1px solid #ececec;
    padding: 0 20px;
    border-radius: 5px;
}

.single .post {
    border: none;
}

h2 {
    font-weight: 500;
    margin: 0 0 20px 0;
}

h2.post-title {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
}

h2.post-title a {
    color: #1a1818;
}

h2.custom-content-header {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 34px;
}

h3 {
    font-weight: 400;
    margin: 30px 0 10px 0;
    font-size: 24px;
}

h3.accordion-header {
    margin-top: 0 !important;
}

.lead {
     font-size: 1.25rem;
     font-weight: 400;
 }

.c8_custom_post ul {
    list-style: none;
    padding-left: 0;
}

.c8_custom_post ul. li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.c8_custom_post ul li:before {
    content: "\F135";
    font-family: "bootstrap-icons";
    font-weight: 900;
    margin-right: 10px;
    color: var(--c8-color-nature-green);
}

.c8_custom_post ol {
    padding-left: 0;
    list-style: none;
}

.c8_custom_post ol li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.c8_custom_post ol li::before {
    content: "\F272";
    font-family: "bootstrap-icons";
    font-weight: 900;
    margin-right: 10px;
    color: var(--c8-color-green);
}

.c8_custom_post h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 50px 0 15px;
}

.c8_custom_post h2.grid-header {
    margin: 0 0 15px;
}

.c8_custom_post h3 {
    font-weight: 400;
    font-size: 22px;
    margin: 40px 0 12px;
    text-transform: none;
}

.description {
    line-height: 30px;
}

.my-150 {
    margin: 150px 0;
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.header.fixed-top {
    background-color: #fff;
}

.content-section .plus {
    background-color: #556270;
    color: #fff;
}

.custom-logo-link img {
    max-width: 70px;
    height: auto;
}

.card-body i {
    font-size: 50px;
}

.price-info {
    font-size: 13px;
    color: #2b3035;
    line-height: 22px;
    font-weight: 300;
    margin: 120px 0 20px;
}

.content-area {
    margin-top: 120px;
}

/* Pagination-Styling */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px 0;
}

.pagination a {
    padding: 0px 15px;
    margin: 0 5px;
    text-decoration: none;
    background-color: var(--c8-color-nature-green);
    color: #fff;
    border-radius: 2px;
}

.pagination a:hover {
    background-color: var(--c8-color-nature-green);
}

.pagination .current {
    font-weight: bold;
    padding: 0 15px;
}

.pagination .dots {
    padding: 10px 0;
}

.date_published {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    max-width: 80%;
    margin: 0 auto;
}

.price {
    background-color: var(--c8-color-nature-green);
    border-radius: 100%;
    padding: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    top: 20px;
    left: 20px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--c8-color-nature-green) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--c8-color-nature-green);
    --bs-btn-border-color: var(--c8-color-nature-green);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--c8-color-nature-green);
    --bs-btn-hover-border-color: var(--c8-color-nature-green);
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--c8-color-nature-green);
    --bs-btn-active-border-color: var(--c8-color-nature-green);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--c8-color-nature-green);
    --bs-btn-disabled-border-color: var(--c8-color-nature-green);
}

.post-category {
    color: #fff;
}

.post-category a {
    color: #fff;
    background-color: var(--c8-color-nature-green);
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.page-template-startseite .parallax-window {
    min-height: 700px;
    background: transparent;
}

.parallax-content {
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 14px;
    color: #fff;
    opacity: 0.3;
}

.price-detail {
    font-weight: 500;
    font-size: 20px;
}

.voucher {
    background: linear-gradient(131deg, rgba(218, 226, 229, 1) 0%, rgba(180, 190, 193, 1) 100%);
}

figcaption {
    position: absolute;
    bottom: 16px;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    padding: 0 9px;
    font-size: 10px;
}

.ama-table a[rel="noreferrer noopener sponsored nofollow"] {
     display: block;
     background-color: var(--c8-color-nature-green);
     border-radius: 10px;
     color: #fff;
     padding: 8px;
     font-weight: 400;
 }

.ama-table table {
    max-width: 400px;
    margin: 0 auto;
}

.ama-table table thead th {
    font-size: 24px;
}

.copy-hinweis,
.copyright-hinweis {
    font-size: 14px;
    color: #727f85;
}

.affiliate_content a[rel="noopener"] {
    background-color: var(--c8-color-nature-green);
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    margin: 30px 0;
    display: inline-block;
}

a[rel="noreferrer noopener sponsored nofollow"] {
    background-color: var(--c8-color-nature-green);
    padding: 6px 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    margin: 30px 0;
    display: inline-block;
}


#moove_gdpr_cookie_info_bar {
    max-height: inherit !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #000 !important;
    border-radius: 10px;
}

.power {
    padding: 50px 0;
    background-color: #ececec;
}

.page-template-startseite .power .post {
    border: none;
    background: #fff;
    padding: 1px 20px;
}

.power.incontent {
    padding: 50px 0;
    background-color: #ececec;
}

.single .power.incontent .post {
    border: none;
    background: #fff;
    padding: 1px 20px;
}

@media screen and (max-width: 575px)  {

    h1 {
        font-size: 30px;
        line-height: 48px;
    }

    .post-content h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
    }

}

.voucher {
    background: linear-gradient(135deg, #f0f4ff, #ffffff);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e6f0;
}

.voucher h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2b2d42;
    margin-bottom: 1rem;
}

.voucher p.fw-bold {
    font-size: 1.5rem;
    color: #1d3557;
}

.voucher .info-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 1rem;
}

.voucher .info-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.voucher .info-box b {
    display: block;
    font-size: 1.1rem;
    color: #212529;
    margin-top: 0.25rem;
}

.voucher .btn-primary {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    background-color: var(--c8-color-nature-green);
    border: none;
}

.voucher .btn-primary:hover {
    background-color: var(--c8-color-nature-green);
}

h1.product-detail-title {
    color: #06282d;
    font-size: 50px;
    font-weight: 900;
    line-height: 52px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.detail-price {
    font-size: 36px;
    font-weight: 600;
    color: #06282d;
}

.product-detail-brand {
    font-size: 20px;
}

/* Grundzustand (zugeklappt) */
.accordion-button {
    color: #666;
    position: relative;
    box-shadow: none !important;
    outline: none !important;
}

/* Symbol + und - */
.accordion-button::after {
    content: "+";
    font-weight: bold;
    font-size: 1.25rem;
    margin-left: auto;
    transition: transform 0.2s ease;
    outline: none;
    box-shadow: none;
    background-image: none !important;
    transform: none !important;
}

/* Wenn aktiv (aufgeklappt) */
.accordion-button:not(.collapsed) {
    color: #06282d;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

/* Symbol ändert sich zu - wenn geöffnet */
.accordion-button:not(.collapsed)::after {
    content: "−";
    color: #06282d;
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed):focus,
.accordion-button:not(.collapsed):active {
    box-shadow: none !important;
    outline: none !important;
    border-color: transparent !important;
}

.custom-hr {
    width: 60%;
    height: 1px;
    background-color: #9494a1;
    border: none;
    margin: 2rem auto; /* zentriert horizontal, mit Abstand oben/unten */
}

.custom-list {
    list-style: none;
    padding-left: 0;
    margin: 1rem 0;
}

.custom-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.75rem;
    color: #333;
    font-size: 1rem;
}

/* Bootstrap Icon als ::before Pseudo-Element */
.custom-list li::before {
    content: "\F26A"; /* Unicode für bi-check-circle */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.05rem;
    font-size: 1.2rem;
    color: var(--c8-color-nature-green);
}

.parallax-title {
    top: 40%;
    left: 20%;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    font-weight: 900 !important;
    max-width: 850px;
}

@media screen and (max-width: 768px)  {
    .parallax-title {
        top: 70%;
        left: 10%;
        font-size: 22px;
        max-width: 530px;
    }
}

@media screen and (max-width: 575px)  {
    .parallax-title {
        top: 80%;
        left: 7%;
        font-size: 22px;
        max-width: 530px;
    }
}

.text-gradient-primary {
    background: linear-gradient(90deg, #47f63b, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.separator {
    width: 80px;
    height: 3px;
    opacity: 0.7;
}

.icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-soft {
    background-color: rgba(59, 130, 246, 0.1);
}
.bg-success-soft {
    background-color: rgba(16, 185, 129, 0.1);
}
.bg-warning-soft {
    background-color: rgba(245, 158, 11, 0.1);
}
.bg-info-soft {
    background-color: rgba(6, 182, 212, 0.1);
}
.bg-danger-soft {
    background-color: rgba(239, 68, 68, 0.1);
}
.bg-purple-soft {
    background-color: rgba(139, 92, 246, 0.1);
}

.hover-shadow {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.transition-all {
    transition: all 0.3s ease;
}

/* Trust Section Styling */
.bg-gradient-primary {
    background: linear-gradient(135deg, #38ef7d 0%, #11998e 100%);
}

.bg-white-10 {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.trust-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.trust-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

/* Modern Accordion Styling */
.modern-accordion .accordion-button {
    background-color: white;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.modern-accordion .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: var(--c8-color-nature-green);
}

.modern-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
}

.modern-accordion .accordion-body {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.modern-accordion .accordion-button::after {
    background-size: 1.2rem;
    transition: all 0.3s ease;
}

#company-filters {
    margin-bottom: 20px;
}

.filter-button {
    padding: 8px 14px;
    margin: 4px;
    background-color: var(--c8-color-nature-green);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.filter-button:hover,
.filter-button.active {
    background-color: var(--c8-color-nature-green);
}

.post-item {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.post-item.hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Image Hover Effect */
.image-wrapper {
    overflow: hidden;
}

.image-wrapper img {
    transition: transform 0.5s ease;
}

.post-card:hover .image-wrapper img {
    transform: scale(1.05);
}

/* Category Badge Hover */
.category-badge {
    transition: background-color 0.3s ease;
}

.category-badge:hover {
    background-color: var(--c8-color-nature-green); !important;
}

.post-card {
    transition: all 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

/* Optionale weitere Effekte */
.post-title a {
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: var(--c8-color-nature-green);
}

.category-badge {
    transition: background-color 0.3s ease;
}

.category-badge:hover {
    background-color: var(--c8-color-nature-green);
}

.filter-container {
    margin-bottom: 30px;
    text-align: center;
}

.filter-btn {
    padding: 8px 15px;
    margin: 0 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #e0e0e0;
}

.filter-btn.active {
    background-color: var(--c8-color-nature-green);
    color: white;
    border-color: var(--c8-color-nature-green);
}

/* Post-Grid Styling */
.posts-grid {
    display: flex;
    flex-wrap: wrap;
    transition: height 0.5s ease;
}

.post-item {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.post-item.hidden {
    display: none;
}

.post-item.fade-out {
    opacity: 0;
    transform: scale(0.95);
}

.post-item.fade-in {
    animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Load More Button */
.load-more-container {
    text-align: center;
    margin: 30px 0;
}

.load-more-btn {
    padding: 10px 25px;
    background-color: var(--c8-color-nature-green);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.load-more-btn:hover {
    background-color: var(--c8-color-nature-green);
}

.loader {
    margin-top: 15px;
    font-style: italic;
    color: #666;
}

/* Verstecke Load More Button wenn es keine weiteren Posts gibt */
.load-more-btn.hidden {
    display: none;
}

#flush-collapseOne {
    font-size: 14px;
}

.cta-button {
    background: #2d7016;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background: #1e4a0f;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #f8fffe 0%, #f1f8f0 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(45, 112, 22, 0.05) 0%, transparent 70%);
    animation: float 20s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.hero-content {
    max-width: 800px;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 1s ease 0.5s forwards;
}

.hero .subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: #666;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 1s ease 0.8s forwards;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 1s ease 1.1s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Feature Sections */
.section {
    padding: 100px 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #1d1d1f;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 80px;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2d7016, #4a9c2d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
}

.feature-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1d1d1f;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}

/* Split Section */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0;
}

.split-content h2 {
    font-size: clamp(2rem, 3.5vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 30px;
    color: #1d1d1f;
}

.split-content p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.split-image {
    background: linear-gradient(135deg, #2d7016, #4a9c2d);
    border-radius: 20px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.split-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
}

/* Statistics Section */
.stats-section {
    background: #f8fffe;
    padding: 100px 0;
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #2d7016;
    margin-bottom: 10px;
    counter-reset: number;
}

.stat-label {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2d7016, #4a9c2d);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 30px;
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.cta-button.white {
    background: white;
    color: #2d7016;
}

.cta-button.white:hover {
    background: #f0f0f0;
}

/* Footer */
footer {
    background: #1d1d1f;
    color: white;
    padding: 60px 0 30px;
    text-align: center;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #2d7016;
}

.footer-section p, .footer-section a {
    color: #ccc;
    text-decoration: none;
    line-height: 1.6;
}

.footer-section a:hover {
    color: #2d7016;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    color: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .split-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-button {
        display: inline-block;
        width: 200px;
        text-align: center;
    }
}

/* Scroll Progress Bar */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #2d7016;
    z-index: 9999;
    transition: width 0.1s ease;
}

/* Parallax Elements */
.parallax-element {
    position: absolute;
    opacity: 0.1;
    font-size: 8rem;
    color: #2d7016;
    pointer-events: none;
    z-index: 1;
}