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

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

.container-fluid {
    width: 100%;
    padding: 0 40px;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 52, 54, 0.95);
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 250px;
}

.cookie-actions {
    display: flex;
    gap: 10px;
}

.btn-cookie {
    padding: 10px 24px;
    border: none;
    background-color: #2d5f3f;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

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

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

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

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

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2d5f3f;
}

.logo-footer {
    font-size: 22px;
    font-weight: 700;
    color: #2d5f3f;
    margin-bottom: 10px;
}

.ad-notice {
    font-size: 11px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    color: #2c3e50;
    font-weight: 500;
    font-size: 15px;
}

.nav a:hover {
    color: #2d5f3f;
}

.hero-asymmetric {
    background-color: #f8f9fa;
    padding: 80px 0 0 0;
    overflow: hidden;
}

.hero-content-offset {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    position: relative;
}

.hero-text-block {
    flex: 0 0 45%;
    padding: 60px 40px 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.hero-image-offset {
    flex: 1;
    position: relative;
    margin-left: -30px;
    margin-top: -20px;
    background-color: #e8ebe8;
}

.hero-image-offset img {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background-color: #2d5f3f;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    align-self: flex-start;
}

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

.intro-diagonal {
    padding: 100px 0 80px;
    background-color: #ffffff;
}

.diagonal-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.text-column-narrow {
    flex: 0 0 55%;
    padding-right: 40px;
}

.text-column-narrow h2 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.text-column-narrow p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a5568;
}

.visual-accent {
    flex: 1;
    position: relative;
    margin-top: -60px;
    background-color: #f0f2f0;
}

.visual-accent img {
    width: 100%;
    height: auto;
}

.services-staggered {
    padding: 80px 0 100px;
    background-color: #f8f9fa;
}

.section-title-offset {
    font-size: 42px;
    margin-bottom: 50px;
    color: #1a1a1a;
    padding-left: 60px;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 40px;
}

.service-card {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.card-large {
    flex: 0 0 calc(60% - 15px);
}

.card-medium {
    flex: 0 0 calc(40% - 15px);
}

.card-small {
    flex: 0 0 calc(33.333% - 20px);
}

.card-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #e8ebe8;
}

.card-image img {
    width: 100%;
    height: 100%;
}

.card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-content h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.card-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 20px;
    flex: 1;
}

.price-tag {
    font-size: 24px;
    font-weight: 700;
    color: #2d5f3f;
    margin-bottom: 20px;
}

.btn-select-service {
    padding: 12px 24px;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.form-section-overlapped {
    padding: 100px 0;
    background-color: #ffffff;
}

.form-wrapper-asymmetric {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.form-intro-side {
    flex: 0 0 35%;
    padding-top: 20px;
}

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

.form-intro-side p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.inquiry-form {
    flex: 1;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 4px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 14px 32px;
    background-color: #2d5f3f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.trust-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

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

.trust-text {
    flex: 1;
}

.trust-text h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.benefit-list li {
    padding: 16px 0 16px 32px;
    font-size: 17px;
    line-height: 1.6;
    color: #4a5568;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.benefit-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2d5f3f;
    font-weight: 700;
    font-size: 20px;
}

.trust-visual {
    flex: 0 0 45%;
    background-color: #e8ebe8;
}

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

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 0 30px;
}

.footer-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-brand {
    flex: 0 0 30%;
}

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

.footer-links,
.footer-legal,
.footer-contact {
    flex: 1;
    min-width: 150px;
}

.footer-links h4,
.footer-legal h4,
.footer-contact h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-links a,
.footer-legal a {
    display: block;
    margin-bottom: 10px;
    color: #bdc3c7;
    font-size: 14px;
}

.footer-links a:hover,
.footer-legal a:hover {
    color: #ffffff;
}

.footer-contact p {
    font-size: 14px;
    color: #bdc3c7;
    margin-bottom: 8px;
}

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

.footer-disclaimer p {
    font-size: 12px;
    line-height: 1.6;
    color: #95a5a6;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
}

.page-hero-compact {
    background-color: #f8f9fa;
    padding: 80px 0 40px;
}

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

.hero-subtitle {
    font-size: 18px;
    color: #4a5568;
}

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

.story-layout-offset {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.story-text-primary {
    flex: 0 0 52%;
    padding-top: 40px;
}

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

.story-text-primary p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 20px;
}

.story-image-side {
    flex: 1;
    margin-top: -40px;
    background-color: #e8ebe8;
}

.story-image-side img {
    width: 100%;
    height: auto;
}

.values-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

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

.values-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.value-block {
    flex: 0 0 calc(50% - 15px);
    background-color: #ffffff;
    padding: 40px;
}

.value-block:nth-child(2) {
    margin-top: 60px;
}

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

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

.team-minimal {
    padding: 100px 0;
    background-color: #ffffff;
}

.team-content-offset {
    display: flex;
    gap: 60px;
    align-items: center;
}

.team-text {
    flex: 0 0 48%;
}

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

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

.team-visual {
    flex: 1;
    background-color: #e8ebe8;
}

.team-visual img {
    width: 100%;
    height: auto;
}

.cta-inline {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.cta-box-offset {
    max-width: 700px;
    margin-left: 100px;
    background-color: #2d5f3f;
    padding: 60px;
    color: #ffffff;
}

.cta-box-offset h2 {
    font-size: 34px;
    margin-bottom: 16px;
    color: #ffffff;
}

.cta-box-offset p {
    font-size: 18px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.9);
}

.btn-cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #2d5f3f;
    font-weight: 600;
    border-radius: 4px;
}

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

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

.service-detail-block {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 60px 0;
}

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

.service-detail-content {
    flex: 0 0 55%;
}

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

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

.service-price-box {
    margin-top: 32px;
    padding: 24px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: #2d5f3f;
}

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

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

.process-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

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

.process-steps-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.process-step {
    flex: 0 0 calc(50% - 20px);
    padding: 32px;
    background-color: #ffffff;
}

.process-step:nth-child(2) {
    margin-top: 60px;
}

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

.process-step h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.process-step p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.cta-form-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.form-wrapper-services {
    max-width: 700px;
    margin: 0 auto;
}

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

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

.contact-layout-split {
    display: flex;
    gap: 80px;
}

.contact-info-block {
    flex: 0 0 45%;
}

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

.contact-info-block > p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
}

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

.contact-detail-group h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-detail-group p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.contact-note {
    padding: 24px;
    background-color: #f8f9fa;
    margin-top: 40px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

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

.contact-visual img {
    width: 100%;
    height: auto;
}

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

.map-box {
    height: 400px;
    background-color: #e8ebe8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-overlay {
    text-align: center;
    padding: 40px;
}

.map-overlay p {
    font-size: 18px;
    color: #4a5568;
}

.thanks-section {
    padding: 120px 0 80px;
    background-color: #f8f9fa;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

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

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

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

.service-reference {
    font-size: 16px;
    color: #2d5f3f;
    margin-bottom: 40px;
    font-weight: 600;
}

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

.btn-primary {
    padding: 14px 32px;
    background-color: #2d5f3f;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 600;
}

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

.btn-secondary {
    padding: 14px 32px;
    background-color: transparent;
    color: #2d5f3f;
    border: 2px solid #2d5f3f;
    border-radius: 4px;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: #2d5f3f;
    color: #ffffff;
}

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

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

.steps-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.timeline-step {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.step-marker {
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2d5f3f;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.step-content {
    flex: 1;
    padding-top: 8px;
}

.step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.step-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

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

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

.legal-updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

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

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.legal-page ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

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

.legal-page a {
    color: #2d5f3f;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #3d7f5f;
}

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

    .hero-text-block {
        flex: 1;
        width: 100%;
    }

    .hero-image-offset {
        margin-left: 0;
        margin-top: 0;
        min-height: 400px;
    }

    .diagonal-content,
    .trust-content-split,
    .story-layout-offset,
    .team-content-offset,
    .contact-layout-split,
    .service-detail-block {
        flex-direction: column;
        gap: 40px;
    }

    .text-column-narrow,
    .trust-text,
    .story-text-primary,
    .team-text,
    .contact-info-block,
    .service-detail-content {
        flex: 1;
        padding-right: 0;
    }

    .visual-accent,
    .trust-visual,
    .story-image-side,
    .team-visual,
    .contact-visual,
    .service-detail-image {
        margin-top: 0;
    }

    .card-large,
    .card-medium,
    .card-small {
        flex: 0 0 100%;
    }

    .form-wrapper-asymmetric {
        flex-direction: column;
    }

    .form-intro-side {
        flex: 1;
    }

    .cta-box-offset {
        margin-left: 0;
    }

    .value-block {
        flex: 0 0 100%;
    }

    .value-block:nth-child(2) {
        margin-top: 0;
    }

    .process-step {
        flex: 0 0 100%;
    }

    .process-step:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding: 0 20px;
    }

    .header-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav {
        flex-wrap: wrap;
        gap: 20px;
    }

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

    .section-title-offset {
        font-size: 32px;
        padding-left: 20px;
    }

    .services-grid-irregular {
        padding: 0 20px;
    }

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

    .footer-grid-asymmetric {
        flex-direction: column;
        gap: 30px;
    }

    .footer-brand {
        flex: 1;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .thanks-actions a {
        text-align: center;
    }
}