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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #e8f5e9;
    color: #2e7d32;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #c8e6c9;
}

.header-offset {
    position: relative;
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.logo-block {
    font-size: 28px;
    font-weight: 700;
    color: #2e7d32;
    letter-spacing: -0.5px;
}

.nav-items {
    display: flex;
    list-style: none;
    gap: 32px;
}

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

.nav-items a:hover {
    color: #2e7d32;
}

.hero-asymmetric {
    position: relative;
    padding: 80px 40px 120px;
    overflow: hidden;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-text-block {
    flex: 1;
    padding-left: 80px;
}

.hero-text-block h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-text-block p {
    font-size: 20px;
    margin-bottom: 32px;
    color: #555;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #2e7d32;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background-color: #1b5e20;
    transform: translateY(-2px);
}

.hero-image-float {
    flex: 1;
    position: relative;
    margin-top: -40px;
}

.hero-image-float img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    object-fit: cover;
    background-color: #c8e6c9;
}

.intro-overlap {
    max-width: 1400px;
    margin: -80px auto 80px;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.intro-card-left {
    flex: 1.2;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
}

.intro-card-left h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-card-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.image-card-right {
    flex: 0.8;
    margin-top: 60px;
}

.image-card-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.services-grid-irregular {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.section-header-offset {
    margin-left: 120px;
    margin-bottom: 60px;
}

.section-header-offset h2 {
    font-size: 48px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 800;
}

.section-header-offset p {
    font-size: 20px;
    color: #666;
}

.service-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.service-card-large,
.service-card-small,
.service-card-medium,
.service-card-offset,
.service-card-wide {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card-large:hover,
.service-card-small:hover,
.service-card-medium:hover,
.service-card-offset:hover,
.service-card-wide:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.service-card-large {
    flex: 1 1 calc(55% - 16px);
}

.service-card-small {
    flex: 1 1 calc(45% - 16px);
    margin-top: 40px;
}

.service-card-medium {
    flex: 1 1 calc(48% - 16px);
}

.service-card-offset {
    flex: 1 1 calc(52% - 16px);
    margin-top: -60px;
}

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

.service-blocks img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #e8f5e9;
}

.service-blocks h3 {
    font-size: 24px;
    margin: 20px 24px 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-blocks p {
    margin: 0 24px 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.price-tag {
    margin: 16px 24px;
    font-size: 28px;
    font-weight: 700;
    color: #2e7d32;
}

.select-service-btn {
    margin: 0 24px 24px;
    padding: 12px 28px;
    background-color: #f1f8e9;
    color: #2e7d32;
    border: 2px solid #2e7d32;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.select-service-btn:hover {
    background-color: #2e7d32;
    color: #ffffff;
}

.trust-block-overlap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.trust-content {
    flex: 1.3;
}

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.trust-block-overlap img {
    flex: 0.7;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.cta-floating {
    padding: 60px 40px;
    background-color: #e8f5e9;
}

.cta-box-irregular {
    max-width: 900px;
    margin: 0 auto 0 160px;
    padding: 48px 60px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.cta-box-irregular h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.cta-box-irregular p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #555;
    line-height: 1.7;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #2e7d32;
    border: 2px solid #2e7d32;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s, color 0.3s;
}

.cta-secondary:hover {
    background-color: #2e7d32;
    color: #ffffff;
}

.form-section-offset {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.form-container-asymmetric {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro {
    flex: 0.8;
    padding-top: 40px;
}

.form-intro h2 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.contact-form {
    flex: 1.2;
    background-color: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.form-submit {
    width: 100%;
    padding: 16px;
    background-color: #2e7d32;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.form-submit:hover {
    background-color: #1b5e20;
    transform: translateY(-2px);
}

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

.footer-content {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-block h4 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.footer-block p {
    font-size: 16px;
    color: #bbb;
}

.footer-links {
    display: flex;
    gap: 28px;
}

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

.footer-links a:hover {
    color: #81c784;
}

.disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #333;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 24px 40px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.cookie-accept {
    background-color: #2e7d32;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #1b5e20;
    transform: translateY(-2px);
}

.cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cookie-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.about-hero {
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.about-content-split {
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-text {
    flex: 1;
}

.about-text h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 800;
}

.about-text p {
    font-size: 19px;
    line-height: 1.8;
    color: #555;
}

.about-content-split img {
    flex: 1;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.philosophy-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.philosophy-block-offset {
    flex: 1.2;
}

.philosophy-block-offset h2 {
    font-size: 40px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.philosophy-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.philosophy-image-float {
    flex: 0.8;
    margin-top: -80px;
}

.philosophy-image-float img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.values-irregular {
    max-width: 1400px;
    margin: 80px auto;
    padding: 80px 40px;
    background-color: #f1f8e9;
    border-radius: 8px;
}

.values-irregular h2 {
    font-size: 44px;
    margin-bottom: 48px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 800;
}

.values-grid {
    display: flex;
    gap: 40px;
}

.value-card {
    flex: 1;
    background-color: #ffffff;
    padding: 40px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.value-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.cta-about {
    max-width: 1400px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #e8f5e9;
    border-radius: 8px;
}

.cta-about h3 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-header-asymmetric {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 60px 140px;
}

.services-header-asymmetric h1 {
    font-size: 56px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 800;
}

.services-header-asymmetric p {
    font-size: 20px;
    color: #666;
}

.service-detail-overlap {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

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

.service-content-left,
.service-content-right {
    flex: 1;
}

.service-content-left img,
.service-content-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.service-info-right,
.service-info-left {
    flex: 1;
}

.service-info-right h2,
.service-info-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-info-right p,
.service-info-left p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #444;
}

.price-display {
    margin: 24px 0;
    font-size: 32px;
    font-weight: 700;
    color: #2e7d32;
}

.form-section-services {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 40px;
}

.form-container-centered {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.form-container-centered h2 {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 800;
}

.form-container-centered > p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    color: #555;
}

.contact-hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 60px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 56px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 800;
}

.contact-hero p {
    font-size: 20px;
    color: #666;
}

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

.contact-block-offset {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-card {
    background-color: #ffffff;
    padding: 36px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.contact-card h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-card p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.contact-image-float {
    flex: 1;
    margin-top: 40px;
}

.contact-image-float img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.contact-note {
    max-width: 1400px;
    margin: 60px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #e8f5e9;
    border-radius: 8px;
}

.contact-note h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-note p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #555;
    line-height: 1.7;
}

.thanks-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

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

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

.service-confirmation {
    font-weight: 600;
    color: #2e7d32;
}

.thanks-actions {
    margin-top: 36px;
    display: flex;
    gap: 16px;
}

.thanks-image {
    flex: 1;
}

.thanks-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #c8e6c9;
}

.legal-content {
    max-width: 1000px;
    margin: 80px auto;
    padding: 0 40px;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.legal-content ul {
    margin: 16px 0 16px 32px;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.legal-content li {
    margin-bottom: 8px;
}

@media (max-width: 1024px) {
    .hero-content-offset,
    .intro-overlap,
    .trust-block-overlap,
    .form-container-asymmetric,
    .about-content-split,
    .philosophy-section,
    .service-detail-overlap,
    .contact-info-layout,
    .thanks-section {
        flex-direction: column;
    }

    .hero-text-block {
        padding-left: 0;
    }

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

    .service-blocks {
        flex-direction: column;
    }

    .service-card-large,
    .service-card-small,
    .service-card-medium,
    .service-card-offset,
    .service-card-wide {
        flex: 1 1 100%;
        margin-top: 0;
    }

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

    .nav-items {
        gap: 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .header-offset {
        padding: 16px 20px;
    }

    .nav-asymmetric {
        flex-direction: column;
        gap: 20px;
    }

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

    .section-header-offset {
        margin-left: 0;
    }

    .cookie-content {
        flex-direction: column;
    }

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

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }
}