* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.ad-disclosure {
    background-color: #fffbea;
    border-bottom: 1px solid #e6dbb9;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6b5d3f;
}

.asymmetric-header {
    position: relative;
}

.floating-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.nav-links a:hover {
    opacity: 0.8;
}

.hero-asymmetric {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    padding: 120px 60px 60px;
    max-width: 580px;
    margin-left: 8%;
}

.hero-title-large {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a2e1a;
    margin-bottom: 28px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 38px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 42px;
    background-color: #2d5016;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #3d6e20;
}

.hero-image-overlap {
    position: absolute;
    right: -5%;
    top: 15%;
    width: 58%;
    height: 75%;
    transform: rotate(-3deg);
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
}

.vision-block-irregular {
    display: flex;
    align-items: center;
    padding: 100px 60px;
    gap: 70px;
    background-color: #fafbfa;
}

.vision-content-left {
    flex: 1;
    padding-right: 40px;
}

.vision-content-left h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 28px;
    line-height: 1.2;
}

.vision-content-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.vision-image-right {
    flex: 0 0 420px;
    height: 380px;
    transform: translateY(-30px) rotate(2deg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.vision-image-right img {
    width: 100%;
    height: 100%;
}

.problem-amplification {
    padding: 110px 60px;
    background: linear-gradient(135deg, #f5f7f5 0%, #e8ede8 100%);
}

.problem-content-center {
    max-width: 1100px;
    margin: 0 auto;
}

.problem-content-center h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 60px;
    text-align: center;
}

.problem-grid-offset {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.problem-card {
    background-color: #fff;
    padding: 45px 35px;
    border-radius: 10px;
    flex: 0 1 calc(33.333% - 24px);
    min-width: 280px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-8px);
}

.problem-card-elevated {
    transform: translateY(-20px);
}

.problem-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d5016;
    margin-bottom: 18px;
}

.problem-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.insight-section-diagonal {
    display: flex;
    align-items: stretch;
    min-height: 550px;
}

.insight-text-block {
    flex: 1;
    padding: 80px 70px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-text-block h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 32px;
    line-height: 1.3;
}

.insight-text-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 22px;
}

.citation {
    color: #2d5016;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
}

.citation:hover {
    opacity: 0.7;
}

.insight-image-diagonal {
    flex: 0 0 45%;
    transform: skewX(-4deg);
    transform-origin: top left;
    margin-left: -40px;
    overflow: hidden;
}

.insight-image-diagonal img {
    width: 100%;
    height: 100%;
    transform: skewX(4deg) scale(1.2);
}

.services-preview-asymmetric {
    padding: 100px 60px;
    background-color: #fafbfa;
}

.services-title-offset {
    font-size: 46px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 70px;
    margin-left: 5%;
}

.services-cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    flex: 0 1 calc(50% - 20px);
    min-width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

.service-card-1 {
    transform: rotate(-1deg);
}

.service-card-2 {
    transform: rotate(1.5deg);
    margin-top: 30px;
}

.service-card-3 {
    transform: rotate(-0.8deg);
}

.service-card-4 {
    transform: rotate(1.2deg);
    margin-top: 25px;
}

.service-card-5 {
    transform: rotate(-1.5deg);
    flex: 0 1 calc(50% - 20px);
    margin: 0 auto;
}

.service-image {
    height: 240px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a2e1a;
    margin: 28px 28px 16px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0 28px 24px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2d5016;
    margin: 0 28px 20px;
}

.btn-select-service {
    width: calc(100% - 56px);
    margin: 0 28px 28px;
    padding: 14px 28px;
    background-color: #2d5016;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #3d6e20;
}

.btn-select-service.selected {
    background-color: #5a8c3c;
}

.form-section-offset {
    padding: 90px 60px;
    background-color: #fff;
}

.form-container {
    max-width: 620px;
    margin-left: 12%;
}

.form-container h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 20px;
}

.form-intro {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    padding: 14px 16px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2d5016;
}

.btn-submit {
    padding: 16px 32px;
    background-color: #2d5016;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 12px;
}

.btn-submit:hover {
    background-color: #3d6e20;
}

.selected-service-display {
    margin-top: 20px;
    padding: 16px;
    background-color: #f0f7ed;
    border-left: 4px solid #2d5016;
    font-size: 16px;
    color: #333;
    display: none;
}

.selected-service-display.visible {
    display: block;
}

.testimonials-scattered {
    padding: 100px 60px;
    background: linear-gradient(135deg, #e8ede8 0%, #f5f7f5 100%);
}

.testimonials-scattered h2 {
    font-size: 44px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 60px;
    text-align: center;
}

.testimonial-grid-irregular {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: #fff;
    padding: 38px 32px;
    border-radius: 10px;
    flex: 0 1 calc(33.333% - 27px);
    min-width: 280px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.testimonial-1 {
    transform: rotate(-1.2deg);
}

.testimonial-2 {
    transform: rotate(1.5deg) translateY(20px);
}

.testimonial-3 {
    transform: rotate(-0.8deg);
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    color: #2d5016;
}

.trust-building-section {
    padding: 100px 60px;
    background-color: #fff;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1a2e1a;
    margin-bottom: 50px;
    text-align: center;
}

.trust-elements-offset {
    display: flex;
    gap: 45px;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-item {
    flex: 0 1 calc(33.333% - 30px);
    min-width: 260px;
    padding: 35px 28px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.trust-item-elevated {
    transform: translateY(-15px);
    background-color: #f0f7ed;
}

.trust-item h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2d5016;
    margin-bottom: 14px;
}

.trust-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.cta-final-irregular {
    padding: 110px 60px;
    background: linear-gradient(135deg, #2d5016 0%, #3d6e20 100%);
    position: relative;
    overflow: hidden;
}

.cta-content-diagonal {
    max-width: 700px;
    margin-left: 10%;
    text-align: left;
    transform: rotate(-0.5deg);
}

.cta-content-diagonal h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
}

.cta-content-diagonal p {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 38px;
}

.cta-button-large {
    display: inline-block;
    padding: 18px 48px;
    background-color: #fff;
    color: #2d5016;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.footer-asymmetric {
    background-color: #1a2e1a;
    color: #fff;
    padding: 70px 60px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.footer-section {
    flex: 1;
    min-width: 220px;
}

.footer-about h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-about p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
}

.footer-references {
    max-width: 1200px;
    margin: 0 auto 40px;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-references p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.7);
}

.footer-references a {
    color: rgba(255,255,255,0.8);
    transition: color 0.3s ease;
}

.footer-references a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #ddd;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    padding: 25px 40px;
    z-index: 1000;
    display: none;
}

.cookie-banner.visible {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.cookie-content a {
    color: #2d5016;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.cookie-content a:hover {
    opacity: 0.7;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.btn-cookie-accept {
    background-color: #2d5016;
    color: #fff;
}

.btn-cookie-accept:hover {
    opacity: 0.9;
}

.btn-cookie-reject {
    background-color: #e0e0e0;
    color: #333;
}

.btn-cookie-reject:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-asymmetric {
        flex-direction: column;
        min-height: auto;
    }

    .hero-content-offset {
        margin-left: 0;
        padding: 80px 30px 40px;
        max-width: 100%;
    }

    .hero-title-large {
        font-size: 42px;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 300px;
        transform: none;
        margin-top: 30px;
    }

    .vision-block-irregular {
        flex-direction: column;
        padding: 60px 30px;
    }

    .vision-image-right {
        width: 100%;
        transform: none;
    }

    .problem-amplification {
        padding: 60px 30px;
    }

    .problem-grid-offset {
        flex-direction: column;
    }

    .problem-card {
        flex: 1 1 100%;
    }

    .insight-section-diagonal {
        flex-direction: column;
    }

    .insight-image-diagonal {
        flex: 1;
        transform: none;
        margin-left: 0;
        height: 300px;
    }

    .insight-image-diagonal img {
        transform: none;
    }

    .services-preview-asymmetric {
        padding: 60px 30px;
    }

    .services-title-offset {
        margin-left: 0;
        font-size: 36px;
    }

    .service-card {
        flex: 1 1 100%;
        transform: none !important;
        margin-top: 0 !important;
    }

    .form-section-offset {
        padding: 60px 30px;
    }

    .form-container {
        margin-left: 0;
        max-width: 100%;
    }

    .testimonials-scattered {
        padding: 60px 30px;
    }

    .testimonial-card {
        flex: 1 1 100%;
        transform: none !important;
    }

    .trust-building-section {
        padding: 60px 30px;
    }

    .trust-item {
        flex: 1 1 100%;
        transform: none !important;
    }

    .cta-final-irregular {
        padding: 70px 30px;
    }

    .cta-content-diagonal {
        margin-left: 0;
        transform: none;
    }

    .cta-content-diagonal h2 {
        font-size: 36px;
    }

    .footer-asymmetric {
        padding: 50px 30px 20px;
    }

    .footer-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }
}