.tc-hero-image-panel {
    margin: 2rem auto 0;
    max-width: 980px;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    box-shadow: 0 22px 60px rgba(18, 34, 66, 0.14);
    border: 1px solid rgba(0, 113, 227, 0.08);
}

.tc-hero-image-panel img {
    display: block;
    width: 100%;
    height: auto;
}

.tc-hero-image-note {
    padding: 1.2rem 1.35rem 1.35rem;
    background: linear-gradient(135deg, #1d1d1f 0%, #25344f 100%);
    color: #fff;
    text-align: left;
}

.tc-hero-image-note small {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.76rem;
    font-weight: 700;
}

.tc-hero-image-note strong {
    display: block;
    font-size: 1.16rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.tc-hero-image-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    line-height: 1.6;
}

.tc-hero-image-panel--tight {
    margin-top: 1.5rem;
}

@media (max-width: 700px) {
    .tc-hero-image-panel {
        margin-top: 1.5rem;
        border-radius: 22px;
    }

    .tc-hero-image-note {
        padding: 1rem 1rem 1.1rem;
    }

    .tc-hero-image-note strong {
        font-size: 1.02rem;
    }

    .tc-hero-image-note p {
        font-size: 0.92rem;
    }
}
