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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

.cookie-banner.hidden {
    display: none;
}

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

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

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

.btn-cookie {
    padding: 10px 24px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.2s;
}

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

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

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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.header-left .logo {
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ad-disclosure {
    font-size: 12px;
    color: #666666;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.main-nav {
    display: flex;
    gap: 28px;
}

.main-nav a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.2s;
}

.main-nav a:hover {
    color: #4a7c59;
}

.hero-split {
    display: flex;
    min-height: 600px;
    background-color: #ffffff;
}

.hero-text {
    flex: 1;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f9f7f4;
}

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

.hero-text p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #4a4a4a;
    max-width: 540px;
}

.cta-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    align-self: flex-start;
    transition: background-color 0.2s;
}

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

.hero-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.intro-offset {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    align-items: center;
    background-color: #ffffff;
}

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

.intro-text-wide h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-text-wide p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
}

.intro-image-card {
    flex: 0.8;
}

.intro-image-card img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.services-grid-split {
    padding: 100px 60px;
    background-color: #f9f7f4;
}

.services-intro {
    margin-bottom: 50px;
}

.services-intro h2 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.services-intro p {
    font-size: 18px;
    color: #4a4a4a;
}

.service-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 320px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.service-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    display: block;
    background-color: #e8e8e8;
}

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

.service-card p {
    margin: 0 24px 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

.service-price {
    margin: 0 24px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #4a7c59;
}

.btn-select-service {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 12px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.form-section-offset {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-intro {
    font-size: 17px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

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

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

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 14px 32px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    align-self: flex-start;
}

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

.trust-split {
    display: flex;
    padding: 100px 60px;
    gap: 80px;
    align-items: center;
    background-color: #f9f7f4;
}

.trust-text {
    flex: 1;
}

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

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

.trust-image {
    flex: 1;
}

.trust-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.disclaimer-section {
    padding: 60px 60px;
    background-color: #fff8e6;
    border-top: 2px solid #f0d080;
    border-bottom: 2px solid #f0d080;
}

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

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

.disclaimer-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    padding: 60px 60px 40px;
    background-color: #2c2c2c;
    color: #d0d0d0;
    gap: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.page-hero-split {
    padding: 100px 60px 60px;
    background-color: #f9f7f4;
}

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

.page-hero-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
    max-width: 800px;
}

.about-content-split {
    display: flex;
    padding: 80px 60px;
    gap: 80px;
    align-items: flex-start;
    background-color: #ffffff;
}

.about-text {
    flex: 1.3;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.about-image {
    flex: 0.7;
}

.about-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.approach-offset {
    padding: 80px 60px;
    background-color: #f9f7f4;
}

.approach-offset h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.approach-cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.approach-card {
    flex: 1;
    min-width: 280px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

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

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

.story-split {
    display: flex;
    padding: 80px 60px;
    gap: 80px;
    align-items: center;
    background-color: #ffffff;
}

.story-image {
    flex: 1;
}

.story-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.values-section {
    padding: 80px 60px;
    background-color: #f9f7f4;
}

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

.values-intro {
    font-size: 17px;
    text-align: center;
    margin-bottom: 50px;
    color: #4a4a4a;
}

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

.value-item {
    flex: 1 1 calc(50% - 15px);
    min-width: 300px;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 6px;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.services-detail-layout {
    padding: 60px 60px 100px;
    background-color: #ffffff;
}

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

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

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

.service-detail-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.price-range {
    font-size: 26px;
    font-weight: 700;
    color: #4a7c59;
    margin-bottom: 20px;
}

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

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

.service-detail-content ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.cta-services {
    padding: 80px 60px;
    background-color: #f9f7f4;
    text-align: center;
}

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

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

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

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

.contact-info-block h2 {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-info-block h2:first-child {
    margin-top: 0;
}

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

.contact-note {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-top: 32px;
    padding: 20px;
    background-color: #f9f7f4;
    border-radius: 4px;
}

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.contact-additional {
    padding: 80px 60px;
    background-color: #f9f7f4;
}

.contact-additional h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
}

.contact-additional > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.inquiry-guidelines {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.guideline-item {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    padding: 28px;
    background-color: #ffffff;
    border-radius: 6px;
}

.guideline-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.thanks-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

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

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

.selected-service-display {
    padding: 24px;
    background-color: #f9f7f4;
    border-radius: 6px;
    margin-bottom: 48px;
}

.selected-service-display p {
    font-size: 17px;
    color: #2c2c2c;
}

.thanks-content h2 {
    font-size: 34px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.step h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 60px 100px;
    background-color: #ffffff;
}

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

.legal-updated {
    font-size: 15px;
    color: #777777;
    margin-bottom: 40px;
}

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

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

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

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

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

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        padding: 20px 30px;
        gap: 20px;
    }

    .header-right {
        flex-direction: column;
        gap: 16px;
    }

    .hero-split {
        flex-direction: column;
    }

    .hero-text {
        padding: 60px 30px;
    }

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

    .hero-image {
        min-height: 400px;
    }

    .intro-offset,
    .trust-split,
    .about-content-split,
    .story-split,
    .contact-layout {
        flex-direction: column;
        padding: 60px 30px;
        gap: 40px;
    }

    .services-grid-split,
    .form-section-offset {
        padding: 60px 30px;
    }

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

    .service-card {
        min-width: 100%;
    }

    .footer-split {
        flex-direction: column;
        padding: 40px 30px;
    }

    .service-detail {
        flex-direction: column !important;
        gap: 30px;
    }

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

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

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