* {
    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;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
}

.ad-label {
    font-size: 12px;
    color: #666;
    padding: 4px 12px;
    background-color: #f0f0f0;
    border-radius: 4px;
    flex-shrink: 0;
}

.main-nav {
    display: flex;
    gap: 32px;
}

.main-nav a {
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

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

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

.hero-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f1ed;
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

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

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

.cta-secondary {
    display: inline-block;
    padding: 14px 36px;
    background-color: transparent;
    color: #8b7355;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #8b7355;
    border-radius: 4px;
    transition: all 0.2s;
    align-self: flex-start;
}

.cta-secondary:hover {
    background-color: #8b7355;
    color: #ffffff;
}

.intro-split {
    display: flex;
    min-height: 500px;
}

.intro-split.reverse {
    flex-direction: row-reverse;
}

.intro-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.intro-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.intro-text h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-text p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.insight-section {
    padding: 80px 0;
    background-color: #faf8f6;
}

.insight-section h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

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

.story-split {
    display: flex;
    min-height: 480px;
}

.story-split.reverse {
    flex-direction: row-reverse;
}

.story-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f0ebe6;
}

.story-text h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.story-text sup a {
    color: #8b7355;
    text-decoration: none;
    font-weight: 600;
}

.story-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

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

.testimonials h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.testimonial-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    padding: 32px;
    background-color: #f9f7f5;
    border-radius: 8px;
}

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

.testimonial-author {
    font-size: 14px;
    color: #8b7355;
    font-weight: 600;
}

.benefits-split {
    display: flex;
    min-height: 500px;
}

.benefits-split.reverse {
    flex-direction: row-reverse;
}

.benefits-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.benefits-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f1ed;
}

.benefits-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
    color: #4a4a4a;
}

.benefits-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: 700;
}

.services-preview {
    padding: 80px 0;
    background-color: #fafafa;
}

.services-preview h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1 1 calc(50% - 16px);
    min-width: 280px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s;
}

.service-card:hover {
    transform: translateY(-4px);
}

.service-image {
    height: 240px;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 22px;
    margin: 24px 24px 12px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 24px 20px;
    color: #4a4a4a;
}

.service-card .price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #8b7355;
    margin: 0 24px 24px;
}

.trust-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.form-split {
    display: flex;
    min-height: 500px;
    background-color: #f5f1ed;
}

.form-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.form-container {
    flex: 1;
    padding: 60px 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.form-container form {
    width: 100%;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

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

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

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

.references {
    padding: 60px 0;
    background-color: #fafafa;
}

.references h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.reference-list {
    padding-left: 20px;
}

.reference-list li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.reference-list a {
    color: #8b7355;
    text-decoration: none;
}

.reference-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 0 20px;
}

.footer-content {
    display: flex;
    gap: 48px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

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

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-section a {
    display: block;
    font-size: 14px;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

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

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

.disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e5e5e5;
    padding: 24px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

.btn-reject {
    background-color: #e5e5e5;
    color: #2c2c2c;
}

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

.page-hero {
    padding: 80px 0 60px;
    background-color: #f5f1ed;
    text-align: center;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-hero p {
    font-size: 18px;
    color: #4a4a4a;
}

.about-split {
    display: flex;
    min-height: 500px;
}

.about-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.about-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.philosophy-section {
    padding: 80px 0;
    background-color: #faf8f6;
}

.philosophy-section h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.philosophy-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.values-split {
    display: flex;
    min-height: 500px;
}

.values-split.reverse {
    flex-direction: row-reverse;
}

.values-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.values-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f1ed;
}

.values-text h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.values-list strong {
    color: #1a1a1a;
    font-size: 18px;
}

.approach-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.approach-section h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.approach-grid {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.approach-step {
    flex: 1;
    min-width: 240px;
    padding: 32px;
    background-color: #f9f7f5;
    border-radius: 8px;
}

.approach-step h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #8b7355;
}

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

.team-section {
    padding: 80px 0;
    background-color: #faf8f6;
}

.team-section h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.team-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.service-detail-split {
    display: flex;
    min-height: 500px;
    margin: 40px 0;
}

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

.service-detail-text {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.service-detail-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.service-detail-text ul {
    margin: 20px 0 24px 20px;
}

.service-detail-text li {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #4a4a4a;
}

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

.service-detail-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.service-cta {
    padding: 80px 0;
    background-color: #f5f1ed;
    text-align: center;
}

.service-cta h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-cta p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.contact-split {
    display: flex;
    min-height: 500px;
    margin: 40px 0;
}

.contact-info {
    flex: 1;
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #8b7355;
}

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

.contact-map {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.contact-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-approach {
    padding: 80px 0;
    background-color: #faf8f6;
}

.contact-approach h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.thanks-section {
    padding: 120px 0;
    text-align: center;
}

.thanks-section h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-section a {
    color: #8b7355;
    font-weight: 600;
    text-decoration: underline;
}

.thanks-section .cta-primary {
    margin-top: 32px;
}

.legal-page {
    padding: 60px 0 80px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 28px;
    margin: 40px 0 16px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    margin: 28px 0 12px;
    color: #2c2c2c;
}

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

.legal-page ul {
    margin: 16px 0 16px 24px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #4a4a4a;
}

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

@media (max-width: 768px) {
    .hero-split,
    .intro-split,
    .story-split,
    .benefits-split,
    .form-split,
    .about-split,
    .values-split,
    .service-detail-split,
    .contact-split {
        flex-direction: column;
    }

    .hero-text,
    .intro-text,
    .story-text,
    .benefits-text,
    .form-text,
    .form-container,
    .about-text,
    .values-text,
    .service-detail-text,
    .contact-info {
        padding: 40px 24px;
    }

    .hero-image,
    .intro-image,
    .story-image,
    .benefits-image,
    .about-image,
    .values-image,
    .service-detail-image,
    .contact-map {
        min-height: 300px;
    }

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

    .main-nav {
        gap: 20px;
        width: 100%;
        justify-content: center;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .testimonial-grid {
        flex-direction: column;
    }

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