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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4e4c1;
    color: #5a4a2f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #d4c4a1;
}

.header-offset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px 30px 80px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.logo-container {
    margin-right: 40px;
}

.brand {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-floating a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

.nav-floating a:hover {
    color: #8b6f47;
}

.hero-asymmetric {
    display: flex;
    padding: 80px 60px 100px 80px;
    background-color: #fff;
    align-items: center;
}

.hero-content-left {
    flex: 0 0 48%;
    padding-right: 60px;
}

.hero-content-left h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 400;
}

.hero-content-left p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #555;
}

.hero-image-offset {
    flex: 0 0 52%;
    margin-top: -40px;
}

.hero-image-offset img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    transition: background-color 0.3s;
}

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

.cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #8b6f47;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: 2px solid #8b6f47;
    border-radius: 2px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #8b6f47;
    color: #fff;
}

.intro-block-irregular {
    display: flex;
    padding: 90px 60px 90px 120px;
    background-color: #f9f6f1;
    align-items: center;
    gap: 70px;
}

.text-column-narrow {
    flex: 0 0 55%;
}

.text-column-narrow h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.text-column-narrow p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.image-insert-overlapping {
    flex: 0 0 40%;
    margin-top: 60px;
}

.image-insert-overlapping img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.features-staggered {
    padding: 100px 60px;
    background-color: #fff;
}

.section-title-offset {
    font-size: 38px;
    margin-bottom: 70px;
    margin-left: 60px;
    font-weight: 400;
    color: #1a1a1a;
}

.feature-card-left,
.feature-card-right {
    display: flex;
    margin-bottom: 80px;
    gap: 50px;
    align-items: center;
}

.feature-card-right {
    flex-direction: row-reverse;
    padding-left: 40px;
}

.feature-card-full {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    background-color: #f9f6f1;
    padding: 50px;
    position: relative;
}

.feature-image {
    flex: 0 0 45%;
}

.feature-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.feature-content {
    flex: 0 0 55%;
    padding: 30px;
}

.feature-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.feature-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

.price-display {
    font-size: 32px;
    color: #8b6f47;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}

.btn-select-service {
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #8b6f47;
}

.feature-image-wide {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
}

.feature-image-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e8e8e8;
}

.feature-content-overlay {
    padding: 0 40px 20px 40px;
}

.feature-content-overlay h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.feature-content-overlay p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
}

.form-section-diagonal {
    padding: 100px 120px 100px 60px;
    background-color: #2c2c2c;
}

.form-container-offset {
    max-width: 700px;
    margin-left: 80px;
}

.form-container-offset h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
}

.form-container-offset p {
    font-size: 17px;
    color: #ccc;
    margin-bottom: 40px;
}

.main-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-group label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group textarea {
    padding: 14px;
    border: 1px solid #555;
    background-color: #3a3a3a;
    color: #fff;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
}

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

.form-group input[readonly] {
    background-color: #4a4a4a;
    cursor: not-allowed;
}

.btn-submit {
    padding: 16px 40px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s;
}

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

.trust-block-split {
    display: flex;
    padding: 90px 60px;
    background-color: #f9f6f1;
    gap: 80px;
    align-items: center;
}

.trust-content {
    flex: 0 0 60%;
}

.trust-content h2 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #555;
}

.link-inline {
    color: #8b6f47;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s;
}

.link-inline:hover {
    color: #6d5636;
}

.trust-stats {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #555;
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 70px 60px 40px 80px;
}

.footer-main {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-col-large {
    flex: 0 0 40%;
}

.footer-col-large h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-col-large p {
    font-size: 15px;
    line-height: 1.6;
}

.footer-col {
    flex: 0 0 20%;
}

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    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-content a {
    color: #8b6f47;
    text-decoration: underline;
}

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

.btn-cookie-accept {
    padding: 12px 28px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-cookie-accept:hover {
    background-color: #6d5636;
}

.btn-cookie-reject {
    padding: 12px 28px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cookie-reject:hover {
    background-color: #fff;
    color: #2c2c2c;
}

.page-hero-minimal {
    padding: 100px 60px 80px 80px;
    background-color: #f9f6f1;
    text-align: left;
}

.page-hero-minimal h1 {
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
    max-width: 900px;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
    max-width: 800px;
    margin-top: 20px;
}

.content-asymmetric {
    display: flex;
    padding: 80px 60px;
    background-color: #fff;
    gap: 70px;
    align-items: flex-start;
}

.content-block-offset-left {
    flex: 0 0 55%;
    padding-right: 40px;
}

.content-block-offset-left h2 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.content-block-offset-left p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.image-block-overlap {
    flex: 0 0 40%;
    margin-top: -60px;
}

.image-block-overlap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.values-irregular {
    padding: 90px 80px;
    background-color: #f9f6f1;
}

.centered-heading {
    font-size: 38px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
    color: #1a1a1a;
}

.value-card-offset-right {
    max-width: 650px;
    margin-left: auto;
    margin-bottom: 60px;
    padding: 40px;
    background-color: #fff;
    margin-right: 100px;
}

.value-card-offset-left {
    max-width: 650px;
    margin-right: auto;
    margin-bottom: 60px;
    padding: 40px;
    background-color: #fff;
    margin-left: 100px;
}

.value-card-center {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
}

.value-card-offset-right h3,
.value-card-offset-left h3,
.value-card-center h3 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1a1a1a;
}

.value-card-offset-right p,
.value-card-offset-left p,
.value-card-center p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.team-statement-split {
    display: flex;
    padding: 80px 60px;
    background-color: #fff;
    gap: 60px;
    align-items: center;
}

.statement-text {
    flex: 0 0 55%;
}

.statement-text h2 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.statement-text p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #555;
}

.statement-image {
    flex: 0 0 40%;
}

.statement-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.philosophy-block {
    padding: 90px 120px;
    background-color: #2c2c2c;
}

.philosophy-content-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.philosophy-content-narrow h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #fff;
}

.philosophy-content-narrow p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #ccc;
    line-height: 1.8;
}

.cta-section-offset {
    padding: 90px 60px 90px 100px;
    background-color: #f9f6f1;
    text-align: left;
}

.cta-section-offset h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
    max-width: 700px;
}

.cta-section-offset p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #555;
}

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

.service-item-large {
    display: flex;
    margin-bottom: 90px;
    gap: 60px;
    align-items: flex-start;
}

.service-item-large.reverse {
    flex-direction: row-reverse;
}

.service-image-left {
    flex: 0 0 45%;
}

.service-image-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-content-right {
    flex: 0 0 50%;
    padding: 20px;
}

.service-content-right h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-content-right p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #555;
}

.service-features {
    list-style-type: none;
    margin-bottom: 30px;
}

.service-features li {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.service-features li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-size: 20px;
}

.service-price-large {
    font-size: 34px;
    color: #8b6f47;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}

.service-grid-small {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.service-card-compact {
    flex: 0 0 calc(33.333% - 27px);
    padding: 35px;
    background-color: #f9f6f1;
}

.service-card-compact h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #1a1a1a;
}

.service-card-compact p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.6;
}

.service-price-compact {
    font-size: 26px;
    color: #8b6f47;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.process-overview {
    padding: 80px 80px;
    background-color: #f9f6f1;
}

.process-overview h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.process-step {
    flex: 0 0 calc(25% - 30px);
    padding: 30px;
    background-color: #fff;
}

.step-number {
    font-size: 36px;
    color: #8b6f47;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.process-step h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #1a1a1a;
}

.process-step p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.contact-split {
    display: flex;
    padding: 80px 60px;
    background-color: #fff;
    gap: 70px;
}

.contact-info-block {
    flex: 0 0 45%;
}

.contact-info-block h2 {
    font-size: 34px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #1a1a1a;
}

.info-item {
    margin-bottom: 35px;
}

.info-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.info-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.info-note {
    margin-top: 40px;
    padding: 25px;
    background-color: #f9f6f1;
}

.info-note p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.contact-map-placeholder {
    flex: 0 0 50%;
}

.contact-map-placeholder img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.additional-info-stacked {
    padding: 70px 80px;
    background-color: #f9f6f1;
}

.additional-info-stacked h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.additional-info-stacked p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.thanks-centered {
    padding: 120px 60px;
    background-color: #f9f6f1;
    text-align: center;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 18px;
    margin-bottom: 35px;
    color: #555;
}

.service-confirmation {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
    text-align: left;
}

.service-confirmation p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.service-confirmation strong {
    color: #2c2c2c;
}

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

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #8b6f47;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: 2px solid #8b6f47;
    border-radius: 2px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: #8b6f47;
    color: #fff;
}

.legal-content {
    padding: 80px 120px;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #2c2c2c;
}

.legal-content h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c2c2c;
}

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

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

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

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

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

.no-link {
    color: #555;
    text-decoration: none;
    cursor: text;
}

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

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

.cookie-table th {
    background-color: #f9f6f1;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

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

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

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

    .hero-asymmetric,
    .intro-block-irregular,
    .feature-card-left,
    .feature-card-right,
    .content-asymmetric,
    .team-statement-split,
    .trust-block-split,
    .contact-split,
    .service-item-large {
        flex-direction: column;
    }

    .hero-content-left,
    .text-column-narrow,
    .feature-image,
    .feature-content,
    .content-block-offset-left,
    .image-block-overlap,
    .statement-text,
    .statement-image,
    .trust-content,
    .trust-stats,
    .contact-info-block,
    .contact-map-placeholder,
    .service-image-left,
    .service-content-right {
        flex: 0 0 100%;
    }

    .hero-image-offset {
        margin-top: 20px;
    }

    .service-grid-small {
        flex-direction: column;
    }

    .service-card-compact {
        flex: 0 0 100%;
    }

    .process-steps {
        flex-direction: column;
    }

    .process-step {
        flex: 0 0 100%;
    }

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

    .cookie-buttons {
        justify-content: center;
    }

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

    .footer-col-large,
    .footer-col {
        flex: 0 0 100%;
    }

    .legal-content {
        padding: 40px 20px;
    }

    .page-hero-minimal h1 {
        font-size: 36px;
    }

    .hero-content-left h1 {
        font-size: 32px;
    }
}