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

.ad-notice {
    background-color: #f4e4c1;
    color: #5a4a2a;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 6%;
    background-color: #ffffff;
    position: sticky;
    top: 29px;
    z-index: 998;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2d5a3d;
}

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

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

.nav-links a:hover {
    color: #2d5a3d;
}

.hero-offset {
    display: flex;
    min-height: 520px;
    padding: 80px 6% 60px 6%;
    background-color: #e8f2ed;
    align-items: center;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    padding-left: 40px;
}

.hero-content-left h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a3a2a;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 18px;
    color: #4a5a54;
    margin-bottom: 32px;
    max-width: 520px;
}

.cta-primary {
    display: inline-block;
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
    font-weight: 500;
}

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

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -60px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: -12px 12px 32px rgba(0,0,0,0.15);
}

.intro-diagonal {
    display: flex;
    padding: 100px 6% 80px 12%;
    background-color: #ffffff;
    gap: 80px;
    align-items: flex-start;
}

.diagonal-block {
    flex: 1.2;
    padding-right: 40px;
}

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

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

.offset-image-container {
    flex: 0.8;
    margin-top: 80px;
    background-color: #f0f4f2;
    padding: 12px;
}

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

.services-staggered {
    padding: 90px 6% 100px 6%;
    background-color: #f7f9f8;
}

.section-title-offset {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 60px;
    margin-left: 60px;
    font-weight: 700;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    width: calc(50% - 20px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.card-offset-1 {
    margin-top: 0;
}

.card-offset-2 {
    margin-top: 60px;
}

.card-offset-3 {
    margin-top: -40px;
}

.card-offset-4 {
    margin-top: 80px;
}

.card-offset-5 {
    margin-top: 20px;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-card h3 {
    font-size: 22px;
    color: #1a3a2a;
    margin: 24px 24px 16px 24px;
    font-weight: 600;
}

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

.price-tag {
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
}

.about-overlap {
    padding: 100px 6%;
    background-color: #ffffff;
}

.overlap-container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.about-text-block {
    flex: 1;
    padding-right: 60px;
}

.about-text-block h2 {
    font-size: 38px;
    color: #1a3a2a;
    margin-bottom: 28px;
    font-weight: 600;
    line-height: 1.3;
}

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

.about-image-block {
    flex: 1;
    position: relative;
    margin-left: -40px;
    margin-top: -50px;
}

.about-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 16px -16px 0 #e8f2ed;
}

.benefits-scattered {
    padding: 100px 6%;
    background-color: #1a3a2a;
    color: #ffffff;
}

.benefits-title {
    font-size: 42px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
}

.benefits-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.benefit-item {
    background-color: rgba(255,255,255,0.08);
    padding: 32px;
    width: calc(50% - 20px);
    backdrop-filter: blur(10px);
}

.benefit-pos-1 {
    margin-top: 0;
}

.benefit-pos-2 {
    margin-top: 60px;
}

.benefit-pos-3 {
    margin-top: -30px;
}

.benefit-pos-4 {
    margin-top: 40px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #a8d4ba;
    font-weight: 600;
}

.benefit-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #d0d8d4;
}

.form-section-asymmetric {
    padding: 100px 6%;
    background-color: #f0f4f2;
    display: flex;
    gap: 80px;
}

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

.form-intro h2 {
    font-size: 38px;
    color: #1a3a2a;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-intro p {
    font-size: 17px;
    color: #4a5a54;
}

.contact-form-offset {
    flex: 1.1;
    background-color: #ffffff;
    padding: 48px;
    box-shadow: -8px 8px 24px rgba(0,0,0,0.1);
    margin-top: -60px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 2px solid #d0d8d4;
    background-color: #fafafa;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

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

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

.footer-asymmetric {
    background-color: #1a2a22;
    color: #c0c8c4;
    padding: 60px 6% 24px 6%;
}

.footer-main {
    display: flex;
    gap: 60px;
    margin-bottom: 48px;
}

.footer-col {
    flex: 1;
}

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

.footer-col h4 {
    color: #a8d4ba;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.7;
}

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

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #c0c8c4;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #a8d4ba;
}

.footer-disclaimer {
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-cookie-reject:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.page-hero-small {
    padding: 80px 6% 60px 6%;
    background-color: #e8f2ed;
    text-align: center;
}

.page-hero-small h1 {
    font-size: 52px;
    color: #1a3a2a;
    margin-bottom: 16px;
    font-weight: 700;
}

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

.about-story-offset {
    display: flex;
    padding: 100px 6%;
    background-color: #ffffff;
    gap: 80px;
    align-items: center;
}

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

.story-block-left h2 {
    font-size: 38px;
    color: #1a3a2a;
    margin-bottom: 28px;
    font-weight: 600;
}

.story-block-left p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-image-right {
    flex: 1;
    margin-left: 40px;
    margin-top: 60px;
}

.story-image-right img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 12px 12px 0 #e8f2ed;
}

.values-irregular {
    padding: 100px 6%;
    background-color: #f7f9f8;
}

.values-title {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
}

.values-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.value-card {
    background-color: #ffffff;
    padding: 40px;
    width: calc(33.333% - 27px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.value-pos-1 {
    margin-top: 0;
}

.value-pos-2 {
    margin-top: 60px;
}

.value-pos-3 {
    margin-top: -40px;
}

.value-card h3 {
    font-size: 24px;
    color: #2d5a3d;
    margin-bottom: 16px;
    font-weight: 600;
}

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

.team-asymmetric {
    padding: 100px 6%;
    background-color: #ffffff;
}

.team-intro-block {
    margin-bottom: 60px;
    max-width: 700px;
}

.team-intro-block h2 {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 20px;
    font-weight: 700;
}

.team-intro-block p {
    font-size: 17px;
    color: #4a4a4a;
}

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

.team-member {
    background-color: #f0f4f2;
    padding: 40px;
    width: calc(33.333% - 27px);
}

.team-offset-1 {
    margin-top: 0;
}

.team-offset-2 {
    margin-top: 60px;
}

.team-offset-3 {
    margin-top: -30px;
}

.member-info h3 {
    font-size: 22px;
    color: #1a3a2a;
    margin-bottom: 8px;
    font-weight: 600;
}

.member-info .role {
    font-size: 15px;
    color: #2d5a3d;
    margin-bottom: 16px;
    font-weight: 500;
}

.member-info p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.approach-section {
    padding: 100px 6%;
    background-color: #1a3a2a;
    color: #ffffff;
}

.approach-section h2 {
    font-size: 42px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
}

.approach-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.step-item {
    background-color: rgba(255,255,255,0.08);
    padding: 40px;
    width: calc(50% - 20px);
}

.step-offset-1 {
    margin-top: 0;
}

.step-offset-2 {
    margin-top: 60px;
}

.step-offset-3 {
    margin-top: -40px;
}

.step-offset-4 {
    margin-top: 80px;
}

.step-number {
    font-size: 48px;
    color: #a8d4ba;
    margin-bottom: 20px;
    font-weight: 700;
}

.step-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.step-item p {
    font-size: 16px;
    color: #d0d8d4;
    line-height: 1.7;
}

.services-detailed {
    padding: 80px 6%;
    background-color: #ffffff;
}

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

.service-layout-1 {
    flex-direction: row;
}

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

.service-detail-image {
    flex: 1;
    background-color: #f0f4f2;
    padding: 12px;
}

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

.service-detail-content {
    flex: 1;
    padding: 0 40px;
}

.service-detail-content h2 {
    font-size: 32px;
    color: #1a3a2a;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-price {
    font-size: 24px;
    color: #2d5a3d;
    font-weight: 700;
    margin-bottom: 24px;
}

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

.service-features {
    list-style: none;
    margin-top: 28px;
}

.service-features li {
    font-size: 15px;
    color: #4a4a4a;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5a3d;
    font-weight: 700;
}

.cta-services {
    padding: 80px 6%;
    background-color: #e8f2ed;
    text-align: center;
}

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

.cta-services p {
    font-size: 18px;
    color: #4a5a54;
    margin-bottom: 36px;
}

.cta-btn-large {
    display: inline-block;
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 18px 48px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-btn-large:hover {
    background-color: #1f4029;
    transform: translateY(-2px);
}

.contact-layout {
    display: flex;
    padding: 100px 6%;
    gap: 80px;
    background-color: #ffffff;
}

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

.contact-info-block h2 {
    font-size: 38px;
    color: #1a3a2a;
    margin-bottom: 48px;
    font-weight: 600;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    color: #2d5a3d;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.contact-email {
    color: #4a4a4a;
    cursor: text;
}

.contact-map-placeholder {
    flex: 1;
    background-color: #f0f4f2;
    padding: 12px;
    margin-top: 60px;
}

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

.contact-faq {
    padding: 100px 6%;
    background-color: #f7f9f8;
}

.contact-faq h2 {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

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

.faq-item {
    background-color: #ffffff;
    padding: 32px;
    width: calc(50% - 20px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.faq-item h3 {
    font-size: 20px;
    color: #1a3a2a;
    margin-bottom: 16px;
    font-weight: 600;
}

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

.thanks-container {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 6%;
    background-color: #f7f9f8;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
    background-color: #ffffff;
    padding: 60px 48px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.thanks-icon {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}

.thanks-content h1 {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.selected-service {
    background-color: #e8f2ed;
    padding: 20px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #2d5a3d;
    font-weight: 600;
}

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

.btn-back-home,
.btn-view-services {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-back-home {
    background-color: #2d5a3d;
    color: #ffffff;
}

.btn-back-home:hover {
    background-color: #1f4029;
    transform: translateY(-2px);
}

.btn-view-services {
    background-color: transparent;
    color: #2d5a3d;
    border: 2px solid #2d5a3d;
}

.btn-view-services:hover {
    background-color: #e8f2ed;
    transform: translateY(-2px);
}

.legal-page {
    padding: 80px 6%;
    background-color: #ffffff;
}

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

.legal-container h1 {
    font-size: 42px;
    color: #1a3a2a;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-date {
    font-size: 15px;
    color: #6a6a6a;
    margin-bottom: 48px;
}

.legal-container h2 {
    font-size: 28px;
    color: #1a3a2a;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-container h3 {
    font-size: 22px;
    color: #2d5a3d;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
}

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

.legal-container ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-container ul li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 12px;
}

.legal-container a {
    color: #2d5a3d;
    text-decoration: underline;
}

.legal-container a:hover {
    color: #1f4029;
}

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

    .hero-image-right {
        margin-top: 0;
    }

    .intro-diagonal {
        flex-direction: column;
        padding: 60px 6%;
    }

    .offset-image-container {
        margin-top: 40px;
    }

    .service-card {
        width: 100%;
    }

    .about-overlap {
        padding: 60px 6%;
    }

    .overlap-container {
        flex-direction: column;
    }

    .about-image-block {
        margin-left: 0;
        margin-top: 40px;
    }

    .benefit-item {
        width: 100%;
    }

    .form-section-asymmetric {
        flex-direction: column;
        padding: 60px 6%;
    }

    .contact-form-offset {
        margin-top: 0;
    }

    .footer-main {
        flex-direction: column;
    }

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

    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

    .about-story-offset {
        flex-direction: column;
        padding: 60px 6%;
    }

    .story-image-right {
        margin-left: 0;
        margin-top: 40px;
    }

    .value-card {
        width: 100%;
    }

    .team-member {
        width: 100%;
    }

    .step-item {
        width: 100%;
    }

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

    .service-layout-2 {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        padding: 60px 6%;
    }

    .contact-map-placeholder {
        margin-top: 40px;
    }

    .faq-item {
        width: 100%;
    }
}