.home-yadotsugi {
    padding: 96px 24px 104px;
    background: #fdfdfd;
    border-top: 0;
    border-bottom: 0;
}

.home-yadotsugi__inner {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    gap: 0;
    align-items: normal;
}

.home-yadotsugi__header {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
    align-items: end;
    gap: 12px 58px;
    margin-bottom: 46px;
    text-align: left;
}

.home-yadotsugi__eyebrow,
.home-yadotsugi__section-title,
.home-yadotsugi__section-lead,
.home-yadotsugi__kicker,
.home-yadotsugi__title,
.home-yadotsugi__text,
.home-yadotsugi__watermark,
.home-yadotsugi__flow,
.home-yadotsugi__features,
.home-yadotsugi__registration,
.home-yadotsugi__photo-label,
.home-yadotsugi__free-badge {
    letter-spacing: 0;
}

.home-yadotsugi__eyebrow {
    grid-column: 1;
    margin: 0;
    color: #008c82;
    font-size: 1rem;
    font-weight: 800;
}

.home-yadotsugi__section-title {
    grid-column: 1;
    margin: 0;
    color: #073b43;
    font-size: 2.45rem;
    line-height: 1.25;
}

.home-yadotsugi__section-lead {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 4px 0 4px 30px;
    color: #52676b;
    border-left: 5px solid #ff625f;
    font-size: 1rem;
    line-height: 1.55;
}

.home-yadotsugi__section-lead span,
.home-yadotsugi__section-lead strong {
    display: block;
    letter-spacing: 0;
}

.home-yadotsugi__section-lead span {
    font-size: 16px;
    font-weight: 600;
}

.home-yadotsugi__section-lead strong {
    color: #073b43;
    font-size: 23px;
    font-weight: 900;
}

.home-yadotsugi__lead-break {
    display: none;
}

.home-yadotsugi__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    grid-template-rows: minmax(540px, auto) auto;
    gap: 28px 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-yadotsugi__watermark {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    color: #edf3f2;
    font-size: clamp(4rem, 7.5vw, 6.8rem);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.home-yadotsugi__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 92px 54px 48px 0;
}

.home-yadotsugi__kicker {
    position: static;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    padding-left: 0;
    color: #008c82;
    font-size: 1rem;
    font-weight: 800;
}

.home-yadotsugi__kicker::before {
    content: '';
    position: static;
    flex: 0 0 25px;
    width: 25px;
    height: 6px;
    background: #ff625f;
}

.home-yadotsugi__title {
    margin: 0 0 18px;
    color: #073b43;
    font-size: clamp(2.1rem, 3.4vw, 3.2rem);
    line-height: 1.24;
    white-space: nowrap;
}

.home-yadotsugi__title em {
    color: #008c82;
    font-style: normal;
}

.home-yadotsugi__text {
    max-width: 550px;
    margin: 0;
    color: #4b6065;
    font-size: 1rem;
    line-height: 2;
}

.home-yadotsugi__flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 14px 0 4px;
    border: 0;
}

.home-yadotsugi__flow span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 0;
    overflow: visible;
    padding: 0;
    color: #073b43;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.home-yadotsugi__flow span::after {
    display: none;
}

.home-yadotsugi__flow b {
    position: relative;
    z-index: 1;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: #fff;
    background: #ff625f;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #fff0f0;
    font-size: 1rem;
}

.home-yadotsugi__flow span:nth-of-type(2) b {
    color: #fff;
    background: #00a89b;
    box-shadow: 0 0 0 8px #e5f6f3;
}

.home-yadotsugi__flow span:nth-of-type(3) b {
    color: #fff;
    background: #14536d;
    box-shadow: 0 0 0 8px #e9f1f5;
}

.home-yadotsugi__flow i {
    display: block;
    color: #8bb8b2;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.home-yadotsugi__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    margin-top: 29px;
}

.home-yadotsugi__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 56px;
    padding: 13px 25px;
    color: #fff;
    background: #ff625f;
    border: 1px solid #ff625f;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(255, 98, 95, 0.25);
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    animation: home-yadotsugi-cta-float 2.4s ease-in-out infinite;
}

.home-yadotsugi__button:hover {
    color: #fff;
    background: #e95451;
    border-color: #e95451;
}

.home-yadotsugi__button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.home-yadotsugi__registration {
    color: #66797d;
    font-size: 1rem;
    font-weight: 700;
}

.home-yadotsugi__article-link {
    color: #073b43;
    border-bottom: 1px solid #008c82;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.home-yadotsugi__article-link:hover {
    color: #008c82;
}

.home-yadotsugi__visual {
    position: relative;
    z-index: 1;
    display: block;
    min-width: 0;
    min-height: 100%;
    margin-left: -30px;
    overflow: hidden;
    background: #eaf3f1;
    clip-path: polygon(12% 0, 100% 0, 100% 94%, 5% 100%);
    box-shadow: 0 24px 55px rgba(7, 59, 67, 0.16);
}

.home-yadotsugi__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    border: 0;
    box-shadow: none;
    transition: transform 0.45s ease;
}

.home-yadotsugi__visual:hover img {
    transform: scale(1.025);
}

.home-yadotsugi__photo-label,
.home-yadotsugi__free-badge {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 800;
}

.home-yadotsugi__photo-label {
    right: 22px;
    bottom: 22px;
    padding: 10px 14px;
    background: rgba(7, 59, 67, 0.9);
    font-size: 1rem;
}

.home-yadotsugi__free-badge {
    top: 22px;
    right: 22px;
    padding: 9px 13px;
    background: #ff625f;
    font-size: 1rem;
}

.home-yadotsugi__features {
    position: relative;
    z-index: 3;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #073b43;
    background: transparent;
    border: 0;
    list-style: none;
}

.home-yadotsugi__features li {
    --feature-accent: #ff625f;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    min-width: 0;
    min-height: 132px;
    overflow: hidden;
    padding: 24px 16px;
    background: #fff;
    border: 1px solid #dfe9e7;
    border-radius: 6px;
    box-shadow: 0 10px 26px rgba(7, 59, 67, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-yadotsugi__features li:nth-child(2) {
    --feature-accent: #00a89b;
}

.home-yadotsugi__features li:nth-child(3) {
    --feature-accent: #14536d;
}

.home-yadotsugi__features li:nth-child(4) {
    --feature-accent: #d3a329;
}

.home-yadotsugi__features li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 5px;
    background: var(--feature-accent);
}

.home-yadotsugi__features li::after {
    content: '';
    position: absolute;
    top: -52px;
    right: -52px;
    width: 104px;
    height: 104px;
    background: rgba(255, 98, 95, 0.1);
    transform: rotate(45deg);
}

.home-yadotsugi__features li:nth-child(2)::after {
    background: rgba(0, 168, 155, 0.1);
}

.home-yadotsugi__features li:nth-child(3)::after {
    background: rgba(20, 83, 109, 0.1);
}

.home-yadotsugi__features li:nth-child(4)::after {
    background: rgba(211, 163, 41, 0.12);
}

.home-yadotsugi__features li:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(7, 59, 67, 0.1);
}

.home-yadotsugi__features > li > span {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: var(--feature-accent);
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 900;
}

.home-yadotsugi__features li > div {
    position: relative;
    z-index: 1;
}

.home-yadotsugi__features strong,
.home-yadotsugi__features small {
    display: block;
    letter-spacing: 0;
}

.home-yadotsugi__features strong {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
}

.home-yadotsugi__features small {
    color: #52676b;
    font-size: 1rem;
    line-height: 1.7;
    white-space: nowrap;
}

@keyframes home-yadotsugi-cta-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (max-width: 1180px) {
    .home-yadotsugi__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .home-yadotsugi__header {
        display: block;
        margin-bottom: 36px;
        text-align: left;
    }

    .home-yadotsugi__eyebrow {
        margin-bottom: 10px;
    }

    .home-yadotsugi__section-title {
        margin-bottom: 18px;
        font-size: 2.1rem;
    }

    .home-yadotsugi__section-lead {
        max-width: 560px;
        margin: 0;
    }

    .home-yadotsugi__panel {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 24px;
    }

    .home-yadotsugi__visual {
        grid-row: 1;
        height: 340px;
        min-height: 0;
        margin-left: 0;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }

    .home-yadotsugi__visual img {
        transform: scale(1.52);
        transform-origin: right center;
    }

    .home-yadotsugi__watermark {
        top: 382px;
        left: 0;
        font-size: 5rem;
    }

    .home-yadotsugi__content {
        grid-row: 2;
        padding: 92px 0 48px;
    }

    .home-yadotsugi__features {
        grid-row: 3;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {
    .home-yadotsugi {
        padding: 60px 16px 68px;
    }

    .home-yadotsugi__header {
        display: block;
        margin-bottom: 26px;
        text-align: center;
    }

    .home-yadotsugi__eyebrow {
        margin-bottom: 8px;
    }

    .home-yadotsugi__section-title {
        margin-bottom: 12px;
        font-size: 1.8rem;
    }

    .home-yadotsugi__section-lead {
        align-items: center;
        margin: 0;
        padding: 18px 16px 0;
        border-left: 0;
        font-size: 1rem;
    }

    .home-yadotsugi__section-lead::before {
        content: '';
        width: 46px;
        height: 5px;
        margin-bottom: 7px;
        background: #ff625f;
    }

    .home-yadotsugi__section-lead strong {
        font-size: 20px;
    }

    .home-yadotsugi__lead-break {
        display: block;
    }

    .home-yadotsugi__visual {
        height: 245px;
    }

    .home-yadotsugi__visual img {
        object-position: right center;
        transform: scale(1.16);
        transform-origin: right center;
    }

    .home-yadotsugi__photo-label {
        right: 14px;
        bottom: 14px;
    }

    .home-yadotsugi__free-badge {
        top: 14px;
        right: 14px;
    }

    .home-yadotsugi__watermark {
        top: 278px;
        left: 18px;
        font-size: 3.5rem;
    }

    .home-yadotsugi__content {
        padding: 44px 0 24px;
    }

    .home-yadotsugi__kicker {
        font-size: 1rem;
    }

    .home-yadotsugi__title {
        font-size: 1.9rem;
    }

    .home-yadotsugi__text {
        font-size: 1rem;
        line-height: 1.8;
    }

    .home-yadotsugi__flow {
        grid-template-columns: 1fr;
        gap: 0;
        width: 100%;
        max-width: none;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10px;
    }

    .home-yadotsugi__flow span {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        align-items: center;
        gap: 16px;
        width: 100%;
        min-height: 76px;
        padding: 11px 20px;
        background: #fff5f4;
        border: 1px solid #ffd8d6;
        border-radius: 6px;
        font-size: 1rem;
        text-align: left;
    }

    .home-yadotsugi__flow span:nth-of-type(2) {
        background: #eefaf8;
        border-color: #c9ebe6;
    }

    .home-yadotsugi__flow span:nth-of-type(3) {
        background: #eef5f8;
        border-color: #cfdee5;
    }

    .home-yadotsugi__flow i {
        display: grid;
        width: 54px;
        height: 28px;
        margin-left: 20px;
        place-items: center;
        line-height: 1;
        transform: rotate(90deg);
    }

    .home-yadotsugi__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        text-align: center;
    }

    .home-yadotsugi__button {
        width: 100%;
        box-sizing: border-box;
    }

    .home-yadotsugi__features {
        grid-template-columns: 1fr;
    }

    .home-yadotsugi__features li,
    .home-yadotsugi__features li:nth-child(2) {
        min-height: 0;
        padding: 20px;
    }
}

@media (max-width: 374px) {
    .home-yadotsugi__title {
        font-size: 1.75rem;
    }
}

.home-yadotsugi__eyebrow,
.home-yadotsugi__section-lead,
.home-yadotsugi__kicker,
.home-yadotsugi__text,
.home-yadotsugi__flow span,
.home-yadotsugi__flow b,
.home-yadotsugi__button,
.home-yadotsugi__registration,
.home-yadotsugi__article-link,
.home-yadotsugi__photo-label,
.home-yadotsugi__free-badge,
.home-yadotsugi__features > li > span,
.home-yadotsugi__features strong,
.home-yadotsugi__features small {
    font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
    .home-yadotsugi__button {
        animation: none;
    }

    .home-yadotsugi__visual img {
        transition: none;
    }
}
