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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.6;
    color: #2a2a2a;
    background: #fafaf8;
}

.ad-disclosure {
    background: #f4f4f0;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0db;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px 30px 80px;
    background: #fff;
    border-bottom: 2px solid #2a2a2a;
    position: relative;
}

.nav-brand {
    font-size: 28px;
    font-weight: bold;
    color: #2a2a2a;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 45px;
}

.nav-links a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #8b7355;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.hero-content-left {
    width: 42%;
    padding: 120px 60px 80px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f9f8f4;
    position: relative;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #2a2a2a;
    font-weight: normal;
}

.hero-subtext {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #8b7355;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
    max-width: fit-content;
}

.cta-primary:hover {
    background: #6d5840;
}

.hero-image-right {
    width: 58%;
    position: relative;
    overflow: hidden;
    background: #d4c7b8;
}

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

.intro-diagonal {
    display: flex;
    padding: 100px 0;
    background: #fff;
    position: relative;
}

.intro-block-overlap {
    width: 55%;
    padding: 60px 80px 60px 120px;
    background: #2a2a2a;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: -40px;
}

.intro-block-overlap h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: normal;
}

.intro-block-overlap p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e8e8e8;
}

.intro-image-offset {
    width: 45%;
    position: relative;
    margin-top: -60px;
    background: #d4c7b8;
}

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

.problem-amplification {
    display: flex;
    gap: 60px;
    padding: 80px 80px 120px;
    background: #f9f8f4;
}

.problem-card-1,
.problem-card-2 {
    flex: 1;
    padding: 50px 40px;
    background: #fff;
    border-left: 5px solid #8b7355;
}

.problem-card-1 {
    margin-top: 40px;
}

.problem-card-2 {
    margin-top: -40px;
}

.problem-card-1 h3,
.problem-card-2 h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: normal;
}

.problem-card-1 p,
.problem-card-2 p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.insight-section-staggered {
    display: flex;
    padding: 100px 80px;
    background: #fff;
    gap: 80px;
}

.insight-text {
    width: 50%;
    padding-right: 40px;
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.3;
}

.insight-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.insight-visual {
    width: 50%;
    background: #d4c7b8;
}

.insight-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-grid-irregular {
    padding: 100px 80px;
    background: #f9f8f4;
}

.services-title {
    font-size: 44px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: normal;
}

.service-card {
    display: flex;
    margin-bottom: 50px;
    background: #fff;
    overflow: hidden;
}

.service-card-large {
    margin-left: 60px;
}

.service-card-small {
    margin-right: 100px;
    margin-left: 120px;
}

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

.service-card-small-alt {
    margin-left: 180px;
}

.service-card-wide {
    margin-right: 80px;
}

.service-image-container {
    width: 45%;
    background: #d4c7b8;
}

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

.service-content {
    width: 55%;
    padding: 40px 50px;
}

.service-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.service-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.service-price {
    font-size: 20px;
    font-weight: bold;
    color: #8b7355;
    margin: 20px 0;
}

.select-service {
    padding: 12px 28px;
    background: #2a2a2a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s;
}

.select-service:hover {
    background: #8b7355;
}

.testimonials-scattered {
    padding: 100px 80px;
    background: #2a2a2a;
    color: #fff;
}

.testimonials-scattered h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: normal;
}

.testimonials-wrapper {
    display: flex;
    gap: 40px;
}

.testimonial {
    flex: 1;
    padding: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid #8b7355;
}

.testimonial-offset-1 {
    margin-top: 0;
}

.testimonial-offset-2 {
    margin-top: 50px;
}

.testimonial-offset-3 {
    margin-top: -30px;
}

.testimonial p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: block;
    font-size: 14px;
    color: #c4b5a5;
}

.form-section-diagonal {
    display: flex;
    padding: 100px 80px;
    background: #f9f8f4;
    gap: 60px;
}

.form-container {
    width: 55%;
}

.form-container h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: normal;
}

.form-intro {
    font-size: 16px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    font-family: inherit;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 16px 40px;
    background: #8b7355;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #6d5840;
}

.form-image-offset {
    width: 45%;
    margin-top: -80px;
    background: #d4c7b8;
}

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

.disclaimer-section {
    padding: 60px 120px;
    background: #fff;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}

.footer-asymmetric {
    display: flex;
    padding: 80px 80px 60px;
    background: #2a2a2a;
    color: #e8e8e8;
    gap: 60px;
}

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

.footer-column p,
.footer-column li {
    font-size: 14px;
    line-height: 1.8;
    color: #c4b5a5;
}

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

.footer-column a {
    color: #c4b5a5;
    text-decoration: none;
    transition: color 0.3s;
}

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

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

.footer-col-2,
.footer-col-3,
.footer-col-4 {
    flex: 1;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    color: #fff;
    padding: 25px 40px;
    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: 14px;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.btn-accept {
    background: #8b7355;
    color: #fff;
}

.btn-accept:hover {
    background: #6d5840;
}

.btn-reject {
    background: #555;
    color: #fff;
}

.btn-reject:hover {
    background: #444;
}

.about-header-offset {
    padding: 120px 80px 80px 120px;
    background: #f9f8f4;
}

.about-content-block h1 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: normal;
}

.about-content-block p {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 800px;
}

.about-story-diagonal {
    display: flex;
    padding: 100px 80px;
    background: #fff;
    gap: 60px;
}

.story-image {
    width: 45%;
    background: #d4c7b8;
}

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

.story-text {
    width: 55%;
    padding-left: 40px;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: normal;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.about-approach {
    padding: 100px 80px;
    background: #2a2a2a;
    color: #fff;
}

.about-approach h2 {
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: normal;
}

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

.principle-card {
    flex: 1;
    padding: 40px;
    background: rgba(255, 255, 255, 0.08);
}

.principle-1 {
    margin-top: 30px;
}

.principle-2 {
    margin-top: -20px;
}

.principle-3 {
    margin-top: 50px;
}

.principle-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}

.principle-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #e8e8e8;
}

.about-process-staggered {
    padding: 100px 80px;
    background: #f9f8f4;
}

.process-intro {
    margin-bottom: 60px;
}

.process-intro h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: normal;
}

.process-intro p {
    font-size: 17px;
    color: #4a4a4a;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.step {
    padding: 35px 50px;
    background: #fff;
    border-left: 4px solid #8b7355;
}

.step-1 {
    margin-left: 0;
}

.step-2 {
    margin-left: 80px;
}

.step-3 {
    margin-left: 40px;
}

.step-4 {
    margin-left: 120px;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal;
}

.step p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.about-values {
    padding: 100px 120px;
    background: #fff;
}

.values-text h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: normal;
}

.values-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
    max-width: 900px;
}

.services-page-header {
    padding: 100px 80px 60px;
    background: #f9f8f4;
    text-align: center;
}

.services-page-header h1 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: normal;
}

.services-intro {
    font-size: 19px;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
}

.services-detailed {
    padding: 60px 80px 100px;
    background: #fff;
}

.service-detail {
    display: flex;
    margin-bottom: 80px;
    gap: 60px;
}

.service-layout-2 {
    flex-direction: row-reverse;
}

.service-detail-image {
    width: 50%;
    background: #d4c7b8;
}

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

.service-detail-content {
    width: 50%;
    padding: 40px 0;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: normal;
}

.service-detail-content h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: normal;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-detail-content ul {
    margin: 20px 0 20px 30px;
}

.service-detail-content li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.service-detail-price {
    font-size: 22px;
    font-weight: bold;
    color: #8b7355;
    margin: 25px 0;
}

.cta-service {
    display: inline-block;
    padding: 14px 30px;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}

.cta-service:hover {
    background: #8b7355;
}

.services-note {
    padding: 80px 120px;
    background: #f9f8f4;
    text-align: center;
}

.services-note h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: normal;
}

.services-note p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
}

.impressum-section {
    padding: 100px 120px;
    background: #fff;
}

.impressum-section h1 {
    font-size: 44px;
    margin-bottom: 50px;
    font-weight: normal;
}

.impressum-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: normal;
}

.impressum-content h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: normal;
}

.impressum-content h4 {
    font-size: 17px;
    margin: 25px 0 12px;
    font-weight: normal;
}

.impressum-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.thanks-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 80px;
    background: #f9f8f4;
}

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

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: normal;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.thanks-service-info {
    margin: 30px 0;
}

.selected-service {
    font-size: 16px;
    padding: 20px;
    background: #fff;
    border-left: 4px solid #8b7355;
}

.thanks-next-steps {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4a4a4a;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 30px;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}

.btn-primary {
    background: #8b7355;
    color: #fff;
}

.btn-primary:hover {
    background: #6d5840;
}

.btn-secondary {
    background: #2a2a2a;
    color: #fff;
}

.btn-secondary:hover {
    background: #444;
}

.legal-section {
    padding: 100px 120px;
    background: #fff;
}

.legal-section h1 {
    font-size: 44px;
    margin-bottom: 50px;
    font-weight: normal;
}

.legal-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    font-weight: normal;
}

.legal-content h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: normal;
}

.legal-content h4 {
    font-size: 17px;
    margin: 25px 0 12px;
    font-weight: normal;
}

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

.legal-content ul {
    margin: 15px 0 15px 30px;
}

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

.legal-content a {
    color: #8b7355;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #6d5840;
}

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-offset,
    .intro-diagonal,
    .insight-section-staggered,
    .about-story-diagonal,
    .form-section-diagonal,
    .service-detail {
        flex-direction: column;
    }

    .hero-content-left,
    .hero-image-right,
    .intro-block-overlap,
    .intro-image-offset,
    .insight-text,
    .insight-visual,
    .story-image,
    .story-text,
    .form-container,
    .form-image-offset,
    .service-detail-image,
    .service-detail-content {
        width: 100%;
        margin: 0;
        padding: 40px 30px;
    }

    .problem-amplification,
    .testimonials-wrapper,
    .principles-grid {
        flex-direction: column;
    }

    .problem-card-1,
    .problem-card-2,
    .testimonial-offset-1,
    .testimonial-offset-2,
    .testimonial-offset-3,
    .principle-1,
    .principle-2,
    .principle-3 {
        margin: 0;
    }

    .service-card {
        flex-direction: column;
        margin: 0 0 40px 0;
    }

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

    .step-1,
    .step-2,
    .step-3,
    .step-4 {
        margin-left: 0;
    }

    .footer-asymmetric {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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