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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.main-nav {
    background-color: #1a2a1a;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.8rem;
    font-weight: 700;
    color: #9fbc7a;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: #e8f1df;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #9fbc7a;
}

.ad-notice {
    background-color: rgba(159, 188, 122, 0.2);
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #9fbc7a;
}

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

.hero-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 4rem 3rem;
    background-color: #f8faf6;
}

.hero-text {
    max-width: 600px;
}

.hero-text h1 {
    font-size: 3.5rem;
    color: #2d5016;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-text p {
    font-size: 1.2rem;
    color: #5a6c57;
    margin-bottom: 2rem;
}

.hero-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: #d4e3c8;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2d5016;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.intro-split {
    display: flex;
    align-items: stretch;
}

.intro-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-color: #d4e3c8;
}

.intro-text {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #ffffff;
}

.intro-text h2 {
    font-size: 2.2rem;
    color: #2d5016;
    margin-bottom: 1.5rem;
}

.intro-text p {
    font-size: 1.1rem;
    color: #5a6c57;
    margin-bottom: 1.2rem;
}

.trust-block {
    background-color: #3d6b21;
    padding: 3rem 2rem;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.trust-content h3 {
    font-size: 2rem;
    color: #e8f1df;
    margin-bottom: 1.5rem;
}

.trust-content p {
    font-size: 1.1rem;
    color: #d4e3c8;
    line-height: 1.8;
}

.reference-link {
    margin-top: 1rem;
}

.reference-link a {
    color: #9fbc7a;
    font-weight: 600;
}

.services-section {
    padding: 5rem 2rem;
    background-color: #f8faf6;
}

.section-header-centered {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.section-header-centered h2 {
    font-size: 2.8rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.section-header-centered p {
    font-size: 1.2rem;
    color: #5a6c57;
}

.service-card-split {
    display: flex;
    margin-bottom: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

.service-card-split.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    background-color: #d4e3c8;
}

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

.service-info h3 {
    font-size: 1.8rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.service-info p {
    font-size: 1.05rem;
    color: #5a6c57;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 2rem;
    color: #3d6b21;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.select-service {
    padding: 0.9rem 2rem;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonial-split {
    display: flex;
    min-height: 400px;
}

.testimonial-content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 4rem 3rem;
    background-color: #e8f1df;
}

.testimonial-text {
    max-width: 600px;
}

.testimonial-text p {
    font-size: 1.3rem;
    color: #2d5016;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-size: 1rem;
    color: #5a6c57;
    font-style: normal;
    font-weight: 600;
}

.testimonial-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: #d4e3c8;
}

.form-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.form-container-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 2.5rem;
    color: #2d5016;
    margin-bottom: 1.5rem;
}

.form-intro p {
    font-size: 1.1rem;
    color: #5a6c57;
    line-height: 1.8;
}

.form-wrapper {
    flex: 1;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #2d5016;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #d4e3c8;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9fbc7a;
}

.form-group input[readonly] {
    background-color: #f8faf6;
    color: #5a6c57;
    cursor: not-allowed;
}

.submit-btn {
    width: 100%;
    padding: 1.1rem;
    background-color: #2d5016;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #f8faf6;
    padding: 3rem 2rem;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-left: 4px solid #9fbc7a;
}

.disclaimer-content p {
    font-size: 0.95rem;
    color: #5a6c57;
    line-height: 1.7;
}

.main-footer {
    background-color: #1a2a1a;
    color: #e8f1df;
    padding: 3rem 2rem 1rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

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

.footer-section h4 {
    color: #9fbc7a;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section p {
    color: #d4e3c8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-section a {
    display: block;
    color: #d4e3c8;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #9fbc7a;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #3d6b21;
    text-align: center;
}

.footer-bottom p {
    color: #9fbc7a;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a2a1a;
    padding: 1.5rem 2rem;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    z-index: 200;
    display: none;
}

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

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

.cookie-content p {
    color: #e8f1df;
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #9fbc7a;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-accept,
.cookie-reject {
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.cookie-accept:hover {
    background-color: #3d6b21;
}

.cookie-reject {
    background-color: transparent;
    color: #d4e3c8;
    border: 2px solid #5a6c57;
}

.cookie-reject:hover {
    border-color: #9fbc7a;
    color: #9fbc7a;
}

.page-hero-split {
    display: flex;
    min-height: 400px;
}

.page-hero-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
    background-color: #2d5016;
}

.page-hero-text h1 {
    font-size: 3rem;
    color: #e8f1df;
    margin-bottom: 1rem;
}

.page-hero-text p {
    font-size: 1.3rem;
    color: #d4e3c8;
}

.page-hero-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color: #d4e3c8;
}

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

.about-text {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #ffffff;
}

.about-text h2 {
    font-size: 2.2rem;
    color: #2d5016;
    margin-bottom: 1.5rem;
}

.about-text p {
    font-size: 1.1rem;
    color: #5a6c57;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.about-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    background-color: #d4e3c8;
}

.values-section {
    padding: 5rem 2rem;
    background-color: #f8faf6;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background-color: #ffffff;
    border-top: 4px solid #9fbc7a;
}

.value-item h3 {
    font-size: 1.5rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.value-item p {
    font-size: 1rem;
    color: #5a6c57;
    line-height: 1.7;
}

.process-split {
    display: flex;
}

.process-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 450px;
    background-color: #d4e3c8;
}

.process-text {
    flex: 1;
    padding: 4rem 3rem;
    background-color: #e8f1df;
}

.process-text h2 {
    font-size: 2.2rem;
    color: #2d5016;
    margin-bottom: 1.5rem;
}

.process-text p {
    font-size: 1.05rem;
    color: #5a6c57;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.team-section {
    padding: 5rem 2rem;
    background-color: #ffffff;
}

.team-header {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.team-header h2 {
    font-size: 2.5rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.team-header p {
    font-size: 1.2rem;
    color: #5a6c57;
}

.team-content {
    max-width: 900px;
    margin: 0 auto;
}

.team-content p {
    font-size: 1.1rem;
    color: #5a6c57;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.cta-split-section {
    padding: 4rem 2rem;
    background-color: #3d6b21;
}

.cta-split-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-split-content h2 {
    font-size: 2.5rem;
    color: #e8f1df;
    margin-bottom: 1rem;
}

.cta-split-content p {
    font-size: 1.2rem;
    color: #d4e3c8;
    margin-bottom: 2rem;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #e8f1df;
    color: #2d5016;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-secondary:hover {
    background-color: #d4e3c8;
}

.services-detailed {
    padding: 3rem 2rem;
    background-color: #ffffff;
}

.service-detail-split {
    display: flex;
    margin-bottom: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    gap: 3rem;
    align-items: center;
}

.service-detail-split.reverse {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    border-radius: 8px;
    background-color: #d4e3c8;
}

.service-detail-text {
    flex: 1;
}

.service-detail-text h2 {
    font-size: 2.2rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.service-price-large {
    font-size: 2.5rem;
    color: #3d6b21;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.service-detail-text h3 {
    font-size: 1.4rem;
    color: #2d5016;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.service-detail-text p {
    font-size: 1.05rem;
    color: #5a6c57;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.service-detail-text ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-detail-text li {
    font-size: 1rem;
    color: #5a6c57;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.btn-service-book {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #2d5016;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.btn-service-book:hover {
    background-color: #3d6b21;
}

.service-info-section {
    padding: 4rem 2rem;
    background-color: #f8faf6;
}

.service-info-content {
    max-width: 1200px;
    margin: 0 auto;
}

.service-info-content h2 {
    font-size: 2.5rem;
    color: #2d5016;
    margin-bottom: 2rem;
    text-align: center;
}

.info-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.info-item {
    flex: 1;
    min-width: 250px;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 8px;
}

.info-item h3 {
    font-size: 1.3rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.info-item p {
    font-size: 1rem;
    color: #5a6c57;
    line-height: 1.7;
}

.contact-hero {
    background-color: #2d5016;
    padding: 4rem 2rem;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3rem;
    color: #e8f1df;
    margin-bottom: 1rem;
}

.contact-hero-content p {
    font-size: 1.3rem;
    color: #d4e3c8;
}

.contact-split-section {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 3rem;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 2.2rem;
    color: #2d5016;
    margin-bottom: 2rem;
}

.contact-detail {
    margin-bottom: 2rem;
}

.contact-detail h3 {
    font-size: 1.3rem;
    color: #3d6b21;
    margin-bottom: 0.5rem;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #5a6c57;
    line-height: 1.7;
}

.contact-map-block {
    flex: 1;
}

.map-placeholder {
    width: 100%;
    height: 350px;
    background-color: #d4e3c8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.map-placeholder p {
    font-size: 1.2rem;
    color: #5a6c57;
}

.contact-note h3 {
    font-size: 1.3rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.contact-note p {
    font-size: 1rem;
    color: #5a6c57;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.contact-cta-section {
    background-color: #f8faf6;
    padding: 4rem 2rem;
}

.contact-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.contact-cta-content h2 {
    font-size: 2.5rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.contact-cta-content p {
    font-size: 1.2rem;
    color: #5a6c57;
    margin-bottom: 2rem;
}

.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background-color: #f8faf6;
}

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

.thanks-icon {
    margin-bottom: 2rem;
}

.thanks-content h1 {
    font-size: 2.8rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.thanks-message {
    font-size: 1.2rem;
    color: #5a6c57;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.thanks-service-info {
    background-color: #e8f1df;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 3rem;
}

.thanks-service-info p {
    font-size: 1.1rem;
    color: #2d5016;
}

.thanks-next-steps h2 {
    font-size: 2rem;
    color: #2d5016;
    margin-bottom: 2rem;
}

.steps-grid {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    justify-content: center;
    flex-wrap: wrap;
}

.step-item {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #2d5016;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.step-item p {
    font-size: 1rem;
    color: #5a6c57;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-back-home,
.btn-view-services {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-back-home {
    background-color: #2d5016;
    color: #ffffff;
}

.btn-back-home:hover {
    background-color: #3d6b21;
}

.btn-view-services {
    background-color: transparent;
    color: #2d5016;
    border: 2px solid #2d5016;
}

.btn-view-services:hover {
    background-color: #2d5016;
    color: #ffffff;
}

.legal-page {
    padding: 4rem 2rem;
    background-color: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 2.8rem;
    color: #2d5016;
    margin-bottom: 1rem;
}

.legal-updated {
    font-size: 0.95rem;
    color: #5a6c57;
    margin-bottom: 3rem;
}

.legal-container h2 {
    font-size: 1.8rem;
    color: #2d5016;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-container h3 {
    font-size: 1.3rem;
    color: #3d6b21;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-container p {
    font-size: 1rem;
    color: #5a6c57;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-container ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-container li {
    font-size: 1rem;
    color: #5a6c57;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.legal-container a {
    color: #3d6b21;
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookie-table th,
.cookie-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #d4e3c8;
}

.cookie-table th {
    background-color: #f8faf6;
    color: #2d5016;
    font-weight: 600;
}

.cookie-table td {
    color: #5a6c57;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-split,
    .testimonial-split,
    .page-hero-split,
    .about-content-split,
    .process-split,
    .service-card-split,
    .service-detail-split,
    .contact-split-section {
        flex-direction: column;
    }

    .service-card-split.reverse,
    .service-detail-split.reverse {
        flex-direction: column;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .form-container-split {
        flex-direction: column;
        gap: 2rem;
    }

    .values-container,
    .info-grid {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

    .steps-grid {
        flex-direction: column;
        align-items: center;
    }
}