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

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

.nav-floating {
    position: fixed;
    top: 50px;
    right: 60px;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    border-radius: 2px;
}

.nav-brand {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.nav-links {
    list-style: none;
}

.nav-links li {
    margin: 8px 0;
}

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

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

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.hero-image-offset {
    position: absolute;
    right: 0;
    top: 80px;
    width: 65%;
    height: 600px;
    background: #ddd;
}

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

.hero-content-overlap {
    position: relative;
    z-index: 10;
    margin-left: 80px;
    margin-top: 200px;
    background: #fff;
    padding: 60px 70px;
    max-width: 520px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.hero-content-overlap h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.hero-content-overlap p {
    font-size: 19px;
    color: #5a5a5a;
    line-height: 1.5;
}

.intro-offset-left {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 140px;
    padding: 0 60px;
}

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

.intro-text-block h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.intro-text-block p {
    font-size: 17px;
    margin-bottom: 22px;
    color: #4a4a4a;
}

.intro-image-small {
    flex: 1;
    margin-top: 60px;
    background: #e8e8e8;
}

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

.services-preview-cards {
    max-width: 1400px;
    margin: 0 auto 140px;
    padding: 0 60px;
}

.section-title-offset {
    font-size: 42px;
    margin-bottom: 70px;
    margin-left: 150px;
    font-weight: 600;
    color: #1a1a1a;
}

.cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.card-elevated {
    background: #fff;
    padding: 0;
    width: 360px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}

.card-elevated:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

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

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

.card-3 {
    margin-top: 60px;
}

.card-elevated img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: #e0e0e0;
}

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

.card-elevated p {
    margin: 0 25px 20px;
    color: #5a5a5a;
    font-size: 15px;
}

.price-tag {
    display: block;
    margin: 20px 25px;
    font-size: 28px;
    font-weight: 600;
    color: #8b7355;
}

.cta-secondary {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px;
    background: #f5f3ef;
    border: none;
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

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

.process-split {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 140px;
    background: #f7f5f2;
}

.process-content {
    flex: 1;
    padding: 80px 100px 80px 80px;
}

.process-content h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

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

.step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.step-number {
    font-size: 32px;
    font-weight: 700;
    color: #c9b8a3;
    min-width: 60px;
}

.step h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.step p {
    font-size: 15px;
    color: #5a5a5a;
}

.process-visual {
    flex: 1;
    height: 600px;
    background: #ddd;
}

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

.testimonial-overlay {
    position: relative;
    padding: 100px 60px;
    margin-bottom: 140px;
    background: linear-gradient(135deg, #8b7355 0%, #6b5843 100%);
    text-align: center;
}

.testimonial-overlay blockquote {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-overlay p {
    font-size: 26px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-overlay cite {
    font-size: 16px;
    color: #f0e8dc;
    font-style: normal;
}

.cta-form-section {
    margin-bottom: 140px;
    padding: 0 60px;
}

.form-container-offset {
    max-width: 600px;
    margin-left: 200px;
    background: #fff;
    padding: 60px 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-container-offset h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-container-offset > p {
    margin-bottom: 35px;
    color: #5a5a5a;
    font-size: 16px;
}

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

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

.form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    font-family: inherit;
    background: #fafafa;
    transition: border-color 0.2s;
}

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

.cta-primary {
    padding: 16px 40px;
    background: #8b7355;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

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

.trust-indicators {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto 140px;
    padding: 60px 60px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

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

.trust-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #8b7355;
    margin-bottom: 10px;
}

.trust-item p {
    font-size: 15px;
    color: #5a5a5a;
}

.footer-asymmetric {
    background: #2a2a2a;
    color: #b0b0b0;
    padding: 70px 60px 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 50px;
    gap: 60px;
}

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

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

.footer-col ul li {
    margin: 10px 0;
}

.footer-col a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #3a3a3a;
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 25px 40px;
    z-index: 2000;
    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;
    color: #4a4a4a;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

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

.cookie-accept:hover {
    background: #6b5843;
}

.cookie-reject {
    background: #e8e8e8;
    color: #3a3a3a;
}

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

.page-hero-small {
    padding: 140px 60px 80px;
    text-align: center;
    background: #f7f5f2;
}

.page-hero-small h1 {
    font-size: 52px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.about-content-asymmetric {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 60px;
    align-items: flex-start;
}

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

.about-text-main h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.about-image-inset {
    flex: 1;
    margin-top: 80px;
    background: #e8e8e8;
}

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

.philosophy-block {
    background: #8b7355;
    padding: 80px 60px;
    margin-bottom: 100px;
}

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

.philosophy-content h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
}

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

.team-offset {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 0 60px;
}

.team-offset h2 {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #1a1a1a;
}

.team-layout {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1;
    min-width: 280px;
    background: #f7f5f2;
    padding: 40px;
}

.team-member h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.team-member p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
}

.values-visual {
    position: relative;
    height: 500px;
    margin-bottom: 100px;
    background: #ddd;
}

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

.values-overlay {
    position: absolute;
    bottom: 60px;
    left: 80px;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 50px;
    max-width: 400px;
}

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

.values-overlay ul {
    list-style: none;
}

.values-overlay li {
    padding: 8px 0;
    font-size: 16px;
    color: #3a3a3a;
    border-bottom: 1px solid #e0e0e0;
}

.values-overlay li:last-child {
    border-bottom: none;
}

.cta-about {
    text-align: center;
    padding: 80px 60px;
    margin-bottom: 80px;
}

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

.cta-about p {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 35px;
}

.services-detail-grid {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card {
    background: #fff;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}

.service-full {
    display: flex;
    gap: 0;
}

.service-full .service-image {
    flex: 1;
    background: #e8e8e8;
}

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

.service-full .service-content {
    flex: 1;
    padding: 50px;
}

.service-split {
    display: flex;
    gap: 0;
}

.service-split .service-content {
    flex: 1;
    padding: 50px;
}

.service-split .service-image {
    flex: 1;
    background: #e8e8e8;
}

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

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

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

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

.service-features li {
    padding: 10px 0;
    font-size: 15px;
    color: #5a5a5a;
    border-bottom: 1px solid #f0f0f0;
}

.service-features li:before {
    content: "✓";
    color: #8b7355;
    font-weight: bold;
    margin-right: 12px;
}

.price-display {
    margin: 30px 0;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #8b7355;
    display: block;
    margin-bottom: 5px;
}

.price-note {
    font-size: 13px;
    color: #888;
}

.service-compact {
    padding: 40px;
}

.service-compact h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-compact p {
    font-size: 15px;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.process-timeline {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 60px;
}

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

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

.timeline-item {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.timeline-marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8b7355;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.timeline-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.timeline-content p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
}

.cta-services {
    text-align: center;
    padding: 80px 60px;
    margin-bottom: 80px;
}

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

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

.contact-layout {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 60px;
    align-items: flex-start;
}

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

.contact-info-offset h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.info-block h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.contact-visual {
    flex: 1;
    margin-top: 60px;
    background: #e8e8e8;
}

.contact-visual img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.contact-map-placeholder {
    height: 400px;
    background: linear-gradient(135deg, #e0d5c7 0%, #c9b8a3 100%);
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 60px;
    font-size: 24px;
    color: #3a3a3a;
    font-weight: 600;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 60px;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
    background: #fff;
    padding: 70px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #8b7355;
    color: #fff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 17px;
    color: #5a5a5a;
    margin-bottom: 30px;
    line-height: 1.6;
}

.thanks-service-info {
    background: #f7f5f2;
    padding: 20px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #3a3a3a;
}

.thanks-next-steps h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-next-steps ul {
    list-style: none;
    text-align: left;
    max-width: 500px;
    margin: 0 auto 40px;
}

.thanks-next-steps li {
    padding: 12px 0;
    font-size: 15px;
    color: #5a5a5a;
    border-bottom: 1px solid #e8e8e8;
}

.thanks-next-steps li:before {
    content: "→";
    color: #8b7355;
    margin-right: 12px;
    font-weight: bold;
}

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

.legal-page {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 60px;
}

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.legal-page h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

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

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

.legal-page li {
    margin: 10px 0;
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
}

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

@media (max-width: 1024px) {
    .nav-floating {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
    }

    .hero-asymmetric {
        flex-direction: column;
        min-height: auto;
    }

    .hero-image-offset {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
    }

    .hero-content-overlap {
        margin: -80px 20px 0;
        padding: 40px;
    }

    .intro-offset-left,
    .about-content-asymmetric,
    .contact-layout {
        flex-direction: column;
        padding: 0 30px;
    }

    .intro-image-small,
    .about-image-inset {
        margin-top: 30px;
    }

    .process-split,
    .service-full,
    .service-split {
        flex-direction: column;
    }

    .process-visual,
    .service-image {
        height: 350px;
    }

    .form-container-offset {
        margin-left: 0;
    }

    .cards-irregular {
        flex-direction: column;
        align-items: center;
    }

    .card-1,
    .card-2,
    .card-3 {
        margin-top: 0;
    }

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

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

@media (max-width: 768px) {
    .hero-content-overlap h1 {
        font-size: 36px;
    }

    .section-title-offset,
    .team-offset h2 {
        margin-left: 0;
    }

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

    .thanks-content {
        padding: 40px 30px;
    }

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

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-marker {
        margin: 0 auto;
    }

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