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

.ad-notice {
    background-color: #f4f1ed;
    color: #6b5d4f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e0d5c7;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8%;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 26px;
    font-weight: 700;
    color: #8b7355;
    letter-spacing: -0.5px;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.hero-content-offset {
    flex: 1;
    padding: 100px 8% 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f2ed;
}

.hero-title-large {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    color: #2c2c2c;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.hero-text-shifted {
    font-size: 19px;
    color: #5a5a5a;
    max-width: 480px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.cta-primary-asymmetric {
    display: inline-block;
    padding: 16px 36px;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.cta-primary-asymmetric:hover {
    background-color: #755f47;
}

.hero-image-overlap {
    flex: 1;
    background-size: cover;
    background-position: center;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.intro-offset {
    display: flex;
    padding: 90px 8%;
    gap: 60px;
    align-items: center;
}

.intro-block-left {
    flex: 1;
}

.intro-block-left h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-weight: 700;
}

.intro-block-left p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.8;
}

.intro-visual-right {
    flex: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transform: translateY(-30px);
}

.services-preview-diagonal {
    padding: 100px 8%;
    background-color: #fff;
}

.section-label-offset {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8b7355;
    margin-bottom: 50px;
    font-weight: 600;
}

.service-cards-stagger {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-top: 40px;
}

.service-card-elevated {
    flex: 1 1 calc(33.333% - 25px);
    min-width: 300px;
    background-color: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid #e8e8e8;
}

.service-card-elevated:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

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

.price-display {
    font-size: 28px;
    font-weight: 700;
    color: #8b7355;
    margin-bottom: 20px;
}

.btn-select-service {
    width: 100%;
    padding: 14px;
    background-color: #8b7355;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #755f47;
}

.process-irregular {
    display: flex;
    padding: 90px 8%;
    gap: 70px;
    background-color: #f5f2ed;
    align-items: center;
}

.process-text-block {
    flex: 1.2;
}

.process-text-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-weight: 700;
}

.process-text-block p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.process-visual-stack {
    flex: 1;
}

.process-img-layer {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transform: rotate(-2deg);
}

.cta-block-overlap {
    padding: 80px 8%;
    background-color: #2c2c2c;
    text-align: center;
}

.cta-content-box {
    max-width: 700px;
    margin: 0 auto;
}

.cta-content-box h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content-box p {
    font-size: 17px;
    color: #d0d0d0;
    margin-bottom: 30px;
}

.btn-cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-cta-secondary:hover {
    background-color: #755f47;
}

.form-section-asymmetric {
    padding: 90px 8%;
    background-color: #fff;
}

.form-header-offset {
    max-width: 600px;
    margin-bottom: 50px;
}

.form-header-offset h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.form-header-offset p {
    font-size: 16px;
    color: #5a5a5a;
}

.form-asymmetric {
    max-width: 650px;
}

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

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

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

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

.btn-submit-form {
    padding: 16px 45px;
    background-color: #8b7355;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit-form:hover {
    background-color: #755f47;
}

.trust-indicators-scattered {
    display: flex;
    justify-content: space-around;
    padding: 80px 8%;
    background-color: #f5f2ed;
    gap: 40px;
}

.trust-item {
    text-align: center;
}

.trust-number {
    font-size: 52px;
    font-weight: 800;
    color: #8b7355;
    margin-bottom: 10px;
}

.trust-label {
    font-size: 16px;
    color: #5a5a5a;
}

.footer-asymmetric {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 8% 30px;
}

.footer-content-irregular {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-brand-block {
    flex: 1;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

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

.footer-links-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links-block h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-links-block a {
    color: #a0a0a0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    padding: 30px 0;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin-bottom: 25px;
}

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

.footer-bottom {
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #8b7355;
    padding: 25px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    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;
    color: #4a4a4a;
    line-height: 1.6;
}

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

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

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

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

.btn-cookie-accept:hover {
    background-color: #755f47;
}

.btn-cookie-reject {
    background-color: #e8e8e8;
    color: #4a4a4a;
}

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

.page-hero-offset {
    padding: 120px 8% 80px;
    background-color: #f5f2ed;
    position: relative;
}

.page-hero-content h1 {
    font-size: 58px;
    font-weight: 800;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.page-hero-content p {
    font-size: 19px;
    color: #5a5a5a;
}

.page-hero-visual {
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    border-radius: 8px;
}

.about-content-irregular {
    display: flex;
    padding: 90px 8%;
    gap: 60px;
    align-items: center;
    background-color: #fff;
}

.about-text-main {
    flex: 1.3;
}

.about-text-main h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-weight: 700;
}

.about-text-main p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-image-overlap {
    flex: 1;
    height: 480px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transform: translateX(30px);
}

.values-stacked {
    padding: 80px 8%;
    background-color: #f5f2ed;
}

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

.value-blocks-offset {
    display: flex;
    gap: 40px;
}

.value-block {
    flex: 1;
    padding: 40px;
    background-color: #fff;
    border-radius: 6px;
    border-left: 4px solid #8b7355;
}

.value-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.value-block p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
}

.process-detail-asymmetric {
    padding: 90px 8%;
    background-color: #fff;
}

.process-step-offset {
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    font-weight: 800;
    color: #e8e8e8;
}

.process-step-offset h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 700;
}

.process-step-offset p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
    max-width: 700px;
}

.team-mention-offset {
    padding: 80px 8%;
    background-color: #f5f2ed;
}

.team-mention-offset h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 700;
}

.team-mention-offset p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.8;
    max-width: 800px;
}

.services-detailed-asymmetric {
    padding: 80px 8%;
    background-color: #fff;
}

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

.service-detail-image {
    flex: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    object-fit: cover;
}

.service-detail-content {
    flex: 1.2;
}

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 18px;
}

.service-includes {
    margin: 30px 0;
    padding: 25px;
    background-color: #f5f2ed;
    border-radius: 6px;
}

.service-includes h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.service-includes ul {
    list-style: none;
    padding-left: 0;
}

.service-includes li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    color: #5a5a5a;
}

.service-includes li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: 700;
}

.service-pricing-detail {
    margin: 25px 0;
}

.price-main {
    font-size: 38px;
    font-weight: 800;
    color: #8b7355;
    margin-bottom: 8px;
}

.price-note {
    font-size: 14px;
    color: #808080;
}

.cta-services-bottom {
    padding: 80px 8%;
    background-color: #f5f2ed;
    text-align: center;
}

.cta-services-bottom h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.cta-services-bottom p {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.contact-layout-asymmetric {
    display: flex;
    padding: 80px 8%;
    gap: 70px;
    background-color: #fff;
}

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

.contact-info-block h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #2c2c2c;
    font-weight: 700;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #8b7355;
    font-weight: 700;
}

.contact-detail p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.7;
}

.note-text {
    font-size: 14px;
    color: #808080;
    margin-top: 8px;
}

.contact-visual-block {
    flex: 1;
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.contact-cta-offset {
    padding: 80px 8%;
    background-color: #f5f2ed;
    text-align: center;
}

.contact-cta-offset h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.contact-cta-offset p {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 30px;
}

.thanks-section-asymmetric {
    display: flex;
    min-height: 500px;
    padding: 80px 8%;
    gap: 60px;
    background-color: #fff;
}

.thanks-content-offset {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.thanks-text-main {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 30px;
    line-height: 1.7;
}

.thanks-service-confirm {
    padding: 20px;
    background-color: #f5f2ed;
    border-radius: 6px;
    margin-bottom: 30px;
}

.thanks-service-confirm p {
    font-size: 16px;
    color: #5a5a5a;
}

.thanks-next-steps {
    margin-bottom: 40px;
}

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

.thanks-next-steps ol {
    padding-left: 20px;
}

.thanks-next-steps li {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 12px;
    line-height: 1.7;
}

.btn-back-home {
    display: inline-block;
    padding: 16px 36px;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-back-home:hover {
    background-color: #755f47;
}

.thanks-visual-offset {
    flex: 1;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-weight: 700;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 700;
}

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

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

.legal-content li {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.8;
    margin-bottom: 10px;
}

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

.last-updated {
    margin-top: 40px;
    font-style: italic;
    color: #808080;
}

@media (max-width: 1024px) {
    .hero-asymmetric,
    .intro-offset,
    .process-irregular,
    .about-content-irregular,
    .service-detail-card,
    .contact-layout-asymmetric,
    .thanks-section-asymmetric {
        flex-direction: column;
    }

    .hero-image-overlap {
        clip-path: none;
        min-height: 400px;
    }

    .intro-visual-right,
    .about-image-overlap {
        transform: none;
        height: 350px;
    }

    .process-img-layer {
        transform: none;
        height: 350px;
    }

    .value-blocks-offset {
        flex-direction: column;
    }

    .trust-indicators-scattered {
        flex-direction: column;
        gap: 30px;
    }

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

    .service-cards-stagger {
        flex-direction: column;
    }

    .service-card-elevated {
        min-width: 100%;
    }

    .hero-title-large {
        font-size: 48px;
    }

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

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

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

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-title-large {
        font-size: 38px;
    }

    .hero-text-shifted {
        font-size: 16px;
    }

    .page-hero-content h1 {
        font-size: 38px;
    }

    .form-asymmetric {
        max-width: 100%;
    }
}