.sotk-page .hero-sotk {
    background: linear-gradient(120deg, #eaf5ef, #f8fbf6);
}

.sotk-page .hero-sotk h2,
.sotk-page .hero-card h3 {
    color: var(--primary-dark);
}

.sotk-page .hero-sotk .lead,
.sotk-page .hero-card .lead {
    color: var(--muted);
}

.sotk-page .hero-card {
    background: #fff;
}

.sotk-page .sotk-card {
    min-height: 360px;
    justify-content: flex-start;
    padding: 28px 22px;
}

.sotk-photo-placeholder {
    width: min(220px, 82%);
    height: 190px;
    margin: 0 auto 24px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.sotk-photo-placeholder span {
    font-size: 54px;
}

.sotk-photo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
