.survey-support-page {
    margin: -20px 0;
    color: #333;
}

.survey-support-page__inner {
    width: calc(100% - 20px);
    max-width: 340px;
    margin: 30px auto 80px;
}

.survey-support-page__title {
    margin: 0;
    font-size: 33px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #333;
}

.survey-support-page__hero {
    margin: 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.survey-support-page__hero img {
    width: 100%;
    aspect-ratio: 1280 / 380;
    object-fit: cover;
    display: block;
}

.survey-support-page__intro {
    margin-top: 30px;
}

.survey-support-page__intro h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #000;
    word-break: keep-all;
}

.survey-support-page__intro h2 span {
    color: #599034;
}

.survey-support-page__intro p {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #333;
    word-break: keep-all;
}

.survey-support-page__service-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.survey-support-page__service-card {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.survey-support-page__service-eyebrow {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #599034;
}

.survey-support-page__service-card h3 {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #000;
}

.survey-support-page__service-card > p {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.03em;
    font-weight: 500;
    /*color: #333;*/
    word-break: keep-all;
}

.survey-support-page__photo-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.survey-support-page__photo-grid figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.survey-support-page__photo-grid img {
    width: 100%;
    aspect-ratio: 413 / 250;
    object-fit: cover;
    display: block;
}

@media (min-width: 361px) {
    .survey-support-page__inner {
        width: calc(100% - 20px);
        max-width: 747px;
    }
}

@media (min-width: 768px) {
    .survey-support-page__inner {
        width: calc(100% - 60px);
        max-width: 963px;
    }

    .survey-support-page__title {
        font-size: 44px;
    }

    .survey-support-page__intro h2 {
        font-size: 33px;
        line-height: 1.15;
    }

    .survey-support-page__intro p {
        font-size: 18px;
        line-height: 30px;
    }

    .survey-support-page__service-card {
        padding: 30px;
    }

    .survey-support-page__service-eyebrow {
        font-size: 18px;
    }

    .survey-support-page__service-card h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .survey-support-page__service-card > p {
        font-size: 18px;
    }

    .survey-support-page__photo-grid {
        margin-top: 30px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .survey-support-page {
        max-width: 1660px;
        margin: 0 auto;
    }

    .survey-support-page__inner {
        width: calc(100% - 30px);
        max-width: 1600px;
        ;
        margin-bottom: 130px;
    }

    .survey-support-page__title {
        font-size: 55px;
    }

    .survey-support-page__hero {
        margin-top: 60px;
    }

    .survey-support-page__intro,
    .survey-support-page__service-grid,
    .survey-support-page__photo-grid {
        margin-top: 60px;
    }

    .survey-support-page__service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
