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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
}

.ad-notice {
    background: #f8f9fa;
    border-bottom: 1px solid #e1e8ed;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    color: #657786;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: #ffffff;
    border-bottom: 1px solid #e1e8ed;
}

.nav-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2d5016;
    text-decoration: none;
}

.nav-right {
    display: flex;
    gap: 32px;
}

.nav-right a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-right a:hover {
    color: #4a7c2c;
}

.hero-split {
    display: flex;
    min-height: 600px;
    align-items: center;
}

.hero-content {
    flex: 1;
    padding: 80px 5% 80px 8%;
    background: #f4f7f5;
}

.hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a3a0f;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
    max-width: 540px;
}

.hero-image {
    flex: 1;
    background: #c8d5c8;
    height: 600px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #4a7c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s;
}

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

.intro-split {
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.intro-split.reverse {
    flex-direction: row-reverse;
}

.intro-image {
    flex: 1;
    background: #e8ede8;
    padding: 0;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.intro-content {
    flex: 1;
    padding: 60px 8%;
}

.intro-content h2 {
    font-size: 36px;
    color: #1a3a0f;
    margin-bottom: 24px;
    line-height: 1.3;
}

.intro-content p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.services-preview {
    padding: 100px 5%;
    background: #fafbfa;
}

.section-header-centered {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

.section-header-centered h2 {
    font-size: 40px;
    color: #1a3a0f;
    margin-bottom: 16px;
}

.section-header-centered p {
    font-size: 18px;
    color: #657786;
}

.service-grid-split {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.service-card {
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.service-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image-wrap {
    flex: 0 0 45%;
    background: #dce5dc;
}

.service-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-info h3 {
    font-size: 26px;
    color: #2d5016;
    margin-bottom: 16px;
}

.service-info p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #2d5016;
    margin-bottom: 20px;
}

.select-service {
    padding: 12px 28px;
    background: #4a7c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.select-service:hover {
    background: #3d6624;
}

.cta-inline {
    text-align: center;
    margin-top: 60px;
    padding: 40px;
    background: #f4f7f5;
    border-radius: 8px;
}

.cta-inline p {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.cta-secondary {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: #4a7c2c;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #4a7c2c;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background: #4a7c2c;
    color: #ffffff;
}

.approach-split {
    display: flex;
    align-items: center;
    padding: 0;
}

.approach-content {
    flex: 1;
    padding: 80px 8%;
    background: #ffffff;
}

.approach-content h2 {
    font-size: 36px;
    color: #1a3a0f;
    margin-bottom: 28px;
}

.approach-content p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.7;
}

.approach-image {
    flex: 1;
    background: #d8e4d8;
    height: 600px;
}

.approach-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-section {
    padding: 100px 5%;
    background: #f4f7f5;
}

.form-container-split {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    gap: 60px;
    align-items: center;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 38px;
    color: #1a3a0f;
    margin-bottom: 20px;
    line-height: 1.3;
}

.form-intro p {
    font-size: 17px;
    color: #657786;
    line-height: 1.7;
}

.form-wrapper {
    flex: 1;
    background: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.garden-form .form-group {
    margin-bottom: 24px;
}

.garden-form label {
    display: block;
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 500;
}

.garden-form input,
.garden-form select,
.garden-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d9d1;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.garden-form input:focus,
.garden-form select:focus,
.garden-form textarea:focus {
    outline: none;
    border-color: #4a7c2c;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background: #4a7c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.footer-split {
    background: #1a3a0f;
    color: #e8ede8;
    padding: 60px 5% 20px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-brand p {
    font-size: 15px;
    color: #b8c5b8;
}

.footer-links {
    display: flex;
    gap: 80px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-col a {
    display: block;
    color: #b8c5b8;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #9aa89a;
    margin-bottom: 30px;
    max-width: 900px;
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #9aa89a;
    padding-top: 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    padding: 24px 5%;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
}

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

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

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

.cookie-actions {
    display: flex;
    gap: 16px;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background: #4a7c2c;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: #3d6624;
}

.cookie-btn.reject {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-btn.reject:hover {
    background: rgba(255,255,255,0.1);
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5%;
}

.thanks-content {
    max-width: 600px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 42px;
    color: #1a3a0f;
    margin-bottom: 20px;
}

.thanks-content p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 16px;
}

.thanks-content .service-selected {
    font-weight: 600;
    color: #2d5016;
}

.thanks-content a {
    display: inline-block;
    margin-top: 24px;
    padding: 12px 28px;
    background: #4a7c2c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s;
}

.thanks-content a:hover {
    background: #3d6624;
}

.about-hero {
    padding: 100px 5%;
    background: #f4f7f5;
    text-align: center;
}

.about-hero h1 {
    font-size: 48px;
    color: #1a3a0f;
    margin-bottom: 24px;
}

.about-hero p {
    font-size: 20px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.about-split {
    display: flex;
    align-items: center;
}

.about-content {
    flex: 1;
    padding: 80px 8%;
}

.about-content h2 {
    font-size: 36px;
    color: #1a3a0f;
    margin-bottom: 24px;
}

.about-content p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
    background: #d8e4d8;
    height: 500px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-header {
    padding: 80px 5%;
    background: #f4f7f5;
    text-align: center;
}

.services-header h1 {
    font-size: 48px;
    color: #1a3a0f;
    margin-bottom: 20px;
}

.services-header p {
    font-size: 18px;
    color: #657786;
    max-width: 650px;
    margin: 0 auto;
}

.services-list {
    padding: 80px 5%;
}

.contact-hero {
    padding: 80px 5%;
    background: #f4f7f5;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    color: #1a3a0f;
    margin-bottom: 20px;
}

.contact-hero p {
    font-size: 18px;
    color: #657786;
}

.contact-info-split {
    display: flex;
    padding: 80px 5%;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 32px;
    color: #1a3a0f;
    margin-bottom: 32px;
}

.contact-item {
    margin-bottom: 32px;
}

.contact-item h3 {
    font-size: 18px;
    color: #2d5016;
    margin-bottom: 8px;
}

.contact-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    background: #e8ede8;
    min-height: 400px;
    border-radius: 8px;
}

.legal-page {
    padding: 80px 5%;
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 42px;
    color: #1a3a0f;
    margin-bottom: 32px;
}

.legal-page h2 {
    font-size: 28px;
    color: #2d5016;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-page h3 {
    font-size: 22px;
    color: #2d5016;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-page p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-page ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-page li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-split,
    .approach-split,
    .about-split,
    .form-container-split,
    .contact-info-split {
        flex-direction: column;
    }

    .service-card,
    .service-card:nth-child(even) {
        flex-direction: column;
    }

    .hero-content h1,
    .about-hero h1,
    .services-header h1,
    .contact-hero h1 {
        font-size: 32px;
    }

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

    .footer-main {
        flex-direction: column;
        gap: 40px;
    }
}