* {
    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: #2d3436;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f4f6f3;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #636e72;
    border-bottom: 1px solid #dfe6e9;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px 25px 40px;
    background-color: #ffffff;
    position: relative;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2d3436;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #636e72;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #6a8f65;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    align-items: center;
    position: relative;
}

.hero-content-left {
    width: 45%;
    padding: 80px 60px 80px 80px;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.7;
    color: #636e72;
    margin-bottom: 40px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #6a8f65;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #5a7d56;
}

.hero-image-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 58%;
    height: 92%;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

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

.intro-diagonal {
    padding: 120px 80px 120px 120px;
    background: linear-gradient(135deg, #f9faf8 0%, #ffffff 100%);
    position: relative;
}

.diagonal-content {
    max-width: 720px;
    margin-left: 80px;
}

.diagonal-content h2 {
    font-size: 38px;
    line-height: 1.3;
    color: #2d3436;
    margin-bottom: 30px;
    font-weight: 700;
}

.diagonal-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
}

.services-staggered {
    padding: 100px 40px;
    background-color: #ffffff;
}

.section-header-offset {
    margin-left: 120px;
    margin-bottom: 80px;
}

.section-header-offset h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
}

.service-card-offset {
    display: flex;
    margin-bottom: 60px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-offset:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.card-left {
    margin-left: 80px;
    margin-right: 200px;
}

.card-right {
    margin-left: 200px;
    margin-right: 80px;
}

.service-image {
    width: 45%;
    overflow: hidden;
}

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

.service-text {
    width: 55%;
    padding: 50px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-text h3 {
    font-size: 26px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 18px;
}

.service-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #636e72;
    margin-bottom: 25px;
}

.price-tag {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #6a8f65;
    margin-top: 10px;
}

.trust-block-offset {
    padding: 100px 180px 100px 140px;
    margin: 80px 0;
}

.trust-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 35px;
    max-width: 650px;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 25px;
    max-width: 780px;
}

.form-section-asymmetric {
    padding: 120px 80px;
    background: linear-gradient(120deg, #f4f6f3 0%, #e9ede7 100%);
}

.form-container-offset {
    max-width: 600px;
    margin-left: 160px;
}

.form-container-offset h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 20px;
}

.form-intro {
    font-size: 16px;
    color: #636e72;
    margin-bottom: 45px;
    line-height: 1.6;
}

.contact-form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 6px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 28px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #2d3436;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #dfe6e9;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    color: #2d3436;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #6a8f65;
}

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

.btn-submit:hover {
    background-color: #5a7d56;
}

.testimonials-scattered {
    padding: 100px 80px;
    background-color: #ffffff;
}

.testimonials-scattered h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
    text-align: center;
    margin-bottom: 80px;
}

.testimonial-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-card {
    padding: 40px 45px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonial-offset-1 {
    margin-left: 100px;
    margin-right: 180px;
}

.testimonial-offset-2 {
    margin-left: 220px;
    margin-right: 60px;
}

.testimonial-offset-3 {
    margin-left: 80px;
    margin-right: 200px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #2d3436;
    margin-bottom: 20px;
    font-style: italic;
}

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

.footer-asymmetric {
    background-color: #2d3436;
    color: #dfe6e9;
    padding: 80px 80px 40px 80px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 60px;
}

.footer-col {
    flex: 1;
}

.footer-col-brand {
    flex: 1.5;
}

.footer-col h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
    color: #b2bec3;
}

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

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

.footer-col ul li a {
    color: #b2bec3;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #6a8f65;
}

.footer-disclaimer {
    background-color: #24292b;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 40px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #b2bec3;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #404447;
}

.footer-bottom p {
    font-size: 14px;
    color: #b2bec3;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3436;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #6a8f65;
    text-decoration: underline;
}

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

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

.btn-cookie-accept {
    background-color: #6a8f65;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #5a7d56;
}

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

.btn-cookie-reject:hover {
    background-color: #404447;
}

.page-header-offset {
    padding: 100px 80px 80px 120px;
    background: linear-gradient(135deg, #f4f6f3 0%, #e9ede7 100%);
}

.page-header-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 20px;
}

.page-header-content p {
    font-size: 18px;
    color: #636e72;
    max-width: 650px;
}

.services-detailed {
    padding: 80px 100px;
    background-color: #ffffff;
}

.service-detail-card {
    margin-bottom: 50px;
    padding: 60px 80px;
    border-radius: 6px;
}

.service-detail-content h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 25px;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
    max-width: 850px;
}

.service-pricing {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 2px solid #dfe6e9;
}

.price-large {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #6a8f65;
    margin-bottom: 10px;
}

.price-note {
    font-size: 14px;
    color: #636e72;
    font-style: italic;
}

.cta-services-bottom,
.cta-about-bottom,
.contact-cta-section {
    padding: 100px 80px;
    background: linear-gradient(120deg, #6a8f65 0%, #5a7d56 100%);
    text-align: center;
}

.cta-bottom-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-bottom-content p {
    font-size: 17px;
    color: #f4f6f3;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.about-story-offset {
    display: flex;
    padding: 100px 80px;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
}

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

.story-content-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 25px;
}

.story-content-left p {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
}

.story-image-right {
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    height: 450px;
}

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

.team-values {
    padding: 100px 120px;
    background-color: #f9faf8;
}

.team-values h2 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 60px;
    text-align: center;
}

.values-grid-offset {
    display: flex;
    gap: 50px;
}

.value-item {
    flex: 1;
    padding: 45px 40px;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.value-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 18px;
}

.value-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #636e72;
}

.team-approach-offset {
    display: flex;
    padding: 100px 80px;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
}

.approach-image-left {
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    height: 450px;
}

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

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

.approach-content-right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 25px;
}

.approach-content-right p {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
}

.team-experience {
    padding: 100px 180px;
    background-color: #f4f6f3;
}

.experience-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 30px;
}

.experience-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 25px;
    max-width: 820px;
}

.contact-info-section {
    padding: 80px 80px;
    background-color: #ffffff;
}

.contact-layout-asymmetric {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-details-left {
    flex: 1;
    padding-right: 40px;
}

.contact-details-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 50px;
}

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

.contact-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #636e72;
}

.contact-note {
    margin-top: 50px;
    padding: 25px;
    background-color: #f9faf8;
    border-left: 4px solid #6a8f65;
    border-radius: 4px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.7;
    color: #636e72;
}

.contact-note a {
    color: #6a8f65;
    text-decoration: underline;
}

.contact-image-right {
    flex: 1;
    border-radius: 6px;
    overflow: hidden;
    height: 500px;
}

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

.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 80px;
    background: linear-gradient(135deg, #f9faf8 0%, #ffffff 100%);
}

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

.thanks-icon {
    width: 100px;
    height: 100px;
    background-color: #6a8f65;
    color: #ffffff;
    font-size: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px auto;
}

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    color: #636e72;
    margin-bottom: 30px;
}

.service-confirmation {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f4f6f3;
    border-radius: 6px;
}

.service-confirmation p {
    font-size: 16px;
    color: #2d3436;
}

.thanks-next-steps {
    margin: 60px 0;
}

.thanks-next-steps h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 40px;
}

.steps-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.step-item {
    flex: 1;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #6a8f65;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.step-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #636e72;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-primary,
.btn-secondary {
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #6a8f65;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #5a7d56;
}

.btn-secondary {
    background-color: transparent;
    color: #6a8f65;
    border: 2px solid #6a8f65;
}

.btn-secondary:hover {
    background-color: #6a8f65;
    color: #ffffff;
}

.legal-page {
    padding: 60px 100px 100px 100px;
    background-color: #ffffff;
    min-height: 70vh;
}

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

.legal-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid #6a8f65;
}

.legal-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #2d3436;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2d3436;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 20px;
}

.legal-content ul,
.legal-content ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #636e72;
    margin-bottom: 10px;
}

.legal-content a {
    color: #6a8f65;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #5a7d56;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

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

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

.cookie-table td {
    font-size: 15px;
    color: #636e72;
}

@media (max-width: 968px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left {
        width: 100%;
        padding: 60px 40px;
    }

    .hero-image-right {
        position: relative;
        width: 100%;
        height: 400px;
        transform: none;
        border-radius: 0;
    }

    .service-card-offset {
        flex-direction: column;
        margin-left: 40px;
        margin-right: 40px;
    }

    .card-left,
    .card-right {
        margin-left: 40px;
        margin-right: 40px;
    }

    .service-image,
    .service-text {
        width: 100%;
    }

    .testimonial-offset-1,
    .testimonial-offset-2,
    .testimonial-offset-3 {
        margin-left: 20px;
        margin-right: 20px;
    }

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

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

    .about-story-offset,
    .team-approach-offset,
    .contact-layout-asymmetric {
        flex-direction: column;
    }

    .story-image-right,
    .approach-image-left,
    .contact-image-right {
        width: 100%;
        height: 350px;
    }

    .values-grid-offset,
    .steps-grid {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
    }
}