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

.main-nav {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 1rem 2rem;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #5d4037;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #757575;
    padding: 0.25rem 0.75rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 1rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #5d4037;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    background-color: #fafafa;
    position: relative;
}

.hero-content-offset {
    flex: 1;
    padding: 8rem 4rem 4rem 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #5d4037;
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

.hero-visual-block {
    flex: 1.2;
    position: relative;
    background-color: #8d6e63;
}

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

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #5d4037;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #3e2723;
}

.intro-offset {
    display: flex;
    padding: 8rem 4rem 6rem;
    gap: 4rem;
    align-items: center;
    background-color: #ffffff;
}

.intro-text-narrow {
    flex: 1;
    padding-left: 4rem;
}

.intro-text-narrow h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.intro-text-narrow p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d4037;
}

.intro-image-side {
    flex: 1;
    background-color: #efebe9;
}

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

.services-asymmetric {
    padding: 6rem 4rem;
    background-color: #f5f5f5;
}

.services-header-offset {
    max-width: 700px;
    margin-left: 8rem;
    margin-bottom: 4rem;
}

.services-header-offset h2 {
    font-size: 2.8rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 700;
}

.services-header-offset p {
    font-size: 1.15rem;
    color: #5d4037;
    line-height: 1.7;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
}

.service-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 280px;
}

.service-card.large-card {
    flex: 1 1 calc(50% - 2rem);
}

.service-card.wide-card {
    flex: 1 1 calc(66.666% - 2rem);
}

.service-card.offset-top {
    margin-top: 3rem;
}

.service-card.offset-bottom {
    margin-bottom: 3rem;
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    background-color: #d7ccc8;
}

.service-card h3 {
    font-size: 1.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-card p {
    font-size: 1rem;
    color: #5d4037;
    line-height: 1.7;
    flex-grow: 1;
}

.price-tag {
    font-size: 1.75rem;
    font-weight: 800;
    color: #5d4037;
    margin: 1.5rem 0 1rem;
}

.select-service {
    padding: 0.9rem 1.8rem;
    background-color: #5d4037;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.select-service:hover {
    background-color: #3e2723;
}

.form-section-offset {
    padding: 7rem 4rem 7rem 10rem;
    background-color: #efebe9;
}

.form-container-asymmetric {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.form-intro h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-intro p {
    font-size: 1.1rem;
    color: #5d4037;
}

.contact-form {
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #3e2723;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d7ccc8;
    border-radius: 2px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.selected-service-display {
    background-color: #f5f5f5;
    padding: 1rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    min-height: 20px;
    font-weight: 600;
    color: #5d4037;
}

.btn-submit {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #5d4037;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #3e2723;
}

.trust-section {
    padding: 7rem 6rem;
    background-color: #ffffff;
}

.trust-content-split {
    display: flex;
    gap: 5rem;
    align-items: center;
}

.trust-text {
    flex: 1;
}

.trust-text h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.trust-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d4037;
}

.trust-visual {
    flex: 1;
    background-color: #d7ccc8;
}

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

.main-footer {
    background-color: #3e2723;
    color: #d7ccc8;
    padding: 4rem 4rem 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto 3rem;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: #d7ccc8;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background-color: rgba(215,204,200,0.1);
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #5d4037;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #5d4037;
    padding: 1.5rem 2rem;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 10000;
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

.cookie-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-content a {
    color: #5d4037;
    font-weight: 600;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-cookie {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 0.95rem;
}

.btn-cookie.accept {
    background-color: #5d4037;
    color: #ffffff;
}

.btn-cookie.accept:hover {
    background-color: #3e2723;
}

.btn-cookie.reject {
    background-color: #e0e0e0;
    color: #2c3e50;
}

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

.about-hero {
    padding: 8rem 4rem 4rem;
    background-color: #efebe9;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 3.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 800;
}

.about-hero-content p {
    font-size: 1.3rem;
    color: #5d4037;
}

.about-story {
    padding: 6rem 4rem;
    background-color: #ffffff;
}

.story-content-offset {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-text {
    flex: 1.2;
    padding-right: 2rem;
}

.story-text h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.story-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 1.5rem;
}

.story-image-overlap {
    flex: 1;
    background-color: #d7ccc8;
}

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

.values-section {
    padding: 6rem 4rem;
    background-color: #f5f5f5;
}

.values-section h2 {
    font-size: 2.8rem;
    color: #3e2723;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 700;
}

.values-grid-asymmetric {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    background-color: #ffffff;
    padding: 2.5rem;
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 250px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.value-card.offset-card {
    margin-top: 2rem;
}

.value-card h3 {
    font-size: 1.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 700;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5d4037;
}

.team-section-offset {
    padding: 6rem 6rem 6rem 10rem;
    background-color: #ffffff;
}

.team-intro {
    max-width: 800px;
}

.team-intro h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.team-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d4037;
}

.services-hero {
    padding: 8rem 4rem 4rem;
    background-color: #efebe9;
    text-align: center;
}

.services-hero-content h1 {
    font-size: 3.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 800;
}

.services-hero-content p {
    font-size: 1.3rem;
    color: #5d4037;
}

.services-detailed {
    padding: 4rem 2rem;
    background-color: #ffffff;
}

.service-detail-block {
    display: flex;
    gap: 4rem;
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
}

.service-detail-block.large-offset {
    margin-left: 6rem;
}

.service-detail-block.small-offset {
    margin-right: 4rem;
}

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

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

.service-detail-content h2 {
    font-size: 2.2rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 1.5rem;
}

.service-features {
    list-style: none;
    margin: 2rem 0;
}

.service-features li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 1rem;
    color: #5d4037;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #5d4037;
}

.price-display {
    font-size: 2rem;
    font-weight: 800;
    color: #5d4037;
    margin: 1.5rem 0;
}

.service-detail-image {
    flex: 1;
    background-color: #d7ccc8;
}

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

.cta-section-bottom {
    padding: 6rem 4rem;
    background-color: #f5f5f5;
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-content p {
    font-size: 1.1rem;
    color: #5d4037;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #5d4037;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #3e2723;
}

.contact-hero {
    padding: 8rem 4rem 4rem;
    background-color: #efebe9;
    text-align: center;
}

.contact-hero-content h1 {
    font-size: 3.5rem;
    color: #3e2723;
    margin-bottom: 1rem;
    font-weight: 800;
}

.contact-hero-content p {
    font-size: 1.3rem;
    color: #5d4037;
}

.contact-info-section {
    padding: 6rem 4rem;
    background-color: #ffffff;
}

.contact-layout-asymmetric {
    display: flex;
    gap: 5rem;
    max-width: 1400px;
    margin: 0 auto;
    align-items: flex-start;
}

.contact-details-block {
    flex: 1;
    padding-right: 2rem;
}

.contact-details-block h2 {
    font-size: 2.5rem;
    color: #3e2723;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h3 {
    font-size: 1.3rem;
    color: #3e2723;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #5d4037;
}

.contact-note {
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 2rem;
}

.contact-note p {
    font-size: 1rem;
    line-height: 1.7;
    color: #5d4037;
}

.contact-visual-block {
    flex: 1;
    background-color: #d7ccc8;
}

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

.thanks-section {
    padding: 8rem 4rem;
    background-color: #ffffff;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.thanks-content h1 {
    font-size: 3rem;
    color: #3e2723;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

.thanks-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 1.5rem;
}

.service-confirmation {
    background-color: #f5f5f5;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    font-weight: 600;
    color: #5d4037;
    min-height: 20px;
}

.thanks-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #5d4037;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #3e2723;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #e0e0e0;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

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

.legal-page {
    padding: 4rem 4rem 6rem;
    background-color: #ffffff;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 3rem;
    color: #3e2723;
    margin-bottom: 2rem;
    font-weight: 800;
}

.legal-content h2 {
    font-size: 1.8rem;
    color: #3e2723;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 1.4rem;
    color: #3e2723;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.legal-content h4 {
    font-size: 1.1rem;
    color: #3e2723;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin: 1rem 0 1rem 2rem;
}

.legal-content li {
    font-size: 1rem;
    line-height: 1.8;
    color: #5d4037;
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #5d4037;
    font-weight: 600;
}

.legal-content a:hover {
    color: #3e2723;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-content-offset {
        max-width: 100%;
        padding: 4rem 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .intro-offset,
    .trust-content-split,
    .story-content-offset,
    .service-detail-block,
    .contact-layout-asymmetric {
        flex-direction: column;
    }

    .services-header-offset {
        margin-left: 2rem;
    }

    .form-section-offset {
        padding: 4rem 2rem;
    }

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

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .intro-text-narrow h2,
    .trust-text h2,
    .story-text h2 {
        font-size: 2rem;
    }

    .services-header-offset h2 {
        font-size: 2rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-cookie {
        width: 100%;
    }
}
